:root {
	--rgaa-wp-toolbar-bg: #fff;
	--rgaa-wp-toolbar-fg: #1d2327;
	--rgaa-wp-toolbar-accent: #005fcc;
	--rgaa-wp-toolbar-soft: rgba(0, 95, 204, 0.1);
}

.rgaa-wp-live-region {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.rgaa-wp-skip-links {
	left: 12px;
	position: fixed;
	top: 12px;
	z-index: 100000;
}

.rgaa-wp-skip-link {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	font: 700 16px/1.25 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-right: 8px;
	padding: 10px 14px;
	transform: translateY(-180%);
}

.rgaa-wp-skip-link:focus {
	transform: translateY(0);
}

.rgaa-wp-focus-visible :focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 235, 59, 0.9) !important;
	outline: 3px solid var(--rgaa-wp-toolbar-accent) !important;
	outline-offset: 3px !important;
}

.rgaa-wp-underlined-links main a,
.rgaa-wp-underlined-links article a,
.rgaa-wp-underlined-links .entry-content a,
.rgaa-wp-underlined-links .wp-block-post-content a,
.rgaa-wp-underlined-links .text_block a {
	text-decoration: underline !important;
	text-underline-offset: 0.16em;
}

.rgaa-wp-toolbar {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	max-width: min(340px, calc(100vw - 24px));
	position: fixed;
	z-index: 99999;
}

.rgaa-wp-toolbar--bottom-right { bottom: 16px; right: 16px; }
.rgaa-wp-toolbar--bottom-left { bottom: 16px; left: 16px; }
.rgaa-wp-toolbar--top-right { right: 16px; top: 16px; }
.rgaa-wp-toolbar--top-left { left: 16px; top: 16px; }

.rgaa-wp-toolbar button,
.rgaa-wp-toolbar a {
	align-items: center;
	background: var(--rgaa-wp-toolbar-bg);
	border: 2px solid var(--rgaa-wp-toolbar-fg);
	border-radius: 6px;
	color: var(--rgaa-wp-toolbar-fg);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 9px 12px;
	text-decoration: none;
}

.rgaa-wp-toolbar button[aria-pressed="true"] {
	background: var(--rgaa-wp-toolbar-accent);
	border-color: var(--rgaa-wp-toolbar-accent);
	color: #fff;
}

.rgaa-wp-toolbar__toggle {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.rgaa-wp-toolbar__panel {
	background: var(--rgaa-wp-toolbar-bg);
	border: 2px solid var(--rgaa-wp-toolbar-fg);
	border-radius: 10px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
	color: var(--rgaa-wp-toolbar-fg);
	display: grid;
	gap: 14px;
	max-height: min(72vh, 580px);
	min-width: 310px;
	overflow: auto;
	padding: 14px;
	position: absolute;
}

.rgaa-wp-toolbar--bottom-right .rgaa-wp-toolbar__panel,
.rgaa-wp-toolbar--bottom-left .rgaa-wp-toolbar__panel {
	bottom: calc(100% + 8px);
}

.rgaa-wp-toolbar--top-right .rgaa-wp-toolbar__panel,
.rgaa-wp-toolbar--top-left .rgaa-wp-toolbar__panel {
	top: calc(100% + 8px);
}

.rgaa-wp-toolbar--bottom-right .rgaa-wp-toolbar__panel,
.rgaa-wp-toolbar--top-right .rgaa-wp-toolbar__panel {
	right: 0;
}

.rgaa-wp-toolbar--bottom-left .rgaa-wp-toolbar__panel,
.rgaa-wp-toolbar--top-left .rgaa-wp-toolbar__panel {
	left: 0;
}

.rgaa-wp-toolbar__head,
.rgaa-wp-control,
.rgaa-wp-stepper {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rgaa-wp-toolbar__head {
	align-items: center;
	background: var(--rgaa-wp-toolbar-soft);
	border-radius: 8px;
	justify-content: space-between;
	padding: 10px;
}

.rgaa-wp-toolbar__head div {
	display: grid;
	gap: 2px;
}

.rgaa-wp-toolbar__head span {
	font-size: 12px;
	font-weight: 600;
	opacity: 0.8;
}

.rgaa-wp-presets {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rgaa-wp-presets button {
	background: var(--rgaa-wp-toolbar-soft);
	border-color: transparent;
}

.rgaa-wp-control {
	border-top: 1px solid rgba(0, 0, 0, 0.18);
	padding-top: 10px;
}

.rgaa-wp-control > span {
	flex: 1 0 100%;
	font-weight: 700;
}

.rgaa-wp-stepper output {
	align-items: center;
	border: 2px solid var(--rgaa-wp-toolbar-fg);
	border-radius: 6px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-width: 44px;
	padding: 0 8px;
}

.rgaa-wp-text-minus2 main,
.rgaa-wp-text-minus2 #main,
.rgaa-wp-text-minus2 #content,
.rgaa-wp-text-minus2 .site-main,
.rgaa-wp-text-minus2 .entry-content,
.rgaa-wp-text-minus2 .wp-site-blocks { font-size: 85% !important; }
.rgaa-wp-text-minus1 main,
.rgaa-wp-text-minus1 #main,
.rgaa-wp-text-minus1 #content,
.rgaa-wp-text-minus1 .site-main,
.rgaa-wp-text-minus1 .entry-content,
.rgaa-wp-text-minus1 .wp-site-blocks { font-size: 92.5% !important; }
.rgaa-wp-text-1 main,
.rgaa-wp-text-1 #main,
.rgaa-wp-text-1 #content,
.rgaa-wp-text-1 .site-main,
.rgaa-wp-text-1 .entry-content,
.rgaa-wp-text-1 .wp-site-blocks { font-size: 112.5% !important; }
.rgaa-wp-text-2 main,
.rgaa-wp-text-2 #main,
.rgaa-wp-text-2 #content,
.rgaa-wp-text-2 .site-main,
.rgaa-wp-text-2 .entry-content,
.rgaa-wp-text-2 .wp-site-blocks { font-size: 125% !important; }

.rgaa-wp-high-contrast,
.rgaa-wp-high-contrast #page,
.rgaa-wp-high-contrast #content,
.rgaa-wp-high-contrast main,
.rgaa-wp-high-contrast article,
.rgaa-wp-high-contrast section,
.rgaa-wp-high-contrast header,
.rgaa-wp-high-contrast footer,
.rgaa-wp-high-contrast nav {
	background: #000 !important;
	color: #fff !important;
}

.rgaa-wp-high-contrast a:not(.rgaa-wp-toolbar a) {
	color: #ffeb3b !important;
}

.rgaa-wp-high-contrast button:not(.rgaa-wp-toolbar button),
.rgaa-wp-high-contrast input,
.rgaa-wp-high-contrast select,
.rgaa-wp-high-contrast textarea {
	background: #000 !important;
	border-color: #fff !important;
	color: #fff !important;
}


.rgaa-wp-dark-mode,
.rgaa-wp-dark-mode #page,
.rgaa-wp-dark-mode #content,
.rgaa-wp-dark-mode main,
.rgaa-wp-dark-mode article,
.rgaa-wp-dark-mode section,
.rgaa-wp-dark-mode header,
.rgaa-wp-dark-mode footer,
.rgaa-wp-dark-mode nav,
.rgaa-wp-dark-mode .site,
.rgaa-wp-dark-mode .wp-site-blocks {
	background: #101418 !important;
	color: #f5f7fa !important;
}

.rgaa-wp-dark-mode a:not(.rgaa-wp-toolbar a) {
	color: #8cc8ff !important;
}

.rgaa-wp-filter-protanopia { filter: sepia(0.35) saturate(0.85) hue-rotate(-12deg) contrast(1.08); }
.rgaa-wp-filter-deuteranopia { filter: sepia(0.25) saturate(0.8) hue-rotate(18deg) contrast(1.08); }
.rgaa-wp-filter-tritanopia { filter: sepia(0.3) saturate(0.85) hue-rotate(92deg) contrast(1.08); }
.rgaa-wp-filter-grayscale { filter: grayscale(1); }

.rgaa-wp-toolbar select {
	background: var(--rgaa-wp-toolbar-bg);
	border: 2px solid var(--rgaa-wp-toolbar-fg);
	border-radius: 6px;
	color: var(--rgaa-wp-toolbar-fg);
	font: inherit;
	font-weight: 700;
	min-height: 42px;
	padding: 8px 10px;
}

.rgaa-wp-invert-colors #page,
.rgaa-wp-invert-colors #content,
.rgaa-wp-invert-colors main,
.rgaa-wp-invert-colors article,
.rgaa-wp-invert-colors .wp-site-blocks,
.rgaa-wp-invert-colors .site {
	filter: invert(1) hue-rotate(180deg);
}

.rgaa-wp-invert-colors img,
.rgaa-wp-invert-colors picture,
.rgaa-wp-invert-colors video,
.rgaa-wp-invert-colors iframe,
.rgaa-wp-invert-colors .rgaa-wp-toolbar,
.rgaa-wp-invert-colors .rgaa-wp-reading-guide,
.rgaa-wp-invert-colors .rgaa-wp-focus-spotlight {
	filter: invert(1) hue-rotate(180deg);
}

.rgaa-wp-dyslexia main,
.rgaa-wp-dyslexia #content,
.rgaa-wp-dyslexia article,
.rgaa-wp-dyslexia .entry-content,
.rgaa-wp-dyslexia .wp-block-post-content,
.rgaa-wp-dyslexia .wp-site-blocks {
	font-family: Arial, Verdana, Tahoma, sans-serif !important;
	letter-spacing: 0.04em !important;
	line-height: 1.8 !important;
	word-spacing: 0.14em !important;
}

.rgaa-wp-reading-guide {
	background: rgba(255, 230, 0, 0.55);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
	display: none;
	height: 24px;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99998;
}

.rgaa-wp-reading-guide-active .rgaa-wp-reading-guide {
	display: block;
}

.rgaa-wp-focus-spotlight {
	border: 3px solid #ffeb3b;
	border-radius: 10px;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.58), 0 0 0 6px rgba(0, 95, 204, 0.85);
	height: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: left 120ms ease, top 120ms ease, width 120ms ease, height 120ms ease, opacity 120ms ease;
	width: 0;
	z-index: 99990;
}

.rgaa-wp-focus-mode-active .rgaa-wp-toolbar {
	z-index: 100001;
}

.rgaa-wp-focus-mode-active :focus,
.rgaa-wp-focus-mode-active :focus-visible {
	isolation: isolate;
	position: relative;
	z-index: 99991;
}

.rgaa-wp-focus-mode-active .rgaa-wp-toolbar :focus,
.rgaa-wp-focus-mode-active .rgaa-wp-toolbar :focus-visible {
	z-index: auto;
}

.rgaa-wp-reduce-motion-active *,
.rgaa-wp-reduce-motion-active *::before,
.rgaa-wp-reduce-motion-active *::after {
	animation-duration: 0.001ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.001ms !important;
}

@media (prefers-reduced-motion: reduce) {
	.rgaa-wp-respect-reduced-motion *,
	.rgaa-wp-respect-reduced-motion *::before,
	.rgaa-wp-respect-reduced-motion *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

.rgaa-wp-profile-block.rgaa-wp-text-1 .wp-site-blocks,
.rgaa-wp-profile-block.rgaa-wp-text-2 .wp-site-blocks,
.rgaa-wp-profile-elementor.rgaa-wp-text-1 .elementor,
.rgaa-wp-profile-elementor.rgaa-wp-text-2 .elementor,
.rgaa-wp-profile-divi.rgaa-wp-text-1 #et-main-area,
.rgaa-wp-profile-divi.rgaa-wp-text-2 #et-main-area,
.rgaa-wp-profile-wpbakery.rgaa-wp-text-1 .wpb-content-wrapper,
.rgaa-wp-profile-wpbakery.rgaa-wp-text-2 .wpb-content-wrapper,
.rgaa-wp-profile-oxygen.rgaa-wp-text-1 .ct-inner-content,
.rgaa-wp-profile-oxygen.rgaa-wp-text-2 .ct-inner-content,
.rgaa-wp-profile-bricks.rgaa-wp-text-1 #brx-content,
.rgaa-wp-profile-bricks.rgaa-wp-text-2 #brx-content,
.rgaa-wp-profile-beaver.rgaa-wp-text-1 .fl-builder-content,
.rgaa-wp-profile-beaver.rgaa-wp-text-2 .fl-builder-content,
.rgaa-wp-profile-air-bm.rgaa-wp-text-1 #content,
.rgaa-wp-profile-air-bm.rgaa-wp-text-2 #content,
.rgaa-wp-profile-air-bm.rgaa-wp-text-1 #content_wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-text-2 #content_wrap {
	transform-origin: top left;
}

.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia #content,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia #content_wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .text_block,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .moudle,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .carousel-des,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .grid-item-con-text,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .footer-info {
	font-family: Arial, Verdana, Tahoma, sans-serif !important;
	letter-spacing: 0.04em !important;
	line-height: 1.8 !important;
	word-spacing: 0.14em !important;
}

.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #wrap-all,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #wrap-outer,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #content,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #content_wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .content_wrap_outer,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .pagebuilder-wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .text_block,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .moudle,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #menu-panel,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #header,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #footer,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .footer-info {
	background: #000 !important;
	color: #fff !important;
}

.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .grid-item-con,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .carousel-des-wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .filters-a,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .btn-special,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .ux-btn {
	background: #000 !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .animation-scroll-ux,
.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .animation-default-ux,
.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .from-bottom-translate,
.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .owl-carousel,
.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .owl-stage {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

.rgaa-wp-statement {
	max-width: 780px;
}

@media (max-width: 640px) {
	.rgaa-wp-toolbar {
		bottom: 12px;
		left: 12px;
		right: 12px;
		top: auto;
	}

	.rgaa-wp-toolbar__panel {
		left: 0 !important;
		right: 0 !important;
		width: auto;
	}
}
