@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&family=Signika+Negative:wght@700&display=swap");
@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  border: none;
  opacity: .7; }

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  transform: translateY(50%); }

.recommender-articles {
  border-radius: 0;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  padding: 18px 12px 10px;
  position: relative;
  width: 0;
  min-width: 100%;
  max-width: 800px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #F1F1F1;
  border-top: 2px solid #F1F1F1;
  line-height: normal; }
  .recommender-articles .header {
    color: #E90E0E;
    font-size: 24px;
    font-family: 'Signika Negative', sans-serif !important;
    height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap; }
  .recommender-articles .recommender-content {
    margin-top: 15px; }
  .recommender-articles img {
    width: 100%;
    border-right: 10px solid #FFFFFF; }
  .recommender-articles .splide__list {
    display: flex;
    gap: 20px; }
  .recommender-articles .recommender-list {
    width: 325px; }
  .recommender-articles .article-title {
    font-weight: bold;
    color: #141414;
    letter-spacing: -0.07px;
    text-align: left;
    padding-top: 10px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    min-height: 58.8px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .recommender-articles .article-title:hover {
      text-decoration: underline; }
  .recommender-articles a {
    text-decoration: none; }
  .recommender-articles figure {
    margin: 0;
    padding: 0;
    min-height: 179px; }
  .recommender-articles .footer {
    text-align: right;
    display: block;
    font-size: 12px;
    padding-right: 5px;
    margin-top: 5px;
    font-size: 14px;
    margin-top: 10px;
    background: unset; }
    .recommender-articles .footer img {
      width: 75px !important;
      width: 100px !important;
      display: inline; }
    .recommender-articles .footer .terms {
      vertical-align: top;
      padding-top: 5px;
      display: inline-block;
      padding-top: 8px; }
  .recommender-articles .comments-wrapper {
    text-decoration: none; }
  .recommender-articles .gray .count-text {
    display: none; }
  .recommender-articles .gray .comment-bubble {
    color: #7d7878;
    background-image: none;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px; }
    .recommender-articles .gray .comment-bubble::after {
      content: "";
      background: url("https://get-latest.convrse.media/comment-gray.png") no-repeat;
      width: 33px;
      height: 33px;
      margin: -10px 0 1px 10px;
      background-size: contain;
      display: flex; }
  .recommender-articles .comment-bubble {
    align-items: center;
    background: url("https://get-latest.convrse.media/comment-green.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 30px;
    justify-content: center;
    margin: 0 5px 0 10px;
    text-decoration: none;
    width: 37px;
    text-decoration: none;
    color: #009c33;
    font-size: 12px;
    font-weight: 700;
    float: left; }
  .recommender-articles .count-text {
    color: #009c33;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    margin-top: 2px;
    text-transform: uppercase;
    transition: transform .4s ease-out;
    height: 30px;
    line-height: 30px; }
  .recommender-articles .comment-text {
    color: #E90E0E;
    font-weight: bold;
    float: right;
    top: -8px;
    position: relative; }
  .recommender-articles .comments-wrapper {
    display: none;
    padding: 5px 10px 0;
    font-size: 14px; }
    .recommender-articles .comments-wrapper.comments-visible {
      display: flex;
      justify-content: flex-end; }
  .recommender-articles button {
    border-radius: 50% !important; }

.hidden {
  display: none !important; }

#splide {
  position: relative; }

.splide__optional-button-container {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center; }

.splide__slide {
  height: auto;
  text-align: center; }

.splide__ad {
  text-align: center; }

.mpu {
  width: 300px;
  height: 215px; }
  .mpu:empty:before {
    content: "Reach";
    position: absolute;
    top: 40px;
    left: 20%;
    color: #edf0f0;
    font-family: 'Signika Negative', sans-serif;
    font-size: 60px;
    font-weight: bold;
    z-index: -1; }
  .mpu:empty:after {
    content: "Advertisement";
    position: absolute;
    top: 95px;
    left: 30%;
    color: #edf0f0;
    font-family: 'Signika Negative', sans-serif;
    font-size: 25px;
    font-weight: bold;
    z-index: -1; }
  .mpu > div {
    display: block !important; }
    .mpu > div:before {
      content: "Reach";
      position: absolute;
      top: 40px;
      left: 20%;
      color: #edf0f0;
      font-family: 'Signika Negative', sans-serif;
      font-size: 60px;
      font-weight: bold;
      z-index: -1; }
    .mpu > div:after {
      content: "Advertisement";
      position: absolute;
      top: 95px;
      left: 30%;
      color: #edf0f0;
      font-family: 'Signika Negative', sans-serif;
      font-size: 25px;
      font-weight: bold;
      z-index: -1; }
  .mpu[data-google-query-id] > div:before {
    content: "Advertisement";
    top: -12px;
    left: 15px;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #b0b0b0; }
  .mpu[data-google-query-id] > div:after {
    content: none; }

.article-title:hover {
  text-decoration: none; }

.splide__track {
  padding-top: 10px;
  margin-top: -5px; }

.splide__arrow {
  background: #E90E0E;
  top: 33%;
  width: 50px;
  height: 50px;
  opacity: 0.5; }
  .splide__arrow svg {
    width: 30px;
    height: 30px;
    fill: #FFFFFF; }

.splide__pagination__page {
  background: #E90E0E;
  opacity: .5; }
  .splide__pagination__page.is-active {
    background: #000000;
    background: #E90E0E;
    opacity: 1; }

ul.splide__pagination {
  position: relative;
  padding-top: 15px;
  bottom: 0;
  margin: 0;
  list-style: none; }
  ul.splide__pagination li {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1; }

.recommenders-lists {
  visibility: visible; }
  .recommenders-lists .recommender-list {
    flex: 1 0 33%; }
  .recommenders-lists .splide__list {
    width: auto; }

.express .recommender-articles {
  font-family: 'Arial', sans-serif; }
  .express .recommender-articles .header {
    color: #BB1A00;
    font-family: "Open Sans Condensed" !important; }
  .express .recommender-articles .splide__arrow,
  .express .recommender-articles .splide__pagination__page,
  .express .recommender-articles .splide__pagination__page.is-active {
    background: #BB1A00; }

@media all and (min-width: 728px) {
  .recommender-articles .article-title {
    min-height: 75.6px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4; }
  .recommender-articles .footer {
    font-size: 14px; }
    .recommender-articles .footer img {
      width: 100px !important; }
    .recommender-articles .footer .terms {
      padding-top: 8px; }
  .recommender-articles .splide__pagination {
    bottom: -35px; } }

#adSlider {
  min-height: 100px;
  margin-bottom: 10px; }

.leaderboad {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .leaderboad:empty:before {
    content: "Reach";
    position: absolute;
    top: 0;
    left: 25%;
    color: #edf0f0;
    font-family: 'Signika Negative', sans-serif;
    font-size: 45px;
    font-weight: bold;
    z-index: -1; }
  .leaderboad:empty:after {
    content: "Advertisement";
    position: absolute;
    top: 45px;
    left: 36%;
    color: #edf0f0;
    font-family: 'Signika Negative', sans-serif;
    font-size: 25px;
    font-weight: bold;
    z-index: -1; }
  .leaderboad > div:before {
    content: "Reach";
    position: absolute;
    top: 0;
    left: 25%;
    color: #edf0f0;
    font-family: 'Signika Negative', sans-serif;
    font-size: 45px;
    font-weight: bold;
    z-index: -1; }
  .leaderboad > div:after {
    content: "Advertisement";
    position: absolute;
    top: 45px;
    left: 36%;
    color: #edf0f0;
    font-family: 'Signika Negative', sans-serif;
    font-size: 25px;
    font-weight: bold;
    z-index: -1; }
  .leaderboad > div:not(:empty) {
    position: relative;
    margin: auto; }
  .leaderboad[data-google-query-id] > div:before {
    content: "Advertisement";
    position: absolute;
    top: -15px;
    left: auto;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #b0b0b0; }
  .leaderboad[data-google-query-id] > div:after {
    content: none; }
