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

.tadafy__fill-0645 {
  color: #ff4848;
  text-align: center;
  letter-spacing: 3px;
  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: 32px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

.fill-0645__wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.fill-0645__grad {
  background-image: repeating-linear-gradient(225deg, #ffffff03, #ffffff03 2%, #fff 2% 4%);
  flex: 1;
  width: 200%;
  height: 50%;
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(0);
}

.fill-0645__grad.grad--b {
  transform-style: preserve-3d;
  top: auto;
  bottom: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.fill-0645__label {
  text-shadow: none;
  padding: 35px;
  position: relative;
}
