.cta{
  position: absolute;
  top: 473px;
  right: 0;
  position: fixed;
  width: 200px;
  height: 125px;
  border-radius: 5px 0 0 5px;
  padding-bottom: 20px;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(238deg, #8CB808 22%, #82B511 29%, #68AE2C 42%, #3EA358 58%, #049593 77%, var(--unnamed-color-009498) 78%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(238deg, #8CB808 22%, #82B511 29%, #68AE2C 42%, #3EA358 58%, #049593 77%, #009498 78%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000029;
  opacity: 1;
}

.cta_tit_sub{
  position: relative; 
  width: 124px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto;
  font-size: 12px;
  color: #7EA50B;
  background-color: #fff;
}

.cta_tit{
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}