
.button-wrapper a {
  font: normal normal normal 15px/1.4em wfont_5189d6_32d5e16fdda046fbabd3a7d72ce491ce,wf_32d5e16fdda046fbabd3a7d72,orig_century_gothic_bold;
  color: #fff;
  text-decoration: none;
  background: #1a3d6d;
  height: 55px;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 17px 96px 0 45px;
  vertical-align: middle;
  box-shadow: 0.00px 0.00px 4px 0px #32323299;
}

.button-wrapper .arrow-button {
  text-align: initial;
  display: flex;
  align-items: center;
  height: 55px;
  width: 55px;
  background: #00b0ad;
  position: absolute;
  right: 0;
  justify-content: center;
  font: normal normal normal 22px/1.4em wfont_5189d6_32d5e16fdda046fbabd3a7d72ce491ce,wf_32d5e16fdda046fbabd3a7d72,orig_century_gothic_bold;
  top: 0;
}



.button-wrapper .button-inner {
  text-align: right;
}

.button-wrapper a:hover > span {
  color: rgba(0,176,173);
}

.button-wrapper a span {
  transition: color 0.4s ease 0s;
}

.button-wrapper {
  position: relative;
  top: -4px;
  z-index: 99;
}
.button-wrapper span._1Qjd7 {
  transform: rotate(90deg);
}
.button-wrapper a:last-child:hover .arrow-button {
  color: #1a3d6d;
}
.button-wrapper a.cta_button {
  padding: 17px 77px 0 18px;
  box-sizing: border-box !important;
  background: #f05522;
}

.button-wrapper .cta_button .arrow-button {
  background: #fff;
  color: #f05522;
  border: 1px solid #f05522;
}
@media(max-width:767px){

  .button-wrapper span._1Qjd7 {
    transform: rotate(90deg);
    font: normal normal normal 20px/1.4em wfont_5189d6_32d5e16fdda046fbabd3a7d72ce491ce,wf_32d5e16fdda046fbabd3a7d72,orig_century_gothic_bold;
  }
  .button-wrapper .button-inner {
    text-align: center;
  }

  .button-wrapper a {
    padding: 11px 87px 0 51px;
    height: 42px;
    font-size: 13px;
  }

  .button-wrapper .arrow-button {
    height: 42px;
    width: 42px;
  }
  .button-wrapper a.cta_button {
    padding: 11px 70px 0 26px;
  }
}