#cta-5def0259c910b90e689839fe .component.cta .cta_button a {
  border: 2px solid white;
  border-radius: 40px;
  padding: 4px 20px;
  width: 100%;
  max-width: 400px;
  transition: 0.2s;
}
#cta-5def0259c910b90e689839fe .component.cta .cta_button a:after {
  position: absolute;
  content: "";
  background-image: url("https://ferret-one.akamaized.net/images/61b2c8617e30683df35d91d3/original.png?utime=1639106657");
  background-repeat: no-repeat;
  top: 4px;
  bottom: 0;
  margin: auto;
  right: 15px;
  left: auto;
  width: 20px;
  height: 20px;
}
#cta-5def0259c910b90e689839fe .component.cta .cta_button a:hover {
  background: red;
  filter: none;
}