/* Clinical Insight */
.clinical-insight {
  font-family: "Montserrat", sans-serif;
}

/* Tag */
.clinical-insight .clinical-insight__tags {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.clinical-insight .clinical-insight__tags.hidden {
  display: none;
}

.clinical-insight .clinical-insight__select {
  margin-bottom: 50px;
  position: relative;
}

.clinical-insight .clinical-insight__select.hidden {
  display: none;
}

.clinical-insight .clinical-insight__select .clinical-insight__select-button {
  width: 100%;
  height: 100%;
  padding: 10px 26px;
  border: 1px solid #999;
  border-radius: 10px;
  text-align: left;
  color: #00a3dd;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 163, 221, 1);transform: ;msFilter:;'><path d='M16.939 7.939 12 12.879l-4.939-4.94-2.122 2.122L12 17.121l7.061-7.06z'></path></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  outline: none;
}

.clinical-insight .clinical-insight__select .clinical-insight__select-button .js-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.clinical-insight .clinical-insight__select .clinical-insight__select-list {
  display: none;
  list-style: none;
  background-color: white;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  position: absolute;
  top: 110%;
  width: 100%;
  z-index: 999;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.clinical-insight .clinical-insight__select .clinical-insight__select-list.show {
  display: block;
}

.clinical-insight .clinical-insight__select .clinical-insight__select-list li {
  padding: 10px 26px;
}

.clinical-insight .clinical-insight__select .clinical-insight__select-list li:hover {
  background-color: rgba(235, 235, 235, 0.3);
  cursor: pointer;
}

.clinical-insight .clinical-insight__select .clinical-insight__select-list li.active {
  color: #00a3dd;
}

.clinical-insight .clinical-insight__tags .tags-list__items {
  display: inline;
  padding-left: 40px;
  line-height: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.clinical-insight .clinical-insight__tags .tags-list__items.active {
  color: #00a3dd;
  font-weight: 700;
}

.clinical-insight .clinical-insight__tags .tags-list__items:hover {
  color: #00a3dd;
}

.clinical-insight .clinical-insight__tags .tags-list__items:not(:last-child) {
  border-right: 1px solid black;
  padding: 0 40px;
}

.clinical-insight .clinical-insight__tags .tags-list__items:first-of-type {
  padding-left: 0;
}

/* card wrapper */
.clinical-insight .clinical-insight__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 35px;
  width: 100%;
  padding-bottom: 64px;
}

/* card */
.clinical-insight .clinical-insight__wrapper .clinical-insight__card {
  display: grid;
  grid-template-rows: 180px minmax(110px, 1fr) 80px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card.selected {
  background-color: #131e3c;
  color: white;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card.selected .card__body-caption p {
  color: white;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card.hidden {
  display: none;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__header {
  padding: 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__header.selected[style] {
  background-color: #131e3c !important;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__header-tag {
  margin-bottom: 25px;
  max-width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__header-tag span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 8px;
  color: white;
  border: 2px solid white;
  letter-spacing: 0.1em;
  inline-size: unset;
  width: auto;
  max-width: 120px;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__header-title p {
  font-size: 18px;
  font-weight: 700;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__header-newtag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: -12px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e97625;
  color: white;
  -webkit-box-shadow: 0px 4px 4px 0px #00000066;
          box-shadow: 0px 4px 4px 0px #00000066;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__body-caption p {
  font-size: 16px;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 24px;
  border-radius: 0 0 10px 10px;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer .card__button {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #00a3dd;
  color: white;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  line-height: 1.75;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer .card__button:hover {
  background-color: #131e3c;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 6px 16px;
  border: 1px solid black;
  border-radius: 10px;
  cursor: pointer;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer-link:hover {
  background-color: #061222;
  color: white;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer-link:hover svg {
  fill: white;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer-link.selected {
  color: #061222;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer-link.selected:hover {
  background-color: white;
  color: #061222;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer-link.selected:hover svg {
  fill: #061222;
}

.clinical-insight .clinical-insight__wrapper .clinical-insight__card .card__footer-link svg {
  margin-right: 5px;
}

.clinical-insight .clinical-insight__wrapper .info-card {
  display: none;
}

.clinical-insight .clinical-insight__wrapper .info-card.show {
  text-align: center;
  display: block;
  grid-column: 1/-1;
}

.clinical-insight__action {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  margin-top: 100px;
  width: 100%;
  padding: 32px 0;
  background-color: #686767;
  z-index: 999;
}

.clinical-insight__action::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #686767;
}

.clinical-insight__action::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #686767;
}

.clinical-insight__action.hidden {
  visibility: hidden;
}

.clinical-insight__action-wrapper {
  max-width: 1130px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.clinical-insight__action-wrapper .clinical-insight__action-caption {
  text-align: center;
  margin-bottom: 24px;
  display: none;
}

.clinical-insight__action-wrapper .clinical-insight__action-caption p {
  color: white;
  padding: 0;
}

.clinical-insight__action-wrapper .clinical-insight__action-caption p span {
  font-weight: 700;
}

.clinical-insight__action-wrapper .clinical-insight__action-caption .caption-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.clinical-insight__action-wrapper .clinical-insight__action-caption .caption-desc {
  font-size: 16px;
  margin-bottom: 0;
}

.clinical-insight__action-wrapper .clinical-insight__action-button .button-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 22px 28px;
  border-radius: 15px;
  color: #131e3c;
  background-color: #e6e6e6;
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.7);
          box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.7);
}

.clinical-insight__action-wrapper .clinical-insight__action-button .button-link svg {
  margin-right: 5px;
}

.clinical-insight__action-wrapper .clinical-insight__action-button .button-link .button-title {
  display: none;
}

.clinical-insight__action-wrapper .clinical-insight__action-button .button-link .js-button-title {
  display: inline-block;
}

.clinical-insight__action-wrapper .clinical-insight__action-button .button-link span {
  font-size: inherit;
  font-weight: inherit;
}

@media (min-width: 460px) {
  .clinical-insight .clinical-insight__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clinical-insight__action-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .clinical-insight__action-wrapper .clinical-insight__action-caption {
    display: block;
    text-align: left;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .clinical-insight__action-wrapper .clinical-insight__action-button .button-link .button-title {
    display: inline-block;
  }

  .clinical-insight__action-wrapper .clinical-insight__action-button .button-link .js-button-title {
    display: none;
  }
}
@media (min-width: 768px) {
  .clinical-insight .clinical-insight__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .clinical-insight .clinical-insight__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .clinical-insight .clinical-insight__tags.hidden {
    display: none;
  }

  .clinical-insight .clinical-insight__select {
    display: none;
  }

  .clinical-insight .clinical-insight__select.hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .clinical-insight .clinical-insight__wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/*# sourceMappingURL=style-clinical-insight.css.map */
