img:is([sizes='auto' i], [sizes^='auto,' i]) {
	contain-intrinsic-size: 3000px 1500px;
}

.sc_card {
	box-shadow:
		0 2px 2px 0 rgba(0, 0, 0, 0.16),
		0 0 0 1px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	background: #fff;
	margin: 2em auto;
	width: 100%;
	overflow: hidden;
	padding: 1em;
	box-sizing: border-box;
}

.sc_card h1,
.sc_card h2,
.sc_card h3 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 1em;
	font-weight: 700;
}

.sc_card p {
	font-size: 1em;
}

.sc_card p:last-child {
	margin-bottom: 0;
}

.sc_card p:empty {
	display: none;
	margin-bottom: 0;
}

.sc_card img {
	margin-bottom: 1em;
}

@media (max-width: 468px) {
	.sc_card p {
		padding: 0 1em 1em;
	}
}

.sc_fs_faq summary:focus {
	outline: 0;
}

.sc_fs_faq summary * {
	margin: 0;
	display: inline;
	padding: 0;
}

.sc_fs_faq summary + div {
	overflow: hidden;
}

.sc_fs_faq summary + div img {
	margin-top: 0;
}

.sc_fs_card__animate {
	padding: 0;
}

.sc_fs_card__animate .sc_fs_faq__content {
	padding: 0 1em 1em;
}

.sc_fs_card__animate .sc_fs_faq__content > :first-child {
	margin-top: 0;
}

.sc_fs_card__animate summary {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 1em 1em 1em 2em;
}

.sc_fs_card__animate summary:before {
	content: '';
	position: absolute;
	top: 1.5em;
	left: 1em;
	transform: rotate(0);
	transform-origin: 0.2rem 50%;
	transition: 0.25s transform ease;
	border: 0.4rem solid transparent;
	border-left-color: inherit;
}

.sc_fs_card__animate[open] > summary:before {
	transform: rotate(90deg);
}

.sc_card .has-wpsc-lightbox {
	cursor: zoom-in;
}

body.hidden-scroll {
	overflow: hidden;
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	display: none;
	z-index: 1035;
}

.sl-wrapper {
	z-index: 1040;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
}

.sl-wrapper * {
	box-sizing: border-box;
}

.sl-wrapper button {
	border: 0;
	background: 0 0;
	font-size: 28px;
	padding: 0;
	cursor: pointer;
}

.sl-wrapper button:hover {
	opacity: 0.7;
}

.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-family: Arial, Baskerville, monospace;
	color: #000;
	font-size: 3rem;
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 10060;
	color: #000;
	font-size: 1rem;
}

.sl-wrapper .sl-download {
	display: none;
	position: fixed;
	bottom: 5px;
	width: 100%;
	text-align: center;
	z-index: 10060;
	color: #fff;
	font-size: 1rem;
}

.sl-wrapper .sl-download a {
	color: #fff;
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 22px;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 10060;
	font-family: Arial, Baskerville, monospace;
	color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
	right: 5px;
	font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
	left: 5px;
	font-size: 2rem;
}

@media (min-width: 35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 44px;
	}

	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem;
	}

	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem;
	}

	.sl-wrapper .sl-image img {
		border: 0;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-navigation button {
		width: 44px;
	}

	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 3rem;
	}

	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 3rem;
	}

	.sl-wrapper .sl-image img {
		border: 0;
	}
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
	direction: ltr;
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}

.sl-wrapper .sl-image iframe {
	background: #000;
	border: 0;
}

@media (min-width: 35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-image iframe {
		border: 0;
	}
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: 1s ease-out infinite pulsate;
	-moz-animation: 1s ease-out infinite pulsate;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: 1s ease-out infinite pulsate;
	animation: 1s ease-out infinite pulsate;
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.sl-transition {
	transition: -moz-transform ease 0.2s;
	transition: -ms-transform ease 0.2s;
	transition: -o-transform ease 0.2s;
	transition: -webkit-transform ease 0.2s;
	transition: transform ease 0.2s;
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-moz-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-o-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-ms-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: 0 0 !important;
	padding: 0 !important;
}

:root {
	--wp-block-synced-color: #7a00df;
	--wp-block-synced-color--rgb: 122, 0, 223;
	--wp-bound-block-color: var(--wp-block-synced-color);
	--wp-editor-canvas-background: #ddd;
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
}

@media (min-resolution: 192dpi) {
	:root {
		--wp-admin-border-width-focus: 1.5px;
	}
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

.aligncenter {
	clear: both;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*='border-top-color']) {
	border-top-style: solid;
}

html :where([style*='border-right-color']) {
	border-right-style: solid;
}

html :where([style*='border-bottom-color']) {
	border-bottom-style: solid;
}

html :where([style*='border-left-color']) {
	border-left-style: solid;
}

html :where([style*='border-width']) {
	border-style: solid;
}

html :where([style*='border-top-width']) {
	border-top-style: solid;
}

html :where([style*='border-right-width']) {
	border-right-style: solid;
}

html :where([style*='border-bottom-width']) {
	border-bottom-style: solid;
}

html :where([style*='border-left-width']) {
	border-left-style: solid;
}

html :where(img[class*='wp-image-']) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(
		--wp-admin--admin-bar--height,
		0px
	);
}

@media screen and (max-width: 600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--color--mercury-main: #be2edd;
	--wp--preset--color--mercury-second: #ff2453;
	--wp--preset--color--mercury-white: #fff;
	--wp--preset--color--mercury-gray: #263238;
	--wp--preset--color--mercury-emerald: #2edd6c;
	--wp--preset--color--mercury-alizarin: #e74c3c;
	--wp--preset--color--mercury-wisteria: #8e44ad;
	--wp--preset--color--mercury-peter-river: #3498db;
	--wp--preset--color--mercury-clouds: #ecf0f1;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgb(6, 147, 227) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgb(252, 185, 0) 0%,
		rgb(255, 105, 0) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgb(255, 105, 0) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined:
		6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
	--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

#ez-toc-container {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	display: table;
	margin-bottom: 1em;
	padding: 10px 20px 10px 10px;
	position: relative;
	width: auto;
}

div.ez-toc-widget-container {
	padding: 0;
	position: relative;
}

div.ez-toc-widget-container ul {
	display: block;
}

div.ez-toc-widget-container li {
	border: none;
	padding: 0;
}

div.ez-toc-widget-container ul.ez-toc-list {
	padding: 10px;
}

#ez-toc-container ul ul {
	margin-left: 1.5em;
}

#ez-toc-container li,
#ez-toc-container ul {
	margin: 0;
	padding: 0;
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
	background: 0 0;
	list-style: none;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	z-index: 1;
}

#ez-toc-container .ez-toc-title {
	text-align: left;
	line-height: 1.45;
	margin: 0;
	padding: 0;
}

.ez-toc-title-container {
	display: table;
	width: 100%;
}

.ez-toc-title,
.ez-toc-title-toggle {
	display: inline;
	text-align: left;
	vertical-align: middle;
}

#ez-toc-container div.ez-toc-title-container + ul.ez-toc-list {
	margin-top: 1em;
}

#ez-toc-container a {
	color: #444;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
	display: inline-flex;
	align-items: stretch;
	flex-wrap: nowrap;
}

#ez-toc-container a:visited {
	color: #9f9f9f;
}

#ez-toc-container a:hover {
	text-decoration: underline;
}

#ez-toc-container a.ez-toc-toggle {
	display: flex;
	align-items: center;
}

.ez-toc-widget-container ul.ez-toc-list li:before {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	z-index: -1;
}

.ez-toc-widget-container ul.ez-toc-list li.active {
	background-color: #ededed;
}

.ez-toc-widget-container li.active > a {
	font-weight: 900;
}

.ez-toc-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ez-toc-btn:focus {
	outline: #333 dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

.ez-toc-btn:focus,
.ez-toc-btn:hover {
	color: #333;
	text-decoration: none;
}

.ez-toc-btn.active,
.ez-toc-btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ez-toc-btn-default {
	color: #333;
	background-color: #fff;
}

.ez-toc-btn-default.active,
.ez-toc-btn-default:active,
.ez-toc-btn-default:focus,
.ez-toc-btn-default:hover {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}

.ez-toc-btn-default.active,
.ez-toc-btn-default:active {
	background-image: none;
}

.ez-toc-btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.ez-toc-btn-xs {
	padding: 1px 5px;
}

.ez-toc-btn-default {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:
		inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
		0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:
		inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
		0 1px 1px rgba(0, 0, 0, 0.075);
}

.ez-toc-btn-default:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.active,
.ez-toc-btn:active {
	background-image: none;
}

.ez-toc-btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-gradient(
		linear,
		left 0,
		left 100%,
		from(#fff),
		to(#e0e0e0)
	);
	background-image: -webkit-linear-gradient(top, #fff, #e0e0e0);
	background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: linear-gradient(180deg, #fff 0, #e0e0e0);
	background-repeat: repeat-x;
	border-color: #ccc;
}

.ez-toc-btn-default:focus,
.ez-toc-btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

.ez-toc-btn-default.active,
.ez-toc-btn-default:active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}

.ez-toc-pull-right {
	float: right !important;
	margin-left: 10px;
}

#ez-toc-container input {
	position: absolute;
	left: -999em;
}

#ez-toc-container input[type='checkbox']:checked + nav,
#ez-toc-widget-container input[type='checkbox']:checked + nav {
	opacity: 0;
	max-height: 0;
	border: none;
	display: none;
}

#ez-toc-container label {
	position: relative;
	cursor: pointer;
	display: initial;
}

#ez-toc-container .ez-toc-js-icon-con {
	display: initial;
}

#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-toggle label {
	float: right;
	position: relative;
	font-size: 16px;
	padding: 0;
	border: 1px solid #999191;
	border-radius: 5px;
	cursor: pointer;
	left: 10px;
	width: 35px;
}

div#ez-toc-container .ez-toc-title {
	display: initial;
}

#ez-toc-container a.ez-toc-toggle {
	color: #444;
	background: inherit;
	border: inherit;
}

.ez-toc-widget-container ul li a {
	padding-left: 10px;
	display: inline-flex;
	align-items: stretch;
	flex-wrap: nowrap;
}

.ez-toc-widget-container ul.ez-toc-list li {
	height: auto !important;
}

.ez-toc-icon-toggle-span {
	display: flex;
	align-items: center;
	width: 35px;
	height: 30px;
	justify-content: center;
	direction: ltr;
}

#ez-toc-container .eztoc-toggle-hide-by-default {
	display: none;
}

.eztoc-hide {
	display: none;
}

.ez-toc-list.ez-toc-columns-optimized {
	column-fill: balance;
	orphans: 2;
	widows: 2;
}

.ez-toc-list.ez-toc-columns-optimized > li {
	display: block;
	break-inside: avoid;
	page-break-inside: avoid;
}

div#ez-toc-container .ez-toc-title {
	font-size: 120%;
}

div#ez-toc-container .ez-toc-title {
	font-weight: 500;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
	font-size: 95%;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
	font-weight: 500;
}

div#ez-toc-container nav ul ul li {
	font-size: 90%;
}

div#ez-toc-container {
	background: #fff;
	border: 1px solid #000;
}

div#ez-toc-container p.ez-toc-title {
	color: #d33;
}

div#ez-toc-container ul.ez-toc-list a {
	color: #000;
}

div#ez-toc-container ul.ez-toc-list a:hover {
	color: #d33;
}

div#ez-toc-container ul.ez-toc-list a:visited {
	color: #000;
}

.ez-toc-box-title {
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	padding-bottom: 5px;
	position: absolute;
	top: -4%;
	left: 5%;
	background-color: inherit;
	transition: top 0.3s ease;
}

.ez-toc-box-title.toc-closed {
	top: -25%;
}

.ez-toc-container-direction {
	direction: ltr;
}

.ez-toc-counter ul {
	counter-reset: item;
}

.ez-toc-counter nav ul li a::before {
	content: counters(item, '.', decimal) '. ';
	display: inline-block;
	counter-increment: item;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 0.2em;
	float: left;
}

.ez-toc-widget-container ul {
	counter-reset: item;
}

.ez-toc-widget-container nav ul li a::before {
	content: counters(item, '.', decimal) '. ';
	display: inline-block;
	counter-increment: item;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 0.2em;
	float: left;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2)
		format('woff2');
	unicode-range:
		U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
		U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
		U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
		U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
		U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
		U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
		U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
		U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
		U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
		U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
		U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
		U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
		U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
		U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
		U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
		U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
		U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
		U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
		U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
		U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
		U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
		U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
		U+1FB00-1FBFF;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2)
		format('woff2');
	unicode-range:
		U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
		U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2)
		format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2)
		format('woff2');
	unicode-range:
		U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
		U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
		U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
		U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
		U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
		U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
		U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
		U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
		U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
		U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
		U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
		U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
		U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
		U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
		U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
		U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
		U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
		U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
		U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
		U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
		U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
		U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
		U+1FB00-1FBFF;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2)
		format('woff2');
	unicode-range:
		U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
		U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2)
		format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2)
		format('woff2');
	unicode-range:
		U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
		U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
		U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
		U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
		U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
		U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
		U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
		U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
		U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
		U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
		U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
		U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
		U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
		U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
		U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
		U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
		U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
		U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
		U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
		U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
		U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
		U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
		U+1FB00-1FBFF;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2)
		format('woff2');
	unicode-range:
		U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
		U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2)
		format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2)
		format('woff2');
	unicode-range:
		U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
		U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
		U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
		U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
		U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
		U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
		U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
		U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
		U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
		U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
		U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
		U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
		U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
		U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
		U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
		U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
		U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
		U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
		U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
		U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
		U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
		U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
		U+1FB00-1FBFF;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2)
		format('woff2');
	unicode-range:
		U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
		U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2)
		format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.far,
.fas {
	font-family: 'Font Awesome 6 Free';
}

.fa-arrow-alt-circle-up:before {
	content: '\f35b';
}

.fa-chevron-left:before {
	content: '\f053';
}

.fa-chevron-right:before {
	content: '\f054';
}

:root {
	--fa-style-family-brands: 'Font Awesome 6 Brands';
	--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

:root {
	--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src:
		url(../fonts/fa-regular-400.woff2) format('woff2'),
		url(../fonts/fa-regular-400.ttf) format('truetype');
}

.far {
	font-weight: 400;
}

:root {
	--fa-style-family-classic: 'Font Awesome 6 Free';
	--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

.fas {
	font-weight: 900;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-display: swap;
	font-weight: 400;
	src:
		url(../fonts/fa-regular-400.woff2) format('woff2'),
		url(../fonts/fa-regular-400.ttf) format('truetype');
}

@font-face {
	font-family: FontAwesome;
	font-display: swap;
	src:
		url(../fonts/fa-regular-400.woff2) format('woff2'),
		url(../fonts/fa-regular-400.ttf) format('truetype');
	unicode-range:
		u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e,
		u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094,
		u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7,
		u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
		u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
		u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
		u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
		u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
		u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}

.no-js .owl-carousel {
	display: block;
}

.owl-height {
	transition: height 0.5s ease-in-out;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

a,
address,
b,
body,
canvas,
caption,
code,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
header,
html,
i,
iframe,
img,
label,
legend,
li,
nav,
object,
ol,
p,
s,
section,
span,
strong,
summary,
table,
tbody,
td,
tr,
tt,
ul,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

header,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow-x: hidden;
	box-sizing: border-box;
}

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

body {
	min-width: 320px;
	background-color: #fff;
	color: #2e3246;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

::-webkit-input-placeholder {
	color: #2d3436;
}

::-moz-placeholder {
	color: #2d3436;
	opacity: 1;
}

:focus::-moz-placeholder,
:focus::-webkit-input-placeholder {
	color: transparent;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	-webkit-backface-visibility: hidden;
	color: #151515;
}

h1,
h1 a {
	font-size: 3.157em;
	line-height: 1.2em;
}

h2,
h2 a {
	font-size: 2.369em;
	line-height: 1.2em;
}

h3,
h3 a {
	font-size: 1.777em;
	line-height: 1.2em;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

iframe,
object,
video {
	max-width: 100%;
}

input,
textarea {
	outline: 0;
	outline: 0;
}

input[type='text']:focus {
	outline: 0;
}

a,
a:visited {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

a:active,
a:focus {
	outline: 0;
}

div {
	-webkit-tap-highlight-color: transparent;
	display: block;
}

div::-webkit-scrollbar {
	width: 0;
}

p {
	line-height: 1.65em;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='text'],
input[type='url'],
select,
textarea {
	color: #2d3436;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.45em;
	background-color: #fefeff;
	border-radius: 5px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	padding: 11px 15px;
	-webkit-appearance: none;
}

input[type='search'] {
	background-color: #f1f3f4;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='text'],
input[type='url'],
select {
	height: 45px;
}

textarea {
	padding: 15px;
}

input[type='submit'] {
	width: 100%;
	background-color: #be2edd;
	border: 0;
	padding: 11px 30px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.45em;
	height: 45px;
	color: #fff;
	border-radius: 5px;
	-webkit-appearance: none;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type='submit']:hover {
	background-color: #57606f;
}

.space-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.space-page-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.space-box {
	background-color: #fff;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.right {
	float: right;
}

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

.box-100 {
	width: 100%;
}

.box-25 {
	width: 25%;
}

.box-50 {
	width: 30%;
}

.box-75 {
	width: 75%;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	padding-bottom: 2.9em;
	text-align: center;
}

.space-close-icon {
	top: 0;
	right: 0;
	width: 20px;
	height: 21px;
	cursor: pointer;
}

.space-close-icon .to-right {
	top: 10px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #7f8c8d;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.space-close-icon .to-left {
	top: 10px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #7f8c8d;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.space-header-height {
	min-height: 80px;
}

.space-header-wrap {
	width: 100%;
	background-color: #fff;
	z-index: 20;
	box-shadow: 0 10px 40px 0 rgba(109, 141, 173, 0.25);
}

.space-header-wrap.fixed {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
}

.space-header {
	width: 100%;
	min-height: 80px;
}

.space-header-logo-ins {
	margin: 0px 15px;
	position: relative;
	top: -15px;
}

.space-header-logo-ins:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	right: 0;
	top: 25px;
	background-color: #e9edf0;
}

.space-header-logo a {
	padding-top: 15px;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #2d3436;
	line-height: 0;
}

.space-header-logo span {
	display: block;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1em;
	color: #7f8c8d;
}

.desktop-search-close-button .to-left,
.desktop-search-close-button .to-right {
	background-color: #7f8c8d;
}

.space-header-search-block {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: #f5f6fa;
	opacity: 0;
	visibility: hidden;
	z-index: 100000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.space-header-search-block.active {
	opacity: 1;
	visibility: visible;
}

.space-header-search-block-ins {
	max-width: 1170px;
	height: 100px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.desktop-search-close-button {
	top: 20px;
	right: 45px;
}

.space-header-search-block input[type='search'] {
	width: 100%;
	float: none;
	height: auto;
	background: 0 0;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 3.157em;
	line-height: 1.2em;
	color: #2d3436;
	border: 0;
	border-bottom: 1px solid #e9edf0;
	padding: 20px 30px;
	border-radius: 0;
}

.space-mobile-menu-icon {
	width: 24px;
	top: 20px;
	right: 0;
	cursor: pointer;
	overflow: hidden;
	display: none;
}

.space-mobile-menu-icon div:first-child {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #2d3436;
	margin-bottom: 4px;
}

.space-mobile-menu-icon div:nth-child(2) {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #2d3436;
	margin-bottom: 4px;
}

.space-mobile-menu-icon div:nth-child(3) {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: #2d3436;
}

.space-header-2-top-soc .space-mobile-menu-icon {
	width: 21px;
}

.space-header-2-top-soc .space-mobile-menu-icon div:first-child {
	width: 21px;
	border-radius: 3px;
}

.space-header-2-top-soc .space-mobile-menu-icon div:nth-child(2) {
	width: 11px;
	border-radius: 3px;
}

.space-header-2-top-soc .space-mobile-menu-icon div:nth-child(3) {
	width: 21px;
	border-radius: 3px;
}

.space-mobile-menu {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(45, 52, 54, 0.95);
	z-index: 100000;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	width: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.space-mobile-menu.active {
	opacity: 1;
	visibility: visible;
}

.space-mobile-menu-block {
	overflow-y: auto;
	width: 100%;
	max-width: 320px;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.space-mobile-menu-block-ins {
	padding: 45px 30px;
}

.space-mobile-menu-header {
	overflow: hidden;
	margin-bottom: 45px;
}

.space-mobile-menu-header a {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	line-height: 0;
	color: #2d3436;
}

.space-mobile-menu-header a.text-logo {
	text-transform: uppercase;
	font-size: 1.333em;
	line-height: 1em;
}

.space-mobile-menu-header span {
	display: block;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}

.space-mobile-menu-close-button {
	top: 20px;
	right: 20px;
}

.space-mobile-menu-list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.space-mobile-menu-list ul {
	width: 100%;
	position: relative;
}

.space-mobile-menu-list ul li {
	width: 100%;
	position: relative;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	color: #2d3436;
	text-align: left;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.space-mobile-menu-list ul li ul li:first-child {
	margin-top: 0;
}

.space-mobile-menu-list ul li a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	color: #2d3436;
}

.space-mobile-menu-list > ul > li.new:before {
	content: 'New';
	font-weight: 700;
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	background-color: #4cd137;
	display: inline-block;
	top: 11px;
	right: 25px;
	padding: 2px 7px;
	border-radius: 8px;
}

.space-mobile-menu-list > ul > li.best:before {
	content: 'Best';
	font-weight: 700;
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	color: #151515;
	background-color: #f0ff00;
	display: inline-block;
	top: 11px;
	right: 25px;
	padding: 2px 7px;
	border-radius: 8px;
}

.space-mobile-menu-list > ul > li.hot:before {
	content: 'Hot';
	font-weight: 700;
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	color: #a33632;
	background-color: #ff7979;
	display: inline-block;
	top: 11px;
	right: 25px;
	padding: 2px 7px;
	border-radius: 8px;
}

.space-mobile-menu-list > ul > li.top:before {
	content: 'Top';
	font-weight: 700;
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	background-color: #f22613;
	display: inline-block;
	top: 11px;
	right: 25px;
	padding: 2px 7px;
	border-radius: 8px;
}

.space-mobile-menu-list > ul > li.fair:before {
	content: 'Fair';
	font-weight: 700;
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	background-color: #8c14fc;
	display: inline-block;
	top: 11px;
	right: 25px;
	padding: 2px 7px;
	border-radius: 8px;
}

.space-mobile-menu-list ul li.menu-item-has-children:after {
	content: '\f0dd';
	font-family: 'Font Awesome 5 Free' !important;
	position: absolute;
	font-size: 15px;
	top: 7px;
	right: 0;
	margin: 0 auto;
}

.space-mobile-menu-list ul li.menu-item-has-children.space-up:after {
	content: '\f0de';
	font-family: 'Font Awesome 5 Free' !important;
	position: absolute;
	font-size: 15px;
	top: 12px;
	right: 0;
}

.space-mobile-menu-list ul li ul.sub-menu {
	display: none;
	padding: 0 0 0 15px;
}

.space-mobile-menu-copy {
	margin-top: 60px;
	padding: 30px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color: #7f8c8d;
}

.space-mobile-menu-copy a {
	color: #7f8c8d;
}

.space-news-8-items {
	overflow: hidden;
}

.space-news-8-items .owl-nav {
	position: absolute;
	bottom: 30px;
	right: 45px;
	width: 100px;
	height: 46px;
	border-radius: 23px;
	color: #fff;
	font-size: 1.333em;
	line-height: 46px;
	background-color: rgba(0, 0, 0, 0.5);
}

.space-news-8-items .owl-nav button {
	width: 50px;
	height: 46px;
}

.space-news-9-items {
	overflow: hidden;
}

.space-news-9-items .owl-nav {
	position: absolute;
	bottom: 30px;
	right: 45px;
	width: 100px;
	height: 46px;
	border-radius: 23px;
	color: #fff;
	font-size: 1.333em;
	line-height: 46px;
	background-color: rgba(0, 0, 0, 0.5);
}

.space-news-9-items .owl-nav button {
	width: 50px;
	height: 46px;
}

.space-content-section img {
	border-radius: 5px;
}

.space-page-content img {
	border-radius: 5px !important;
}

.space-page-content.page-template {
	margin-bottom: 30px;
}

.space-page-section {
	display: inline-block;
}

.space-page-section-ins {
	padding-top: 41px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.space-page-content-wrap {
	margin: 0 15px;
}

.space-page-content-box-wrap {
	border-bottom: 1px solid #dfe6e9;
	padding-bottom: 30px;
	margin: 0 0 15px;
}

.page .space-page-content-box-wrap {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
}

.space-page-content {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.65em;
	color: #2e3246;
}

.space-page-content a {
	color: #ff2453;
	text-decoration: underline;
}

.space-page-content p {
	padding-bottom: 1.45em;
}

.space-page-content p:last-child {
	padding-bottom: 0;
}

.space-page-content h1 {
	margin: 0 0 10px;
}

.space-page-content h2,
.space-page-content h3 {
	margin: 10px 0;
}

.space-page-content table {
	width: 100%;
	margin: 1.45em 0 2.9em;
}

.space-page-content table tr {
	border-bottom: 1px solid #ededed;
}

.space-page-content table tbody tr td {
	padding: 10px 15px;
}

.space-page-content dl {
	margin-bottom: 2.9em;
}

.space-page-content dl dt {
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
}

.space-page-content dl dt {
	background-color: #fafafa;
}

.space-page-content ol,
.space-page-content ul {
	margin-bottom: 1.45em;
	margin-left: 30px;
}

.space-page-content ol li ol,
.space-page-content ol li ol li ol,
.space-page-content ul li ul,
.space-page-content ul li ul li ul {
	margin-bottom: 0;
}

.space-page-content ol {
	list-style: decimal;
}

.space-page-content ol li,
.space-page-content ul li {
	padding: 5px;
}

.space-page-content ul li {
	list-style: disc;
	position: relative;
}

.space-page-content code {
	font-weight: 700;
}

.space-page-content code {
	display: inline-flex;
	font-family: Roboto !important;
	background-color: #f1f3f4;
	border-bottom: 1px solid #ededed;
	padding: 3px 20px;
	margin: 7px 0;
	border-radius: 2px;
	overflow-x: auto;
	font-weight: 400;
}

.space-page-content address {
	font-weight: 300;
	font-style: italic;
	font-size: 1.333em;
	line-height: 1.45em;
	margin-bottom: 1.45em;
	padding: 30px;
	border: 1px solid #ededed;
}

.space-page-content input[type='email'],
.space-page-content input[type='password'],
.space-page-content input[type='submit'],
.space-page-content input[type='text'],
.space-page-content input[type='url'],
.space-page-content select,
.space-page-content textarea {
	max-width: 100%;
	width: auto;
	margin-bottom: 10px;
}

.space-sidebar-section .space-default-search-form input[type='search'] {
	margin-bottom: 10px;
}

.space-footer {
	overflow: hidden;
}

.space-footer-ins {
	margin: 0 auto;
	max-width: 1170px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.space-footer-copy {
	padding: 30px 0;
	background-color: #111;
}

.space-footer-copy-left {
	color: #777;
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: 400;
}

.space-footer-copy-left a {
	color: #777;
	text-decoration: underline;
}

.space-footer-copy-left a:hover {
	text-decoration: underline;
}

.space-footer-copy-menu ul {
	float: right;
}

.space-footer-copy-menu ul li {
	margin-left: 30px;
	float: left;
}

.space-footer-copy-menu ul li a {
	color: #777;
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: 400;
	text-decoration: underline;
}

.space-footer-copy-menu ul li a:hover {
	text-decoration: underline;
}

#scrolltop {
	position: fixed;
	bottom: 7px;
	right: 15px;
	z-index: 9999;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 35px;
	line-height: 35px;
	color: #ff2453;
	cursor: pointer;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#scrolltop:hover {
	color: #57606f;
}

#scrolltop.show {
	opacity: 1;
	visibility: visible;
	bottom: 21px;
}

.sticky {
	line-height: 1.48em;
}

ul.space-footer-ins {
	padding-bottom: 10px;
	justify-content: center;
}

ul.space-footer-ins li a {
	padding: 0 5px;
	color: #ccc;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

ul.space-footer-ins li a:active,
ul.space-footer-ins li a:focus,
ul.space-footer-ins li a:hover {
	text-decoration: underline;
}

.space-footer-ins a {
	display: inline-block;
	margin: 0 auto;
}

.space-footer-ins img {
	max-width: 200px;
}

.responsiblegambling {
	background: #fff;
	border-radius: 5px;
}

.space-footer-copy-left {
	padding-right: 15px;
}

.space-footer-copy-left p,
.space-footer-copy-menu p {
	margin: 5px 0;
	color: #777;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.space-footer-copy-menu + div {
	width: 100%;
	text-align: center;
	color: #777;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.space-footer-ins img {
		margin-bottom: 10px;
	}

	.space-footer-ins .space-footer-copy-left {
		margin: 0;
		padding: 0;
	}

	.space-footer-copy-left p,
	.space-footer-copy-menu p {
		text-align: center;
	}
}

#ez-toc-container li::before {
	display: none !important;
}

.glow-button {
	text-decoration: none !important;
	display: inline-block;
	padding: 15px 30px;
	margin: 10px 20px;
	border-radius: 10px;
	box-shadow:
		0 0 40px 40px #d93 inset,
		0 0 0 0 #d93;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff !important;
	transition: 0.15s ease-in-out;
}

.glow-button:hover {
	box-shadow:
		0 0 10px 0 #d93 inset,
		0 0 10px 4px #d93;
	color: #d93 !important;
}

.space-page-content a:hover {
	color: #be2edd;
}

input[type='submit'] {
	background-color: #be2edd;
}

#scrolltop,
.space-page-content a,
.space-page-content ul li:before {
	color: #ff2453;
}

.space-header-height .space-header-wrap {
	background-color: #fff;
}

.space-header-height .space-header-logo-ins:after {
	background-color: #f5f6fa;
}

.space-header-height .space-header-logo a {
	color: #2d3436;
}

.space-header-height .space-header-logo span {
	color: #7f8c8d;
}

.space-header-height .space-mobile-menu-icon div {
	background-color: #151515;
}

.space-header-2-height .space-mobile-menu-icon div {
	background-color: #7f8c8d;
}

.space-mobile-menu .space-mobile-menu-block {
	background-color: #fff;
}

.space-mobile-menu .space-mobile-menu-copy {
	border-top: 1px solid #f5f6fa;
}

.space-mobile-menu .space-mobile-menu-copy {
	color: #7f8c8d;
}

.space-mobile-menu .space-mobile-menu-copy a {
	color: #7f8c8d;
}

.space-mobile-menu .space-mobile-menu-copy a:hover {
	color: #151515;
}

.space-mobile-menu .space-mobile-menu-header a {
	color: #2d3436;
}

.space-mobile-menu .space-mobile-menu-header span {
	color: #7f8c8d;
}

.space-mobile-menu .space-mobile-menu-list ul li {
	color: #151515;
}

.space-mobile-menu .space-mobile-menu-list ul li a {
	color: #151515;
}

.space-mobile-menu .space-close-icon .to-left,
.space-mobile-menu .space-close-icon .to-right {
	background-color: #151515;
}

.space-mobile-menu-list > ul > li.new:before {
	content: 'New';
	color: #4f8237;
	background-color: #badc58;
}

.space-mobile-menu-list > ul > li.best:before {
	content: 'Best';
	color: #7248b5;
	background-color: #b0aaff;
}

.space-mobile-menu-list > ul > li.hot:before {
	content: 'Hot';
	color: #a33632;
	background-color: #ff7979;
}

.space-mobile-menu-list > ul > li.top:before {
	content: 'Top';
	color: #a88817;
	background-color: #f6e58d;
}

.space-mobile-menu-list > ul > li.fair:before {
	content: 'Fair';
	color: #fff;
	background-color: #8c14fc;
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
	.space-header-height {
		min-height: 60px;
	}

	.space-header {
		min-height: 60px;
	}

	.space-header-logo-ins:after {
		background-color: transparent !important;
	}

	.space-header-logo {
		width: 66.66666666%;
	}

	.space-header-logo a {
		padding-top: 5px;
	}

	.space-header-menu {
		width: 33.33333333%;
	}

	.space-header-2-top-soc .space-mobile-menu-icon {
		top: 20px;
		left: 15px;
		right: auto;
	}

	.desktop-search-close-button {
		top: 20px;
		right: 20px;
	}

	.space-mobile-menu-icon {
		display: block;
		top: 20px;
		right: 15px;
	}

	.space-footer-ins {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
	.space-content-section {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}

	.space-sidebar-section {
		width: 100%;
		float: none;
	}

	.space-header-height {
		min-height: 60px;
	}

	.space-header {
		min-height: 60px;
	}

	.space-header-logo-ins:after {
		background-color: transparent !important;
	}

	.space-header-logo {
		width: 66.66666666%;
	}

	.space-header-logo a {
		padding-top: 5px;
	}

	.space-header-menu {
		width: 33.33333333%;
	}

	.space-header-2-top-soc .space-mobile-menu-icon {
		top: 20px;
		left: 15px;
		right: auto;
	}

	.desktop-search-close-button {
		top: 20px;
		right: 20px;
	}

	.space-mobile-menu-icon {
		display: block;
		top: 20px;
		right: 15px;
	}

	.space-news-8-items .owl-nav {
		bottom: 15px;
		right: 30px;
	}

	.space-news-9-items .owl-nav {
		right: 30px;
		bottom: 15px;
	}

	.space-footer-ins {
		padding-left: 15px;
		padding-right: 15px;
	}

	.space-footer-copy {
		padding: 30px 0;
	}

	.space-footer-copy-left {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}

	.space-footer-copy-menu {
		width: 100%;
		float: none;
	}

	.space-footer-copy-menu ul {
		position: relative;
		left: 50%;
		float: left;
	}

	.space-footer-copy-menu ul li {
		position: relative;
		left: -50%;
		margin-left: 10px;
		margin-right: 10px;
	}

	.space-footer-copy-menu ul li a {
		font-size: 0.7862em;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.space-content-section {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}

	.space-sidebar-section {
		width: 100%;
		float: none;
	}

	.space-header-height {
		min-height: 60px;
	}

	.space-header {
		min-height: 60px;
	}

	.space-header-logo-ins:after {
		background-color: transparent !important;
	}

	.space-header-logo {
		width: 66.66666666%;
	}

	.space-header-logo a {
		padding-top: 5px;
	}

	.space-header-menu {
		width: 33.33333333%;
	}

	.space-header-2-top-soc .space-mobile-menu-icon {
		top: 20px;
		left: 15px;
		right: auto;
	}

	.desktop-search-close-button {
		top: 20px;
		right: 20px;
	}

	.space-header-search-block-ins {
		margin-left: 15px;
		margin-right: 15px;
	}

	.space-mobile-menu-icon {
		display: block;
		top: 20px;
		right: 15px;
	}

	.space-news-8-items .owl-nav {
		bottom: 15px;
		right: 30px;
	}

	.space-news-9-items .owl-nav {
		right: 30px;
		bottom: 15px;
		width: 70px;
		height: 30px;
		border-radius: 15px;
		font-size: 1em;
		line-height: 30px;
	}

	.space-news-9-items .owl-nav button {
		width: 35px;
		height: 30px;
	}

	.space-footer-ins {
		padding-left: 15px;
		padding-right: 15px;
	}

	.space-footer-copy {
		padding: 30px 0;
	}

	.space-footer-copy-left {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}

	.space-footer-copy-menu {
		width: 100%;
		float: none;
	}

	.space-footer-copy-menu ul {
		position: relative;
		left: 50%;
		float: left;
	}

	.space-footer-copy-menu ul li {
		position: relative;
		left: -50%;
		margin-left: 10px;
		margin-right: 10px;
	}

	.space-footer-copy-menu ul li a {
		font-size: 0.7862em;
	}
}

@media screen and (max-width: 767px) and (min-width: 480px) {
	h2,
	h2 a {
		font-size: 1.777em;
	}

	h3,
	h3 a {
		font-size: 1.333em;
	}

	.space-content-section {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}

	.space-sidebar-section {
		width: 100%;
		float: none;
	}

	.space-header-height {
		min-height: 60px;
	}

	.space-header {
		min-height: 60px;
	}

	.space-header-logo-ins:after {
		background-color: transparent !important;
	}

	.space-header-logo {
		width: 66.66666666%;
	}

	.space-header-logo a {
		padding-top: 5px;
	}

	.space-header-menu {
		width: 33.33333333%;
	}

	.space-header-2-top-soc .space-mobile-menu-icon {
		top: 20px;
		left: 15px;
		right: auto;
	}

	.desktop-search-close-button {
		top: 20px;
		right: 15px;
	}

	.space-header-search-block-ins {
		margin-left: 15px;
		margin-right: 15px;
	}

	.space-header-search-block input[type='search'] {
		width: 100%;
		border-radius: 2px;
	}

	.space-header-search-block input[type='submit'] {
		display: none;
	}

	.space-mobile-menu-icon {
		display: block;
		top: 20px;
		right: 15px;
	}

	.space-news-8-items .owl-nav {
		bottom: 15px;
		right: 30px;
	}

	.space-news-9-items .owl-nav {
		right: 30px;
		bottom: 15px;
		width: 70px;
		height: 30px;
		border-radius: 15px;
		font-size: 1em;
		line-height: 30px;
	}

	.space-news-9-items .owl-nav button {
		width: 35px;
		height: 30px;
	}

	.space-footer-ins {
		padding-left: 15px;
		padding-right: 15px;
	}

	.space-footer-copy {
		padding: 30px 0;
	}

	.space-footer-copy-left {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}

	.space-footer-copy-menu {
		width: 100%;
		float: none;
	}

	.space-footer-copy-menu ul {
		position: relative;
		float: none;
		text-align: center;
	}

	.space-footer-copy-menu ul li {
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		display: inline-block;
		float: none;
	}

	.space-footer-copy-menu ul li a {
		font-size: 0.7862em;
	}
}

@media screen and (max-width: 479px) {
	h2,
	h2 a {
		font-size: 1.777em;
	}

	h3,
	h3 a {
		font-size: 1.333em;
	}

	.space-content-section {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}

	.space-sidebar-section {
		width: 100%;
		float: none;
	}

	.space-header-height {
		min-height: 60px;
	}

	.space-header {
		min-height: 60px;
	}

	.space-header-logo-ins:after {
		background-color: transparent !important;
	}

	.space-header-logo {
		width: 66.66666666%;
	}

	.space-header-logo a {
		padding-top: 5px;
	}

	.space-header-menu {
		width: 33.33333333%;
	}

	.space-header-2-top-soc .space-mobile-menu-icon {
		top: 20px;
		left: 15px;
		right: auto;
	}

	.desktop-search-close-button {
		top: 20px;
		right: 15px;
	}

	.space-header-search-block-ins {
		margin-left: 15px;
		margin-right: 15px;
	}

	.space-header-search-block input[type='search'] {
		width: 100%;
		font-size: 1.777em;
		line-height: 1.45em;
	}

	.space-mobile-menu-icon {
		display: block;
		top: 20px;
		right: 15px;
	}

	.space-news-8-items .owl-nav {
		bottom: 15px;
		right: 30px;
	}

	.space-news-9-items {
		margin: 0 8px;
		width: auto;
	}

	.space-news-9-items .owl-nav {
		right: 0;
		left: 0;
		bottom: 15px;
		margin: 0 auto;
		width: 70px;
		height: 30px;
		border-radius: 15px;
		font-size: 1em;
		line-height: 30px;
	}

	.space-news-9-items .owl-nav button {
		width: 35px;
		height: 30px;
	}

	.space-page-section-ins {
		padding-top: 30px;
	}

	.space-page-content h1 {
		font-size: 1.777em;
	}

	.space-footer-ins {
		padding-left: 15px;
		padding-right: 15px;
	}

	.space-footer-copy {
		padding: 30px 0;
	}

	.space-footer-copy-left {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}

	.space-footer-copy-menu {
		width: 100%;
		float: none;
	}

	.space-footer-copy-menu ul {
		position: relative;
		float: none;
		text-align: center;
	}

	.space-footer-copy-menu ul li {
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		display: inline-block;
		float: none;
	}

	.space-footer-copy-menu ul li a {
		font-size: 0.7862em;
	}
}

@font-face {
	font-family: 'Sofia Sans';
	font-style: normal;
	font-weight: 1 1000;
	font-display: swap;
	src: url(../fonts/Yq6R-LCVXSLy9uPBwlATrOF6kjouQb4.woff2) format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

@media screen and (max-width: 1200px) {
	.space-header-logo {
		width: 66.66666666% !important;
		height: 58px;
	}
}

.box-25 {
	width: 33%;
}

.left {
	float: left;
}

.relative {
	position: relative;
}

.reglog-buttons > div > div {
	display: flex;
	gap: 10px;
	min-height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.reglog-buttons a {
	width: 50%;
	text-align: center;
}

@media (max-width: 1200px) {
	.reglog-buttons {
		width: 100%;
		background: #fff;
	}
}

@media (max-width: 396px) {
	.reglog-buttons .btn {
		font-size: 13px;
	}
}

.btn {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #8e1010 50%, #660b0b 50%);
	border: 1px solid #e51919;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	padding: 14px 28px;
	margin: 0 6px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn:hover {
	background: linear-gradient(to bottom, #660b0b 50%, #8e1010 50%);
	transform: translateY(-1px);
}

.btn:active {
	background: linear-gradient(to bottom, #660b0b 50%, #8e1010 50%);
	transform: translateY(1px);
}

.main-banner_body {
	width: 100%;
	position: relative;
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 17px;
	height: 500px;
	min-height: 320px;
	max-width: 335px;
	text-align: center;
}

@media (max-width: 767px) {
	.main-banner_body {
		max-width: unset;
		height: calc(100% - 24px);
		top: 100px;
	}

	.description__detail {
		font-size: 29px !important;
	}

	.main-banner__image img {
		top: 71px !important;
	}
}

.description__title {
	font-family: 'Sofia Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	color: #ffcd36;
}

.description__detail {
	font-family: 'Sofia Sans', sans-serif;
	font-size: 33px;
	font-weight: 900;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin-top: 0;
	color: #fff;
}

.glow-button {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #8e1010 50%, #660b0b 50%);
	border: 1px solid #e51919;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	padding: 14px 28px;
	margin: 0 10 px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.glow-button:hover {
	background-color: #660b0b;
	box-shadow: 0 0 20px 4px rgba(128, 47, 63, 0.7);
	color: #fff !important;
	transform: translateY(-2px);
}

.btn-red {
	position: relative;
	font-size: 18px;
	padding: 16px 44px;
	background: linear-gradient(
		to bottom,
		#ff5a5a 0,
		#ef3e3e 38%,
		#a81414 50%,
		#a81414 64%,
		#c72323 100%
	);
	border: 3px solid #000;
	box-shadow:
		inset 0 0 0 2px #b31414,
		inset 0 1px 0 rgba(255, 255, 255, 0.35),
		inset 0 -6px 0 rgba(0, 0, 0, 0.18),
		0 10px 30px rgba(0, 0, 0, 0.45);
	border-radius: 4px;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.28);
}

.btn-red:hover {
	background: linear-gradient(
		to bottom,
		#ff6a6a 0,
		#f24949 38%,
		#b01616 50%,
		#b01616 64%,
		#d12727 100%
	);
	transform: translateY(-1px);
}

.btn-red:active {
	background: linear-gradient(
		to bottom,
		#e54a4a 0,
		#cf3434 38%,
		#8f1111 50%,
		#8f1111 64%,
		#ad1c1c 100%
	);
	transform: translateY(1px);
}

.main-banner__image img,
video[_ngcontent-ng-c2481134501] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	object-position: center top;
	height: calc(100% - 50px);
}

@media screen and (min-width: 768px) {
	.main-banner__image img {
		height: 100%;
	}
}

.reviews-container {
	max-width: 1200px;
	margin: 10px auto;
	padding: 0;
}

.review {
	padding: 15px 0;
}

.review-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.box-50 {
	width: 50%;
}

@media (max-width: 1024px) {
	.box-50 {
		width: 100%;
	}
}

.aligncenter.wp-image-2991 {
	padding-bottom: 0;
}

.aligncenter.wp-image-3008 {
	padding-bottom: 0;
}

.aligncenter.wp-image-3027 {
	padding-bottom: 0;
}

.aligncenter.wp-image-3028 {
	padding-bottom: 0;
}

.aligncenter.wp-image-3029 {
	padding-bottom: 0;
}

.aligncenter.wp-image-3030 {
	padding-bottom: 0;
}

.aligncenter.wp-image-3031 {
	padding-bottom: 0;
}

.aligncenter.wp-image-3032 {
	padding-bottom: 0;
}

.aligncenter.wp-image-3033 {
	padding-bottom: 0;
}

.space-page-content ol li {
	margin-bottom: -5px;
}

.space-page-content ul li {
	margin-bottom: -5px;
}

.space-page-content table tbody tr td {
	margin-bottom: 1px;
}

.sc_card {
	margin-bottom: -15px;
}

.space-page-content p {
	padding-bottom: 10px;
}

.review {
	padding-bottom: 10px;
}
.rll-youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.rll-youtube-player:focus-within {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.rll-youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0;
}

.rll-youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.rll-youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.rll-youtube-player .play {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: var(--wpr-bg-f493c44d-b397-4e3e-9698-63213792e6ca) no-repeat
		center;
	background-color: transparent !important;
	cursor: pointer;
	border: none;
}

.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player {
	position: absolute;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.rll-youtube-player,
[data-lazy-src] {
	display: none !important;
}

[data-wpr-lazyrender] {
	content-visibility: auto;
}

#pageMenu {
	display: none;
}

#pageMenu.active {
	display: block;
}

.table {
	width: 100%;
	overflow-x: auto;
	margin: 15px auto;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}

.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
