.copyright {
  max-width: unset;
  align-items: flex-end;
  overflow: hidden;
}

.copyright .subscription {
  margin-left: 0px;
}

.copyright .cerwrap {
  justify-content: flex-end;
  margin-bottom: 8px;
}

.copyright .footer-logo {
  height: auto;
  padding: 0px;
  bottom: -80px;
}

.copyright .footer-logo img {
  position: relative;
  width: 340px;
  left: unset;
  transform: none;
}

.section-supply .item-supply:has(.box-logo) img {
  height: 140px;
  width: auto;
  mix-blend-mode: darken;
}

@media (max-width: 991px) {
  .copyright {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .copyright .subscription {
    order: 1;
    flex-direction: row;
    margin-bottom: 40px;
  }
  .copyright .subscription h4 {
    font-size: 16px;
  }
  .copyright .subscription #mc_embed_signup {
    flex: 1;
  }
  .copyright .subscription #mc_embed_signup .mc-field-group {
    // width: 100%;
  }
  .copyright .footer-logo {
    order: 3;
    bottom: -64px;
    margin-top: -24px;
  }
  .copyright .footer-logo img {
    height: 256px;
  }
  .copyright .copyright-txt {
    text-align: center;
    order: 2;
  }
  .copyright .copyright-txt .cerwrap {
    justify-content: center;
  }
}

@media (max-width:515px) {
    .copyright .subscription #mc_embed_signup .optionalParent{
      width: 50%;
  }
}