@charset "UTF-8";
/****/
:root {
  --ck-color-base-background: white !important;
  --ck-color-toolbar-background: #a7a7a7 !important;
}

.main .block ul.side-menu {
  padding: 0;
  margin: 0.5rem auto 2rem auto;
  font-size: 0.9rem;
}

.main .block ul.side-menu li {
  list-style-type: none;
  margin: 0.25rem auto;
  padding: 0;
}

.main .block h2.block-title, .main .block h3.block-title, .main .block h4.block-title {
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.ck.ck-content {
  font-family: var(--font-family-sans-serif);
}
.ck.ck-content.ck-editor__editable {
  color: #000;
  line-height: 1rem;
  font-size: 0.875em;
}
.ck.ck-content h1 {
  font-size: var(--font-size-h1) !important;
}
.ck.ck-content h2 {
  font-size: var(--font-size-h2) !important;
}
.ck.ck-content h3 {
  font-size: var(--font-size-h3) !important;
}
.ck.ck-content h4 {
  font-size: var(--font-size-h4) !important;
}
.ck.ck-content h5 {
  font-size: var(--font-size-h5) !important;
}
.ck.ck-content h6 {
  font-size: var(--font-size-h6) !important;
}
.ck.ck-content h7 {
  font-size: var(--font-size-h7) !important;
}
.ck.ck-content h1, .ck.ck-content h2, .ck.ck-content h3, .ck.ck-content h4, .ck.ck-content h5, .ck.ck-content h6,
.ck.ck-content .h1, .ck.ck-content .h2, .ck.ck-content .h3, .ck.ck-content .h4, .ck.ck-content .h5, .ck.ck-content .h6 {
  margin-bottom: 0.5rem;
  font-family: Helvetica, sans serif;
  font-weight: 700;
  line-height: 1.18;
  color: #111111;
}
@media (min-width: 1200px) {
  .ck.ck-content h1, .ck.ck-content .h1 {
    font-size: 3rem;
  }
  .ck.ck-content h2, .ck.ck-content .h2 {
    font-size: 2rem;
  }
  .ck.ck-content h3, .ck.ck-content .h3 {
    font-size: 1.4rem;
  }
  .ck.ck-content h4, .ck.ck-content .h4 {
    font-size: 1.2rem;
  }
  .ck.ck-content h5, .ck.ck-content .h5 {
    font-size: 1rem;
  }
  .ck.ck-content h6, .ck.ck-content .h6 {
    font-size: 0.9rem;
  }
}
@media (max-width: 1199.98px) {
  .ck.ck-content h1, .ck.ck-content .h1 {
    font-size: 2rem;
  }
  .ck.ck-content h2, .ck.ck-content .h2 {
    font-size: 1.4rem;
  }
  .ck.ck-content h3, .ck.ck-content .h3 {
    font-size: 1.2rem;
  }
  .ck.ck-content h4, .ck.ck-content .h4 {
    font-size: 1rem;
  }
  .ck.ck-content h5, .ck.ck-content .h5 {
    font-size: 0.9rem;
  }
  .ck.ck-content h6, .ck.ck-content .h6 {
    font-size: 0.9rem;
  }
}
.ck.ck-content .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .ck.ck-content .display-1 {
    font-size: 8rem;
    font-weight: 800;
    line-height: 1.18;
  }
  .ck.ck-content .display-2 {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1.18;
  }
  .ck.ck-content .display-3 {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.18;
  }
  .ck.ck-content .display-4 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.18;
  }
}
@media (max-width: 1199.98px) {
  .ck.ck-content .display-1 {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1.18;
  }
  .ck.ck-content .display-2 {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.18;
  }
  .ck.ck-content .display-3 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.18;
  }
  .ck.ck-content .display-4 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.18;
  }
}
.ck.ck-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ck.ck-content .tiny {
  font-size: 0.7rem;
}
.ck.ck-content small,
.ck.ck-content .small {
  font-size: 0.875rem;
  font-weight: 400;
}
.ck.ck-content .large {
  font-size: 1.25rem;
}
.ck.ck-content mark,
.ck.ck-content .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.ck.ck-content .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.ck.ck-content .list-inline {
  padding-left: 0;
  list-style: none;
}
.ck.ck-content .list-inline-item {
  display: inline-block;
}
.ck.ck-content .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.ck.ck-content .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.ck.ck-content .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.ck.ck-content .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #788592;
}
.ck.ck-content .blockquote-footer::before {
  content: "— ";
}
.ck.ck-content .fas {
  color: var(--link-color);
  line-height: 1.6;
}

/*# sourceMappingURL=ckeditor-styles.css.map */
