body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tadafy__und-0215 {
  color: #2a3239;
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

.und-0215__wrap {
  flex: none;
  position: absolute;
  inset: 0%;
}

.und-0215__line--1 {
  border-bottom: 1px solid #000;
  position: absolute;
  inset: 0% 10% 0% 0%;
  transform: translate(0, -6px)skew(0deg, -6deg);
}

.und-0215__line--2 {
  border-bottom: 1px solid #000;
  position: absolute;
  inset: 0% 0% 0% 10%;
  transform: skew(0deg, -6deg);
}

.und-0215__label {
  padding-bottom: 20px;
  padding-left: 46px;
  padding-right: 46px;
  position: relative;
}

@media screen and (max-width: 240px) {
  .tadafy__und-0215 {
    transform: scale(.7);
  }
}