.Footer span:nth-child(2) {
  font-size: 0 !important;
  position: relative;
}

.Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software, All Rights Reserved';
  font-size: 16px;
}

.en .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software, All Rights Reserved';
  font-size: 16px;
}

.fr .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Tous droits réservés';
  font-size: 16px;
}

.es .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Todos los derechos reservados.';
  font-size: 16px;
}

.it .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Tutti i diritti sono riservati.';
  font-size: 16px;
}

.de .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Alle Rechte vorbehalten.';
  font-size: 16px;
}

.pt .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Todos os direitos reservados.';
  font-size: 16px;
}

.pl .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Wszelkie prawa zastrzeżone.';
  font-size: 16px;
}

.ru .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Все права защищены.';
  font-size: 16px;
}

.nl .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Alle rechten voorbehouden.';
  font-size: 16px;
}

.ja .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software。All rights reserved。';
  font-size: 16px;
}

.zh .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software。保留所有权利。';
  font-size: 16px;
}

.ko .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. 판권 소유.';
  font-size: 16px;
}

.ar .Footer span:nth-child(2):before {
  content: 'Avanquest Software Copyright © 2025. جميع الحقوق محفوظة';
  font-size: 16px;
}

.da .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Alle rettigheder forbeholdes.';
  font-size: 16px;
}

.no .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Alle rettigheter forbeholdt.';
  font-size: 16px;
}

.sv .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Med ensamrätt.';
  font-size: 16px;
}

.fi .Footer span:nth-child(2):before {
  content: 'Copyright © 2025 Avanquest Software. Kaikki oikeudet pidätetään.';
  font-size: 16px;
}

@media (max-width: 1230px) {
  .Footer span {
    display: block;
    width: 100%;
    float: none;
    position: relative !important;
    right: auto !important;
    padding-top: 10px;
    text-align: center;
  }

  .Frame-Bottom .Billing-Processed-Message,
  .Frame-Bottom .Billing-Provider-Message {
    text-align: center;
  }
}