/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.basic-page-content .mb-6 {
  margin-bottom: 0 !important;
}

.rdnt25 {
  position: relative;
  background: #0097ce;
  color: #fff;
  margin-bottom: 2em !important;
}

.rdnt25 * {
  box-sizing: border-box;
}

.rdnt25-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 0 !important;
}

.rdnt25-cover-link {
  position: absolute !important;
  inset: 0;
  z-index: 3;
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 0;
}

.rdnt25-cover:hover {
  background: rgba(0, 134, 182, 0.14);
}

.rdnt25-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.rdnt25-date, .rdnt25-cta {
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(1rem, 1.1vw + 0.7rem, 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42ch;
}

.rdnt25-logo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rdnt25-logo {
  display: block;
  height: 70px;
  max-width: 480px;
  width: auto;
}

.rdnt25-logo-wrap::after {
  content: "";
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.55);
}

@media (max-width: 991.98px) {
  .rdnt25-inner {
    flex-direction: column;
    gap: 10px;
    padding: 18px 16px;
  }
  .rdnt25-cta {
    display: none;
  }
  .rdnt25-date {
    white-space: normal;
  }
  .rdnt25-logo {
    height: 56px;
    max-width: 90vw;
  }
  .rdnt25-logo-wrap::before, .rdnt25-logo-wrap::after {
    display: none;
  }
}
@media (max-width: 399.98px) {
  .rdnt25-inner {
    padding: 20px 14px;
  }
  .rdnt25-logo {
    height: 50px;
  }
}
.rdnt25 a {
  color: inherit;
  text-decoration: none;
}

/*# sourceMappingURL=investor-relations.css.map */
