.elementor .btn-arrow{display: inline-flex;
align-items: center;
gap: 0.5rem;
position: relative;
cursor: pointer;
&::after {
  content: '';
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  transform-origin: left;
  transition-duration: .15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  mask-repeat: no-repeat;
  mask-position: center;
}
&::before {
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width .3s ease 0s;
  width: 40px;
}\n}.elementor .btn-arrow:hover,.elementor .btn-arrow:focus-visible{&::after {
  transform: scaleX(1.25);
}
&::before {
  width: 100%;
}\n}.elementor .btn-arrow-white{/* &::before {
  display: none;
}
&::after {
  background-color:#fff;
} */
  &::after,
&::before{
  background-color:#fff;
}\n}.elementor .btn-arrow-white:hover,.elementor .btn-arrow-white:focus-visible{&::before {
  display: none;
}
&::after {
  background-color:#e50068;
}\n}.elementor .button-text-only-white{font-family:var(--Poppins);font-size:var(--text-md);color:var(--white);text-align:start;padding:0px;margin:0px;background-color:#ffffff00;background-clip:border-box;transition:all 300ms;align-self:start;}.elementor .button-text-only-white:hover,.elementor .button-text-only-white:focus-visible{color:var(--pink);}.elementor .btn-cover{position: static !important;
&:before {
  border-radius: 8px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  display: block !important;
  width: 100%!important;;
  height: 100%!important;;
  background-color: transparent;
}\n}.elementor .btn-cover:focus{color:var(--pink);&:before {
  outline: 2px dotted #9F8BFE;
  outline-offset: 2px;
}
&:after {
  background-color: #e50068;
}
outline: none;\n}.elementor .btn-cover:hover,.elementor .btn-cover:focus-visible{&:before{
  background-color: transparent;
}\n}