<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bioep_items_container {
  display: grid;
  gap: 1.6rem;
  padding-top: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.bioep_items_container .news_item {
  height: 256px;
  line-height: 1.2em;
}

.bioep_items_container .news_item .excerpt {
  font-size: 1.44rem;
}

.bioep_items_container .news_item .news_item_tags {
  display: none;
}

.bioep_items_container .news_item .reading-time-icon {
  display: none;
}

.bioep_items_container .news_item .news_item_icons {
  display: none;
}

.bioep_items_container .news_item .author {
  padding-top: 1.28rem;
  font-size: 1.28rem;
}

.bioep_items_container .news_item .shout {
  position: absolute;
  top: -3rem;
  display: inline-block;
}

.bioep_items_container .news_item .image_container {
  width: 75%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.bioep_items_container .news_item .image_container picture {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bioep_items_container .news_item .image_container picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.bioep_items_container .news_item .text_part_wrapper {
  width: 246px;
  margin-bottom: 10px;
  padding: 1.6rem 3.2rem  1.6rem 1.6rem;
  z-index: 2;
  background-color: white;
  position: relative;
}

.bioep_items_container .news_item .text_part_wrapper .title {
  font-weight: bold;
  font-size: 1.728rem;
}

.bioep_items_container .news_item .text_part_wrapper .title a:link,
.bioep_items_container .news_item .text_part_wrapper .title a:visited,
.bioep_items_container .news_item .text_part_wrapper .title a:hover,
.bioep_items_container .news_item .text_part_wrapper .title a:focus,
.bioep_items_container .news_item .text_part_wrapper .title a:active {
  color: var(--text-color);
  text-decoration: none;
}

.news_item_exitonintent_item_1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}

.news_item_exitonintent_item_3 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}

/* BIOEP LEGACY*/
#bio_ep {
  height: auto !important;
}

#bio_ep_inner {
  padding: 3rem 1rem;
}

#bio_ep_close {
  margin: -17px 0 0 -18px !important;
  width: 35px !important;
  height: 35px !important;
  font-size: 16px !important;
  background-color: #d92428 !important;
  line-height: 33px  !important;
}

.bioep_img_title {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
</pre></body></html>