@import url(https://themes.googleusercontent.com/fonts/css?kit=xTOoZr6X-i3kNg7pYrzMss5-x8zqu-667uHWljev_4A);

body {
  font-family: Lato, Arial, sans-serif;
  color: #000;
  text-align: left;
  font-size: 11pt;
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-style: normal;
  max-width: 568.8pt;
  padding: 21.6pt;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
h1 {
  text-align: center;
  font-size: 24pt;
  line-height: 1.5;
}
h2 {
  padding: 18pt 0 6pt 0;
  border-bottom: 0.8pt solid #ccc;
  font-size: 18pt;
}
h3 {
  padding-top: 16pt;
  width: 100%;
  line-height: 1;
  font-size: 13.5pt;
}
h4 {
  padding-top: 6pt;
  font-weight: 400;
}

h3,
h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
h3 > span,
h4 > span,
div > span {
  flex: 1;
  text-wrap: nowrap;
}
h3 + p {
  padding-top: 6pt;
}

p {
  margin: 0;
}

div {
  padding-top: 6pt;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

ul {
  list-style-type: none;
}
li {
  padding: 0 0 4pt 0;
}
li::before {
  content: "\0025cf";
  margin-left: -21.6pt;
  white-space: nowrap;
  display: inline-block;
  min-width: 18pt;
}
li.sub::before {
  margin-left: 18pt;
  content: "\0025cb";
}

a {
  -webkit-text-decoration-skip: none;
  color: #00f;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

strong {
  font-size: 10.5pt;
  font-weight: 700;
}

.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
  padding-bottom: 21.6pt;
}
.header > * {
  position: relative;
  display: block;
  min-width: 568.8pt;
}

.about {
  background-color: #f8f8f8;
}

#count {
  font-weight: 900;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.05;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.05;
  }
  to {
    opacity: 1;
  }
}

.fadeout {
  animation: fadeOut 5s;
}

.fadein {
  animation: fadeIn 1s;
}

.badge {
  position: fixed;
  float: right;
  left: 610pt;
  min-width: 150px;
  min-height: 270px;
  z-index: 3;
}

.info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16pt;
}

.center {
  text-align: center;
}
.right,
.stars {
  text-align: right;
}
.stars {
  padding-right: 16pt;
}

.stripe {
  background-color: #f8f8f8;
}

.empty-star {
  color: #d9d9d9;
}
