.reveal__button__wrapper {
  margin: 0 0 30px 0 !important;
}

.reveal__button__wrapper,
.reveal__button__wrapper *,
.reveal__button__wrapper *:focus,
.reveal__button__wrapper *:after,
.reveal__button__wrapper *:before {
  font-family: arial, "helvetica neue", helvetica !important;
  font-weight: 700 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  outline: none !important;
  -webkit-box-shadow: 0px 0px 0px !important;
  box-shadow: 0px 0px 0px !important;
}

.spbcta_selectable {
  -webkit-touch-callout: all !important;
  -webkit-appearance: all !important;
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.reveal__button__content .spbcta_selectable .reveal__button__hidden__content {
  padding: 10px 48px !important;
  user-select: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
}

.reveal__button__text {
  display: block !important;
  width: auto !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 16px !important;
  min-width: 50px !important;
  text-decoration: none !important;
  -webkit-touch-callout: none !important;
  -webkit-appearance: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: pointer !important;
  z-index: 12 !important;
  background: #01c27e !important;
  padding: 15px 30px 15px 30px !important;
  float: left !important;
  position: absolute !important;
  border-radius: 3px 0 0px 3px !important;
  max-width: 95%;
  word-break: break-word;
  text-align: left;
}

.reveal__button__link {
  display: block !important;
  position: relative !important;
  max-width: 100% !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  -webkit-touch-callout: none !important;
  -webkit-appearance: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: pointer !important;
}
.reveal__button__link .reveal__button__text:before {
  display: block !important;
  content: " " !important;
  width: 23px !important;
  height: 10px !important;
  background-color: #00925f !important;
  position: absolute !important;
  z-index: 12 !important;
  right: -14px !important;
  bottom: 0px !important;
  -webkit-transform: skew(12deg) !important;
  -ms-transform: skew(12deg) !important;
  transform: skew(12deg) !important;
}
.reveal__button__link .reveal__button__text:after {
  content: " " !important;
  display: block !important;
  width: 48px !important;
  height: 53px !important;
  position: absolute !important;
  border-radius: 0 0 4px 4px !important;
  right: -32px !important;
  bottom: -8px !important;
  -webkit-transform: rotate(20deg) translateY(-10px) scaleX(0.8) !important;
  -ms-transform: rotate(20deg) translateY(-10px) scaleX(0.8) !important;
  transform: rotate(20deg) translateY(-10px) scaleX(0.8) !important;
  background: -o-linear-gradient(
    52deg,
    #4dd4a5,
    #4dd4a5 49%,
    hsla(80, 71%, 73%, 0) 50%,
    hsla(0, 0%, 100%, 0)
  ) !important;
  background: linear-gradient(
    38deg,
    #4dd4a5,
    #4dd4a5 49%,
    hsla(80, 71%, 73%, 0) 50%,
    hsla(0, 0%, 100%, 0)
  ) !important;
  background-position: 0 4px !important;
  background-repeat: no-repeat !important;
  z-index: 13 !important;
}

.reveal__button__hidden__content {
  color: #40423f !important;
  border: 2px dashed #00c6a5 !important;
  border-radius: 4px !important;
  background-color: rgba(0, 194, 126, 0.1) !important;
  margin: 0 !important;
  padding: 13px 10px !important;
  max-width: 100% !important;
  text-align: right !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.spbcta_selectable .reveal__button__hidden__content {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.reveal__button__content span.reveal__button__text {
  display: none !important;
}
.reveal__button__content .reveal__button__hidden__content {
  margin: 0 !important;
  padding: 0px 48px !important;
  text-align: center !important;
}
.reveal__button__content .reveal__button__hidden__content {
  display: inline-block !important;
}

/*
.reveal__button__text,
.reveal__button__hidden__content {
  display: inline-block !important;
}
*/

/* Reveal button - Simple design */
.reveal__button__simple__design
  .reveal__button__link
  .reveal__button__text:before,
.reveal__button__simple__design
  .reveal__button__link
  .reveal__button__text:after {
  display: none !important;
}
.reveal__button__simple__design .reveal__button__hidden__content {
  border: 2px dashed #00c6a5 !important;
}
.reveal__button__simple__design.reveal__button__content
  .reveal__button__hidden__content {
  margin-left: 0px !important;
}