﻿.gephepe-header,
.gephepe-header *,
.gephepe-header *::before,
.gephepe-header *::after {
	box-sizing: border-box;
}

.gephepe-header {
	--gephepe-blue: #3476ad;
	--gephepe-blue-dark: #245f91;
	--gephepe-blue-hover: #005aa8;
	--gephepe-red: #f7941d;
	--gephepe-border: #e4edf5;
	--gephepe-soft: #fff8ef;
	--gephepe-shadow: none;
	background: #fff;
	color: var(--gephepe-blue-dark);
	font-family: Arial, Helvetica, sans-serif;
	left: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: var(--gephepe-fixed-top, 0) !important;
	width: 100%;
	z-index: 99999;
}

.gephepe-header a {
	color: inherit;
	text-decoration: none;
}

.gephepe-header button,
.gephepe-header input {
	all: unset;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

.gephepe-header button {
	cursor: pointer;
}

.gephepe-header form {
	margin: 0;
}

.gephepe-header svg {
	display: block;
	fill: currentColor;
	height: 1.15em;
	width: 1.15em;
}

.gephepe-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.gephepe-skip {
	align-items: center;
	color: var(--gephepe-blue-dark);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 16px;
	height: 24px !important;
	line-height: 1 !important;
	min-height: 24px !important;
	padding: 0 38px !important;
	width: 100%;
}

.gephepe-skip:focus-visible {
	outline: 3px solid var(--gephepe-red);
	outline-offset: -3px;
}

.gephepe-brandbar {
	background: #fff;
	border-bottom: 1px solid var(--gephepe-border);
	border-top: 1px solid var(--gephepe-border);
}

.gephepe-brandbar__inner {
	align-items: center;
	display: flex;
	gap: 10px;
	min-height: 70px;
	padding: 6px 38px;
	width: 100%;
}

.gephepe-logo {
	align-items: center;
	border-right: 2px solid rgba(247, 148, 29, 0.8);
	display: inline-flex;
	flex: 0 0 auto;
	min-height: 72px;
	padding-right: 10px;
}

.gephepe-logo img {
	display: block;
	height: auto;
	max-height: 82px;
	max-width: 92px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.gephepe-titleblock {
	display: grid;
	flex: 1 1 330px;
	gap: 8px;
	min-width: 250px;
}

.gephepe-titleblock strong {
	color: var(--gephepe-blue);
	display: block;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
}

.gephepe-titleblock span {
	color: #255676;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
}

.gephepe-tools {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	justify-content: flex-end;
	margin-left: auto;
}

.gephepe-font-controls {
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--gephepe-border);
	border-radius: 5px;
	display: inline-flex;
	height: 35px;
	overflow: hidden;
}

.gephepe-font-controls button {
	align-items: center;
	background: #fff;
	color: var(--gephepe-blue-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 33px;
	justify-content: center;
	line-height: 1;
	min-width: 38px;
	padding: 0 10px;
}

.gephepe-font-controls button + button {
	border-left: 1px solid var(--gephepe-border);
}

.gephepe-font-controls button[aria-pressed="true"] {
	background: #eef4ff;
}

.gephepe-tool-button {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid var(--gephepe-border) !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: var(--gephepe-blue-dark) !important;
	display: inline-flex !important;
	flex-direction: row !important;
	flex-shrink: 0 !important;
	flex-wrap: nowrap !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	gap: 8px !important;
	height: 35px !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-height: 35px !important;
	min-width: 132px !important;
	max-width: none !important;
	overflow: visible !important;
	padding: 0 12px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	width: auto !important;
}

.gephepe-tool-button__icon,
.gephepe-tool-button__text {
	align-items: center !important;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	white-space: nowrap !important;
}

.gephepe-tool-button__text {
	line-height: 1 !important;
	transform: translateY(0) !important;
}

.gephepe-tool-button__icon {
	height: 18px !important;
	width: 18px !important;
}

.gephepe-tool-button__icon svg {
	color: var(--gephepe-blue-dark) !important;
	display: block !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 18px !important;
}

.gephepe-tool-button--contrast {
	min-width: 132px !important;
}

.gephepe-tool-button--vlibras {
	min-width: 96px !important;
	padding-left: 5px !important;
	padding-right: 12px !important;
}

.gephepe-tool-button--vlibras .gephepe-tool-button__icon {
	background: var(--gephepe-blue) !important;
	border-radius: 4px !important;
	color: #fff !important;
	height: 29px !important;
	margin: 0 !important;
	padding: 6px !important;
	width: 29px !important;
}

.gephepe-tool-button--vlibras .gephepe-tool-button__icon svg {
	color: #fff !important;
	height: 17px !important;
	width: 17px !important;
}

.gephepe-search {
	align-items: center;
	background: #fff;
	border: 1px solid var(--gephepe-border);
	border-radius: 5px;
	display: flex;
	height: 36px;
	margin: 0;
	overflow: hidden;
	width: 180px;
}

.gephepe-vlibras-host > [vw-access-button] {
	height: 1px !important;
	left: -9999px !important;
	min-height: 1px !important;
	min-width: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	position: absolute !important;
	top: auto !important;
	width: 1px !important;
}

.gephepe-search input {
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #1a2c51;
	flex: 1 1 auto;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	line-height: 36px;
	min-width: 0;
	padding: 0 11px;
	width: auto;
}

.gephepe-search input::placeholder {
	color: #7f8aa4;
	opacity: 1;
}

.gephepe-search button {
	align-items: center;
	background: #fff;
	color: var(--gephepe-blue-dark);
	display: inline-flex;
	flex: 0 0 42px;
	height: 100%;
	justify-content: center;
}

.gephepe-search button svg {
	height: 18px;
	width: 18px;
}

.gephepe-font-controls button:hover,
.gephepe-tool-button:hover,
.gephepe-search button:hover,
.gephepe-menu-toggle:hover,
.gephepe-submenu-toggle:hover,
.gephepe-nav__link:hover {
	color: var(--gephepe-blue);
}

.gephepe-font-controls button:focus-visible,
.gephepe-tool-button:focus-visible,
.gephepe-search button:focus-visible,
.gephepe-search input:focus-visible,
.gephepe-menu-toggle:focus-visible,
.gephepe-submenu-toggle:focus-visible,
.gephepe-nav__link:focus-visible,
.gephepe-submenu a:focus-visible {
	outline: 2px solid var(--gephepe-red);
	outline-offset: 2px;
}

.gephepe-nav {
	background: #fff;
	border-bottom: 3px solid var(--gephepe-red);
}

.gephepe-nav__inner {
	align-items: center;
	display: flex;
	min-height: 42px;
	padding: 0 60px;
	width: 100%;
}

.gephepe-menu-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid var(--gephepe-red);
	border-radius: 3px;
	color: var(--gephepe-red);
	display: none !important;
	height: 42px;
	justify-content: center;
	width: 52px;
}

.gephepe-nav__list,
.gephepe-submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gephepe-nav__list {
	align-items: stretch;
	display: flex;
	min-height: 42px;
}

.gephepe-nav__item {
	align-items: center;
	display: flex;
	position: relative;
}

.gephepe-nav__link {
	align-items: center;
	border-bottom: 3px solid transparent;
	color: var(--gephepe-blue-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 42px;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: -3px;
	padding: 0 17px;
	white-space: nowrap;
}

.gephepe-nav__item--home .gephepe-nav__link {
	justify-content: center;
	padding: 0;
	width: 44px;
}

.gephepe-nav__item--home svg {
	height: 16px;
	width: 16px;
}

.gephepe-nav__item:hover > .gephepe-nav__link,
.gephepe-nav__item:focus-within > .gephepe-nav__link,
.gephepe-nav__item.is-anchor-active > .gephepe-nav__link,
.gephepe-nav__item.is-active > .gephepe-nav__link {
	border-bottom-color: var(--gephepe-blue-hover);
}

.gephepe-nav__item:hover > .gephepe-nav__link,
.gephepe-nav__item:focus-within > .gephepe-nav__link,
.gephepe-nav__item.is-anchor-active > .gephepe-nav__link {
	color: var(--gephepe-red);
}

.gephepe-nav__item.is-active > .gephepe-nav__link {
	color: var(--gephepe-blue-hover);
}

.gephepe-nav__item.is-anchor-active > .gephepe-nav__link {
	color: var(--gephepe-red);
}

.gephepe-submenu-toggle {
	align-items: center;
	background: #fff;
	color: var(--gephepe-blue-dark);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin-left: -13px;
	padding-right: 8px;
	width: 22px;
}

.gephepe-submenu-toggle svg {
	height: 13px;
	transition: transform 0.18s ease;
	width: 13px;
}

.gephepe-nav__item.is-open > .gephepe-submenu-toggle svg {
	transform: rotate(180deg);
}

.gephepe-submenu {
	background: #fff;
	border: 1px solid var(--gephepe-border);
	border-radius: 0 0 5px 5px;
	box-shadow: none;
	left: 0;
	min-width: 230px;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	top: calc(100% + 3px);
	transform: translateY(8px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
	visibility: hidden;
	z-index: 100;
}

.gephepe-nav__item:hover > .gephepe-submenu,
.gephepe-nav__item:focus-within > .gephepe-submenu,
.gephepe-nav__item.is-open > .gephepe-submenu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.gephepe-submenu a {
	color: var(--gephepe-blue-dark);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 10px 16px;
	white-space: nowrap;
}

.gephepe-submenu a:hover {
	background: var(--gephepe-soft);
	color: var(--gephepe-blue);
}

html.gephepe-font-small body {
	font-size: 94%;
}

html.gephepe-font-large body {
	font-size: 108%;
}

html.gephepe-high-contrast .gephepe-header {
	--gephepe-blue: #fff;
	--gephepe-blue-dark: #fff;
	--gephepe-red: #ffeb3b;
	--gephepe-border: #fff;
	background: #000;
	color: #fff;
}

html.gephepe-high-contrast .gephepe-brandbar,
html.gephepe-high-contrast .gephepe-nav,
html.gephepe-high-contrast .gephepe-font-controls,
html.gephepe-high-contrast .gephepe-tool-button,
html.gephepe-high-contrast .gephepe-search,
html.gephepe-high-contrast .gephepe-search input,
html.gephepe-high-contrast .gephepe-search button,
html.gephepe-high-contrast .gephepe-submenu,
html.gephepe-high-contrast .gephepe-submenu-toggle {
	background: #000 !important;
	border-color: #fff;
	color: #fff;
}

html.gephepe-high-contrast .gephepe-search input::placeholder {
	color: #fff;
}

html.gephepe-high-contrast .gephepe-submenu a:hover,
html.gephepe-high-contrast .gephepe-font-controls button[aria-pressed="true"] {
	background: #ffeb3b;
	color: #000;
}

html.gephepe-high-contrast,
html.gephepe-high-contrast body {
	background: #000 !important;
	color: #fff !important;
}

html.gephepe-high-contrast body,
html.gephepe-high-contrast body main,
html.gephepe-high-contrast body header:not(.gephepe-header),
html.gephepe-high-contrast body footer,
html.gephepe-high-contrast body section,
html.gephepe-high-contrast body article,
html.gephepe-high-contrast body aside,
html.gephepe-high-contrast body nav:not(.gephepe-nav),
html.gephepe-high-contrast body div,
html.gephepe-high-contrast body p,
html.gephepe-high-contrast body li,
html.gephepe-high-contrast body table,
html.gephepe-high-contrast body thead,
html.gephepe-high-contrast body tbody,
html.gephepe-high-contrast body tr,
html.gephepe-high-contrast body th,
html.gephepe-high-contrast body td,
html.gephepe-high-contrast body blockquote,
html.gephepe-high-contrast body form,
html.gephepe-high-contrast body label {
	background-color: #000 !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	text-shadow: none !important;
}

html.gephepe-high-contrast body h1,
html.gephepe-high-contrast body h2,
html.gephepe-high-contrast body h3,
html.gephepe-high-contrast body h4,
html.gephepe-high-contrast body h5,
html.gephepe-high-contrast body h6,
html.gephepe-high-contrast body strong,
html.gephepe-high-contrast body b,
html.gephepe-high-contrast body em,
html.gephepe-high-contrast body span {
	background-color: transparent !important;
	color: #fff !important;
	text-shadow: none !important;
}

html.gephepe-high-contrast body a,
html.gephepe-high-contrast body a:visited {
	background-color: transparent !important;
	color: #ffeb3b !important;
	text-decoration: underline !important;
}

html.gephepe-high-contrast body a:hover,
html.gephepe-high-contrast body a:focus-visible {
	background-color: #ffeb3b !important;
	color: #000 !important;
	outline: 2px solid #ffeb3b !important;
	outline-offset: 2px !important;
}

html.gephepe-high-contrast body button,
html.gephepe-high-contrast body input,
html.gephepe-high-contrast body select,
html.gephepe-high-contrast body textarea,
html.gephepe-high-contrast body [role="button"] {
	background: #000 !important;
	border-color: #fff !important;
	box-shadow: none !important;
	color: #fff !important;
	text-shadow: none !important;
}

html.gephepe-high-contrast body button:hover,
html.gephepe-high-contrast body button:focus-visible,
html.gephepe-high-contrast body [role="button"]:hover,
html.gephepe-high-contrast body [role="button"]:focus-visible,
html.gephepe-high-contrast body input:focus-visible,
html.gephepe-high-contrast body select:focus-visible,
html.gephepe-high-contrast body textarea:focus-visible {
	background: #ffeb3b !important;
	color: #000 !important;
	outline: 2px solid #ffeb3b !important;
	outline-offset: 2px !important;
}

html.gephepe-high-contrast body input::placeholder,
html.gephepe-high-contrast body textarea::placeholder {
	color: #fff !important;
	opacity: 1 !important;
}

html.gephepe-high-contrast body img,
html.gephepe-high-contrast body picture,
html.gephepe-high-contrast body video,
html.gephepe-high-contrast body canvas,
html.gephepe-high-contrast body iframe,
html.gephepe-high-contrast body svg {
	filter: none !important;
}

html.gephepe-high-contrast body hr,
html.gephepe-high-contrast body fieldset {
	border-color: #fff !important;
}

@media (max-width: 1160px) {
	.gephepe-brandbar__inner {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.gephepe-titleblock {
		flex: 1 1 calc(100% - 150px);
	}

	.gephepe-tools {
		justify-content: flex-start;
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 720px) {
	.gephepe-skip {
		border: 0 !important;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		font-size: 9px;
		gap: 8px;
		height: 1px !important;
		margin: -1px !important;
		min-height: 1px !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		width: 1px !important;
	}

	.gephepe-skip:focus,
	.gephepe-skip:focus-visible {
		clip: auto;
		clip-path: none;
		height: 22px !important;
		margin: 0 !important;
		min-height: 22px !important;
		overflow: visible !important;
		padding: 0 12px !important;
		position: static !important;
		width: 100% !important;
	}

	.gephepe-brandbar__inner {
		align-items: center;
		display: grid;
		gap: 4px 6px;
		grid-template-areas:
			"logo title"
			"tools tools";
		grid-template-columns: 68px minmax(0, 1fr);
		min-height: 0;
		padding: 5px 12px 6px;
	}

	.gephepe-nav__inner {
		align-items: flex-start;
		flex-wrap: wrap;
		min-height: 31px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.gephepe-logo {
		border-right: 0;
		grid-area: logo;
		min-height: 56px;
		padding-right: 0;
		width: auto;
	}

	.gephepe-logo img {
		max-height: 62px;
		max-width: 66px;
		width: auto;
	}

	.gephepe-titleblock {
		gap: 3px;
		grid-area: title;
		min-width: 0;
	}

	.gephepe-titleblock strong {
		font-size: 16px;
		line-height: 1.05;
	}

	.gephepe-titleblock span {
		font-size: 9px;
		line-height: 1.15;
	}

	.gephepe-tools {
		display: grid;
		gap: 5px;
		grid-area: tools;
		grid-template-columns: auto auto auto minmax(92px, 1fr);
		margin-left: 0;
		width: 100%;
	}

	.gephepe-font-controls {
		height: 28px;
	}

	.gephepe-font-controls button {
		font-size: 10px;
		height: 26px;
		min-width: 27px;
		padding: 0 6px;
	}

	.gephepe-tool-button__text {
		display: none !important;
	}

	.gephepe-tool-button {
		gap: 0 !important;
		height: 28px !important;
		min-height: 28px !important;
		min-width: 28px !important;
		padding: 0 !important;
		width: 28px !important;
	}

	.gephepe-tool-button--contrast {
		min-width: 28px !important;
	}

	.gephepe-tool-button--vlibras {
		min-width: 28px !important;
		padding: 0 !important;
		width: 28px !important;
	}

	.gephepe-tool-button--vlibras .gephepe-tool-button__icon {
		height: 24px !important;
		padding: 5px !important;
		width: 24px !important;
	}

	.gephepe-tool-button--vlibras .gephepe-tool-button__icon svg {
		height: 14px !important;
		width: 14px !important;
	}

	.gephepe-search {
		height: 28px;
		width: 100%;
	}

	.gephepe-search input {
		font-size: 10px;
		line-height: 28px;
		padding: 0 7px;
	}

	.gephepe-search button {
		flex-basis: 28px;
	}

	.gephepe-search button svg {
		height: 14px;
		width: 14px;
	}

	.gephepe-menu-toggle {
		display: inline-flex !important;
		height: 30px;
		width: 34px;
	}

	.gephepe-menu-toggle svg {
		height: 14px;
		width: 14px;
	}

	.gephepe-nav__list {
		display: none;
		flex: 1 1 100%;
		flex-direction: column;
		min-height: 0;
		max-height: calc(100vh - 125px);
		overflow: auto;
		padding: 4px 0 12px;
	}

	.gephepe-nav.is-open .gephepe-nav__list {
		display: flex;
	}

	.gephepe-nav__item {
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.gephepe-nav__link {
		border-bottom: 0;
		flex: 1 1 auto;
		height: 44px;
		justify-content: flex-start;
		margin-bottom: 0;
		padding: 0 12px;
		white-space: normal;
	}

	.gephepe-nav__item--home .gephepe-nav__link {
		justify-content: flex-start;
		width: auto;
	}

	.gephepe-submenu-toggle {
		height: 44px;
		margin-left: 0;
		padding: 0;
		width: 44px;
	}

	.gephepe-submenu {
		border-radius: 0;
		box-shadow: none;
		display: none;
		flex: 1 1 100%;
		margin: 0 0 6px 22px;
		min-width: 0;
		opacity: 1;
		position: static;
		transform: none;
		visibility: visible;
	}

	.gephepe-nav__item:hover > .gephepe-submenu,
	.gephepe-nav__item:focus-within > .gephepe-submenu {
		display: none;
	}

	.gephepe-nav__item.is-open > .gephepe-submenu {
		display: block;
	}
}

@media (max-width: 520px) {
	.gephepe-logo {
		border-right: 0;
		padding-right: 0;
		width: auto;
	}

	.gephepe-titleblock {
		flex-basis: auto;
	}

	.gephepe-tool-button__text {
		display: none !important;
	}

	.gephepe-tool-button {
		justify-content: center;
		min-width: 28px !important;
		padding: 0 !important;
		width: 28px !important;
	}

	.gephepe-tool-button--vlibras {
		min-width: 28px !important;
		padding: 0 !important;
	}

	.gephepe-tool-button--vlibras .gephepe-tool-button__icon {
		margin-left: 0 !important;
	}
}
