@charset "utf-8";

.ValueMessaging { align-items: center; display: flex; grid-column: span 6; height: 3.0625rem; justify-content: center; position: relative; width: 100%; }

.ValueMessaging--containerHeight { height: auto; }

@media (min-width: 1024px) {
  .ValueMessaging { grid-column: 1 / 6; justify-content: normal; }
}

.ValueMessaging__message { line-height: 0; margin: auto; max-width: 50%; text-align: center; }

@media (min-width: 768px) {
  .ValueMessaging__message { display: flex; }
}

@media (min-width: 1024px) {
  .ValueMessaging__message { display: block; margin: 1rem 0px 0px; max-width: 50%; text-align: start; }
}

.ValueMessaging__message p { background-color: var(--pal-colors-default-background-brand-02); -webkit-box-decoration-break: clone; box-decoration-break: clone; color: var(--pal-colors-default-content-brand-02-strong); display: inline; margin-top: unset; padding: 0.1rem 0.25rem 0px; }

.ValueMessaging__messageContainer { align-items: center; display: flex; justify-content: space-between; padding: 0px 1rem; width: 100%; }

@media (min-width: 768px) {
  .ValueMessaging__messageContainer { padding: 0px 1.5rem; }
}

@media (min-width: 1024px) {
  .ValueMessaging__messageContainer { gap: 0.5rem; justify-content: flex-start; padding: 0px; }
}

.ValueMessaging__content { align-items: center; display: flex; gap: 0.5rem; }

.ValueMessaging__messageDynamic { line-height: 1rem; }

.ValueMessaging__messageDynamic p { -webkit-box-decoration-break: clone; box-decoration-break: clone; display: inline; margin-top: unset; }

.ValueMessaging__icon { align-items: center; display: flex; }

.ValueMessaging__link { inset: 0px; position: absolute; }