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

.tadafy__out-0465 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

.out-0465__wrap {
  flex: none;
  position: absolute;
  inset: 0%;
}

.out-0465__line--3 {
  transform-origin: 100% 100%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  margin-right: -1px;
  position: absolute;
  inset: 0% 50% 0% 0%;
  transform: skew(0deg, 10deg);
}

.out-0465__line--4 {
  transform-origin: 100% 100%;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: skew(0deg, -10deg);
}

.out-0465__line--1 {
  transform-origin: 100% 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  margin-right: -1px;
  position: absolute;
  inset: 0% 50% 0% 0%;
  transform: skew(0deg, -10deg);
}

.out-0465__line--2 {
  transform-origin: 100% 0;
  border-top: 2px solid #000;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: skew(0deg, 10deg);
}

.out-0465__label {
  padding: 20px 48px;
  position: relative;
}

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