html {
  font-size: 16px;
  /* 1rem = 16px */
}

html {
  font-size: 16px; /* 1rem = 16px */
}

.disconnectedContactNavbarDesktop {
  display: flex;
  background-color: #f7f7ff;
  height: 4rem;
  overflow: hidden;
  justify-content: space-around;
}
.disconnectedContactNavbarDesktop button {
  height: inherit;
  border: none;
  background-color: transparent;
  margin-right: auto;
  margin-left: 2rem;
}
.disconnectedContactNavbarDesktop button h1 {
  height: inherit;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 0.8rem;
  font-size: 2rem;
}
.disconnectedContactNavbarDesktop__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-left: auto;
  margin-right: 2rem;
}
.disconnectedContactNavbarDesktop__links a {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  align-items: center;
}
.disconnectedContactNavbarDesktop__links a p {
  margin-top: auto;
  margin-bottom: auto;
}
.disconnectedContactNavbarDesktop__links p:hover {
  --smooth-duration: 1500ms;
  --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  backface-visibility: hidden;
}
.disconnectedContactNavbarDesktop__links p:hover:hover, .disconnectedContactNavbarDesktop__links p:hover:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .disconnectedContactNavbarDesktop__links p:hover {
    transition-duration: 0.01ms;
  }
}
.disconnectedContactNavbarDesktop__links p:hover {
  color: #8B0000;
}/*# sourceMappingURL=disconnectedContactNavbarDesktop.css.map */