[x-cloak] {
  display: none !important; }

html, body {
  scroll-behavior: smooth; }

.mo__center_content {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  color: #392e5c; }

.mo__center_content h3 {
  font-family: sans-serif;
  color: inherit;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  font-size: calc(2.5 * 62.5%); }

.mo__center_content a {
  font-size: calc(1.6 * 62.5%);
  color: #6441a4; }

.mo__center_content a:hover {
  text-decoration: underline; }

#TableOfContents
ul {
  display: flex;
  gap: 8px;
  flex-direction: column; }
  #TableOfContents
ul li {
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 19px; }
    #TableOfContents
ul li.active {
      border-left: 2px solid #8205B4;
      color: #8205B4;
      padding-left: 7px;
      font-weight: 600; }
    #TableOfContents
ul li li {
      padding-left: 6px; }
    #TableOfContents
ul li strong {
      font-weight: 400; }
    #TableOfContents
ul li a:focus {
      outline: 2px solid #8205B4;
      outline-offset: 2px;
      border-radius: 2px; }

/* Pagefind styles */
.pagefind-modular-input-wrapper::before {
  background: #8D41F9 !important; }

.pagefind-modular-input {
  padding: 0 calc(20px * var(--pagefind-ui-scale)) 0 calc(54px * var(--pagefind-ui-scale)) !important;
  filter: drop-shadow(0 4px 4px 0 #E9E9FF);
  border: none !important; }
  .pagefind-modular-input::-moz-placeholder {
    color: #979797 !important;
    font-weight: 400 !important;
    opacity: 1 !important; }
  .pagefind-modular-input::placeholder {
    color: #979797 !important;
    font-weight: 400 !important;
    opacity: 1 !important; }

#search {
  display: flex;
  border-radius: 8px;
  background: white;
  border: 1px solid #E9E9FF !important; }
  #search form {
    display: flex;
    width: 100%; }

.pagefind-result {
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #ECECEC;
  cursor: pointer; }
  .pagefind-result mark {
    background: transparent;
    font-weight: 700; }

.pagefind-modular-input-clear {
  top: auto !important;
  height: 100% !important;
  background: transparent !important;
  font-weight: 400 !important;
  text-decoration: underline !important; }
