:root {
	--theme-block-margin-bottom: 1.5rem;
	--wp--style--global--content-size: 1200px;
	--wp--style--global--wide-size: 1200px;
	--wp--style--block-gap: 24px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: underline;
}

button {
	border-radius: 0;
	text-transform: none;
}

button,
[type="button"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled) {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

svg {
	vertical-align: middle;
}

h2,
h3 {
	font-weight: 600;
}

.wrap {
	padding-top: 70px;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	margin-right: auto;
	margin-left: auto;
}

.btn,
.wp-block-buttons .wp-block-button .wp-block-button__link {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-link {
	font-weight: 400;
	color: var(--bs-primary);
	text-decoration: underline;
	background: transparent;
	border-color: transparent;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em;
	color: #000;
	background: transparent;
	border: 0;
	border-radius: 0.25rem;
	opacity: .5;
}

.text-reset {
	color: inherit !important;
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(100%);
}

.offcanvas.show {
	transform: none;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem;
	overflow-y: auto;
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.offcanvas-backdrop.fade {
	opacity: 0;
}

.offcanvas-backdrop.show {
	opacity: .5;
}

.is-layout-flow > :first-child,
.is-layout-constrained > :first-child {
	margin-block-start: 0;
}

.is-layout-flow > :last-child,
.is-layout-constrained > :last-child {
	margin-block-end: 0;
}

.is-layout-flow > *,
.is-layout-constrained > * {
	margin-block-start: var(--wp--style--block-gap);
	margin-block-end: 0;
}

.is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--wp--style--block-gap);
}

.wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	word-break: break-word;
}

.wp-block-buttons {
	box-sizing: border-box;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons .wp-block-button__link {
	width: 100%;
}

.wp-element-button,
.wp-block-button__link {
	border-width: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.has-vivid-green-cyan-background-color {
	background-color: #00d084 !important;
}

.has-black-color {
	color: #000 !important;
}

.has-text-color {
	color: inherit;
}

.has-background {
	padding: 1.25em 2.375em;
}

.has-text-align-center {
	text-align: center;
}

.wp-block-image img,
img[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
}

.wp-block-image figure,
:where(figure) {
	margin: 0 0 1em;
}

.wp-block-group,
.wp-block-post-date {
	box-sizing: border-box;
}

ol,
ul {
	box-sizing: border-box;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-container-core-buttons-is-layout-a89b3969 {
	justify-content: center;
}

a,
a:hover {
	color: var(--bs-primary);
}

.breadcrumbs {
	margin: 1rem 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9rem;
}

.breadcrumb-item {
	display: flex;
	align-items: center;
	color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	margin-right: 0.5rem;
	color: white;
	opacity: .7;
}

.breadcrumb a {
	color: white;
}

/**
	Buttons
*/
.btn,
.wp-block-buttons .wp-block-button .wp-block-button__link {
	font-size: inherit !important;
	font-weight: 500 !important;
	padding: 0.5rem 1rem !important;
	box-shadow: none !important;
	border-radius: var(--theme-rounded-button) !important;
}

.btn a {
	color: #fff;
	text-decoration: none !important;
}

.btn-primary {
	color: var(--button_text_color) !important;
	background: var(--button_background_color) !important;
	border-color: transparent !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
	color: var(--button_text_color) !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	color: var(--button_text_color) !important;
	text-decoration: none;
}

.wp-block-button {
	margin-bottom: 1rem !important;
}

.wp-block-hc-container {
	max-width: 1200px;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

/**
	Table Style
 */
.wp-block-table {
	margin-bottom: var(--theme-block-margin-bottom);
}

.wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
	color: var(--bs-body-color);
	margin-bottom: 0;
}

.wp-block-table table tr th,
.wp-block-table table tr td {
	padding: 14px 14px 14px 24px;
	border: none;
	border-right: 1px solid var(--bs-body-color);
	border-bottom: 1px solid var(--bs-body-color);
}

.wp-block-table table tr th:first-child,
.wp-block-table table tr td:first-child {
	border-left: 1px solid var(--bs-body-color);
}

.wp-block-table table tr th {
	text-align: left;
	border-top: 1px solid var(--bs-body-color);
}

.wp-block-table table tr:first-child td {
	border-top: 1px solid var(--bs-body-color);
}

.wp-block-table table>*:first-child tr:first-child th:first-child,
.wp-block-table table>*:first-child tr:first-child td:first-child {
	border-top: 1px solid var(--bs-body-color);
	border-top-left-radius: var(--theme-rounded);
}

.wp-block-table table>*:first-child tr:first-child th:last-child,
.wp-block-table table>*:first-child tr:first-child td:last-child {
	border-top: 1px solid var(--bs-body-color);
	border-top-right-radius: var(--theme-rounded);
}

.wp-block-table table tr:last-child td:first-child {
	border-bottom-left-radius: var(--theme-rounded);
}

.wp-block-table table tr:last-child td:last-child {
	border-bottom-right-radius: var(--theme-rounded);
}

.wp-block-table table a {
	color: var(--bs-primary);
}

.wp-block-hc-alternate-group-section {
	padding: 30px;
	background: linear-gradient(270deg, var(--section_gradient_start) 0%, var(--section_gradient_end) 100%);
	border-radius: var(--theme-rounded-section);
	margin-bottom: var(--theme-block-margin-bottom);
}

.wp-block-hc-alternate-group-section h2,
.wp-block-hc-alternate-group-section h3 {
	position: relative;
	margin-top: 30px;
	padding-top: 4px;
	margin-bottom: 16px;
}

.bef_b {
	position: relative;
	padding-top: 4px;
}

.bef_b:before,
.wp-block-hc-alternate-group-section h2:before,
.wp-block-hc-alternate-group-section h3:before {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	position: absolute;
	top: -4px;
	left: 0;
	background-color: var(--bs-primary);
}

.wp-block-hc-alternate-group-section ol {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
	counter-reset: item;
}

.wp-block-hc-alternate-group-section ol li ol {
	margin-top: 1rem;
}

.wp-block-hc-alternate-group-section ul {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}

.wp-block-hc-alternate-group-section ul li ul {
	margin-top: 1rem;
}

.wp-block-hc-alternate-group-section ol>li,
.wp-block-hc-alternate-group-section ul>li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

.wp-block-hc-alternate-group-section ul>li:last-child {
	margin-bottom: 0;
}

.wp-block-hc-alternate-group-section ol>li {
	counter-increment: item;
}

.wp-block-hc-alternate-group-section ol>li:last-child {
	margin-bottom: 0;
}

.wp-block-hc-alternate-group-section ol>li:before {
	position: absolute;
	left: 0;
	top: -2px;
	content: counter(item);
	display: flex;
	width: 27px;
	height: 27px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border: 1px solid var(--bs-primary);
	color: var(--bs-primary);
	border-radius: 50%;
}

.wp-block-hc-alternate-group-section ul>li:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	display: block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
}

.wp-block-hc-alternate-group-section .wp-block-image img {
	border-radius: var(--theme-rounded);
}

.wp-block-hc-alternate-group-section .wp-block-hc-alternate-group-section {
	padding: 0 0 20px;
	margin: 0;
	background: none;
}

.wp-block-hc-alternate-group-section .wp-block-hc-alternate-group-section:last-child {
	padding: 0;
}

@media (max-width: 767px) {
	.wp-block-hc-alternate-group-section {
		padding: 30px 15px 15px;
	}

	.wp-block-hc-alternate-group-section h2,
	.wp-block-hc-alternate-group-section h3 {
		margin-bottom: 1rem;
	}

	.wp-block-hc-alternate-group-section ul,
	.wp-block-hc-alternate-group-section ol {
		margin-bottom: 1rem;
	}
}

/**
	Header
 */
header.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	border-bottom: 1px solid #e9ecef;
	background-color: #fff;
	z-index: 20;
	background-color: var(--header_background_color);
}

header.header .header__container {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-gap: 50px;
	align-items: center;
	height: 70px;
	transition: .5s;
}

header.header .logo {
	max-width: 175px;
}

header.header .logo img {
	max-height: 50px;
	width: auto;
}

header.header .primary_menu_desktop_ver>ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

header.header .primary_menu_desktop_ver>ul>li {
	padding: 5px 10px;
}

header.header .primary_menu_desktop_ver>ul>li>a {
	position: relative;
	display: block;
	font-size: .9rem;
	font-weight: 500;
	text-decoration: none;
	color: var(--header_menu_text_color);
}

header.header .primary_menu_desktop_ver>ul>li.current-menu-item>a,
header.header .primary_menu_desktop_ver>ul>li.current-menu-ancestor>a,
header.header .primary_menu_desktop_ver>ul>li>a:hover {
	color: var(--header_menu_text_color_hover);
}

header.header .primary_menu_desktop_ver>ul>li:last-child {
	margin-right: 0;
}

header.header .primary_menu_mobile_ver>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

header.header .primary_menu_mobile_ver>ul>li {
	position: relative !important;
}

header.header .primary_menu_mobile_ver>ul>li>a {
	display: block;
	padding: 8px;
	margin-right: 45px;
	text-decoration: none;
}

header.header .primary_menu_mobile_ver>ul>li a:after {
	display: none !important;
}

header.header .mobile-menu-button {
	display: none;
	position: absolute;
	top: 24px;
	right: 0;
	width: 26px;
	height: 24px;
	cursor: pointer;
}

header.header .mobile-menu-button span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--bs-primary);
	border-radius: 2px;
}

header.header .mobile-menu-button span:nth-child(1) {
	top: 2px;
}

header.header .mobile-menu-button span:nth-child(2) {
	top: 10px;
}

header.header .mobile-menu-button span:nth-child(3) {
	top: 18px;
}

header.header .offcanvas {
	max-width: 300px;
	background: var(--mobile_menu_bg);
	border-radius: 15px 0 0 15px;
}

header.header .offcanvas .buttons {
	position: relative;
	top: 0;
	grid-template-columns: repeat(2, auto);
	margin-bottom: 10px;
}

header.header .offcanvas-header {
	position: relative;
	padding: 4px 10px;
	min-height: 73px;
	border-bottom: 1px solid #e9ecef;
}

header.header .offcanvas-header .custom-logo-link {
	max-width: 175px;
}

header.header .offcanvas-header .btn-close {
	position: absolute;
	top: 27px;
	right: 25px;
	background: url("../images/2a7d9056cbf67f8e0c23496c9ad315ec18128342.svg") center/2.5em auto no-repeat;
	opacity: 1;
}

@media (max-width: 991px) {
	header.header .header__container.out {
		margin-top: -70px;
	}

	header.header .primary_menu_desktop_ver {
		display: none;
	}

	header.header .mobile-menu-button {
		display: block;
	}
}

.author-block {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 10px 0 16px;
	text-decoration: none;
	color: inherit;
}

.author-block:hover {
	color: inherit;
	text-decoration: none;
}

.author-block__avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.author-block__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.author-block__info span {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.author-block__info strong {
	font-weight: 700;
}

.author-section {
	background: linear-gradient(135deg, #f2f2f2, #eae4d5);
	padding: 42px;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 25px;
	margin: 35px auto;
	width: auto;
	transition: all .3s ease;
}

.author-section:hover {
	transform: rotate(1deg);
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}

.author-section__avatar {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	border: 3px solid #b6b09f;
	object-fit: cover;
	flex-shrink: 0;
	overflow: hidden;
}

.author-section__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.author-section__name {
	font-size: 1.4rem;
	font-weight: 600;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
	color: #000;
	margin: 0;
}

.author-section__position {
	font-size: .9rem;
	font-weight: 600;
	background: linear-gradient(45deg, #b6b09f, #000);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
}

.author-section__bio {
	font-size: .95rem;
	line-height: 1.5;
	padding-left: 15px;
	border-left: 2px solid #b6b09f;
	color: #000;
	margin: 0;
}

@media (max-width: 768px) {
	.author-section {
		flex-direction: column;
		align-items: center;
		padding: 20px;
		max-width: 100%;
		gap: 20px;
	}

	.author-section__avatar {
		width: 70px;
		height: 70px;
	}

	.author-section__name {
		font-size: 1.2rem;
		text-align: center;
	}

	.author-section__position {
		font-size: .8rem;
		text-align: center;
	}

	.author-section__bio {
		font-size: .85rem;
		text-align: center;
		border-left: none;
		padding-left: 0;
	}
}

footer.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	color: var(--footer_text_color);
	background-color: var(--footer_bg_color);
}

footer.footer .footer__container {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 50px;
	align-items: center;
	margin-bottom: 20px;
}

footer.footer .footer__container .custom-logo-link {
	max-width: 100px;
}

footer.footer .footer__container .custom-logo-link .custom-logo {
	max-height: 50px;
	width: auto;
}

footer.footer .footer__container nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.footer .footer__container nav ul li {
	padding: 5px 10px;
}

footer.footer .footer__container nav ul li a {
	position: relative;
	display: block;
	font-size: .9rem;
	text-decoration: none;
	color: var(--footer_link_color);
}

footer.footer .footer_text {
	font-size: .8rem;
	text-align: center;
	margin-bottom: 10px;
	opacity: .5;
}

footer.footer .footer_logos_police {
	display: flex;
	justify-content: space-around;
	gap: 32px;
	flex-wrap: wrap;
	border-top: 1px solid var(--footer_text_color);
	border-bottom: 1px solid var(--footer_text_color);
	padding: 24px 0;
	margin-bottom: 24px;
	opacity: .5;
}

footer.footer .footer_logos_police img {
	max-height: 36px;
}

footer.footer .copyright {
	font-size: .8rem;
	text-align: center;
	opacity: .5;
}

@media (max-width: 991px) {
	footer.footer {
		text-align: center;
	}

	footer.footer .footer__container {
		grid-template-columns: none;
		grid-gap: 24px;
	}

	footer.footer .footer__container nav ul {
		display: block;
	}

	footer.footer nav ul li {
		font-size: 1rem;
	}

	footer.footer .footer_logos_police {
		justify-content: center;
		gap: 16px;
	}
}

/**
	welcome-section
 */
.welcome-section {
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px;
	background: linear-gradient(270deg, var(--section_gradient_start) 0%, var(--section_gradient_end) 100%);
	border-radius: var(--theme-rounded-section);
}

.welcome-section .welcome-section__container {
	position: relative;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-gap: 80px;
}

.welcome-section .welcome-section__container.full-width {
	grid-template-columns: none;
}

/*.welcome-section .welcome-section__container:before {
	content: "";
	position: absolute;
	width: 273px;
	height: 119px;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
}*/

.welcome-section .welcome-section__container h1 {
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 10px;
}

.welcome-section .welcome-section__container .description {
	font-size: 14px;
}

.welcome-section .welcome-section__container .buttons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.welcome-section .welcome-section__container .buttons a {
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 50px;
}

.welcome-section .welcome-section__container .buttons a img {
	max-width: 70px;
	margin-right: 8px;
}

.welcome-section .welcome-section__container .image img,
.welcome-section .welcome-section__container .image-mob img {
	border-radius: var(--theme-rounded);
}

.welcome-section .welcome-section__container .image-mob {
	display: none;
}

.welcome-section .welcome-section__container .image-mob img {
	margin: 0 auto 20px auto;
	display: block;
}

.home-page .welcome-section {
	margin-top: 40px;
}

@media (max-width: 991px) {
	.welcome-section .welcome-section__container .image-mob {
		display: block;
	}

	.welcome-section .welcome-section__container .image {
		display: none;
	}

	.welcome-section {
		margin-top: 0;
		margin-bottom: 20px;
		padding: 30px 15px 15px;
	}

	.welcome-section .welcome-section__container {
		grid-template-columns: none;
		grid-gap: 35px;
	}

	/*.welcome-section .welcome-section__container:before {
		bottom: -55px;
	}*/
}

@media (max-width: 600px) {
	.welcome-section .welcome-section__container .buttons a {
		width: 100%;
		justify-content: center;
	}
}

/**
	TOC Navigation
 */
.toc_navigation {
	display: flex;
	height: 48px;
	border-top: 1px solid #e9ecef;
}

.toc_navigation .container {
	display: flex;
	align-items: center;
	position: relative;
}

.toc_navigation .min-title {
	font-size: 12px;
	font-weight: 600;
	padding-right: 10px;
	color: white;
}

.toc_navigation .items {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.toc_navigation .items::-webkit-scrollbar {
	display: none;
}

.toc_navigation .items .item:last-child {
	padding-right: 8px;
}

.toc_navigation .items .item a {
	display: flex;
	align-items: center;
	font-weight: 500;
	text-decoration: none;
	padding: 3px 10px;
	line-height: normal;
	white-space: nowrap;
	color: var(--bs-body-color);
	border: 1px solid #e7e7e7;
	border-radius: var(--theme-rounded-button);
}

.toc_navigation .items .item a.active {
	color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.toc_navigation .items .item a .icon {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

.toc_navigation .items .item a .name {
	font-size: 13px;
	color: white;
}

.toc_navigation .progress-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: transparent;
}

.toc_navigation .progress-container .progress-bar {
	width: 0;
	height: 2px;
	background-color: var(--bs-primary);
	transition: .3s;
}

@media (max-width: 991px) {
	.toc_navigation {
		display: none;
	}

	.toc_navigation.show {
		display: flex;
	}

	.toc_navigation .container {
		padding-right: 0;
	}

	.toc_navigation .progress-container {
		padding-left: 0;
		padding-right: 0;
	}
}
