.potential-side-effects-page .accent-arrow-link {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #E0115F;
  transition: gap 350ms ease-out;
}
.potential-side-effects-page .accent-arrow-link::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-weight: 700;
  transition: opacity 350ms ease-out;
}
.potential-side-effects-page .accent-arrow-link:hover {
  gap: 1.2rem;
}
.potential-side-effects-page .accent-arrow-link:hover::before {
  opacity: 1;
}
.potential-side-effects-page .accent-arrow-link:hover p {
  opacity: 0;
}
.potential-side-effects-page .accent-arrow-link img {
  height: 2.5rem;
  width: auto;
}
.potential-side-effects-page .accent-arrow-link p {
  opacity: 1;
  transition: opacity 350ms ease-out;
}
@media (max-width: 768px) {
  .potential-side-effects-page .accent-arrow-link {
    font-size: 1.6rem;
  }
  .potential-side-effects-page .accent-arrow-link img {
    height: 2rem;
  }
}
.potential-side-effects-page .accent-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 5rem;
  border: 0.2rem solid #E0115F;
  padding: 1.2rem 4rem;
  background-color: #E0115F;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25em;
  color: #FFFFFF;
  transition: all 300ms ease-out;
}
.potential-side-effects-page .accent-button:focus-visible {
  outline: 0.2rem solid #E0115F;
  outline-offset: 0.2rem;
}
@media (min-width: 768px) {
  .potential-side-effects-page .accent-button:hover {
    gap: 2.5rem;
    background-color: #FFFFFF;
    color: #E0115F;
  }
  .potential-side-effects-page .accent-button:hover img {
    filter: brightness(1);
  }
}
.potential-side-effects-page .accent-button img {
  height: 2.5rem;
  width: auto;
  filter: brightness(20);
  transition: filter 300ms ease-out;
}
@media (max-width: 768px) {
  .potential-side-effects-page .accent-button {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
  }
  .potential-side-effects-page .accent-button img {
    height: 2rem;
  }
}
@media (max-width: 768px) {
  .potential-side-effects-page .tbm__container {
    width: 34.3rem;
    margin: 0 auto;
  }
}
.potential-side-effects-page .tbm__select {
  display: none;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tbm__select {
    display: block;
  }
}
.potential-side-effects-page .tbm__select--top {
  padding-top: 4rem;
}
.potential-side-effects-page .tbm__select--bottom {
  padding-bottom: 4rem;
}
.potential-side-effects-page .hero {
  position: relative;
  overflow: hidden;
}
.potential-side-effects-page .hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: calc(38em/32);
  color: #FFFFFF;
  text-shadow: 0 0.4rem 1rem #000000;
  margin-bottom: 10.7rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .hero h1 {
    margin-bottom: 12.5rem;
    font-size: 2.4rem;
  }
  .potential-side-effects-page .hero h1 br.desktop {
    display: none;
  }
}
.potential-side-effects-page .hero p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(17em/14);
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .potential-side-effects-page .hero p {
    text-align: right;
  }
}
.potential-side-effects-page .hero .back-img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .potential-side-effects-page .hero .back-img {
    object-position: 51%;
    height: 41.2rem;
  }
}
.potential-side-effects-page .hero .container {
  position: absolute;
  top: 11.3rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .potential-side-effects-page .hero .container {
    top: 18.3rem;
  }
}
@media (max-width: 768px) {
  .potential-side-effects-page .hero {
    max-width: 100%;
    height: 41.2rem;
  }
}
.potential-side-effects-page .tabs-section {
  position: relative;
}
.potential-side-effects-page .tabs-section .tabs {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  padding: 0 19.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs {
    display: none;
  }
}
.potential-side-effects-page .tabs-section .tabs .tab {
  flex: 1;
  cursor: pointer;
  padding: 1.8rem 1.2rem;
  color: #FFFFFF;
  background: linear-gradient(180deg, #963CBD 0%, #6F2393 69%, #470A68 100%);
}
.potential-side-effects-page .tabs-section .tabs .tab:hover {
  background: linear-gradient(180deg, #C6A1CF 0%, #963CBD 50%, #470A68 100%);
}
.potential-side-effects-page .tabs-section .tabs .tab .name {
  font-family: 'Montserrat', sans-serif;
}
.potential-side-effects-page .tabs-section .tabs .tab.active {
  background: #FFFFFF;
  color: #963CBD;
}
.potential-side-effects-page .tabs-section .tabs-top {
  bottom: 100%;
}
.potential-side-effects-page .tabs-section .tabs-top .tab {
  border-radius: 1.6rem 1.6rem 0 0;
}
.potential-side-effects-page .tabs-section .tabs-bottom {
  top: 100%;
}
.potential-side-effects-page .tabs-section .tabs-bottom .tab {
  border-radius: 0 0 1.6rem 1.6rem;
  background: linear-gradient(0deg, #963CBD 0%, #6F2393 69%, #470A68 100%);
}
.potential-side-effects-page .tabs-section .tabs-bottom .tab.active {
  background: #FFFFFF;
  color: #963CBD;
}
.potential-side-effects-page .tabs-section .tabs-bottom .tab:hover:not(.active) {
  background: linear-gradient(180deg, #C6A1CF 0%, #963CBD 50%, #470A68 100%);
}
.potential-side-effects-page .tabs-section .tabs-content .content {
  padding: 6rem 0 9.7rem 0;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .container {
  padding: 0 19.2rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .container {
    padding: 0 2.4rem;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .container.with-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .container.with-icon {
    flex-direction: column;
    text-align: center;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .container.with-icon img {
  width: 15rem;
  height: 15rem;
  margin-right: 2.4rem;
  display: block;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .container.with-icon img {
    width: 10rem;
    height: auto;
    margin-right: 0;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .proven-safety-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: calc(32em/26);
  color: #963CBD;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .proven-safety-title {
    font-size: 2rem;
    line-height: calc(32em / 26);
    text-align: center;
    margin-top: 3.2rem;
    margin-bottom: 0;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .proven-safety-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: #470A68;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .proven-safety-subtitle {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 0;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .proven-safety-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #333333;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .proven-safety-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby {
  position: relative;
  margin-top: 11rem;
  padding-left: 19.4rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby {
    margin: 2.4rem 2.4rem 3.6rem;
    padding-left: 0;
    text-align: center;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: 19.4rem;
  width: 112.8rem;
  border-top: 0.1rem solid #470A68;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby::before {
    top: -1.2rem;
    left: 0;
    right: 0;
    width: auto;
    border-top: 0.1rem solid #470A68;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby-title {
  margin-bottom: 1.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: calc(28em/22);
  color: #470A68;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby-title {
    font-size: 1.6rem;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby-text {
  width: 84.8rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(24em/18);
  color: #333333;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby-text {
    width: auto;
    font-size: 1.4rem;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby-text-content {
  display: flex;
  flex-direction: row;
  gap: 2.8rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby-text-content {
    margin-top: 1.6rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby-text-content .accent-button {
  flex-shrink: 0;
  height: 5.4rem;
  padding: 1.2rem 4.8rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .tabs-section .tabs-content .content .considering-attruby-text-content .accent-button {
    width: 100%;
    padding: 1.2rem 2rem;
  }
}
.potential-side-effects-page .articles-navigation-section {
  padding-top: 4rem;
  background-color: #3333331C;
  overflow: hidden;
}
.potential-side-effects-page .articles-navigation-section-list {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin: 6.1rem 0;
}
@media (max-width: 768px) {
  .potential-side-effects-page .articles-navigation-section-list {
    flex-direction: column;
    gap: 1.6rem;
    margin: 3.6rem 0;
  }
}
.potential-side-effects-page .articles-navigation-section-list-item {
  flex: 1;
  box-shadow: none;
  transition: box-shadow 600ms ease-in-out;
  border-radius: 0.8rem;
  overflow: hidden;
}
.potential-side-effects-page .articles-navigation-section-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
}
.potential-side-effects-page .articles-navigation-section-card:focus-visible {
  outline: none;
}
.potential-side-effects-page .articles-navigation-section-card:focus-visible .accent-arrow-link {
  outline: 0.2rem solid #E0115F;
  outline-offset: 0.4rem;
  gap: 1.2rem;
}
.potential-side-effects-page .articles-navigation-section-card:focus-visible .accent-arrow-link::before {
  opacity: 1;
}
.potential-side-effects-page .articles-navigation-section-card:focus-visible .accent-arrow-link p {
  opacity: 0;
}
.potential-side-effects-page .articles-navigation-section-card-image {
  width: 100%;
  height: auto;
}
.potential-side-effects-page .articles-navigation-section-card-image-container {
  width: 100%;
}
@media (max-width: 768px) {
  .potential-side-effects-page .articles-navigation-section-card-image-container img {
    height: 15rem;
    object-fit: cover;
  }
}
.potential-side-effects-page .articles-navigation-section-card-image-container.actor-portrayal {
  position: relative;
}
.potential-side-effects-page .articles-navigation-section-card-image-container.actor-portrayal::before {
  content: 'Actor portrayals.';
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  opacity: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(17.07em/14);
  text-shadow: 0 0.4rem 0.4rem #000000BF;
  color: #FFFFFF;
  transition: opacity 600ms ease-in-out;
}
.potential-side-effects-page .articles-navigation-section-card-title {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 768px) {
  .potential-side-effects-page .articles-navigation-section-card-title {
    font-size: 1.4rem;
  }
}
.potential-side-effects-page .articles-navigation-section-card-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.25em;
  color: #333333;
}
@media (max-width: 768px) {
  .potential-side-effects-page .articles-navigation-section-card-text {
    font-size: 1.4rem;
  }
}
.potential-side-effects-page .articles-navigation-section-card-text-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.7rem 3rem 2.6rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .articles-navigation-section-card-text-content {
    gap: 0.8rem;
    padding: 1.6rem;
  }
}
.potential-side-effects-page .refLink {
  padding: 6rem 43.2rem;
}
@media (min-width: 768px) {
  .potential-side-effects-page .refLink a:focus {
    outline-width: 0.2rem;
    outline-style: solid;
    outline-offset: 0.2rem;
    outline-color: #963CBD;
  }
}
@media (max-width: 768px) {
  .potential-side-effects-page .refLink {
    padding: 1.6rem 1.6rem 2rem;
  }
}
.potential-side-effects-page .refLink p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: calc(17em/14);
  color: #333333;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .potential-side-effects-page .refLink p {
    font-size: 1.2rem;
    margin-bottom: 3.6rem;
    color: #58595B;
    text-indent: -0.3rem;
  }
}
.potential-side-effects-page .refLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #963CBD;
  padding: 1.2rem 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25em;
  text-transform: capitalize;
  color: #FFFFFF;
  border: 0.2rem transparent solid;
  border-radius: 5rem;
  transition: all 350ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .potential-side-effects-page .refLink a {
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
}
.potential-side-effects-page .refLink a svg {
  margin-left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  fill: #FFFFFF;
  transition: all 350ms ease-in-out;
}
@media (max-width: 768px) {
  .potential-side-effects-page .refLink a svg {
    height: 2rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  .potential-side-effects-page .refLink a:hover {
    background-color: #FFFFFF;
    border-color: #963CBD;
    color: #963CBD;
  }
  .potential-side-effects-page .refLink a:hover svg {
    margin-left: 2.5rem;
    fill: #963CBD;
  }
}
/*# sourceMappingURL=potential-side-effects.css.map */