}
.header__bottom-inner {
  display: flex;
}
.header__bottom-confidentiality,
.header__bottom-copyright,
.header__bottom-development {
  font-family: 'CeraProLight';
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #999999;
}
.header__bottom-confidentiality {
  margin: 0px 115px 0px 0px;
}
.header__bottom-copyright {
  margin: 0px 130px 0px 0px;
}
.header__bottom-development {
  display: flex;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.header__bottom-development img {
  margin: -2px 0px 0px 7px;
  transition: all .5s;
}
.header__bottom-development:hover img {
  transform: rotate(360deg);
}