/* FREEGO v63 - footer company data placed under email */
.footer.see-more-footer .footer-brand > .footer-company-info{
  display:none !important;
}
.footer.see-more-footer .footer-contact .footer-company-under-email{
  margin-top:-6px !important;
  margin-bottom:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  gap:3px !important;
  text-align:right !important;
  color:rgba(255,255,255,.78) !important;
  font-family:Manrope,Inter,Arial,sans-serif !important;
  font-size:clamp(.66rem,.72vw,.82rem) !important;
  line-height:1.32 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
}
.footer.see-more-footer .footer-contact .footer-company-under-email strong,
.footer.see-more-footer .footer-contact .footer-company-under-email span{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}
.footer.see-more-footer .footer-contact .footer-company-under-email strong{
  font-weight:700 !important;
  color:rgba(255,255,255,.9) !important;
}
.footer.see-more-footer .footer-contact .footer-company-under-email span{
  font-weight:500 !important;
  color:rgba(255,255,255,.72) !important;
}
@media(max-width:900px){
  .footer.see-more-footer .footer-contact .footer-company-under-email{
    align-items:flex-start !important;
    text-align:left !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}
