.footer {
  background: #87959d;
  color: #fff;

  a[target=_blank]:after {
    display: none;
  }
}
.footer__inner {
  padding: 2.375rem 2.5rem 2.125rem;
}
@media (min-width: 767px) {
  .footer__inner {
    padding: 2.5rem 0rem 2rem;
  }
}
.footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 767px) {
  .footer__group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.625rem;
  }
}
.footerShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}
.footerShare__title {
  width: 2.6875rem;
}
.footerShareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerShareList__item {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .footerShareList__item:hover,
  .footerShareList__item:focus-visible {
    opacity: 0.5;
  }
}
.footerShareList__item:active {
  opacity: 0.5;
}
.footerShareList__item img {
  width: auto;
  height: 2rem;
}
.footerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
.footerList__item a img {
  width: 1.375rem;
}
@media (hover: hover) and (pointer: fine) {
  .footerList__item a:hover,
  .footerList__item a:focus-visible {
    opacity: 0.5;
  }
}
.footerList__item a:active {
  opacity: 0.5;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.1875rem 1.125rem;
  margin-top: 3rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 767px) {
  .footerLinks {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin-top: 1.375rem;
  }
}
.footerLinks__item a {
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .footerLinks__item a:hover,
  .footerLinks__item a:focus-visible {
    opacity: 0.5;
  }
}
.footerLinks__item a:active {
  opacity: 0.5;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .footer__copy {
    margin-top: 3.125rem;
  }
}
.footer__copy img {
  width: 4.875rem;
  min-width: 78px;
}
