@charset "UTF-8";
.footer__legal-menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  width: 100%; }
  .footer__legal-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }

.footer__legal-menu--item {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .footer__legal-menu--item::after {
    content: '|';
    display: inline-block;
    padding: 0 8px;
    font-size: 1.4rem; }
  .footer__legal-menu--item:first-child {
    display: block; }
    .footer__legal-menu--item:first-child::before {
      content: '©';
      color: #777777;
      font-size: 1.4rem; }
    .footer__legal-menu--item:first-child::after {
      display: none; }
    @media (min-width: 48em) {
      .footer__legal-menu--item:first-child {
        display: inline-block; }
        .footer__legal-menu--item:first-child::after {
          display: inline-block; } }
  .footer__legal-menu--item:last-child {
    text-transform: uppercase; }
    .footer__legal-menu--item:last-child::after {
      display: none; }
  .footer__legal-menu--item:nth-last-child(2) {
    text-transform: uppercase; }
  .footer__legal-menu--item a {
    color: #777777;
    font-size: 1.1rem; }

.footer__legal-menu .dynamic-date__item {
  color: #777777;
  font-size: 1.1rem; }
