/* HWT Accessibility 1.2.7 */
:root {
  --hwt-width: 520px;
}
.hwt-skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000005;
  transform: translateY(-160%);
  padding: 12px;
  background: #000;
  color: #fff;
}
.hwt-skip-link:focus {
  transform: none;
}
.hwt-accessibility-toggle {
  position: fixed;
  z-index: 1000002;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #000;
  color: #fff;
  box-shadow: 0 10px 30px #0004;
}
.hwt-position-bottom-right .hwt-accessibility-toggle {
  right: 20px;
  bottom: 20px;
}
.hwt-position-bottom-left .hwt-accessibility-toggle {
  left: 20px;
  bottom: 20px;
}
.hwt-position-lower-right .hwt-accessibility-toggle {
  right: 20px;
  bottom: 33vh;
}
.hwt-position-lower-left .hwt-accessibility-toggle {
  left: 20px;
  bottom: 33vh;
}
.hwt-accessibility-toggle img,
.hwt-person {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.hwt-person {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
}
.hwt-panel {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000003;
  width: var(--hwt-width);
  max-width: 100%;
  height: 100dvh;
  box-sizing: border-box;
  overflow: auto;
  padding: 28px;
  background: #fff;
  color: #111;
  box-shadow: 0 0 40px #0004;
}
.hwt-panel[hidden] {
  display: none;
}
.hwt-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 18px;
}
.hwt-panel-header h2 {
  margin: 0;
}
.hwt-panel-header p {
  margin: 5px 0 0;
}
.hwt-close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #17324a;
  color: #fff;
}
.hwt-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
}
.hwt-list {
  display: grid;
  gap: 14px;
}
.hwt-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 5px 5px;
  margin-left: -5px;
  transition: background-color 0.25s ease-in-out;
  border-radius: 2px;
}
.hwt-card:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hwt-card h3 {
  margin: 0 0 5px;
}
.hwt-card p {
  margin: 0;
  color: #555;
}
.hwt-switch {
  position: relative;
  width: 56px;
  height: 26px;
}
.hwt-switch input {
  position: absolute;
  opacity: 0;
}
.hwt-switch > span {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: #aaa;
}
.hwt-switch > span:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s;
}
.hwt-switch input:checked + span {
  background: #000;
}
.hwt-switch input:checked + span:before {
  transform: translateX(26px);
}
.hwt-font {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hwt-font button,
.hwt-action {
  padding: 10px 13px;
  border: 0;
  border-radius: 22px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px !important;
}
.hwt-reading-line {
  position: fixed;
  left: 0;
  z-index: 1000004;
  display: none;
  width: 100%;
  height: 4px;
  background: #fc0;
  pointer-events: none;
}
.hwt-reading-line.active {
  display: block;
}
.hwt-reading-focus {
  position: fixed;
  left: 0;
  z-index: 1000000;
  display: none;
  width: 100%;
  height: 20vh;
  background: #0004;
  backdrop-filter: blur(7px);
  pointer-events: none;
}
.hwt-reading-focus.active {
  display: block;
}
.hwt-reading-focus.top {
  top: 0;
}
.hwt-reading-focus.bottom {
  bottom: 0;
}
.hwt-filter-target.hwt-filter-contrast {
  filter: contrast(1.35);
}
.hwt-filter-target.hwt-filter-grayscale {
  filter: grayscale(1);
}
.hwt-filter-target.hwt-filter-contrast.hwt-filter-grayscale {
  filter: grayscale(1) contrast(1.35);
}
body.hwt-focus-mode *:focus-visible {
  outline: 4px solid #fc0 !important;
  outline-offset: 3px !important;
}
body.hwt-disable-animations *,
body.hwt-disable-animations *:before,
body.hwt-disable-animations *:after {
  animation-duration: 0.01ms !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
body.hwt-large-cursor,
body.hwt-large-cursor * {
  cursor:
    var(--hwt-large-cursor) 4 2,
    auto !important;
}
body.hwt-highlight-links a:not(.hwt-accessibility-toggle) {
  text-decoration: underline !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 3px !important;
  font-weight: 700 !important;
}
body.hwt-readable-font p,
body.hwt-readable-font li,
body.hwt-readable-font td,
body.hwt-readable-font th,
body.hwt-readable-font label,
body.hwt-readable-font input,
body.hwt-readable-font textarea,
body.hwt-readable-font button,
body.hwt-readable-font blockquote,
body.hwt-readable-font figcaption,
body.hwt-readable-font h1,
body.hwt-readable-font h2,
body.hwt-readable-font h3,
body.hwt-readable-font h4,
body.hwt-readable-font h5,
body.hwt-readable-font h6 {
  font-family: Arial, Verdana, sans-serif !important;
}

body.hwt-list p {
  font-size: 14px !important;
}
.hwt-footer {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #d7d7d7;
  text-align: center;
  font-size: 0.7rem;
}
.hwt-footer p {
  margin: 4px 0;
}
.hwt-footer a {
  color: inherit;
  font-weight: 600;
}

.hwt-accessibility-headline {
  display: block;
  margin: 0;
  color: inherit;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.25;
}
.hwt-accessibility-statement {
  margin-top: 16px;
  padding: 14px 18px;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
}

.hwt-accessibility-statement a {
  color: inherit;
  font-weight: 700;
}
@media (max-width: 620px) {
  .hwt-panel {
    width: 100%;
    padding: 20px;
  }
  .hwt-card {
    grid-template-columns: 1fr;
  }
}
