.TADAFY__txt-0450 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #2760ff;
  font-family: Montserrat, sans-serif;
  color: hsla(224.16666666666669, 100.00%, 57.65%, 1.00);
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.txt-0450__LABEL-W {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0%);
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 200ms;
}

.txt-0450__LABEL {
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
}

.txt-0450__LABEL-W-2nd {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsla(224.16666666666669, 100.00%, 57.65%, 1.00);
  color: white;
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-delay: 0ms;
}

.txt-0450__LABEL-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}

.TADAFY__txt-0450:hover .txt-0450__LABEL-W {
  transform: translateY(100%);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-delay: 0ms;
}

.TADAFY__txt-0450:hover .txt-0450__LABEL-W-2nd {
  transform: translateY(0%);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 200ms;
}
