.patient-stories .mobile {
  display: none !important;
}
.patient-stories .hero {
  position: relative;
  background-color: #c8f2ee;
}
.patient-stories .hero .title {
  position: absolute;
  top: 15.9rem;
  right: 28.2rem;
  width: 73.6rem;
  height: 17.1rem;
}
.patient-stories .info {
  margin: 0 auto;
  max-width: 212.4rem;
  padding-bottom: 8.9rem;
}
.patient-stories .info h2 {
  margin-top: 10.7rem;
  color: #0D4167;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6.2rem;
  text-align: center;
}
.patient-stories .info .description {
  width: 100%;
  max-width: 141.5rem;
  margin: 2.4rem auto 0;
  color: #0D4167;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: center;
}
.patient-stories .share-story {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4.7rem auto 0;
  max-width: 80rem;
}
.patient-stories .share-story p {
  font-size: 3.2rem;
  color: #0D4167;
  line-height: 3.9rem;
  font-family: 'Montserrat-Bold', sans-serif;
  text-transform: uppercase;
}
.patient-stories .share-story a {
  padding: 1.5rem 3.8rem 1.5rem 3.8rem;
}
.patient-stories .people-stories {
  background: #E8F8F8;
  padding: 10.1rem 0;
}
.patient-stories .people-stories .container {
  margin: 0 auto;
  max-width: 156.2rem;
}
.patient-stories .people-stories h2 {
  color: #0D4167;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6.2rem;
  text-align: center;
}
.patient-stories .tags {
  display: flex;
  justify-content: space-between;
  margin: 5.1rem auto 0;
  width: fit-content;
  column-gap: 3.4rem;
}
.patient-stories .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.2rem;
  cursor: pointer;
  background: #fff;
  color: #0D4167;
  text-transform: uppercase;
  font-size: 2.4rem;
  border-radius: 3.9rem;
  font-family: "Montserrat-Regular", sans-serif;
  border-width: 0.4rem;
  border-style: solid;
  border-color: #fff;
}
.patient-stories .tag .check,
.patient-stories .tag .hov {
  display: none;
  margin-right: 0.8rem;
}
.patient-stories .tag.checked {
  font-family: "Montserrat-Bold", sans-serif;
  border-color: #1BBCBC;
}
.patient-stories .tag.checked .check {
  display: initial;
}
.patient-stories .tag.checked .hov {
  display: none;
}
.patient-stories .tag.checked:not([data-tag="all"]):hover {
  font-family: "Montserrat-Bold", sans-serif;
  border-color: #1BBCBC;
}
.patient-stories .tag.checked:not([data-tag="all"]):hover .check {
  display: none;
}
.patient-stories .tag.checked:not([data-tag="all"]):hover .hov {
  display: initial;
}
.patient-stories [data-tag="all"] {
  width: 15.8rem;
}
.patient-stories [data-tag="attacks-on-prophylaxis"] {
  width: 42.7rem;
}
.patient-stories [data-tag="attack-burden"] {
  width: 29.5rem;
}
.patient-stories [data-tag="future-letters"] {
  width: 28.2rem;
}
.patient-stories .stories-container {
  margin-top: 5.6rem;
  display: flex;
  justify-content: space-between;
}
.patient-stories .video-container {
  position: relative;
}
.patient-stories .video-container .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.patient-stories .video-container .poster {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.patient-stories video {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.patient-stories .addtoany_shortcode {
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 2;
}
.patient-stories .addtoany_shortcode > div {
  line-height: 0 !important;
}
.patient-stories .addtoany_shortcode img {
  width: 2.2rem;
}
.patient-stories .video-story {
  width: 74.3rem;
  display: flex;
  flex-direction: column;
}
.patient-stories .video-story p {
  font-family: "Montserrat-Bold", sans-serif;
  color: #0D4167;
  font-size: 3.2rem;
  line-height: 3.9rem;
}
.patient-stories .video-story .video-container {
  width: 100%;
  height: 74.3rem;
  margin-top: auto;
  position: relative;
}
.patient-stories .video-story .video-container .play {
  width: 10.6rem;
}
.patient-stories .list {
  overflow-y: auto;
  overflow-x: hidden;
  height: 84.7rem;
  padding-right: 2.5rem;
}
.patient-stories .list::-webkit-scrollbar {
  width: 1.6rem;
  margin-left: 3rem;
}
.patient-stories .list::-webkit-scrollbar-track {
  background: #D8D8D8;
  border-radius: 9.5rem;
}
.patient-stories .list::-webkit-scrollbar-thumb {
  background: #F9A149;
  border-radius: 9.5rem;
}
.patient-stories .list .item {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 75.2rem;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  overflow: hidden;
}
.patient-stories .list .item:not(:last-child) {
  margin-bottom: 2.58rem;
}
.patient-stories .list .item.hidden {
  display: none;
}
.patient-stories .list .video-container {
  width: 27.6rem;
  height: 27.6rem;
}
.patient-stories .list .video-container .play {
  width: 4.36rem;
}
.patient-stories .list .title {
  background: #fff;
  flex: 1;
  padding: 0 7rem 0 5.8rem;
  display: grid;
  place-content: center;
}
.patient-stories .list .title p {
  font-family: "Montserrat-Bold", sans-serif;
  color: #0D4167;
  font-size: 3.2rem;
  line-height: 3.9rem;
}
.patient-stories .list .title p br {
  display: none;
}
.patient-stories .list .item.current .title {
  background: #e3e3e5;
}
.patient-stories .play-next {
  cursor: pointer;
  margin: 4.3rem 0 0 54.1rem;
  display: flex;
  column-gap: 2rem;
  color: #0D4167;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 2.4rem;
  line-height: 2.9rem;
  width: fit-content;
}
.patient-stories .play-next img {
  width: 2rem;
}
.conversation.stories-page {
  height: 40.1rem;
}
.conversation.stories-page p {
  margin: 0;
  text-transform: uppercase;
}
.conversation.stories-page p.description {
  text-transform: none;
  margin: 2.4rem 0 4.8rem;
}
.conversation.stories-page a.btn-new {
  margin-top: 0;
  width: 48.1rem;
  height: 8.2rem;
}
@media (max-width: 980px) {
  .patient-stories .desktop {
    display: none !important;
  }
  .patient-stories .mobile {
    display: initial !important;
  }
  .patient-stories .floated-signup {
    background-image: none;
  }
  .patient-stories .hero .title {
    top: 3.1rem;
    right: auto;
    left: 7.6rem;
    width: 59.9rem;
    height: 14.5rem;
  }
  .patient-stories .info {
    padding: 0 3.95rem 7.8rem 3.85rem;
  }
  .patient-stories .info h2 {
    margin-top: 7.2rem;
  }
  .patient-stories .info .description {
    margin-top: 3.6rem;
  }
  .patient-stories .share-story {
    flex-direction: column;
    margin: 6.4rem auto 0;
    row-gap: 2.5rem;
  }
  .patient-stories .people-stories {
    padding: 10.1rem 4rem 7.4rem 4.1rem;
  }
  .patient-stories .tags {
    justify-content: center;
    margin: 4.3rem auto 0;
    flex-wrap: wrap;
    row-gap: 4.3rem;
  }
  .patient-stories .stories-container {
    margin-top: 8.7rem;
    flex-direction: column;
  }
  .patient-stories .video-story {
    width: 100%;
  }
  .patient-stories .video-story .video-container {
    margin-top: 2.4rem;
    height: 66.9rem;
  }
  .patient-stories .list {
    margin-top: 5.7rem;
    max-height: 71.5rem;
    height: auto;
  }
  .patient-stories .list .video-container {
    width: 22.2rem;
    height: 22.2rem;
  }
  .patient-stories .list .title {
    padding: 0 5.5rem 0 3.3rem;
  }
  .patient-stories .list .title p {
    font-size: 3rem;
    line-height: 3.7rem;
  }
  .patient-stories .list .item {
    width: auto;
  }
  .patient-stories .list .item:not(:last-child) {
    margin-bottom: 2.2rem;
  }
  .patient-stories .play-next {
    margin: 4.1rem 0 0 auto;
  }
  .conversation.stories-page p br {
    display: none;
  }
}
/*# sourceMappingURL=patient_stories.css.map */