html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	background-color: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	margin-block-end: 1rem;
	margin-block-start: .5rem
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-block-end: .9rem;
	margin-block-start: 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap
}

a {
	background-color: transparent;
	color: var( --e-global-color-primary, #0d59f2);
	text-decoration: none
}

a:active,
a:hover {
	color: var( --e-global-color-primary, #0d59f2)
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none;
	height: auto;
	max-width: 100%
}

details {
	display: block
}

summary {
	display: list-item
}

figcaption {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4
}

[hidden],
template {
	display: none
}

@media print {

	*,
	:after,
	:before {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		-moz-column-break-inside: avoid;
		border: 1px solid #ccc;
		break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		-moz-column-break-after: avoid;
		break-after: avoid
	}
}

label {
	display: inline-block;
	line-height: 1;
	margin: 0 0 0.5em 0;
	vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	border: 1px solid var(--e-global-color-border, #666);
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
	width: 100%
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: var(--e-global-color-primary, #333)
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
	width: auto
}

[type=button],
[type=submit],
button {
	background-color: transparent;
	border: none;
	border-radius: 3px;
	color: var( --e-global-color-primary, #0d59f2);
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding: .5rem 1rem;
	text-align: center;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap
}

[type=button]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
	outline: none
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	background-color: var( --e-global-color-primary, #0d59f2);
	color: #fff;
	text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

select {
	display: block
}

table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .9em;
	margin-block-end: 15px;
	width: 100%
}

table td,
table th {
	border: 1px solid hsla(0, 0%, 50%, .502);
	line-height: 1.5;
	padding: 15px;
	vertical-align: top
}

table th {
	font-weight: 700
}

table tfoot th,
table thead th {
	font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-block-start: 1px solid hsla(0, 0%, 50%, .502)
}

table tbody+tbody {
	border-block-start: 2px solid hsla(0, 0%, 50%, .502)
}

@media(max-width:767px) {
	table table {
		font-size: .8em
	}

	table table td,
	table table th {
		line-height: 1.3;
		padding: 7px
	}

	table table th {
		font-weight: 400
	}
}

dd,
dl,
dt,
li,
ol,
ul {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin-block-end: 0;
	margin-block-start: 0;
	outline: 0;
	vertical-align: baseline
}

main#content .page-header {
	background-color: var( --e-global-color-light, #f7f7f7 );
	padding: 60px 20px;
}

main#content .page-header > * {
	max-width: var(--uncoder-container-width, 1220px);
    margin: 0 auto;
    text-align: center;
}

main#content .page-content {
	max-width: var(--uncoder-container-width, 1220px);
    margin: 0 auto;
	padding: 70px 20px;
}

@media (max-width: 1024px){
    main#content .page-header {
        background-color: var( --e-global-color-light, #f7f7f7 );
        padding: 40px 20px;
    }
	main#content .page-content {
		padding: 50px 20px;
	}
}

@media (max-width: 768px){
    main#content .page-header {
        background-color: var( --e-global-color-light, #f7f7f7 );
        padding: 35px 20px;
    }
	main#content .page-content {
		padding: 40px 20px;
	}
}

#reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-form-rating {
    margin-bottom: 25px;
}
.pswp {
    z-index: 99999;
}




.back-to-top,
.elementor-button {
	cursor: pointer
}

body {
	overflow-x: hidden
}

p:first-child {
	margin-top: 0
}

p:last-child {
	margin-bottom: 0
}

.back-to-top:hover {
	background-color: #cecece;
	color: #000
}

.back-to-top-icon {
	display: flex
}

.back-to-top,
.uncoder-hide-back-to-top-yes #backToTop {
	display: none
}

.back-to-top {
	background-color: #fff;
	color: #000;
	position: fixed;
	bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	z-index: 22;
	border-radius: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 15px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 1px 0 22px -9px rgb(0 0 0 / .4)
}

#backToTop.back-to-top[data-position=right] {
	right: 0
}

#backToTop.back-to-top[data-position=left] {
	left: 0
}

.back-to-top-icon svg {
	width: .8em;
	height: .8em
}

.back-to-top.active,
.elementor-editor-active .back-to-top {
	opacity: 1;
	visibility: visible;
	right: 30px
}

@media only screen and (max-width:767px) {
	.back-to-top {
		bottom: 20px
	}

	.back-to-top:not(.show-on-mobile) {
		display: none
	}

	.back-to-top.active,
	.elementor-editor-active .back-to-top {
		right: 20px
	}
}

.elementor-button-icon {
	transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.elementor-button-content-wrapper {
	align-items: center
}

.elementor-button.elementor-animation-underline .elementor-button-content-wrapper::before,
.uncoder-link-hover-underline-yes .elementor-icon-list-item .elementor-icon-list-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: .8;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.2, 1, .3, 1);
	background: currentColor
}

.elementor-button.elementor-animation-underline .elementor-button-content-wrapper::before {
	bottom: -2px
}

.elementor-button.elementor-animation-underline .elementor-button-content-wrapper,
.uncoder-link-hover-underline-yes .elementor-icon-list-item .elementor-icon-list-text {
	position: relative
}

@media only screen and (min-width:767px) {

	.elementor-button.elementor-animation-underline:hover .elementor-button-content-wrapper::before,
	.uncoder-link-hover-underline-yes .elementor-icon-list-item a:hover .elementor-icon-list-text::before {
		transform: scale3d(1, 1, 1);
		transform-origin: 0% 50%;
		transition-timing-function: ease
	}
}

.elementor-form .elementor-field-label {
	margin-bottom: 10px
}

.skip-link.screen-reader-text {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px;
	background: #ffc;
	border: 1px solid #900
}

.logged-in.admin-bar .elementor-location-header header.uncoder-sticky-header-yes {
	top: 31px
}

@media (max-width:768px) {
	.elementor-location-header header.uncoder-sticky-header-yes {
		top: 0 !important
	}
}

.elementor-location-header {
	display: initial
}

.uncoder-sticky-hide {
	transform: translateY(-100%);
	transition: transform .4s cubic-bezier(.7, 0, .3, 1);
	will-change: transform
}

.elementor-location-header header.uncoder-sticky-header-yes {
	position: sticky !important;
	z-index: 9999;
	width: 100% !important;
	top: 0
}

@media (max-width:1025px) {
	.elementor-location-header header.uncoder-sticky-header-disable-mobile-yes {
		position: relative !important;
		top: auto !important
	}
}

.uncoder-container-bg-blur-yes {
	-webkit-backdrop-filter: saturate(180%) blur(40px);
	backdrop-filter: saturate(180%) blur(40px)
}

.uncoder-container-bg-blur-yes:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-backdrop-filter: saturate(180%) blur(var(--uncoder-bg-blur, 10px));
	backdrop-filter: saturate(180%) blur(var(--uncoder-bg-blur, 10px));
	z-index: -1
}

.overflow-hidden {
	overflow: hidden !important
}

.elementor-heading-title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-color: currentColor;
}


body:not(.elementor-editor-active) .elementor-animation-btn-flip-text .elementor-button-text,
.nav-hover-flip .link-text {
	-webkit-text-fill-color: transparent;
	position: relative;
	clip-path: inset(-.05em);
	perspective: 100px;
}

/* base state */
body:not(.elementor-editor-active) .elementor-animation-btn-flip-text .elementor-button-text::after,
body:not(.elementor-editor-active) .elementor-animation-btn-flip-text .elementor-button-text::before,
.nav-hover-flip .link-text::after,
.nav-hover-flip .link-text::before {
	content: attr(data-title);
	display: block;
	-webkit-text-fill-color: currentColor;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:
		opacity var(--uncoder-flip-speed, .35s) ease-out,
		transform var(--uncoder-flip-speed, .45s) cubic-bezier(.22, .61, .36, 1);
}

body:not(.elementor-editor-active) .elementor-animation-btn-flip-text .elementor-button-text::before,
.nav-hover-flip .link-text::before {
	transform: translateY(0);
}

body:not(.elementor-editor-active) .elementor-animation-btn-flip-text .elementor-button-text::after,
.nav-hover-flip .link-text::after {
	transform: translateY(70%);
	opacity: 0;
}

/* hover state */
body:not(.elementor-editor-active) .elementor-animation-btn-flip-text:hover .elementor-button-text::before,
.nav-hover-flip .menu-item:hover .link-text::before {
	transform: translateY(-75%);
	opacity: 0;
	transition-duration: var(--uncoder-flip-speed, .32s), var(--uncoder-flip-speed, .32s);
}

body:not(.elementor-editor-active) .elementor-animation-btn-flip-text:hover .elementor-button-text::after,
.nav-hover-flip .menu-item:hover .link-text::after {
	opacity: 1;
	transform: translateY(0);
	transition-duration: var(--uncoder-flip-speed, .45s), var(--uncoder-flip-speed, .45s);
}