<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-text figure {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.article-text img {
  width: 100%;
  border-radius: .375rem !important;
  margin-bottom: 1rem;
}

.article-text figcaption {
  font-size: 88.2%;
  color:#869ab8;
  text-align: center;
}

blockquote {
  line-height: 1.35;
  margin: 0 0 1rem;
  letter-spacing: -.01em;
  color: #6c8aec !important;
  text-align: center !important;
  font-size: 1.9375rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

blockquote:before {
  content: 'â€”';
  display: block;
  float: none;
  padding-bottom: 1rem;
}

blockquote:after {
  content: 'â€”';
  display: block;
  float: none;
  padding-top: 1rem;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
</pre></body></html>