@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@import "https://fonts.cdnfonts.com/css/opendyslexic";
:root {
  --page-scale: 1;
  --dyslexia-line-height: 1.2 !important;
  --dyslexia-letter-spacing: normal !important;
  --dyslexia-word-spacing: normal !important;
  --dyslexia-paragraph-spacing: inherit;
  --acc-primary-color: #0750d1;
  --acc-secondary-color: #003b56;
  --acc-success-color: #4caf50;
  --acc-info-color: #2196f3;
  --acc-warning-color: #ffc107;
  --acc-error-color: #f44336;
  --acc-bg-light: #f7f7f7;
  --acc-bg-hover: #e9e9e9;
  --acc-header-bg: #f0f0f0;
  --acc-text-primary: #333;
  --acc-text-secondary: #666;
  --acc-primary-color: #2c7be5;
  --acc-border-color: #ddd;
  --acc-scrollbar-thumb: #ccc;
  --acc-scrollbar-track: #f1f1f1;
  --acc-dark-bg-light: #3a3a3a;
  --acc-dark-bg-hover: #4a4a4a;
  --acc-dark-header: #333;
  --acc-dark-text-primary: #f0f0f0;
  --acc-dark-text-secondary: #ccc;
  --acc-dark-border: #555;
}
#acc-panel * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#acc-panel {
  color: #003b56;
  font-family: "Roboto", sans-serif;
  font-size: 62.5% !important;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.keyboard-navigation *:focus {
  outline: 3px solid var(--acc-primary-color) !important;
  outline-offset: 2px !important;
}
#accessibility-container.js-contrast-normal {
  filter: invert(1) saturate(1) !important;
  background-color: #fff !important;
  color: #fff !important;
}
#accessibility-container.js-contrast-normal i * {
  fill: #000 !important;
  stroke: #000 !important;
}
#accessibility-container.js-contrast-normal svg * {
  fill: #000 !important;
  stroke: #000 !important;
}
#accessibility-container.js-contrast-normal a {
  color: #00e !important;
  text-decoration: underline !important;
}
#accessibility-container.js-contrast-normal a:hover,
#accessibility-container.js-contrast-normal a:focus {
  color: #551a8b !important;
  outline: 2px solid currentColor !important;
}
#accessibility-container.js-contrast-normal input,
#accessibility-container.js-contrast-normal textarea,
#accessibility-container.js-contrast-normal select,
#accessibility-container.js-contrast-normal button {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #fff !important;
}
#accessibility-container.js-contrast-dark {
  background-color: #000 !important;
  color: #fff !important;
}
#accessibility-container.js-contrast-dark
  *:not(img):not(video):not(:after):not(:before) {
  color: #fff !important;
  background-color: #333 !important;
  filter: invert(1) !important;
}
#accessibility-container.js-contrast-dark a {
  background-color: #fff !important;
  color: #000 !important;
  filter: invert(1);
}
#accessibility-container.js-contrast-dark a:hover,
#accessibility-container.js-contrast-dark a:focus {
  filter: invert(1);
  outline: 2px solid currentColor !important;
}
#accessibility-container.js-contrast-dark input,
#accessibility-container.js-contrast-dark textarea,
#accessibility-container.js-contrast-dark select {
  border: 2px solid #fff !important;
  color: #fff !important;
  background-color: #333 !important;
}
#accessibility-container.js-contrast-dark table {
  border: 2px solid #fff !important;
}
#accessibility-container.js-contrast-dark th {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
#accessibility-container.js-contrast-dark td {
  border: 1px solid #fff !important;
}
#accessibility-container.js-contrast-light * {
  text-shadow: none !important;
  box-shadow: none !important;
}
#accessibility-container.js-contrast-light body,
#accessibility-container.js-contrast-light main,
#accessibility-container.js-contrast-light article,
#accessibility-container.js-contrast-light section,
#accessibility-container.js-contrast-light aside,
#accessibility-container.js-contrast-light nav,
#accessibility-container.js-contrast-light header,
#accessibility-container.js-contrast-light footer,
#accessibility-container.js-contrast-light div.container,
#accessibility-container.js-contrast-light div.wrapper {
  background-color: #fff !important;
  color: #000 !important;
}
#accessibility-container.js-contrast-light p,
#accessibility-container.js-contrast-light h1,
#accessibility-container.js-contrast-light h2,
#accessibility-container.js-contrast-light h3,
#accessibility-container.js-contrast-light h4,
#accessibility-container.js-contrast-light h5,
#accessibility-container.js-contrast-light h6,
#accessibility-container.js-contrast-light label,
#accessibility-container.js-contrast-light li,
#accessibility-container.js-contrast-light td,
#accessibility-container.js-contrast-light th,
#accessibility-container.js-contrast-light legend,
#accessibility-container.js-contrast-light caption,
#accessibility-container.js-contrast-light
  span:not([class*="icon"]):not([class*="fa"]),
#accessibility-container.js-contrast-light
  div:not([class*="image"]):not([class*="icon"]):not([class*="img"]):not(
    [class*="bg"]
  ):not([class*="logo"]),
#accessibility-container.js-contrast-light blockquote,
#accessibility-container.js-contrast-light cite,
#accessibility-container.js-contrast-light code,
#accessibility-container.js-contrast-light pre,
#accessibility-container.js-contrast-light small {
  color: #000 !important;
}
#accessibility-container.js-contrast-light h1,
#accessibility-container.js-contrast-light h2,
#accessibility-container.js-contrast-light h3,
#accessibility-container.js-contrast-light h4,
#accessibility-container.js-contrast-light h5,
#accessibility-container.js-contrast-light h6 {
  border-bottom: 1px solid #000 !important;
  padding-bottom: 2px !important;
  margin-bottom: 0.5em !important;
}
#accessibility-container.js-contrast-light
  a:not([class*="btn"]):not([class*="button"]):not([role="button"]) {
  background-color: #fff !important;
  color: #000 !important;
  text-decoration: underline !important;
  border-bottom: 1px dotted #000 !important;
}
#accessibility-container.js-contrast-light a:hover,
#accessibility-container.js-contrast-light a:focus {
  outline: 2px solid #000 !important;
  text-decoration: underline !important;
  background-color: #f1f1f1 !important;
}
#accessibility-container.js-contrast-light a[class*="btn"],
#accessibility-container.js-contrast-light a[class*="button"],
#accessibility-container.js-contrast-light a[role="button"] {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #f1f1f1 !important;
  text-decoration: none !important;
}
#accessibility-container.js-contrast-light a[class*="btn"]:hover,
#accessibility-container.js-contrast-light a[class*="button"]:hover,
#accessibility-container.js-contrast-light a[role="button"]:hover,
#accessibility-container.js-contrast-light a[class*="btn"]:focus,
#accessibility-container.js-contrast-light a[class*="button"]:focus,
#accessibility-container.js-contrast-light a[role="button"]:focus {
  background-color: #ddd !important;
  outline: 2px solid #000 !important;
}
#accessibility-container.js-contrast-light input[type="text"],
#accessibility-container.js-contrast-light input[type="email"],
#accessibility-container.js-contrast-light input[type="password"],
#accessibility-container.js-contrast-light input[type="number"],
#accessibility-container.js-contrast-light input[type="search"],
#accessibility-container.js-contrast-light input[type="tel"],
#accessibility-container.js-contrast-light input[type="url"],
#accessibility-container.js-contrast-light input[type="date"],
#accessibility-container.js-contrast-light input[type="datetime-local"],
#accessibility-container.js-contrast-light input[type="month"],
#accessibility-container.js-contrast-light input[type="time"],
#accessibility-container.js-contrast-light input[type="week"],
#accessibility-container.js-contrast-light input[type="color"],
#accessibility-container.js-contrast-light textarea,
#accessibility-container.js-contrast-light select {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #333 !important;
  padding: 4px !important;
}
#accessibility-container.js-contrast-light input:focus,
#accessibility-container.js-contrast-light textarea:focus,
#accessibility-container.js-contrast-light select:focus {
  outline: 2px solid #000 !important;
  border-color: #000 !important;
}
#accessibility-container.js-contrast-light input[type="checkbox"],
#accessibility-container.js-contrast-light input[type="radio"] {
  border: 1px solid #000 !important;
  background-color: #fff !important;
}
#accessibility-container.js-contrast-light button,
#accessibility-container.js-contrast-light .btn,
#accessibility-container.js-contrast-light input[type="submit"],
#accessibility-container.js-contrast-light input[type="button"],
#accessibility-container.js-contrast-light input[type="reset"],
#accessibility-container.js-contrast-light [role="button"],
#accessibility-container.js-contrast-light [type="button"] {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #f1f1f1 !important;
  padding: 4px 8px !important;
}
#accessibility-container.js-contrast-light button:hover,
#accessibility-container.js-contrast-light .btn:hover,
#accessibility-container.js-contrast-light input[type="submit"]:hover,
#accessibility-container.js-contrast-light input[type="button"]:hover,
#accessibility-container.js-contrast-light button:focus,
#accessibility-container.js-contrast-light .btn:focus,
#accessibility-container.js-contrast-light input[type="submit"]:focus,
#accessibility-container.js-contrast-light input[type="button"]:focus,
#accessibility-container.js-contrast-light [role="button"]:hover,
#accessibility-container.js-contrast-light [type="button"]:hover,
#accessibility-container.js-contrast-light [role="button"]:focus,
#accessibility-container.js-contrast-light [type="button"]:focus {
  background-color: #ddd !important;
  outline: 2px solid #000 !important;
}
#accessibility-container.js-contrast-light [required],
#accessibility-container.js-contrast-light [aria-required="true"] {
  border-left: 3px solid #000 !important;
}
#accessibility-container.js-contrast-light .error,
#accessibility-container.js-contrast-light .has-error,
#accessibility-container.js-contrast-light [aria-invalid="true"] {
  border-color: #000 !important;
  border-width: 2px !important;
}
#accessibility-container.js-contrast-light img,
#accessibility-container.js-contrast-light svg,
#accessibility-container.js-contrast-light video,
#accessibility-container.js-contrast-light canvas,
#accessibility-container.js-contrast-light iframe,
#accessibility-container.js-contrast-light [class*="icon"],
#accessibility-container.js-contrast-light [class*="fa"],
#accessibility-container.js-contrast-light i {
  filter: none !important;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
#accessibility-container.js-contrast-light svg *,
#accessibility-container.js-contrast-light svg path,
#accessibility-container.js-contrast-light svg rect,
#accessibility-container.js-contrast-light svg circle,
#accessibility-container.js-contrast-light svg ellipse,
#accessibility-container.js-contrast-light svg line,
#accessibility-container.js-contrast-light svg polygon {
  fill: #000 !important;
  stroke: #000 !important;
}
#accessibility-container.js-contrast-light .alert,
#accessibility-container.js-contrast-light .notice,
#accessibility-container.js-contrast-light .info,
#accessibility-container.js-contrast-light .success,
#accessibility-container.js-contrast-light .warning,
#accessibility-container.js-contrast-light .error,
#accessibility-container.js-contrast-light .message {
  border: 1px solid #000 !important;
  background-color: #fff !important;
  color: #000 !important;
  padding: 8px !important;
}
#accessibility-container.js-contrast-light table {
  border-collapse: collapse !important;
  border: 1px solid #333 !important;
}
#accessibility-container.js-contrast-light th,
#accessibility-container.js-contrast-light td {
  border: 1px solid #333 !important;
  padding: 4px !important;
}
#accessibility-container.js-contrast-light th {
  background-color: #f1f1f1 !important;
  font-weight: bold !important;
}
#accessibility-container.js-contrast-light div {
  background-color: #f1f1f1 !important;
  font-weight: bold !important;
}
#accessibility-container.js-contrast-light div > * {
  background-color: rgba(0, 0, 0, 0) !important;
}
#accessibility-container.js-contrast-light ul,
#accessibility-container.js-contrast-light ol {
  padding-left: 20px !important;
}
#accessibility-container.js-contrast-light li {
  margin-bottom: 4px !important;
}
#accessibility-container.js-contrast-light hr {
  border: none !important;
  border-top: 1px solid #000 !important;
  height: 1px !important;
}
#accessibility-container.js-contrast-light [style*="display:none"],
#accessibility-container.js-contrast-light [style*="visibility:hidden"],
#accessibility-container.js-contrast-light .hidden,
#accessibility-container.js-contrast-light [aria-hidden="true"] {
  display: none !important;
}
#accessibility-container.js-contrast-light .modal,
#accessibility-container.js-contrast-light .tooltip,
#accessibility-container.js-contrast-light .popover,
#accessibility-container.js-contrast-light [role="dialog"],
#accessibility-container.js-contrast-light [role="tooltip"] {
  border: 2px solid #000 !important;
  background-color: #fff !important;
}
#accessibility-container.js-contrast-light nav,
#accessibility-container.js-contrast-light .nav,
#accessibility-container.js-contrast-light .menu,
#accessibility-container.js-contrast-light [role="navigation"] {
  background-color: #f1f1f1 !important;
  border: 1px solid #000 !important;
}
#accessibility-container.js-contrast-light .active,
#accessibility-container.js-contrast-light .current,
#accessibility-container.js-contrast-light [aria-current],
#accessibility-container.js-contrast-light [aria-selected="true"] {
  font-weight: bold !important;
  border-bottom: 2px solid #000 !important;
}
:root {
  --page-scale: 1;
  --page-scale-small: 1.1;
  --page-scale-medium: 1.3;
  --page-scale-large: 1.6;
}
#accessibility-container.js-big-size {
  zoom: var(--page-scale) !important;
}
#accessibility-container.js-big-size-transform {
  transform: scale(var(--page-scale));
  transform-origin: top left;
  width: calc(100% / var(--page-scale));
  height: calc(100% / var(--page-scale));
}
#accessibility-container.js-big-size-small {
  zoom: var(--page-scale-small) !important;
}
#accessibility-container.js-big-size-medium {
  zoom: var(--page-scale-medium) !important;
}
#accessibility-container.js-big-size-large {
  zoom: var(--page-scale-large) !important;
}
.zoom-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 0;
}
.zoom-controls .zoom-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}
.zoom-controls .zoom-button:hover {
  background-color: #f0f0f0;
}
.zoom-controls .zoom-button.active {
  background-color: #0750d1;
  color: #fff;
  border-color: #0750d1;
}
.zoom-controls .zoom-button:focus {
  outline: 2px solid #0750d1;
  outline-offset: 2px;
}
.zoom-level-indicator {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 9px !important;
}
.zoom-level-indicator .zoom-dot {
  width: 15px;
  height: 5px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.zoom-level-indicator .zoom-dot.active {
  background-color: #9fe1ff;
  transform: scale(1.2);
}
.panel-item.active {
  background-color: rgba(0, 123, 255, 0.1);
}
@media (max-width: 768px) {
  #accessibility-container.js-big-size-medium body > *,
  #accessibility-container.js-big-size-large body > *,
  #accessibility-container.js-big-size body > *,
  #accessibility-container.js-big-size-small body > * {
    zoom: 1 !important;
    transform: none !important;
  }
  #accessibility-container.js-big-size-medium body,
  #accessibility-container.js-big-size-large body,
  #accessibility-container.js-big-size body,
  #accessibility-container.js-big-size-small body {
    font-size: 110% !important;
  }
  #accessibility-container.js-big-size-transform body {
    transform: none;
    width: 100%;
    height: auto;
  }
}
html.js-not-img *:not(#acc-panel *):not(.fixed-acc-panel-btn *) {
  background-image: none !important;
}
html.js-not-img
  [style*="background-image"]:not(#acc-panel *):not(.fixed-acc-panel-btn *) {
  background-image: none !important;
  background: #666 !important;
}
html.js-not-img
  img:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  video:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  canvas:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  [role="img"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  picture:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  .banner:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  .slider:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  .carousel:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  [class*="image"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  [class*="img"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  [class*="photo"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  [class*="picture"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ) {
  opacity: 0 !important;
  filter: grayscale(100%) !important;
}
html.js-not-img
  img:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  video:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  canvas:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  [role="img"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  picture:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  .banner:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  .slider:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  .carousel:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  [class*="image"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  [class*="img"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  [class*="photo"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover,
html.js-not-img
  [class*="picture"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ):hover {
  opacity: 1 !important;
  filter: grayscale(0%) !important;
}
html.js-not-img
  img:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  video:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  canvas:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  [role="img"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  picture:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  .banner:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  .slider:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  .carousel:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  [class*="image"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  [class*="img"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  [class*="photo"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after,
html.js-not-img
  [class*="picture"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after {
  content: "Resim gizlenmiş" !important;
  display: block !important;
  text-align: center !important;
  padding: 10px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  color: #333 !important;
}
html.js-not-img img:not(#acc-panel img):not(.fixed-acc-panel-btn img)::after {
  content: "[Resim Gizlendi]";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #999;
}
html.js-not-img *:not(#acc-panel *):not(.fixed-acc-panel-btn *):before,
html.js-not-img *:not(#acc-panel *):not(.fixed-acc-panel-btn *):after {
  background-image: none !important;
}
html.js-not-img #acc-panel img,
html.js-not-img #acc-panel svg,
html.js-not-img #acc-panel i,
html.js-not-img .fixed-acc-panel-btn,
html.js-not-img .fixed-acc-panel-btn i,
html.js-not-img .text-to-speech-btn,
html.js-not-img .text-to-speech-btn i {
  visibility: visible !important;
  opacity: 1 !important;
}
html.js-not-img
  img[src$=".gif"]:not(#acc-panel img):not(.fixed-acc-panel-btn img) {
  visibility: hidden !important;
  opacity: 0 !important;
}
html.js-not-img svg:not(#acc-panel svg):not(.fixed-acc-panel-btn svg) * {
  animation-play-state: paused !important;
}
html.js-not-img
  [style*="background-image"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  [style*="background:"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.js-not-img
  [style*="background-"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ) {
  background-image: none !important;
  background-color: #f0f0f0 !important;
}
#accessibility-container.js-link a {
  color: #ff0 !important;
  background-color: #000 !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  border: 2px solid #ff0 !important;
  border-radius: 3px !important;
  padding: 0 4px !important;
  margin: 0 1px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}
#accessibility-container.js-link a:hover,
#accessibility-container.js-link a:focus {
  background-color: #000 !important;
  border-color: #fff !important;
  outline: 3px solid #fff !important;
}
#accessibility-container.js-link a * {
  color: #ff0 !important;
}
#accessibility-container.js-link a:visited {
  color: #adff2f !important;
}
#accessibility-container.js-link a:focus-visible {
  outline-width: 4px !important;
  outline-offset: 2px !important;
}
#accessibility-container.js-link.js-dark-contrast a {
  color: blue !important;
  background-color: #fff !important;
  border-color: blue !important;
}
#accessibility-container.js-link.js-dark-contrast a:hover,
#accessibility-container.js-link.js-dark-contrast a:focus {
  background-color: #fff !important;
  border-color: #000 !important;
  outline-color: #000 !important;
}
#accessibility-container.js-link.js-dark-contrast a:visited {
  color: #551a8b !important;
}
#accessibility-container.js-link.js-invert-bg a {
  border: 3px solid #ff0 !important;
  color: #ff0 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  text-shadow: 1px 1px 1px #000 !important;
}
#accessibility-container.js-link.js-invert-bg a:visited {
  border-color: #adff2f !important;
  color: #adff2f !important;
}
#accessibility-container.js-link.js-invert-bg a:hover,
#accessibility-container.js-link.js-invert-bg a:focus {
  background-color: #000 !important;
  outline-color: #fff !important;
  outline-width: 4px !important;
  -webkit-text-decoration: underline double !important;
  text-decoration: underline double !important;
  box-shadow: 0 0 8px #fff !important;
}
#accessibility-container.js-link.js-big-size a {
  border-width: 5px !important;
  padding: 4px 8px !important;
  font-size: 120% !important;
  line-height: 1.5 !important;
  margin: 4px 2px !important;
}
#accessibility-container.js-link.js-big-size a::after {
  font-size: 120% !important;
}
#accessibility-container.js-link.js-reduce-motion a {
  transition: none !important;
}
#accessibility-container.js-link.js-color-blind a {
  border-style: dashed !important;
  border-width: 3px !important;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 5px,
    rgba(0, 0, 0, 0.1) 5px,
    rgba(0, 0, 0, 0.1) 10px
  ) !important;
}
#accessibility-container.js-link.js-color-blind a::after {
  content: " [bağlantı]" !important;
}
#accessibility-container.js-letterspacing {
  letter-spacing: 0.12em !important;
}
#accessibility-container.js-line-height-1 {
  line-height: 1.5 !important;
}
#accessibility-container.js-line-height-1 p,
#accessibility-container.js-line-height-1 div,
#accessibility-container.js-line-height-1 span,
#accessibility-container.js-line-height-1 li,
#accessibility-container.js-line-height-1 a,
#accessibility-container.js-line-height-1 h1,
#accessibility-container.js-line-height-1 h2,
#accessibility-container.js-line-height-1 h3,
#accessibility-container.js-line-height-1 h4,
#accessibility-container.js-line-height-1 h5,
#accessibility-container.js-line-height-1 h6 {
  line-height: 1.5 !important;
}
#accessibility-container.js-line-height-2 {
  line-height: 1.8 !important;
}
#accessibility-container.js-line-height-2 p,
#accessibility-container.js-line-height-2 div,
#accessibility-container.js-line-height-2 span,
#accessibility-container.js-line-height-2 li,
#accessibility-container.js-line-height-2 a,
#accessibility-container.js-line-height-2 h1,
#accessibility-container.js-line-height-2 h2,
#accessibility-container.js-line-height-2 h3,
#accessibility-container.js-line-height-2 h4,
#accessibility-container.js-line-height-2 h5,
#accessibility-container.js-line-height-2 h6 {
  line-height: 1.8 !important;
}
#accessibility-container.js-line-height-3 {
  line-height: 2 !important;
}
#accessibility-container.js-line-height-3 p,
#accessibility-container.js-line-height-3 div,
#accessibility-container.js-line-height-3 span,
#accessibility-container.js-line-height-3 li,
#accessibility-container.js-line-height-3 a,
#accessibility-container.js-line-height-3 h1,
#accessibility-container.js-line-height-3 h2,
#accessibility-container.js-line-height-3 h3,
#accessibility-container.js-line-height-3 h4,
#accessibility-container.js-line-height-3 h5,
#accessibility-container.js-line-height-3 h6 {
  line-height: 2 !important;
}
#accessibility-container.dyslexia {
  font-family: "OpenDyslexic", Arial, sans-serif !important;
}
#accessibility-container.dyslexia p,
#accessibility-container.dyslexia h1,
#accessibility-container.dyslexia h2,
#accessibility-container.dyslexia h3,
#accessibility-container.dyslexia h4,
#accessibility-container.dyslexia h5,
#accessibility-container.dyslexia h6,
#accessibility-container.dyslexia span,
#accessibility-container.dyslexia div,
#accessibility-container.dyslexia a,
#accessibility-container.dyslexia button,
#accessibility-container.dyslexia input,
#accessibility-container.dyslexia textarea,
#accessibility-container.dyslexia select,
#accessibility-container.dyslexia label {
  font-family: "OpenDyslexic", Arial, sans-serif !important;
  line-height: var(--dyslexia-line-height, 1.8) !important;
  letter-spacing: var(--dyslexia-letter-spacing, 0.15em) !important;
  transition: none !important;
}
#accessibility-container.dyslexia p {
  margin-bottom: var(--dyslexia-paragraph-spacing, 2em) !important;
}
.line-height-level-indicator {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 9px !important;
}
.line-height-dot {
  width: 15px;
  height: 5px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.line-height-dot.active {
  background-color: #9fe1ff;
  transform: scale(1.2);
}
#accessibility-container.js-line-height-1 {
  line-height: 1.5;
}
#accessibility-container.js-line-height-2 {
  line-height: 1.8;
}
#accessibility-container.js-line-height-3 {
  line-height: 2;
}
.line-height-dot {
  transition: all 0.3s ease;
}
.line-height-dot:not(.active):hover {
  background-color: #bbb;
}
html.stop-animation * {
  transition: none !important;
  animation: paused !important;
}
html.stop-animation *:before {
  animation: paused !important;
  transition: none !important;
}
html.stop-animation *:after {
  animation: paused !important;
  transition: none !important;
}
html.stop-animation > * {
  transition: none !important;
  animation: paused !important;
}
html.stop-animation > *:before {
  animation: paused !important;
  transition: none !important;
}
html.stop-animation > *:after {
  animation: paused !important;
  transition: none !important;
}
html.stop-animation,
html.stop-animation
  *:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ) {
  animation: paused !important;
  transition: none !important;
  scroll-behavior: auto !important;
  animation-play-state: paused !important;
}
@media screen {
  html.stop-animation,
  html.stop-animation
    *:not(
      #acc-panel,
      #acc-panel *,
      #acc-trigger,
      .acc-notification,
      .acc-notification *,
      .fixed-acc-panel-btn
    ) {
    transition-property: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
html.stop-animation svg * {
  animation: paused !important;
  transition: none !important;
}
html.stop-animation
  img[src$=".gif"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ),
html.stop-animation img[src*=".gif?"],
html.stop-animation img.animated {
  opacity: 0.01;
  visibility: hidden;
}
html.stop-animation
  img[src$=".gif"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  ) {
  opacity: 0.1 !important;
}
html.stop-animation
  img[src$=".gif"]:not(
    #acc-panel,
    #acc-panel *,
    #acc-trigger,
    .acc-notification,
    .acc-notification *,
    .fixed-acc-panel-btn
  )::after {
  content: "Hareketli GIF durduruldu" !important;
  display: block !important;
  text-align: center !important;
  padding: 5px !important;
  font-size: 12px !important;
}
html.stop-animation [class*="animate__"],
html.stop-animation [class*="animation"],
html.stop-animation [class*="animated"],
html.stop-animation [class*="motion"],
html.stop-animation [class*="move"],
html.stop-animation [class*="rotate"],
html.stop-animation [class*="spin"],
html.stop-animation [class*="slide"],
html.stop-animation [class*="fade"],
html.stop-animation [class*="scroll"],
html.stop-animation [class*="marquee"],
html.stop-animation [class*="blink"],
html.stop-animation [class*="pulse"],
html.stop-animation [class*="flash"] {
  animation: paused !important;
  transition: none !important;
}
html.stop-animation .stop-media {
  display: block;
}
html.stop-animation [class*="carousel"],
html.stop-animation [class*="slider"],
html.stop-animation [class*="slideshow"] {
  animation: paused !important;
  transition: none !important;
}
html.stop-animation *[style*="background"] {
  animation: paused !important;
  transition: none !important;
  background-attachment: scroll !important;
}
html.stop-animation body {
  scroll-behavior: auto !important;
}
html.stop-animation *[style*="transform"] {
  transform: none !important;
  transition: none !important;
}
html.stop-animation .fade,
html.stop-animation .collapse {
  transition: none !important;
}
html.stop-animation .ui-effects-wrapper {
  animation: paused !important;
}
html.reduced-motion,
html.reduced-motion * {
  animation-duration: 0.001ms !important;
  transition-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
}
html.reduced-motion .slow-media {
  display: block;
}
#accessibility-container.js-cursor {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="96" height="48" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>'),
    default !important;
}
#accessibility-container.js-cursor body {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="96" height="48" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>'),
    default !important;
}
#accessibility-container.js-cursor a,
#accessibility-container.js-cursor button,
#accessibility-container.js-cursor input[type="submit"],
#accessibility-container.js-cursor input[type="button"],
#accessibility-container.js-cursor [role="button"],
#accessibility-container.js-cursor .clickable,
#accessibility-container.js-cursor .button {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="96" height="48" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>'),
    pointer !important;
}
#accessibility-container.js-cursor a:active,
#accessibility-container.js-cursor button:active,
#accessibility-container.js-cursor input[type="submit"]:active,
#accessibility-container.js-cursor input[type="button"]:active,
#accessibility-container.js-cursor [role="button"]:active,
#accessibility-container.js-cursor .clickable:active,
#accessibility-container.js-cursor .button:active {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="96" height="48" viewBox="0 0 24 24"><path fill="%23369" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path><circle cx="18" cy="18" r="6" fill="%23F00" stroke="%23000"/></svg>'),
    pointer !important;
}
#accessibility-container.js-cursor p,
#accessibility-container.js-cursor h1,
#accessibility-container.js-cursor h2,
#accessibility-container.js-cursor h3,
#accessibility-container.js-cursor h4,
#accessibility-container.js-cursor h5,
#accessibility-container.js-cursor h6,
#accessibility-container.js-cursor span,
#accessibility-container.js-cursor input[type="text"],
#accessibility-container.js-cursor textarea,
#accessibility-container.js-cursor [contenteditable="true"] {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="1" d="M12 4v16M8 6h8M8 18h8"/></svg>'),
    text !important;
}
#accessibility-container.js-cursor #access-panel-wrapper,
#accessibility-container.js-cursor .acc-panel,
#accessibility-container.js-cursor .panel-wrapper,
#accessibility-container.js-cursor .panel-header,
#accessibility-container.js-cursor .panel-list,
#accessibility-container.js-cursor .panel-item,
#accessibility-container.js-cursor .fixed-acc-panel-btn,
#accessibility-container.js-cursor .position-wrapper,
#accessibility-container.js-cursor .panel-footer,
#accessibility-container.js-cursor .language-selector-wrapper,
#accessibility-container.js-cursor .size-toggle-wrapper,
#accessibility-container.js-cursor .profiles-wrapper {
  cursor: default !important;
}
#accessibility-container.js-cursor #access-panel-wrapper *,
#accessibility-container.js-cursor .acc-panel *,
#accessibility-container.js-cursor .panel-wrapper *,
#accessibility-container.js-cursor .panel-header *,
#accessibility-container.js-cursor .panel-list *,
#accessibility-container.js-cursor .panel-item *,
#accessibility-container.js-cursor .fixed-acc-panel-btn *,
#accessibility-container.js-cursor .position-wrapper *,
#accessibility-container.js-cursor .panel-footer *,
#accessibility-container.js-cursor .language-selector-wrapper *,
#accessibility-container.js-cursor .size-toggle-wrapper *,
#accessibility-container.js-cursor .profiles-wrapper * {
  cursor: default !important;
}
#accessibility-container.js-cursor #access-panel-wrapper a,
#accessibility-container.js-cursor #access-panel-wrapper button,
#accessibility-container.js-cursor #access-panel-wrapper input[type="submit"],
#accessibility-container.js-cursor #access-panel-wrapper input[type="button"],
#accessibility-container.js-cursor #access-panel-wrapper [role="button"],
#accessibility-container.js-cursor #access-panel-wrapper .clickable,
#accessibility-container.js-cursor #access-panel-wrapper .button,
#accessibility-container.js-cursor #access-panel-wrapper .lang-option,
#accessibility-container.js-cursor #access-panel-wrapper .panel-item,
#accessibility-container.js-cursor #access-panel-wrapper .fixed-acc-panel-btn,
#accessibility-container.js-cursor #access-panel-wrapper .acc-close-btn,
#accessibility-container.js-cursor .acc-panel a,
#accessibility-container.js-cursor .acc-panel button,
#accessibility-container.js-cursor .acc-panel input[type="submit"],
#accessibility-container.js-cursor .acc-panel input[type="button"],
#accessibility-container.js-cursor .acc-panel [role="button"],
#accessibility-container.js-cursor .acc-panel .clickable,
#accessibility-container.js-cursor .acc-panel .button,
#accessibility-container.js-cursor .acc-panel .lang-option,
#accessibility-container.js-cursor .acc-panel .panel-item,
#accessibility-container.js-cursor .acc-panel .fixed-acc-panel-btn,
#accessibility-container.js-cursor .acc-panel .acc-close-btn,
#accessibility-container.js-cursor .panel-wrapper a,
#accessibility-container.js-cursor .panel-wrapper button,
#accessibility-container.js-cursor .panel-wrapper input[type="submit"],
#accessibility-container.js-cursor .panel-wrapper input[type="button"],
#accessibility-container.js-cursor .panel-wrapper [role="button"],
#accessibility-container.js-cursor .panel-wrapper .clickable,
#accessibility-container.js-cursor .panel-wrapper .button,
#accessibility-container.js-cursor .panel-wrapper .lang-option,
#accessibility-container.js-cursor .panel-wrapper .panel-item,
#accessibility-container.js-cursor .panel-wrapper .fixed-acc-panel-btn,
#accessibility-container.js-cursor .panel-wrapper .acc-close-btn,
#accessibility-container.js-cursor .panel-header a,
#accessibility-container.js-cursor .panel-header button,
#accessibility-container.js-cursor .panel-header input[type="submit"],
#accessibility-container.js-cursor .panel-header input[type="button"],
#accessibility-container.js-cursor .panel-header [role="button"],
#accessibility-container.js-cursor .panel-header .clickable,
#accessibility-container.js-cursor .panel-header .button,
#accessibility-container.js-cursor .panel-header .lang-option,
#accessibility-container.js-cursor .panel-header .panel-item,
#accessibility-container.js-cursor .panel-header .fixed-acc-panel-btn,
#accessibility-container.js-cursor .panel-header .acc-close-btn,
#accessibility-container.js-cursor .panel-list a,
#accessibility-container.js-cursor .panel-list button,
#accessibility-container.js-cursor .panel-list input[type="submit"],
#accessibility-container.js-cursor .panel-list input[type="button"],
#accessibility-container.js-cursor .panel-list [role="button"],
#accessibility-container.js-cursor .panel-list .clickable,
#accessibility-container.js-cursor .panel-list .button,
#accessibility-container.js-cursor .panel-list .lang-option,
#accessibility-container.js-cursor .panel-list .panel-item,
#accessibility-container.js-cursor .panel-list .fixed-acc-panel-btn,
#accessibility-container.js-cursor .panel-list .acc-close-btn,
#accessibility-container.js-cursor .panel-item a,
#accessibility-container.js-cursor .panel-item button,
#accessibility-container.js-cursor .panel-item input[type="submit"],
#accessibility-container.js-cursor .panel-item input[type="button"],
#accessibility-container.js-cursor .panel-item [role="button"],
#accessibility-container.js-cursor .panel-item .clickable,
#accessibility-container.js-cursor .panel-item .button,
#accessibility-container.js-cursor .panel-item .lang-option,
#accessibility-container.js-cursor .panel-item .panel-item,
#accessibility-container.js-cursor .panel-item .fixed-acc-panel-btn,
#accessibility-container.js-cursor .panel-item .acc-close-btn,
#accessibility-container.js-cursor .fixed-acc-panel-btn a,
#accessibility-container.js-cursor .fixed-acc-panel-btn button,
#accessibility-container.js-cursor .fixed-acc-panel-btn input[type="submit"],
#accessibility-container.js-cursor .fixed-acc-panel-btn input[type="button"],
#accessibility-container.js-cursor .fixed-acc-panel-btn [role="button"],
#accessibility-container.js-cursor .fixed-acc-panel-btn .clickable,
#accessibility-container.js-cursor .fixed-acc-panel-btn .button,
#accessibility-container.js-cursor .fixed-acc-panel-btn .lang-option,
#accessibility-container.js-cursor .fixed-acc-panel-btn .panel-item,
#accessibility-container.js-cursor .fixed-acc-panel-btn .fixed-acc-panel-btn,
#accessibility-container.js-cursor .fixed-acc-panel-btn .acc-close-btn,
#accessibility-container.js-cursor .position-wrapper a,
#accessibility-container.js-cursor .position-wrapper button,
#accessibility-container.js-cursor .position-wrapper input[type="submit"],
#accessibility-container.js-cursor .position-wrapper input[type="button"],
#accessibility-container.js-cursor .position-wrapper [role="button"],
#accessibility-container.js-cursor .position-wrapper .clickable,
#accessibility-container.js-cursor .position-wrapper .button,
#accessibility-container.js-cursor .position-wrapper .lang-option,
#accessibility-container.js-cursor .position-wrapper .panel-item,
#accessibility-container.js-cursor .position-wrapper .fixed-acc-panel-btn,
#accessibility-container.js-cursor .position-wrapper .acc-close-btn,
#accessibility-container.js-cursor .panel-footer a,
#accessibility-container.js-cursor .panel-footer button,
#accessibility-container.js-cursor .panel-footer input[type="submit"],
#accessibility-container.js-cursor .panel-footer input[type="button"],
#accessibility-container.js-cursor .panel-footer [role="button"],
#accessibility-container.js-cursor .panel-footer .clickable,
#accessibility-container.js-cursor .panel-footer .button,
#accessibility-container.js-cursor .panel-footer .lang-option,
#accessibility-container.js-cursor .panel-footer .panel-item,
#accessibility-container.js-cursor .panel-footer .fixed-acc-panel-btn,
#accessibility-container.js-cursor .panel-footer .acc-close-btn,
#accessibility-container.js-cursor .language-selector-wrapper a,
#accessibility-container.js-cursor .language-selector-wrapper button,
#accessibility-container.js-cursor
  .language-selector-wrapper
  input[type="submit"],
#accessibility-container.js-cursor
  .language-selector-wrapper
  input[type="button"],
#accessibility-container.js-cursor .language-selector-wrapper [role="button"],
#accessibility-container.js-cursor .language-selector-wrapper .clickable,
#accessibility-container.js-cursor .language-selector-wrapper .button,
#accessibility-container.js-cursor .language-selector-wrapper .lang-option,
#accessibility-container.js-cursor .language-selector-wrapper .panel-item,
#accessibility-container.js-cursor
  .language-selector-wrapper
  .fixed-acc-panel-btn,
#accessibility-container.js-cursor .language-selector-wrapper .acc-close-btn,
#accessibility-container.js-cursor .size-toggle-wrapper a,
#accessibility-container.js-cursor .size-toggle-wrapper button,
#accessibility-container.js-cursor .size-toggle-wrapper input[type="submit"],
#accessibility-container.js-cursor .size-toggle-wrapper input[type="button"],
#accessibility-container.js-cursor .size-toggle-wrapper [role="button"],
#accessibility-container.js-cursor .size-toggle-wrapper .clickable,
#accessibility-container.js-cursor .size-toggle-wrapper .button,
#accessibility-container.js-cursor .size-toggle-wrapper .lang-option,
#accessibility-container.js-cursor .size-toggle-wrapper .panel-item,
#accessibility-container.js-cursor .size-toggle-wrapper .fixed-acc-panel-btn,
#accessibility-container.js-cursor .size-toggle-wrapper .acc-close-btn,
#accessibility-container.js-cursor .profiles-wrapper a,
#accessibility-container.js-cursor .profiles-wrapper button,
#accessibility-container.js-cursor .profiles-wrapper input[type="submit"],
#accessibility-container.js-cursor .profiles-wrapper input[type="button"],
#accessibility-container.js-cursor .profiles-wrapper [role="button"],
#accessibility-container.js-cursor .profiles-wrapper .clickable,
#accessibility-container.js-cursor .profiles-wrapper .button,
#accessibility-container.js-cursor .profiles-wrapper .lang-option,
#accessibility-container.js-cursor .profiles-wrapper .panel-item,
#accessibility-container.js-cursor .profiles-wrapper .fixed-acc-panel-btn,
#accessibility-container.js-cursor .profiles-wrapper .acc-close-btn {
  cursor: pointer !important;
}
#accessibility-container.js-cursor #access-panel-wrapper a:active,
#accessibility-container.js-cursor #access-panel-wrapper button:active,
#accessibility-container.js-cursor
  #access-panel-wrapper
  input[type="submit"]:active,
#accessibility-container.js-cursor
  #access-panel-wrapper
  input[type="button"]:active,
#accessibility-container.js-cursor #access-panel-wrapper [role="button"]:active,
#accessibility-container.js-cursor #access-panel-wrapper .clickable:active,
#accessibility-container.js-cursor #access-panel-wrapper .button:active,
#accessibility-container.js-cursor #access-panel-wrapper .lang-option:active,
#accessibility-container.js-cursor #access-panel-wrapper .panel-item:active,
#accessibility-container.js-cursor
  #access-panel-wrapper
  .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor #access-panel-wrapper .acc-close-btn:active,
#accessibility-container.js-cursor .acc-panel a:active,
#accessibility-container.js-cursor .acc-panel button:active,
#accessibility-container.js-cursor .acc-panel input[type="submit"]:active,
#accessibility-container.js-cursor .acc-panel input[type="button"]:active,
#accessibility-container.js-cursor .acc-panel [role="button"]:active,
#accessibility-container.js-cursor .acc-panel .clickable:active,
#accessibility-container.js-cursor .acc-panel .button:active,
#accessibility-container.js-cursor .acc-panel .lang-option:active,
#accessibility-container.js-cursor .acc-panel .panel-item:active,
#accessibility-container.js-cursor .acc-panel .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .acc-panel .acc-close-btn:active,
#accessibility-container.js-cursor .panel-wrapper a:active,
#accessibility-container.js-cursor .panel-wrapper button:active,
#accessibility-container.js-cursor .panel-wrapper input[type="submit"]:active,
#accessibility-container.js-cursor .panel-wrapper input[type="button"]:active,
#accessibility-container.js-cursor .panel-wrapper [role="button"]:active,
#accessibility-container.js-cursor .panel-wrapper .clickable:active,
#accessibility-container.js-cursor .panel-wrapper .button:active,
#accessibility-container.js-cursor .panel-wrapper .lang-option:active,
#accessibility-container.js-cursor .panel-wrapper .panel-item:active,
#accessibility-container.js-cursor .panel-wrapper .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .panel-wrapper .acc-close-btn:active,
#accessibility-container.js-cursor .panel-header a:active,
#accessibility-container.js-cursor .panel-header button:active,
#accessibility-container.js-cursor .panel-header input[type="submit"]:active,
#accessibility-container.js-cursor .panel-header input[type="button"]:active,
#accessibility-container.js-cursor .panel-header [role="button"]:active,
#accessibility-container.js-cursor .panel-header .clickable:active,
#accessibility-container.js-cursor .panel-header .button:active,
#accessibility-container.js-cursor .panel-header .lang-option:active,
#accessibility-container.js-cursor .panel-header .panel-item:active,
#accessibility-container.js-cursor .panel-header .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .panel-header .acc-close-btn:active,
#accessibility-container.js-cursor .panel-list a:active,
#accessibility-container.js-cursor .panel-list button:active,
#accessibility-container.js-cursor .panel-list input[type="submit"]:active,
#accessibility-container.js-cursor .panel-list input[type="button"]:active,
#accessibility-container.js-cursor .panel-list [role="button"]:active,
#accessibility-container.js-cursor .panel-list .clickable:active,
#accessibility-container.js-cursor .panel-list .button:active,
#accessibility-container.js-cursor .panel-list .lang-option:active,
#accessibility-container.js-cursor .panel-list .panel-item:active,
#accessibility-container.js-cursor .panel-list .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .panel-list .acc-close-btn:active,
#accessibility-container.js-cursor .panel-item a:active,
#accessibility-container.js-cursor .panel-item button:active,
#accessibility-container.js-cursor .panel-item input[type="submit"]:active,
#accessibility-container.js-cursor .panel-item input[type="button"]:active,
#accessibility-container.js-cursor .panel-item [role="button"]:active,
#accessibility-container.js-cursor .panel-item .clickable:active,
#accessibility-container.js-cursor .panel-item .button:active,
#accessibility-container.js-cursor .panel-item .lang-option:active,
#accessibility-container.js-cursor .panel-item .panel-item:active,
#accessibility-container.js-cursor .panel-item .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .panel-item .acc-close-btn:active,
#accessibility-container.js-cursor .fixed-acc-panel-btn a:active,
#accessibility-container.js-cursor .fixed-acc-panel-btn button:active,
#accessibility-container.js-cursor
  .fixed-acc-panel-btn
  input[type="submit"]:active,
#accessibility-container.js-cursor
  .fixed-acc-panel-btn
  input[type="button"]:active,
#accessibility-container.js-cursor .fixed-acc-panel-btn [role="button"]:active,
#accessibility-container.js-cursor .fixed-acc-panel-btn .clickable:active,
#accessibility-container.js-cursor .fixed-acc-panel-btn .button:active,
#accessibility-container.js-cursor .fixed-acc-panel-btn .lang-option:active,
#accessibility-container.js-cursor .fixed-acc-panel-btn .panel-item:active,
#accessibility-container.js-cursor
  .fixed-acc-panel-btn
  .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .fixed-acc-panel-btn .acc-close-btn:active,
#accessibility-container.js-cursor .position-wrapper a:active,
#accessibility-container.js-cursor .position-wrapper button:active,
#accessibility-container.js-cursor
  .position-wrapper
  input[type="submit"]:active,
#accessibility-container.js-cursor
  .position-wrapper
  input[type="button"]:active,
#accessibility-container.js-cursor .position-wrapper [role="button"]:active,
#accessibility-container.js-cursor .position-wrapper .clickable:active,
#accessibility-container.js-cursor .position-wrapper .button:active,
#accessibility-container.js-cursor .position-wrapper .lang-option:active,
#accessibility-container.js-cursor .position-wrapper .panel-item:active,
#accessibility-container.js-cursor
  .position-wrapper
  .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .position-wrapper .acc-close-btn:active,
#accessibility-container.js-cursor .panel-footer a:active,
#accessibility-container.js-cursor .panel-footer button:active,
#accessibility-container.js-cursor .panel-footer input[type="submit"]:active,
#accessibility-container.js-cursor .panel-footer input[type="button"]:active,
#accessibility-container.js-cursor .panel-footer [role="button"]:active,
#accessibility-container.js-cursor .panel-footer .clickable:active,
#accessibility-container.js-cursor .panel-footer .button:active,
#accessibility-container.js-cursor .panel-footer .lang-option:active,
#accessibility-container.js-cursor .panel-footer .panel-item:active,
#accessibility-container.js-cursor .panel-footer .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .panel-footer .acc-close-btn:active,
#accessibility-container.js-cursor .language-selector-wrapper a:active,
#accessibility-container.js-cursor .language-selector-wrapper button:active,
#accessibility-container.js-cursor
  .language-selector-wrapper
  input[type="submit"]:active,
#accessibility-container.js-cursor
  .language-selector-wrapper
  input[type="button"]:active,
#accessibility-container.js-cursor
  .language-selector-wrapper
  [role="button"]:active,
#accessibility-container.js-cursor .language-selector-wrapper .clickable:active,
#accessibility-container.js-cursor .language-selector-wrapper .button:active,
#accessibility-container.js-cursor
  .language-selector-wrapper
  .lang-option:active,
#accessibility-container.js-cursor
  .language-selector-wrapper
  .panel-item:active,
#accessibility-container.js-cursor
  .language-selector-wrapper
  .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor
  .language-selector-wrapper
  .acc-close-btn:active,
#accessibility-container.js-cursor .size-toggle-wrapper a:active,
#accessibility-container.js-cursor .size-toggle-wrapper button:active,
#accessibility-container.js-cursor
  .size-toggle-wrapper
  input[type="submit"]:active,
#accessibility-container.js-cursor
  .size-toggle-wrapper
  input[type="button"]:active,
#accessibility-container.js-cursor .size-toggle-wrapper [role="button"]:active,
#accessibility-container.js-cursor .size-toggle-wrapper .clickable:active,
#accessibility-container.js-cursor .size-toggle-wrapper .button:active,
#accessibility-container.js-cursor .size-toggle-wrapper .lang-option:active,
#accessibility-container.js-cursor .size-toggle-wrapper .panel-item:active,
#accessibility-container.js-cursor
  .size-toggle-wrapper
  .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .size-toggle-wrapper .acc-close-btn:active,
#accessibility-container.js-cursor .profiles-wrapper a:active,
#accessibility-container.js-cursor .profiles-wrapper button:active,
#accessibility-container.js-cursor
  .profiles-wrapper
  input[type="submit"]:active,
#accessibility-container.js-cursor
  .profiles-wrapper
  input[type="button"]:active,
#accessibility-container.js-cursor .profiles-wrapper [role="button"]:active,
#accessibility-container.js-cursor .profiles-wrapper .clickable:active,
#accessibility-container.js-cursor .profiles-wrapper .button:active,
#accessibility-container.js-cursor .profiles-wrapper .lang-option:active,
#accessibility-container.js-cursor .profiles-wrapper .panel-item:active,
#accessibility-container.js-cursor
  .profiles-wrapper
  .fixed-acc-panel-btn:active,
#accessibility-container.js-cursor .profiles-wrapper .acc-close-btn:active {
  cursor: pointer !important;
}
#accessibility-container.js-cursor #access-panel-wrapper input[type="text"],
#accessibility-container.js-cursor #access-panel-wrapper textarea,
#accessibility-container.js-cursor .acc-panel input[type="text"],
#accessibility-container.js-cursor .acc-panel textarea,
#accessibility-container.js-cursor .panel-wrapper input[type="text"],
#accessibility-container.js-cursor .panel-wrapper textarea,
#accessibility-container.js-cursor .panel-header input[type="text"],
#accessibility-container.js-cursor .panel-header textarea,
#accessibility-container.js-cursor .panel-list input[type="text"],
#accessibility-container.js-cursor .panel-list textarea,
#accessibility-container.js-cursor .panel-item input[type="text"],
#accessibility-container.js-cursor .panel-item textarea,
#accessibility-container.js-cursor .fixed-acc-panel-btn input[type="text"],
#accessibility-container.js-cursor .fixed-acc-panel-btn textarea,
#accessibility-container.js-cursor .position-wrapper input[type="text"],
#accessibility-container.js-cursor .position-wrapper textarea,
#accessibility-container.js-cursor .panel-footer input[type="text"],
#accessibility-container.js-cursor .panel-footer textarea,
#accessibility-container.js-cursor
  .language-selector-wrapper
  input[type="text"],
#accessibility-container.js-cursor .language-selector-wrapper textarea,
#accessibility-container.js-cursor .size-toggle-wrapper input[type="text"],
#accessibility-container.js-cursor .size-toggle-wrapper textarea,
#accessibility-container.js-cursor .profiles-wrapper input[type="text"],
#accessibility-container.js-cursor .profiles-wrapper textarea {
  cursor: text !important;
}
#accessibility-container.js-cursor.cursor-large {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="128" height="64" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>'),
    default !important;
}
#accessibility-container.js-cursor.cursor-large body {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="128" height="64" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>'),
    default !important;
}
#accessibility-container.js-cursor.cursor-xlarge {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="80" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>'),
    default !important;
}
#accessibility-container.js-cursor.cursor-xlarge body {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="80" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>'),
    default !important;
}
#accessibility-container.js-cursor.cursor-xlarge #access-panel-wrapper,
#accessibility-container.js-cursor.cursor-xlarge .acc-panel,
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper,
#accessibility-container.js-cursor.cursor-xlarge .panel-item,
#accessibility-container.js-cursor.cursor-xlarge .fixed-acc-panel-btn {
  cursor: default !important;
}
#accessibility-container.js-cursor.cursor-xlarge #access-panel-wrapper *,
#accessibility-container.js-cursor.cursor-xlarge .acc-panel *,
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper *,
#accessibility-container.js-cursor.cursor-xlarge .panel-item *,
#accessibility-container.js-cursor.cursor-xlarge .fixed-acc-panel-btn * {
  cursor: default !important;
}
#accessibility-container.js-cursor.cursor-xlarge #access-panel-wrapper a,
#accessibility-container.js-cursor.cursor-xlarge #access-panel-wrapper button,
#accessibility-container.js-cursor.cursor-xlarge
  #access-panel-wrapper
  input[type="submit"],
#accessibility-container.js-cursor.cursor-xlarge
  #access-panel-wrapper
  input[type="button"],
#accessibility-container.js-cursor.cursor-xlarge
  #access-panel-wrapper
  [role="button"],
#accessibility-container.js-cursor.cursor-xlarge
  #access-panel-wrapper
  .clickable,
#accessibility-container.js-cursor.cursor-xlarge #access-panel-wrapper .button,
#accessibility-container.js-cursor.cursor-xlarge
  #access-panel-wrapper
  .lang-option,
#accessibility-container.js-cursor.cursor-xlarge
  #access-panel-wrapper
  .panel-item,
#accessibility-container.js-cursor.cursor-xlarge
  #access-panel-wrapper
  .fixed-acc-panel-btn,
#accessibility-container.js-cursor.cursor-xlarge .acc-panel a,
#accessibility-container.js-cursor.cursor-xlarge .acc-panel button,
#accessibility-container.js-cursor.cursor-xlarge
  .acc-panel
  input[type="submit"],
#accessibility-container.js-cursor.cursor-xlarge
  .acc-panel
  input[type="button"],
#accessibility-container.js-cursor.cursor-xlarge .acc-panel [role="button"],
#accessibility-container.js-cursor.cursor-xlarge .acc-panel .clickable,
#accessibility-container.js-cursor.cursor-xlarge .acc-panel .button,
#accessibility-container.js-cursor.cursor-xlarge .acc-panel .lang-option,
#accessibility-container.js-cursor.cursor-xlarge .acc-panel .panel-item,
#accessibility-container.js-cursor.cursor-xlarge
  .acc-panel
  .fixed-acc-panel-btn,
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper a,
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper button,
#accessibility-container.js-cursor.cursor-xlarge
  .panel-wrapper
  input[type="submit"],
#accessibility-container.js-cursor.cursor-xlarge
  .panel-wrapper
  input[type="button"],
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper [role="button"],
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper .clickable,
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper .button,
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper .lang-option,
#accessibility-container.js-cursor.cursor-xlarge .panel-wrapper .panel-item,
#accessibility-container.js-cursor.cursor-xlarge
  .panel-wrapper
  .fixed-acc-panel-btn,
#accessibility-container.js-cursor.cursor-xlarge .panel-item a,
#accessibility-container.js-cursor.cursor-xlarge .panel-item button,
#accessibility-container.js-cursor.cursor-xlarge
  .panel-item
  input[type="submit"],
#accessibility-container.js-cursor.cursor-xlarge
  .panel-item
  input[type="button"],
#accessibility-container.js-cursor.cursor-xlarge .panel-item [role="button"],
#accessibility-container.js-cursor.cursor-xlarge .panel-item .clickable,
#accessibility-container.js-cursor.cursor-xlarge .panel-item .button,
#accessibility-container.js-cursor.cursor-xlarge .panel-item .lang-option,
#accessibility-container.js-cursor.cursor-xlarge .panel-item .panel-item,
#accessibility-container.js-cursor.cursor-xlarge
  .panel-item
  .fixed-acc-panel-btn,
#accessibility-container.js-cursor.cursor-xlarge .fixed-acc-panel-btn a,
#accessibility-container.js-cursor.cursor-xlarge .fixed-acc-panel-btn button,
#accessibility-container.js-cursor.cursor-xlarge
  .fixed-acc-panel-btn
  input[type="submit"],
#accessibility-container.js-cursor.cursor-xlarge
  .fixed-acc-panel-btn
  input[type="button"],
#accessibility-container.js-cursor.cursor-xlarge
  .fixed-acc-panel-btn
  [role="button"],
#accessibility-container.js-cursor.cursor-xlarge
  .fixed-acc-panel-btn
  .clickable,
#accessibility-container.js-cursor.cursor-xlarge .fixed-acc-panel-btn .button,
#accessibility-container.js-cursor.cursor-xlarge
  .fixed-acc-panel-btn
  .lang-option,
#accessibility-container.js-cursor.cursor-xlarge
  .fixed-acc-panel-btn
  .panel-item,
#accessibility-container.js-cursor.cursor-xlarge
  .fixed-acc-panel-btn
  .fixed-acc-panel-btn {
  cursor: pointer !important;
}
.cursor-tracker {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 0, 0.3);
  border: 2px solid #000;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99999;
  transition: all 0.1s ease-out;
  display: none;
  mix-blend-mode: difference;
}
.cursor-tracker.active {
  display: block;
}
.cursor-tracker.clicking {
  transform: translate(-50%, -50%) scale(0.8);
  background-color: rgba(255, 0, 0, 0.4);
}
#access-panel-wrapper:hover .cursor-tracker,
.acc-panel:hover .cursor-tracker,
.fixed-acc-panel-btn:hover .cursor-tracker {
  opacity: 0;
  visibility: hidden;
}
.js-cursor .focus-indicator {
  position: absolute;
  border: 3px solid #0750d1;
  border-radius: 5px;
  box-shadow: 0 0 0 2px #fff, 0 0 10px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 99998;
  transition: all 0.2s ease;
  opacity: 0;
}
.js-cursor .focus-indicator.active {
  opacity: 1;
}
@media (max-width: 768px) {
  #accessibility-container.js-cursor {
    cursor: default !important;
  }
  #accessibility-container.js-cursor body {
    cursor: default !important;
  }
  #accessibility-container.js-cursor a,
  #accessibility-container.js-cursor button,
  #accessibility-container.js-cursor input[type="submit"],
  #accessibility-container.js-cursor input[type="button"],
  #accessibility-container.js-cursor [role="button"],
  #accessibility-container.js-cursor .clickable {
    cursor: pointer !important;
  }
  #accessibility-container.js-cursor p,
  #accessibility-container.js-cursor h1,
  #accessibility-container.js-cursor h2,
  #accessibility-container.js-cursor h3,
  #accessibility-container.js-cursor h4,
  #accessibility-container.js-cursor h5,
  #accessibility-container.js-cursor h6,
  #accessibility-container.js-cursor span,
  #accessibility-container.js-cursor input[type="text"],
  #accessibility-container.js-cursor textarea {
    cursor: text !important;
  }
  .cursor-tracker {
    display: none !important;
  }
}
#accessibility-container.js-text-align-left * {
  text-align: left !important;
}
#accessibility-container.js-text-align-right * {
  text-align: right !important;
}
#accessibility-container.js-text-align-center * {
  text-align: center !important;
}
#accessibility-container.js-text-align-justify * {
  text-align: justify !important;
}
#accessibility-container.js-text-align-left
  input[type="text"].js-text-align-justify,
#accessibility-container.js-text-align-left
  input[type="email"].js-text-align-justify,
#accessibility-container.js-text-align-left
  input[type="password"].js-text-align-justify,
#accessibility-container.js-text-align-left
  input[type="search"].js-text-align-justify,
#accessibility-container.js-text-align-left textarea.js-text-align-justify,
#accessibility-container.js-text-align-right
  input[type="text"].js-text-align-justify,
#accessibility-container.js-text-align-right
  input[type="email"].js-text-align-justify,
#accessibility-container.js-text-align-right
  input[type="password"].js-text-align-justify,
#accessibility-container.js-text-align-right
  input[type="search"].js-text-align-justify,
#accessibility-container.js-text-align-right textarea.js-text-align-justify,
#accessibility-container.js-text-align-center
  input[type="text"].js-text-align-justify,
#accessibility-container.js-text-align-center
  input[type="email"].js-text-align-justify,
#accessibility-container.js-text-align-center
  input[type="password"].js-text-align-justify,
#accessibility-container.js-text-align-center
  input[type="search"].js-text-align-justify,
#accessibility-container.js-text-align-center textarea.js-text-align-justify,
#accessibility-container.js-text-align-justify
  input[type="text"].js-text-align-justify,
#accessibility-container.js-text-align-justify
  input[type="email"].js-text-align-justify,
#accessibility-container.js-text-align-justify
  input[type="password"].js-text-align-justify,
#accessibility-container.js-text-align-justify
  input[type="search"].js-text-align-justify,
#accessibility-container.js-text-align-justify textarea.js-text-align-justify {
  text-align: left !important;
}
#accessibility-container.js-text-align-left table,
#accessibility-container.js-text-align-right table,
#accessibility-container.js-text-align-center table,
#accessibility-container.js-text-align-justify table {
  width: 100% !important;
}
#accessibility-container.js-text-align-left table th,
#accessibility-container.js-text-align-right table th,
#accessibility-container.js-text-align-center table th,
#accessibility-container.js-text-align-justify table th {
  text-align: center !important;
  font-weight: bold !important;
}
#accessibility-container.js-text-align-left ul li::marker,
#accessibility-container.js-text-align-left ol li::marker,
#accessibility-container.js-text-align-right ul li::marker,
#accessibility-container.js-text-align-right ol li::marker,
#accessibility-container.js-text-align-center ul li::marker,
#accessibility-container.js-text-align-center ol li::marker,
#accessibility-container.js-text-align-justify ul li::marker,
#accessibility-container.js-text-align-justify ol li::marker {
  unicode-bidi: isolate !important;
}
#accessibility-container.js-text-align-left .flex[class*="text-center"],
#accessibility-container.js-text-align-left
  [class*="flex-"][class*="text-center"],
#accessibility-container.js-text-align-left
  [class*="d-flex"][class*="text-center"],
#accessibility-container.js-text-align-left
  [style*="display: flex"][class*="text-center"],
#accessibility-container.js-text-align-left
  [style*="display:flex"][class*="text-center"],
#accessibility-container.js-text-align-right .flex[class*="text-center"],
#accessibility-container.js-text-align-right
  [class*="flex-"][class*="text-center"],
#accessibility-container.js-text-align-right
  [class*="d-flex"][class*="text-center"],
#accessibility-container.js-text-align-right
  [style*="display: flex"][class*="text-center"],
#accessibility-container.js-text-align-right
  [style*="display:flex"][class*="text-center"],
#accessibility-container.js-text-align-center .flex[class*="text-center"],
#accessibility-container.js-text-align-center
  [class*="flex-"][class*="text-center"],
#accessibility-container.js-text-align-center
  [class*="d-flex"][class*="text-center"],
#accessibility-container.js-text-align-center
  [style*="display: flex"][class*="text-center"],
#accessibility-container.js-text-align-center
  [style*="display:flex"][class*="text-center"],
#accessibility-container.js-text-align-justify .flex[class*="text-center"],
#accessibility-container.js-text-align-justify
  [class*="flex-"][class*="text-center"],
#accessibility-container.js-text-align-justify
  [class*="d-flex"][class*="text-center"],
#accessibility-container.js-text-align-justify
  [style*="display: flex"][class*="text-center"],
#accessibility-container.js-text-align-justify
  [style*="display:flex"][class*="text-center"] {
  justify-content: center !important;
}
#accessibility-container.js-text-align-left .flex[class*="text-right"],
#accessibility-container.js-text-align-left .flex[class*="text-end"],
#accessibility-container.js-text-align-left
  [class*="flex-"][class*="text-right"],
#accessibility-container.js-text-align-left [class*="flex-"][class*="text-end"],
#accessibility-container.js-text-align-left
  [class*="d-flex"][class*="text-right"],
#accessibility-container.js-text-align-left
  [class*="d-flex"][class*="text-end"],
#accessibility-container.js-text-align-left
  [style*="display: flex"][class*="text-right"],
#accessibility-container.js-text-align-left
  [style*="display: flex"][class*="text-end"],
#accessibility-container.js-text-align-left
  [style*="display:flex"][class*="text-right"],
#accessibility-container.js-text-align-left
  [style*="display:flex"][class*="text-end"],
#accessibility-container.js-text-align-right .flex[class*="text-right"],
#accessibility-container.js-text-align-right .flex[class*="text-end"],
#accessibility-container.js-text-align-right
  [class*="flex-"][class*="text-right"],
#accessibility-container.js-text-align-right
  [class*="flex-"][class*="text-end"],
#accessibility-container.js-text-align-right
  [class*="d-flex"][class*="text-right"],
#accessibility-container.js-text-align-right
  [class*="d-flex"][class*="text-end"],
#accessibility-container.js-text-align-right
  [style*="display: flex"][class*="text-right"],
#accessibility-container.js-text-align-right
  [style*="display: flex"][class*="text-end"],
#accessibility-container.js-text-align-right
  [style*="display:flex"][class*="text-right"],
#accessibility-container.js-text-align-right
  [style*="display:flex"][class*="text-end"],
#accessibility-container.js-text-align-center .flex[class*="text-right"],
#accessibility-container.js-text-align-center .flex[class*="text-end"],
#accessibility-container.js-text-align-center
  [class*="flex-"][class*="text-right"],
#accessibility-container.js-text-align-center
  [class*="flex-"][class*="text-end"],
#accessibility-container.js-text-align-center
  [class*="d-flex"][class*="text-right"],
#accessibility-container.js-text-align-center
  [class*="d-flex"][class*="text-end"],
#accessibility-container.js-text-align-center
  [style*="display: flex"][class*="text-right"],
#accessibility-container.js-text-align-center
  [style*="display: flex"][class*="text-end"],
#accessibility-container.js-text-align-center
  [style*="display:flex"][class*="text-right"],
#accessibility-container.js-text-align-center
  [style*="display:flex"][class*="text-end"],
#accessibility-container.js-text-align-justify .flex[class*="text-right"],
#accessibility-container.js-text-align-justify .flex[class*="text-end"],
#accessibility-container.js-text-align-justify
  [class*="flex-"][class*="text-right"],
#accessibility-container.js-text-align-justify
  [class*="flex-"][class*="text-end"],
#accessibility-container.js-text-align-justify
  [class*="d-flex"][class*="text-right"],
#accessibility-container.js-text-align-justify
  [class*="d-flex"][class*="text-end"],
#accessibility-container.js-text-align-justify
  [style*="display: flex"][class*="text-right"],
#accessibility-container.js-text-align-justify
  [style*="display: flex"][class*="text-end"],
#accessibility-container.js-text-align-justify
  [style*="display:flex"][class*="text-right"],
#accessibility-container.js-text-align-justify
  [style*="display:flex"][class*="text-end"] {
  justify-content: flex-end !important;
}
#accessibility-container.js-text-align-left .flex[class*="text-justify"],
#accessibility-container.js-text-align-left
  [class*="flex-"][class*="text-justify"],
#accessibility-container.js-text-align-left
  [class*="d-flex"][class*="text-justify"],
#accessibility-container.js-text-align-left
  [style*="display: flex"][class*="text-justify"],
#accessibility-container.js-text-align-left
  [style*="display:flex"][class*="text-justify"],
#accessibility-container.js-text-align-right .flex[class*="text-justify"],
#accessibility-container.js-text-align-right
  [class*="flex-"][class*="text-justify"],
#accessibility-container.js-text-align-right
  [class*="d-flex"][class*="text-justify"],
#accessibility-container.js-text-align-right
  [style*="display: flex"][class*="text-justify"],
#accessibility-container.js-text-align-right
  [style*="display:flex"][class*="text-justify"],
#accessibility-container.js-text-align-center .flex[class*="text-justify"],
#accessibility-container.js-text-align-center
  [class*="flex-"][class*="text-justify"],
#accessibility-container.js-text-align-center
  [class*="d-flex"][class*="text-justify"],
#accessibility-container.js-text-align-center
  [style*="display: flex"][class*="text-justify"],
#accessibility-container.js-text-align-center
  [style*="display:flex"][class*="text-justify"],
#accessibility-container.js-text-align-justify .flex[class*="text-justify"],
#accessibility-container.js-text-align-justify
  [class*="flex-"][class*="text-justify"],
#accessibility-container.js-text-align-justify
  [class*="d-flex"][class*="text-justify"],
#accessibility-container.js-text-align-justify
  [style*="display: flex"][class*="text-justify"],
#accessibility-container.js-text-align-justify
  [style*="display:flex"][class*="text-justify"] {
  justify-content: space-between !important;
}
#accessibility-container.js-text-align-left [class*="text-left"],
#accessibility-container.js-text-align-left [class*="text-right"],
#accessibility-container.js-text-align-left [class*="text-center"],
#accessibility-container.js-text-align-left [class*="text-justify"],
#accessibility-container.js-text-align-left [class*="text-start"],
#accessibility-container.js-text-align-left [class*="text-end"],
#accessibility-container.js-text-align-right [class*="text-left"],
#accessibility-container.js-text-align-right [class*="text-right"],
#accessibility-container.js-text-align-right [class*="text-center"],
#accessibility-container.js-text-align-right [class*="text-justify"],
#accessibility-container.js-text-align-right [class*="text-start"],
#accessibility-container.js-text-align-right [class*="text-end"],
#accessibility-container.js-text-align-center [class*="text-left"],
#accessibility-container.js-text-align-center [class*="text-right"],
#accessibility-container.js-text-align-center [class*="text-center"],
#accessibility-container.js-text-align-center [class*="text-justify"],
#accessibility-container.js-text-align-center [class*="text-start"],
#accessibility-container.js-text-align-center [class*="text-end"],
#accessibility-container.js-text-align-justify [class*="text-left"],
#accessibility-container.js-text-align-justify [class*="text-right"],
#accessibility-container.js-text-align-justify [class*="text-center"],
#accessibility-container.js-text-align-justify [class*="text-justify"],
#accessibility-container.js-text-align-justify [class*="text-start"],
#accessibility-container.js-text-align-justify [class*="text-end"] {
  text-align: inherit !important;
}
@media (max-width: 768px) {
  #accessibility-container.js-text-align-justify * {
    text-align: left !important;
  }
}
.blue-filter {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  z-index: 24000;
  background: rgba(30, 30, 60, 0.2);
  filter: sepia(0.2) brightness(0.95) contrast(1.1) grayscale(0.1)
    hue-rotate(180deg);
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
.blue-filter.active {
  opacity: 1 !important;
}
.blue-filter #acc-panel,
.blue-filter #acc-panel *,
.blue-filter #acc-trigger,
.blue-filter .acc-notification,
.blue-filter .acc-notification *,
.blue-filter .fixed-acc-panel-btn {
  mix-blend-mode: normal !important;
  filter: none !important;
  background: rgba(0, 0, 0, 0) !important;
}
.blue-filter.light {
  background: rgba(30, 30, 60, 0.1);
  filter: sepia(0.1) brightness(0.97) contrast(1.05) grayscale(0.05);
}
.blue-filter.medium {
  background: rgba(30, 30, 60, 0.2);
  filter: sepia(0.2) brightness(0.95) contrast(1.1) grayscale(0.1);
}
.blue-filter.strong {
  background: rgba(30, 30, 60, 0.3);
  filter: sepia(0.3) brightness(0.9) contrast(1.2) grayscale(0.2);
}
#accessibility-container.js-grayscale {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: 500px;
  height: 100%;
  z-index: 24000 !important;
  pointer-events: none;
}
.reading-area {
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #000;
  border-radius: 20px;
  pointer-events: auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  pointer-events: none !important;
  border: 3px solid orange;
}
.reading-area.light {
  background-color: rgba(255, 165, 0, 0.3);
  border-color: #fc0;
  height: 8px;
}
.reading-area.medium {
  background-color: rgba(255, 165, 0, 0.5);
  border-color: orange;
  height: 10px;
}
.reading-area.strong {
  background-color: rgba(255, 165, 0, 0.7);
  border-color: #ff8c00;
  height: 12px;
}
#reading-mask {
  display: none;
}
#reading-mask.active {
  display: block;
}
.filtermask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 40000;
  pointer-events: none;
}
.reading-area-filter {
  position: relative;
  width: 100%;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #fff;
  border-bottom: 4px solid orange;
  pointer-events: none;
}
.reading-area-filter:before {
  content: "";
  top: -100vh;
  width: 100%;
  backdrop-filter: blur(0.6px);
  -webkit-backdrop-filter: blur(0.6px);
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.296);
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.reading-area-filter:after {
  content: "";
  bottom: -100vh;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(0.6px);
  -webkit-backdrop-filter: blur(0.6px);
  background-color: rgba(0, 0, 0, 0.296);
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.reading-area-filter.light {
  height: 150px;
}
.reading-area-filter.light:before,
.reading-area-filter.light:after {
  backdrop-filter: blur(0.3px);
  -webkit-backdrop-filter: blur(0.3px);
  background-color: rgba(0, 0, 0, 0.2);
}
.reading-area-filter.medium {
  height: 100px;
}
.reading-area-filter.medium:before,
.reading-area-filter.medium:after {
  backdrop-filter: blur(0.6px);
  -webkit-backdrop-filter: blur(0.6px);
  background-color: rgba(0, 0, 0, 0.296);
}
.reading-area-filter.strong {
  height: 80px;
}
.reading-area-filter.strong:before,
.reading-area-filter.strong:after {
  backdrop-filter: blur(0.9px);
  -webkit-backdrop-filter: blur(0.9px);
  background-color: rgba(0, 0, 0, 0.4);
}
#reading-filter-mask {
  display: none;
}
#reading-filter-mask.active {
  display: block;
}
.static-reading-line {
  position: fixed;
  width: 100%;
  height: 3px;
  background-color: orange;
  z-index: 23999;
  left: 0;
  pointer-events: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}
.static-reading-line.active {
  display: block;
}
.reading-line-controls {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 24001;
  display: none;
}
.reading-line-controls .line-control {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.reading-line-controls .line-control:hover {
  background-color: #fff;
}
.reading-line-controls .line-control i {
  font-size: 18px;
}
.reading-line-controls.active {
  display: flex;
}
@media (max-width: 768px) {
  .mask {
    width: 100%;
  }
  .reading-area {
    width: 90%;
    left: 5%;
  }
  .reading-area-filter {
    height: 80px;
  }
  .reading-line-controls {
    right: 20px;
  }
}
html.js-cursor #reading-mask.active {
  cursor: none !important;
}
html.js-cursor #reading-mask.active * {
  cursor: none !important;
}
html.js-invert-bg .reading-area {
  border-color: #00b0ff;
}
html.js-invert-bg .reading-area-filter {
  border-top-color: #333;
  border-bottom-color: #00b0ff;
}
html.js-invert-bg .static-reading-line {
  background-color: #00b0ff;
}
html.js-grayscale #access-panel-wrapper {
  z-index: 45000 !important;
}
html.js-grayscale #acc-panel {
  z-index: 45000 !important;
}
.grayscale-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 40000;
  pointer-events: none !important;
  backdrop-filter: grayscale(1) !important;
  -webkit-backdrop-filter: grayscale(1) !important;
}
#accessibility-container.js-colorblind {
  filter: contrast(1.4);
}
#accessibility-container.js-colorblind-protanopia {
  filter: url("#protanopia-filter");
  -webkit-filter: contrast(1.2) saturate(0.8) brightness(1.1);
}
#accessibility-container.js-colorblind-deuteranopia {
  filter: url("#deuteranopia-filter");
  -webkit-filter: contrast(1.2) saturate(0.6) hue-rotate(-10deg) brightness(1.1);
}
#accessibility-container.js-colorblind-tritanopia {
  filter: url("#tritanopia-filter");
  -webkit-filter: contrast(1.3) saturate(0.5) hue-rotate(60deg) brightness(1.1);
}
#accessibility-container.js-colorblind-achromatopsia {
  filter: grayscale(1) contrast(1.5);
}
#accessibility-container.js-colorblind-high-contrast {
  filter: contrast(2) saturate(0) brightness(1.2);
}
#accessibility-container.js-colorblind-high-contrast * {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
#accessibility-container.js-colorblind-high-contrast a {
  color: #00e !important;
  text-decoration: underline !important;
}
#accessibility-container.js-colorblind-high-contrast a:visited {
  color: #551a8b !important;
}
.colorblind-level-indicator {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 9px !important;
}
.colorblind-level-indicator .colorblind-dot {
  width: 15px;
  height: 5px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.colorblind-level-indicator .colorblind-dot.active {
  background-color: #9fe1ff;
  transform: scale(1.2);
}
.profiles-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--acc-border-color);
  padding: 15px !important;
  padding-top: 0 !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.profiles-wrapper .profiles-dropdown-header {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  margin-bottom: 12px !important;
  background-color: rgba(0, 142, 207, 0.0705882353);
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  padding: 15px !important;
  gap: 10px;
}
.profiles-wrapper .profiles-dropdown-header .dropdown-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--acc-primary-color);
}
.profiles-wrapper .profiles-dropdown-header .dropdown-icon i {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: 0.3s;
}
.profiles-wrapper .profiles-dropdown-header .profiles-title {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s ease;
  color: var(--acc-primary-color);
}
.profiles-wrapper .profiles-dropdown-header:hover {
  background-color: var(--acc-primary-color);
}
.profiles-wrapper .profiles-dropdown-header:hover .dropdown-icon {
  background-color: #fff !important;
}
.profiles-wrapper .profiles-dropdown-header:hover .dropdown-icon i {
  color: var(--acc-primary-color) !important;
}
.profiles-wrapper .profiles-dropdown-header:hover .profiles-title {
  color: #fff;
}
.profiles-wrapper .profiles-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 206px;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.profiles-wrapper .profiles-content.profiles-collapsed {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.profiles-wrapper .profiles-content::-webkit-scrollbar {
  width: 6px;
}
.profiles-wrapper .profiles-content::-webkit-scrollbar-thumb {
  background-color: var(--acc-scrollbar-thumb);
  border-radius: 3px;
}
.profiles-wrapper .profiles-content::-webkit-scrollbar-track {
  background: var(--acc-scrollbar-track);
}
.profiles-wrapper .profile-button {
  display: flex;
  align-items: center;
  background-color: var(--acc-bg-light);
  border-radius: 8px;
  padding: 10px !important;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid rgba(0, 0, 0, 0);
  gap: 10px;
}
.profiles-wrapper .profile-button:hover {
  background-color: var(--acc-primary-color) !important;
}
.profiles-wrapper .profile-button:hover .profile-name {
  color: #fff !important;
}
.profiles-wrapper .profile-button:hover .profile-desc {
  color: #fff !important;
}
.profiles-wrapper .profile-button:hover .profile-icon {
  background-color: #fff !important;
}
.profiles-wrapper .profile-button:hover .profile-icon i {
  color: var(--acc-primary-color) !important;
}
.profiles-wrapper .profile-button.active {
  background-color: var(--acc-primary-color) !important;
}
.profiles-wrapper .profile-button.active .profile-name {
  color: #fff !important;
}
.profiles-wrapper .profile-button.active .profile-desc {
  color: #fff !important;
}
.profiles-wrapper .profile-button.active .profile-icon {
  background-color: #fff !important;
}
.profiles-wrapper .profile-button.active .profile-icon i {
  color: var(--acc-primary-color) !important;
}
.profiles-wrapper .profile-button .profile-icon {
  background-color: var(--acc-primary-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.profiles-wrapper .profile-button .profile-icon i {
  color: #fff;
  font-size: 18px;
}
.profiles-wrapper .profile-button .profile-info {
  flex: 1;
}
.profiles-wrapper .profile-button .profile-info .profile-name {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--acc-text-primary);
}
.profiles-wrapper .profile-button .profile-info .profile-desc {
  font-size: 12px;
  color: #999;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profiles-wrapper .profile-button .profile-info .profile-desc i {
  font-size: 13px;
}
.js-big-size .profiles-wrapper .profiles-dropdown-header {
  padding: 10px 18px;
}
.js-big-size .profiles-wrapper .profiles-dropdown-header .dropdown-icon {
  width: 24px;
  height: 24px;
}
.js-big-size .profiles-wrapper .profiles-dropdown-header .dropdown-icon i {
  font-size: 14px;
}
.js-big-size .profiles-wrapper .profiles-dropdown-header .profiles-title {
  font-size: 18px;
}
.js-big-size .profiles-wrapper .profiles-content {
  max-height: 220px;
  gap: 10px;
  padding: 12px;
}
.js-big-size .profiles-wrapper .profiles-content.profiles-collapsed {
  max-height: 0;
}
.js-big-size .profiles-wrapper .profiles-content .profile-button {
  padding: 12px;
}
.js-big-size .profiles-wrapper .profiles-content .profile-button .profile-icon {
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
.js-big-size
  .profiles-wrapper
  .profiles-content
  .profile-button
  .profile-icon
  i {
  font-size: 20px;
}
.js-big-size
  .profiles-wrapper
  .profiles-content
  .profile-button
  .profile-info
  .profile-name {
  font-size: 16px;
  margin-bottom: 4px;
}
.js-big-size
  .profiles-wrapper
  .profiles-content
  .profile-button
  .profile-info
  .profile-desc {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .profiles-wrapper .profiles-dropdown-header {
    padding: 8px 12px;
  }
  .profiles-wrapper .profiles-dropdown-header .dropdown-icon {
    width: 18px;
    height: 18px;
  }
  .profiles-wrapper .profiles-dropdown-header .dropdown-icon i {
    font-size: 10px;
  }
  .profiles-wrapper .profiles-dropdown-header .profiles-title {
    font-size: 14px;
  }
  .profiles-wrapper .profiles-content {
    max-height: 150px;
    padding: 8px;
  }
  .profiles-wrapper .profiles-content.profiles-collapsed {
    max-height: 0;
  }
  .profiles-wrapper .profiles-content .profile-button {
    padding: 8px;
  }
  .profiles-wrapper .profiles-content .profile-button .profile-icon {
    width: 36px;
    height: 36px;
  }
  .profiles-wrapper .profiles-content .profile-button .profile-icon i {
    font-size: 16px;
  }
  .profiles-wrapper
    .profiles-content
    .profile-button
    .profile-info
    .profile-name {
    font-size: 13px;
  }
  .profiles-wrapper
    .profiles-content
    .profile-button
    .profile-info
    .profile-desc {
    font-size: 11px;
  }
}
#accessibility-container.js-hue-level-1 {
  filter: saturate(1.4) !important;
  -webkit-filter: saturate(1.4) !important;
  -moz-filter: saturate(1.4) !important;
  -ms-filter: saturate(1.4) !important;
  -o-filter: saturate(1.4) !important;
}
#accessibility-container.js-hue-level-2 {
  filter: saturate(0.35) !important;
  -webkit-filter: saturate(0.35) !important;
  -moz-filter: saturate(0.35) !important;
  -ms-filter: saturate(0.35) !important;
  -o-filter: saturate(0.35) !important;
}
#accessibility-container.js-hue-level-3 {
  filter: saturate(2) !important;
  -webkit-filter: saturate(2) !important;
  -moz-filter: saturate(2) !important;
  -ms-filter: saturate(2) !important;
  -o-filter: saturate(2) !important;
}
#accessibility-container.js-grayscale {
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(1) !important;
  -ms-filter: grayscale(1) !important;
  -o-filter: grayscale(1) !important;
}
.hue-rotate-level-indicator {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 9px !important;
}
.hue-rotate-level-indicator .hue-rotate-dot {
  width: 15px;
  height: 5px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.hue-rotate-level-indicator .hue-rotate-dot.active {
  background-color: #9fe1ff;
  transform: scale(1.2);
}
@media screen and (max-width: 480px) {
  .hue-rotate-level-indicator {
    gap: 3px;
  }
  .hue-rotate-dot {
    width: 6px;
    height: 6px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#acc-panel {
  width: 500px;
  height: 100vh;
  position: fixed !important;
  top: 0;
  
  z-index: 45000;
  background-color: #eff1f5;
  opacity: 0;
  color: #000;
  visibility: hidden;

  transition: width 0.4s, opacity 0.4s, visibility 0.4s, transform 0.4s;
  zoom: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#acc-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)!important;
}
#acc-panel img:not(.lang-option img) {
  display: block !important;
  width: 80px;
}
#acc-panel.accpanel-position-left {
  right: auto !important;
  left: 0 !important;
}
#acc-panel.accpanel-position-right {
  right: 0 !important;
  left: auto !important;
}
#acc-panel.medium-size {
  width: 600px !important;
}
#acc-panel.medium-size .panel-item:not(.panel-item.not-bg) {
  height: 105px !important;
}
#acc-panel.large-size .panel-wrapper .panel-header,
#acc-panel.big-size .panel-wrapper .panel-header {
  font-size: 20px;
}
#acc-panel.large-size .panel-wrapper .acc-close-btn,
#acc-panel.big-size .panel-wrapper .acc-close-btn {
  margin-top: -3px !important;
}
#acc-panel.large-size .language-selector-wrapper .lang-header,
#acc-panel.big-size .language-selector-wrapper .lang-header {
  font-size: 18px !important;
}
#acc-panel.large-size
  .profiles-wrapper
  .profiles-dropdown-header
  .profiles-title,
#acc-panel.big-size
  .profiles-wrapper
  .profiles-dropdown-header
  .profiles-title {
  font-size: 16px !important;
}
#acc-panel.large-size
  .profiles-wrapper
  .profile-button
  .profile-info
  .profile-name,
#acc-panel.big-size
  .profiles-wrapper
  .profile-button
  .profile-info
  .profile-name {
  font-size: 15px !important;
}
#acc-panel.large-size
  .profiles-wrapper
  .profile-button
  .profile-info
  .profile-desc,
#acc-panel.big-size
  .profiles-wrapper
  .profile-button
  .profile-info
  .profile-desc {
  font-size: 14px !important;
}
#acc-panel.large-size .size-toggle-wrapper .panel-text,
#acc-panel.big-size .size-toggle-wrapper .panel-text {
  font-size: 20px !important;
}
#acc-panel.large-size .panel-wrapper .panel-list .panel-item,
#acc-panel.big-size .panel-wrapper .panel-list .panel-item {
  flex: 1 1 calc(50% - 30px);
  height: 170px;
}
#acc-panel.large-size .panel-wrapper .panel-list .panel-item .panel-item-title,
#acc-panel.big-size .panel-wrapper .panel-list .panel-item .panel-item-title {
  font-size: 17px;
}
#acc-panel.large-size .panel-wrapper .panel-list .panel-item i,
#acc-panel.big-size .panel-wrapper .panel-list .panel-item i {
  font-size: 30px;
}
#acc-panel.large-size #reset-trigger,
#acc-panel.big-size #reset-trigger {
  height: 55px !important;
}
.panel-wrapper {
  position: relative !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel-wrapper .panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem !important;
  background-color: #0750d1;
  color: #fff;
  font-size: 15px;
  padding-left: 1.4rem!important;
  width: 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 21, 57, 0.1882352941);
}
.panel-wrapper .panel-list {
  font-family: "Quicksand", sans-serif;
  padding: 1rem !important;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  max-height: 70vh;
  overflow-y: auto;
  background-color: rgba(7, 80, 209, 0.07);
}
.panel-wrapper .panel-list::-webkit-scrollbar {
  width: 6px;
}
.panel-wrapper .panel-list::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.panel-wrapper .panel-list::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}
.panel-wrapper .panel-list .panel-item {
  flex: 1 1 calc(33.3333333333% - 30px);
  height: 120px;
  display: flex;
  color: #003b56;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.4s;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  gap: 6px;
}
.panel-wrapper .panel-list .panel-item i {
  font-size: 24px;
}
.panel-wrapper .panel-list .panel-item:hover {
  background-color: #0750d1;
  color: #fff !important;
}
.panel-wrapper .panel-list .panel-item:hover .panel-item-title {
  color: #fff;
}
.panel-wrapper .panel-list .panel-item.active {
  background-color: #053487 !important;
  color: #fff !important;
}
.panel-wrapper .panel-list .panel-item.active .panel-item-title {
  color: #fff;
  user-select: none!important;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
}
.panel-wrapper .panel-list .panel-item.not-bg.active {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}
.panel-wrapper .panel-list .panel-item .panel-item-title {
  font-size: 15px;
  font-family: 'Quicksand',sans-serif!important;
  font-weight: 800;
  text-align: center !important;
  line-height: 1.2;
  text-wrap: wrap;
  word-wrap: break-word;
  padding: 0 1rem !important;
  margin-top: 6px;
  color: #4d4c4c;
  width: 100%;
  max-width: 14ch;
  padding: 0 20px;
  display: block;
}
.panel-wrapper .panel-list .panel-item .contrast-level-indicator {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 9px !important;
}
.panel-wrapper .panel-list .panel-item .contrast-level-indicator .contrast-dot {
  width: 15px;
  height: 5px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.panel-wrapper
  .panel-list
  .panel-item
  .contrast-level-indicator
  .contrast-dot.active {
  background-color: #9fe1ff;
  transform: scale(1.2);
}
.panel-wrapper .acc-close-btn {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.4s;
}
.panel-wrapper .acc-close-btn:hover {
  transform: scale(1.2);
}
.panel-wrapper .panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: auto;
  padding: 1rem !important;
}
.panel-wrapper .panel-footer .panel-info {
  font-size: 10px;
  font-weight: 300;
  max-width: 40ch;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: right;
  color: rgba(12, 10, 10, 0.6705882353);
}
.panel-wrapper .panel-footer .panel-info strong {
  font-weight: 900;
  color: #b61f3f;
}
#reset-trigger {
  gap: 10px;
  height: 40px;
  background-color: #0750d1;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.4s;
  font-size: 18px;
  padding: 1.4rem 1rem !important;
  cursor: pointer;
}
#reset-trigger:hover {
  background-color: #fff !important;
  color: #0750d1;
  border: 1px solid #0750d1;
}
.position-wrapper {
  width: 100%;
  padding: 5px 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 1rem !important;
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 17px;
}
.position-wrapper .panel-text {
  font-size: 12px;
  font-weight: bold;
  margin-right: auto !important;
  color: #0750d1;
}
.position-wrapper .panel-left-trigger {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #0750d1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  background-color: #eff1f5 !important;
  color: var(--acc-primary-color) !important;
}
.position-wrapper .panel-left-trigger:hover {
  background-color: #fff !important;
}
.position-wrapper .panel-left-trigger:hover img {
  filter: invert(1);
}
.position-wrapper .panel-left-trigger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.4s;
}
.position-wrapper .panel-left-trigger:hover {
  background-color: #2d7be5 !important;
  color: #fff !important;
}
.position-wrapper .panel-right-trigger {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #0750d1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  background-color: #eff1f5 !important;
  color: var(--acc-primary-color) !important;
}
.position-wrapper .panel-right-trigger:hover {
  background-color: #fff !important;
}
.position-wrapper .panel-right-trigger:hover img {
  filter: invert(1);
}
.position-wrapper .panel-right-trigger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.4s;
}
.position-wrapper .panel-right-trigger:hover {
  background-color: #2d7be5 !important;
  color: #fff !important;
}
.success-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background-color: var(--chosen-color-hex)!important;
  color: #fff!important;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.success-box i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 20px;
}
.success-box p {
  font-size: 15px;
  letter-spacing: 0.3px;
  color: white!important;
}
.language-selector-wrapper {
  position: relative;
}
.language-selector-wrapper .lang-header {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 29px !important;
  color: #0750d1;
  cursor: pointer;
  justify-content: space-between;
}
.language-selector-wrapper .lang-header .header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.language-selector-wrapper .lang-header i {
  font-size: 20px;
}
.language-selector-wrapper .lang-modal-wrapper {
  width: 100%;
  height: 700px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 450001;
  border-radius: 30px;
  bottom: auto;
  top: 300px;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-bottom: 2rem !important;
  gap: 1rem;
}
.language-selector-wrapper .lang-modal-wrapper .close-lang-modal-trigger {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 15px;
  color: #fff;
  background-color: var(--chosen-color-hex)!important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.language-selector-wrapper .lang-modal-wrapper .close-lang-modal-trigger:hover {
  background-color: #053da0;
}
.language-selector-wrapper .lang-modal-wrapper .panel-text.modal {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 20px;
  color: var(--chosen-color-hex)!important;
  font-weight: 700;
}
.language-selector-wrapper .lang-modal-wrapper .language-options {
  display: flex;
  flex-direction: column;
  width: 87.4%;
  max-height: 450px;
  overflow-y: auto;
  margin-top: 90px !important;
}
.language-selector-wrapper
  .lang-modal-wrapper
  .language-options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(113, 134, 142, 0.1450980392);
  border-radius: 30px;
}
.language-selector-wrapper
  .lang-modal-wrapper
  .language-options::-webkit-scrollbar-thumb {
  background-color: rgba(var(--chosen-color, 7, 80, 209), 0.2)!important;
  border-radius: 30px;
}
.language-selector-wrapper .lang-modal-wrapper .language-options .lang-option {
  height: 50px;
  min-height: 50px;
  padding: 1rem !important;
  display: flex;
  align-items: center;
  border:none!important;
  background-color: transparent!important;
}
.language-selector-wrapper .lang-modal-wrapper .language-options .lang-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 20px 0px !important;
  border-bottom: 1px solid rgba(7, 80, 209, 0.1607843137);
  transition: 0.3s;
}
.language-selector-wrapper
  .lang-modal-wrapper
  .language-options
  .lang-option
  .flag-img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(7, 80, 209, 0.1);
  overflow: hidden;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.05);
}
.language-selector-wrapper
  .lang-modal-wrapper
  .language-options
  .lang-option
  .flag-img-wrapper
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}
.language-selector-wrapper
  .lang-modal-wrapper
  .language-options
  .lang-option
  .text {
  font-size: 13px;
  font-weight: 500;
  color: var(--chosen-color-hex)!important;
  letter-spacing: 0.3px;
  margin-left: 10px;
}
.language-selector-wrapper
  .lang-modal-wrapper
  .language-options
  .lang-option:hover {
  padding-left: 4px !important;
}
.lang-modal-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
.lang-modal-wrapper.show-lang-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.fixed-acc-panel-btn {
  position: fixed;
 
  z-index: 44500;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e74ff;
  cursor: pointer;
  transition: 0.4s;
}
.fixed-acc-panel-btn:hover {
  background-color: #0059ea;
}
.text-to-speech-btn {
  position: fixed;
  bottom: 150px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1e74ff;
  color: #fff;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 44500;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.text-to-speech-btn:hover {
  background-color: #0059ea;
}
.text-to-speech-btn:active {
  transform: scale(0.95);
}
.zoom-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}
.zoom-controls .zoom-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}
.zoom-controls .zoom-button:hover {
  background-color: #f0f0f0;
}
.zoom-controls .zoom-button.active {
  background-color: #0750d1;
  color: #fff;
  border-color: #0750d1;
}
#acc-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 23400;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0750d1;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: 0.4s;
  font-size: 30px !important;
  line-height: 1.4 !important;
  zoom: 1 !important;
  transform: none !important;
}
#acc-trigger.acc-trigger-compact {
  width: 45px !important;
  height: 45px !important;
}
#acc-trigger.acc-trigger-compact i {
  font-size: 20px !important;
}
#acc-trigger:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.acc-trigger-bottom-left {
  bottom: 30px;
  left: 30px;
}
.acc-trigger-bottom-right {
  bottom: 30px;
  right: 30px;
}
.acc-trigger-middle-right {
  top: 50%;
  right: 30px;
  transform: translateY(-50%) !important;
}
.acc-trigger-middle-right:hover {
  transform: translateY(-50%) scale(1.1) !important;
}
.acc-trigger-middle-left {
  top: 50%;
  left: 30px;
  transform: translateY(-50%) !important;
}
.acc-trigger-middle-left:hover {
  transform: translateY(-50%) scale(1.1) !important;
}
.acc-button {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  background-color: #0750d1;
  color: #fff;
  font-size: 16px !important;
  transition: 0.4s;
}
.acc-button:hover {
  background-color: #053da0;
}
.panel-wrapper .profile-disabled-button {
  position: relative;
  cursor: not-allowed !important;
  opacity: 0.8;
  pointer-events: none !important;
  border: 2px solid #6761cf !important;
  box-shadow: 0 0 5px rgba(103, 97, 207, 0.5) !important;
}
#acc-panel .panel-item.active.profile-disabled-button {
  background-color: rgba(31, 31, 31, 0.3803921569) !important;
  border: none !important;
}
.profile-disabled-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: inherit;
}
.profile-disabled-button .panel-item-icon {
  background-color: rgba(103, 97, 207, 0.15) !important;
}
.profile-disabled-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: inherit;
}
.profile-disabled-button:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.profile-disabled-button:hover .profile-tooltip {
  opacity: 1;
  visibility: visible;
}
.profile-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(103, 97, 207, 0.95) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    rgba(0, 0, 0, 0);
}
.profile-tooltip.tooltip-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
@media (max-width: 768px) {
  .profile-tooltip {
    top: -50px;
    width: auto;
    max-width: 200px;
    text-align: center;
  }
}
.toggle {
  position: relative;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  background-color: rgba(100, 116, 139, 0.377);
  transition: all 0.3s;
}
.toggle:checked {
  background-color: #0750d1;
}
.toggle::before {
  position: absolute;
  content: "";
  left: -0.1rem;
  top: -0.1rem;
  display: block;
  height: 1.7rem;
  width: 1.7rem;
  cursor: pointer;
  border: 1px solid rgba(100, 116, 139, 0.527);
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
  transition: all 0.3s;
}
.toggle:checked:before {
  transform: translateX(1.4rem);
  border-color: #0750d1;
}
.size-toggle-wrapper {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px !important;
  font-size: 15px;
}
.size-toggle-wrapper .panel-text {
  color: #767575;
}
.acc-toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  zoom: 1 !important;
}
.acc-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.acc-toggle-switch .acc-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.acc-toggle-switch .acc-toggle-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.acc-toggle-switch input:checked + .acc-toggle-slider {
  background-color: #0750d1;
}
.acc-toggle-switch input:focus + .acc-toggle-slider {
  box-shadow: 0 0 1px #0750d1;
}
.acc-toggle-switch input:checked + .acc-toggle-slider:before {
  transform: translateX(30px);
}
.color-picker-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.color-picker-container .color-option {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: 0.4s;
}
.color-picker-container .color-option:hover {
  transform: scale(1.1);
}
.color-picker-container .color-option.active {
  border-color: #053da0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.font-size-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.font-size-controls .font-size-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px !important;
  transition: 0.4s;
  border: 1px solid #ddd;
}
.font-size-controls .font-size-btn:hover {
  background-color: #e0e0e0;
}
.font-size-controls .font-size-btn.active {
  background-color: #0750d1;
  color: #fff;
}
.acc-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  min-width: 250px;
  max-width: 350px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 45001;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
  font-size: 16px !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  zoom: 1 !important;
}
.acc-notification * {
  font-size: inherit !important;
  zoom: 1 !important;
  transform: none !important;
}
.acc-notification.acc-notification-visible {
  opacity: 1;
  transform: translateY(0) !important;
}
.acc-notification.acc-notification-closing {
  opacity: 0;
  transform: translateY(20px) !important;
}
.acc-notification.info {
  border-left: 4px solid #2196f3;
}
.acc-notification.success {
  border-left: 4px solid #4caf50;
}
.acc-notification.warning {
  border-left: 4px solid #ffc107;
}
.acc-notification.error {
  border-left: 4px solid #f44336;
}
.acc-notification .acc-notification-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.acc-notification .acc-notification-content i {
  font-size: 20px !important;
}
.acc-notification .acc-notification-content i.fa-info-circle {
  color: #2196f3;
}
.acc-notification .acc-notification-content i.fa-check-circle {
  color: #4caf50;
}
.acc-notification .acc-notification-content i.fa-exclamation-circle {
  color: #ffc107;
}
.acc-notification .acc-notification-content span {
  font-size: 16px !important;
  color: #003b56;
}
.acc-notification .acc-notification-close {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px !important;
  color: #aaa;
}
.acc-notification .acc-notification-close:hover {
  color: #333;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.keyboard-navigation *:focus {
  outline: 3px solid #0750d1 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff !important;
} 


@media(max-width:580px){
  #acc-panel {
    width: 100%;
    height: 100vh;
    max-height: 100vh;



  }
  #acc-panel::-webkit-scrollbar{
    display: none;
  }
  .panel-wrapper .panel-header{
    font-size: 12px;
  }
  #acc-panel .size-toggle-wrapper{
    display: none;
  }
  .panel-wrapper .panel-list .panel-item{
    flex: 1 1 calc((100% / 2 ) - 30px);
  }
  #acc-panel .position-wrapper{
    display: none;
  }
}



.panel-module .panel-wrapper .panel-header {
  background-color: rgb(var(--chosen-color, 7, 80, 209)) !important;
}

.panel-module .position-wrapper .panel-left-trigger,
.panel-module .position-wrapper .panel-right-trigger {
  color: rgb(var(--chosen-color, 7, 80, 209)) !important;
  border: 2px solid transparent !important;
}

.panel-module .position-wrapper .panel-left-trigger:hover,
.panel-module .position-wrapper .panel-right-trigger:hover {
  background-color: unset !important;
  border: 2px solid white !important;
  color: white !important;
}

.panel-module .language-selector-wrapper .lang-header {
  color: rgb(var(--chosen-color, 7, 80, 209)) !important;
  transition: .3s;
}

.panel-module .language-selector-wrapper .lang-header:hover {
  color:var(--secondary-color)!important;
}

.panel-module .profiles-wrapper .profiles-dropdown-header {
  background-color: rgba(var(--chosen-color, 7, 80, 209), 0.05) !important;
  color: rgb(var(--chosen-color, 7, 80, 209)) !important;
}

.panel-module .profiles-wrapper .profiles-dropdown-header .dropdown-icon{
  background-color: rgb(var(--chosen-color, 7, 80, 209)) !important;
}
.panel-module .profiles-wrapper .profiles-dropdown-header .profiles-title {
  color: rgb(var(--chosen-color, 7, 80, 209)) !important;

}

.panel-module .profiles-wrapper .profiles-dropdown-header:hover .dropdown-icon{
  background-color: var(--secondary-color) !important;
}

.panel-module .profiles-wrapper .profiles-dropdown-header:hover .dropdown-icon i{
  color: white !important;
}
.panel-module .profiles-wrapper .profiles-dropdown-header:hover .profiles-title{
  color: var(--secondary-color) !important;
}


.fixed-acc-panel-btn{
  background-color: rgb(var(--chosen-color, 7, 80, 209))!important;
}


.profiles-wrapper .profile-button .profile-icon {
  background-color: rgb(var(--chosen-color, 7, 80, 209))!important;
}
.profiles-wrapper .profile-button:hover {
  background-color: rgb(var(--chosen-color, 7, 80, 209)) !important;
}
.profiles-wrapper .profile-button:hover .profile-icon i {
  color: rgb(var(--chosen-color, 7, 80, 209)) !important;
}

.profiles-wrapper .profile-button.active{
  background-color: var(--chosen-color-hex, #0750d1) !important;
}
.profiles-wrapper .profile-button.active .profile-icon i{
  color: var(--chosen-color-hex, #0750d1) !important;
}

#acc-panel .toggle:checked{
  background-color: var(--chosen-color-hex, #0750d1) !important;
}

#acc-panel .toggle:checked:before{
  border-color: var(--chosen-color-hex, #0750d1) !important;
}


.panel-wrapper .panel-list{
  background-color: rgba(var(--chosen-color, 7, 80, 209), 0.03);
}
##acc-panel{
  background-color: #fff!important;
}
/* #acc-panel .panel-wrapper{
  background-color: rgba(var(--chosen-color, 7, 80, 209), 0.05) !important;
} */

.panel-wrapper .panel-list .panel-item{
  color: var(--thirdy-color, #003b56) !important;
}
.panel-wrapper .panel-list .panel-item .panel-item-title{
  color: var(--thirdy-color, #003b56) !important;
}

.panel-wrapper .panel-list .panel-item.active{
  background-color: var(--chosen-color-hex, #0750d1) !important;
  color: white!important;

}
.panel-wrapper .panel-list .panel-item.active .panel-item-title{
  color: white!important;
}
#acc-panel .panel-wrapper .zoom-dot.active{
  background-color: var(--secondary-color) !important;
}
.panel-wrapper .panel-list .panel-item .contrast-level-indicator .contrast-dot.active{
  background-color: var(--secondary-color) !important;
}

.panel-wrapper .hue-rotate-level-indicator .hue-rotate-dot.active{
  background-color: var(--secondary-color) !important;
}
.panel-wrapper .colorblind-level-indicator .colorblind-dot.active{
  background-color: var(--secondary-color) !important;
}
.panel-wrapper .panel-list .panel-item:hover{
  background-color: var(--chosen-color-hex, #0750d1) !important;
}
.panel-wrapper .line-height-dot.active{
  background-color: var(--secondary-color) !important;
}

.panel-wrapper .panel-list .panel-item:hover .panel-item-title{
  color: white!important;
}
.panel-wrapper .panel-list .panel-item:hover i{
  color: white!important;
}
#reset-trigger{
  background-color: var(--chosen-color-hex, #0750d1) !important;
}

#reset-trigger:hover{
  color: var(--chosen-color-hex, #0750d1) !important;
  border-color: var(--chosen-color-hex, #0750d1) !important;
}



#acc-panel {

  height: 100vh;
  position: fixed !important;
  top: 0;
  z-index: 45000;
  background-color: #eff1f5;
  opacity: 0;
  color: #000;
  visibility: hidden;
  transition: width 0.4s, opacity 0.4s, visibility 0.4s, transform 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

#acc-panel[data-panel-position="right"] {
  left: auto !important;
  right: 0 !important;
  transform: translateX(100%);
}

#acc-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) !important;
}

#acc-panel.active[data-panel-position="right"] {
  left: auto !important;
  right: 0 !important;
  transform: translateX(0) !important;
}

#acc-panel.active[data-panel-position="left"] {
  left: 0 !important;
  right: auto !important;
  transform: translateX(0) !important;
}

.position-wrapper{
  display: none!important;
}

/* #accessibility-container.js-contrast-dark a > div {

  color: #000 !important;
 
}

#accessibility-container.js-contrast-dark .main-page-wrapper-relative .main-page-row .main-page-left .flex-column-news .news-top .news-card-item a .news-title .news-title-text{
  color: black!important;
} */

#accessibility-container.js-contrast-dark .main-header-logo img{
  filter: invert(1)!important;
}
#accessibility-container.js-contrast-dark .header-call img {
  filter: brightness(0) invert(0);
}



.notification-content{
  display: none!important;
  opacity: 0!important;
  visibility: hidden!important;
}
#accessibility-container{
  width: 100%!important;
  max-width: 100%!important;
}
.accessibility-cache-notification{
  display: none!important;
  height: 0!important;
  max-height: 0!important;
  width: 0!important;
  max-width: 0!important;
  opacity: 0!important;
  visibility: hidden!important;
}
.fixed-acc-panel-btn{
  inset: auto 20px 20px auto !important;
  bottom: 20px!important;
}

/*# sourceMappingURL=main.css.map */
