.patient-profiles {
  color: #3c3a45;
  font-family: 'Libre Franklin', Arial, sans-serif;
}
.patient-profiles * {
  box-sizing: border-box;
}
.patient-profiles .screen-reader-text {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.patient-profiles .hero {
  top: 0;
  position: sticky;
  z-index: 0;
  padding: 16.3rem 0 18.5rem;
}
.patient-profiles .hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 27.7rem;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #808080 0%, rgba(124, 124, 124, 0.0001) 86.31%);
  mix-blend-mode: multiply;
}
.patient-profiles .hero .pause-btn {
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  right: 8rem;
  bottom: 7rem;
}
.patient-profiles .hero .container {
  width: 94rem;
  padding: 0 1.7rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.patient-profiles .hero .back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}
.patient-profiles .hero h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 5.3rem;
  color: #ffffff;
}
.patient-profiles .hero .actor {
  position: absolute;
  bottom: 5.9rem;
  left: 27rem;
  font-family: 'Libre Franklin', sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ffffff;
}
.patient-profiles .content-section {
  border-radius: 5rem 5rem 0 0;
  background: #fff;
  position: relative;
  margin-top: -4rem;
  padding-bottom: 5.6rem;
}
.patient-profiles .content-shell {
  width: 106.4rem;
  margin: 0 auto;
}
.patient-profiles .intro {
  padding: 6.3rem 0 0;
  border-radius: 2rem 2rem 0 0;
  background: #ffffff;
  max-width: 78rem;
  margin: 0 auto 8rem;
}
.patient-profiles .intro h2 {
  margin: 0 0 2.8rem;
  color: #122674;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 4.4rem;
}
.patient-profiles .intro p {
  margin: 0;
  color: #3c3a45;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.patient-profiles .stories {
  padding: 3rem 8.4rem 4rem;
  border-radius: 2rem;
  background: #f2f7ff;
}
.patient-profiles .stories-list-view[hidden],
.patient-profiles .patient-detail[hidden] {
  display: none !important;
}
.patient-profiles .stories-filter {
  display: grid;
  grid-template-columns: 49.5rem 37rem;
  align-items: start;
  justify-content: space-between;
  gap: 2.4rem;
  margin-bottom: 3.1rem;
}
.patient-profiles .stories-filter p {
  margin: 1.3rem 0 0;
  color: #122674;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.52rem;
}
.patient-profiles .stories-select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 37rem;
}
.patient-profiles .stories-select select {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.patient-profiles .stories-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 4.7rem;
  padding: 0.7rem 2.7rem 0.7rem 2.1rem;
  border: 0.1rem solid #122674;
  border-radius: 1rem;
  background: #ffffff;
  color: #122674;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  text-align: left;
  cursor: pointer;
}
.patient-profiles .stories-select__trigger[data-selected-item="all"] + .stories-select__dropdown button[data-value="all"] {
  display: none;
}
.patient-profiles .stories-select__label {
  display: block;
  padding-right: 2rem;
}
.patient-profiles .stories-select__icon {
  flex: 0 0 auto;
  margin-bottom: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  border-right: 0.2rem solid #122674;
  border-top: 0.2rem solid #122674;
  transform: rotate(135deg);
  transition: transform 0.2s ease;
}
.patient-profiles .stories-select.is-open .stories-select__trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  position: relative;
  z-index: 10;
}
.patient-profiles .stories-select.is-open .stories-select__icon {
  transform: rotate(-45deg);
  margin-bottom: -0.8rem;
}
.patient-profiles .stories-select__dropdown {
  position: absolute;
  top: calc(100% - 0.2rem);
  left: 0;
  right: 0;
  z-index: 6;
  overflow: hidden;
  border: 0.1rem solid #122674;
  border-top: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 1.2rem 2.4rem rgba(18, 38, 116, 0.08);
  filter: drop-shadow(-8px 4px 17px rgba(0, 0, 0, 0.28));
}
.patient-profiles .stories-select__option {
  display: block;
  width: calc(100% - 3.8rem);
  margin: 0 auto;
  padding: 1rem 0;
  border: 0;
  border-bottom: 0.1rem solid rgba(60, 58, 69, 0.5);
  background: transparent;
  color: #122674;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .patient-profiles .stories-select__option:hover {
    background: #F2F7FF;
  }
}
.patient-profiles .stories-select__option:focus-visible {
  background: #F2F7FF;
  outline: none;
}
.patient-profiles .stories-select__option:last-child {
  border-bottom: 0;
}
.patient-profiles .stories-select__option.is-selected {
  font-weight: 600;
}
.patient-profiles .stories-grid,
.patient-profiles .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 28rem);
  gap: 2rem 3rem;
  justify-content: center;
}
.patient-profiles .stories-empty {
  margin: 2rem 0 0;
  color: #122674;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: center;
}
.patient-profiles .card {
  display: flex;
  align-items: flex-end;
  min-height: 35rem;
  overflow: hidden;
  border-radius: 1.8rem;
  background-color: #eaeaea;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.12);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-size 0.35s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .patient-profiles .card:hover {
    background-size: 105% auto;
  }
}
.patient-profiles .card:focus-visible {
  outline: 0.2rem solid #122674;
  outline-offset: 0.3rem;
}
.patient-profiles .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1.8rem;
  min-height: 16.2rem;
  padding: 1.3rem 1.3rem 1.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
}
.patient-profiles .card h3 {
  margin: 0 0 0.8rem;
  color: #122674;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9rem;
}
.patient-profiles .card p {
  margin: 0 0 0.8rem;
  color: #3f3f3f;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.patient-profiles .card a {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin: auto 0 0;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 1.3rem 1rem;
  border-radius: 3rem;
  background: #122674;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.patient-profiles .card a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2.4rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(0deg, #122674 -76.15%, #3461C4 100%);
  transition: all 0.3s;
}
.patient-profiles .card a:hover::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .patient-profiles .card a:hover::before {
    opacity: 0;
  }
}
.patient-profiles .stories-details.is-active {
  display: block;
}
.patient-profiles .patient-detail {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
}
.patient-profiles .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #122674;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: underline;
  cursor: pointer;
}
.patient-profiles .back-link__icon {
  width: 0.9rem;
  height: 0.9rem;
  border-left: 0.2rem solid #122674;
  border-bottom: 0.2rem solid #122674;
  transform: rotate(45deg);
}
.patient-profiles .detail-head {
  max-width: 89rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
.patient-profiles .detail-head h3 {
  margin: 0 0 1.4rem;
  color: #122674;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.22;
}
.patient-profiles .detail-head p {
  max-width: 56.5rem;
  margin: 0;
  color: #3c3a45;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.patient-profiles .detail-content {
  display: grid;
  grid-template-columns: 61.2rem 26.2rem;
  gap: 2.6rem;
  align-items: start;
}
.patient-profiles .detail-media-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.patient-profiles .detail-media {
  position: relative;
  min-height: 34.4rem;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #d2d2d2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.patient-profiles .detail-video {
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
  aspect-ratio: 16 / 9;
}
.patient-profiles .detail-video__placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 2rem;
  background-color: #d7dbe3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.patient-profiles .detail-video__placeholder[hidden] {
  display: none;
}
.patient-profiles .detail-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.8rem;
  height: 9.8rem;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
}
.patient-profiles .detail-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 2.1rem solid #faa224;
  transform: translate(-35%, -50%);
}
.patient-profiles .detail-chapters {
  width: 61.1rem;
}
.patient-profiles .detail-chapters h4,
.patient-profiles .detail-related h4 {
  margin: 0 0 1.1rem;
  color: #3f3f3f;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
}
.patient-profiles .chapter-row {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  gap: 1.8rem;
  padding: 1rem 1.6rem;
  border-bottom: 0.1rem solid #d4dae9;
}
.patient-profiles .chapter-row span {
  color: #767676;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.patient-profiles .chapter-row strong {
  color: #3f3f3f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1rem;
}
.patient-profiles .detail-side-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.patient-profiles .resource-card,
.patient-profiles .quote-card {
  border-radius: 2rem;
  background: #ffffff;
}
.patient-profiles .resource-card {
  overflow: hidden;
  max-width: 26.2rem;
}
.patient-profiles .resource-card__top {
  display: grid;
  grid-template-columns: 9.4rem 1fr;
  gap: 1.7rem;
  padding: 3rem 2.3rem 2rem;
  align-items: center;
}
.patient-profiles .resource-card__thumb {
  min-height: 12.3rem;
  border: 0.1rem solid #e6efff;
  background-color: #c4c4c4;
  background-position: center;
  background-size: cover;
}
.patient-profiles .resource-card__title {
  color: #122674;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.patient-profiles .resource-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 5rem;
  padding: 1.3rem 2rem;
  background: #122674;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-decoration: underline;
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.patient-profiles .resource-card__link:before {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.patient-profiles .resource-card__link img {
  filter: brightness(100);
  width: 2rem;
  height: 2rem;
}
.patient-profiles .quote-card {
  min-height: 34.4rem;
  padding: 2.95rem 1.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.patient-profiles .quote-card__icon {
  width: 4.8rem;
  height: 3.5rem;
  margin-bottom: 2.5rem;
}
.patient-profiles .quote-card p {
  margin: 0;
  color: #1367ff;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.6rem;
}
.patient-profiles .quote-card p span {
  font-size: 1.4rem;
  line-height: 0rem;
}
.patient-profiles .detail-related h4 {
  margin-bottom: 2rem;
  color: #122674;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.2;
}
.patient-profiles .stories-note {
  margin: 2.2rem 0 0;
  color: #3f3f3f;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  text-align: center;
}
.patient-profiles .section-card-link {
  background-color: #ffffff;
  padding-top: 5.6rem;
}
.patient-profiles .section-card-link .container {
  max-width: 78rem;
  width: 100%;
  margin: 0 auto;
}
.patient-profiles .section-card-link .about-link-image {
  border-radius: 2.5rem;
  overflow: hidden;
  width: 100%;
  height: 30rem;
}
.patient-profiles .section-card-link .about-link-image .image-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.patient-profiles .section-card-link .about-link-image .image-container:hover .background {
  transform: scale(1.05);
}
.patient-profiles .section-card-link .about-link-image .image-container .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.patient-profiles .section-card-link .about-link-image .image-container .actor {
  position: absolute;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-style: italic;
  bottom: 2.8rem;
  right: 2.6rem;
  color: white;
}
.patient-profiles .section-card-link .about-link-image .image-container .content {
  position: absolute;
  left: 3.5rem;
  bottom: 3.1rem;
  width: 20.5rem;
}
.patient-profiles .section-card-link .about-link-image .image-container .content .subtitle {
  color: #faa224;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}
.patient-profiles .section-card-link .about-link-image .image-container .content .icon {
  width: 2rem;
  height: 2rem;
  margin: 0.5rem 0 0 0.9rem;
}
.patient-profiles .section-card-link .about-link-image .image-container .content .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: white;
  display: flex;
}
@media (max-width: 768px) {
  .patient-profiles .hero {
    padding: 11rem 0 25.4rem;
  }
  .patient-profiles .hero .pause-btn {
    display: none;
  }
  .patient-profiles .hero .container {
    width: 100%;
    padding: 0 3rem;
  }
  .patient-profiles .hero h1 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .patient-profiles .hero .actor {
    left: 3.2rem;
    bottom: 4.1rem;
  }
  .patient-profiles .desktop {
    display: none !important;
  }
  .patient-profiles .content-section {
    border-radius: 2.4rem 2.4rem 0 0;
    margin-top: -2.4rem;
    padding-bottom: 4rem;
  }
  .patient-profiles .content-shell {
    width: 100%;
  }
  .patient-profiles .intro {
    margin-bottom: 2.9rem;
    padding: 3.2rem 3rem 0;
  }
  .patient-profiles .intro h2 {
    margin-bottom: 1.4rem;
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  .patient-profiles .intro p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .patient-profiles .stories {
    padding: 3.6rem 2.4rem;
  }
  .patient-profiles .stories-filter {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
  .patient-profiles .stories-filter p {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .patient-profiles .stories-select {
    max-width: none;
  }
  .patient-profiles .stories-select__trigger {
    min-height: 3.9rem;
    padding: 1rem 1.7rem;
    border-width: 0.1rem;
    border-radius: 0.9rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .patient-profiles .stories-select__icon {
    width: 1.3rem;
    height: 1.3rem;
    border-right-width: 0.2rem;
    border-top-width: 0.2rem;
  }
  .patient-profiles .stories-select__dropdown {
    top: calc(100% - 0.1rem);
    border-width: 0.1rem;
    border-bottom-left-radius: 0.9rem;
    border-bottom-right-radius: 0.9rem;
  }
  .patient-profiles .stories-select__option {
    width: calc(100% - 3.4rem);
    padding: 1.1rem 0 1rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .patient-profiles .stories-grid,
  .patient-profiles .related-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    max-width: 28rem;
    width: 100%;
    margin: 0 auto;
  }
  .patient-profiles .card {
    min-height: 35rem;
  }
  .patient-profiles .card-content {
    min-height: 16.2rem;
    padding: 1.3rem 1.2rem 1.5rem;
  }
  .patient-profiles .card h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .patient-profiles .card p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .patient-profiles .card a {
    min-width: 0;
    min-height: 3.4rem;
    font-size: 1.4rem;
  }
  .patient-profiles .patient-detail {
    gap: 3.6rem;
  }
  .patient-profiles .back-link {
    font-size: 1.2rem;
  }
  .patient-profiles .detail-head {
    flex-direction: column;
    gap: 4rem;
  }
  .patient-profiles .detail-head h3,
  .patient-profiles .detail-related h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .patient-profiles .detail-related h4 {
    margin-bottom: 3.6rem;
  }
  .patient-profiles .detail-head p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .patient-profiles .detail-content {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .patient-profiles .detail-media {
    min-height: 19rem;
  }
  .patient-profiles .detail-play {
    width: 6.4rem;
    height: 6.4rem;
  }
  .patient-profiles .detail-play::before {
    border-top-width: 0.9rem;
    border-bottom-width: 0.9rem;
    border-left-width: 1.5rem;
  }
  .patient-profiles .detail-chapters {
    width: 100%;
  }
  .patient-profiles .chapter-row {
    grid-template-columns: 4.8rem 1fr;
    gap: 1rem;
    padding: 0.8rem 0.8rem;
  }
  .patient-profiles .chapter-row span,
  .patient-profiles .chapter-row strong {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .patient-profiles .resource-card {
    max-width: 35rem;
    min-height: 24rem;
    margin-bottom: 2.4rem;
  }
  .patient-profiles .resource-card__top {
    grid-template-columns: 9.4rem 1fr;
    gap: 3rem;
    padding: 2.6rem 2.3rem 3.3rem;
    align-items: center;
  }
  .patient-profiles .resource-card__thumb {
    width: 100%;
    height: 100%;
  }
  .patient-profiles .resource-card__title {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
  .patient-profiles .resource-card__link {
    min-height: 5rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 1rem 1.2rem;
  }
  .patient-profiles .quote-card {
    min-height: auto;
    padding: 2.4rem 1.8rem;
  }
  .patient-profiles .quote-card__icon {
    margin-bottom: 1.4rem;
    font-size: 3.6rem;
  }
  .patient-profiles .quote-card p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .patient-profiles .stories-note {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .patient-profiles .section-card-link {
    padding-top: 3.2rem;
  }
  .patient-profiles .section-card-link .container {
    max-width: 33rem;
  }
  .patient-profiles .section-card-link .about-link-image {
    height: 100%;
  }
  .patient-profiles .section-card-link .about-link-image .image-container {
    height: 40rem;
  }
  .patient-profiles .section-card-link .about-link-image .image-container .actor {
    top: 1.2rem;
    right: 2.2rem;
    bottom: auto;
  }
  .patient-profiles .section-card-link .about-link-image .image-container .content {
    width: 28rem;
    left: 2.6rem;
    bottom: 2.2rem;
  }
}
@media (min-width: 769px) {
  .patient-profiles .mobile {
    display: none !important;
  }
}
/*# sourceMappingURL=patient-profiles.css.map */