﻿.hs-copyright .hs_cos_wrapper_type_rich_text span {
  display: inline-block;
  vertical-align: top;
}
.hs-copyright a{
  position:relative;
  overflow: hidden;
  vertical-align: top;
}
.hs-copyright a:before {
  left: 0;
  content: '';
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  background-color: #f2f4f6;
  z-index:-1;
}
.hs-copyright a:hover:before {
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}
.hs-copyright .hs_cos_wrapper_type_rich_text {
  display: block;
}