@keyframes moveArrow {
  0% {
    right: 0;
  }
  50% {
    right: -7px;
  }
  100% {
    right: 0;
  }
}
.sd-block-button .inner-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.sd-block-button .inner-button svg {
  position: relative;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}
.sd-block-button.type-regular.size-regular .inner-button {
  padding: 0 30px;
  line-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sd-block-button.type-regular.size-small .inner-button {
  padding: 0 20px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sd-block-button.type-regular.color-salmon-pink .inner-button, .sd-block-button.type-regular.color-linkedin-blue .inner-button {
  color: #ffffff;
}
.sd-block-button.type-regular.color-yellow .inner-button, .sd-block-button.type-regular.color-gray .inner-button, .sd-block-button.type-regular.color-white .inner-button {
  color: #2e2e2e;
}
.sd-block-button.type-regular.color-salmon-pink .inner-button {
  background-color: #e86052;
}
.sd-block-button.type-regular.color-yellow .inner-button {
  background-color: #f7c158;
}
.sd-block-button.type-regular.color-gray .inner-button {
  background-color: #f2f2f2;
}
.sd-block-button.type-regular.color-white .inner-button {
  background-color: #ffffff;
}
.sd-block-button.type-regular.color-linkedin-blue .inner-button {
  background-color: #0a66c2;
}
.sd-block-button.type-text-link.color-salmon-pink .inner-button {
  color: #e86052;
}
.sd-block-button.type-text-link.color-white .inner-button {
  color: #ffffff;
}
.sd-block-button.type-text-link.color-black .inner-button {
  color: #1a1a1a;
}
.sd-block-button.type-text-link.color-black .inner-button svg {
  color: #e86052;
}
.sd-block-button.size-regular .inner-button {
  font-size: 18px;
}
.sd-block-button.size-small .inner-button {
  font-size: 16px;
}
.sd-block-button.icon-arrow-right .inner-button:hover svg {
  animation-name: moveArrow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.sd-block-button.align-left {
  text-align: left;
}
.sd-block-button.align-center {
  text-align: center;
}
.sd-block-button.align-right {
  text-align: right;
}

@media screen and (max-width: 1600px) {
  .sd-block-button .inner-button {
    gap: 12px;
  }
  .sd-block-button .inner-button svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
  .sd-block-button.type-regular.size-regular .inner-button {
    padding: 0 25px;
    line-height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }
  .sd-block-button.type-regular.size-small .inner-button {
    padding: 0 17px;
  }
  .sd-block-button.size-regular .inner-button {
    font-size: 15px;
  }
  .sd-block-button.size-small .inner-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-button .inner-button {
    gap: 11px;
  }
  .sd-block-button .inner-button svg {
    width: 11px;
    height: 11px;
    min-width: 11px;
    min-height: 11px;
  }
  .sd-block-button.type-regular.size-regular .inner-button {
    padding: 0 22px;
    line-height: 37px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
  }
  .sd-block-button.type-regular.size-small .inner-button {
    padding: 0 15px;
  }
  .sd-block-button.size-regular .inner-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-button.size-regular .inner-button {
    font-size: 16px;
  }
  .sd-block-button.size-small .inner-button {
    font-size: 16px;
  }
  .sd-block-button.mobile_hide-yes {
    display: none;
  }
  .sd-block-button.mobile_align-left {
    text-align: left;
  }
  .sd-block-button.mobile_align-center {
    text-align: center;
  }
  .sd-block-button.mobile_align-right {
    text-align: right;
  }
}

/*# sourceMappingURL=style.css.map */
