/* Saint Global — fixed audit banner slides in from top on scroll */

.body-76 .media-subnav {
  z-index: 100;
  background: rgba(38, 85, 106, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 5%;
  opacity: 1;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  visibility: hidden;
  will-change: transform;
}

.body-76 .media-subnav.is-visible {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  visibility: visible;
}

.body-76 .media-subnav .media---limiter.flexhor {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
  justify-content: space-between;
}

.body-76 .media-subnav .div-block-789 {
  width: auto;
  flex: 0 0 auto;
}

.body-76 .media-subnav .div-block-789 img,
.body-76 .media-subnav .div-block-789 .image {
  display: block;
  width: min(190px, 30vw);
  max-width: 190px;
  height: auto;
  border-right: none;
}

.body-76 .media-subnav .div-block-790 {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.body-76 .media-subnav .heading-1039 {
  color: #fff;
  margin: 0;
  font-family: corporate-a, sans-serif;
  font-size: clamp(0.85rem, 1.15vw, 1.05rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
}

.body-76 .media-subnav .button-70 {
  flex: 0 0 auto;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 9px;
  padding: 8px 18px;
  font-family: Muli, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.body-76 .media-subnav .button-70:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

@media screen and (max-width: 991px) {
  .body-76 .media-subnav .media---limiter.flexhor {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .body-76 .media-subnav .div-block-790 {
    flex-basis: 100%;
    order: 2;
  }

  .body-76 .media-subnav .heading-1039 {
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 767px) {
  .body-76 .media-subnav {
    padding-inline: 4%;
  }

  .body-76 .media-subnav .div-block-789 img,
  .body-76 .media-subnav .div-block-789 .image {
    width: min(150px, 42vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-76 .media-subnav {
    transition: none;
  }
}
