@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/outfit/Outfit-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/outfit/Outfit-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/outfit/Outfit-Bold.ttf") format("truetype");
}

:root {
  --pm-navy: #0b1355;
  --pm-purple: #7b5ffd;
  --pm-purple-deep: #5d21ff;
  --pm-lavender: #d7cffe;
  --pm-surface: #f7f7fd;
  --pm-lime: #e7f32f;
  --pm-ink: #30375f;
  --md-primary-fg-color: var(--pm-navy);
  --md-primary-fg-color--light: var(--pm-purple);
  --md-primary-fg-color--dark: var(--pm-navy);
  --md-accent-fg-color: var(--pm-purple);
  --md-default-bg-color: #fff;
  --md-default-fg-color: var(--pm-ink);
  --md-typeset-a-color: var(--pm-purple-deep);
}

body,
input,
button {
  font-family: "Outfit", Arial, Helvetica, sans-serif;
}

.md-header,
.md-tabs {
  background: transparent;
  box-shadow: none;
}

.md-header {
  padding: 0.7rem 0.8rem 0;
}

.md-header__inner {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(215, 207, 254, 0.92);
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(11, 19, 85, 0.08);
}

.md-header__inner {
  max-width: 73.5rem;
  padding: 0 0.65rem;
}

.md-header__title,
.md-header__topic,
.md-tabs__link,
.md-nav__title,
.md-nav__link,
.md-search__form {
  font-family: "Outfit", Arial, Helvetica, sans-serif;
}

.md-header__title,
.md-header__button,
.md-tabs__link {
  color: var(--pm-navy);
}

.md-header__topic:first-child {
  font-weight: 700;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2rem;
  width: auto;
}

.md-tabs {
  background: rgba(247, 247, 253, 0.88);
  border-bottom: 1px solid rgba(215, 207, 254, 0.88);
  border-top: 1px solid rgba(215, 207, 254, 0.7);
  margin-top: 0.8rem;
  padding: 0;
}

.md-tabs__list {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 73.5rem;
  gap: 0.35rem;
  padding: 0.38rem max(0.8rem, calc((100vw - 73.5rem) / 2));
}

.md-tabs__link {
  border-radius: 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0;
  opacity: 0.65;
  padding: 0.52rem 0.7rem;
}

.md-tabs__link:hover,
.md-tabs__item--active .md-tabs__link {
  color: var(--pm-purple-deep);
  opacity: 1;
}

.md-tabs__item--active {
  border-bottom: 2px solid var(--pm-purple-deep);
  box-shadow: none;
}

.md-tabs__item--active .md-tabs__link {
  background: transparent;
}

.md-search__form {
  background: var(--pm-surface);
  border: 1px solid var(--pm-lavender);
  border-radius: 999px;
}

.md-main {
  background: #fff;
}

.md-main__inner {
  margin-top: 2.6rem;
}

.md-content {
  max-width: 46rem;
}

.md-typeset {
  color: var(--pm-ink);
  font-size: 0.94rem;
  line-height: 1.7;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: var(--pm-navy);
  font-family: "Outfit", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.md-typeset h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.5rem);
  line-height: 0.98;
}

.md-typeset h2 {
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.08;
}

.md-typeset h3 {
  font-size: 1.18rem;
}

.md-typeset a {
  font-weight: 600;
}

.md-typeset a:hover {
  color: var(--pm-navy);
}

.md-typeset a.support-group,
.md-typeset a.support-group:hover,
.md-typeset a.support-group:visited,
.md-typeset a.support-button,
.md-typeset a.support-button:hover,
.md-typeset a.support-button:visited {
  text-decoration: none;
}

.md-typeset .admonition,
.md-typeset details {
  border: 0;
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px var(--pm-lavender);
}

.md-typeset .md-button,
.support-button {
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
}

.support-hero {
  background:
    radial-gradient(circle at 79% 24%, rgba(231, 243, 47, 0.84) 0 4.8rem, transparent 4.9rem),
    radial-gradient(circle at 88% 80%, rgba(215, 207, 254, 0.94) 0 8rem, transparent 8.1rem),
    linear-gradient(135deg, var(--pm-navy) 0%, #171f70 64%, var(--pm-purple-deep) 145%);
  border-radius: 1.7rem;
  box-shadow: 0 28px 65px rgba(11, 19, 85, 0.2);
  color: #fff;
  margin: 0 calc(50% - 50vw) 4.5rem;
  min-height: min(35rem, calc(100svh - 10rem));
  overflow: hidden;
  position: relative;
}

.support-hero::after {
  border: 1px solid rgba(215, 207, 254, 0.72);
  border-radius: 999px;
  content: "";
  height: 18rem;
  position: absolute;
  right: -4.5rem;
  top: 4.5rem;
  transform: rotate(-17deg);
  width: 18rem;
}

.support-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 73.5rem;
  min-height: inherit;
  padding: 5rem max(1.4rem, calc((100vw - 73.5rem) / 2)) 4.5rem;
  position: relative;
  z-index: 1;
}

.support-eyebrow,
.support-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.support-eyebrow {
  color: var(--pm-lime);
}

.support-hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 7.2vw, 5.6rem);
  line-height: 0.9;
  margin: 1.15rem 0;
  max-width: 9.4ch;
  opacity: 0;
  transform: translateY(14px);
  animation: support-rise 560ms 90ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.support-hero p:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.45;
  max-width: 36rem;
}

.support-intro {
  margin: 0 auto 2.4rem;
  max-width: 46rem;
}

.support-intro h2,
.support-contact h2 {
  margin: 0.45rem 0 0.6rem;
}

.support-intro p:last-child {
  margin-bottom: 0;
}

.support-kicker {
  color: var(--pm-purple);
}

.support-groups {
  display: grid;
  gap: 1rem;
  margin: 0 auto 5rem;
  max-width: 73.5rem;
}

.support-group {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(11, 19, 85, 0.1);
  border-radius: 1.4rem;
  color: inherit;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 3.8rem minmax(0, 1fr);
  min-height: 9.4rem;
  opacity: 1;
  padding: 1.35rem;
  text-decoration: none;
  transform: translateY(0);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

html.support-motion .support-group {
  opacity: 0;
  transform: translateY(18px);
}

html.support-motion .support-group.is-visible {
  animation: support-rise 520ms var(--support-delay) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.support-group:hover {
  border-color: var(--pm-purple);
  box-shadow: 0 18px 42px rgba(11, 19, 85, 0.11);
  transform: translateY(-3px);
}

.support-group__icon {
  align-items: center;
  background: var(--pm-surface);
  border-radius: 1.1rem;
  color: var(--pm-purple);
  display: inline-flex;
  height: 3.8rem;
  justify-content: center;
  line-height: 1;
  width: 3.8rem;
}

.support-group__icon img {
  display: block;
  height: 2.3rem;
  width: 2.3rem;
}

.support-group--prescribers .support-group__icon {
  background: var(--pm-surface);
  color: var(--pm-purple);
}

.support-group__content {
  display: grid;
  gap: 0.34rem;
}

.support-group strong {
  color: var(--pm-navy);
  font-size: clamp(1.22rem, 2.4vw, 1.6rem);
  line-height: 1.1;
}

.support-group span {
  color: #777d9d;
  font-size: 0.9rem;
  line-height: 1.55;
}

.support-group em {
  color: var(--pm-purple-deep);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 0.5rem;
}

.support-group em b {
  display: inline-block;
  margin-left: 0.25rem;
  transition: transform 180ms ease;
}

.support-group:hover em b {
  transform: translateX(4px);
}

.support-contact {
  align-items: center;
  background: var(--pm-surface);
  border-radius: 1.4rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto 3rem;
  max-width: 73.5rem;
  padding: 2.2rem;
}

.support-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.support-button {
  display: inline-flex;
  padding: 0.75rem 1.15rem;
  text-decoration: none;
}

.md-typeset a.support-button--primary,
.md-typeset a.support-button--primary:visited {
  background: var(--pm-purple-deep);
  color: #fff;
}

.md-typeset a.support-button--primary:hover {
  background: var(--pm-navy);
  color: #fff;
}

.md-typeset a.support-button--secondary,
.md-typeset a.support-button--secondary:visited {
  border: 1px solid var(--pm-navy);
  color: var(--pm-navy);
}

.md-typeset a.support-button--secondary:hover {
  background: var(--pm-navy);
  color: #fff;
}

.md-typeset .support-video-preview {
  margin: 1.5rem 0 2.1rem;
  max-width: 42rem;
}

.md-typeset .support-video-preview__link,
.support-video-preview__stage {
  aspect-ratio: 16 / 9;
  background: var(--pm-navy);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(11, 19, 85, 0.14);
  color: #fff;
  display: block;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.support-video-preview__stage {
  cursor: pointer;
  padding: 0;
}

.md-typeset .support-video-preview__link:hover,
.support-video-preview__stage:hover {
  box-shadow: 0 20px 42px rgba(11, 19, 85, 0.22);
  color: #fff;
  transform: translateY(-2px);
}

.md-typeset .support-video-preview__link:focus-visible,
.support-video-preview__stage:focus-visible,
.support-video-preview__play-here:focus-visible,
.support-video-preview__youtube-link:focus-visible {
  outline: 3px solid var(--pm-lime);
  outline-offset: 4px;
}

.support-video-preview img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.support-video-preview__shade {
  background: linear-gradient(180deg, rgba(11, 19, 85, 0.08) 15%, rgba(11, 19, 85, 0.86) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.support-video-preview__play {
  align-items: center;
  background: var(--pm-purple-deep);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  display: flex;
  height: 3.35rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 180ms ease, transform 180ms ease;
  width: 3.35rem;
  z-index: 2;
}

.support-video-preview__link:hover .support-video-preview__play,
.support-video-preview__stage:hover .support-video-preview__play {
  background: var(--pm-navy);
  transform: translate(-50%, -50%) scale(1.08);
}

.support-video-preview__play svg {
  height: 1.5rem;
  margin-left: 0.12rem;
  width: 1.5rem;
}

.support-video-preview__copy {
  bottom: 1.05rem;
  display: grid;
  gap: 0.05rem;
  left: 1.2rem;
  position: absolute;
  z-index: 2;
}

.support-video-preview__copy span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.support-video-preview__copy strong {
  color: #fff;
  font-size: 1rem;
}

.support-video-preview__stage.is-playing {
  box-shadow: 0 14px 34px rgba(11, 19, 85, 0.18);
}

.support-video-preview__stage.is-playing iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.support-video-preview__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 0.85rem;
}

.support-video-preview__play-here,
.md-typeset .support-video-preview__youtube-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--pm-purple-deep);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 0.35rem;
  padding: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.support-video-preview__play-here::before {
  content: "▶";
  font-size: 0.7rem;
}

.support-video-preview__play-here:disabled {
  color: #747a9b;
  cursor: default;
  text-decoration: none;
}

.support-video-preview__play-here:disabled::before {
  content: "";
}

.md-typeset .support-video-preview__youtube-link::after {
  content: "↗";
  font-size: 1rem;
  line-height: 1;
}

.md-footer {
  background: var(--pm-surface);
  color: var(--pm-navy);
  margin-top: 4rem;
}

.md-footer__inner {
  min-height: 0;
  padding: 1.35rem max(1.4rem, calc((100vw - 73.5rem) / 2));
}

.md-footer__link,
.md-footer__link:hover,
.md-footer__link:focus-visible {
  color: var(--pm-navy);
}

.md-footer__direction {
  color: #777d9d;
  font-size: 0.72rem;
}

.md-footer__button {
  color: var(--pm-purple-deep);
}

.md-footer-meta {
  display: none;
}

.pm-footer {
  background: var(--pm-navy);
  color: rgba(255, 255, 255, 0.64);
  margin-top: 0;
}

.pm-footer__inner {
  display: grid;
  gap: 2.75rem;
  grid-template-columns: minmax(12rem, 1.5fr) repeat(2, minmax(8rem, 1fr));
  margin: 0 auto;
  max-width: 73.5rem;
  padding: 4rem max(1.4rem, calc((100vw - 73.5rem) / 2)) 2.5rem;
}

.pm-footer__brand {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pm-footer__brand img {
  height: auto;
  width: 10.25rem;
}

.pm-footer__brand p,
.pm-footer__bottom p {
  font-size: 0.8rem;
  line-height: 1.55;
  margin: 0;
}

.pm-footer__column {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.pm-footer__column h2 {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.pm-footer a {
  align-self: flex-start;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.pm-footer a:hover,
.pm-footer a:focus-visible {
  color: #fff;
}

.pm-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 73.5rem;
  padding: 1.35rem max(1.4rem, calc((100vw - 73.5rem) / 2));
}

.pm-footer__bottom a {
  font-size: inherit;
}

@keyframes support-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 76.1875em) {
  .md-header__inner {
    border-radius: 0.9rem;
  }

  .support-hero {
    border-radius: 0;
    margin-top: -2.6rem;
  }
}

@media screen and (max-width: 44.9375em) {
  .md-header {
    padding: 0;
  }

  .md-header__inner {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }

  .md-main__inner {
    margin-top: 1.6rem;
  }

  .support-hero {
    margin-bottom: 3rem;
    min-height: 31rem;
  }

  .support-hero__content {
    padding: 4.5rem 1.3rem 3.3rem;
  }

  .support-group {
    align-items: start;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    min-height: 0;
    padding: 1.2rem;
  }

  .support-group__icon {
    border-radius: 0.9rem;
    height: 3.25rem;
    width: 3.25rem;
  }

  .support-group__icon img {
    height: 1.95rem;
    width: 1.95rem;
  }

  .support-contact {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.5rem;
  }

  .pm-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .pm-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-hero h1,
  html.support-motion .support-group,
  html.support-motion .support-group.is-visible {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .support-group,
  .support-group em b {
    transition: none;
  }
}

@media screen and (max-width: 29.9375em) {
  .pm-footer__inner {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .pm-footer__brand {
    grid-column: auto;
  }

  .pm-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }
}
