/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-indigo-100: #ebf4ff;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-gray-0: light-dark(#FFFFFF, #1F2025);
    --color-gray-1: light-dark(#FAFAFA, #22242B);
    --color-gray-2: light-dark(#F8F9FA, #23252A);
    --color-gray-4: light-dark(#E2E8EF, #33363E);
    --color-gray-5: light-dark(#D7DEE7, #41454F);
    --color-gray-6: light-dark(#CAD0D7, #545A66);
    --color-gray-9: light-dark(#313740, #E5E8EE);
    --color-primary: #4f46e5;
    --color-positive: #337832;
    --color-negative: #CA3530;
    --color-borderless: light-dark(#121212, #F9F9F7);
    --color-canvas: var(--color-gray-2);
    --color-surface: var(--color-gray-0);
    --color-surface-raised: var(--color-gray-4);
    --color-surface-hover: var(--color-gray-1);
    --color-border: var(--color-surface-raised);
    --color-text: var(--color-gray-9);
    --color-text-subtle: var(--color-gray-5);
    --color-text-muted: var(--color-gray-4);
    --color-combobox-bg: var(--color-white);
    --color-combobox-border: var(--color-border);
    --color-combobox-border-hover: var(--color-gray-6);
    --color-combobox-text: var(--color-text);
    --color-combobox-active-bg: var(--color-indigo-100);
    --color-combobox-spinner: var(--color-text-muted);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .navbar {
    position: fixed;
    top: calc(var(--spacing) * 0);
    z-index: 40;
    width: 100%;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #edf2f7;
    background-color: #fff;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .dropdown-menu {
    position: absolute;
    right: calc(var(--spacing) * 0);
    z-index: 50;
    margin-top: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 56);
    transform-origin: 100% 0;
    border-radius: var(--radius-md);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .flash-message {
    position: relative;
    margin-bottom: calc(var(--spacing) * 5);
    display: flex;
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &.alert {
      border-color: #fc8181;
      background-color: #fff5f5;
      color: #c53030;
    }
    &.alert svg {
      color: #f56565;
    }
    &.warning {
      border-color: #f6ad55;
      background-color: #fffaf0;
      color: #c05621;
    }
    &.warning svg {
      color: #ed8936;
    }
    &.success {
      border-color: #68d391;
      background-color: #f0fff4;
      color: #2f855a;
    }
    &.success svg {
      color: #48bb78;
    }
    &.notice {
      border-color: #63b3ed;
      background-color: #ebf8ff;
      color: #2b6cb0;
    }
    &.notice svg {
      color: #4299e1;
    }
  }
  .navbar-inner {
    position: relative;
    display: flex;
    height: calc(var(--spacing) * 14);
    align-items: center;
    justify-content: space-between;
  }
  .dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
  }
  .container-sm {
    max-width: 640px;
    margin: auto;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .navbar-outer {
    margin-inline: auto;
    max-width: var(--container-7xl);
    padding-inline: calc(var(--spacing) * 2);
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .dropdown-divider {
    margin-inline: calc(var(--spacing) * 1);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #edf2f7;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .system-message {
    margin-block: calc(var(--spacing) * 2);
    display: flex;
    align-items: center;
    border-radius: var(--radius-sm);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .result-list-title {
    margin-top: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 1);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #2d3748;
  }
  .headline-section {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 1);
    color: #718096;
  }
  .page-header--subtitle {
    margin-top: calc(var(--spacing) * 1);
    display: flex;
    flex-direction: column;
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 0);
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .stats {
    flex-grow: 1;
    & > .stats-term {
      margin-bottom: calc(var(--spacing) * 1);
      display: block;
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      --tw-leading: calc(var(--spacing) * 4);
      line-height: calc(var(--spacing) * 4);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: #718096;
    }
    & > .stats-definition {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: calc(var(--spacing) * 4);
      line-height: calc(var(--spacing) * 4);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: #2d3748;
    }
    &.stats-small > .stats-definition {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    @media (width >= 768px) {
      & > .stats-definition {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
    @media (width >= 1024px) {
      & > .stats-definition {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
  .page-header {
    margin-bottom: calc(var(--spacing) * 4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #e2e8f0;
    padding-bottom: calc(var(--spacing) * 4);
  }
  .label {
    margin-bottom: calc(var(--spacing) * 1);
    display: block;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: #718096;
    text-transform: uppercase;
  }
  .stats-term {
    .stats > & {
      margin-bottom: calc(var(--spacing) * 1);
      display: block;
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      --tw-leading: calc(var(--spacing) * 4);
      line-height: calc(var(--spacing) * 4);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: #718096;
    }
  }
  .page-header--title {
    margin-bottom: calc(var(--spacing) * 2);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #2d3748;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .navbar-link {
    margin-left: calc(var(--spacing) * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    border-color: transparent;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #4a5568;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        border-color: #cbd5e0;
      }
    }
    &:focus {
      border-color: #a0aec0;
    }
    &:focus {
      background-color: #edf2f7;
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .dropdown-menu-item {
    display: flex;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    color: #4a5568;
    &button {
      width: 100%;
    }
    &:hover {
      background-color: #f7fafc;
      color: #1a202c;
    }
    &:focus {
      background-color: #f7fafc;
      color: #1a202c;
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .icon {
    .toggle-checkbox & {
      display: none;
      width: 100%;
      color: #a0aec0;
    }
    .toggle-checkbox:hover & {
      display: block;
    }
  }
  .navbar-brand {
    display: flex;
    flex-shrink: 0;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #1a202c;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    @media (width >= 1024px) {
      flex-direction: row;
    }
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .btn-transparent {
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-md);
    border-width: 1px;
    border-color: #cbd5e0;
    background-color: #fff;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #4a5568;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: #a0aec0;
      }
    }
    --tw-ring-color: #a3bffa;
    &:focus {
      border-color: #a3bffa;
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    &:active {
      background-color: #f7fafc;
    }
    &:active {
      color: #2d3748;
    }
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .dropdown-button {
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cbd5e0;
    background-color: #fff;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #4a5568;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: #a0aec0;
      }
    }
    --tw-ring-color: #a3bffa;
    &:focus {
      border-color: #a3bffa;
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    &:active {
      background-color: #f7fafc;
    }
    &:active {
      color: #2d3748;
    }
    &:hover {
      color: #a0aec0;
    }
    &:focus {
      border-color: #90cdf4;
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      --tw-ring-color: #a3bffa;
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    &:active {
      background-color: #f7fafc;
      color: #2d3748;
    }
  }
  .btn {
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cbd5e0;
    background-color: #fff;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #4a5568;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: #a0aec0;
      }
    }
    --tw-ring-color: #a3bffa;
    &:focus {
      border-color: #a3bffa;
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    &:active {
      background-color: #f7fafc;
    }
    &:active {
      color: #2d3748;
    }
  }
  .result-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #e2e8f0;
    padding-block: calc(var(--spacing) * 2);
  }
  .navbar-start {
    display: flex;
    align-items: center;
    justify-content: center;
    @media (width >= 640px) {
      align-items: stretch;
    }
    @media (width >= 640px) {
      justify-content: flex-start;
    }
  }
  .link {
    display: flex;
    align-items: center;
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #5a67d8;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      color: #434190;
    }
    &:focus {
      color: #434190;
    }
  }
  .result-list-item-actions {
    display: flex;
    align-items: center;
  }
  .navbar-end {
    display: flex;
    justify-content: flex-end;
  }
  .block {
    display: block;
  }
  .button_to {
    display: flex;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .page-header--right-column {
    display: flex;
  }
  .table {
    display: table;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .result-list-container {
    height: 100%;
    overflow-y: scroll;
    border-radius: var(--radius-lg);
    background-color: #fff;
    padding: calc(var(--spacing) * 5);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-128 {
    height: calc(var(--spacing) * 128);
  }
  .h-full {
    height: 100%;
  }
  .autocomplete {
    max-height: 16rem;
    animation-name: fade-in;
    width: 100%;
    overflow-y: auto;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cbd5e0;
    background-color: #fff;
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .max-h-\[90\%\] {
    max-height: 90%;
  }
  .max-h-dvh {
    max-height: 100dvh;
  }
  .min-h-full {
    min-height: 100%;
  }
  .input {
    width: 100%;
    flex-grow: 1;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cbd5e0;
    background-color: #fff;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    padding-right: 0.3rem;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #2d3748;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    .input-with-icon &input {
      border-style: var(--tw-border-style);
      border-width: 0px;
      padding-inline: calc(var(--spacing) * 4);
      padding-block: calc(var(--spacing) * 2);
      padding-right: 1.6rem;
    }
    &:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      border-color: #a3bffa;
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      --tw-ring-color: #a3bffa;
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .input-small {
    width: 100%;
    flex-grow: 1;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cbd5e0;
    background-color: #fff;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #2d3748;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    .input-with-icon &input {
      border-style: var(--tw-border-style);
      border-width: 0px;
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .input-nav-search {
    width: 100%;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
  .w-1\/6 {
    width: calc(1 / 6 * 100%);
  }
  .w-1\/12 {
    width: calc(1 / 12 * 100%);
  }
  .w-2\/4 {
    width: calc(2 / 4 * 100%);
  }
  .w-2\/6 {
    width: calc(2 / 6 * 100%);
  }
  .w-2\/12 {
    width: calc(2 / 12 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/12 {
    width: calc(3 / 12 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-\[min\(var\(--utmr-w\)\,calc\(100vw_-_var\(--utmr-gutter\)\)\)\] {
    width: min(var(--utmr-w), calc(100vw - var(--utmr-gutter)));
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100vw\] {
    max-width: 100vw;
  }
  .max-w-full {
    max-width: 100%;
  }
  .table {
    min-width: 100%;
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      border-color: #edf2f7;
    }
    & th {
      background-color: #edf2f7;
      padding-inline: calc(var(--spacing) * 6);
      padding-block: calc(var(--spacing) * 3);
      text-align: left;
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      --tw-leading: calc(var(--spacing) * 4);
      line-height: calc(var(--spacing) * 4);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      --tw-tracking: var(--tracking-wider);
      letter-spacing: var(--tracking-wider);
      color: #718096;
      text-transform: uppercase;
    }
    & tbody {
      :where(& > :not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style: var(--tw-border-style);
        border-top-style: var(--tw-border-style);
        border-top-width: calc(1px * var(--tw-divide-y-reverse));
        border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
      }
      :where(& > :not(:last-child)) {
        border-color: #edf2f7;
      }
      background-color: #fff;
    }
    & td {
      padding-inline: calc(var(--spacing) * 6);
      padding-block: calc(var(--spacing) * 6);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      white-space: nowrap;
      color: #1a202c;
    }
    &.table-condensed td {
      padding-block: calc(var(--spacing) * 3);
    }
    & .tbody-condensed td {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .table--bordered {
    min-width: 100%;
    & th {
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: #e2e8f0;
      padding-inline: calc(var(--spacing) * 1.5);
      padding-block: calc(var(--spacing) * 0.5);
      text-align: left;
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: #1a202c;
    }
    & td {
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: #e2e8f0;
      padding-inline: calc(var(--spacing) * 1.5);
      padding-block: calc(var(--spacing) * 0.5);
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      white-space: nowrap;
      color: #1a202c;
    }
    &.table-condensed td {
      padding-block: calc(var(--spacing) * 3);
    }
    & .tbody-condensed td {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .min-w-3xl {
    min-width: var(--container-3xl);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .\[translate\:var\(--utmr-hide\)\] {
    translate: var(--utmr-hide);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .auto-rows-max {
    grid-auto-rows: max-content;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-gray-200 {
    :where(& > :not(:last-child)) {
      border-color: #edf2f7;
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .card {
    border-radius: var(--radius-lg);
    background-color: #fff;
    padding: calc(var(--spacing) * 5);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .dropdown-menu-rounded {
    border-radius: var(--radius-md);
    background-color: #fff;
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: #a3bffa;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .card-rounded-top {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    background-color: #fff;
    padding: calc(var(--spacing) * 5);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .card-rounded-bottom {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
    background-color: #fff;
    padding: calc(var(--spacing) * 5);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .input-with-icon {
    padding-inline: calc(var(--spacing) * 0);
    padding-block: calc(var(--spacing) * 0);
    & input.input {
      border-style: var(--tw-border-style);
      border-width: 0px;
      padding-inline: calc(var(--spacing) * 4);
      padding-block: calc(var(--spacing) * 2);
      padding-right: 1.6rem;
    }
    & input.input-small {
      border-style: var(--tw-border-style);
      border-width: 0px;
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 2);
    }
    &.input-with-prefix input.input {
      padding-left: 1.6rem;
    }
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .btn-primary {
    border-color: #5a67d8;
    background-color: #5a67d8;
    color: #fff;
    &:hover {
      @media (hover: hover) {
        border-color: #667eea;
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: #667eea;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: #fff;
      }
    }
  }
  .btn-secondary {
    border-color: #4a5568;
    background-color: #4a5568;
    color: #edf2f7;
    &:hover {
      @media (hover: hover) {
        border-color: #718096;
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: #718096;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: #f7fafc;
      }
    }
  }
  .alert {
    &.flash-message {
      border-color: #fc8181;
      background-color: #fff5f5;
      color: #c53030;
    }
    &.flash-message svg {
      color: #f56565;
    }
  }
  .btn-danger {
    border-color: #feb2b2;
    background-color: #feb2b2;
    color: #e53e3e;
    &:hover {
      @media (hover: hover) {
        color: #fc8181;
      }
    }
  }
  .notice {
    &.flash-message {
      border-color: #63b3ed;
      background-color: #ebf8ff;
      color: #2b6cb0;
    }
    &.flash-message svg {
      color: #4299e1;
    }
  }
  .success {
    &.flash-message {
      border-color: #68d391;
      background-color: #f0fff4;
      color: #2f855a;
    }
    &.flash-message svg {
      color: #48bb78;
    }
  }
  .warning {
    &.flash-message {
      border-color: #f6ad55;
      background-color: #fffaf0;
      color: #c05621;
    }
    &.flash-message svg {
      color: #ed8936;
    }
  }
  .navbar-link--active {
    border-color: #5a67d8;
    color: #5a67d8;
  }
  .border-gray-200 {
    border-color: #edf2f7;
  }
  .border-gray-300 {
    border-color: #e2e8f0;
  }
  .border-transparent {
    border-color: transparent;
  }
  .card-rounded-off {
    background-color: #fff;
    padding: calc(var(--spacing) * 5);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .info-message {
    background-color: #ebf4ff;
    color: #667eea;
  }
  .bg-gray-100 {
    background-color: #f7fafc;
  }
  .bg-gray-200 {
    background-color: #edf2f7;
  }
  .bg-gray-300 {
    background-color: #e2e8f0;
  }
  .bg-gray-600 {
    background-color: #718096;
  }
  .bg-green-100 {
    background-color: #f0fff4;
  }
  .bg-red-100 {
    background-color: #fff5f5;
  }
  .bg-red-400 {
    background-color: #fc8181;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-gray-200 {
    --tw-gradient-from: #edf2f7;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-current {
    fill: currentcolor;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .btn-small {
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .btn-icon {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .table-condensed {
    &.table td {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .tbody-condensed {
    .table & td {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-\[10vh\] {
    padding-top: 10vh;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .stats-definition {
    .stats > & {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: calc(var(--spacing) * 4);
      line-height: calc(var(--spacing) * 4);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: #2d3748;
    }
    .stats.stats-small > & {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    @media (width >= 768px) {
      .stats > & {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
    @media (width >= 1024px) {
      .stats > & {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
  .headline-1 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .headline-2 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .stats-small {
    &.stats > .stats-definition {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .text-2xl\! {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-2 {
    --tw-leading: calc(var(--spacing) * 2);
    line-height: calc(var(--spacing) * 2);
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[1\.3rem\] {
    --tw-leading: 1.3rem;
    line-height: 1.3rem;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-normal\! {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .result-list-item-title {
    color: #2d3748;
  }
  .text-gray-200 {
    color: #edf2f7;
  }
  .text-gray-400 {
    color: #cbd5e0;
  }
  .text-gray-500 {
    color: #a0aec0;
  }
  .text-gray-600 {
    color: #718096;
  }
  .text-gray-600\! {
    color: #718096 !important;
  }
  .text-gray-700 {
    color: #4a5568;
  }
  .text-gray-800 {
    color: #2d3748;
  }
  .text-gray-900 {
    color: #1a202c;
  }
  .text-green-400 {
    color: #68d391;
  }
  .text-green-500 {
    color: #48bb78;
  }
  .text-green-600 {
    color: #38a169;
  }
  .text-indigo-600 {
    color: #5a67d8;
  }
  .text-red-100 {
    color: #fff5f5;
  }
  .text-red-400 {
    color: #fc8181;
  }
  .text-red-600 {
    color: #e53e3e;
  }
  .text-red-700 {
    color: #c53030;
  }
  .text-white {
    color: #fff;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[translate\] {
    transition-property: translate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-\[translate\] {
    will-change: translate;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--utmr-gutter\:2\.5rem\] {
    --utmr-gutter: 2.5rem;
  }
  .group-data-\[close-button\=false\]\/utmr-drawer\:hidden {
    &:is(:where(.group\/utmr-drawer)[data-close-button="false"] *) {
      display: none;
    }
  }
  .group-data-\[closing\]\/utmr-drawer\:\[translate\:var\(--utmr-hide\)\] {
    &:is(:where(.group\/utmr-drawer)[data-closing] *) {
      translate: var(--utmr-hide);
    }
  }
  .group-data-\[closing\]\/utmr-modal\:duration-200 {
    &:is(:where(.group\/utmr-modal)[data-closing] *) {
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .group-data-\[closing\]\/utmr-modal\:ease-in {
    &:is(:where(.group\/utmr-modal)[data-closing] *) {
      --tw-ease: var(--ease-in);
      transition-timing-function: var(--ease-in);
    }
  }
  .group-data-\[drawer\=left\]\/utmr-drawer\:left-0 {
    &:is(:where(.group\/utmr-drawer)[data-drawer="left"] *) {
      left: calc(var(--spacing) * 0);
    }
  }
  .group-data-\[drawer\=right\]\/utmr-drawer\:right-0 {
    &:is(:where(.group\/utmr-drawer)[data-drawer="right"] *) {
      right: calc(var(--spacing) * 0);
    }
  }
  .group-data-\[entered\]\/utmr-drawer\:\[translate\:0\] {
    &:is(:where(.group\/utmr-drawer)[data-entered] *) {
      translate: 0;
    }
  }
  .group-data-\[entered\]\/utmr-modal\:translate-y-0 {
    &:is(:where(.group\/utmr-modal)[data-entered] *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-data-\[entered\]\/utmr-modal\:scale-100 {
    &:is(:where(.group\/utmr-modal)[data-entered] *) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .group-data-\[entered\]\/utmr-modal\:opacity-100 {
    &:is(:where(.group\/utmr-modal)[data-entered] *) {
      opacity: 100%;
    }
  }
  .group-data-\[footer-divider\=true\]\/utmr-drawer\:border-t {
    &:is(:where(.group\/utmr-drawer)[data-footer-divider="true"] *) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .group-data-\[footer-divider\=true\]\/utmr-drawer\:border-gray-200 {
    &:is(:where(.group\/utmr-drawer)[data-footer-divider="true"] *) {
      border-color: #edf2f7;
    }
  }
  .group-data-\[header-divider\=true\]\/utmr-drawer\:border-b {
    &:is(:where(.group\/utmr-drawer)[data-header-divider="true"] *) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .group-data-\[header-divider\=true\]\/utmr-drawer\:border-gray-200 {
    &:is(:where(.group\/utmr-drawer)[data-header-divider="true"] *) {
      border-color: #edf2f7;
    }
  }
  .group-data-\[header-divider\=true\]\/utmr-drawer\:pb-4 {
    &:is(:where(.group\/utmr-drawer)[data-header-divider="true"] *) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .group-data-\[header\=false\]\/utmr-drawer\:hidden {
    &:is(:where(.group\/utmr-drawer)[data-header="false"] *) {
      display: none;
    }
  }
  .group-data-\[padding\=true\]\/utmr-drawer\:mt-6 {
    &:is(:where(.group\/utmr-drawer)[data-padding="true"] *) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .group-data-\[padding\=true\]\/utmr-drawer\:px-4 {
    &:is(:where(.group\/utmr-drawer)[data-padding="true"] *) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .group-data-\[padding\=true\]\/utmr-drawer\:pt-6 {
    &:is(:where(.group\/utmr-drawer)[data-padding="true"] *) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .group-data-\[padding\=true\]\/utmr-drawer\:pb-6 {
    &:is(:where(.group\/utmr-drawer)[data-padding="true"] *) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .group-data-\[title\=false\]\/utmr-drawer\:hidden {
    &:is(:where(.group\/utmr-drawer)[data-title="false"] *) {
      display: none;
    }
  }
  .group-\[\&\:not\(\[data-enter-ready\]\)\:not\(\[data-entered\]\)\]\/utmr-drawer\:invisible {
    &:is(:where(.group\/utmr-drawer):not([data-enter-ready]):not([data-entered]) *) {
      visibility: hidden;
    }
  }
  .backdrop\:opacity-0 {
    &::backdrop {
      opacity: 0%;
    }
  }
  .backdrop\:transition-opacity {
    &::backdrop {
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .backdrop\:duration-300 {
    &::backdrop {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .backdrop\:ease-out {
    &::backdrop {
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: #f7fafc;
      }
    }
  }
  .hover\:text-gray-500 {
    &:hover {
      @media (hover: hover) {
        color: #a0aec0;
      }
    }
  }
  .hover\:text-indigo-500 {
    &:hover {
      @media (hover: hover) {
        color: #667eea;
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .focus\:border-gray-300 {
    &:focus {
      border-color: #e2e8f0;
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: #fff;
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-indigo-600 {
    &:focus-visible {
      outline-color: #5a67d8;
    }
  }
  .data-\[closing\]\:backdrop\:duration-200 {
    &[data-closing] {
      &::backdrop {
        --tw-duration: 200ms;
        transition-duration: 200ms;
      }
    }
  }
  .data-\[closing\]\:backdrop\:ease-in {
    &[data-closing] {
      &::backdrop {
        --tw-ease: var(--ease-in);
        transition-timing-function: var(--ease-in);
      }
    }
  }
  .data-\[drawer-size\=2xl\]\:\[--utmr-w\:56rem\] {
    &[data-drawer-size="2xl"] {
      --utmr-w: 56rem;
    }
  }
  .data-\[drawer-size\=full\]\:\[--utmr-w\:100vw\] {
    &[data-drawer-size="full"] {
      --utmr-w: 100vw;
    }
  }
  .data-\[drawer-size\=lg\]\:\[--utmr-w\:28rem\] {
    &[data-drawer-size="lg"] {
      --utmr-w: 28rem;
    }
  }
  .data-\[drawer-size\=md\]\:\[--utmr-w\:24rem\] {
    &[data-drawer-size="md"] {
      --utmr-w: 24rem;
    }
  }
  .data-\[drawer-size\=sm\]\:\[--utmr-w\:20rem\] {
    &[data-drawer-size="sm"] {
      --utmr-w: 20rem;
    }
  }
  .data-\[drawer-size\=xl\]\:\[--utmr-w\:42rem\] {
    &[data-drawer-size="xl"] {
      --utmr-w: 42rem;
    }
  }
  .data-\[drawer-size\=xs\]\:\[--utmr-w\:16rem\] {
    &[data-drawer-size="xs"] {
      --utmr-w: 16rem;
    }
  }
  .data-\[drawer\=left\]\:\[--utmr-hide\:-100\%_0\] {
    &[data-drawer="left"] {
      --utmr-hide: -100% 0;
    }
  }
  .data-\[drawer\=right\]\:\[--utmr-hide\:100\%_0\] {
    &[data-drawer="right"] {
      --utmr-hide: 100% 0;
    }
  }
  .data-\[overlay\=false\]\:backdrop\:bg-transparent {
    &[data-overlay="false"] {
      &::backdrop {
        background-color: transparent;
      }
    }
  }
  .data-\[overlay\=true\]\:backdrop\:bg-gray-900\/70 {
    &[data-overlay="true"] {
      &::backdrop {
        background-color: color-mix(in oklab, #1a202c 70%, transparent);
      }
    }
  }
  .data-\[entered\]\:data-\[overlay\=true\]\:backdrop\:opacity-100 {
    &[data-entered] {
      &[data-overlay="true"] {
        &::backdrop {
          opacity: 100%;
        }
      }
    }
  }
  .sm\:static {
    @media (width >= 640px) {
      position: static;
    }
  }
  .sm\:inset-auto {
    @media (width >= 640px) {
      inset: auto;
    }
  }
  .sm\:mt-0 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mr-2 {
    @media (width >= 640px) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
  .sm\:mr-6 {
    @media (width >= 640px) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .sm\:mb-0 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:inline {
    @media (width >= 640px) {
      display: inline;
    }
  }
  .sm\:h-96 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 96);
    }
  }
  .sm\:w-1\/4 {
    @media (width >= 640px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .sm\:w-2\/4 {
    @media (width >= 640px) {
      width: calc(2 / 4 * 100%);
    }
  }
  .sm\:w-3\/4 {
    @media (width >= 640px) {
      width: calc(3 / 4 * 100%);
    }
  }
  .sm\:w-full {
    @media (width >= 640px) {
      width: 100%;
    }
  }
  .sm\:translate-y-0 {
    @media (width >= 640px) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:scale-95 {
    @media (width >= 640px) {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:flex-col {
    @media (width >= 640px) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:flex-nowrap {
    @media (width >= 640px) {
      flex-wrap: nowrap;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 640px) {
      flex-wrap: wrap;
    }
  }
  .sm\:items-center {
    @media (width >= 640px) {
      align-items: center;
    }
  }
  .sm\:rounded-lg {
    @media (width >= 640px) {
      border-radius: var(--radius-lg);
    }
  }
  .sm\:p-4 {
    @media (width >= 640px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-2 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-6 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:pt-0 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:pr-0 {
    @media (width >= 640px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .sm\:pr-2 {
    @media (width >= 640px) {
      padding-right: calc(var(--spacing) * 2);
    }
  }
  .sm\:pb-0 {
    @media (width >= 640px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-\[10vh\] {
    @media (width >= 640px) {
      padding-bottom: 10vh;
    }
  }
  .sm\:text-sm {
    @media (width >= 640px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:duration-400 {
    @media (width >= 640px) {
      --tw-duration: 400ms;
      transition-duration: 400ms;
    }
  }
  .sm\:\[--utmr-gutter\:4rem\] {
    @media (width >= 640px) {
      --utmr-gutter: 4rem;
    }
  }
  .group-data-\[padding\=true\]\/utmr-drawer\:sm\:px-6 {
    &:is(:where(.group\/utmr-drawer)[data-padding="true"] *) {
      @media (width >= 640px) {
        padding-inline: calc(var(--spacing) * 6);
      }
    }
  }
  .md\:ml-6 {
    @media (width >= 768px) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:w-1\/4 {
    @media (width >= 768px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .md\:pl-2 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 2);
    }
  }
  .lg\:-mx-32 {
    @media (width >= 1024px) {
      margin-inline: calc(var(--spacing) * -32);
    }
  }
  .lg\:mr-1 {
    @media (width >= 1024px) {
      margin-right: calc(var(--spacing) * 1);
    }
  }
  .lg\:mr-2 {
    @media (width >= 1024px) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
  .lg\:mb-0 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-1\/5 {
    @media (width >= 1024px) {
      width: calc(1 / 5 * 100%);
    }
  }
  .lg\:w-6\/12 {
    @media (width >= 1024px) {
      width: calc(6 / 12 * 100%);
    }
  }
  .lg\:overflow-visible {
    @media (width >= 1024px) {
      overflow: visible;
    }
  }
  .lg\:px-2 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-1 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .lg\:text-sm {
    @media (width >= 1024px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xl\:ml-4 {
    @media (width >= 1280px) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .xl\:ml-6 {
    @media (width >= 1280px) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .xl\:block {
    @media (width >= 1280px) {
      display: block;
    }
  }
  .xl\:px-3 {
    @media (width >= 1280px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .xl\:pr-2 {
    @media (width >= 1280px) {
      padding-right: calc(var(--spacing) * 2);
    }
  }
  .dark\:bg-gray-800 {
    &:where([data-color-scheme=dark], [data-color-scheme=dark] *) {
      background-color: #2d3748;
    }
  }
  .dark\:text-white {
    &:where([data-color-scheme=dark], [data-color-scheme=dark] *) {
      color: #fff;
    }
  }
  .dark\:group-data-\[footer-divider\=true\]\/utmr-drawer\:border-gray-600 {
    &:where([data-color-scheme=dark], [data-color-scheme=dark] *) {
      &:is(:where(.group\/utmr-drawer)[data-footer-divider="true"] *) {
        border-color: #718096;
      }
    }
  }
  .dark\:group-data-\[header-divider\=true\]\/utmr-drawer\:border-gray-600 {
    &:where([data-color-scheme=dark], [data-color-scheme=dark] *) {
      &:is(:where(.group\/utmr-drawer)[data-header-divider="true"] *) {
        border-color: #718096;
      }
    }
  }
  .dark\:data-\[overlay\=true\]\:backdrop\:bg-gray-900\/80 {
    &:where([data-color-scheme=dark], [data-color-scheme=dark] *) {
      &[data-overlay="true"] {
        &::backdrop {
          background-color: color-mix(in oklab, #1a202c 80%, transparent);
        }
      }
    }
  }
}
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0px) 8px calc(8px - 2px - 3px - 0px);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0;
  overflow: auto;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: hsl(0, 0%, 124.9019607843%);
  border: 0px solid hsl(0, 0%, 111.568627451%);
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0px 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option, .ts-dropdown .optgroup-header, .ts-dropdown .no-results, .ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}
.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}
.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}
.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: hsl(0, 0%, -6.1764705882%);
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: hsl(0, 0%, 111.568627451%);
}
.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: hsl(0, 0%, 111.568627451%);
}
:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
.ts-wrapper {
  position: relative;
}
.ts-dropdown, .ts-control, .ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}
.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}
.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
:root {
  color-scheme: light;
  --invert-on-dark: 0;
}
@keyframes appear-then-fade {
  0%, 100% {
    opacity: 0;
  }
  5%, 60% {
    opacity: 1;
  }
}
@keyframes appear-then-fade-extended {
  0%, 100% {
    opacity: 0;
  }
  2%, 90% {
    opacity: 1;
  }
}
@keyframes add-animation {
  0% {
    opacity: 0;
    transform: scale(.98);
  }
  50% {
    opacity: 0;
    transform: scale(.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes remove-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(.98);
  }
}
@keyframes input-icon-fade-out {
  to {
    opacity: 0;
    transform: translateY(-4px);
  }
}
@keyframes progress-loading {
  50% {
    background-position: left;
  }
}
@layer components {
  .dialog {
    position: relative;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    background-color: var(--color-canvas);
    color: var(--color-text);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    margin: auto;
    width: 100%;
    @media (width < 640px) {
      border-radius: 0;
    }
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    opacity: 0%;
    transition-property: display,overlay,opacity,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    max-inline-size: var(--dialog-size, 32rem);
    &::backdrop {
      background-color: rgba(0, 0, 0, .5);
      transition-property: display, overlay, opacity;
      transition-duration: 150ms;
      transition-behavior: allow-discrete;
      opacity: 0;
    }
    &[open] {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 100%;
      &::backdrop {
        opacity: 1;
      }
    }
    @starting-style {
      &[open] {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
        opacity: 0%;
        &::backdrop {
          opacity: 0;
        }
      }
    }
  }
  .dialog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 0);
  }
  .dialog__title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .dialog__description {
    padding-inline: calc(var(--spacing) * 6);
    padding-top: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-text-subtle);
  }
  .dialog__content {
    padding: calc(var(--spacing) * 6);
  }
  .dialog__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 2);
    padding: calc(var(--spacing) * 6);
    padding-top: calc(var(--spacing) * 0);
  }
  .dialog__close {
    position: absolute;
    top: calc(var(--spacing) * 3);
    right: calc(var(--spacing) * 3);
  }
}
@layer components {
  .ts-control {
    align-items: center;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    background-color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-6);
      }
    }
    display: inline-flex !important;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-md) !important;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    outline-color: var(--color-primary);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 400ms;
    transition-duration: 400ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
    min-block-size: 2.25rem;
    > input {
      font-size: inherit;
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .ts-wrapper.focus .ts-control {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--color-gray-4);
  }
  .ts-dropdown input {
    --tw-outline-style: none;
    outline-style: none;
  }
  .ts-dropdown {
    border-radius: var(--radius-md) !important;
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: none !important;
    border-style: none !important;
    border-color: var(--color-border);
    background-color: var(--color-white);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-6);
      }
    }
    transition-property: opacity,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    opacity: 0%;
    display: block !important;
    pointer-events: none;
    .dropdown-active & {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 100%;
      pointer-events: auto;
    }
    .ts-dropdown-content:not(:has(.optgroup)) {
      padding: calc(var(--spacing) * 1);
    }
    .optgroup:not(:first-child) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
      border-color: var(--color-border);
    }
    .optgroup {
      padding: calc(var(--spacing) * 1);
    }
    .optgroup-header {
      background-color: transparent;
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 1.5);
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      color: var(--color-text-subtle);
    }
    .create {
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 1.5);
    }
    .option {
      border-radius: var(--radius-md);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: transparent;
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 1.5);
    }
    .active {
      background-color: var(--color-indigo-100);
      color: inherit !important;
    }
    .highlight {
      background-color: transparent !important;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    .spinner {
      margin-top: calc(var(--spacing) * 1.5);
    }
    .spinner::after {
      border-block-color: var(--color-combobox-spinner);
    }
  }
  .ts-wrapper.single .ts-control {
    background-color: var(--color-white) !important;
    background-size: 1rem auto !important;
    background-position: center right .5rem !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2371717a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E") !important;
  }
  .ts-wrapper.multi .ts-control > .item {
    border-radius: var(--radius-md);
    background-color: var(--color-surface-hover);
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    white-space: nowrap;
    display: flex;
    gap: calc(var(--spacing) * 1);
    padding-inline: .5rem;
    padding-block: .25rem;
  }
  .disabled .ts-control {
    opacity: 50%;
  }
  .disabled .ts-control * {
    cursor: not-allowed !important;
  }
  .invalid .ts-control {
    border-color: var(--color-negative);
  }
  [data-controller~="combobox"] {
    position: absolute;
    clip: rect(0,0,0,0);
  }
  .ts-control, .ts-control input, .ts-dropdown {
    width: 100%;
    color: var(--color-combobox-text) !important;
  }
  .ts-control, .ts-wrapper.single.input-active .ts-control {
    background-color: var(--color-combobox-bg) !important;
  }
  .ts-dropdown {
    background-color: var(--color-combobox-bg) !important;
  }
  .ts-dropdown .active {
    background-color: var(--color-combobox-active-bg) !important;
    color: inherit !important;
  }
  .ts-control {
    border-color: var(--color-combobox-border) !important;
  }
  .ts-control:hover {
    border-color: var(--color-combobox-border-hover) !important;
  }
}
@layer components {
  @layer components {
    :where(.prose) {
      max-width: 65ch;
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      :is(h1, h2, h3, h4, h5, h6) {
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold);
        text-wrap: balance;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
        margin-block: 0.5em;
        --tw-leading: 1.1;
        line-height: 1.1;
        --tw-tracking: -0.02ch;
        letter-spacing: -0.02ch;
      }
      h1 {
        font-size: 2.4em;
      }
      h2 {
        font-size: 1.8em;
      }
      h3 {
        font-size: 1.5em;
      }
      h4 {
        font-size: 1.2em;
      }
      h5 {
        font-size: 1em;
      }
      h6 {
        font-size: 0.8em;
      }
      :is(ul, ol, menu) {
        padding-inline-start: revert;
        list-style: revert;
      }
      :is(p, ul, ol, dl, blockquote, pre, figure, table, hr) {
        margin-block: 0.65lh;
        text-wrap: pretty;
        overflow-wrap: break-word;
      }
      hr {
        margin-inline: auto;
        margin-block: 2lh;
        border-inline-style: var(--tw-border-style);
        border-inline-width: 0px;
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
        border-color: var(--color-gray-4);
      }
      :is(b, strong) {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
      :is(pre, code) {
        border-radius: var(--radius-sm);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-border);
        background-color: var(--color-surface);
        font-family: var(--font-mono);
        font-size: 0.85em;
      }
      code {
        padding-inline: 0.3em;
        padding-block: 0.1em;
      }
      pre {
        overflow-x: auto;
        border-radius: 0.5em;
        padding-inline: 2ch;
        padding-block: 0.5lh;
        text-wrap: nowrap;
      }
      pre code {
        border-style: var(--tw-border-style);
        border-width: 0px;
        background-color: transparent;
        padding: calc(var(--spacing) * 0);
        font-size: 1em;
      }
      p {
        --tw-tracking: -0.005ch;
        letter-spacing: -0.005ch;
        -webkit-hyphens: auto;
        hyphens: auto;
      }
      blockquote {
        margin-inline: 3ch;
        margin-block: calc(var(--spacing) * 0);
        font-style: italic;
      }
      blockquote p {
        -webkit-hyphens: none;
        hyphens: none;
      }
      table {
        margin-inline: calc(var(--spacing) * 0);
        margin-block: 1lh;
        border-collapse: collapse;
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-gray-4);
      }
      th {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
      :is(th, td) {
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-gray-4);
        padding-inline: 1ch;
        padding-block: 0.2lh;
        text-align: start;
      }
      th {
        border-block-end-width: 3px;
      }
      del {
        background-color: rgb(from var(--color-negative) r g b / .1);
        color: var(--color-negative);
      }
      ins {
        background-color: rgb(from var(--color-positive) r g b / .1);
        color: var(--color-positive);
      }
      a {
        color: var(--color-primary);
        text-decoration-line: underline;
        text-decoration-skip-ink: auto;
      }
      mark {
        background-color: light-dark(#EDE0C0, #6B5525);
        color: var(--color-borderless);
      }
    }
  }
}
@layer utilities {
  .datepicker {
    width: -moz-min-content;
    width: min-content;
  }
  .datepicker:not(.active) {
    display: none;
  }
  .datepicker-dropdown {
    position: absolute;
    z-index: 20;
    padding-top: 4px;
  }
  .datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px;
  }
  .datepicker-picker {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background-color: hsl(0, 0%, 100%);
  }
  .datepicker-dropdown .datepicker-picker {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  }
  .datepicker-main {
    flex: auto;
    padding: 2px;
  }
  .datepicker-footer {
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
    background-color: hsl(0, 0%, 96%);
  }
  .datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
    background-color: hsl(0, 0%, 96%);
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 700;
  }
  .datepicker-controls {
    display: flex;
  }
  .datepicker-header .datepicker-controls {
    padding: 2px 2px 0;
  }
  .datepicker-controls .button {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid gainsboro;
    border-radius: 4px;
    box-shadow: none;
    background-color: hsl(0, 0%, 100%);
    cursor: pointer;
    padding: calc(0.375em - 1px) 0.75em;
    height: 2.25em;
    vertical-align: top;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    color: hsl(0, 0%, 21%);
    font-size: 1rem;
  }
  .datepicker-controls .button:focus, .datepicker-controls .button:active {
    outline: none;
  }
  .datepicker-controls .button:hover {
    border-color: #b8b8b8;
    color: hsl(0, 0%, 21%);
  }
  .datepicker-controls .button:focus {
    border-color: hsl(217, 71%, 53%);
    color: hsl(0, 0%, 21%);
  }
  .datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  .datepicker-controls .button:active {
    border-color: #474747;
    color: hsl(0, 0%, 21%);
  }
  .datepicker-controls .button[disabled] {
    cursor: not-allowed;
  }
  .datepicker-header .datepicker-controls .button {
    border-color: transparent;
    font-weight: bold;
  }
  .datepicker-header .datepicker-controls .button:hover {
    background-color: #f9f9f9;
  }
  .datepicker-header .datepicker-controls .button:active {
    background-color: #f2f2f2;
  }
  .datepicker-footer .datepicker-controls .button {
    flex: auto;
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 2px;
    font-size: 0.75rem;
  }
  .datepicker-controls .view-switch {
    flex: auto;
  }
  .datepicker-controls .prev-button, .datepicker-controls .next-button {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    flex: 0 0 14.2857142857%;
  }
  .datepicker-controls .prev-button.disabled, .datepicker-controls .next-button.disabled {
    visibility: hidden;
  }
  .datepicker-view, .datepicker-grid {
    display: flex;
  }
  .datepicker-view {
    align-items: stretch;
    width: 15.75rem;
  }
  .datepicker-grid {
    flex-wrap: wrap;
    flex: auto;
  }
  .datepicker .days {
    display: flex;
    flex-direction: column;
    flex: auto;
  }
  .datepicker .days-of-week {
    display: flex;
  }
  .datepicker .week-numbers {
    display: flex;
    flex-direction: column;
    flex: 0 0 9.6774193548%;
  }
  .datepicker .weeks {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: auto;
  }
  .datepicker span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .datepicker .dow {
    height: 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
  }
  .datepicker .week {
    flex: auto;
    color: #b8b8b8;
    font-size: 0.75rem;
  }
  .datepicker-cell, .datepicker .days .dow {
    flex-basis: 14.2857142857%;
  }
  .datepicker-cell {
    height: 2.25rem;
  }
  .datepicker-cell:not(.day) {
    flex-basis: 25%;
    height: 4.5rem;
  }
  .datepicker-cell:not(.disabled):hover {
    background-color: #f9f9f9;
    cursor: pointer;
  }
  .datepicker-cell.focused:not(.selected) {
    background-color: #e9e9e9;
  }
  .datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: hsl(217, 71%, 53%);
    color: #fff;
    font-weight: 600;
  }
  .datepicker-cell.disabled {
    color: gainsboro;
  }
  .datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
    color: hsl(0, 0%, 48%);
  }
  .datepicker-cell.prev.selected, .datepicker-cell.next.selected {
    color: #e6e6e6;
  }
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: hsl(0, 0%, 96%);
  }
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #efefef;
  }
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e9e9e9;
  }
  .datepicker-cell.today:not(.selected) {
    background-color: hsl(171, 100%, 41%);
  }
  .datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff;
  }
  .datepicker-cell.today.focused:not(.selected) {
    background-color: #00ccad;
  }
  .datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
    background-color: #b8b8b8;
    color: #fff;
  }
  .datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
    background-color: #b3b3b3;
  }
  .datepicker-cell.range-start:not(.range-end) {
    border-radius: 4px 0 0 4px;
  }
  .datepicker-cell.range-end:not(.range-start) {
    border-radius: 0 4px 4px 0;
  }
  .datepicker-cell.range {
    border-radius: 0;
    background-color: gainsboro;
  }
  .datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #d7d7d7;
  }
  .datepicker-cell.range.disabled {
    color: #c6c6c6;
  }
  .datepicker-cell.range.focused {
    background-color: #d1d1d1;
  }
  .datepicker-input.in-edit {
    border-color: #276bda;
  }
  .datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(39, 107, 218, 0.2);
  }
}
@layer utilities {
  .choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .choices:focus {
    outline: none;
  }
  .choices:last-child {
    margin-bottom: 0;
  }
  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .choices.is-disabled .choices__item {
    cursor: not-allowed;
  }
  .choices [hidden] {
    display: none !important;
  }
  .choices[data-type*='select-one'] {
    cursor: pointer;
  }
  .choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 7.5px;
  }
  .choices[data-type*='select-one'] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0;
  }
  .choices[data-type*='select-one'] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5;
  }
  .choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
    opacity: 1;
  }
  .choices[data-type*='select-one'] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00bcd4;
  }
  .choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
    display: none;
  }
  .choices[data-type*='select-one']:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
  }
  .choices[data-type*='select-one'].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px;
  }
  .choices[data-type*='select-one'][dir='rtl']:after {
    left: 11.5px;
    right: auto;
  }
  .choices[data-type*='select-one'][dir='rtl'] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
  }
  .choices[data-type*='select-multiple'] .choices__inner, .choices[data-type*='text'] .choices__inner {
    cursor: text;
  }
  .choices[data-type*='select-multiple'] .choices__button, .choices[data-type*='text'] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
  }
  .choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus, .choices[data-type*='text'] .choices__button:hover, .choices[data-type*='text'] .choices__button:focus {
    opacity: 1;
  }
  .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #dddddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
  }
  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
  }
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
  }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
  }
  .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
  }
  [dir='rtl'] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
  }
  .choices__list--single .choices__item {
    width: 100%;
  }
  .choices__list--multiple {
    display: inline;
  }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #ffffff;
    word-break: break-all;
    box-sizing: border-box;
  }
  .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
  }
  [dir='rtl'] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
  }
  .choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
  }
  .is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
  }
  .choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
  }
  .choices__list--dropdown.is-active {
    visibility: visible;
  }
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7;
  }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
  }
  [dir='rtl'] .choices__list--dropdown .choices__item {
    text-align: right;
  }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }
    [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px;
    }
    [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
      right: auto;
      left: 10px;
    }
  }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
  }
  .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
  }
  .choices__item {
    cursor: default;
  }
  .choices__item--selectable {
    cursor: pointer;
  }
  .choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
  }
  .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
  }
  .choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .choices__button:focus {
    outline: none;
  }
  .choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
  }
  .choices__input:focus {
    outline: 0;
  }
  [dir='rtl'] .choices__input {
    padding-right: 2px;
    padding-left: 0;
  }
  .choices__placeholder {
    opacity: 0.5;
  }
}
@layer utilities {
  /*! @algolia/autocomplete-theme-classic 1.19.6 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
  :root {
    --aa-search-input-height: 44px;
    --aa-input-icon-size: 20px;
    --aa-base-unit: 16;
    --aa-spacing-factor: 1;
    --aa-spacing: calc(var(--aa-base-unit) * var(--aa-spacing-factor) * 1px);
    --aa-spacing-half: calc(var(--aa-spacing) / 2);
    --aa-panel-max-height: 650px;
    --aa-base-z-index: 9999;
    --aa-font-size: calc(var(--aa-base-unit) * 1px);
    --aa-font-family: inherit;
    --aa-font-weight-medium: 500;
    --aa-font-weight-semibold: 600;
    --aa-font-weight-bold: 700;
    --aa-icon-size: 20px;
    --aa-icon-stroke-width: 1.6;
    --aa-icon-color-rgb: 119, 119, 163;
    --aa-icon-color-alpha: 1;
    --aa-action-icon-size: 20px;
    --aa-text-color-rgb: 38, 38, 39;
    --aa-text-color-alpha: 1;
    --aa-primary-color-rgb: 62, 52, 211;
    --aa-primary-color-alpha: 0.2;
    --aa-muted-color-rgb: 128, 126, 163;
    --aa-muted-color-alpha: 0.6;
    --aa-panel-border-color-rgb: 128, 126, 163;
    --aa-panel-border-color-alpha: 0.3;
    --aa-input-border-color-rgb: 128, 126, 163;
    --aa-input-border-color-alpha: 0.8;
    --aa-background-color-rgb: 255, 255, 255;
    --aa-background-color-alpha: 1;
    --aa-input-background-color-rgb: 255, 255, 255;
    --aa-input-background-color-alpha: 1;
    --aa-selected-color-rgb: 179, 173, 214;
    --aa-selected-color-alpha: 0.205;
    --aa-description-highlight-background-color-rgb: 245, 223, 77;
    --aa-description-highlight-background-color-alpha: 0.5;
    --aa-detached-media-query: (max-width: 680px);
    --aa-detached-modal-media-query: (min-width: 680px);
    --aa-detached-modal-max-width: 680px;
    --aa-detached-modal-max-height: 500px;
    --aa-overlay-color-rgb: 115, 114, 129;
    --aa-overlay-color-alpha: 0.4;
    --aa-panel-shadow: 0 0 0 1px rgba(35, 38, 59, .1),
    0 6px 16px -4px rgba(35, 38, 59, .15);
    --aa-scrollbar-width: 13px;
    --aa-scrollbar-track-background-color-rgb: 234, 234, 234;
    --aa-scrollbar-track-background-color-alpha: 1;
    --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
    --aa-scrollbar-thumb-background-color-alpha: 1;
  }
  @media (hover: none) and (pointer: coarse) {
    :root {
      --aa-spacing-factor: 1.2;
      --aa-action-icon-size: 22px;
    }
  }
  body[data-theme=dark], body.dark {
    --aa-text-color-rgb: 183, 192, 199;
    --aa-primary-color-rgb: 146, 138, 255;
    --aa-muted-color-rgb: 146, 138, 255;
    --aa-input-background-color-rgb: 0, 3, 9;
    --aa-background-color-rgb: 21, 24, 42;
    --aa-selected-color-rgb: 146, 138, 255;
    --aa-selected-color-alpha: 0.25;
    --aa-description-highlight-background-color-rgb: 0 255 255;
    --aa-description-highlight-background-color-alpha: 0.25;
    --aa-icon-color-rgb: 119, 119, 163;
    --aa-panel-shadow: inset 1px 1px 0 0 rgb(44, 46, 64),
    0 3px 8px 0 rgb(0, 3, 9);
    --aa-scrollbar-track-background-color-rgb: 44, 46, 64;
    --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
  }
  .aa-Panel *, .aa-Autocomplete *, .aa-DetachedFormContainer * {
    box-sizing: border-box;
  }
  .aa-Panel, .aa-Autocomplete, .aa-DetachedFormContainer {
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-family: inherit;
    font-family: var(--aa-font-family);
    font-size: calc(16 * 1px);
    font-size: var(--aa-font-size);
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .aa-Form {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
    border: 1px solid rgba(128, 126, 163, 0.8);
    border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
    border-radius: 3px;
    display: flex;
    line-height: 1em;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .aa-Form:focus-within {
    border-color: rgba(62, 52, 211, 1);
    border-color: rgba(var(--aa-primary-color-rgb), 1);
    box-shadow: rgba(62, 52, 211, 0.2) 0 0 0 2px, inset rgba(62, 52, 211, 0.2) 0 0 0 2px;
    box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
    outline: currentColor none medium;
  }
  .aa-InputWrapperPrefix {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    height: var(--aa-search-input-height);
    order: 1;
  }
  .aa-Label, .aa-LoadingIndicator {
    cursor: auto;
    cursor: initial;
    flex-shrink: 0;
    height: 100%;
    padding: 0;
    text-align: left;
  }
  .aa-Label svg, .aa-LoadingIndicator svg {
    color: rgba(62, 52, 211, 1);
    color: rgba(var(--aa-primary-color-rgb), 1);
    height: auto;
    max-height: 20px;
    max-height: var(--aa-input-icon-size);
    stroke-width: 1.6;
    stroke-width: var(--aa-icon-stroke-width);
    width: 20px;
    width: var(--aa-input-icon-size);
  }
  .aa-SubmitButton, .aa-LoadingIndicator {
    height: 100%;
    padding-left: calc((16 * 1 * 1px) * 0.75 - 1px);
    padding-left: calc(calc(16 * 1 * 1px) * 0.75 - 1px);
    padding-left: calc(var(--aa-spacing) * 0.75 - 1px);
    padding-right: calc((16 * 1 * 1px) / 2);
    padding-right: calc(calc(16 * 1 * 1px) / 2);
    padding-right: var(--aa-spacing-half);
    width: calc((16 * 1 * 1px) * 1.75 + 20px - 1px);
    width: calc(calc(16 * 1 * 1px) * 1.75 + 20px - 1px);
    width: calc(var(--aa-spacing) * 1.75 + var(--aa-icon-size) - 1px);
  }
  @media (hover: none) and (pointer: coarse) {
    .aa-SubmitButton, .aa-LoadingIndicator {
      padding-left: calc(((16 * 1 * 1px) / 2) / 2 - 1px);
      padding-left: calc(calc(calc(16 * 1 * 1px) / 2) / 2 - 1px);
      padding-left: calc(var(--aa-spacing-half) / 2 - 1px);
      width: calc(20px + (16 * 1 * 1px) * 1.25 - 1px);
      width: calc(20px + calc(16 * 1 * 1px) * 1.25 - 1px);
      width: calc(var(--aa-icon-size) + var(--aa-spacing) * 1.25 - 1px);
    }
  }
  .aa-SubmitButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    margin: 0;
  }
  .aa-LoadingIndicator {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .aa-LoadingIndicator[hidden] {
    display: none;
  }
  .aa-InputWrapper {
    order: 3;
    position: relative;
    width: 100%;
  }
  .aa-Input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font: inherit;
    height: 44px;
    height: var(--aa-search-input-height);
    padding: 0;
    width: 100%;
  }
  .aa-Input::-moz-placeholder {
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    opacity: 1;
  }
  .aa-Input::placeholder {
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    opacity: 1;
  }
  .aa-Input:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
  }
  .aa-Input::-webkit-search-decoration, .aa-Input::-webkit-search-cancel-button, .aa-Input::-webkit-search-results-button, .aa-Input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
  }
  .aa-InputWrapperSuffix {
    align-items: center;
    display: flex;
    height: 44px;
    height: var(--aa-search-input-height);
    order: 4;
  }
  .aa-ClearButton {
    align-items: center;
    background: none;
    border: 0;
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0 calc((16 * 1 * 1px) * 0.8333333333 - 0.5px);
    padding: 0 calc(calc(16 * 1 * 1px) * 0.8333333333 - 0.5px);
    padding: 0 calc(var(--aa-spacing) * 0.8333333333 - 0.5px);
  }
  @media (hover: none) and (pointer: coarse) {
    .aa-ClearButton {
      padding: 0 calc((16 * 1 * 1px) * 0.6666666667 - 0.5px);
      padding: 0 calc(calc(16 * 1 * 1px) * 0.6666666667 - 0.5px);
      padding: 0 calc(var(--aa-spacing) * 0.6666666667 - 0.5px);
    }
  }
  .aa-ClearButton:hover, .aa-ClearButton:focus {
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  }
  .aa-ClearButton[hidden] {
    display: none;
  }
  .aa-ClearButton svg {
    stroke-width: 1.6;
    stroke-width: var(--aa-icon-stroke-width);
    width: 20px;
    width: var(--aa-icon-size);
  }
  .aa-Panel {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: calc((16 * 1 * 1px) / 4);
    border-radius: calc(calc(16 * 1 * 1px) / 4);
    border-radius: calc(var(--aa-spacing) / 4);
    box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
    box-shadow: var(--aa-panel-shadow);
    margin: 8px 0 0;
    overflow: hidden;
    position: absolute;
    transition: opacity 200ms ease-in, filter 200ms ease-in;
  }
  @media screen and (prefers-reduced-motion) {
    .aa-Panel {
      transition: none;
    }
  }
  .aa-Panel button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .aa-PanelLayout {
    height: 100%;
    margin: 0;
    max-height: 650px;
    max-height: var(--aa-panel-max-height);
    overflow-y: auto;
    padding: 0;
    position: relative;
    text-align: left;
  }
  .aa-PanelLayoutColumns--twoGolden {
    display: grid;
    grid-template-columns: 39.2% auto;
    overflow: hidden;
    padding: 0;
  }
  .aa-PanelLayoutColumns--two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    padding: 0;
  }
  .aa-PanelLayoutColumns--three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    padding: 0;
  }
  .aa-Panel--stalled .aa-Source {
    filter: grayscale(1);
    opacity: 0.8;
  }
  .aa-Panel--scrollable {
    margin: 0;
    max-height: 650px;
    max-height: var(--aa-panel-max-height);
    overflow-x: hidden;
    overflow-y: auto;
    padding: calc((16 * 1 * 1px) / 2);
    padding: calc(calc(16 * 1 * 1px) / 2);
    padding: var(--aa-spacing-half);
    scrollbar-color: rgba(255, 255, 255, 1) rgba(234, 234, 234, 1);
    scrollbar-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
    scrollbar-width: thin;
  }
  .aa-Panel--scrollable::-webkit-scrollbar {
    width: 13px;
    width: var(--aa-scrollbar-width);
  }
  .aa-Panel--scrollable::-webkit-scrollbar-track {
    background-color: rgba(234, 234, 234, 1);
    background-color: rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
  }
  .aa-Panel--scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha));
    border-color: rgba(234, 234, 234, 1);
    border-color: rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
    border-radius: 9999px;
    border-style: solid;
    border-width: 3px 2px 3px 3px;
  }
  .aa-Source {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .aa-Source:empty {
    display: none;
  }
  .aa-SourceNoResults {
    font-size: 1em;
    margin: 0;
    padding: calc(16 * 1 * 1px);
    padding: var(--aa-spacing);
  }
  .aa-List {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .aa-SourceHeader {
    margin: calc((16 * 1 * 1px) / 2) 0.5em calc((16 * 1 * 1px) / 2) 0;
    margin: calc(calc(16 * 1 * 1px) / 2) 0.5em calc(calc(16 * 1 * 1px) / 2) 0;
    margin: var(--aa-spacing-half) 0.5em var(--aa-spacing-half) 0;
    padding: 0;
    position: relative;
  }
  .aa-SourceHeader:empty {
    display: none;
  }
  .aa-SourceHeaderTitle {
    background: rgba(255, 255, 255, 1);
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    color: rgba(62, 52, 211, 1);
    color: rgba(var(--aa-primary-color-rgb), 1);
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    font-weight: var(--aa-font-weight-semibold);
    margin: 0;
    padding: 0 calc((16 * 1 * 1px) / 2) 0 0;
    padding: 0 calc(calc(16 * 1 * 1px) / 2) 0 0;
    padding: 0 var(--aa-spacing-half) 0 0;
    position: relative;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
  }
  .aa-SourceHeaderLine {
    border-bottom: solid 1px rgba(62, 52, 211, 1);
    border-bottom: solid 1px rgba(var(--aa-primary-color-rgb), 1);
    display: block;
    height: 2px;
    left: 0;
    margin: 0;
    opacity: 0.3;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc((16 * 1 * 1px) / 2);
    top: calc(calc(16 * 1 * 1px) / 2);
    top: var(--aa-spacing-half);
    z-index: calc(9999 - 1);
    z-index: calc(var(--aa-base-z-index) - 1);
  }
  .aa-SourceFooterSeeAll {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(128, 126, 163, 0.14));
    background: linear-gradient(180deg, rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha)), rgba(128, 126, 163, 0.14));
    border: 1px solid rgba(128, 126, 163, 0.6);
    border: 1px solid rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    border-radius: 5px;
    box-shadow: inset 0 0 2px #fff, 0 2px 2px -1px rgba(76, 69, 88, 0.15);
    color: inherit;
    font-size: 0.95em;
    font-weight: 500;
    font-weight: var(--aa-font-weight-medium);
    padding: 0.475em 1em 0.6em;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .aa-SourceFooterSeeAll:focus, .aa-SourceFooterSeeAll:hover {
    border: 1px solid rgba(62, 52, 211, 1);
    border: 1px solid rgba(var(--aa-primary-color-rgb), 1);
    color: rgba(62, 52, 211, 1);
    color: rgba(var(--aa-primary-color-rgb), 1);
  }
  .aa-Item {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: grid;
    min-height: calc((16 * 1 * 1px) * 2.5);
    min-height: calc(calc(16 * 1 * 1px) * 2.5);
    min-height: calc(var(--aa-spacing) * 2.5);
    padding: calc(((16 * 1 * 1px) / 2) / 2);
    padding: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
    padding: calc(var(--aa-spacing-half) / 2);
  }
  .aa-Item[aria-selected=true] {
    background-color: rgba(179, 173, 214, 0.205);
    background-color: rgba(var(--aa-selected-color-rgb), var(--aa-selected-color-alpha));
  }
  .aa-Item[aria-selected=true] .aa-ItemActionButton, .aa-Item[aria-selected=true] .aa-ActiveOnly {
    visibility: visible;
  }
  .aa-ItemIcon {
    align-items: center;
    background: rgba(255, 255, 255, 1);
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    color: rgba(119, 119, 163, 1);
    color: rgba(var(--aa-icon-color-rgb), var(--aa-icon-color-alpha));
    display: flex;
    flex-shrink: 0;
    font-size: 0.7em;
    height: calc(20px + ((16 * 1 * 1px) / 2));
    height: calc(20px + calc(calc(16 * 1 * 1px) / 2));
    height: calc(var(--aa-icon-size) + var(--aa-spacing-half));
    justify-content: center;
    overflow: hidden;
    stroke-width: 1.6;
    stroke-width: var(--aa-icon-stroke-width);
    text-align: center;
    width: calc(20px + ((16 * 1 * 1px) / 2));
    width: calc(20px + calc(calc(16 * 1 * 1px) / 2));
    width: calc(var(--aa-icon-size) + var(--aa-spacing-half));
  }
  .aa-ItemIcon img {
    height: auto;
    max-height: calc(20px + ((16 * 1 * 1px) / 2) - 8px);
    max-height: calc(20px + calc(calc(16 * 1 * 1px) / 2) - 8px);
    max-height: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
    max-width: calc(20px + ((16 * 1 * 1px) / 2) - 8px);
    max-width: calc(20px + calc(calc(16 * 1 * 1px) / 2) - 8px);
    max-width: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
    width: auto;
  }
  .aa-ItemIcon svg {
    height: 20px;
    height: var(--aa-icon-size);
    width: 20px;
    width: var(--aa-icon-size);
  }
  .aa-ItemIcon--alignTop {
    align-self: flex-start;
  }
  .aa-ItemIcon--noBorder {
    background: none;
    box-shadow: none;
  }
  .aa-ItemIcon--picture {
    height: 96px;
    width: 96px;
  }
  .aa-ItemIcon--picture img {
    max-height: 100%;
    max-width: 100%;
    padding: calc((16 * 1 * 1px) / 2);
    padding: calc(calc(16 * 1 * 1px) / 2);
    padding: var(--aa-spacing-half);
  }
  .aa-ItemContent {
    align-items: center;
    cursor: pointer;
    display: grid;
    grid-gap: calc((16 * 1 * 1px) / 2);
    grid-gap: calc(calc(16 * 1 * 1px) / 2);
    grid-gap: var(--aa-spacing-half);
    gap: calc((16 * 1 * 1px) / 2);
    gap: calc(calc(16 * 1 * 1px) / 2);
    gap: var(--aa-spacing-half);
    grid-auto-flow: column;
    line-height: 1.25em;
    overflow: hidden;
  }
  .aa-ItemContent:empty {
    display: none;
  }
  .aa-ItemContent mark {
    background: none;
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-style: normal;
    font-weight: 700;
    font-weight: var(--aa-font-weight-bold);
  }
  .aa-ItemContent--dual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
  }
  .aa-ItemContent--dual .aa-ItemContentTitle, .aa-ItemContent--dual .aa-ItemContentSubtitle {
    display: block;
  }
  .aa-ItemContent--indented {
    padding-left: calc(20px + (16 * 1 * 1px));
    padding-left: calc(20px + calc(16 * 1 * 1px));
    padding-left: calc(var(--aa-icon-size) + var(--aa-spacing));
  }
  .aa-ItemContentBody {
    display: grid;
    grid-gap: calc(((16 * 1 * 1px) / 2) / 2);
    grid-gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
    grid-gap: calc(var(--aa-spacing-half) / 2);
    gap: calc(((16 * 1 * 1px) / 2) / 2);
    gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
    gap: calc(var(--aa-spacing-half) / 2);
  }
  .aa-ItemContentTitle {
    display: inline-block;
    margin: 0 0.5em 0 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .aa-ItemContentSubtitle {
    font-size: 0.92em;
  }
  .aa-ItemContentSubtitleIcon::before {
    border-color: rgba(128, 126, 163, 0.64);
    border-color: rgba(var(--aa-muted-color-rgb), 0.64);
    border-style: solid;
    content: "";
    display: inline-block;
    left: 1px;
    position: relative;
    top: -3px;
  }
  .aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon::before {
    border-width: 0 0 1.5px;
    margin-left: calc((16 * 1 * 1px) / 2);
    margin-left: calc(calc(16 * 1 * 1px) / 2);
    margin-left: var(--aa-spacing-half);
    margin-right: calc(((16 * 1 * 1px) / 2) / 2);
    margin-right: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
    margin-right: calc(var(--aa-spacing-half) / 2);
    width: calc(((16 * 1 * 1px) / 2) + 2px);
    width: calc(calc(calc(16 * 1 * 1px) / 2) + 2px);
    width: calc(var(--aa-spacing-half) + 2px);
  }
  .aa-ItemContentSubtitle--standalone {
    align-items: center;
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    display: grid;
    grid-gap: calc((16 * 1 * 1px) / 2);
    grid-gap: calc(calc(16 * 1 * 1px) / 2);
    grid-gap: var(--aa-spacing-half);
    gap: calc((16 * 1 * 1px) / 2);
    gap: calc(calc(16 * 1 * 1px) / 2);
    gap: var(--aa-spacing-half);
    grid-auto-flow: column;
    justify-content: start;
  }
  .aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon::before {
    border-radius: 0 0 0 3px;
    border-width: 0 0 1.5px 1.5px;
    height: calc((16 * 1 * 1px) / 2);
    height: calc(calc(16 * 1 * 1px) / 2);
    height: var(--aa-spacing-half);
    width: calc((16 * 1 * 1px) / 2);
    width: calc(calc(16 * 1 * 1px) / 2);
    width: var(--aa-spacing-half);
  }
  .aa-ItemContentSubtitleCategory {
    color: rgba(128, 126, 163, 1);
    color: rgba(var(--aa-muted-color-rgb), 1);
    font-weight: 500;
  }
  .aa-ItemContentDescription {
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-size: 0.85em;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .aa-ItemContentDescription:empty {
    display: none;
  }
  .aa-ItemContentDescription mark {
    background: rgba(245, 223, 77, 0.5);
    background: rgba(var(--aa-description-highlight-background-color-rgb), var(--aa-description-highlight-background-color-alpha));
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-style: normal;
    font-weight: 500;
    font-weight: var(--aa-font-weight-medium);
  }
  .aa-ItemContentDash {
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    display: none;
    opacity: 0.4;
  }
  .aa-ItemContentTag {
    background-color: rgba(62, 52, 211, 0.2);
    background-color: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha));
    border-radius: 3px;
    margin: 0 0.4em 0 0;
    padding: 0.08em 0.3em;
  }
  .aa-ItemWrapper, .aa-ItemLink {
    align-items: center;
    color: inherit;
    display: grid;
    grid-gap: calc(((16 * 1 * 1px) / 2) / 2);
    grid-gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
    grid-gap: calc(var(--aa-spacing-half) / 2);
    gap: calc(((16 * 1 * 1px) / 2) / 2);
    gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
    gap: calc(var(--aa-spacing-half) / 2);
    grid-auto-flow: column;
    justify-content: space-between;
    width: 100%;
  }
  .aa-ItemLink {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .aa-ItemActions {
    display: grid;
    grid-auto-flow: column;
    height: 100%;
    justify-self: end;
    margin: 0 calc((16 * 1 * 1px) / -3);
    margin: 0 calc(calc(16 * 1 * 1px) / -3);
    margin: 0 calc(var(--aa-spacing) / -3);
    padding: 0 2px 0 0;
  }
  .aa-ItemActionButton {
    align-items: center;
    background: none;
    border: 0;
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    padding: 0;
  }
  .aa-ItemActionButton:hover svg, .aa-ItemActionButton:focus svg {
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  }
  @media (hover: none) and (pointer: coarse) {
    .aa-ItemActionButton:hover svg, .aa-ItemActionButton:focus svg {
      color: inherit;
    }
  }
  .aa-ItemActionButton svg {
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    margin: 0;
    margin: calc(calc(16 * 1 * 1px) / 3);
    margin: calc(var(--aa-spacing) / 3);
    stroke-width: 1.6;
    stroke-width: var(--aa-icon-stroke-width);
    width: 20px;
    width: var(--aa-action-icon-size);
  }
  .aa-ActiveOnly {
    visibility: hidden;
  }
  .aa-PanelHeader {
    align-items: center;
    background: rgba(62, 52, 211, 1);
    background: rgba(var(--aa-primary-color-rgb), 1);
    color: #fff;
    display: grid;
    height: var(--aa-modal-header-height);
    margin: 0;
    padding: calc((16 * 1 * 1px) / 2) calc(16 * 1 * 1px);
    padding: calc(calc(16 * 1 * 1px) / 2) calc(16 * 1 * 1px);
    padding: var(--aa-spacing-half) var(--aa-spacing);
    position: relative;
  }
  .aa-PanelHeader::after {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
    bottom: calc(((16 * 1 * 1px) / 2) * -1);
    bottom: calc(calc(calc(16 * 1 * 1px) / 2) * -1);
    bottom: calc(var(--aa-spacing-half) * -1);
    content: "";
    height: calc((16 * 1 * 1px) / 2);
    height: calc(calc(16 * 1 * 1px) / 2);
    height: var(--aa-spacing-half);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
  }
  .aa-PanelFooter {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    box-shadow: inset 0 1px 0 rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: calc(16 * 1 * 1px);
    padding: var(--aa-spacing);
    position: relative;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
  }
  .aa-PanelFooter::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(128, 126, 163, 0.6));
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha)));
    content: "";
    height: calc(16 * 1 * 1px);
    height: var(--aa-spacing);
    left: 0;
    opacity: 0.12;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc((16 * 1 * 1px) * -1);
    top: calc(calc(16 * 1 * 1px) * -1);
    top: calc(var(--aa-spacing) * -1);
    z-index: calc(9999 - 1);
    z-index: calc(var(--aa-base-z-index) - 1);
  }
  .aa-DetachedContainer {
    background: rgba(255, 255, 255, 1);
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    bottom: 0;
    box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
    box-shadow: var(--aa-panel-shadow);
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
  }
  .aa-DetachedContainer::after {
    height: 32px;
  }
  .aa-DetachedContainer .aa-SourceHeader {
    margin: calc((16 * 1 * 1px) / 2) 0 calc((16 * 1 * 1px) / 2) 2px;
    margin: calc(calc(16 * 1 * 1px) / 2) 0 calc(calc(16 * 1 * 1px) / 2) 2px;
    margin: var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px;
  }
  .aa-DetachedContainer .aa-Panel {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: 0;
    box-shadow: none;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .aa-DetachedContainer .aa-PanelLayout {
    bottom: 0;
    box-shadow: none;
    left: 0;
    margin: 0;
    max-height: none;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .aa-DetachedFormContainer {
    border-bottom: solid 1px rgba(128, 126, 163, 0.3);
    border-bottom: solid 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: calc((16 * 1 * 1px) / 2);
    padding: calc(calc(16 * 1 * 1px) / 2);
    padding: var(--aa-spacing-half);
  }
  .aa-DetachedCancelButton {
    background: none;
    border: 0;
    border-radius: 3px;
    color: inherit;
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    cursor: pointer;
    font: inherit;
    margin: 0 0 0 calc((16 * 1 * 1px) / 2);
    margin: 0 0 0 calc(calc(16 * 1 * 1px) / 2);
    margin: 0 0 0 var(--aa-spacing-half);
    padding: 0 calc((16 * 1 * 1px) / 2);
    padding: 0 calc(calc(16 * 1 * 1px) / 2);
    padding: 0 var(--aa-spacing-half);
  }
  .aa-DetachedCancelButton:hover, .aa-DetachedCancelButton:focus {
    box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
  }
  .aa-DetachedContainer--modal {
    border-radius: 6px;
    bottom: inherit;
    height: auto;
    margin: 0 auto;
    max-width: 680px;
    max-width: var(--aa-detached-modal-max-width);
    position: absolute;
    top: 3%;
  }
  .aa-DetachedContainer--modal .aa-PanelLayout {
    max-height: 500px;
    max-height: var(--aa-detached-modal-max-height);
    padding-bottom: calc((16 * 1 * 1px) / 2);
    padding-bottom: calc(calc(16 * 1 * 1px) / 2);
    padding-bottom: var(--aa-spacing-half);
    position: static;
  }
  .aa-DetachedContainer--modal .aa-PanelLayout:empty {
    display: none;
  }
  .aa-DetachedSearchButton {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
    border: 1px solid rgba(128, 126, 163, 0.8);
    border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
    border-radius: 3px;
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    font: inherit;
    font-family: inherit;
    font-family: var(--aa-font-family);
    font-size: calc(16 * 1px);
    font-size: var(--aa-font-size);
    height: 44px;
    height: var(--aa-search-input-height);
    margin: 0;
    padding: 0 calc(44px / 8);
    padding: 0 calc(var(--aa-search-input-height) / 8);
    position: relative;
    text-align: left;
    width: 100%;
  }
  .aa-DetachedSearchButton:focus {
    border-color: rgba(62, 52, 211, 1);
    border-color: rgba(var(--aa-primary-color-rgb), 1);
    box-shadow: rgba(62, 52, 211, 0.2) 0 0 0 3px, inset rgba(62, 52, 211, 0.2) 0 0 0 2px;
    box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 3px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
    outline: currentColor none medium;
  }
  .aa-DetachedSearchButtonIcon {
    align-items: center;
    color: rgba(62, 52, 211, 1);
    color: rgba(var(--aa-primary-color-rgb), 1);
    cursor: auto;
    cursor: initial;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    width: calc(20px + (16 * 1 * 1px));
    width: calc(20px + calc(16 * 1 * 1px));
    width: calc(var(--aa-icon-size) + var(--aa-spacing));
  }
  .aa-DetachedSearchButtonQuery {
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), 1);
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .aa-DetachedSearchButtonPlaceholder[hidden] {
    display: none;
  }
  .aa-Detached {
    height: 100vh;
    overflow: hidden;
  }
  .aa-DetachedOverlay {
    background-color: rgba(115, 114, 129, 0.4);
    background-color: rgba(var(--aa-overlay-color-rgb), var(--aa-overlay-color-alpha));
    height: 100vh;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: calc(9999 - 1);
    z-index: calc(var(--aa-base-z-index) - 1);
  }
  .aa-GradientTop, .aa-GradientBottom {
    height: calc((16 * 1 * 1px) / 2);
    height: calc(calc(16 * 1 * 1px) / 2);
    height: var(--aa-spacing-half);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
  }
  .aa-GradientTop {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
    top: 0;
  }
  .aa-GradientBottom {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-background-color-rgb), 1));
    border-bottom-left-radius: calc((16 * 1 * 1px) / 4);
    border-bottom-left-radius: calc(calc(16 * 1 * 1px) / 4);
    border-bottom-left-radius: calc(var(--aa-spacing) / 4);
    border-bottom-right-radius: calc((16 * 1 * 1px) / 4);
    border-bottom-right-radius: calc(calc(16 * 1 * 1px) / 4);
    border-bottom-right-radius: calc(var(--aa-spacing) / 4);
    bottom: 0;
  }
  @media (hover: none) and (pointer: coarse) {
    .aa-DesktopOnly {
      display: none;
    }
  }
  @media (hover: hover) {
    .aa-TouchOnly {
      display: none;
    }
  }
}
@layer utilities {
  .tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
  }
  [data-tippy-root] {
    max-width: calc(100vw - 10px);
  }
  .tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform,visibility,opacity;
  }
  .tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0;
  }
  .tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top;
  }
  .tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0;
  }
  .tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom;
  }
  .tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0;
  }
  .tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left;
  }
  .tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0;
  }
  .tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right;
  }
  .tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54,1.5,.38,1.11);
  }
  .tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
  }
  .tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
  }
  .tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
  }
}
@layer utilities {
  .tox {
    box-shadow: none;
    box-sizing: content-box;
    color: #222f3e;
    cursor: auto;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    vertical-align: initial;
    white-space: normal;
  }
  .tox :not(svg):not(rect) {
    box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
  }
  .tox :not(svg):not(rect) {
    background: 0 0;
    border: 0;
    box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
  }
  .tox:not([dir=rtl]) {
    direction: ltr;
    text-align: left;
  }
  .tox[dir=rtl] {
    direction: rtl;
    text-align: right;
  }
  .tox-tinymce {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    overflow: hidden;
    position: relative;
    visibility: inherit !important;
  }
  .tox-tinymce-inline {
    border: none;
    box-shadow: none;
  }
  .tox-tinymce-inline .tox-editor-header {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
  }
  .tox-tinymce-aux {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    z-index: 1300;
  }
  .tox-tinymce :focus,.tox-tinymce-aux :focus {
    outline: 0;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  .tox[dir=rtl] .tox-icon--flip svg {
    transform: rotateY(180deg);
  }
  .tox .accessibility-issue__header {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
  }
  .tox .accessibility-issue__description {
    align-items: stretch;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
  }
  .tox .accessibility-issue__description>div {
    padding-bottom: 4px;
  }
  .tox .accessibility-issue__description>div>div {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
  }
  .tox .accessibility-issue__description>:last-child:not(:only-child) {
    border-color: #ccc;
    border-style: solid;
  }
  .tox .accessibility-issue__repair {
    margin-top: 16px;
  }
  .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
    background-color: rgba(32,122,183,.1);
    border-color: rgba(32,122,183,.4);
    color: #222f3e;
  }
  .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description>:last-child {
    border-color: rgba(32,122,183,.4);
  }
  .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
    color: #207ab7;
  }
  .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
    fill: #207ab7;
  }
  .tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
    color: #207ab7;
  }
  .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
    background-color: rgba(255,165,0,.1);
    border-color: rgba(255,165,0,.5);
    color: #222f3e;
  }
  .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description>:last-child {
    border-color: rgba(255,165,0,.5);
  }
  .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
    color: #cc8500;
  }
  .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
    fill: #cc8500;
  }
  .tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
    color: #cc8500;
  }
  .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
    background-color: rgba(204,0,0,.1);
    border-color: rgba(204,0,0,.4);
    color: #222f3e;
  }
  .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description>:last-child {
    border-color: rgba(204,0,0,.4);
  }
  .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
    color: #c00;
  }
  .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
    fill: #c00;
  }
  .tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
    color: #c00;
  }
  .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
    background-color: rgba(120,171,70,.1);
    border-color: rgba(120,171,70,.4);
    color: #222f3e;
  }
  .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>:last-child {
    border-color: rgba(120,171,70,.4);
  }
  .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
    color: #78ab46;
  }
  .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
    fill: #78ab46;
  }
  .tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
    color: #78ab46;
  }
  .tox .tox-dialog__body-content .accessibility-issue__header h1,.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
    margin-top: 0;
  }
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
    margin-left: 4px;
  }
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2) {
    margin-left: auto;
  }
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
    padding: 4px 4px 4px 8px;
  }
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description>:last-child {
    border-left-width: 1px;
    padding-left: 4px;
  }
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
    margin-right: 4px;
  }
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2) {
    margin-right: auto;
  }
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
    padding: 4px 8px 4px 4px;
  }
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description>:last-child {
    border-right-width: 1px;
    padding-right: 4px;
  }
  .tox .tox-anchorbar {
    display: flex;
    flex: 0 0 auto;
  }
  .tox .tox-bar {
    display: flex;
    flex: 0 0 auto;
  }
  .tox .tox-button {
    background-color: #207ab7;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #207ab7;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
  }
  .tox .tox-button[disabled] {
    background-color: #207ab7;
    background-image: none;
    border-color: #207ab7;
    box-shadow: none;
    color: rgba(255,255,255,.5);
    cursor: not-allowed;
  }
  .tox .tox-button:focus:not(:disabled) {
    background-color: #1c6ca1;
    background-image: none;
    border-color: #1c6ca1;
    box-shadow: none;
    color: #fff;
  }
  .tox .tox-button:hover:not(:disabled) {
    background-color: #1c6ca1;
    background-image: none;
    border-color: #1c6ca1;
    box-shadow: none;
    color: #fff;
  }
  .tox .tox-button:active:not(:disabled) {
    background-color: #185d8c;
    background-image: none;
    border-color: #185d8c;
    box-shadow: none;
    color: #fff;
  }
  .tox .tox-button--secondary {
    background-color: #f0f0f0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #f0f0f0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #222f3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    outline: 0;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: none;
  }
  .tox .tox-button--secondary[disabled] {
    background-color: #f0f0f0;
    background-image: none;
    border-color: #f0f0f0;
    box-shadow: none;
    color: rgba(34,47,62,.5);
  }
  .tox .tox-button--secondary:focus:not(:disabled) {
    background-color: #e3e3e3;
    background-image: none;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-button--secondary:hover:not(:disabled) {
    background-color: #e3e3e3;
    background-image: none;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-button--secondary:active:not(:disabled) {
    background-color: #d6d6d6;
    background-image: none;
    border-color: #d6d6d6;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon {
    padding: 4px;
  }
  .tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
    display: block;
    fill: currentColor;
  }
  .tox .tox-button-link {
    background: 0;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .tox .tox-button-link--sm {
    font-size: 14px;
  }
  .tox .tox-button--naked {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    color: #222f3e;
  }
  .tox .tox-button--naked[disabled] {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    box-shadow: none;
    color: rgba(34,47,62,.5);
  }
  .tox .tox-button--naked:hover:not(:disabled) {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-button--naked:focus:not(:disabled) {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-button--naked:active:not(:disabled) {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-button--naked .tox-icon svg {
    fill: currentColor;
  }
  .tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
    color: #222f3e;
  }
  .tox .tox-checkbox {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 36px;
    min-width: 36px;
  }
  .tox .tox-checkbox__input {
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
  }
  .tox .tox-checkbox__icons {
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 0 0 2px transparent;
    box-sizing: content-box;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: calc(4px - 1px);
    width: 24px;
  }
  .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: block;
    fill: rgba(34,47,62,.3);
  }
  .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
    display: none;
    fill: #207ab7;
  }
  .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    display: none;
    fill: #207ab7;
  }
  .tox .tox-checkbox--disabled {
    color: rgba(34,47,62,.5);
    cursor: not-allowed;
  }
  .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    fill: rgba(34,47,62,.5);
  }
  .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    fill: rgba(34,47,62,.5);
  }
  .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
    fill: rgba(34,47,62,.5);
  }
  .tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: none;
  }
  .tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg {
    display: block;
  }
  .tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: none;
  }
  .tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
    display: block;
  }
  .tox input.tox-checkbox__input:focus+.tox-checkbox__icons {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #207ab7;
    padding: calc(4px - 1px);
  }
  .tox:not([dir=rtl]) .tox-checkbox__label {
    margin-left: 4px;
  }
  .tox:not([dir=rtl]) .tox-checkbox__input {
    left: -10000px;
  }
  .tox:not([dir=rtl]) .tox-bar .tox-checkbox {
    margin-left: 4px;
  }
  .tox[dir=rtl] .tox-checkbox__label {
    margin-right: 4px;
  }
  .tox[dir=rtl] .tox-checkbox__input {
    right: -10000px;
  }
  .tox[dir=rtl] .tox-bar .tox-checkbox {
    margin-right: 4px;
  }
  .tox .tox-collection--toolbar .tox-collection__group {
    display: flex;
    padding: 0;
  }
  .tox .tox-collection--grid .tox-collection__group {
    display: flex;
    flex-wrap: wrap;
    max-height: 208px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
  }
  .tox .tox-collection--list .tox-collection__group {
    border-bottom-width: 0;
    border-color: #ccc;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-top-width: 1px;
    padding: 4px 0;
  }
  .tox .tox-collection--list .tox-collection__group:first-child {
    border-top-width: 0;
  }
  .tox .tox-collection__group-heading {
    background-color: #e6e6e6;
    color: rgba(34,47,62,.7);
    cursor: default;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: -4px;
    padding: 4px 8px;
    text-transform: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .tox .tox-collection__item {
    align-items: center;
    color: #222f3e;
    cursor: pointer;
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .tox .tox-collection--list .tox-collection__item {
    padding: 4px 8px;
  }
  .tox .tox-collection--toolbar .tox-collection__item {
    border-radius: 3px;
    padding: 4px;
  }
  .tox .tox-collection--grid .tox-collection__item {
    border-radius: 3px;
    padding: 4px;
  }
  .tox .tox-collection--list .tox-collection__item--enabled {
    background-color: #fff;
    color: #222f3e;
  }
  .tox .tox-collection--list .tox-collection__item--active {
    background-color: #dee0e2;
  }
  .tox .tox-collection--toolbar .tox-collection__item--enabled {
    background-color: #c8cbcf;
    color: #222f3e;
  }
  .tox .tox-collection--toolbar .tox-collection__item--active {
    background-color: #dee0e2;
  }
  .tox .tox-collection--grid .tox-collection__item--enabled {
    background-color: #c8cbcf;
    color: #222f3e;
  }
  .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    background-color: #dee0e2;
    color: #222f3e;
  }
  .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    color: #222f3e;
  }
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    color: #222f3e;
  }
  .tox .tox-collection__item-checkmark,.tox .tox-collection__item-icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
  }
  .tox .tox-collection__item-checkmark svg,.tox .tox-collection__item-icon svg {
    fill: currentColor;
  }
  .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
    height: 48px;
    width: 48px;
  }
  .tox .tox-collection__item-label {
    color: currentColor;
    display: inline-block;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    word-break: break-all;
  }
  .tox .tox-collection__item-accessory {
    color: rgba(34,47,62,.7);
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-transform: none;
  }
  .tox .tox-collection__item-caret {
    align-items: center;
    display: flex;
    min-height: 24px;
  }
  .tox .tox-collection__item-caret::after {
    content: '';
    font-size: 0;
    min-height: inherit;
  }
  .tox .tox-collection__item-caret svg {
    fill: #222f3e;
  }
  .tox .tox-collection__item--state-disabled {
    background-color: transparent;
    color: rgba(34,47,62,.5);
    cursor: not-allowed;
  }
  .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
    fill: rgba(34,47,62,.5);
  }
  .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
    display: none;
  }
  .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark {
    display: none;
  }
  .tox .tox-collection--horizontal {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin-bottom: 0;
    overflow-x: auto;
    padding: 0;
  }
  .tox .tox-collection--horizontal .tox-collection__group {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 4px;
  }
  .tox .tox-collection--horizontal .tox-collection__item {
    height: 34px;
    margin: 2px 0 3px 0;
    padding: 0 4px;
  }
  .tox .tox-collection--horizontal .tox-collection__item-label {
    white-space: nowrap;
  }
  .tox .tox-collection--horizontal .tox-collection__item-caret {
    margin-left: 4px;
  }
  .tox .tox-collection__item-container {
    display: flex;
  }
  .tox .tox-collection__item-container--row {
    align-items: center;
    flex: 1 1 auto;
    flex-direction: row;
  }
  .tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
    margin-right: auto;
  }
  .tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
    justify-content: flex-end;
    margin-left: auto;
  }
  .tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
    align-items: flex-start;
    margin-bottom: auto;
  }
  .tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
    align-items: center;
  }
  .tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
    align-items: flex-end;
    margin-top: auto;
  }
  .tox .tox-collection__item-container--column {
    -ms-grid-row-align: center;
    align-self: center;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
    align-items: flex-start;
  }
  .tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
    align-items: flex-end;
  }
  .tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
    align-self: flex-start;
  }
  .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
    align-self: flex-end;
  }
  .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
    border-right: 1px solid #ccc;
  }
  .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child) {
    margin-left: 8px;
  }
  .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child {
    margin-left: 4px;
  }
  .tox:not([dir=rtl]) .tox-collection__item-accessory {
    margin-left: 16px;
    text-align: right;
  }
  .tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
    margin-left: 16px;
  }
  .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
    border-left: 1px solid #ccc;
  }
  .tox[dir=rtl] .tox-collection--list .tox-collection__item>:not(:first-child) {
    margin-right: 8px;
  }
  .tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child {
    margin-right: 4px;
  }
  .tox[dir=rtl] .tox-collection__item-accessory {
    margin-right: 16px;
    text-align: left;
  }
  .tox[dir=rtl] .tox-collection .tox-collection__item-caret {
    margin-right: 16px;
    transform: rotateY(180deg);
  }
  .tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
    margin-right: 4px;
  }
  .tox .tox-color-picker-container {
    display: flex;
    flex-direction: row;
    height: 225px;
    margin: 0;
  }
  .tox .tox-sv-palette {
    box-sizing: border-box;
    display: flex;
    height: 100%;
  }
  .tox .tox-sv-palette-spectrum {
    height: 100%;
  }
  .tox .tox-sv-palette,.tox .tox-sv-palette-spectrum {
    width: 225px;
  }
  .tox .tox-sv-palette-thumb {
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: content-box;
    height: 12px;
    position: absolute;
    width: 12px;
  }
  .tox .tox-sv-palette-inner-thumb {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    width: 10px;
  }
  .tox .tox-hue-slider {
    box-sizing: border-box;
    height: 100%;
    width: 25px;
  }
  .tox .tox-hue-slider-spectrum {
    background: linear-gradient(to bottom,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);
    height: 100%;
    width: 100%;
  }
  .tox .tox-hue-slider,.tox .tox-hue-slider-spectrum {
    width: 20px;
  }
  .tox .tox-hue-slider-thumb {
    background: #fff;
    border: 1px solid #000;
    box-sizing: content-box;
    height: 4px;
    width: 100%;
  }
  .tox .tox-rgb-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .tox .tox-rgb-form div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    width: inherit;
  }
  .tox .tox-rgb-form input {
    width: 6em;
  }
  .tox .tox-rgb-form input.tox-invalid {
    border: 1px solid red !important;
  }
  .tox .tox-rgb-form .tox-rgba-preview {
    border: 1px solid #000;
    flex-grow: 2;
    margin-bottom: 0;
  }
  .tox:not([dir=rtl]) .tox-sv-palette {
    margin-right: 15px;
  }
  .tox:not([dir=rtl]) .tox-hue-slider {
    margin-right: 15px;
  }
  .tox:not([dir=rtl]) .tox-hue-slider-thumb {
    margin-left: -1px;
  }
  .tox:not([dir=rtl]) .tox-rgb-form label {
    margin-right: .5em;
  }
  .tox[dir=rtl] .tox-sv-palette {
    margin-left: 15px;
  }
  .tox[dir=rtl] .tox-hue-slider {
    margin-left: 15px;
  }
  .tox[dir=rtl] .tox-hue-slider-thumb {
    margin-right: -1px;
  }
  .tox[dir=rtl] .tox-rgb-form label {
    margin-left: .5em;
  }
  .tox .tox-toolbar .tox-swatches,.tox .tox-toolbar__overflow .tox-swatches,.tox .tox-toolbar__primary .tox-swatches {
    margin: 2px 0 3px 4px;
  }
  .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
    border: 0;
    margin: -4px 0;
  }
  .tox .tox-swatches__row {
    display: flex;
  }
  .tox .tox-swatch {
    height: 30px;
    transition: transform .15s,box-shadow .15s;
    width: 30px;
  }
  .tox .tox-swatch:focus,.tox .tox-swatch:hover {
    box-shadow: 0 0 0 1px rgba(127,127,127,.3) inset;
    transform: scale(.8);
  }
  .tox .tox-swatch--remove {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .tox .tox-swatch--remove svg path {
    stroke: #e74c3c;
  }
  .tox .tox-swatches__picker-btn {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    outline: 0;
    padding: 0;
    width: 30px;
  }
  .tox .tox-swatches__picker-btn svg {
    height: 24px;
    width: 24px;
  }
  .tox .tox-swatches__picker-btn:hover {
    background: #dee0e2;
  }
  .tox:not([dir=rtl]) .tox-swatches__picker-btn {
    margin-left: auto;
  }
  .tox[dir=rtl] .tox-swatches__picker-btn {
    margin-right: auto;
  }
  .tox .tox-comment-thread {
    background: #fff;
    position: relative;
  }
  .tox .tox-comment-thread>:not(:first-child) {
    margin-top: 8px;
  }
  .tox .tox-comment {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(34,47,62,.1);
    padding: 8px 8px 16px 8px;
    position: relative;
  }
  .tox .tox-comment__header {
    align-items: center;
    color: #222f3e;
    display: flex;
    justify-content: space-between;
  }
  .tox .tox-comment__date {
    color: rgba(34,47,62,.7);
    font-size: 12px;
  }
  .tox .tox-comment__body {
    color: #222f3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 8px;
    position: relative;
    text-transform: initial;
  }
  .tox .tox-comment__body textarea {
    resize: none;
    white-space: normal;
    width: 100%;
  }
  .tox .tox-comment__expander {
    padding-top: 8px;
  }
  .tox .tox-comment__expander p {
    color: rgba(34,47,62,.7);
    font-size: 14px;
    font-style: normal;
  }
  .tox .tox-comment__body p {
    margin: 0;
  }
  .tox .tox-comment__buttonspacing {
    padding-top: 16px;
    text-align: center;
  }
  .tox .tox-comment-thread__overlay::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: flex;
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .tox .tox-comment__reply {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 8px;
  }
  .tox .tox-comment__reply>:first-child {
    margin-bottom: 8px;
    width: 100%;
  }
  .tox .tox-comment__edit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 16px;
  }
  .tox .tox-comment__gradient::after {
    background: linear-gradient(rgba(255,255,255,0),#fff);
    bottom: 0;
    content: "";
    display: block;
    height: 5em;
    margin-top: -40px;
    position: absolute;
    width: 100%;
  }
  .tox .tox-comment__overlay {
    background: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 5;
  }
  .tox .tox-comment__loading-text {
    align-items: center;
    color: #222f3e;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .tox .tox-comment__loading-text>div {
    padding-bottom: 16px;
  }
  .tox .tox-comment__overlaytext {
    bottom: 0;
    flex-direction: column;
    font-size: 14px;
    left: 0;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .tox .tox-comment__overlaytext p {
    background-color: #fff;
    box-shadow: 0 0 8px 8px #fff;
    color: #222f3e;
    text-align: center;
  }
  .tox .tox-comment__overlaytext div:nth-of-type(2) {
    font-size: .8em;
  }
  .tox .tox-comment__busy-spinner {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
  }
  .tox .tox-comment__scroll {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    overflow: auto;
  }
  .tox .tox-conversations {
    margin: 8px;
  }
  .tox:not([dir=rtl]) .tox-comment__edit {
    margin-left: 8px;
  }
  .tox:not([dir=rtl]) .tox-comment__buttonspacing>:last-child,.tox:not([dir=rtl]) .tox-comment__edit>:last-child,.tox:not([dir=rtl]) .tox-comment__reply>:last-child {
    margin-left: 8px;
  }
  .tox[dir=rtl] .tox-comment__edit {
    margin-right: 8px;
  }
  .tox[dir=rtl] .tox-comment__buttonspacing>:last-child,.tox[dir=rtl] .tox-comment__edit>:last-child,.tox[dir=rtl] .tox-comment__reply>:last-child {
    margin-right: 8px;
  }
  .tox .tox-user {
    align-items: center;
    display: flex;
  }
  .tox .tox-user__avatar svg {
    fill: rgba(34,47,62,.7);
  }
  .tox .tox-user__name {
    color: rgba(34,47,62,.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
  }
  .tox:not([dir=rtl]) .tox-user__avatar svg {
    margin-right: 8px;
  }
  .tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name {
    margin-left: 8px;
  }
  .tox[dir=rtl] .tox-user__avatar svg {
    margin-left: 8px;
  }
  .tox[dir=rtl] .tox-user__avatar+.tox-user__name {
    margin-right: 8px;
  }
  .tox .tox-dialog-wrap {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
  }
  .tox .tox-dialog-wrap__backdrop {
    background-color: rgba(255,255,255,.75);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .tox .tox-dialog-wrap__backdrop--opaque {
    background-color: #fff;
  }
  .tox .tox-dialog {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 16px 16px -10px rgba(34,47,62,.15),0 0 40px 1px rgba(34,47,62,.15);
    display: flex;
    flex-direction: column;
    max-height: 100%;
    max-width: 480px;
    overflow: hidden;
    position: relative;
    width: 95vw;
    z-index: 2;
  }
  @media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog {
      align-self: flex-start;
      margin: 8px auto;
      width: calc(100vw - 16px);
    }
  }
  .tox .tox-dialog-inline {
    z-index: 1100;
  }
  .tox .tox-dialog__header {
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    color: #222f3e;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 8px 16px 0 16px;
    position: relative;
  }
  .tox .tox-dialog__header .tox-button {
    z-index: 1;
  }
  .tox .tox-dialog__draghandle {
    cursor: grab;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .tox .tox-dialog__draghandle:active {
    cursor: grabbing;
  }
  .tox .tox-dialog__dismiss {
    margin-left: auto;
  }
  .tox .tox-dialog__title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
  }
  .tox .tox-dialog__body {
    color: #222f3e;
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    min-width: 0;
    text-align: left;
    text-transform: none;
  }
  @media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog__body {
      flex-direction: column;
    }
  }
  .tox .tox-dialog__body-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 16px 16px;
  }
  @media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
      flex-direction: row;
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      padding-bottom: 0;
    }
  }
  .tox .tox-dialog__body-nav-item {
    border-bottom: 2px solid transparent;
    color: rgba(34,47,62,.7);
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: none;
    white-space: nowrap;
  }
  .tox .tox-dialog__body-nav-item:focus {
    background-color: rgba(32,122,183,.1);
  }
  .tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid #207ab7;
    color: #207ab7;
  }
  .tox .tox-dialog__body-content {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
    max-height: 650px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px;
  }
  .tox .tox-dialog__body-content>* {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .tox .tox-dialog__body-content>:first-child {
    margin-top: 0;
  }
  .tox .tox-dialog__body-content>:last-child {
    margin-bottom: 0;
  }
  .tox .tox-dialog__body-content>:only-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .tox .tox-dialog__body-content a {
    color: #207ab7;
    cursor: pointer;
    text-decoration: none;
  }
  .tox .tox-dialog__body-content a:focus,.tox .tox-dialog__body-content a:hover {
    color: #185d8c;
    text-decoration: none;
  }
  .tox .tox-dialog__body-content a:active {
    color: #185d8c;
    text-decoration: none;
  }
  .tox .tox-dialog__body-content svg {
    fill: #222f3e;
  }
  .tox .tox-dialog__body-content ul {
    display: block;
    list-style-type: disc;
    margin-bottom: 16px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-padding-start: 2.5rem;
    padding-inline-start: 2.5rem;
  }
  .tox .tox-dialog__body-content .tox-form__group h1 {
    color: #222f3e;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 16px;
    margin-top: 2rem;
    text-transform: none;
  }
  .tox .tox-dialog__body-content .tox-form__group h2 {
    color: #222f3e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 16px;
    margin-top: 2rem;
    text-transform: none;
  }
  .tox .tox-dialog__body-content .tox-form__group p {
    margin-bottom: 16px;
  }
  .tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child {
    margin-top: 0;
  }
  .tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child {
    margin-bottom: 0;
  }
  .tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .tox .tox-dialog--width-lg {
    height: 650px;
    max-width: 1200px;
  }
  .tox .tox-dialog--width-md {
    max-width: 800px;
  }
  .tox .tox-dialog--width-md .tox-dialog__body-content {
    overflow: auto;
  }
  .tox .tox-dialog__body-content--centered {
    text-align: center;
  }
  .tox .tox-dialog__footer {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
  }
  .tox .tox-dialog__footer-end,.tox .tox-dialog__footer-start {
    display: flex;
  }
  .tox .tox-dialog__busy-spinner {
    align-items: center;
    background-color: rgba(255,255,255,.75);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .tox .tox-dialog__table {
    border-collapse: collapse;
    width: 100%;
  }
  .tox .tox-dialog__table thead th {
    font-weight: 700;
    padding-bottom: 8px;
  }
  .tox .tox-dialog__table tbody tr {
    border-bottom: 1px solid #ccc;
  }
  .tox .tox-dialog__table tbody tr:last-child {
    border-bottom: none;
  }
  .tox .tox-dialog__table td {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .tox .tox-dialog__popups {
    position: absolute;
    width: 100%;
    z-index: 1100;
  }
  .tox .tox-dialog__body-iframe {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-dialog__body-iframe .tox-navobj {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 100%;
  }
  .tox .tox-dialog-dock-fadeout {
    opacity: 0;
    visibility: hidden;
  }
  .tox .tox-dialog-dock-fadein {
    opacity: 1;
    visibility: visible;
  }
  .tox .tox-dialog-dock-transition {
    transition: visibility 0s linear .3s,opacity .3s ease;
  }
  .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
    transition-delay: 0s;
  }
  .tox.tox-platform-ie .tox-dialog-wrap {
    position: -ms-device-fixed;
  }
  @media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
      margin-right: 0;
    }
  }
  @media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
      margin-left: 8px;
    }
  }
  .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>* {
    margin-left: 8px;
  }
  .tox[dir=rtl] .tox-dialog__body {
    text-align: right;
  }
  @media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
      margin-left: 0;
    }
  }
  @media only screen and (max-width:767px) {
    body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
      margin-right: 8px;
    }
  }
  .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>* {
    margin-right: 8px;
  }
  body.tox-dialog__disable-scroll {
    overflow: hidden;
  }
  .tox .tox-dropzone-container {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-dropzone {
    align-items: center;
    background: #fff;
    border: 2px dashed #ccc;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-height: 100px;
    padding: 10px;
  }
  .tox .tox-dropzone p {
    color: rgba(34,47,62,.7);
    margin: 0 0 16px 0;
  }
  .tox .tox-edit-area {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    overflow: hidden;
    position: relative;
  }
  .tox .tox-edit-area__iframe {
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .tox.tox-inline-edit-area {
    border: 1px dotted #ccc;
  }
  .tox .tox-editor-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
  }
  .tox .tox-editor-header {
    z-index: 1;
  }
  .tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none;
    transition: box-shadow .5s;
  }
  .tox.tox-tinymce--toolbar-bottom .tox-editor-header,.tox.tox-tinymce-inline .tox-editor-header {
    margin-bottom: -1px;
  }
  .tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
    background-color: transparent;
    box-shadow: 0 4px 4px -3px rgba(0,0,0,.25);
  }
  .tox-editor-dock-fadeout {
    opacity: 0;
    visibility: hidden;
  }
  .tox-editor-dock-fadein {
    opacity: 1;
    visibility: visible;
  }
  .tox-editor-dock-transition {
    transition: visibility 0s linear .25s,opacity .25s ease;
  }
  .tox-editor-dock-transition.tox-editor-dock-fadein {
    transition-delay: 0s;
  }
  .tox .tox-control-wrap {
    flex: 1;
    position: relative;
  }
  .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
    display: none;
  }
  .tox .tox-control-wrap svg {
    display: block;
  }
  .tox .tox-control-wrap__status-icon-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .tox .tox-control-wrap__status-icon-invalid svg {
    fill: #c00;
  }
  .tox .tox-control-wrap__status-icon-unknown svg {
    fill: orange;
  }
  .tox .tox-control-wrap__status-icon-valid svg {
    fill: green;
  }
  .tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
    padding-right: 32px;
  }
  .tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
    right: 4px;
  }
  .tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
    padding-left: 32px;
  }
  .tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
    left: 4px;
  }
  .tox .tox-autocompleter {
    max-width: 25em;
  }
  .tox .tox-autocompleter .tox-menu {
    max-width: 25em;
  }
  .tox .tox-autocompleter .tox-autocompleter-highlight {
    font-weight: 700;
  }
  .tox .tox-color-input {
    display: flex;
    position: relative;
    z-index: 1;
  }
  .tox .tox-color-input .tox-textfield {
    z-index: -1;
  }
  .tox .tox-color-input span {
    border-color: rgba(34,47,62,.2);
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    height: 24px;
    position: absolute;
    top: 6px;
    width: 24px;
  }
  .tox .tox-color-input span:focus:not([aria-disabled=true]),.tox .tox-color-input span:hover:not([aria-disabled=true]) {
    border-color: #207ab7;
    cursor: pointer;
  }
  .tox .tox-color-input span::before {
    background-image: linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.25) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.25) 75%);
    background-position: 0 0,0 6px,6px -6px,-6px 0;
    background-size: 12px 12px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    content: '';
    height: 24px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 24px;
    z-index: -1;
  }
  .tox .tox-color-input span[aria-disabled=true] {
    cursor: not-allowed;
  }
  .tox:not([dir=rtl]) .tox-color-input .tox-textfield {
    padding-left: 36px;
  }
  .tox:not([dir=rtl]) .tox-color-input span {
    left: 6px;
  }
  .tox[dir=rtl] .tox-color-input .tox-textfield {
    padding-right: 36px;
  }
  .tox[dir=rtl] .tox-color-input span {
    right: 6px;
  }
  .tox .tox-label,.tox .tox-toolbar-label {
    color: rgba(34,47,62,.7);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 8px 0 0;
    text-transform: none;
    white-space: nowrap;
  }
  .tox .tox-toolbar-label {
    padding: 0 8px;
  }
  .tox[dir=rtl] .tox-label {
    padding: 0 0 0 8px;
  }
  .tox .tox-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-form__group {
    box-sizing: border-box;
    margin-bottom: 4px;
  }
  .tox .tox-form-group--maximize {
    flex: 1;
  }
  .tox .tox-form__group--error {
    color: #c00;
  }
  .tox .tox-form__group--collection {
    display: flex;
  }
  .tox .tox-form__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tox .tox-form__grid--2col>.tox-form__group {
    width: calc(50% - (8px / 2));
  }
  .tox .tox-form__grid--3col>.tox-form__group {
    width: calc(100% / 3 - (8px / 2));
  }
  .tox .tox-form__grid--4col>.tox-form__group {
    width: calc(25% - (8px / 2));
  }
  .tox .tox-form__controls-h-stack {
    align-items: center;
    display: flex;
  }
  .tox .tox-form__group--inline {
    align-items: center;
    display: flex;
  }
  .tox .tox-form__group--stretched {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-form__group--stretched .tox-textarea {
    flex: 1;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-form__group--stretched .tox-navobj {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 100%;
  }
  .tox:not([dir=rtl]) .tox-form__controls-h-stack>:not(:first-child) {
    margin-left: 4px;
  }
  .tox[dir=rtl] .tox-form__controls-h-stack>:not(:first-child) {
    margin-right: 4px;
  }
  .tox .tox-lock.tox-locked .tox-lock-icon__unlock,.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
    display: none;
  }
  .tox .tox-listboxfield .tox-listbox--select,.tox .tox-textarea,.tox .tox-textfield,.tox .tox-toolbar-textfield {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
  }
  .tox .tox-textarea[disabled],.tox .tox-textfield[disabled] {
    background-color: #f2f2f2;
    color: rgba(34,47,62,.85);
    cursor: not-allowed;
  }
  .tox .tox-listboxfield .tox-listbox--select:focus,.tox .tox-textarea:focus,.tox .tox-textfield:focus {
    background-color: #fff;
    border-color: #207ab7;
    box-shadow: none;
    outline: 0;
  }
  .tox .tox-toolbar-textfield {
    border-width: 0;
    margin-bottom: 3px;
    margin-top: 2px;
    max-width: 250px;
  }
  .tox .tox-naked-btn {
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: unset;
    color: #207ab7;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
  }
  .tox .tox-naked-btn svg {
    display: block;
    fill: #222f3e;
  }
  .tox:not([dir=rtl]) .tox-toolbar-textfield+* {
    margin-left: 4px;
  }
  .tox[dir=rtl] .tox-toolbar-textfield+* {
    margin-right: 4px;
  }
  .tox .tox-listboxfield {
    cursor: pointer;
    position: relative;
  }
  .tox .tox-listboxfield .tox-listbox--select[disabled] {
    background-color: #f2f2f2;
    color: rgba(34,47,62,.85);
    cursor: not-allowed;
  }
  .tox .tox-listbox__select-label {
    cursor: default;
    flex: 1;
    margin: 0 4px;
  }
  .tox .tox-listbox__select-chevron {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
  }
  .tox .tox-listbox__select-chevron svg {
    fill: #222f3e;
  }
  .tox .tox-listboxfield .tox-listbox--select {
    align-items: center;
    display: flex;
  }
  .tox:not([dir=rtl]) .tox-listboxfield svg {
    right: 8px;
  }
  .tox[dir=rtl] .tox-listboxfield svg {
    left: 8px;
  }
  .tox .tox-selectfield {
    cursor: pointer;
    position: relative;
  }
  .tox .tox-selectfield select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
  }
  .tox .tox-selectfield select[disabled] {
    background-color: #f2f2f2;
    color: rgba(34,47,62,.85);
    cursor: not-allowed;
  }
  .tox .tox-selectfield select::-ms-expand {
    display: none;
  }
  .tox .tox-selectfield select:focus {
    background-color: #fff;
    border-color: #207ab7;
    box-shadow: none;
    outline: 0;
  }
  .tox .tox-selectfield svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .tox:not([dir=rtl]) .tox-selectfield select[size="0"],.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
    padding-right: 24px;
  }
  .tox:not([dir=rtl]) .tox-selectfield svg {
    right: 8px;
  }
  .tox[dir=rtl] .tox-selectfield select[size="0"],.tox[dir=rtl] .tox-selectfield select[size="1"] {
    padding-left: 24px;
  }
  .tox[dir=rtl] .tox-selectfield svg {
    left: 8px;
  }
  .tox .tox-textarea {
    -webkit-appearance: textarea;
    -moz-appearance: textarea;
    appearance: textarea;
    white-space: pre-wrap;
  }
  .tox-fullscreen {
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0;
    touch-action: pinch-zoom;
    width: 100%;
  }
  .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
    display: none;
  }
  .tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1200;
  }
  .tox.tox-tinymce.tox-fullscreen {
    background-color: transparent;
  }
  .tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux {
    z-index: 1201;
  }
  .tox .tox-help__more-link {
    list-style: none;
    margin-top: 1em;
  }
  .tox .tox-image-tools {
    width: 100%;
  }
  .tox .tox-image-tools__toolbar {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .tox .tox-image-tools__image {
    background-color: #666;
    height: 380px;
    overflow: auto;
    position: relative;
    width: 100%;
  }
  .tox .tox-image-tools__image,.tox .tox-image-tools__image+.tox-image-tools__toolbar {
    margin-top: 8px;
  }
  .tox .tox-image-tools__image-bg {
    background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
  }
  .tox .tox-image-tools__toolbar>.tox-spacer {
    flex: 1;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-croprect-block {
    background: #000;
    opacity: .5;
    position: absolute;
    zoom: 1;
  }
  .tox .tox-croprect-handle {
    border: 2px solid #fff;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
  }
  .tox .tox-croprect-handle-move {
    border: 0;
    cursor: move;
    position: absolute;
  }
  .tox .tox-croprect-handle-nw {
    border-width: 2px 0 0 2px;
    cursor: nw-resize;
    left: 100px;
    margin: -2px 0 0 -2px;
    top: 100px;
  }
  .tox .tox-croprect-handle-ne {
    border-width: 2px 2px 0 0;
    cursor: ne-resize;
    left: 200px;
    margin: -2px 0 0 -20px;
    top: 100px;
  }
  .tox .tox-croprect-handle-sw {
    border-width: 0 0 2px 2px;
    cursor: sw-resize;
    left: 100px;
    margin: -20px 2px 0 -2px;
    top: 200px;
  }
  .tox .tox-croprect-handle-se {
    border-width: 0 2px 2px 0;
    cursor: se-resize;
    left: 200px;
    margin: -20px 0 0 -20px;
    top: 200px;
  }
  .tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-slider:not(:first-of-type) {
    margin-left: 8px;
  }
  .tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-button+.tox-slider {
    margin-left: 32px;
  }
  .tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-slider+.tox-button {
    margin-left: 32px;
  }
  .tox[dir=rtl] .tox-image-tools__toolbar>.tox-slider:not(:first-of-type) {
    margin-right: 8px;
  }
  .tox[dir=rtl] .tox-image-tools__toolbar>.tox-button+.tox-slider {
    margin-right: 32px;
  }
  .tox[dir=rtl] .tox-image-tools__toolbar>.tox-slider+.tox-button {
    margin-right: 32px;
  }
  .tox .tox-insert-table-picker {
    display: flex;
    flex-wrap: wrap;
    width: 170px;
  }
  .tox .tox-insert-table-picker>div {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    height: 17px;
    width: 17px;
  }
  .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
    margin: -4px 0;
  }
  .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    background-color: rgba(32,122,183,.5);
    border-color: rgba(32,122,183,.5);
  }
  .tox .tox-insert-table-picker__label {
    color: rgba(34,47,62,.7);
    display: block;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    width: 100%;
  }
  .tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n) {
    border-right: 0;
  }
  .tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1) {
    border-right: 0;
  }
  .tox .tox-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(34,47,62,.1);
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    z-index: 1150;
  }
  .tox .tox-menu.tox-collection.tox-collection--list {
    padding: 0;
  }
  .tox .tox-menu.tox-collection.tox-collection--toolbar {
    padding: 4px;
  }
  .tox .tox-menu.tox-collection.tox-collection--grid {
    padding: 4px;
  }
  .tox .tox-menu__label blockquote,.tox .tox-menu__label code,.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p {
    margin: 0;
  }
  .tox .tox-menubar {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 4px 0 4px;
  }
  .tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
    border-top: 1px solid #ccc;
  }
  .tox .tox-mbtn {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222f3e;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 34px;
    justify-content: center;
    margin: 2px 0 3px 0;
    outline: 0;
    overflow: hidden;
    padding: 0 4px;
    text-transform: none;
    width: auto;
  }
  .tox .tox-mbtn[disabled] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: rgba(34,47,62,.5);
    cursor: not-allowed;
  }
  .tox .tox-mbtn:focus:not(:disabled) {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-mbtn--active {
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-mbtn__select-label {
    cursor: default;
    font-weight: 400;
    margin: 0 4px;
  }
  .tox .tox-mbtn[disabled] .tox-mbtn__select-label {
    cursor: not-allowed;
  }
  .tox .tox-mbtn__select-chevron {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
    display: none;
  }
  .tox .tox-notification {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    font-size: 14px;
    font-weight: 400;
    -ms-grid-columns: minmax(40px,1fr) auto minmax(40px,1fr);
    grid-template-columns: minmax(40px,1fr) auto minmax(40px,1fr);
    margin-top: 4px;
    opacity: 0;
    padding: 4px;
    transition: transform .1s ease-in,opacity 150ms ease-in;
  }
  .tox .tox-notification p {
    font-size: 14px;
    font-weight: 400;
  }
  .tox .tox-notification a {
    cursor: pointer;
    text-decoration: underline;
  }
  .tox .tox-notification--in {
    opacity: 1;
  }
  .tox .tox-notification--success {
    background-color: #e4eeda;
    border-color: #d7e6c8;
    color: #222f3e;
  }
  .tox .tox-notification--success p {
    color: #222f3e;
  }
  .tox .tox-notification--success a {
    color: #547831;
  }
  .tox .tox-notification--success svg {
    fill: #222f3e;
  }
  .tox .tox-notification--error {
    background-color: #f8dede;
    border-color: #f2bfbf;
    color: #222f3e;
  }
  .tox .tox-notification--error p {
    color: #222f3e;
  }
  .tox .tox-notification--error a {
    color: #c00;
  }
  .tox .tox-notification--error svg {
    fill: #222f3e;
  }
  .tox .tox-notification--warn,.tox .tox-notification--warning {
    background-color: #fffaea;
    border-color: #ffe89d;
    color: #222f3e;
  }
  .tox .tox-notification--warn p,.tox .tox-notification--warning p {
    color: #222f3e;
  }
  .tox .tox-notification--warn a,.tox .tox-notification--warning a {
    color: #222f3e;
  }
  .tox .tox-notification--warn svg,.tox .tox-notification--warning svg {
    fill: #222f3e;
  }
  .tox .tox-notification--info {
    background-color: #d9edf7;
    border-color: #779ecb;
    color: #222f3e;
  }
  .tox .tox-notification--info p {
    color: #222f3e;
  }
  .tox .tox-notification--info a {
    color: #222f3e;
  }
  .tox .tox-notification--info svg {
    fill: #222f3e;
  }
  .tox .tox-notification__body {
    -ms-grid-row-align: center;
    align-self: center;
    color: #222f3e;
    font-size: 14px;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    text-align: center;
    white-space: normal;
    word-break: break-all;
    word-break: break-word;
  }
  .tox .tox-notification__body>* {
    margin: 0;
  }
  .tox .tox-notification__body>*+* {
    margin-top: 1rem;
  }
  .tox .tox-notification__icon {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  .tox .tox-notification__icon svg {
    display: block;
  }
  .tox .tox-notification__dismiss {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  .tox .tox-notification .tox-progress-bar {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .tox .tox-pop {
    display: inline-block;
    position: relative;
  }
  .tox .tox-pop--resizing {
    transition: width .1s ease;
  }
  .tox .tox-pop--resizing .tox-toolbar,.tox .tox-pop--resizing .tox-toolbar__group {
    flex-wrap: nowrap;
  }
  .tox .tox-pop--transition {
    transition: .15s ease;
    transition-property: left,right,top,bottom;
  }
  .tox .tox-pop--transition::after,.tox .tox-pop--transition::before {
    transition: all .15s,visibility 0s,opacity 75ms ease 75ms;
  }
  .tox .tox-pop__dialog {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    min-width: 0;
    overflow: hidden;
  }
  .tox .tox-pop__dialog>:not(.tox-toolbar) {
    margin: 4px 4px 4px 8px;
  }
  .tox .tox-pop__dialog .tox-toolbar {
    background-color: transparent;
    margin-bottom: -1px;
  }
  .tox .tox-pop::after,.tox .tox-pop::before {
    border-style: solid;
    content: '';
    display: block;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
  }
  .tox .tox-pop.tox-pop--inset::after,.tox .tox-pop.tox-pop--inset::before {
    opacity: 0;
    transition: all 0s .15s,visibility 0s,opacity 75ms ease;
  }
  .tox .tox-pop.tox-pop--bottom::after,.tox .tox-pop.tox-pop--bottom::before {
    left: 50%;
    top: 100%;
  }
  .tox .tox-pop.tox-pop--bottom::after {
    border-color: #fff transparent transparent transparent;
    border-width: 8px;
    margin-left: -8px;
    margin-top: -1px;
  }
  .tox .tox-pop.tox-pop--bottom::before {
    border-color: #ccc transparent transparent transparent;
    border-width: 9px;
    margin-left: -9px;
  }
  .tox .tox-pop.tox-pop--top::after,.tox .tox-pop.tox-pop--top::before {
    left: 50%;
    top: 0;
    transform: translateY(-100%);
  }
  .tox .tox-pop.tox-pop--top::after {
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
    margin-left: -8px;
    margin-top: 1px;
  }
  .tox .tox-pop.tox-pop--top::before {
    border-color: transparent transparent #ccc transparent;
    border-width: 9px;
    margin-left: -9px;
  }
  .tox .tox-pop.tox-pop--left::after,.tox .tox-pop.tox-pop--left::before {
    left: 0;
    top: calc(50% - 1px);
    transform: translateY(-50%);
  }
  .tox .tox-pop.tox-pop--left::after {
    border-color: transparent #fff transparent transparent;
    border-width: 8px;
    margin-left: -15px;
  }
  .tox .tox-pop.tox-pop--left::before {
    border-color: transparent #ccc transparent transparent;
    border-width: 10px;
    margin-left: -19px;
  }
  .tox .tox-pop.tox-pop--right::after,.tox .tox-pop.tox-pop--right::before {
    left: 100%;
    top: calc(50% + 1px);
    transform: translateY(-50%);
  }
  .tox .tox-pop.tox-pop--right::after {
    border-color: transparent transparent transparent #fff;
    border-width: 8px;
    margin-left: -1px;
  }
  .tox .tox-pop.tox-pop--right::before {
    border-color: transparent transparent transparent #ccc;
    border-width: 10px;
    margin-left: -1px;
  }
  .tox .tox-pop.tox-pop--align-left::after,.tox .tox-pop.tox-pop--align-left::before {
    left: 20px;
  }
  .tox .tox-pop.tox-pop--align-right::after,.tox .tox-pop.tox-pop--align-right::before {
    left: calc(100% - 20px);
  }
  .tox .tox-sidebar-wrap {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    min-height: 0;
  }
  .tox .tox-sidebar {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .tox .tox-sidebar__slider {
    display: flex;
    overflow: hidden;
  }
  .tox .tox-sidebar__pane-container {
    display: flex;
  }
  .tox .tox-sidebar__pane {
    display: flex;
  }
  .tox .tox-sidebar--sliding-closed {
    opacity: 0;
  }
  .tox .tox-sidebar--sliding-open {
    opacity: 1;
  }
  .tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking {
    transition: width .5s ease,opacity .5s ease;
  }
  .tox .tox-selector {
    background-color: #4099ff;
    border-color: #4099ff;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    height: 10px;
    position: absolute;
    width: 10px;
  }
  .tox.tox-platform-touch .tox-selector {
    height: 12px;
    width: 12px;
  }
  .tox .tox-slider {
    align-items: center;
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    height: 24px;
    justify-content: center;
    position: relative;
  }
  .tox .tox-slider__rail {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 10px;
    min-width: 120px;
    width: 100%;
  }
  .tox .tox-slider__handle {
    background-color: #207ab7;
    border: 2px solid #185d8c;
    border-radius: 3px;
    box-shadow: none;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
  }
  .tox .tox-source-code {
    overflow: auto;
  }
  .tox .tox-spinner {
    display: flex;
  }
  .tox .tox-spinner>div {
    animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
    background-color: rgba(34,47,62,.7);
    border-radius: 100%;
    height: 8px;
    width: 8px;
  }
  .tox .tox-spinner>div:nth-child(1) {
    animation-delay: -.32s;
  }
  .tox .tox-spinner>div:nth-child(2) {
    animation-delay: -.16s;
  }
  @keyframes tam-bouncing-dots {
    0%,100%,80% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
  }
  .tox:not([dir=rtl]) .tox-spinner>div:not(:first-child) {
    margin-left: 4px;
  }
  .tox[dir=rtl] .tox-spinner>div:not(:first-child) {
    margin-right: 4px;
  }
  .tox .tox-statusbar {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    color: rgba(34,47,62,.7);
    display: flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
  }
  .tox .tox-statusbar__text-container {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    overflow: hidden;
  }
  .tox .tox-statusbar__path {
    display: flex;
    flex: 1 1 auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tox .tox-statusbar__path>* {
    display: inline;
    white-space: nowrap;
  }
  .tox .tox-statusbar__wordcount {
    flex: 0 0 auto;
    margin-left: 1ch;
  }
  .tox .tox-statusbar a,.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount {
    color: rgba(34,47,62,.7);
    text-decoration: none;
  }
  .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]) {
    cursor: pointer;
    text-decoration: underline;
  }
  .tox .tox-statusbar__resize-handle {
    align-items: flex-end;
    align-self: stretch;
    cursor: nwse-resize;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: -8px;
    padding-left: 1ch;
  }
  .tox .tox-statusbar__resize-handle svg {
    display: block;
    fill: rgba(34,47,62,.7);
  }
  .tox .tox-statusbar__resize-handle:focus svg {
    background-color: #dee0e2;
    border-radius: 1px;
    box-shadow: 0 0 0 2px #dee0e2;
  }
  .tox:not([dir=rtl]) .tox-statusbar__path>* {
    margin-right: 4px;
  }
  .tox:not([dir=rtl]) .tox-statusbar__branding {
    margin-left: 1ch;
  }
  .tox[dir=rtl] .tox-statusbar {
    flex-direction: row-reverse;
  }
  .tox[dir=rtl] .tox-statusbar__path>* {
    margin-left: 4px;
  }
  .tox .tox-throbber {
    z-index: 1299;
  }
  .tox .tox-throbber__busy-spinner {
    align-items: center;
    background-color: rgba(255,255,255,.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .tox .tox-tbtn {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222f3e;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 34px;
    justify-content: center;
    margin: 2px 0 3px 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    text-transform: none;
    width: 34px;
  }
  .tox .tox-tbtn svg {
    display: block;
    fill: #222f3e;
  }
  .tox .tox-tbtn.tox-tbtn-more {
    padding-left: 5px;
    padding-right: 5px;
    width: inherit;
  }
  .tox .tox-tbtn:focus {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
  }
  .tox .tox-tbtn:hover {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-tbtn:hover svg {
    fill: #222f3e;
  }
  .tox .tox-tbtn:active {
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-tbtn:active svg {
    fill: #222f3e;
  }
  .tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: rgba(34,47,62,.5);
    cursor: not-allowed;
  }
  .tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg {
    fill: rgba(34,47,62,.5);
  }
  .tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover {
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-tbtn--enabled:hover>*,.tox .tox-tbtn--enabled>* {
    transform: none;
  }
  .tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:hover svg {
    fill: #222f3e;
  }
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    color: #222f3e;
  }
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
    fill: #222f3e;
  }
  .tox .tox-tbtn:active>* {
    transform: none;
  }
  .tox .tox-tbtn--md {
    height: 51px;
    width: 51px;
  }
  .tox .tox-tbtn--lg {
    flex-direction: column;
    height: 68px;
    width: 68px;
  }
  .tox .tox-tbtn--return {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: unset;
    width: 16px;
  }
  .tox .tox-tbtn--labeled {
    padding: 0 4px;
    width: unset;
  }
  .tox .tox-tbtn__vlabel {
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -.025em;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  .tox .tox-tbtn--select {
    margin: 2px 0 3px 0;
    padding: 0 4px;
    width: auto;
  }
  .tox .tox-tbtn__select-label {
    cursor: default;
    font-weight: 400;
    margin: 0 4px;
  }
  .tox .tox-tbtn__select-chevron {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 16px;
  }
  .tox .tox-tbtn__select-chevron svg {
    fill: rgba(34,47,62,.5);
  }
  .tox .tox-tbtn--bespoke .tox-tbtn__select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 7em;
  }
  .tox .tox-split-button {
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    margin: 2px 0 3px 0;
    overflow: hidden;
  }
  .tox .tox-split-button:hover {
    box-shadow: 0 0 0 1px #dee0e2 inset;
  }
  .tox .tox-split-button:focus {
    background: #dee0e2;
    box-shadow: none;
    color: #222f3e;
  }
  .tox .tox-split-button>* {
    border-radius: 0;
  }
  .tox .tox-split-button__chevron {
    width: 16px;
  }
  .tox .tox-split-button__chevron svg {
    fill: rgba(34,47,62,.5);
  }
  .tox .tox-split-button .tox-tbtn {
    margin: 0;
  }
  .tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
    width: 30px;
  }
  .tox.tox-platform-touch .tox-split-button__chevron {
    width: 20px;
  }
  .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,.tox .tox-split-button.tox-tbtn--disabled:focus,.tox .tox-split-button.tox-tbtn--disabled:hover {
    background: 0 0;
    box-shadow: none;
    color: rgba(34,47,62,.5);
  }
  .tox .tox-toolbar-overlord {
    background-color: #fff;
  }
  .tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 0;
  }
  .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
    height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    visibility: hidden;
  }
  .tox .tox-toolbar__overflow--growing {
    transition: height .3s ease,opacity .2s linear .1s;
  }
  .tox .tox-toolbar__overflow--shrinking {
    transition: opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s;
  }
  .tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord .tox-toolbar__primary {
    border-top: 1px solid #ccc;
    margin-top: -1px;
  }
  .tox .tox-toolbar--scrolling {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .tox .tox-pop .tox-toolbar {
    border-width: 0;
  }
  .tox .tox-toolbar--no-divider {
    background-image: none;
  }
  .tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary,.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child {
    border-top: 1px solid #ccc;
  }
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
  }
  .tox .tox-toolbar__group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 0 4px 0 4px;
  }
  .tox .tox-toolbar__group--pull-right {
    margin-left: auto;
  }
  .tox .tox-toolbar--scrolling .tox-toolbar__group {
    flex-shrink: 0;
    flex-wrap: nowrap;
  }
  .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #ccc;
  }
  .tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
    border-left: 1px solid #ccc;
  }
  .tox .tox-tooltip {
    display: inline-block;
    padding: 8px;
    position: relative;
  }
  .tox .tox-tooltip__body {
    background-color: #222f3e;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(34,47,62,.3);
    color: rgba(255,255,255,.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 8px;
    text-transform: none;
  }
  .tox .tox-tooltip__arrow {
    position: absolute;
  }
  .tox .tox-tooltip--down .tox-tooltip__arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #222f3e;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .tox .tox-tooltip--up .tox-tooltip__arrow {
    border-bottom: 8px solid #222f3e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  .tox .tox-tooltip--right .tox-tooltip__arrow {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #222f3e;
    border-top: 8px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .tox .tox-tooltip--left .tox-tooltip__arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #222f3e;
    border-top: 8px solid transparent;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .tox .tox-well {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
  }
  .tox .tox-well>:first-child {
    margin-top: 0;
  }
  .tox .tox-well>:last-child {
    margin-bottom: 0;
  }
  .tox .tox-well>:only-child {
    margin: 0;
  }
  .tox .tox-custom-editor {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    flex: 1;
    position: relative;
  }
  .tox .tox-dialog-loading::before {
    background-color: rgba(0,0,0,.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
  .tox .tox-tab {
    cursor: pointer;
  }
  .tox .tox-dialog__content-js {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-dialog__body-content .tox-collection {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
  }
  .tox .tox-image-tools-edit-panel {
    height: 60px;
  }
  .tox .tox-image-tools__sidebar {
    height: 60px;
  }
}
@layer utilities {
  .mce-content-body .mce-item-anchor {
    background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
    cursor: default;
    display: inline-block;
    height: 12px !important;
    padding: 0 2px;
    -webkit-user-modify: read-only;
    -moz-user-modify: read-only;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    width: 8px !important;
  }
  .mce-content-body .mce-item-anchor[data-mce-selected] {
    outline-offset: 1px;
  }
  .tox-comments-visible .tox-comment {
    background-color: #fff0b7;
  }
  .tox-comments-visible .tox-comment--active {
    background-color: #ffe168;
  }
  .tox-checklist>li:not(.tox-checklist--hidden) {
    list-style: none;
    margin: .25em 0;
  }
  .tox-checklist>li:not(.tox-checklist--hidden)::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
    cursor: pointer;
    height: 1em;
    margin-left: -1.5em;
    margin-top: .125em;
    position: absolute;
    width: 1em;
  }
  .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  }
  [dir=rtl] .tox-checklist>li:not(.tox-checklist--hidden)::before {
    margin-left: 0;
    margin-right: -1.5em;
  }
  code[class*=language-],pre[class*=language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
  }
  code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc;
  }
  @media print {
    code[class*=language-],pre[class*=language-] {
      text-shadow: none;
    }
  }
  pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
  }
  :not(pre)>code[class*=language-],pre[class*=language-] {
    background: #f5f2f0;
  }
  :not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
  }
  .token.cdata,.token.comment,.token.doctype,.token.prolog {
    color: #708090;
  }
  .token.punctuation {
    color: #999;
  }
  .namespace {
    opacity: .7;
  }
  .token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
    color: #905;
  }
  .token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
    color: #690;
  }
  .language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
    color: #9a6e3a;
    background: hsla(0,0%,100%,.5);
  }
  .token.atrule,.token.attr-value,.token.keyword {
    color: #07a;
  }
  .token.class-name,.token.function {
    color: #dd4a68;
  }
  .token.important,.token.regex,.token.variable {
    color: #e90;
  }
  .token.bold,.token.important {
    font-weight: 700;
  }
  .token.italic {
    font-style: italic;
  }
  .token.entity {
    cursor: help;
  }
  .mce-content-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .mce-content-body .mce-visual-caret {
    background-color: #000;
    background-color: currentColor;
    position: absolute;
  }
  .mce-content-body .mce-visual-caret-hidden {
    display: none;
  }
  .mce-content-body [data-mce-caret] {
    left: -1000px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
  }
  .mce-content-body .mce-offscreen-selection {
    left: -2000000px;
    max-width: 1000000px;
    position: absolute;
  }
  .mce-content-body [contentEditable=false] {
    cursor: default;
  }
  .mce-content-body [contentEditable=true] {
    cursor: text;
  }
  .tox-cursor-format-painter {
    cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"),default;
  }
  .mce-content-body figure.align-left {
    float: left;
  }
  .mce-content-body figure.align-right {
    float: right;
  }
  .mce-content-body figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .mce-preview-object {
    border: 1px solid gray;
    display: inline-block;
    line-height: 0;
    margin: 0 2px 0 2px;
    position: relative;
  }
  .mce-preview-object .mce-shim {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mce-preview-object[data-mce-selected="2"] .mce-shim {
    display: none;
  }
  .mce-object {
    background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
    border: 1px dashed #aaa;
  }
  .mce-pagebreak {
    border: 1px dashed #aaa;
    cursor: default;
    display: block;
    height: 5px;
    margin-top: 15px;
    page-break-before: always;
    width: 100%;
  }
  @media print {
    .mce-pagebreak {
      border: 0;
    }
  }
  .tiny-pageembed .mce-shim {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .tiny-pageembed[data-mce-selected="2"] .mce-shim {
    display: none;
  }
  .tiny-pageembed {
    display: inline-block;
    position: relative;
  }
  .tiny-pageembed--16by9,.tiny-pageembed--1by1,.tiny-pageembed--21by9,.tiny-pageembed--4by3 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .tiny-pageembed--21by9 {
    padding-top: 42.857143%;
  }
  .tiny-pageembed--16by9 {
    padding-top: 56.25%;
  }
  .tiny-pageembed--4by3 {
    padding-top: 75%;
  }
  .tiny-pageembed--1by1 {
    padding-top: 100%;
  }
  .tiny-pageembed--16by9 iframe,.tiny-pageembed--1by1 iframe,.tiny-pageembed--21by9 iframe,.tiny-pageembed--4by3 iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mce-content-body[data-mce-placeholder] {
    position: relative;
  }
  .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: rgba(34,47,62,.7);
    content: attr(data-mce-placeholder);
    position: absolute;
  }
  .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
    left: 1px;
  }
  .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
    right: 1px;
  }
  .mce-content-body div.mce-resizehandle {
    background-color: #4099ff;
    border-color: #4099ff;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 1298;
  }
  .mce-content-body div.mce-resizehandle:hover {
    background-color: #4099ff;
  }
  .mce-content-body div.mce-resizehandle:nth-of-type(1) {
    cursor: nwse-resize;
  }
  .mce-content-body div.mce-resizehandle:nth-of-type(2) {
    cursor: nesw-resize;
  }
  .mce-content-body div.mce-resizehandle:nth-of-type(3) {
    cursor: nwse-resize;
  }
  .mce-content-body div.mce-resizehandle:nth-of-type(4) {
    cursor: nesw-resize;
  }
  .mce-content-body .mce-resize-backdrop {
    z-index: 10000;
  }
  .mce-content-body .mce-clonedresizable {
    cursor: default;
    opacity: .5;
    outline: 1px dashed #000;
    position: absolute;
    z-index: 10001;
  }
  .mce-content-body .mce-clonedresizable.mce-resizetable-columns td,.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
    border: 0;
  }
  .mce-content-body .mce-resize-helper {
    background: #555;
    background: rgba(0,0,0,.75);
    border: 1px;
    border-radius: 3px;
    color: #fff;
    display: none;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 10px;
    padding: 5px;
    position: absolute;
    white-space: nowrap;
    z-index: 10002;
  }
  .tox-rtc-user-selection {
    position: relative;
  }
  .tox-rtc-user-cursor {
    bottom: 0;
    cursor: default;
    position: absolute;
    top: 0;
    width: 2px;
  }
  .tox-rtc-user-cursor::before {
    background-color: inherit;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 8px;
  }
  .tox-rtc-user-cursor:hover::after {
    background-color: inherit;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    content: attr(data-user);
    display: block;
    font-size: 12px;
    font-weight: 700;
    left: -5px;
    min-height: 8px;
    min-width: 8px;
    padding: 0 12px;
    position: absolute;
    top: -11px;
    white-space: nowrap;
    z-index: 1000;
  }
  .tox-rtc-user-selection--1 .tox-rtc-user-cursor {
    background-color: #2dc26b;
  }
  .tox-rtc-user-selection--2 .tox-rtc-user-cursor {
    background-color: #e03e2d;
  }
  .tox-rtc-user-selection--3 .tox-rtc-user-cursor {
    background-color: #f1c40f;
  }
  .tox-rtc-user-selection--4 .tox-rtc-user-cursor {
    background-color: #3598db;
  }
  .tox-rtc-user-selection--5 .tox-rtc-user-cursor {
    background-color: #b96ad9;
  }
  .tox-rtc-user-selection--6 .tox-rtc-user-cursor {
    background-color: #e67e23;
  }
  .tox-rtc-user-selection--7 .tox-rtc-user-cursor {
    background-color: #aaa69d;
  }
  .tox-rtc-user-selection--8 .tox-rtc-user-cursor {
    background-color: #f368e0;
  }
  .tox-rtc-remote-image {
    background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
    border: 1px solid #ccc;
    min-height: 240px;
    min-width: 320px;
  }
  .mce-match-marker {
    background: #aaa;
    color: #fff;
  }
  .mce-match-marker-selected {
    background: #39f;
    color: #fff;
  }
  .mce-match-marker-selected::-moz-selection {
    background: #39f;
    color: #fff;
  }
  .mce-match-marker-selected::selection {
    background: #39f;
    color: #fff;
  }
  .mce-content-body audio[data-mce-selected],.mce-content-body embed[data-mce-selected],.mce-content-body img[data-mce-selected],.mce-content-body object[data-mce-selected],.mce-content-body table[data-mce-selected],.mce-content-body video[data-mce-selected] {
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body hr[data-mce-selected] {
    outline: 3px solid #b4d7ff;
    outline-offset: 1px;
  }
  .mce-content-body [contentEditable=false] [contentEditable=true]:focus {
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body [contentEditable=false] [contentEditable=true]:hover {
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body [contentEditable=false][data-mce-selected] {
    cursor: not-allowed;
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body.mce-content-readonly [contentEditable=true]:focus,.mce-content-body.mce-content-readonly [contentEditable=true]:hover {
    outline: 0;
  }
  .mce-content-body [data-mce-selected=inline-boundary] {
    background-color: #b4d7ff;
  }
  .mce-content-body .mce-edit-focus {
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body td[data-mce-selected],.mce-content-body th[data-mce-selected] {
    position: relative;
  }
  .mce-content-body td[data-mce-selected]::-moz-selection,.mce-content-body th[data-mce-selected]::-moz-selection {
    background: 0 0;
  }
  .mce-content-body td[data-mce-selected]::selection,.mce-content-body th[data-mce-selected]::selection {
    background: 0 0;
  }
  .mce-content-body td[data-mce-selected] *,.mce-content-body th[data-mce-selected] * {
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .mce-content-body td[data-mce-selected]::after,.mce-content-body th[data-mce-selected]::after {
    background-color: rgba(180,215,255,.7);
    border: 1px solid rgba(180,215,255,.7);
    bottom: -1px;
    content: '';
    left: -1px;
    mix-blend-mode: multiply;
    position: absolute;
    right: -1px;
    top: -1px;
  }
  @media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .mce-content-body td[data-mce-selected]::after,.mce-content-body th[data-mce-selected]::after {
      border-color: rgba(0,84,180,.7);
    }
  }
  .mce-content-body img::-moz-selection {
    background: 0 0;
  }
  .mce-content-body img::selection {
    background: 0 0;
  }
  .ephox-snooker-resizer-bar {
    background-color: #b4d7ff;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ephox-snooker-resizer-cols {
    cursor: col-resize;
  }
  .ephox-snooker-resizer-rows {
    cursor: row-resize;
  }
  .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
    opacity: 1;
  }
  .mce-spellchecker-word {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
    background-position: 0 calc(100% + 1px);
    background-repeat: repeat-x;
    background-size: auto 6px;
    cursor: default;
    height: 2rem;
  }
  .mce-spellchecker-grammar {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
    background-position: 0 calc(100% + 1px);
    background-repeat: repeat-x;
    background-size: auto 6px;
    cursor: default;
  }
  .mce-toc {
    border: 1px solid gray;
  }
  .mce-toc h2 {
    margin: 4px;
  }
  .mce-toc li {
    list-style-type: none;
  }
  .mce-item-table:not([border]),.mce-item-table:not([border]) caption,.mce-item-table:not([border]) td,.mce-item-table:not([border]) th,.mce-item-table[border="0"],.mce-item-table[border="0"] caption,.mce-item-table[border="0"] td,.mce-item-table[border="0"] th,table[style*="border-width: 0px"],table[style*="border-width: 0px"] caption,table[style*="border-width: 0px"] td,table[style*="border-width: 0px"] th {
    border: 1px dashed #bbb;
  }
  .mce-visualblocks address,.mce-visualblocks article,.mce-visualblocks aside,.mce-visualblocks blockquote,.mce-visualblocks div:not([data-mce-bogus]),.mce-visualblocks dl,.mce-visualblocks figcaption,.mce-visualblocks figure,.mce-visualblocks h1,.mce-visualblocks h2,.mce-visualblocks h3,.mce-visualblocks h4,.mce-visualblocks h5,.mce-visualblocks h6,.mce-visualblocks hgroup,.mce-visualblocks ol,.mce-visualblocks p,.mce-visualblocks pre,.mce-visualblocks section,.mce-visualblocks ul {
    background-repeat: no-repeat;
    border: 1px dashed #bbb;
    margin-left: 3px;
    padding-top: 10px;
  }
  .mce-visualblocks p {
    background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
  }
  .mce-visualblocks h1 {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
  }
  .mce-visualblocks h2 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
  }
  .mce-visualblocks h3 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
  }
  .mce-visualblocks h4 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
  }
  .mce-visualblocks h5 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
  }
  .mce-visualblocks h6 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
  }
  .mce-visualblocks div:not([data-mce-bogus]) {
    background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
  }
  .mce-visualblocks section {
    background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
  }
  .mce-visualblocks article {
    background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
  }
  .mce-visualblocks blockquote {
    background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
  }
  .mce-visualblocks address {
    background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
  }
  .mce-visualblocks pre {
    background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
  }
  .mce-visualblocks figure {
    background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
  }
  .mce-visualblocks figcaption {
    border: 1px dashed #bbb;
  }
  .mce-visualblocks hgroup {
    background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
  }
  .mce-visualblocks aside {
    background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
  }
  .mce-visualblocks ul {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
  }
  .mce-visualblocks ol {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
  }
  .mce-visualblocks dl {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
  }
  .mce-visualblocks:not([dir=rtl]) address,.mce-visualblocks:not([dir=rtl]) article,.mce-visualblocks:not([dir=rtl]) aside,.mce-visualblocks:not([dir=rtl]) blockquote,.mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),.mce-visualblocks:not([dir=rtl]) dl,.mce-visualblocks:not([dir=rtl]) figcaption,.mce-visualblocks:not([dir=rtl]) figure,.mce-visualblocks:not([dir=rtl]) h1,.mce-visualblocks:not([dir=rtl]) h2,.mce-visualblocks:not([dir=rtl]) h3,.mce-visualblocks:not([dir=rtl]) h4,.mce-visualblocks:not([dir=rtl]) h5,.mce-visualblocks:not([dir=rtl]) h6,.mce-visualblocks:not([dir=rtl]) hgroup,.mce-visualblocks:not([dir=rtl]) ol,.mce-visualblocks:not([dir=rtl]) p,.mce-visualblocks:not([dir=rtl]) pre,.mce-visualblocks:not([dir=rtl]) section,.mce-visualblocks:not([dir=rtl]) ul {
    margin-left: 3px;
  }
  .mce-visualblocks[dir=rtl] address,.mce-visualblocks[dir=rtl] article,.mce-visualblocks[dir=rtl] aside,.mce-visualblocks[dir=rtl] blockquote,.mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),.mce-visualblocks[dir=rtl] dl,.mce-visualblocks[dir=rtl] figcaption,.mce-visualblocks[dir=rtl] figure,.mce-visualblocks[dir=rtl] h1,.mce-visualblocks[dir=rtl] h2,.mce-visualblocks[dir=rtl] h3,.mce-visualblocks[dir=rtl] h4,.mce-visualblocks[dir=rtl] h5,.mce-visualblocks[dir=rtl] h6,.mce-visualblocks[dir=rtl] hgroup,.mce-visualblocks[dir=rtl] ol,.mce-visualblocks[dir=rtl] p,.mce-visualblocks[dir=rtl] pre,.mce-visualblocks[dir=rtl] section,.mce-visualblocks[dir=rtl] ul {
    background-position-x: right;
    margin-right: 3px;
  }
  .mce-nbsp,.mce-shy {
    background: #aaa;
  }
  .mce-shy::after {
    content: '-';
  }
  body {
    font-family: sans-serif;
  }
  table {
    border-collapse: collapse;
  }
}
@layer utilities {
  .mce-content-body .mce-item-anchor {
    background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
    cursor: default;
    display: inline-block;
    height: 12px !important;
    padding: 0 2px;
    -webkit-user-modify: read-only;
    -moz-user-modify: read-only;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    width: 8px !important;
  }
  .mce-content-body .mce-item-anchor[data-mce-selected] {
    outline-offset: 1px;
  }
  .tox-comments-visible .tox-comment {
    background-color: #fff0b7;
  }
  .tox-comments-visible .tox-comment--active {
    background-color: #ffe168;
  }
  .tox-checklist>li:not(.tox-checklist--hidden) {
    list-style: none;
    margin: .25em 0;
  }
  .tox-checklist>li:not(.tox-checklist--hidden)::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
    cursor: pointer;
    height: 1em;
    margin-left: -1.5em;
    margin-top: .125em;
    position: absolute;
    width: 1em;
  }
  .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  }
  [dir=rtl] .tox-checklist>li:not(.tox-checklist--hidden)::before {
    margin-left: 0;
    margin-right: -1.5em;
  }
  code[class*=language-],pre[class*=language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
  }
  code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc;
  }
  @media print {
    code[class*=language-],pre[class*=language-] {
      text-shadow: none;
    }
  }
  pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
  }
  :not(pre)>code[class*=language-],pre[class*=language-] {
    background: #f5f2f0;
  }
  :not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
  }
  .token.cdata,.token.comment,.token.doctype,.token.prolog {
    color: #708090;
  }
  .token.punctuation {
    color: #999;
  }
  .namespace {
    opacity: .7;
  }
  .token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
    color: #905;
  }
  .token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
    color: #690;
  }
  .language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
    color: #9a6e3a;
    background: hsla(0,0%,100%,.5);
  }
  .token.atrule,.token.attr-value,.token.keyword {
    color: #07a;
  }
  .token.class-name,.token.function {
    color: #dd4a68;
  }
  .token.important,.token.regex,.token.variable {
    color: #e90;
  }
  .token.bold,.token.important {
    font-weight: 700;
  }
  .token.italic {
    font-style: italic;
  }
  .token.entity {
    cursor: help;
  }
  .mce-content-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .mce-content-body .mce-visual-caret {
    background-color: #000;
    background-color: currentColor;
    position: absolute;
  }
  .mce-content-body .mce-visual-caret-hidden {
    display: none;
  }
  .mce-content-body [data-mce-caret] {
    left: -1000px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
  }
  .mce-content-body .mce-offscreen-selection {
    left: -2000000px;
    max-width: 1000000px;
    position: absolute;
  }
  .mce-content-body [contentEditable=false] {
    cursor: default;
  }
  .mce-content-body [contentEditable=true] {
    cursor: text;
  }
  .tox-cursor-format-painter {
    cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"),default;
  }
  .mce-content-body figure.align-left {
    float: left;
  }
  .mce-content-body figure.align-right {
    float: right;
  }
  .mce-content-body figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .mce-preview-object {
    border: 1px solid gray;
    display: inline-block;
    line-height: 0;
    margin: 0 2px 0 2px;
    position: relative;
  }
  .mce-preview-object .mce-shim {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mce-preview-object[data-mce-selected="2"] .mce-shim {
    display: none;
  }
  .mce-object {
    background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
    border: 1px dashed #aaa;
  }
  .mce-pagebreak {
    border: 1px dashed #aaa;
    cursor: default;
    display: block;
    height: 5px;
    margin-top: 15px;
    page-break-before: always;
    width: 100%;
  }
  @media print {
    .mce-pagebreak {
      border: 0;
    }
  }
  .tiny-pageembed .mce-shim {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .tiny-pageembed[data-mce-selected="2"] .mce-shim {
    display: none;
  }
  .tiny-pageembed {
    display: inline-block;
    position: relative;
  }
  .tiny-pageembed--16by9,.tiny-pageembed--1by1,.tiny-pageembed--21by9,.tiny-pageembed--4by3 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .tiny-pageembed--21by9 {
    padding-top: 42.857143%;
  }
  .tiny-pageembed--16by9 {
    padding-top: 56.25%;
  }
  .tiny-pageembed--4by3 {
    padding-top: 75%;
  }
  .tiny-pageembed--1by1 {
    padding-top: 100%;
  }
  .tiny-pageembed--16by9 iframe,.tiny-pageembed--1by1 iframe,.tiny-pageembed--21by9 iframe,.tiny-pageembed--4by3 iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mce-content-body[data-mce-placeholder] {
    position: relative;
  }
  .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: rgba(34,47,62,.7);
    content: attr(data-mce-placeholder);
    position: absolute;
  }
  .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
    left: 1px;
  }
  .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
    right: 1px;
  }
  .mce-content-body div.mce-resizehandle {
    background-color: #4099ff;
    border-color: #4099ff;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 1298;
  }
  .mce-content-body div.mce-resizehandle:hover {
    background-color: #4099ff;
  }
  .mce-content-body div.mce-resizehandle:nth-of-type(1) {
    cursor: nwse-resize;
  }
  .mce-content-body div.mce-resizehandle:nth-of-type(2) {
    cursor: nesw-resize;
  }
  .mce-content-body div.mce-resizehandle:nth-of-type(3) {
    cursor: nwse-resize;
  }
  .mce-content-body div.mce-resizehandle:nth-of-type(4) {
    cursor: nesw-resize;
  }
  .mce-content-body .mce-resize-backdrop {
    z-index: 10000;
  }
  .mce-content-body .mce-clonedresizable {
    cursor: default;
    opacity: .5;
    outline: 1px dashed #000;
    position: absolute;
    z-index: 10001;
  }
  .mce-content-body .mce-clonedresizable.mce-resizetable-columns td,.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
    border: 0;
  }
  .mce-content-body .mce-resize-helper {
    background: #555;
    background: rgba(0,0,0,.75);
    border: 1px;
    border-radius: 3px;
    color: #fff;
    display: none;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 10px;
    padding: 5px;
    position: absolute;
    white-space: nowrap;
    z-index: 10002;
  }
  .tox-rtc-user-selection {
    position: relative;
  }
  .tox-rtc-user-cursor {
    bottom: 0;
    cursor: default;
    position: absolute;
    top: 0;
    width: 2px;
  }
  .tox-rtc-user-cursor::before {
    background-color: inherit;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 8px;
  }
  .tox-rtc-user-cursor:hover::after {
    background-color: inherit;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    content: attr(data-user);
    display: block;
    font-size: 12px;
    font-weight: 700;
    left: -5px;
    min-height: 8px;
    min-width: 8px;
    padding: 0 12px;
    position: absolute;
    top: -11px;
    white-space: nowrap;
    z-index: 1000;
  }
  .tox-rtc-user-selection--1 .tox-rtc-user-cursor {
    background-color: #2dc26b;
  }
  .tox-rtc-user-selection--2 .tox-rtc-user-cursor {
    background-color: #e03e2d;
  }
  .tox-rtc-user-selection--3 .tox-rtc-user-cursor {
    background-color: #f1c40f;
  }
  .tox-rtc-user-selection--4 .tox-rtc-user-cursor {
    background-color: #3598db;
  }
  .tox-rtc-user-selection--5 .tox-rtc-user-cursor {
    background-color: #b96ad9;
  }
  .tox-rtc-user-selection--6 .tox-rtc-user-cursor {
    background-color: #e67e23;
  }
  .tox-rtc-user-selection--7 .tox-rtc-user-cursor {
    background-color: #aaa69d;
  }
  .tox-rtc-user-selection--8 .tox-rtc-user-cursor {
    background-color: #f368e0;
  }
  .tox-rtc-remote-image {
    background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
    border: 1px solid #ccc;
    min-height: 240px;
    min-width: 320px;
  }
  .mce-match-marker {
    background: #aaa;
    color: #fff;
  }
  .mce-match-marker-selected {
    background: #39f;
    color: #fff;
  }
  .mce-match-marker-selected::-moz-selection {
    background: #39f;
    color: #fff;
  }
  .mce-match-marker-selected::selection {
    background: #39f;
    color: #fff;
  }
  .mce-content-body audio[data-mce-selected],.mce-content-body embed[data-mce-selected],.mce-content-body img[data-mce-selected],.mce-content-body object[data-mce-selected],.mce-content-body table[data-mce-selected],.mce-content-body video[data-mce-selected] {
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body hr[data-mce-selected] {
    outline: 3px solid #b4d7ff;
    outline-offset: 1px;
  }
  .mce-content-body [contentEditable=false] [contentEditable=true]:focus {
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body [contentEditable=false] [contentEditable=true]:hover {
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body [contentEditable=false][data-mce-selected] {
    cursor: not-allowed;
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body.mce-content-readonly [contentEditable=true]:focus,.mce-content-body.mce-content-readonly [contentEditable=true]:hover {
    outline: 0;
  }
  .mce-content-body [data-mce-selected=inline-boundary] {
    background-color: #b4d7ff;
  }
  .mce-content-body .mce-edit-focus {
    outline: 3px solid #b4d7ff;
  }
  .mce-content-body td[data-mce-selected],.mce-content-body th[data-mce-selected] {
    position: relative;
  }
  .mce-content-body td[data-mce-selected]::-moz-selection,.mce-content-body th[data-mce-selected]::-moz-selection {
    background: 0 0;
  }
  .mce-content-body td[data-mce-selected]::selection,.mce-content-body th[data-mce-selected]::selection {
    background: 0 0;
  }
  .mce-content-body td[data-mce-selected] *,.mce-content-body th[data-mce-selected] * {
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .mce-content-body td[data-mce-selected]::after,.mce-content-body th[data-mce-selected]::after {
    background-color: rgba(180,215,255,.7);
    border: 1px solid rgba(180,215,255,.7);
    bottom: -1px;
    content: '';
    left: -1px;
    mix-blend-mode: multiply;
    position: absolute;
    right: -1px;
    top: -1px;
  }
  @media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .mce-content-body td[data-mce-selected]::after,.mce-content-body th[data-mce-selected]::after {
      border-color: rgba(0,84,180,.7);
    }
  }
  .mce-content-body img::-moz-selection {
    background: 0 0;
  }
  .mce-content-body img::selection {
    background: 0 0;
  }
  .ephox-snooker-resizer-bar {
    background-color: #b4d7ff;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ephox-snooker-resizer-cols {
    cursor: col-resize;
  }
  .ephox-snooker-resizer-rows {
    cursor: row-resize;
  }
  .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
    opacity: 1;
  }
  .mce-spellchecker-word {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
    background-position: 0 calc(100% + 1px);
    background-repeat: repeat-x;
    background-size: auto 6px;
    cursor: default;
    height: 2rem;
  }
  .mce-spellchecker-grammar {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
    background-position: 0 calc(100% + 1px);
    background-repeat: repeat-x;
    background-size: auto 6px;
    cursor: default;
  }
  .mce-toc {
    border: 1px solid gray;
  }
  .mce-toc h2 {
    margin: 4px;
  }
  .mce-toc li {
    list-style-type: none;
  }
  .mce-item-table:not([border]),.mce-item-table:not([border]) caption,.mce-item-table:not([border]) td,.mce-item-table:not([border]) th,.mce-item-table[border="0"],.mce-item-table[border="0"] caption,.mce-item-table[border="0"] td,.mce-item-table[border="0"] th,table[style*="border-width: 0px"],table[style*="border-width: 0px"] caption,table[style*="border-width: 0px"] td,table[style*="border-width: 0px"] th {
    border: 1px dashed #bbb;
  }
  .mce-visualblocks address,.mce-visualblocks article,.mce-visualblocks aside,.mce-visualblocks blockquote,.mce-visualblocks div:not([data-mce-bogus]),.mce-visualblocks dl,.mce-visualblocks figcaption,.mce-visualblocks figure,.mce-visualblocks h1,.mce-visualblocks h2,.mce-visualblocks h3,.mce-visualblocks h4,.mce-visualblocks h5,.mce-visualblocks h6,.mce-visualblocks hgroup,.mce-visualblocks ol,.mce-visualblocks p,.mce-visualblocks pre,.mce-visualblocks section,.mce-visualblocks ul {
    background-repeat: no-repeat;
    border: 1px dashed #bbb;
    margin-left: 3px;
    padding-top: 10px;
  }
  .mce-visualblocks p {
    background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
  }
  .mce-visualblocks h1 {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
  }
  .mce-visualblocks h2 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
  }
  .mce-visualblocks h3 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
  }
  .mce-visualblocks h4 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
  }
  .mce-visualblocks h5 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
  }
  .mce-visualblocks h6 {
    background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
  }
  .mce-visualblocks div:not([data-mce-bogus]) {
    background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
  }
  .mce-visualblocks section {
    background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
  }
  .mce-visualblocks article {
    background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
  }
  .mce-visualblocks blockquote {
    background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
  }
  .mce-visualblocks address {
    background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
  }
  .mce-visualblocks pre {
    background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
  }
  .mce-visualblocks figure {
    background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
  }
  .mce-visualblocks figcaption {
    border: 1px dashed #bbb;
  }
  .mce-visualblocks hgroup {
    background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
  }
  .mce-visualblocks aside {
    background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
  }
  .mce-visualblocks ul {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
  }
  .mce-visualblocks ol {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
  }
  .mce-visualblocks dl {
    background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
  }
  .mce-visualblocks:not([dir=rtl]) address,.mce-visualblocks:not([dir=rtl]) article,.mce-visualblocks:not([dir=rtl]) aside,.mce-visualblocks:not([dir=rtl]) blockquote,.mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),.mce-visualblocks:not([dir=rtl]) dl,.mce-visualblocks:not([dir=rtl]) figcaption,.mce-visualblocks:not([dir=rtl]) figure,.mce-visualblocks:not([dir=rtl]) h1,.mce-visualblocks:not([dir=rtl]) h2,.mce-visualblocks:not([dir=rtl]) h3,.mce-visualblocks:not([dir=rtl]) h4,.mce-visualblocks:not([dir=rtl]) h5,.mce-visualblocks:not([dir=rtl]) h6,.mce-visualblocks:not([dir=rtl]) hgroup,.mce-visualblocks:not([dir=rtl]) ol,.mce-visualblocks:not([dir=rtl]) p,.mce-visualblocks:not([dir=rtl]) pre,.mce-visualblocks:not([dir=rtl]) section,.mce-visualblocks:not([dir=rtl]) ul {
    margin-left: 3px;
  }
  .mce-visualblocks[dir=rtl] address,.mce-visualblocks[dir=rtl] article,.mce-visualblocks[dir=rtl] aside,.mce-visualblocks[dir=rtl] blockquote,.mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),.mce-visualblocks[dir=rtl] dl,.mce-visualblocks[dir=rtl] figcaption,.mce-visualblocks[dir=rtl] figure,.mce-visualblocks[dir=rtl] h1,.mce-visualblocks[dir=rtl] h2,.mce-visualblocks[dir=rtl] h3,.mce-visualblocks[dir=rtl] h4,.mce-visualblocks[dir=rtl] h5,.mce-visualblocks[dir=rtl] h6,.mce-visualblocks[dir=rtl] hgroup,.mce-visualblocks[dir=rtl] ol,.mce-visualblocks[dir=rtl] p,.mce-visualblocks[dir=rtl] pre,.mce-visualblocks[dir=rtl] section,.mce-visualblocks[dir=rtl] ul {
    background-position-x: right;
    margin-right: 3px;
  }
  .mce-nbsp,.mce-shy {
    background: #aaa;
  }
  .mce-shy::after {
    content: '-';
  }
}
@layer utilities {
  .tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection {
    background-color: green;
    display: inline-block;
    opacity: .5;
    position: absolute;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  body img {
    max-width: 96vw;
  }
  body table img {
    max-width: 95%;
  }
  body {
    font-family: sans-serif;
  }
  table {
    border-collapse: collapse;
  }
}
@layer utilities {
  .uppy-Root {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    position: relative;
    color: #333;
  }
  .uppy-Root *, .uppy-Root *:before, .uppy-Root *:after {
    box-sizing: inherit;
  }
  .uppy-Root [hidden] {
    display: none;
  }
  .uppy-u-reset {
    -webkit-appearance: none;
    line-height: 1;
    padding: 0;
    border: 0;
    color: inherit;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: none;
    border: medium none currentColor;
    border-collapse: separate;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    box-shadow: none;
    clear: none;
    cursor: auto;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-origin: 50% 50% 0;
    transform-style: flat;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    z-index: auto;
  }
  .uppy-c-textInput {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 8px;
    background-color: #fff;
  }
  .uppy-size--md .uppy-c-textInput {
    padding: 8px 10px;
  }
  .uppy-c-textInput:focus {
    border-color: rgba(34, 117, 215, 0.6);
    outline: none;
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.15);
  }
  [data-uppy-theme=dark] .uppy-c-textInput {
    background-color: #333;
    border-color: #333;
    color: #eaeaea;
  }
  [data-uppy-theme=dark] .uppy-c-textInput:focus {
    border-color: #525252;
    box-shadow: none;
  }
  .uppy-c-icon {
    max-width: 100%;
    max-height: 100%;
    fill: currentColor;
    display: inline-block;
    overflow: hidden;
  }
  .uppy-c-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    transition-property: background-color, color;
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .uppy-c-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .uppy-c-btn::-moz-focus-inner {
    border: 0;
  }
  .uppy-c-btn-primary {
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 4px;
    background-color: #2275d7;
    color: #fff;
  }
  .uppy-c-btn-primary:hover {
    background-color: #1b5dab;
  }
  .uppy-c-btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.4);
  }
  .uppy-size--md .uppy-c-btn-primary {
    padding: 13px 22px;
  }
  [data-uppy-theme=dark] .uppy-c-btn-primary {
    color: #eaeaea;
  }
  [data-uppy-theme=dark] .uppy-c-btn-primary:focus {
    outline: none;
  }
  [data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner {
    border: 0;
  }
  [data-uppy-theme=dark] .uppy-c-btn-primary:focus {
    box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
  }
  .uppy-c-btn-link {
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: transparent;
    color: #525252;
  }
  .uppy-c-btn-link:hover {
    color: #333;
  }
  .uppy-c-btn-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.25);
  }
  .uppy-size--md .uppy-c-btn-link {
    padding: 13px 18px;
  }
  [data-uppy-theme=dark] .uppy-c-btn-link {
    color: #eaeaea;
  }
  [data-uppy-theme=dark] .uppy-c-btn-link:focus {
    outline: none;
  }
  [data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner {
    border: 0;
  }
  [data-uppy-theme=dark] .uppy-c-btn-link:focus {
    box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
  }
  [data-uppy-theme=dark] .uppy-c-btn-link:hover {
    color: #939393;
  }
  .uppy-c-btn--small {
    font-size: 0.9em;
    padding: 7px 16px;
    border-radius: 2px;
  }
  .uppy-size--md .uppy-c-btn--small {
    padding: 8px 10px;
    border-radius: 2px;
  }
}
@layer utilities {
  @charset "UTF-8";
  .uppy-Informer {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 1;
    transform: none;
    transition: all 250ms ease-in;
    z-index: 1005;
  }
  .uppy-Informer[aria-hidden=true] {
    opacity: 0;
    transform: translateY(350%);
    transition: all 300ms ease-in;
    z-index: -1000;
  }
  .uppy-Informer p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    padding: 6px 15px;
    background-color: #757575;
    color: #fff;
    border-radius: 18px;
    max-width: 90%;
  }
  .uppy-size--md .uppy-Informer p {
    font-size: 14px;
    line-height: 1.3;
    max-width: 500px;
    padding: 10px 20px;
  }
  [data-uppy-theme=dark] .uppy-Informer p {
    background-color: #333;
  }
  .uppy-Informer span {
    line-height: 12px;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    color: #525252;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    top: -1px;
    left: 3px;
    font-size: 10px;
    margin-left: -1px;
  }
  .uppy-Informer span:hover {
    cursor: help;
  }
  .uppy-Informer span:after {
    line-height: 1.3;
    word-wrap: break-word;
  }
  .uppy-Root [aria-label][role~=tooltip] {
    position: relative;
  }
  .uppy-Root [aria-label][role~=tooltip]::before, .uppy-Root [aria-label][role~=tooltip]::after {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
    pointer-events: none;
    transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    transform-origin: top;
  }
  .uppy-Root [aria-label][role~=tooltip]::before {
    background-size: 100% auto !important;
    content: "";
  }
  .uppy-Root [aria-label][role~=tooltip]::after {
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #ffffff;
    content: attr(aria-label);
    font-size: var(--microtip-font-size, 13px);
    font-weight: var(--microtip-font-weight, normal);
    text-transform: var(--microtip-text-transform, none);
    padding: 0.5em 1em;
    white-space: nowrap;
    box-sizing: content-box;
  }
  .uppy-Root [aria-label][role~=tooltip]:hover::before, .uppy-Root [aria-label][role~=tooltip]:hover::after, .uppy-Root [aria-label][role~=tooltip]:focus::before, .uppy-Root [aria-label][role~=tooltip]:focus::after {
    opacity: 1;
    pointer-events: auto;
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=top]::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
    height: 6px;
    width: 18px;
    margin-bottom: 5px;
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=top]::after {
    margin-bottom: 11px;
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=top]::before {
    transform: translate3d(-50%, 0, 0);
    bottom: 100%;
    left: 50%;
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=top]:hover::before {
    transform: translate3d(-50%, -5px, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=top]::after {
    transform: translate3d(-50%, 0, 0);
    bottom: 100%;
    left: 50%;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=top]:hover::after {
    transform: translate3d(-50%, -5px, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position=top-left]::after {
    transform: translate3d(calc(-100% + 16px), 0, 0);
    bottom: 100%;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover::after {
    transform: translate3d(calc(-100% + 16px), -5px, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position=top-right]::after {
    transform: translate3d(calc(0% + -16px), 0, 0);
    bottom: 100%;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover::after {
    transform: translate3d(calc(0% + -16px), -5px, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=bottom]::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
    height: 6px;
    width: 18px;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=bottom]::after {
    margin-top: 11px;
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=bottom]::before {
    transform: translate3d(-50%, -10px, 0);
    bottom: auto;
    left: 50%;
    top: 100%;
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover::before {
    transform: translate3d(-50%, 0, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position|=bottom]::after {
    transform: translate3d(-50%, -10px, 0);
    top: 100%;
    left: 50%;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover::after {
    transform: translate3d(-50%, 0, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position=bottom-left]::after {
    transform: translate3d(calc(-100% + 16px), -10px, 0);
    top: 100%;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover::after {
    transform: translate3d(calc(-100% + 16px), 0, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position=bottom-right]::after {
    transform: translate3d(calc(0% + -16px), -10px, 0);
    top: 100%;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover::after {
    transform: translate3d(calc(0% + -16px), 0, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position=left]::before, .uppy-Root [role~=tooltip][data-microtip-position=left]::after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate3d(10px, -50%, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position=left]::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
    height: 18px;
    width: 6px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=left]::after {
    margin-right: 11px;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=left]:hover::before, .uppy-Root [role~=tooltip][data-microtip-position=left]:hover::after {
    transform: translate3d(0, -50%, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position=right]::before, .uppy-Root [role~=tooltip][data-microtip-position=right]::after {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate3d(-10px, -50%, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-position=right]::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
    height: 18px;
    width: 6px;
    margin-bottom: 0;
    margin-left: 5px;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=right]::after {
    margin-left: 11px;
  }
  .uppy-Root [role~=tooltip][data-microtip-position=right]:hover::before, .uppy-Root [role~=tooltip][data-microtip-position=right]:hover::after {
    transform: translate3d(0, -50%, 0);
  }
  .uppy-Root [role~=tooltip][data-microtip-size=small]::after {
    white-space: initial;
    width: 80px;
  }
  .uppy-Root [role~=tooltip][data-microtip-size=medium]::after {
    white-space: initial;
    width: 150px;
  }
  .uppy-Root [role~=tooltip][data-microtip-size=large]::after {
    white-space: initial;
    width: 260px;
  }
  .uppy-StatusBar {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #fff;
    z-index: 1001;
    transition: height 0.2s;
  }
  [data-uppy-theme=dark] .uppy-StatusBar {
    background-color: #1f1f1f;
  }
  .uppy-size--md .uppy-StatusBar {
    height: 46px;
  }
  .uppy-StatusBar:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #eaeaea;
  }
  [data-uppy-theme=dark] .uppy-StatusBar:before {
    background-color: #757575;
  }
  .uppy-StatusBar[aria-hidden=true] {
    overflow-y: hidden;
    height: 0;
  }
  .uppy-StatusBar.is-complete .uppy-StatusBar-progress {
    background-color: #1bb240;
  }
  .uppy-StatusBar.is-error .uppy-StatusBar-progress {
    background-color: #e32437;
  }
  .uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
    color: #1bb240;
  }
  .uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
    color: #e32437;
  }
  .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
    background-color: #fff;
    height: 65px;
    border-top: 1px solid #eaeaea;
  }
  [data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
    background-color: #1f1f1f;
    border-top: 1px solid #333;
  }
  .uppy-StatusBar-progress {
    background-color: #2275d7;
    height: 2px;
    position: absolute;
    z-index: 1001;
    transition: background-color, width 0.3s ease-out;
  }
  .uppy-StatusBar-progress.is-indeterminate {
    background-size: 64px 64px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 75%, transparent 75%, transparent);
    animation: uppy-StatusBar-ProgressStripes 1s linear infinite;
  }
  @keyframes uppy-StatusBar-ProgressStripes {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 64px 0;
    }
  }
  .uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress, .uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress {
    background-color: #f6a623;
  }
  .uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
    display: none;
  }
  .uppy-StatusBar-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1002;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    height: 100%;
  }
  .uppy-size--md .uppy-StatusBar-content {
    padding-left: 15px;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-content {
    color: #eaeaea;
  }
  .uppy-StatusBar-status {
    line-height: 1.4;
    font-weight: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0.3em;
  }
  .uppy-Root:not(.uppy-size--md) .uppy-StatusBar-additionalInfo {
    display: none;
  }
  .uppy-StatusBar-statusPrimary {
    font-weight: 500;
    line-height: 1;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-statusPrimary {
    color: #eaeaea;
  }
  .uppy-StatusBar-statusSecondary {
    margin-top: 1px;
    font-size: 11px;
    line-height: 1.2;
    display: inline-block;
    color: #757575;
    white-space: nowrap;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-statusSecondary {
    color: #bbb;
  }
  .uppy-StatusBar-statusSecondaryHint {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 1;
  }
  .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
    margin-right: 8px;
  }
  .uppy-StatusBar-statusIndicator {
    position: relative;
    top: 1px;
    color: #525252;
    margin-right: 7px;
  }
  .uppy-StatusBar-statusIndicator svg {
    vertical-align: text-bottom;
  }
  .uppy-StatusBar-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    z-index: 1004;
  }
  .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
    width: 100%;
    position: static;
    padding: 0 15px;
    background-color: #fafafa;
  }
  [data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
    background-color: #1f1f1f;
  }
  .uppy-StatusBar-actionCircleBtn {
    line-height: 1;
    cursor: pointer;
    margin: 3px;
    opacity: 0.9;
  }
  .uppy-StatusBar-actionCircleBtn:focus {
    outline: none;
  }
  .uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
    border: 0;
  }
  .uppy-StatusBar-actionCircleBtn:focus {
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5);
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
    outline: none;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
    border: 0;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
    box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
  }
  .uppy-StatusBar-actionCircleBtn:hover {
    opacity: 1;
  }
  .uppy-StatusBar-actionCircleBtn:focus {
    border-radius: 50%;
  }
  .uppy-StatusBar-actionCircleBtn svg {
    vertical-align: bottom;
  }
  .uppy-StatusBar-actionBtn {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: inherit;
    color: #2275d7;
  }
  .uppy-size--md .uppy-StatusBar-actionBtn {
    font-size: 11px;
  }
  .uppy-StatusBar-actionBtn--retry {
    height: 16px;
    border-radius: 8px;
    margin-right: 6px;
    background-color: #ff4b23;
    line-height: 1;
    color: #fff;
    padding: 1px 6px 3px 18px;
    position: relative;
  }
  .uppy-StatusBar-actionBtn--retry:focus {
    outline: none;
  }
  .uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
    border: 0;
  }
  .uppy-StatusBar-actionBtn--retry:focus {
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5);
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
    outline: none;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
    border: 0;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
    box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
  }
  .uppy-StatusBar-actionBtn--retry:hover {
    background-color: #f92d00;
  }
  .uppy-StatusBar-actionBtn--retry svg {
    position: absolute;
    top: 3px;
    left: 6px;
  }
  .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
    font-size: 14px;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    background-color: #1bb240;
    line-height: 1;
  }
  .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
    background-color: #189c38;
  }
  [data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
    background-color: #1c8b37;
  }
  [data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
    background-color: #18762f;
  }
  .uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
    padding: 13px 22px;
    width: auto;
  }
  .uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
    background-color: transparent;
    color: #2275d7;
  }
  .uppy-StatusBar-actionBtn--uploadNewlyAdded {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 1px;
    border-radius: 3px;
  }
  .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
    outline: none;
  }
  .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
    border: 0;
  }
  .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5);
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
    outline: none;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
    border: 0;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
    box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
  }
  .uppy-StatusBar-actionBtn--done {
    line-height: 1;
    border-radius: 3px;
    padding: 7px 8px;
  }
  .uppy-StatusBar-actionBtn--done:focus {
    outline: none;
  }
  .uppy-StatusBar-actionBtn--done::-moz-focus-inner {
    border: 0;
  }
  .uppy-StatusBar-actionBtn--done:hover {
    color: #1b5dab;
  }
  .uppy-StatusBar-actionBtn--done:focus {
    background-color: #eceef2;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus {
    background-color: #333;
  }
  [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done {
    color: #02baf2;
  }
  .uppy-size--md .uppy-StatusBar-actionBtn--done {
    font-size: 14px;
  }
  .uppy-StatusBar-details {
    line-height: 12px;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #939393;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 2px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    cursor: help;
  }
  .uppy-StatusBar-details:after {
    line-height: 1.3;
    word-wrap: break-word;
  }
  .uppy-StatusBar-spinner {
    animation-name: uppy-StatusBar-spinnerAnimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-right: 10px;
    fill: #2275d7;
  }
  .uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner, .uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner {
    fill: #f6a623;
  }
  @keyframes uppy-StatusBar-spinnerAnimation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px;
  }
  .uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list::after {
    content: "";
    -ms-flex: auto;
    flex: auto;
  }
  .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
    width: 50%;
    position: relative;
    margin: 0;
  }
  .uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
    width: 33.3333%;
  }
  .uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
    width: 25%;
  }
  .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem::before {
    content: "";
    padding-top: 100%;
    display: block;
  }
  .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img, .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg {
    opacity: 0.85;
  }
  .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled {
    opacity: 0.5;
  }
  .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
    background-color: rgba(147, 147, 147, 0.2);
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
    background-color: rgba(234, 234, 234, 0.2);
  }
  .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg {
    fill: rgba(0, 0, 0, 0.7);
    width: 30%;
    height: 30%;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg {
    fill: rgba(255, 255, 255, 0.8);
  }
  .uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner {
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    text-align: center;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
  .uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.9);
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner {
    box-shadow: 0 0 0 3px rgba(170, 225, 255, 0.7);
  }
  .uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
  .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
    background-color: #2275d7;
    border-radius: 50%;
    z-index: 1002;
    opacity: 0;
  }
  .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox:after {
    width: 12px;
    height: 7px;
    left: 7px;
    top: 8px;
  }
  .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
    opacity: 1;
  }
  .uppy-ProviderBrowser-viewType--list {
    background-color: #fff;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list {
    background-color: #1f1f1f;
  }
  .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 15px;
    margin: 0;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
    color: #eaeaea;
  }
  .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled {
    opacity: 0.6;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox {
    margin-right: 15px;
    height: 17px;
    width: 17px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:focus {
    border: 1px solid #2275d7;
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.25);
    outline: none;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox::after {
    opacity: 0;
    height: 5px;
    width: 9px;
    left: 3px;
    top: 4px;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:focus {
    border-color: rgba(2, 186, 242, 0.7);
    box-shadow: 0 0 0 3px rgba(2, 186, 242, 0.2);
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
    background-color: #2275d7;
    border-color: #2275d7;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked::after {
    opacity: 1;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
    outline: none;
    text-decoration: underline;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
    margin-right: 8px;
    max-width: 20px;
    max-height: 20px;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner {
    cursor: default;
  }
  .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
    width: 20px;
    margin-right: 7px;
  }
  .uppy-ProviderBrowserItem-fakeCheckbox {
    position: relative;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .uppy-ProviderBrowserItem-fakeCheckbox:disabled {
    cursor: default;
  }
  .uppy-ProviderBrowserItem-fakeCheckbox::after {
    content: "";
    position: absolute;
    cursor: pointer;
    border-left: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    transform: rotate(-45deg);
  }
  .uppy-ProviderBrowserItem-fakeCheckbox:disabled::after {
    cursor: default;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowserItem-fakeCheckbox {
    background-color: #1f1f1f;
    border-color: #939393;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
    background-color: #333;
  }
  .uppy-SearchProvider {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
  }
  [data-uppy-theme=dark] .uppy-SearchProvider {
    background-color: #1f1f1f;
  }
  .uppy-SearchProvider-input {
    width: 90%;
    max-width: 650px;
    margin-bottom: 15px;
  }
  .uppy-size--md .uppy-SearchProvider-input {
    margin-bottom: 20px;
  }
  .uppy-SearchProvider-searchButton {
    padding: 13px 25px;
  }
  .uppy-size--md .uppy-SearchProvider-searchButton {
    padding: 13px 30px;
  }
  .uppy-DashboardContent-panelBody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
  }
  [data-uppy-theme=dark] .uppy-DashboardContent-panelBody {
    background-color: #1f1f1f;
  }
  .uppy-Provider-auth, .uppy-Provider-error, .uppy-Provider-loading, .uppy-Provider-empty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex: 1;
    flex: 1;
    color: #939393;
  }
  .uppy-Provider-empty {
    color: #939393;
  }
  .uppy-Provider-authIcon svg {
    width: 100px;
    height: 75px;
    margin-bottom: 15px;
  }
  .uppy-Provider-authTitle {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 0 15px;
    max-width: 500px;
    text-align: center;
    color: #757575;
  }
  .uppy-size--md .uppy-Provider-authTitle {
    font-size: 20px;
  }
  [data-uppy-theme=dark] .uppy-Provider-authTitle {
    color: #cfcfcf;
  }
  .uppy-Provider-breadcrumbs {
    -ms-flex: 1;
    flex: 1;
    color: #525252;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
  }
  .uppy-size--md .uppy-Provider-breadcrumbs {
    margin-bottom: 0;
  }
  [data-uppy-theme=dark] .uppy-Provider-breadcrumbs {
    color: #eaeaea;
  }
  .uppy-Provider-breadcrumbsIcon {
    display: inline-block;
    color: #525252;
    vertical-align: middle;
    margin-right: 4px;
    line-height: 1;
  }
  .uppy-Provider-breadcrumbsIcon svg {
    width: 13px;
    height: 13px;
    fill: #525252;
  }
  .uppy-Provider-breadcrumbs button {
    display: inline-block;
    line-height: inherit;
    padding: 4px;
    border-radius: 3px;
  }
  .uppy-Provider-breadcrumbs button:focus {
    outline: none;
  }
  .uppy-Provider-breadcrumbs button::-moz-focus-inner {
    border: 0;
  }
  .uppy-Provider-breadcrumbs button:hover {
    color: #1b5dab;
  }
  .uppy-Provider-breadcrumbs button:focus {
    background-color: #eceef2;
  }
  [data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus {
    background-color: #333;
  }
  .uppy-Provider-breadcrumbs button:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  [data-uppy-theme=dark] .uppy-Provider-breadcrumbs button {
    color: #eaeaea;
  }
  .uppy-ProviderBrowser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
  }
  .uppy-ProviderBrowser-user {
    margin: 0 8px 0 0;
    font-weight: 500;
    color: #333;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-user {
    color: #eaeaea;
  }
  .uppy-ProviderBrowser-user:after {
    content: "·";
    position: relative;
    left: 4px;
    color: #939393;
    font-weight: normal;
  }
  .uppy-ProviderBrowser-header {
    z-index: 1001;
    border-bottom: 1px solid #eaeaea;
    position: relative;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-header {
    border-bottom: 1px solid #333;
  }
  .uppy-ProviderBrowser-headerBar {
    padding: 7px 15px;
    background-color: #fafafa;
    z-index: 1001;
    color: #757575;
    line-height: 1.4;
    font-size: 12px;
  }
  .uppy-size--md .uppy-ProviderBrowser-headerBar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar {
    background-color: #1f1f1f;
  }
  .uppy-ProviderBrowser-headerBar--simple {
    text-align: center;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
    -ms-flex: none;
    flex: none;
    display: inline-block;
    vertical-align: middle;
  }
  .uppy-ProviderBrowser-search {
    width: 100%;
    background-color: #fff;
    position: relative;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-search {
    background-color: #1f1f1f;
  }
  .uppy-ProviderBrowser-searchIcon {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 16px;
    z-index: 1002;
    color: #bbb;
  }
  .uppy-ProviderBrowser-searchInput {
    width: 100%;
    height: 30px;
    background-color: transparent;
    outline: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    line-height: 1.4;
    border: 0;
    margin: 0 8px;
    padding-left: 27px;
    z-index: 1001;
    border-radius: 4px;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput {
    background-color: #1f1f1f;
    color: #eaeaea;
  }
  .uppy-ProviderBrowser-searchInput:focus {
    outline: 0;
    background-color: #f4f4f4;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput:focus {
    background-color: #333;
  }
  .uppy-ProviderBrowser-searchClose {
    position: absolute;
    width: 22px;
    height: 22px;
    padding: 6px;
    right: 12px;
    top: 4px;
    z-index: 1002;
    color: #939393;
    cursor: pointer;
  }
  .uppy-ProviderBrowser-searchClose:hover {
    color: #757575;
  }
  .uppy-ProviderBrowser-searchClose svg {
    vertical-align: text-top;
  }
  .uppy-ProviderBrowser-searchInput:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .uppy-ProviderBrowser-searchInput::placeholder {
    color: #939393;
    opacity: 1;
  }
  .uppy-ProviderBrowser-userLogout {
    cursor: pointer;
    line-height: inherit;
    color: #2275d7;
    padding: 4px;
    border-radius: 3px;
  }
  .uppy-ProviderBrowser-userLogout:focus {
    outline: none;
  }
  .uppy-ProviderBrowser-userLogout::-moz-focus-inner {
    border: 0;
  }
  .uppy-ProviderBrowser-userLogout:hover {
    color: #1b5dab;
  }
  .uppy-ProviderBrowser-userLogout:focus {
    background-color: #eceef2;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus {
    background-color: #333;
  }
  .uppy-ProviderBrowser-userLogout:hover {
    text-decoration: underline;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout {
    color: #eaeaea;
  }
  .uppy-ProviderBrowser-body {
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .uppy-ProviderBrowser-list {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-spacing: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-list {
    background-color: #1f1f1f;
  }
  .uppy-ProviderBrowser-list:focus {
    outline: none;
  }
  .uppy-ProviderBrowserItem-inner {
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
  }
  .uppy-ProviderBrowser-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 65px;
    border-top: 1px solid #eaeaea;
    padding: 0 15px;
  }
  .uppy-ProviderBrowser-footer button {
    margin-right: 8px;
  }
  [data-uppy-theme=dark] .uppy-ProviderBrowser-footer {
    background-color: #1f1f1f;
    border-top: 1px solid #333;
  }
  .uppy-Dashboard-Item-previewInnerWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  .uppy-size--md .uppy-Dashboard-Item-previewInnerWrap {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .uppy-Dashboard-Item-previewInnerWrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    z-index: 1001;
  }
  .uppy-Dashboard-Item-previewLink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1002;
  }
  .uppy-Dashboard-Item-previewLink:focus {
    box-shadow: inset 0 0 0 3px #76abe9;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus {
    box-shadow: inset 0 0 0 3px #016c8d;
  }
  .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    border-radius: 3px;
  }
  .uppy-Dashboard-Item-progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    color: #fff;
    text-align: center;
    width: 120px;
    transition: all 0.35 ease;
  }
  .uppy-Dashboard-Item-progressIndicator {
    display: inline-block;
    width: 38px;
    height: 38px;
    opacity: 0.9;
  }
  .uppy-size--md .uppy-Dashboard-Item-progressIndicator {
    width: 55px;
    height: 55px;
  }
  button.uppy-Dashboard-Item-progressIndicator {
    cursor: pointer;
  }
  button.uppy-Dashboard-Item-progressIndicator:focus {
    outline: none;
  }
  button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner {
    border: 0;
  }
  button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg, button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry {
    fill: #76abe9;
  }
  .uppy-Dashboard-Item-progressIcon--circle {
    width: 100%;
    height: 100%;
  }
  .uppy-Dashboard-Item-progressIcon--bg {
    stroke: rgba(255, 255, 255, 0.4);
  }
  .uppy-Dashboard-Item-progressIcon--progress {
    stroke: #fff;
    transition: stroke-dashoffset 0.5s ease-out;
  }
  .uppy-Dashboard-Item-progressIcon--play {
    stroke: #fff;
    fill: #fff;
    transition: all 0.2s;
  }
  .uppy-Dashboard-Item-progressIcon--cancel {
    fill: #fff;
    transition: all 0.2s;
  }
  .uppy-Dashboard-Item-progressIcon--pause {
    stroke: #fff;
    fill: #fff;
    transition: all 0.2s;
  }
  .uppy-Dashboard-Item-progressIcon--check {
    fill: #fff;
    transition: all 0.2s;
  }
  .uppy-Dashboard-Item-progressIcon--retry {
    fill: #fff;
  }
  .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
    transform: initial;
    top: -9px;
    right: -8px;
    left: initial;
    width: auto;
  }
  .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
    width: 18px;
    height: 18px;
  }
  .uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
    width: 28px;
    height: 28px;
  }
  .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
    width: 18px;
    height: 18px;
    opacity: 1;
  }
  .uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
    width: 22px;
    height: 22px;
  }
  .uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress {
    opacity: 0;
  }
  .uppy-Dashboard-Item-fileInfo {
    padding-right: 5px;
  }
  .uppy-Dashboard-Item-name {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 4px;
    word-break: break-all;
    word-wrap: anywhere;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-name {
    color: #eaeaea;
  }
  .uppy-Dashboard-Item-status {
    font-size: 11px;
    line-height: 1.3;
    font-weight: normal;
    color: #757575;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-status {
    color: #bbb;
  }
  .uppy-Dashboard-Item-statusSize {
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
  }
  .uppy-Dashboard-Item-sourceIcon {
    display: none;
    vertical-align: bottom;
    color: #bbb;
  }
  .uppy-Dashboard-Item-sourceIcon:not(:first-child) {
    position: relative;
    margin-left: 14px;
  }
  .uppy-Dashboard-Item-sourceIcon svg, .uppy-Dashboard-Item-sourceIcon svg * {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: text-bottom;
    overflow: hidden;
    fill: currentColor;
    width: 11px;
    height: 12px;
  }
  .uppy-Dashboard-Item-action {
    cursor: pointer;
    color: #939393;
  }
  .uppy-Dashboard-Item-action:focus {
    outline: none;
  }
  .uppy-Dashboard-Item-action::-moz-focus-inner {
    border: 0;
  }
  .uppy-Dashboard-Item-action:focus {
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5);
  }
  .uppy-Dashboard-Item-action:hover {
    opacity: 1;
    color: #1f1f1f;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-action {
    color: #cfcfcf;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
    outline: none;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner {
    border: 0;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
    box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover {
    color: #eaeaea;
  }
  .uppy-Dashboard-Item-action--remove {
    color: #1f1f1f;
    opacity: 0.95;
  }
  .uppy-Dashboard-Item-action--remove:hover {
    opacity: 1;
    color: #000;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove {
    color: #525252;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover {
    color: #333;
  }
  .uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-actionWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action {
    width: 22px;
    height: 22px;
    padding: 3px;
    margin-left: 3px;
  }
  .uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action:focus {
    border-radius: 3px;
  }
  .uppy-size--md .uppy-Dashboard-Item-action--copyLink, .uppy-size--md .uppy-Dashboard-Item-action--edit {
    width: 16px;
    height: 16px;
    padding: 0;
  }
  .uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus, .uppy-size--md .uppy-Dashboard-Item-action--edit:focus {
    border-radius: 3px;
  }
  .uppy-size--md .uppy-Dashboard-Item-action--remove {
    z-index: 1002;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    padding: 0;
  }
  .uppy-size--md .uppy-Dashboard-Item-action--remove:focus {
    border-radius: 50%;
  }
  .uppy-Dashboard-Item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    padding-right: 0;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-Item {
    border-bottom: 1px solid #333;
  }
  .uppy-size--md .uppy-Dashboard-Item {
    position: relative;
    display: block;
    float: left;
    margin: 5px 15px;
    padding: 0;
    width: calc(33.333% - 15px - 15px);
    height: 215px;
    border-bottom: 0;
  }
  .uppy-size--lg .uppy-Dashboard-Item {
    margin: 5px 15px;
    width: calc(25% - 15px - 15px);
    height: 190px;
  }
  .uppy-size--xl .uppy-Dashboard-Item {
    width: calc(20% - 15px - 15px);
    height: 210px;
  }
  .uppy-Dashboard-Item-preview {
    position: relative;
  }
  .uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-preview {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 50px;
    height: 50px;
  }
  .uppy-size--md .uppy-Dashboard-Item-preview {
    width: 100%;
    height: 140px;
  }
  .uppy-size--lg .uppy-Dashboard-Item-preview {
    height: 120px;
  }
  .uppy-size--xl .uppy-Dashboard-Item-preview {
    height: 140px;
  }
  .uppy-Dashboard-Item-fileInfoAndButtons {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 8px;
    padding-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons {
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    padding-top: 9px;
  }
  .uppy-Dashboard-Item-fileInfo {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .uppy-Dashboard-Item-actionWrapper {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after, .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after {
    display: block;
  }
  .uppy-Dashboard-Item.is-inprogress:not(.is-resumable) .uppy-Dashboard-Item-action--remove {
    display: none;
  }
  .uppy-Dashboard-Item-errorDetails {
    line-height: 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #939393;
    border-radius: 50%;
    position: relative;
    top: -1px;
    left: 6px;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    cursor: help;
  }
  .uppy-Dashboard-Item-errorDetails:after {
    line-height: 1.3;
    word-wrap: break-word;
  }
  .uppy-Dashboard-FileCard {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1005;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .uppy-Dashboard-FileCard-inner {
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uppy-Dashboard-FileCard-preview {
    height: 60%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 0;
    border-bottom: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview {
    background-color: #333;
    border-bottom: 0;
  }
  .uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 3px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  }
  .uppy-Dashboard-FileCard-edit {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 7px 15px;
    border-radius: 50px;
  }
  .uppy-Dashboard-FileCard-edit:focus {
    outline: none;
  }
  .uppy-Dashboard-FileCard-edit::-moz-focus-inner {
    border: 0;
  }
  .uppy-Dashboard-FileCard-edit:focus {
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5);
  }
  .uppy-Dashboard-FileCard-edit:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .uppy-Dashboard-FileCard-info {
    height: 40%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 30px 20px 20px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-FileCard-info {
    background-color: #1f1f1f;
  }
  .uppy-Dashboard-FileCard-fieldset {
    font-size: 0;
    border: 0;
    padding: 0;
    max-width: 640px;
    margin: auto;
    margin-bottom: 12px;
  }
  .uppy-Dashboard-FileCard-label {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    font-size: 12px;
    color: #525252;
  }
  .uppy-size--md .uppy-Dashboard-FileCard-label {
    font-size: 14px;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-FileCard-label {
    color: #eaeaea;
  }
  .uppy-Dashboard-FileCard-input {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
  }
  .uppy-Dashboard-FileCard-actions {
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-top: 1px solid #eaeaea;
    padding: 0 15px;
    background-color: #fafafa;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .uppy-size--md .uppy-Dashboard-FileCard-actions {
    height: 65px;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions {
    border-top: 1px solid #333;
    background-color: #1f1f1f;
  }
  .uppy-Dashboard-FileCard-actionsBtn {
    margin-right: 10px;
  }
  .uppy-transition-slideDownUp-enter {
    opacity: 0.01;
    transform: translate3d(0, -105%, 0);
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }
  .uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .uppy-transition-slideDownUp-leave {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }
  .uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
    opacity: 0.01;
    transform: translate3d(0, -105%, 0);
  }
  @keyframes uppy-Dashboard-fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes uppy-Dashboard-fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes uppy-Dashboard-slideDownAndFadeIn {
    from {
      transform: translate3d(-50%, -70%, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(-50%, -50%, 0);
      opacity: 1;
    }
  }
  @keyframes uppy-Dashboard-slideDownAndFadeIn--small {
    from {
      transform: translate3d(0, -20%, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes uppy-Dashboard-slideUpFadeOut {
    from {
      transform: translate3d(-50%, -50%, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(-50%, -70%, 0);
      opacity: 0;
    }
  }
  @keyframes uppy-Dashboard-slideUpFadeOut--small {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(0, -20%, 0);
      opacity: 0;
    }
  }
  .uppy-Dashboard--modal {
    z-index: 1001;
  }
  .uppy-Dashboard--modal[aria-hidden=true] {
    display: none;
  }
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
    animation: uppy-Dashboard-slideDownAndFadeIn--small 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  @media only screen and (min-width: 820px) {
    .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
      animation: uppy-Dashboard-slideDownAndFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
  }
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-overlay {
    animation: uppy-Dashboard-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
    animation: uppy-Dashboard-slideUpFadeOut--small 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  @media only screen and (min-width: 820px) {
    .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
      animation: uppy-Dashboard-slideUpFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
  }
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-overlay {
    animation: uppy-Dashboard-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .uppy-Dashboard-isFixed {
    overflow: hidden;
    height: 100vh;
  }
  .uppy-Dashboard--modal .uppy-Dashboard-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
  }
  .uppy-Dashboard-inner {
    position: relative;
    background-color: #fafafa;
    max-width: 100%;
    max-height: 100%;
    outline: none;
    border: 1px solid #eaeaea;
    border-radius: 5px;
  }
  .uppy-size--md .uppy-Dashboard-inner {
    min-height: auto;
  }
  @media only screen and (min-width: 820px) {
    .uppy-Dashboard-inner {
      width: 750px;
      height: 550px;
    }
  }
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    z-index: 1002;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-inner {
    background-color: #1f1f1f;
  }
  .uppy-Dashboard-innerWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    opacity: 0;
  }
  .uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
    opacity: 1;
  }
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    position: fixed;
    top: 35px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: none;
  }
  @media only screen and (min-width: 820px) {
    .uppy-Dashboard--modal .uppy-Dashboard-inner {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.15);
    }
  }
  .uppy-Dashboard-close {
    display: block;
    position: absolute;
    top: -33px;
    right: -2px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    font-size: 27px;
    z-index: 1005;
  }
  .uppy-Dashboard-close:focus {
    outline: none;
  }
  .uppy-Dashboard-close::-moz-focus-inner {
    border: 0;
  }
  .uppy-Dashboard-close:focus {
    color: #8cb8ed;
  }
  @media only screen and (min-width: 820px) {
    .uppy-Dashboard-close {
      font-size: 35px;
      top: -10px;
      right: -35px;
    }
  }
  .uppy-Dashboard-AddFiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    text-align: center;
  }
  [data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
    margin: 7px;
    height: calc(100% - 14px);
    border-radius: 3px;
    border: 1px dashed #dfdfdf;
  }
  .uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles {
    border: none;
    height: calc(100% - 14px - 40px);
  }
  .uppy-Dashboard--modal .uppy-Dashboard-AddFiles {
    border-color: #cfcfcf;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-AddFiles {
    border-color: #757575;
  }
  .uppy-Dashboard-AddFiles-info {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: auto;
    display: none;
  }
  .uppy-size--height-md .uppy-Dashboard-AddFiles-info {
    display: block;
  }
  .uppy-size--md .uppy-Dashboard-AddFiles-info {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  [data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info {
    margin-top: 0;
  }
  .uppy-Dashboard-browse {
    cursor: pointer;
    color: rgba(34, 117, 215, 0.9);
  }
  .uppy-Dashboard-browse:focus {
    outline: none;
  }
  .uppy-Dashboard-browse::-moz-focus-inner {
    border: 0;
  }
  .uppy-Dashboard-browse:hover, .uppy-Dashboard-browse:focus {
    border-bottom: 1px solid #2275d7;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-browse {
    color: rgba(2, 186, 242, 0.9);
  }
  [data-uppy-theme=dark] .uppy-Dashboard-browse:hover, [data-uppy-theme=dark] .uppy-Dashboard-browse:focus {
    border-bottom: 1px solid #02baf2;
  }
  .uppy-Dashboard-browseBtn {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 5px;
    width: 100%;
  }
  .uppy-size--md .uppy-Dashboard-browseBtn {
    font-size: 15px;
    width: auto;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 13px 44px;
  }
  .uppy-Dashboard-AddFiles-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 2px;
    padding: 2px 0;
    width: 100%;
  }
  .uppy-size--md .uppy-Dashboard-AddFiles-list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 600px;
    overflow-y: visible;
    margin-top: 15px;
    padding-top: 0;
    -ms-flex: none;
    flex: none;
  }
  .uppy-DashboardTab {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
  }
  [data-uppy-theme=dark] .uppy-DashboardTab {
    border-bottom: 1px solid #333;
  }
  .uppy-size--md .uppy-DashboardTab {
    display: inline-block;
    width: initial;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .uppy-DashboardTab-btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #525252;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    line-height: 1;
    text-align: center;
  }
  .uppy-DashboardTab-btn:focus {
    outline: none;
  }
  .uppy-DashboardTab-btn::-moz-focus-inner {
    border: 0;
  }
  .uppy-size--md .uppy-DashboardTab-btn {
    width: 86px;
    margin-right: 1px;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 3px;
    border-radius: 5px;
  }
  [data-uppy-theme=dark] .uppy-DashboardTab-btn {
    color: #eaeaea;
  }
  .uppy-DashboardTab-btn::-moz-focus-inner {
    border: 0;
  }
  .uppy-DashboardTab-btn:hover {
    background-color: #f1f3f6;
  }
  [data-uppy-theme=dark] .uppy-DashboardTab-btn:hover {
    background-color: #333;
  }
  .uppy-DashboardTab-btn:active, .uppy-DashboardTab-btn:focus {
    background-color: #eceef2;
  }
  [data-uppy-theme=dark] .uppy-DashboardTab-btn:active, [data-uppy-theme=dark] .uppy-DashboardTab-btn:focus {
    background-color: #525252;
  }
  .uppy-DashboardTab-btn svg {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: text-top;
    overflow: hidden;
    transition: transform ease-in-out 0.15s;
    margin-right: 10px;
  }
  .uppy-size--md .uppy-DashboardTab-btn svg {
    margin-right: 0;
  }
  .uppy-DashboardTab-name {
    font-size: 14px;
    font-weight: 500;
  }
  .uppy-size--md .uppy-DashboardTab-name {
    font-size: 11px;
    line-height: 15px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .uppy-DashboardTab svg {
    width: 23px;
    height: 23px;
    vertical-align: middle;
  }
  .uppy-size--md .uppy-DashboardTab svg {
    width: 30px;
    height: 30px;
  }
  .uppy-Dashboard-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .uppy-DashboardContent-bar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    z-index: 1004;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    background-color: #fafafa;
  }
  .uppy-size--md .uppy-DashboardContent-bar {
    height: 50px;
    padding: 0 15px;
  }
  [data-uppy-theme=dark] .uppy-DashboardContent-bar {
    background-color: #1f1f1f;
    border-bottom: 1px solid #333;
  }
  .uppy-DashboardContent-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    width: 100%;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    margin: auto;
  }
  .uppy-size--md .uppy-DashboardContent-title {
    font-size: 14px;
    line-height: 50px;
    max-width: 300px;
  }
  [data-uppy-theme=dark] .uppy-DashboardContent-title {
    color: #eaeaea;
  }
  .uppy-DashboardContent-back {
    background: none;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: 0;
    color: inherit;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    color: #2275d7;
    padding: 7px 6px;
    margin-left: -6px;
  }
  .uppy-DashboardContent-back:focus {
    outline: none;
  }
  .uppy-DashboardContent-back::-moz-focus-inner {
    border: 0;
  }
  .uppy-DashboardContent-back:hover {
    color: #1b5dab;
  }
  .uppy-DashboardContent-back:focus {
    background-color: #eceef2;
  }
  [data-uppy-theme=dark] .uppy-DashboardContent-back:focus {
    background-color: #333;
  }
  .uppy-size--md .uppy-DashboardContent-back {
    font-size: 14px;
  }
  [data-uppy-theme=dark] .uppy-DashboardContent-back {
    color: #02baf2;
  }
  .uppy-DashboardContent-addMore {
    background: none;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: 0;
    color: inherit;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    color: #2275d7;
    width: 29px;
    height: 29px;
    padding: 7px 8px;
    margin-right: -5px;
  }
  .uppy-DashboardContent-addMore:focus {
    outline: none;
  }
  .uppy-DashboardContent-addMore::-moz-focus-inner {
    border: 0;
  }
  .uppy-DashboardContent-addMore:hover {
    color: #1b5dab;
  }
  .uppy-DashboardContent-addMore:focus {
    background-color: #eceef2;
  }
  [data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus {
    background-color: #333;
  }
  .uppy-size--md .uppy-DashboardContent-addMore {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-right: -8px;
  }
  [data-uppy-theme=dark] .uppy-DashboardContent-addMore {
    color: #02baf2;
  }
  .uppy-DashboardContent-addMore svg {
    vertical-align: baseline;
    margin-right: 4px;
  }
  .uppy-size--md .uppy-DashboardContent-addMore svg {
    width: 11px;
    height: 11px;
  }
  .uppy-DashboardContent-addMoreCaption {
    display: none;
  }
  .uppy-size--md .uppy-DashboardContent-addMoreCaption {
    display: inline;
  }
  .uppy-DashboardContent-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: whitesmoke;
    overflow: hidden;
    z-index: 1005;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
  }
  .uppy-Dashboard-AddFilesPanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    background: linear-gradient(0deg, #fafafa 35%, rgba(250, 250, 250, 0.85) 100%);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 1005;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel {
    background-color: #333;
    background: linear-gradient(0deg, #1f1f1f 35%, rgba(31, 31, 31, 0.85) 100%);
  }
  .uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
    filter: blur(2px);
  }
  .uppy-Dashboard-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%;
  }
  .uppy-Dashboard-progressBarContainer.is-active {
    z-index: 1004;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .uppy-Dashboard-filesContainer {
    position: relative;
    overflow-y: hidden;
    margin: 0;
    -ms-flex: 1;
    flex: 1;
  }
  .uppy-Dashboard-filesContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  .uppy-Dashboard-files {
    margin: 0;
    padding: 0 0 10px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-flex: 1;
    flex: 1;
  }
  .uppy-size--md .uppy-Dashboard-files {
    padding-top: 10px;
  }
  .uppy-Dashboard-dropFilesHereHint {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    padding-top: 90px;
    border: 1px dashed #2275d7;
    border-radius: 3px;
    z-index: 2000;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%232275D7' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #757575;
    font-size: 16px;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint {
    color: #bbb;
    border-color: #02baf2;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%2302BAF2' fill-rule='nonzero'/%3E%3C/svg%3E");
  }
  .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
    visibility: visible;
  }
  .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators {
    opacity: 0.15;
  }
  .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles {
    opacity: 0.03;
  }
  .uppy-Dashboard-dropFilesIcon {
    display: none;
    margin-bottom: 15px;
  }
  .uppy-size--md.uppy-size--height-md .uppy-Dashboard-dropFilesIcon {
    display: block;
  }
  .uppy-Dashboard-AddFiles-title {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
    padding: 0 15px;
    width: 100%;
  }
  .uppy-size--md .uppy-Dashboard-AddFiles-title {
    font-size: 25px;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
    max-width: 480px;
  }
  [data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
    text-align: center;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title {
    color: #eaeaea;
  }
  .uppy-Dashboard-AddFiles-title button {
    font-weight: 500;
  }
  .uppy-size--md .uppy-Dashboard-AddFiles-title button {
    font-weight: 400;
  }
  .uppy-Dashboard-note {
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    color: #757575;
    max-width: 350px;
    margin: auto;
    padding: 0 15px;
  }
  .uppy-size--md .uppy-Dashboard-note {
    font-size: 15px;
    line-height: 1.35;
    max-width: 600px;
  }
  [data-uppy-theme=dark] .uppy-Dashboard-note {
    color: #cfcfcf;
  }
  a.uppy-Dashboard-poweredBy {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    color: #939393;
    text-decoration: none;
    margin-top: 8px;
  }
  .uppy-Dashboard-poweredByIcon {
    stroke: #939393;
    fill: none;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    top: 1px;
    opacity: 0.9;
    vertical-align: text-top;
  }
  .uppy-Dashboard-Item-previewIcon {
    width: 25px;
    height: 25px;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .uppy-size--md .uppy-Dashboard-Item-previewIcon {
    width: 38px;
    height: 38px;
  }
  .uppy-Dashboard-Item-previewIcon svg {
    width: 100%;
    height: 100%;
  }
  .uppy-Dashboard-Item-previewIconWrap {
    height: 76px;
    max-height: 75%;
    position: relative;
  }
  .uppy-Dashboard-Item-previewIconBg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 1px 1px);
  }
  .uppy-Dashboard-upload {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .uppy-size--md .uppy-Dashboard-upload {
    width: 60px;
    height: 60px;
  }
  .uppy-Dashboard-upload .uppy-c-icon {
    position: relative;
    top: 1px;
    width: 50%;
  }
  .uppy-Dashboard-uploadCount {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #1bb240;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
  }
  .uppy-size--md .uppy-Dashboard-uploadCount {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
  }
}
@layer utilities {
  .uppy-Webcam-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uppy-Webcam-videoContainer {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    background-color: #333;
    text-align: center;
    position: relative;
  }
  .uppy-Webcam-video {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .uppy-Webcam-video--mirrored {
    transform: scaleX(-1);
  }
  .uppy-Webcam-footer {
    width: 100%;
    min-height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px;
  }
  .uppy-Webcam-videoSourceContainer {
    width: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .uppy-size--lg .uppy-Webcam-videoSourceContainer {
    width: 33%;
    margin: 0;
  }
  .uppy-Webcam-videoSource-select {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    padding: 0.4em 1em 0.3em 0.4em;
    width: 100%;
    max-width: 90%;
    border: 1px solid #757575;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.4em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    margin: auto;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .uppy-size--lg .uppy-Webcam-videoSource-select {
    font-size: 14px;
    margin-bottom: 0;
  }
  .uppy-Webcam-videoSource-select::-ms-expand {
    display: none;
  }
  .uppy-Webcam-buttonContainer {
    width: 50%;
    margin-left: 25%;
    text-align: center;
  }
  .uppy-size--lg .uppy-Webcam-buttonContainer {
    width: 34%;
    margin-left: 0;
  }
  .uppy-Webcam-recordingLength {
    width: 25%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    color: #757575;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    text-align: right;
  }
  .uppy-size--lg .uppy-Webcam-recordingLength {
    width: 33%;
  }
  .uppy-Webcam-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #e32437;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
  }
  .uppy-Webcam-button:focus {
    outline: none;
  }
  .uppy-Webcam-button::-moz-focus-inner {
    border: 0;
  }
  .uppy-Webcam-button:focus {
    box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5);
  }
  [data-uppy-theme=dark] .uppy-Webcam-button:focus {
    outline: none;
  }
  [data-uppy-theme=dark] .uppy-Webcam-button::-moz-focus-inner {
    border: 0;
  }
  [data-uppy-theme=dark] .uppy-Webcam-button:focus {
    box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
  }
  .uppy-Webcam-button svg {
    width: 30px;
    height: 30px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: text-top;
    overflow: hidden;
    fill: currentColor;
  }
  .uppy-size--md .uppy-Webcam-button {
    width: 60px;
    height: 60px;
  }
  .uppy-Webcam-button:hover {
    background-color: #d31b2d;
  }
  .uppy-Webcam-button--picture {
    margin-right: 12px;
  }
  .uppy-Webcam-permissons {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100%;
    -ms-flex: 1;
    flex: 1;
  }
  .uppy-Webcam-permissons p {
    max-width: 450px;
    line-height: 1.3;
    text-align: center;
    line-height: 1.45;
    color: #939393;
    margin: 0;
  }
  .uppy-Webcam-permissonsIcon svg {
    width: 100px;
    height: 75px;
    color: #bbb;
    margin-bottom: 30px;
  }
  .uppy-Webcam-title {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
    padding: 0 15px;
    max-width: 500px;
    text-align: center;
    color: #333;
  }
  [data-uppy-theme=dark] .uppy-Webcam-title {
    color: #eaeaea;
  }
}
@layer utilities {
  .pagy-nav, .pagy-nav-js, .pagy-combo-nav-js {
    margin-top: calc(var(--spacing) * 6);
    display: inline-flex;
    align-items: center;
  }
  .pagy-nav.pagination, .pagy-nav-js.pagination, .pagy-combo-nav-js.pagination {
    border-radius: var(--radius-lg);
  }
  .pagy-nav .page, .pagy-nav-js .page, .pagy-combo-nav-js .page, .pagy-combo-nav-js .pagy-combo-input {
    display: flex;
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #718096;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .page a, .pagy-nav .active {
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
  }
  .pagy-nav .page:hover, .pagy-nav-js .page:hover {
    border-radius: var(--radius-md);
    background-color: #edf2f7;
    color: #a0aec0;
  }
  .pagy-nav .disabled, .pagy-nav-js .disabled, .pagy-combo-nav-js .disabled {
    cursor: not-allowed;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
  }
  .pagy-nav .active, .pagy-nav-js .active {
    border-radius: var(--radius-md);
    background-color: #e2e8f0;
    color: #2d3748;
  }
  .pagy-nav .gap {
    display: flex;
    align-items: center;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
  }
  .pagy-nav .prev, .pagy-nav-js .prev, .pagy-combo-nav-js .prev {
    display: flex;
    align-items: center;
    color: #718096;
  }
  .pagy-nav .next, .pagy-nav-js .next, .pagy-combo-nav-js .next {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-color: transparent;
    padding-block: calc(var(--spacing) * 2);
    color: #718096;
  }
  .pagy-nav .page {
    display: none;
    @media (width >= 640px) {
      display: flex;
    }
  }
  .pagy-nav .page:first-child + .page, .pagy-nav .page:nth-last-child(2) {
    display: block;
    @media (width >= 640px) {
      display: flex;
    }
  }
  .pagy-nav .page.active, .pagy-nav .page.prev, .pagy-nav .page.next {
    display: block;
  }
}
@layer components {
  p {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
}
button[type="submit"]:not(:disabled) {
  cursor: pointer;
}
@layer utilities {
  .aa-Form {
    width: 100%;
    overflow-y: auto;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cbd5e0;
    background-color: #fff;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-drop-shadow:  ;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .aa-Panel {
    z-index: 10;
  }
  :root {
    --aa-search-input-height: 38px;
  }
}
@layer utilities {
  @layer components {
    progress[value] {
      -webkit-appearance: none;
      appearance: none;
      width: 12px;
      height: 12px;
      overflow: hidden;
      border-radius: calc(infinity * 1px);
    }
    progress[value]::-webkit-progress-bar {
      background-color: #e2e8f0;
    }
    progress[value]::-webkit-progress-VALUE {
      background-color: #68d391;
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 150ms;
      transition-duration: 150ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
}
@layer utilities {
  .choices__inner {
    min-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    width: 100%;
    flex-grow: 1;
    align-items: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cbd5e0;
    background-color: #fff;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #2d3748;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .choices[data-type*='select-one'] .choices__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .choices__list {
    z-index: 39;
  }
}
@layer utilities {
  @media print {
    .table {
      max-width: 100%;
    }
    .table th {
      padding-block: calc(var(--spacing) * 3);
    }
    .table td {
      padding-block: calc(var(--spacing) * 3);
    }
    @page {
      size: auto;
      margin: 15mm;
      margin-bottom: 1.5cm;
    }
    body {
      margin: 0;
      padding: 0;
    }
    thead, tfoot {
      display: table-header-group;
    }
    .inline-block {
      display: block;
    }
    .lg\:overflow-visible, .overflow-x-auto {
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
    }
  }
}
@layer utilities {
  @media print {
    #bullet-footer {
      display: none;
    }
    h1 {
      font-size: 1.25rem;
    }
    h2 {
      font-size: 1.25rem;
    }
    h3 {
      font-size: 1.15rem;
    }
    .pt-16 {
      padding-top: 0;
    }
    .hide-on-print {
      display: none;
    }
    p {
      padding-block: calc(var(--spacing) * 0.5);
    }
    .page, .page-break {
      break-after: page;
    }
    @page {
      size: A4;
      margin: 15mm 30mm;
    }
    #page-header-space, #page-footer-space {
      height: 100px;
    }
    #page-header {
      position: fixed;
      top: 0;
      width: 100%;
    }
    #page-footer {
      position: fixed;
      bottom: 0;
      width: 100%;
    }
    thead {
      display: table-header-group;
    }
    tfoot {
      display: table-footer-group;
    }
  }
  .print h1 {
    font-size: 1.25rem;
  }
  .print h2 {
    font-size: 1.25rem;
  }
  .print h3 {
    font-size: 1.15rem;
  }
  .technical-details-print * {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .bordered-table {
    border-collapse: collapse;
    border-style: hidden;
  }
  .bordered-table td, .bordered-table th {
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: #a0aec0;
    padding: calc(var(--spacing) * 1);
  }
  .quality_report__form {
    margin-block: calc(var(--spacing) * 1);
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: space-between;
    column-gap: calc(var(--spacing) * 11);
    row-gap: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    dt {
      width: auto;
      flex: auto;
    }
    dd {
      display: inline-block;
      text-align: right;
    }
    .quality_report__col {
      display: flex;
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    .quality_report__input {
      position: relative;
      display: inline-block;
    }
    .quality_report__input:after {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      border-color: #000;
      position: absolute;
      right: calc(var(--spacing) * 0);
      width: calc(var(--spacing) * 12);
      bottom: 2px;
      content: '';
    }
  }
}
mark {
  background-color: #a3bffa;
}
.field_with_errors input {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #fc8181;
}
.field_with_errors label {
  color: #fc8181;
}
.h-128 {
  height: 32rem;
}
.ts-control {
  border-radius: var(--radius-md);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
}
.prose {
  max-width: fit-content;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-divide-y-reverse: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-outline-style: solid;
    }
  }
}
