.TADAFY__ico-0340,
.TADAFY__ico-0340::before,
.TADAFY__ico-0340::after,
.TADAFY__ico-0340 *,
.TADAFY__ico-0340 *::before,
.TADAFY__ico-0340 *::after {
  box-sizing: border-box;
}

.TADAFY__ico-0340 {
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  transform: translate(0px, 0px);
  font-family: Montserrat, sans-serif;
  color: black;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ico-0340__WRAP {
  display: flex;
  height: 75px;
  justify-content: flex-start;
  align-items: center;
}

.ico-0340__FILL {
  position: absolute;
  left: -100%;
  top: 0%;
  bottom: 0%;
  width: 100%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: hsla(16.24, 100.00%, 50.00%, 1.00);
  transform: translate(0%, 0px);
  transition: transform 400ms cubic-bezier(.85, 0, .15, 1);
}

.ico-0340__CIRC {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 75px;
  height: 75px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: hsla(16.24, 100.00%, 50.00%, 1.00);
  transform: translate(100%, 0px);
  transition: transform 400ms cubic-bezier(.85, 0, .15, 1);
}

.ico-0340__CIRC-BGR {
  position: absolute;
  left: -50%;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(16.24, 100.00%, 50.00%, 1.00);
}

.ico-0340__LABEL {
  position: relative;
  padding-top: 5px;
  padding-right: 40px;
  padding-bottom: 5px;
  padding-left: 90px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  color: rgba(0, 0, 0, 1);
  transition: color 250ms cubic-bezier(.12, 0, .39, 0) 100ms;
}

.ico-0340__ARR-WRAP {
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0%;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  transform: translate(0px, 0px);
  transition: transform 400ms cubic-bezier(.85, 0, .15, 1);
}

.ico-0340__ARROW {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 13px;
  height: 13px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: white;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: white;
  backface-visibility: hidden;
  transform: rotate(-45deg);
}

.TADAFY__ico-0340:hover .ico-0340__FILL {
  transform: translate(100%, 0px);
}

.TADAFY__ico-0340:hover .ico-0340__CIRC {
  transform: translate(0%, 0px);
}

.TADAFY__ico-0340:hover .ico-0340__LABEL {
  color: rgba(255, 255, 255, 1);
  transition-delay: 0ms;
}

.TADAFY__ico-0340:hover .ico-0340__ARR-WRAP {
  transform: translate(15px, 0px);
  transition-duration: 700ms;
}
