<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.insights-marquee {
  position: relative;
}
.insights-marquee .tile-container {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.insights-marquee .tile-container a {
  color: var(--beacon-system-color-border-brand);
  font-family: var(--beacon-system-font-family-body) !important;
}
.insights-marquee .tile-container a:not(.button) {
  color: var(--beacon-system-color-text-primary);
}
.insights-marquee .tile-container a:hover {
  text-decoration: underline;
}
.insights-marquee .tile-container h2 a:not(.button) {
  font-family: var(--beacon-system-font-family-heading) !important;
}
.insights-marquee .tile-container footer {
  margin-top: 16px;
}
.insights-marquee .tile-container footer .name {
  color: #ffffff;
  position: relative;
}
.insights-marquee .tile-container footer a,
.insights-marquee .tile-container .name a {
  color: #ffffff;
}
.insights-marquee .tile-container footer a:not(.button),
.insights-marquee .tile-container .name a:not(.button) {
  color: #ffffff;
}
.insights-marquee .tile-container header h3 {
  font-weight: 700;
}
.insights-marquee .tile-container .tile-locked-content::before {
  color: #ffffff;
}
.insights-marquee .tile-container .tile-locked-content::after {
  filter: invert(1) grayscale(100%);
}
.insights-marquee .tile-container .article-description:not(.button) {
  color: #ffffff;
}
.insights-marquee .primary-story,
.insights-marquee .secondary-stories {
  padding: 32px 16px 0;
}
.insights-marquee .primary-story .tile,
.insights-marquee .secondary-stories .tile {
  position: relative;
}
.insights-marquee .primary-story .tile-container,
.insights-marquee .secondary-stories .tile-container {
  background-color: transparent;
  padding: 0 0 16px;
  border-bottom: 1px solid #05c3de;
}
.insights-marquee .primary-only .primary-story .tile-container {
  border: 0;
}
.insights-marquee .secondary-stories {
  padding: 0 16px 0;
}
.insights-marquee .secondary-stories .tile {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.insights-marquee .secondary-stories:last-of-type .tile-container:last-of-type {
  border-bottom: 0;
}
.insights-marquee .secondary-stories .tile .tile-container .marquee .article-description {
  display: none;
}
.insights-marquee .secondary-stories .tile .tile-container .marquee header h3 {
  font-size: 10px;
  line-height: 10px;
  margin: 0 0 6px;
}
.insights-marquee .secondary-stories .tile .tile-container .marquee header h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 34px;
}
.insights-marquee .secondary-stories .tile .tile-container .marquee footer .name::before {
  content: 'By ';
  color: #ffffff;
}
.insights-marquee .marquee-container .image-container {
  background-size: cover;
}
.insights-marquee .marquee-container .image-container-phone {
  background-size: cover;
  width: 100%;
  height: 200px;
}
.insights-marquee .marquee-container.image-left {
  width: 100%;
}
.insights-marquee .marquee-container.image-left .image-container {
  height: 200px;
}
.insights-marquee .marquee-container.image-background .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media all and (min-width: 800px) {
  .insights-marquee {
    display: table;
  }
  .insights-marquee .stories-container {
    display: table;
    width: 100%;
  }
  .insights-marquee .article-description {
    display: block;
  }
  .insights-marquee .secondary-stories footer .name::before {
    content: '';
  }
  .insights-marquee .secondary-stories footer img {
    display: inline-block;
  }
  .insights-marquee .marquee-container .image-container {
    background-size: cover;
  }
  .insights-marquee .marquee-container.image-left {
    display: table;
  }
  .insights-marquee .marquee-container.image-left .image-container {
    height: 100%;
    display: table-cell;
    background-size: cover;
    width: 25%;
  }
  .insights-marquee .marquee-container.image-left .stories-container {
    display: table-cell;
  }
  .insights-marquee .marquee-container.image-left .primary-story,
  .insights-marquee .marquee-container.image-left .secondary-stories {
    display: block;
    width: 100%;
  }
  .insights-marquee .marquee-container.image-background .stories-container {
    display: table;
  }
  .insights-marquee .marquee-container.image-background .stories-container .primary-story,
  .insights-marquee .marquee-container.image-background .stories-container .stories-container {
    display: table-cell;
    position: relative;
  }
  .insights-marquee .marquee-container.image-background .stories-container .primary-story {
    width: 60%;
    padding: 44px;
  }
  .insights-marquee .marquee-container.image-background .stories-container .primary-story .tile-container {
    border-bottom: 0;
  }
  .insights-marquee .marquee-container.image-background .stories-container .secondary-stories {
    padding: 0 44px;
  }
  .insights-marquee .marquee-container.image-background .stories-container .secondary-stories .tile {
    margin-bottom: 0;
  }
  .insights-marquee .marquee-container.image-background .stories-container .secondary-stories.first {
    padding-bottom: 0;
  }
  .insights-marquee .marquee-container.image-background .stories-container .secondary-stories::after {
    border-left: 1px solid #05c3de;
    content: '';
    position: absolute;
    top: 44px;
    bottom: 44px;
    left: 58.5%;
  }
}

.mobile-background-position-left-top .image-container {
  background-position: left top;
}
.mobile-background-position-left-center .image-container {
  background-position: left center;
}
.mobile-background-position-left-bottom .image-container {
  background-position: left bottom;
}
.mobile-background-position-right-top .image-container {
  background-position: right top;
}
.mobile-background-position-right-center .image-container {
  background-position: 'right' 'center';
}
.mobile-background-position-right-bottom .image-container {
  background-position: right bottom;
}
.mobile-background-position-center-top .image-container {
  background-position: center top;
}
.mobile-background-position-center-center .image-container {
  background-position: center center;
}
.mobile-background-position-center-bottom .image-container {
  background-position: center bottom;
}
@media all and (min-width: 640px) {
  .tablet-background-position-left-top .image-container {
    background-position: left top;
  }
  .tablet-background-position-left-center .image-container {
    background-position: left center;
  }
  .tablet-background-position-left-bottom .image-container {
    background-position: left bottom;
  }
  .tablet-background-position-right-top .image-container {
    background-position: right top;
  }
  .tablet-background-position-right-center .image-container {
    background-position: right center;
  }
  .tablet-background-position-right-bottom .image-container {
    background-position: right bottom;
  }
  .tablet-background-position-center-top .image-container {
    background-position: center top;
  }
  .tablet-background-position-center-center .image-container {
    background-position: center center;
  }
  .tablet-background-position-center-bottom .image-container {
    background-position: center bottom;
  }
}
@media all and (min-width: 800px) {
  .desktop-background-position-left-top .image-container {
    background-position: left top;
  }
  .desktop-background-position-left-center .image-container {
    background-position: left center;
  }
  .desktop-background-position-left-bottom .image-container {
    background-position: left bottom;
  }
  .desktop-background-position-right-top .image-container {
    background-position: right top;
  }
  .desktop-background-position-right-center .image-container {
    background-position: 'right' 'center';
  }
  .desktop-background-position-right-bottom .image-container {
    background-position: right bottom;
  }
  .desktop-background-position-center-top .image-container {
    background-position: center top;
  }
  .desktop-background-position-center-center .image-container {
    background-position: center center;
  }
  .desktop-background-position-center-bottom .image-container {
    background-position: center bottom;
  }
}

</pre></body></html>