
.footer-copyright{
  padding: 15px 0;
  font-size: 1.3rem;
  line-height:1.75;
  background-color::#fff;
}

.footer-copyright__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #666;
}

.footer-copyright__links .hs-menu-wrapper{
  display:inline;
}

.footer-copyright__links .hs-menu-wrapper ul{
  margin:0;
  padding:0;
  list-style:none;
  display:inline;
}

.footer-copyright__links .hs-menu-wrapper li{
  display:inline;
}

.footer-copyright__links .hs-menu-wrapper a{
  text-decoration:none;
  font-weight: 700;
  color: #666;
}


.footer-copyright__links .hs-menu-wrapper a[href="javascript:void(0);"]{
  pointer-events:none;
}

.footer-copyright__links .hs-menu-wrapper > ul{
  display:inline;
  flex-wrap:wrap;
}

.footer-copyright__links .hs-menu-wrapper > ul > li:not(:first-child):before{
  content:'| ';
  margin:0 4px;
}
ul.footer-copyright-socials__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.footer-copyright-socials__item {
  display: inline-block;
  margin-right: 12px;
}
li.footer-copyright-socials__item svg {
  width: 24px;
  height: 24px;
  fill: rgba( 255, 255, 255, 0.6 );
}
li.footer-copyright-socials__item svg:hover {
  fill: rgba(255, 255, 255, 1);
}