#aa-wcag {
  font-size: 16px;
}
#aa-wcag * {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  line-height: 1;
  font-size: inherit;
  letter-spacing: 0;
}
#aa-wcag button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #000000;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
}
#aa-wcag button:focus-visible {
  outline: 2px solid #00ff21;
}
#aa-wcag button:disabled {
  background-color: #dcdcdc !important;
  color: #ffffff !important;
  cursor: not-allowed;
}
#aa-wcag button:disabled.aa-wcag-settings-content-single-reset:after {
  opacity: 1 !important;
}
#aa-wcag button:disabled.active {
  background-color: color-mix(in srgb, #014565 50%, transparent 0%) !important;
}
#aa-wcag .top-text {
  vertical-align: super;
  line-height: 0;
}
#aa-wcag #aa-wcag-btn {
  position: fixed;
  bottom: 4px;
  width: 72px;
  height: 72px;
  padding: 0;
  background-color: #000000;
  z-index: 1003;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#aa-wcag #aa-wcag-btn:after {
  content: "\f29a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ffffff;
  line-height: 60px;
  font-size: 40px;
}
#aa-wcag #aa-wcag-btn:before {
  content: "";
  position: absolute;
  bottom: 4px;
  transform: skewX(22deg);
  border-right: 0px solid transparent;
  border-left: 28px solid transparent;
  opacity: 0;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
#aa-wcag #aa-wcag-btn:hover {
  box-shadow: 0px 0px 4px #525252;
}
#aa-wcag #aa-wcag-btn .aa-wcag-active-count {
  position: absolute;
  top: 0px;
  aspect-ratio: 1;
  height: auto;
  width: 20px;
  line-height: 1;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  background: #014565;
  color: #ffffff;
  border-radius: 16px;
}
#aa-wcag #aa-wcag-content {
  width: 480px;
  position: fixed;
  z-index: 1004;
  height: 100vh;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #dcdcdc;
  top: 0;
  overflow: auto;
}
#aa-wcag #aa-wcag-content::-webkit-scrollbar {
  width: 7px;
}
#aa-wcag #aa-wcag-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#aa-wcag #aa-wcag-content::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}
#aa-wcag #aa-wcag-content::-webkit-scrollbar-thumb:hover {
  background: #cecece;
}
#aa-wcag #aa-wcag-content .aa-wcag-top-fixed {
  position: sticky;
  width: 100%;
  top: 0;
  background: #ffffff;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: 16px;
}
#aa-wcag #aa-wcag-content .aa-wcag-top-fixed .aa-wcag-close-aa-wcag {
  height: 30px;
  width: 30px !important;
  border-radius: 50%;
}
#aa-wcag #aa-wcag-content .aa-wcag-top-fixed .aa-wcag-close-aa-wcag:after {
  content: "\f00d";
  box-shadow: 1px 1px 4px 0px #525252;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper {
  padding: 0 16px 16px;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings + .aa-wcag-settings {
  padding-top: 32px;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 12px;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  color: #000000;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  justify-content: space-between;
  box-shadow: 0px 0px 8px 0px #dcdcdc;
  padding: 16px;
  border-radius: 8px;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  align-self: center;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-value {
  font-weight: 600;
  font-size: 14px;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-multi_btns {
  margin-left: auto;
  display: flex;
  gap: 4px;
  align-items: center;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button {
  margin: 0px;
  position: relative;
  background: #000000;
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button:after {
  opacity: 0;
  content: "\f00c";
  color: #014565;
  background: none;
  border-radius: 50%;
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  top: -2px;
  right: -2px;
  line-height: 1;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button:before {
  content: "";
  position: absolute;
  background: #000000;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  border-radius: 50%;
  border: 2px solid #dcdcdc;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button.active {
  background: #0070bc;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button.active:after {
  opacity: 1 !important;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#000"]:before {
  background-color: #000000;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#FFF"]:before {
  background-color: #ffffff;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#00FF21"]:before {
  background-color: #00ff21;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#0FF"]:before {
  background-color: #0ff;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#F00"]:before {
  background-color: #f00;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#FF6A00"]:before {
  background-color: #ff6a00;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#FFD800"]:before {
  background-color: #ffd800;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#B200FF"]:before {
  background-color: #b200ff;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-color_btns button[data-bgcolor="#0070BC"]:before {
  background-color: #0070bc;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button {
  margin-left: auto;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button.button-radio {
  border: 1px solid #000000;
  padding: 4px 12px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button.button-radio.active {
  background-color: #014565;
  color: #ffffff;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button.button-radio.active svg {
  fill: #ffffff !important;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button.button-switch {
  align-self: center;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  position: relative;
  background-color: #dcdcdc;
  transition: background-color 0.3s ease-in-out;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button.button-switch:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: left 0.3s ease-in-out;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button.button-switch.active {
  background-color: #014565;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button.button-switch.active:after {
  left: 22px;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button#aa-wcag-spacing-smaller svg, #aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button#aa-wcag-spacing-larger svg {
  width: 20px;
  height: 20px;
  fill: #000000;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button#aa-wcag-font-dyslexia {
  font-family: "OpenDyslexic", Arial, sans-serif !important;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-button#aa-wcag-font-readable {
  font-family: "Atkinson Hyperlegible", Arial, sans-serif !important;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-reset {
  align-self: center;
  background-color: transparent;
  border: 1px solid #000000;
  padding: 0 4px;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-reset:before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 600;
  color: #000000;
  line-height: 1;
  font-size: 13px;
  content: "\f01e";
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content-single-reset:after {
  content: "";
  border-top: 1px solid #f00;
  position: absolute;
  width: 150%;
  top: 0;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content button#aa-wcag-page-structure-button {
  margin-top: 8px;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content button#aa-wcag-page-structure-button span {
  text-decoration: underline;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content button#aa-wcag-page-structure-button:after {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 600;
  color: #000000;
  line-height: 1;
  font-size: 13px;
  content: "\f059";
  font-size: 16px;
}
#aa-wcag #aa-wcag-content .aa-wcag-settings-wrapper .aa-wcag-settings-content button#aa-wcag-reset-aa-wcag {
  background: #000000;
  color: #ffffff;
  padding: 8px 16px;
  margin-left: auto;
  font-size: 14px;
}
#aa-wcag .aa-wcag-modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1005;
  left: 0;
}
#aa-wcag .aa-wcag-modal-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  background: #ffffff;
  width: 40%;
  min-width: 320px;
  height: 80vh;
  margin-top: 10vh;
  box-shadow: 0px 0px 4px 1px #525252;
  border-radius: 4px;
}
#aa-wcag .aa-wcag-modal-title {
  height: 30px;
  font-size: 24px;
  line-height: 30px;
}
#aa-wcag .aa-wcag-modal-content {
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  height: calc(100% - 90px);
  width: 100%;
}
#aa-wcag .aa-wcag-modal-content-tablinks {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 50px;
}
#aa-wcag .aa-wcag-modal-content-tablinks-single {
  width: 50%;
  height: 100%;
}
#aa-wcag .aa-wcag-modal-content-tablinks-single button {
  width: calc(100% - 1px);
  height: 100%;
  text-align: center;
  line-height: 100%;
  background: #dcdcdc;
  color: #000000;
  font-size: 16px;
  padding: 0 16px;
}
#aa-wcag .aa-wcag-modal-content-tablinks-single.active button {
  background: #ffffff;
}
#aa-wcag .aa-wcag-modal-content-tablinks-single.active button.active {
  background: #ffffff !important;
}
#aa-wcag .aa-wcag-modal-content-tabcontent {
  height: calc(100% - 60px);
  margin-top: 10px;
  overflow: auto;
  padding: 0 16px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent::-webkit-scrollbar {
  width: 7px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#aa-wcag .aa-wcag-modal-content-tabcontent::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}
#aa-wcag .aa-wcag-modal-content-tabcontent::-webkit-scrollbar-thumb:hover {
  background: #cecece;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single {
  display: none;
  flex-direction: column;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single.active {
  display: flex;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-link {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  padding: 4px 0 4px 22px;
  position: relative;
  display: inline-flex;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  color: #919191;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-link.external:after {
  position: relative;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  padding-left: 8px;
  display: flex;
  align-items: center;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading {
  color: #000000;
  font-size: 12px;
  padding: 10px 10px;
  cursor: pointer;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading span {
  color: #ffffff;
  font-size: 12px;
  padding: 4px;
  margin-right: 4px;
  background: #000000;
  border-radius: 4px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading:hover {
  background: #dcdcdc;
  text-decoration: underline;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading.H1 {
  text-indent: 0px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading.H2 {
  text-indent: 30px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading.H3 {
  text-indent: 60px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading.H4 {
  text-indent: 90px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading.H5 {
  text-indent: 120px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-heading.H6 {
  text-indent: 150px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-section {
  color: #000000;
  font-size: 16px;
  padding: 4px;
  cursor: pointer;
  text-transform: capitalize;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-section span {
  padding-left: 4px;
  font-size: 16px;
  font-weight: 500;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-section:hover {
  background: #dcdcdc;
  text-decoration: underline;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-not-found {
  text-align: center;
  color: #000000;
  font-size: 16px;
  padding: 4px;
  position: relative;
  padding-top: 56px;
  margin-top: 30px;
}
#aa-wcag .aa-wcag-modal-content-tabcontent-single .aa-wcag-not-found:before {
  content: "\f65d";
  width: 50px;
  height: 50px;
  position: absolute;
  color: #919191;
  top: 0;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transform: translateX(-50%);
  font-size: 50px;
  line-height: 50px;
}
#aa-wcag .aa-wcag-hide-btn-title {
  position: relative;
  padding: 0;
  height: 20px;
  width: 20px !important;
  background-color: transparent;
}
#aa-wcag .aa-wcag-hide-btn-title:after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: #000000;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  visibility: visible;
}
#aa-wcag .aa-wcag-hide-btn-title span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  color: #000000;
  background-color: #ffffff;
}
#aa-wcag .aa-wcag-hide-btn-title.aa-wcag-close-page-structure {
  align-self: end;
  margin-top: 10px;
  margin-right: 10px;
  width: 30px !important;
  height: 30px;
}
#aa-wcag .aa-wcag-hide-btn-title.aa-wcag-close-page-structure:after {
  content: "\f00d" !important;
  font-size: 24px !important;
  color: #000000 !important;
  background: #ffffff !important;
}
#aa-wcag.left #aa-wcag-btn {
  left: 0;
}
#aa-wcag.left #aa-wcag-btn:before {
  left: -12px;
  border-bottom: 28px solid #000000;
}
#aa-wcag.left #aa-wcag-btn .aa-wcag-active-count {
  right: 0px;
}
#aa-wcag.left #aa-wcag-content {
  left: -480px;
  transition: left 0.3s ease-in-out;
}
#aa-wcag.left.open #aa-wcag-btn {
  left: 488px;
}
#aa-wcag.left.open #aa-wcag-content {
  left: 0;
}
#aa-wcag.left.open #aa-wcag-content .aa-wcag-top-fixed {
  left: 8px;
}
#aa-wcag:not(.left) #aa-wcag-btn {
  right: 0;
}
#aa-wcag:not(.left) #aa-wcag-btn:before {
  right: -1px;
  border-bottom: 20px solid #000000;
}
#aa-wcag:not(.left) #aa-wcag-btn .aa-wcag-active-count {
  left: 0px;
}
#aa-wcag:not(.left) #aa-wcag-content {
  right: -480px;
  transition: right 0.3s ease-in-out;
}
#aa-wcag:not(.left).open #aa-wcag-btn {
  right: 488px;
}
#aa-wcag:not(.left).open #aa-wcag-content {
  right: 0;
}
#aa-wcag:not(.left).open #aa-wcag-content .aa-wcag-top-fixed {
  right: 8px;
}
#aa-wcag.open #aa-wcag-btn {
  box-shadow: 0px 0px 4px #525252;
}
#aa-wcag.open #aa-wcag-btn:before {
  opacity: 1;
}
#aa-wcag.aa-hide-smart-text .wrap-smart-text, #aa-wcag.aa-hide-smart-contrast .wrap-smart-contrast, #aa-wcag.aa-hide-text #aa-wcag-text-settings, #aa-wcag.aa-hide-font-size .wrap-font-size, #aa-wcag.aa-hide-letter-spacing .wrap-letter-spacing, #aa-wcag.aa-hide-font-family .wrap-font_pack, #aa-wcag.aa-hide-color #aa-wcag-color-settings, #aa-wcag.aa-hide-contrast .wrap-contrast, #aa-wcag.aa-hide-grayscale .wrap-grayscale, #aa-wcag.aa-hide-invert .wrap-invert, #aa-wcag.aa-hide-site-color .wrap-site-colors, #aa-wcag.aa-hide-links #aa-wcag-links-settings, #aa-wcag.aa-hide-underline .wrap-underline, #aa-wcag.aa-hide-highlight .wrap-highlight, #aa-wcag.aa-hide-tools #aa-wcag-tool-settings, #aa-wcag.aa-hide-cursor .wrap-cursor_pack, #aa-wcag.aa-hide-screen-reader .wrap-screen_reader, #aa-wcag.aa-hide-keyboard .wrap-keyboard_nav, #aa-wcag.aa-hide-virtual-keyboard .wrap-virtual_keyboard, #aa-wcag.aa-hide-motion .wrap-motion_off, #aa-wcag.aa-hide-smart #aa-wcag-smart-settings {
  display: none !important;
}
#aa-wcag.aa-hide-structure #aa-wcag-page-structure-button,
#aa-wcag.aa-hide-structure #aa-wcag-page-structure {
  display: none !important;
}

html.focusedOn {
  scroll-behavior: smooth;
}
html body.letterSpacing {
  letter-spacing: var(--lspacing) !important;
}
html body.letterSpacing #aa-wcag-letter-spacing {
  letter-spacing: var(--lspacing) !important;
}
html body .aa-grayscale {
  filter: grayscale(1) !important;
}
html body .aa-grayscale .grecaptcha-badge {
  right: 0 !important;
}
html body .grecaptcha-badge {
  right: -300px !important;
  transition: none !important;
}
html body.dyslexiaFont main *:not(i),
html body.dyslexiaFont #content *:not(i) {
  font-family: "OpenDyslexic", Arial, sans-serif !important;
}
html body.readableFont main *:not(i),
html body.readableFont #content *:not(i) {
  font-family: "Atkinson Hyperlegible", Arial, sans-serif !important;
}
html body.underlineLinks main * a,
html body.underlineLinks main * a *,
html body.underlineLinks main * a:before,
html body.underlineLinks main * a:after,
html body.underlineLinks main .widget-woof label,
html body.underlineLinks main .widget-woof button,
html body.underlineLinks main .woof_products_top_panel button,
html body.underlineLinks main * [type=button],
html body.underlineLinks main * [type=submit],
html body.underlineLinks #content * a,
html body.underlineLinks #content * a *,
html body.underlineLinks #content * a:before,
html body.underlineLinks #content * a:after,
html body.underlineLinks #content .widget-woof label,
html body.underlineLinks #content .widget-woof button,
html body.underlineLinks #content .woof_products_top_panel button,
html body.underlineLinks #content * [type=button],
html body.underlineLinks #content * [type=submit] {
  text-decoration: underline !important;
}
html body.highlightLinks main * a,
html body.highlightLinks main * a *,
html body.highlightLinks main * a:before,
html body.highlightLinks main * a:after,
html body.highlightLinks main .menu-item-has-children span,
html body.highlightLinks main .widget-woof label,
html body.highlightLinks main .widget-woof button,
html body.highlightLinks main .woof_products_top_panel button,
html body.highlightLinks main * [type=button],
html body.highlightLinks main * [type=submit],
html body.highlightLinks #content * a,
html body.highlightLinks #content * a *,
html body.highlightLinks #content * a:before,
html body.highlightLinks #content * a:after,
html body.highlightLinks #content .menu-item-has-children span,
html body.highlightLinks #content .widget-woof label,
html body.highlightLinks #content .widget-woof button,
html body.highlightLinks #content .woof_products_top_panel button,
html body.highlightLinks #content * [type=button],
html body.highlightLinks #content * [type=submit] {
  background-color: #000000 !important;
  color: #ffd800 !important;
}
html body.highlightLinks main a:hover,
html body.highlightLinks main .menu-item-has-children span:hover,
html body.highlightLinks main .menu-item-has-children a:hover,
html body.highlightLinks main .widget-woof label:hover,
html body.highlightLinks main .widget-woof button:hover,
html body.highlightLinks main .woof_products_top_panel button:hover,
html body.highlightLinks #content a:hover,
html body.highlightLinks #content .menu-item-has-children span:hover,
html body.highlightLinks #content .menu-item-has-children a:hover,
html body.highlightLinks #content .widget-woof label:hover,
html body.highlightLinks #content .widget-woof button:hover,
html body.highlightLinks #content .woof_products_top_panel button:hover {
  background-color: #000000 !important;
  color: #ffd800 !important;
  opacity: 1 !important;
}
html body #custom-cursor {
  position: fixed;
  pointer-events: none;
  width: 50px;
  height: 60px;
  z-index: 10000;
}
html body.aa-wcag-big-cursor-on * {
  cursor: none !important;
}
html body.aa-wcag-big-cursor-on #custom-cursor:after {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -2;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f245";
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  text-stroke-width: 4px;
  text-stroke-color: #000000;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000000;
}
html body.aa-wcag-reading-mask-on #custom-cursor-top,
html body.aa-wcag-reading-mask-on #custom-cursor-bottom {
  position: fixed !important;
  z-index: 9999999 !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
}
html body.aa-wcag-reading-mask-on #custom-cursor-top {
  top: 0px;
  border-bottom-color: #014565;
  border-bottom-style: solid;
}
html body.aa-wcag-reading-mask-on #custom-cursor-bottom {
  bottom: 0px;
  border-top-color: #00ff21;
  border-top-style: solid;
}
html body.aa-wcag-guide-on * {
  cursor: none !important;
}
html body.aa-wcag-guide-on #custom-cursor:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffd800 transparent;
  left: -20px;
  top: -18px;
  position: absolute;
  content: "";
}
html body.aa-wcag-guide-on #custom-cursor:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #000000 transparent;
  left: -16px;
  top: -14px;
  position: absolute;
  content: "";
}
html body.aa-wcag-guide-on #custom-cursor span {
  position: absolute;
  width: 600px;
  left: -298px;
  height: 12px;
  z-index: -2;
  content: "";
  background: black;
  border: 4px solid #ffd800;
  border-radius: 4px;
}
html body.focusedOn.using-keyboard *:focus-visible {
  outline: 2px solid #014565 !important;
}
html body.focusedOn.using-keyboard *:focus-visible:before, html body.focusedOn.using-keyboard *:focus-visible:after {
  outline: 2px solid #014565 !important;
}
html body.stopMotion * {
  transition-timing-function: step-end !important;
  transition-duration: 0s !important;
  animation-timing-function: step-end !important;
  animation-iteration-count: 1 !important;
  animation-duration: 0s !important;
}
html body.aa-wcag-modal-open {
  height: 100vh;
  overflow: hidden;
}
html body .simple-keyboard,
html body .input {
  display: none;
}
html body .material-icons {
  font-family: "Material Icons" !important;
}

@media screen and (max-width: 767px) {
  #aa-wcag #aa-wcag-btn {
    bottom: 16px;
  }
  #aa-wcag #aa-wcag-btn:after {
    line-height: 40px;
    font-size: 32px;
  }
}