.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #59AFAD;
  line-height: 1.4375;
  cursor: pointer;
  color: #fff;
  padding: 5px 55px 5px 20px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 23px 15px;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (max-width: 1023px) {
  .button {
    background-size: 18px 10px;
  }
}
.button:hover,
.button:focus {
  color: #fff;
  background-position: calc(100% - 15px) 50%;
  background-color: #4ea19f;
}
@media (max-width: 1023px) {
  .button:hover,
  .button:focus {
    background-position: calc(100% - 20px) 50%;
  }
}
.button:active {
  background-color: #3d7f7d;
}
/*# sourceMappingURL=./screen-medium.css.map */