html,
body {
  height: 100%;
  width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
@media (max-width: 600px) {
  html,
  body {
    height: auto;
    background-color: white !important;
  }
}
body {
  overflow-y: auto;
}
.preloadDiv {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.preloadError {
  margin-top: 24px;
  color: red;
}
#react-app {
  width: 100%;
  height: 100%;
}
[data-reactroot] {
  height: 100%;
  width: 100%;
}
.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videoFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
p:focus {
  outline-color: rgba(0, 0, 0, 0.1);
}
.htmlcontent {
  font-size: 1.1875rem;
  line-height: 1.473685em;
  font-weight: 400;
}
.htmlcontent:after {
  clear: both;
  display: block;
  content: "";
}
@media (max-width: 600px) {
  .htmlcontent {
    font-size: 1.125rem;
    line-height: 1.55em;
  }
}
.htmlcontent p {
  margin: 0 0 1em;
  word-break: break-word;
}
.htmlcontent p:last-child {
  margin-bottom: 0;
}
.htmlcontent ul {
  margin: 0 0 1em;
}
.htmlcontent li > ul {
  margin: 0;
}
.htmlcontent a {
  color: #006ff4;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  display: inline-block;
  height: 1em;
  padding-bottom: calc(1em + 3px);
  font-weight: normal;
}
.htmlcontent img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.htmlcontent strong {
  font-weight: 500;
}
.htmlcontent h3 {
  margin: 32px 0 16px;
}
.htmlcontent h4 {
  margin: 32px 0 0;
}
.htmlcontent h5,
.htmlcontent h6 {
  margin: 16px 0 0;
}
.htmlcontent h1,
.htmlcontent h2,
.htmlcontent h3,
.htmlcontent h4,
.htmlcontent h5,
.htmlcontent h6 {
  font-weight: 500;
}
.htmlcontent h1:first-child,
.htmlcontent h2:first-child,
.htmlcontent h3:first-child,
.htmlcontent h4:first-child,
.htmlcontent h5:first-child,
.htmlcontent h6:first-child {
  margin-top: 0;
}
.htmlcontent .text-tiny {
  font-size: 0.7em;
}
.htmlcontent .text-small {
  font-size: 0.85em;
}
.htmlcontent .text-big {
  font-size: 1.4em;
}
.htmlcontent .text-huge {
  font-size: 1.8em;
}
.htmlcontent code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: 0.15em;
  border-radius: 2px;
}
.htmlcontent figure.media {
  margin: 0 0 1em;
}
.htmlcontent figure.image {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 0 1em;
}
.htmlcontent figure.image figcaption {
  color: #333;
  background-color: #f7f7f780;
  padding: 0.6em;
  font-size: 0.85em;
  outline-offset: -1px;
  margin-top: 4px;
  line-height: 1.5em;
}
.htmlcontent figure.image-style-align-center {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .htmlcontent figure.image-style-align-center {
    max-width: 75%;
  }
}
.htmlcontent figure.image-style-align-left {
  max-width: calc(50% - 16px);
  margin-right: 16px;
  float: left;
}
@media (max-width: 600px) {
  .htmlcontent figure.image-style-align-left {
    max-width: calc(50% - 8px);
    margin-right: 8px;
  }
}
.htmlcontent figure.image-style-align-left ~ ul {
  list-style-position: inside;
}
.htmlcontent figure.image-style-align-right {
  max-width: calc(50% - 16px);
  margin-left: 16px;
  float: right;
}
@media (max-width: 600px) {
  .htmlcontent figure.image-style-align-right {
    max-width: calc(50% - 8px);
    margin-left: 8px;
  }
}
.htmlcontent figure.image_resized {
  max-width: 100%;
}
.htmlcontent figure.image_resized {
  display: block;
  box-sizing: border-box;
}
.htmlcontent figure.image_resized img {
  width: 100%;
}
.htmlcontent figure.image_resized > figcaption {
  display: block;
}
.htmlcontent figure.table {
  margin: 1em auto;
  width: 100%;
  overflow-x: auto;
  display: flex;
}
@media (max-width: 600px) {
  .htmlcontent figure.table {
    margin: 1em -8px;
    width: calc(100% + 16px);
  }
}
.htmlcontent figure.table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px double #b3b3b3;
  flex-shrink: 0;
  margin: auto;
}
.htmlcontent figure.table table td {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #d9d9d9;
}
.htmlcontent figure:last-child {
  margin-bottom: 0;
}
.htmlcontent blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  font-style: italic;
  border-left: 5px solid #ccc;
}
.htmlcontent blockquote p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.htmlcontent blockquote p:last-child {
  margin-block-end: 1em;
}
@media print {
  @page {
    size: portrait;
    margin: 0;
    padding: 1cm;
    orphans: 4;
    widows: 2;
  }
  body {
    padding: 1cm;
    margin: 1cm;
  }
  p,
  img {
    page-break-inside: avoid;
  }
}
.htmlcontent {
  font-size: 1rem;
}
body {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

