.aacms-a11y-widget {
  position: fixed;
  z-index: 2147483000;
  font-family: Arial, Helvetica, sans-serif;
  color: #0f172a;
}
.aacms-a11y-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2147483001;
  transform: translateY(-140%);
  transition: transform .15s ease;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  padding: 10px 12px;
  font: 700 14px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.aacms-a11y-skip:focus {
  transform: translateY(0);
  outline: 3px solid #fbbf24;
  outline-offset: 3px;
}
.aacms-a11y-widget[dir="rtl"],
.aacms-a11y-widget[dir="rtl"] .aacms-a11y-panel {
  direction: rtl;
  text-align: right;
}
.aacms-a11y-widget[dir="ltr"],
.aacms-a11y-widget[dir="ltr"] .aacms-a11y-panel {
  direction: ltr;
  text-align: left;
}
.aacms-a11y-widget[data-position="bottom-right"] { right: 18px; bottom: 18px; }
.aacms-a11y-widget[data-position="bottom-left"] { left: 18px; bottom: 18px; }
.aacms-a11y-widget[data-position="top-right"] { right: 18px; top: 18px; }
.aacms-a11y-widget[data-position="top-left"] { left: 18px; top: 18px; }
.aacms-a11y-widget[data-position="center-right"] { right: 18px; top: 50%; transform: translateY(-50%); }
.aacms-a11y-widget[data-position="center-left"] { left: 18px; top: 50%; transform: translateY(-50%); }
.aacms-a11y-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: #840f18;
  color: #fff;
  padding: 11px 15px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .26);
  cursor: pointer;
}
.aacms-a11y-toggle:focus-visible,
.aacms-a11y-panel button:focus-visible {
  outline: 3px solid #fbbf24;
  outline-offset: 3px;
}
.aacms-a11y-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.aacms-a11y-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.aacms-a11y-icon-mask {
  width: 32px;
  height: 32px;
  display: block;
  background: #fff;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.aacms-a11y-toggle[data-display="icon"] {
  width: 54px;
  height: 54px;
  padding: 0;
  justify-content: center;
}
.aacms-a11y-toggle[data-display="icon"] .aacms-a11y-icon {
  width: 32px;
  height: 32px;
  font-size: 30px;
}
.aacms-a11y-panel {
  position: absolute;
  width: min(370px, calc(100vw - 28px));
  max-height: min(720px, calc(100vh - 96px));
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 90px rgba(15, 23, 42, .28);
  display: flex;
  flex-direction: column;
}
.aacms-a11y-widget[data-position$="right"] .aacms-a11y-panel { right: 0; }
.aacms-a11y-widget[data-position$="left"] .aacms-a11y-panel { left: 0; }
.aacms-a11y-widget[data-position^="bottom"] .aacms-a11y-panel { bottom: 58px; }
.aacms-a11y-widget[data-position^="top"] .aacms-a11y-panel { top: 58px; }
.aacms-a11y-widget[data-position^="center"] .aacms-a11y-panel {
  top: 50%;
  transform: translateY(-50%);
}
.aacms-a11y-panel[hidden] { display: none; }
.aacms-a11y-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e2e8f0;
  padding: 15px;
  background: #fff;
  flex: 0 0 auto;
}
.aacms-a11y-head strong {
  font-size: 17px;
}
.aacms-a11y-close {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  padding: 7px 10px;
  cursor: pointer;
  order: -1;
  margin-inline-end: auto;
}
.aacms-a11y-body {
  display: grid;
  gap: 16px;
  padding: 15px;
  overflow: auto;
  min-height: 0;
  overscroll-behavior: contain;
}
.aacms-a11y-section {
  display: grid;
  gap: 9px;
}
.aacms-a11y-section-title {
  font-size: 13px;
  color: #475569;
  font-weight: 800;
}
.aacms-a11y-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.aacms-a11y-action {
  min-height: 44px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 750;
  text-align: start;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  direction: ltr;
}
.aacms-a11y-action[aria-pressed="true"] {
  border-color: #840f18;
  background: #fff1f2;
  color: #840f18;
}
.aacms-a11y-action[aria-pressed="true"] .aacms-a11y-dot {
  background: #840f18;
}
.aacms-a11y-action-label {
  flex: 1 1 auto;
  text-align: right;
  direction: rtl;
}
.aacms-a11y-widget[dir="ltr"] .aacms-a11y-action-label {
  text-align: left;
  direction: ltr;
}
.aacms-a11y-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d1d5db;
  flex: 0 0 auto;
}
.aacms-a11y-action-icon {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.aacms-a11y-action-icon svg {
  width: 19px;
  height: 19px;
  display: block;
}
.aacms-a11y-reset {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #0f172a;
  color: white;
  padding: 11px 12px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.aacms-a11y-statement {
  border-top: 1px solid #e2e8f0;
  padding: 14px 15px 15px;
  font-size: 13px;
  line-height: 1.7;
  color: #334155;
}
.aacms-a11y-statement strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
}
.aacms-a11y-statement-link {
  margin-top: 8px;
}
.aacms-a11y-statement-link a {
  color: #840f18;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html.aacms-a11y-readable-font body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *):not(.aacms-a11y-skip) {
  font-family: Arial, Helvetica, sans-serif !important;
}
html.aacms-a11y-text-1 { font-size: 106%; }
html.aacms-a11y-text-2 { font-size: 112%; }
html.aacms-a11y-text-3 { font-size: 120%; }
html.aacms-a11y-letter-spacing body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *):not(.aacms-a11y-skip) {
  letter-spacing: .08em !important;
}
html.aacms-a11y-line-height body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *):not(.aacms-a11y-skip) {
  line-height: 1.85 !important;
}
html.aacms-a11y-contrast-dark,
html.aacms-a11y-contrast-dark body {
  background: #020617 !important;
  color: #f8fafc !important;
}
html.aacms-a11y-contrast-dark body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *) {
  background-color: #020617 !important;
  color: #f8fafc !important;
  border-color: #f8fafc !important;
}
html.aacms-a11y-contrast-light,
html.aacms-a11y-contrast-light body {
  background: #fff !important;
  color: #000 !important;
}
html.aacms-a11y-contrast-light body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *) {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
html.aacms-a11y-grayscale body > *:not(.aacms-a11y-widget):not(.aacms-a11y-skip):not(script):not(style) {
  filter: grayscale(1) !important;
}
html.aacms-a11y-high-saturation body > *:not(.aacms-a11y-widget):not(.aacms-a11y-skip):not(script):not(style) {
  filter: saturate(1.8) contrast(1.08) !important;
}
html.aacms-a11y-low-saturation body > *:not(.aacms-a11y-widget):not(.aacms-a11y-skip):not(script):not(style) {
  filter: saturate(.45) !important;
}
html.aacms-a11y-highlight-links a {
  outline: 2px solid #f59e0b !important;
  outline-offset: 2px !important;
  text-decoration: underline !important;
  background: #fef3c7 !important;
  color: #111827 !important;
}
html.aacms-a11y-hide-backgrounds body,
html.aacms-a11y-hide-backgrounds body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *) {
  background-image: none !important;
}
html.aacms-a11y-highlight-headings h1,
html.aacms-a11y-highlight-headings h2,
html.aacms-a11y-highlight-headings h3,
html.aacms-a11y-highlight-headings h4,
html.aacms-a11y-highlight-headings h5,
html.aacms-a11y-highlight-headings h6 {
  outline: 2px solid #f59e0b !important;
  outline-offset: 3px !important;
  border-radius: 8px;
}
html.aacms-a11y-highlight-controls a,
html.aacms-a11y-highlight-controls button,
html.aacms-a11y-highlight-controls [role="button"],
html.aacms-a11y-highlight-controls input,
html.aacms-a11y-highlight-controls select,
html.aacms-a11y-highlight-controls textarea {
  outline: 2px dashed #0f172a !important;
  outline-offset: 3px !important;
}
html.aacms-a11y-big-cursor,
html.aacms-a11y-big-cursor * {
  cursor: crosshair !important;
}
html.aacms-a11y-hide-images img:not(.aacms-a11y-widget img),
html.aacms-a11y-hide-images picture,
html.aacms-a11y-hide-images video {
  visibility: hidden !important;
}
html.aacms-a11y-pause-animations body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *):not(.aacms-a11y-skip),
html.aacms-a11y-pause-animations body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *):not(.aacms-a11y-skip)::before,
html.aacms-a11y-pause-animations body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *):not(.aacms-a11y-skip)::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
html.aacms-a11y-focus-outline body *:not(.aacms-a11y-widget):not(.aacms-a11y-widget *):focus {
  outline: 4px solid #f59e0b !important;
  outline-offset: 4px !important;
}

@media (max-width: 520px) {
  .aacms-a11y-widget[data-position] {
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
  }
  .aacms-a11y-toggle {
    width: 100%;
    justify-content: center;
  }
  .aacms-a11y-toggle[data-display="icon"] {
    width: 54px;
  }
  .aacms-a11y-panel {
    left: 0 !important;
    right: 0 !important;
    bottom: 58px !important;
    top: auto !important;
    width: 100%;
  }
}
