<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Roboto Black */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
/* Roboto Black Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
/* Roboto Bold Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
/* Roboto Light Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
.report-header-v2 {
  margin: -2.4em -2.4em 0 -2.4em;
  min-width: 20em;
  max-width: 82.2em;
  background: #4879a9;
  display: flex;
  color: white;
}
.report-header-v2 span.report-name-v2 {
  font-weight: bold;
}
.report-header-v2 .report-date-v2-wrapper {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: white;
}
@media screen and (max-width: 740px) {
  .report-header-v2 {
  padding: 28px 28px 16px;
  display: flex;
  flex-direction: column;
}
.report-header-v2 .report-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.report-header-v2 div.report-name-v2,
.report-header-v2 div.logo-v2 {
  width: 100%;
  height: 24px;
}
.report-header-v2 div.report-name-v2 {
  padding-top: 8px;
}
.report-header-v2 div.report-name-v2 span.report-name-v2 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.report-header-v2 div.report-date-v2 {
  height: 18px;
}
.report-header-v2 div.logo-v2 img {
  max-height: 24px;
  min-width: 132px;
}

}
@media print {
  .report-header-v2 {
  padding: 16px 24px 8px;
  margin: 0;
}
.report-header-v2 .report-title {
  padding-left: 24px;
  display: flex;
  width: 100%;
}
.report-header-v2 div.report-name-v2,
.report-header-v2 div.logo-v2 {
  height: 32px;
}
.report-header-v2 div.report-name-v2 span.report-name-v2 {
  font-size: 20px;
  line-height: 24px;
}
.report-header-v2 div.logo-v2 {
  min-width: 140px;
}
.report-header-v2 div.logo-v2 img {
  max-height: 32px;
  width: 100%;
}

}
@media not (max-width: 740px) {
  .report-header-v2 {
  padding: 16px 24px;
}
.report-header-v2 .report-title {
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.report-header-v2 div.report-name-v2,
.report-header-v2 div.logo-v2,
.report-header-v2 div.report-date-v2 {
  height: 32px;
  text-align: center;
}
.report-header-v2 div.report-name-v2 .report-name-v2-wrapper {
  padding-top: 4px;
}
.report-header-v2 span.report-name-v2 {
  font-size: 20px;
  line-height: 24px;
}
.report-header-v2 div.logo-v2 {
  min-width: 140px;
}
.report-header-v2 div.logo-v2 img {
  height: 32px;
  width: 100%;
}
.report-header-v2 div.report-date-v2 .report-date-v2-wrapper {
  padding-top: 7px;
}

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