#ot-a11y-root {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif !important;
  position: relative;
  z-index: 2147483646;
}
#ot-a11y-root *,
#ot-a11y-root *::before,
#ot-a11y-root *::after {
  box-sizing: border-box !important;
  font-family: inherit !important;
}
#ot-a11y-root button {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  font-family: inherit !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

#ot-a11y-btn {
  position: fixed;
  left: 18px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50% !important;
  background: #111 !important;
  border: 3px solid #fff !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.38) !important;
  cursor: pointer;
  z-index: 2147483647;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#ot-a11y-btn:hover { transform: scale(1.07); }
#ot-a11y-btn svg { width: 30px; height: 30px; fill: #fff; }
#ot-a11y-btn.ot-hidden,
#ot-a11y-btn.ot-away { display: none !important; }

#ot-a11y-restore {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #111 !important;
  color: #fff !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  padding: 16px 8px !important;
  border-radius: 0 8px 8px 0 !important;
  cursor: pointer;
  z-index: 2147483647;
  border: 0 !important;
  display: none !important;
}
#ot-a11y-restore.ot-show { display: block !important; }

#ot-a11y-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 2147483646;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
#ot-a11y-overlay.ot-open {
  opacity: 1;
  pointer-events: auto;
}

#ot-a11y-panel {
  position: fixed;
  left: 16px;
  top: 50%;
  width: 360px;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  z-index: 2147483647;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) translateX(-18px);
  transition: opacity 0.2s ease, transform 0.22s ease, visibility 0.22s ease;
}
#ot-a11y-panel.ot-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

#ot-a11y-header {
  background: #111;
  color: #fff;
  padding: 14px 16px 18px;
  flex-shrink: 0;
}
#ot-a11y-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#ot-a11y-lang { position: relative; }
#ot-a11y-lang-btn {
  display: flex !important;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.16) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 6px 11px !important;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: 600 !important;
}
#ot-a11y-lang-btn svg.ot-flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
}
#ot-a11y-lang-btn svg.ot-chev { width: 10px; height: 10px; display: block; }
#ot-a11y-lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: #fff;
  color: #111;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  min-width: 148px;
  overflow: hidden;
  z-index: 5;
}
#ot-a11y-lang-menu.ot-open { display: block; }
#ot-a11y-lang-menu button {
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: 0 !important;
  background: #fff !important;
  color: #111 !important;
  padding: 10px 12px !important;
  cursor: pointer;
  font-size: 13px !important;
  text-align: left;
}
#ot-a11y-lang-menu button:hover,
#ot-a11y-lang-menu button.ot-active { background: #f3f3f3 !important; }

#ot-a11y-close {
  width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
#ot-a11y-close:hover { background: rgba(255, 255, 255, 0.12) !important; }

#ot-a11y-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#ot-a11y-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  border: 0;
  padding: 0;
}
#ot-a11y-icon svg { width: 34px; height: 34px; fill: #111; }
#ot-a11y-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin: 0 0 7px !important;
  color: #fff !important;
  letter-spacing: 0 !important;
}
#ot-a11y-sub {
  font-size: 11px !important;
  opacity: 0.92;
  margin: 0 !important;
  color: #fff !important;
  font-weight: 400 !important;
}
#ot-a11y-sub button {
  background: none !important;
  border: 0 !important;
  color: #fff !important;
  cursor: pointer;
  padding: 0 !important;
  font-size: 11px !important;
  text-decoration: underline;
  font-weight: 400 !important;
}

#ot-a11y-body {
  padding: 16px 14px 18px;
  overflow-y: auto;
  background: #fff;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
#ot-a11y-body::-webkit-scrollbar { width: 6px; }
#ot-a11y-body::-webkit-scrollbar-thumb { background: #ccc; border-radius: 6px; }
#ot-a11y-body h3 {
  margin: 2px 0 10px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #111 !important;
  letter-spacing: 0 !important;
}
#ot-a11y-body .ot-mod { margin-bottom: 18px; }
#ot-a11y-body .ot-mod:last-child { margin-bottom: 4px; }

#ot-a11y-root .ot-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
#ot-a11y-root .ot-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-top: 8px; }

#ot-a11y-root .ot-card {
  background: #ececec !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 12px 6px 10px !important;
  min-height: 96px;
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #222 !important;
  transition: background 0.15s ease, color 0.15s ease;
}
#ot-a11y-root .ot-card:hover { background: #e2e2e2 !important; }
#ot-a11y-root .ot-card.ot-on { background: #111 !important; color: #fff !important; }
#ot-a11y-root .ot-card svg {
  width: 28px;
  height: 28px;
  stroke: #222;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
#ot-a11y-root .ot-card.ot-on svg { stroke: #fff; }
#ot-a11y-root .ot-card.ot-on svg *[fill]:not([fill="none"]) { fill: #fff; }
#ot-a11y-root .ot-card span {
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: center;
  color: inherit !important;
}

#ot-a11y-root .ot-step {
  background: #ececec;
  border-radius: 10px;
  padding: 12px 8px 10px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#ot-a11y-root .ot-step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 4px;
  gap: 4px;
}
#ot-a11y-root .ot-pm {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #111 !important;
  color: #fff !important;
  border: 0 !important;
  cursor: pointer;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 !important;
}
#ot-a11y-root .ot-pm:hover { background: #000 !important; }
#ot-a11y-root .ot-pm:disabled { opacity: 0.32; cursor: default; }
#ot-a11y-root .ot-val {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #222 !important;
  min-width: 58px;
  text-align: center;
}
#ot-a11y-root .ot-step label {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #222 !important;
  text-align: center;
  margin: 0;
}

#ot-a11y-line {
  position: fixed;
  left: 0;
  right: 0;
  height: 6px;
  background: #111;
  pointer-events: none;
  z-index: 2147483645;
  display: none;
  box-shadow: 0 0 0 1px #fff, 0 2px 8px rgba(0, 0, 0, 0.25);
}
#ot-a11y-mask-top,
#ot-a11y-mask-bot {
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.68);
  pointer-events: none;
  z-index: 2147483644;
  display: none;
}
#ot-a11y-mask-top { top: 0; }
#ot-a11y-mask-bot { bottom: 0; }

html.ot-readable-font #content-block,
html.ot-readable-font #content-block * {
  font-family: Arial, Verdana, Tahoma, sans-serif !important;
}
html.ot-letter-spacing #content-block,
html.ot-letter-spacing #content-block * {
  letter-spacing: 0.14em !important;
  word-spacing: 0.12em !important;
}
html.ot-text-align #content-block,
html.ot-text-align #content-block * { text-align: left !important; }
html.ot-font-weight #content-block,
html.ot-font-weight #content-block * { font-weight: 700 !important; }
html.ot-hide-images #content-block img,
html.ot-hide-images #content-block picture,
html.ot-hide-images #content-block video,
html.ot-hide-images #content-block iframe {
  visibility: hidden !important;
}
html.ot-hide-images #content-block * { background-image: none !important; }
html.ot-stop-anim #content-block,
html.ot-stop-anim #content-block *,
html.ot-stop-anim #content-block *::before,
html.ot-stop-anim #content-block *::after {
  animation: none !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition: none !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
html.ot-underline-links #content-block a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

html.ot-contrast-light #content-block {
  background: #fff8dc !important;
  color: #111 !important;
}
html.ot-contrast-light #content-block *:not(img):not(svg):not(video):not(iframe) {
  color: #111 !important;
}
html.ot-contrast-light #content-block a { color: #0000cc !important; }

html.ot-contrast-high {
  background: #000;
}
html.ot-contrast-high #content-block {
  background: #000 !important;
  color: #fff !important;
}
html.ot-contrast-high #content-block *:not(img):not(svg):not(video):not(iframe) {
  color: #fff !important;
  border-color: #fff !important;
}
html.ot-contrast-high #content-block a { color: #ffe600 !important; }
html.ot-contrast-high #content-block img { filter: grayscale(1) contrast(1.25); }

html.ot-mono #content-block { filter: grayscale(1); }

html.ot-big-cursor,
html.ot-big-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' stroke='%23fff' stroke-width='1.6' d='M4 3l.2 22 6.2-6.1 4.6 11.1 3.4-1.4-4.6-11L26 17.5z'/%3E%3C/svg%3E") 2 2, auto !important;
}

@media (max-width: 480px) {
  #ot-a11y-panel {
    left: 8px;
    right: 8px;
    width: auto;
    top: 10px;
    max-height: calc(100vh - 16px);
    transform: translateY(-8px);
  }
  #ot-a11y-panel.ot-open { transform: none; }
}
