
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
	min-width: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bold;
}

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;
}

button, input, optgroup, select, textarea {
	font-size: 100%;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[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;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

:root {
	--global-gray-400: #cbd5e0;
	--global-gray-500: #a0aec0;
	--global-xs-spacing: 1em;
	--global-sm-spacing: 1.5rem;
	--global-md-spacing: 2rem;
	--global-lg-spacing: 2.5em;
	--global-xl-spacing: 3.5em;
	--global-xxl-spacing: 5rem;
	--global-edge-spacing: 1.5rem;
	--global-boxed-spacing: 2rem;
	--global-font-size-small: clamp(.8rem, .73rem + .217vw, .9rem);
	--global-font-size-medium: clamp(1.1rem, .995rem + .326vw, 1.25rem);
	--global-font-size-large: clamp(1.75rem, 1.576rem + .543vw, 2rem);
	--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);
	--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote, q {
	quotes: "“" "”";
}

blockquote {
	padding-left: 1em;
	border-left: 4px solid var(--global-palette4);
}

.entry-content blockquote {
	margin: 0 0 var(--global-md-spacing);
}

blockquote cite, blockquote .wp-block-pullquote__citation {
	color: var(--global-palette5);
	font-size: 13px;
	margin-top: 1em;
	position: relative;
	font-style: normal;
	display: block;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--global-palette7);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .9375rem;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	white-space: pre-wrap;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .8rem;
}

abbr, acronym {
	border-bottom: 1px dotted var(--global-palette4);
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

html {
	box-sizing: border-box;
}

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

hr {
	height: 0;
	border: 0;
	border-bottom: 2px solid var(--global-gray-400);
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul.aligncenter, ol.aligncenter {
	list-style: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul, li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: .5em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: var(--global-palette-highlight);
	text-underline-offset: .1em;
	transition: all .1s linear;
}

a:hover, a:focus, a:active {
	color: var(--global-palette-highlight-alt);
	text-underline-offset: .25em;
}

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

.inner-link-style-plain a:not(.button), .widget-area.inner-link-style-plain a:not(.button) {
	text-decoration: none;
}

.inner-link-style-normal a:not(.button), .widget-area.inner-link-style-normal a:not(.button) {
	text-decoration: underline;
}

.link-style-no-underline .entry-content p>a, .link-style-no-underline .entry-content strong>a, .link-style-no-underline .entry-content em>a, .link-style-no-underline .entry-content>ul a, .link-style-no-underline .entry-content a {
	text-decoration: none;
}

.link-style-no-underline .entry-content p>a:hover, .link-style-no-underline .entry-content strong>a:hover, .link-style-no-underline .entry-content em>a:hover, .link-style-no-underline .entry-content>ul a:hover, .link-style-no-underline .entry-content a:hover {
	text-decoration: none;
}

.link-style-color-underline .entry-content p a, .link-style-color-underline .entry-content strong>a, .link-style-color-underline .entry-content em>a, .link-style-color-underline .entry-content>ul a, .link-style-color-underline .entry-content>ol a, .link-style-color-underline .entry-content .wp-block-group ul a, .link-style-color-underline .entry-content .wp-block-group ol a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: var(--global-palette-highlight);
}

.link-style-color-underline .entry-content p a:hover, .link-style-color-underline .entry-content strong>a:hover, .link-style-color-underline .entry-content em>a:hover, .link-style-color-underline .entry-content>ul a:hover, .link-style-color-underline .entry-content>ol a:hover, .link-style-color-underline .entry-content .wp-block-group ul a:hover, .link-style-color-underline .entry-content .wp-block-group ol a:hover {
	text-decoration-color: var(--global-palette-highlight-alt);
}

.link-style-hover-background .entry-content p a, .link-style-hover-background .entry-content strong>a, .link-style-hover-background .entry-content em>a, .link-style-hover-background .entry-content>ul a, .link-style-hover-background .entry-content>ol a, .link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a), .link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a) {
	color: var(--global-palette-highlight);
	text-decoration: none;
	background-image: linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}

.link-style-hover-background .entry-content p a:hover, .link-style-hover-background .entry-content strong>a:hover, .link-style-hover-background .entry-content em>a:hover, .link-style-hover-background .entry-content>ul a:hover, .link-style-hover-background .entry-content>ol a:hover, .link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover, .link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover {
	color: var(--global-palette-highlight-alt2);
	text-decoration: none;
	background-size: 100% 100%;
}

.link-style-offset-background .entry-content p a, .link-style-offset-background .entry-content strong>a, .link-style-offset-background .entry-content em>a, .link-style-offset-background .entry-content>ul a, .link-style-offset-background .entry-content>ol a, .link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a), .link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a) {
	color: inherit;
	text-decoration: none;
	background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 10px;
}

.link-style-offset-background .entry-content p a:hover, .link-style-offset-background .entry-content strong>a:hover, .link-style-offset-background .entry-content em>a:hover, .link-style-offset-background .entry-content>ul a:hover, .link-style-offset-background .entry-content>ol a:hover, .link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover, .link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover {
	color: inherit;
	text-decoration: none;
	background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt));
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

:where(html:not(.no-js)) .hide-focus-outline *:focus {
	outline: 0;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

textarea {
	width: 100%;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	-webkit-appearance: none;
	color: var(--global-palette5);
	border: 1px solid var(--global-gray-400);
	border-radius: 3px;
	padding: .4em .5em;
	max-width: 100%;
	background: var(--global-palette9);
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
	color: var(--global-palette6);
}

::-moz-placeholder {
	color: var(--global-palette6);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--global-palette6);
}

:-moz-placeholder {
	color: var(--global-palette6);
}

::placeholder {
	color: var(--global-palette6);
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
	color: var(--global-palette3);
	border-color: var(--global-palette6);
	outline: 0;
	box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, .1);
}

select {
	border: 1px solid var(--global-gray-400);
	background-size: 16px 100%;
	padding: .2em 35px .2em .5em;
	background: var(--global-palette9) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==") no-repeat 98% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: 0;
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

select.nitro-lazy {
	background: none !important;
}

select::-ms-expand {
	display: none;
}

select:focus {
	color: var(--global-palette3);
	border-color: var(--global-palette6);
	background-color: var(--global-palette9);
	box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, .1);
	outline: 0;
}

select:focus option {
	color: #333;
}

.elementor-select-wrapper select {
	background-image: none;
}

.elementor-select-wrapper select.nitro-lazy {
	background-image: none !important;
}

.search-form {
	position: relative;
}

.search-form input[type=search], .search-form input.search-field {
	padding-right: 60px;
	width: 100%;
}

.search-form .search-submit[type=submit] {
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	z-index: 2;
	width: 50px;
	border: 0;
	padding: 8px 12px 7px;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.search-form .search-submit[type=submit]:hover, .search-form .search-submit[type=submit]:focus {
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.search-form .kadence-search-icon-wrap {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	padding: 0;
	text-align: center;
	background: 0 0;
	z-index: 3;
	cursor: pointer;
	pointer-events: none;
	color: var(--global-palette6);
	text-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap {
	color: var(--global-palette4);
}

body.rtl .search-form .button[type=submit], body.rtl .search-form .kadence-search-icon-wrap {
	left: 0;
	right: auto;
}

body.rtl .search-form input[type=search], body.rtl .search-form input.search-field {
	padding-right: .5em;
	padding-left: 60px;
}

fieldset {
	padding: .625em 1.425em .625em;
	border: 1px solid var(--global-gray-500);
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.affwp-form fieldset {
	padding: 0;
}

legend {
	font-weight: bold;
}

button, .button, .wp-block-button__link, .wp-element-button, input[type=button], input[type=reset], input[type=submit] {
	border-radius: 3px;
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
	padding: .4em 1em;
	border: 0;
	font-size: 1.125rem;
	line-height: 1.6;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: all .2s ease;
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

button:visited, .button:visited, .wp-block-button__link:visited, .wp-element-button:visited, input[type=button]:visited, input[type=reset]:visited, input[type=submit]:visited {
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-element-button:hover, .wp-element-button:focus, .wp-element-button:active, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, input[type=reset]:hover, input[type=reset]:focus, input[type=reset]:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
	color: var(--global-palette-btn-hover);
	background: var(--global-palette-btn-bg-hover);
	box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, .1);
}

button:disabled, button.disabled, .button:disabled, .button.disabled, .wp-block-button__link:disabled, .wp-block-button__link.disabled, .wp-element-button:disabled, .wp-element-button.disabled, input[type=button]:disabled, input[type=button].disabled, input[type=reset]:disabled, input[type=reset].disabled, input[type=submit]:disabled, input[type=submit].disabled {
	cursor: not-allowed;
	opacity: .5;
}

.elementor-button-wrapper .elementor-button {
	background-color: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
}

.elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active {
	color: var(--global-palette-btn-hover);
	background-color: var(--global-palette-btn-bg-hover);
	box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, .1);
}

.button.button-size-small {
	font-size: 80%;
	padding: .3em .7em;
}

.button.button-size-large {
	font-size: 110%;
	padding: .6em 1.2em;
}

.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .wp-element-button {
	padding: .4em 1em;
}

.button.button-style-outline, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .wp-element-button, .button.kb-btn-global-outline {
	border: 2px solid currentColor;
}

.button.button-style-outline:hover, .button.button-style-outline:focus, .button.button-style-outline:active, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-element-button:hover, .wp-block-button.is-style-outline .wp-element-button:focus, .wp-block-button.is-style-outline .wp-element-button:active, .button.kb-btn-global-outline:hover, .button.kb-btn-global-outline:focus, .button.kb-btn-global-outline:active {
	border: 2px solid currentColor;
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), .wp-block-button.is-style-outline .wp-element-button:not(.has-background), .button.button-style-outline:not(.has-background), .button.kb-btn-global-outline:not(.has-background) {
	background: rgba(0, 0, 0, 0);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active, .wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover, .wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus, .wp-block-button.is-style-outline .wp-element-button:not(.has-background):active, .button.button-style-outline:not(.has-background):hover, .button.button-style-outline:not(.has-background):focus, .button.button-style-outline:not(.has-background):active, .button.kb-btn-global-outline:not(.has-background):hover, .button.kb-btn-global-outline:not(.has-background):focus, .button.kb-btn-global-outline:not(.has-background):active {
	background: rgba(0, 0, 0, 0);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline .wp-element-button:not(.has-text-color), .button-style-outline:not(.has-text-color), .kb-btn-global-outline:not(.has-text-color) {
	color: var(--global-palette-btn-out, var(--global-palette-btn-bg));
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited, .wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):visited, .button-style-outline:not(.has-text-color):visited, .kb-btn-global-outline:not(.has-text-color):visited {
	color: var(--global-palette-btn-out, var(--global-palette-btn-bg));
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover, .wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus, .wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active, .button-style-outline:not(.has-text-color):hover, .button-style-outline:not(.has-text-color):focus, .button-style-outline:not(.has-text-color):active, .kb-btn-global-outline:not(.has-text-color):hover, .kb-btn-global-outline:not(.has-text-color):focus, .kb-btn-global-outline:not(.has-text-color):active {
	color: var(--global-palette-btn-out-hover, var(--global-palette-btn-bg-hover));
}

button.button-style-secondary, .button.button-style-secondary, .wp-block-button__link.button-style-secondary, .wp-element-button.button-style-secondary, input[type=button].button-style-secondary, input[type=reset].button-style-secondary, input[type=submit].button-style-secondary {
	background: var(--global-palette-btn-sec-bg);
	color: var(--global-palette-btn-sec);
}

button.button-style-secondary:visited, .button.button-style-secondary:visited, .wp-block-button__link.button-style-secondary:visited, .wp-element-button.button-style-secondary:visited, input[type=button].button-style-secondary:visited, input[type=reset].button-style-secondary:visited, input[type=submit].button-style-secondary:visited {
	background: var(--global-palette-btn-sec-bg);
	color: var(--global-palette-btn-sec);
}

button.button-style-secondary:hover, button.button-style-secondary:focus, button.button-style-secondary:active, .button.button-style-secondary:hover, .button.button-style-secondary:focus, .button.button-style-secondary:active, .wp-block-button__link.button-style-secondary:hover, .wp-block-button__link.button-style-secondary:focus, .wp-block-button__link.button-style-secondary:active, .wp-element-button.button-style-secondary:hover, .wp-element-button.button-style-secondary:focus, .wp-element-button.button-style-secondary:active, input[type=button].button-style-secondary:hover, input[type=button].button-style-secondary:focus, input[type=button].button-style-secondary:active, input[type=reset].button-style-secondary:hover, input[type=reset].button-style-secondary:focus, input[type=reset].button-style-secondary:active, input[type=submit].button-style-secondary:hover, input[type=submit].button-style-secondary:focus, input[type=submit].button-style-secondary:active {
	color: var(--global-palette-btn-sec-hover);
	background: var(--global-palette-btn-sec-bg-hover);
}

.kadence-svg-iconset {
	display: inline-flex;
	align-self: center;
}

.kadence-svg-iconset svg {
	height: 1em;
	width: 1em;
}

.kadence-svg-iconset.svg-baseline svg {
	top: .125em;
	position: relative;
}

body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore), body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover, body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore) {
	color: #fff;
}

body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore), body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover, body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore) {
	border-color: currentColor;
}

:root .has-theme-palette-1-background-color, :root .has-theme-palette1-background-color {
	background-color: var(--global-palette1);
}

:root .has-theme-palette-1-color, :root .has-theme-palette1-color {
	color: var(--global-palette1);
}

:root .has-theme-palette-2-background-color, :root .has-theme-palette2-background-color {
	background-color: var(--global-palette2);
}

:root .has-theme-palette-2-color, :root .has-theme-palette2-color {
	color: var(--global-palette2);
}

:root .has-theme-palette-3-background-color, :root .has-theme-palette3-background-color {
	background-color: var(--global-palette3);
}

:root .has-theme-palette-3-color, :root .has-theme-palette3-color {
	color: var(--global-palette3);
}

:root .has-theme-palette-4-background-color, :root .has-theme-palette4-background-color {
	background-color: var(--global-palette4);
}

:root .has-theme-palette-4-color, :root .has-theme-palette4-color {
	color: var(--global-palette4);
}

:root .has-theme-palette-5-background-color, :root .has-theme-palette5-background-color {
	background-color: var(--global-palette5);
}

:root .has-theme-palette-5-color, :root .has-theme-palette5-color {
	color: var(--global-palette5);
}

:root .has-theme-palette-6-background-color, :root .has-theme-palette6-background-color {
	background-color: var(--global-palette6);
}

:root .has-theme-palette-6-color, :root .has-theme-palette6-color {
	color: var(--global-palette6);
}

:root .has-theme-palette-7-background-color, :root .has-theme-palette7-background-color {
	background-color: var(--global-palette7);
}

:root .has-theme-palette-7-color, :root .has-theme-palette7-color {
	color: var(--global-palette7);
}

:root .has-theme-palette-8-background-color, :root .has-theme-palette8-background-color {
	background-color: var(--global-palette8);
}

:root .has-theme-palette-8-color, :root .has-theme-palette8-color {
	color: var(--global-palette8);
}

:root .has-theme-palette-9-background-color, :root .has-theme-palette9-background-color {
	background-color: var(--global-palette9);
}

:root .has-theme-palette-9-color, :root .has-theme-palette9-color {
	color: var(--global-palette9);
}

:root .has-theme-palette-10-background-color, :root .has-theme-palette10-background-color {
	background-color: var(--global-palette10);
}

:root .has-theme-palette-10-color, :root .has-theme-palette10-color {
	color: var(--global-palette10);
}

:root .has-theme-palette-11-background-color, :root .has-theme-palette11-background-color {
	background-color: var(--global-palette11);
}

:root .has-theme-palette-11-color, :root .has-theme-palette11-color {
	color: var(--global-palette11);
}

:root .has-theme-palette-12-background-color, :root .has-theme-palette12-background-color {
	background-color: var(--global-palette12);
}

:root .has-theme-palette-12-color, :root .has-theme-palette12-color {
	color: var(--global-palette12);
}

:root .has-theme-palette-13-background-color, :root .has-theme-palette13-background-color {
	background-color: var(--global-palette13);
}

:root .has-theme-palette-13-color, :root .has-theme-palette13-color {
	color: var(--global-palette13);
}

:root .has-theme-palette-14-background-color, :root .has-theme-palette14-background-color {
	background-color: var(--global-palette14);
}

:root .has-theme-palette-14-color, :root .has-theme-palette14-color {
	color: var(--global-palette14);
}

:root .has-theme-palette-15-background-color, :root .has-theme-palette15-background-color {
	background-color: var(--global-palette15);
}

:root .has-theme-palette-15-color, :root .has-theme-palette15-color {
	color: var(--global-palette15);
}

.kt-clear {}

.kt-clear::before, .kt-clear::after {
	content: " ";
	display: table;
}

.kt-clear::after {
	clear: both;
}

#wpadminbar {
	position: fixed !important;
}

.content-area {
	margin: var(--global-xxl-spacing) 0;
}

.entry-content {
	word-break: break-word;
}

.entry-content table {
	word-break: normal;
}

.body {
	overflow-x: hidden;
}

.scroll a *, a.scroll * {
	pointer-events: none;
}

.content-width-fullwidth .content-container.site-container {
	max-width: none;
	padding: 0;
}

.content-width-fullwidth .content-area, .content-vertical-padding-hide .content-area {
	margin-top: 0;
	margin-bottom: 0;
}

.content-vertical-padding-top .content-area {
	margin-bottom: 0;
}

.content-vertical-padding-bottom .content-area {
	margin-top: 0;
}

.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .alignfull>.wp-block-cover__inner-container, .alignwide>.wp-block-cover__inner-container {
	margin: 0 auto;
	padding: 0 var(--global-content-edge-padding);
}

.kt-row-layout-inner>.kb-theme-content-width, .kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width {
	padding-left: var(--global-content-edge-padding);
	padding-right: var(--global-content-edge-padding);
}

.content-bg {
	background: #fff;
}

.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap {
	padding: 0;
}

.content-style-unboxed .content-bg:not(.loop-entry) {
	background: rgba(0, 0, 0, 0);
}

.content-style-unboxed .entry:not(.loop-entry) {
	box-shadow: none;
	border-radius: 0;
}

@media screen and (min-width: 1025px) {
	.has-sidebar .content-container {
		display: grid;
		grid-template-columns: 5fr 2fr;
		grid-gap: var(--global-xl-spacing);
		justify-content: center;
	}
	
	#secondary {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}
	
	.has-left-sidebar .content-container {
		grid-template-columns: 2fr 5fr;
	}
	
	.has-left-sidebar #main {
		grid-column: 2;
		grid-row: 1;
	}
	
	.has-left-sidebar #secondary {
		grid-column: 1;
		grid-row: 1;
	}
	
	.has-sidebar .wp-site-blocks .content-container .alignwide, .has-sidebar .wp-site-blocks .content-container .alignfull {
		width: unset;
		max-width: unset;
		margin-left: 0;
		margin-right: 0;
	}
	
	.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}
}

#kt-scroll-up-reader, #kt-scroll-up {
	position: fixed;
	transform: translateY(40px);
	transition: all .2s ease;
	opacity: 0;
	z-index: 1000;
	display: flex;
	cursor: pointer;
}

#kt-scroll-up-reader *, #kt-scroll-up * {
	pointer-events: none;
}

#kt-scroll-up-reader.scroll-up-style-outline, #kt-scroll-up.scroll-up-style-outline {
	background: rgba(0, 0, 0, 0);
}

.scroll-up-style-filled {
	color: var(--global-palette9);
	background: var(--global-palette4);
}

.scroll-up-style-filled:hover {
	color: var(--global-palette9);
}

.scroll-up-style-outline, .scroll-up-wrap.scroll-up-style-outline {
	border-width: 2px;
	border-style: solid;
	border-color: currentColor;
	color: var(--global-palette4);
}

.scroll-up-style-outline:hover {
	color: var(--global-palette5);
}

#kt-scroll-up.scroll-visible {
	transform: translateY(0px);
	opacity: 1;
}

#kt-scroll-up-reader {
	transform: translateY(0px);
	transition: all 0s ease;
}

#kt-scroll-up-reader:not(:focus) {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

#kt-scroll-up-reader:focus {
	transform: translateY(0px);
	opacity: 1;
	box-shadow: none;
	z-index: 1001;
}

@media screen and (max-width: 719px) {
	.vs-sm-false {
		display: none !important;
	}
}

@media screen and (min-width: 720px)and (max-width: 1024px) {
	.vs-md-false {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.vs-lg-false {
		display: none !important;
	}
}

body.logged-in .vs-logged-in-false {
	display: none !important;
}

body:not(.logged-in) .vs-logged-out-false {
	display: none !important;
}

.infinite-scroll .posts-navigation, .infinite-scroll .pagination, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#wrapper {
	overflow: hidden;
	overflow: clip;
}

.kadence-scrollbar-fixer {
	margin-right: var(--scrollbar-offset, unset);
}

.kadence-scrollbar-fixer .item-is-fixed {
	right: var(--scrollbar-offset, 0);
}

.alignleft {
	float: left;
	margin-right: var(--global-md-spacing);
}

.alignright {
	float: right;
	margin-left: var(--global-md-spacing);
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body.footer-on-bottom #wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.footer-on-bottom.admin-bar #wrapper {
	min-height: calc(100vh - 32px);
}

body.footer-on-bottom #inner-wrap {
	flex: 1 0 auto;
}

.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child, .kadence-pro-fixed-item>p:first-child:last-child {
	margin: 0;
}

.site-branding {
	max-height: inherit;
}

.site-branding a.brand {
	display: flex;
	gap: 1em;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	color: inherit;
	max-height: inherit;
}

.site-branding a.brand img {
	display: block;
}

.site-branding .site-title {
	margin: 0;
}

.site-branding .site-description {
	margin: .4375em 0 0;
	word-wrap: break-word;
}

.site-branding.branding-layout-standard-reverse a.brand {
	flex-direction: row-reverse;
}

.site-branding.branding-layout-vertical.site-title-top a.brand .site-title-wrap {
	order: -1;
}

.site-branding.branding-layout-vertical.site-title-top a.brand .site-description {
	margin: 0;
}

.site-branding.branding-layout-vertical a.brand {
	flex-direction: column;
}

.site-branding.branding-layout-vertical-reverse a.brand {
	flex-direction: column-reverse;
}

.site-header-section-center .site-branding.branding-layout-vertical a.brand, .site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand {
	text-align: center;
}

.site-header-section-center .site-branding.branding-layout-vertical a.brand img, .site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand img {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	.site-branding.branding-tablet-layout-standard-reverse a.brand {
		flex-direction: row-reverse;
	}
	
	.site-branding.branding-tablet-layout-vertical.site-title-top a.brand .site-title-wrap {
		order: -1;
	}
	
	.site-branding.branding-tablet-layout-vertical a.brand {
		flex-direction: column;
	}
	
	.site-branding.branding-tablet-layout-vertical-reverse a.brand {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 719px) {
	.site-branding.branding-mobile-layout-standard:not(.site-brand-logo-only) a.brand {
		flex-direction: row;
	}
	
	.site-branding.branding-mobile-layout-standard-reverse a.brand {
		flex-direction: row-reverse;
	}
	
	.site-branding.branding-mobile-layout-vertical.site-title-top a.brand .site-title-wrap {
		order: -1;
	}
	
	.site-branding.branding-mobile-layout-vertical a.brand {
		flex-direction: column;
	}
	
	.site-branding.branding-mobile-layout-vertical-reverse a.brand {
		flex-direction: column-reverse;
	}
}

.site-header-row-center-column .brand:not(.has-logo-image) .site-title-wrap {
	text-align: center;
}

.logo-icon {
	display: flex;
}

.logo-icon .kadence-svg-iconset svg {
	width: 100%;
	height: auto;
}

.header-navigation ul ul.sub-menu, .header-navigation ul ul.submenu {
	display: none;
	position: absolute;
	top: 100%;
	flex-direction: column;
	background: #fff;
	margin-left: 0;
	box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
	z-index: 1000;
}

.header-navigation ul ul.quadmenu-row {
	flex-direction: row;
}

body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle {
	opacity: .2;
}

.header-navigation ul ul.sub-menu>li:last-child, .header-navigation ul ul.submenu>li:last-child {
	border-bottom: 0;
}

.header-navigation ul ul.sub-menu.sub-menu-edge {
	left: auto;
	right: 0;
}

.header-navigation ul ul ul.sub-menu.sub-menu-edge {
	left: auto;
	right: 100%;
}

.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.sub-menu, .header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.submenu {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 0, 0);
	transition: all .2s ease;
	display: block;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
}

.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:hover>ul, .header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li.menu-item--toggled-on>ul, .header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:not(.menu-item--has-toggle):focus>ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	clip: auto;
	height: auto;
	overflow: visible;
}

.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li>ul.opened, .header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li.menu-item--toggled-on>ul, .header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li:not(.menu-item--has-toggle):focus>ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	clip: auto;
	height: auto;
	overflow: visible;
}

.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.sub-menu, .header-navigation.header-navigation-dropdown-animation-fade-up ul ul.submenu {
	transform: translate3d(0, 10px, 0);
}

.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.sub-menu, .header-navigation.header-navigation-dropdown-animation-fade-down ul ul.submenu {
	transform: translate3d(0, -10px, 0);
}

.wp-site-blocks .nav--toggle-sub .dropdown-nav-special-toggle {
	position: absolute !important;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: -.1em !important;
	border: 0 !important;
	width: .9em;
	top: 0;
	bottom: 0;
	height: auto;
	border-radius: 0;
	box-shadow: none !important;
	background: rgba(0, 0, 0, 0) !important;
	display: block;
	left: auto;
	right: .7em;
	pointer-events: none;
}

.wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle {
	width: 2.6em;
	margin: 0 !important;
	right: 0;
}

.nav--toggle-sub .dropdown-nav-special-toggle:focus {
	z-index: 10;
}

.nav--toggle-sub .dropdown-nav-toggle {
	display: block;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	right: 0;
	top: 50%;
	width: .7em;
	height: .7em;
	font-size: inherit;
	width: .9em;
	height: .9em;
	font-size: .9em;
	display: inline-flex;
	line-height: inherit;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	transform: translateY(-50%);
	overflow: visible;
	transition: opacity .2s ease;
}

.nav--toggle-sub ul ul .dropdown-nav-toggle {
	right: .2em;
}

.nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset {
	transform: rotate(-90deg);
}

.nav--toggle-sub li.menu-item-has-children {
	position: relative;
}

.nav-drop-title-wrap {
	position: relative;
	padding-right: 1em;
	display: block;
}

.nav--toggle-sub:not(.click-to-open) li:hover>ul, .nav--toggle-sub li.menu-item--toggled-on>ul, .nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul, .nav--toggle-sub.click-to-open li.menu-item--has-toggle>ul.opened {
	display: block;
}

.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul {
	display: block;
}

@media (hover: none) {
	.wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on) .dropdown-nav-special-toggle {
		left: 0;
		right: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		pointer-events: all;
	}
	
	.wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on)>a {
		pointer-events: none;
	}
}

.rtl .nav--toggle-sub .dropdown-nav-toggle {
	right: auto;
	left: 0;
}

.rtl .primary-menu-container>ul>li.menu-item .dropdown-nav-special-toggle {
	right: auto;
	left: .7em;
}

.rtl .wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle {
	left: 0;
	right: auto;
}

.rtl .nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset {
	transform: rotate(-270deg);
}

.rtl .header-navigation ul ul ul.sub-menu, .rtl .header-navigation ul ul ul.submenu {
	right: 100%;
	left: auto;
}

.rtl .nav-drop-title-wrap {
	padding-left: 1em;
	padding-right: 0;
}

.wp-site-blocks .nav--toggle-sub .kadence-menu-mega-enabled .sub-menu .dropdown-nav-special-toggle {
	display: none;
}

.header-navigation-style-underline-fullheight, .header-navigation-style-fullheight {
	height: 100%;
	align-items: center;
}

.header-navigation-style-underline-fullheight .header-menu-container, .header-navigation-style-fullheight .header-menu-container {
	height: 100%;
	align-items: center;
}

.header-navigation-style-underline-fullheight .header-menu-container>ul, .header-navigation-style-fullheight .header-menu-container>ul {
	height: 100%;
	align-items: center;
}

.header-navigation-style-underline-fullheight .header-menu-container>ul>li, .header-navigation-style-fullheight .header-menu-container>ul>li {
	display: flex;
	height: 100%;
	align-items: center;
}

.header-navigation-style-underline-fullheight .header-menu-container>ul>li>a, .header-navigation-style-fullheight .header-menu-container>ul>li>a {
	display: flex;
	height: 100%;
	align-items: center;
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a {
	position: relative;
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 2px;
	right: 50%;
	background: currentColor;
	transform: scale(0, 0) translate(-50%, 0);
	transition: transform .2s ease-in-out, color 0s ease-in-out;
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:hover:after {
	transform: scale(1, 1) translate(50%, 0);
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-menu-item>a:after, .header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-page-item>a:after {
	transform: scale(1, 1) translate(50%, 0);
}

.header-navigation, .header-menu-container {
	display: flex;
}

.header-navigation li.menu-item>a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: var(--global-palette4);
	transition: all .2s ease-in-out;
	transform: translate3d(0, 0, 0);
}

.header-navigation li.menu-item>a:hover, .header-navigation li.menu-item>a:focus {
	color: var(--global-palette-highlight);
}

.header-navigation ul.sub-menu, .header-navigation ul.submenu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-navigation ul li.menu-item>a {
	padding: .6em .5em;
}

.header-navigation ul ul li.menu-item>a {
	padding: 1em;
	outline-offset: -2px;
}

.header-navigation ul ul li.menu-item>a {
	width: 200px;
}

.header-navigation ul ul ul.sub-menu, .header-navigation ul ul ul.submenu {
	top: 0;
	left: 100%;
	right: auto;
	min-height: 100%;
}

.header-navigation .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-toggle-open {
	display: flex;
	background: rgba(0, 0, 0, 0);
	align-items: center;
	box-shadow: none;
}

.menu-toggle-open .menu-toggle-label {
	padding-right: 5px;
}

.menu-toggle-open .menu-toggle-icon {
	display: flex;
}

.menu-toggle-open .menu-toggle-label:empty {
	padding-right: 0px;
}

.menu-toggle-open:hover, .menu-toggle-open:focus {
	border-color: currentColor;
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.menu-toggle-open.menu-toggle-style-default {
	border: 0;
}

.wp-site-blocks .menu-toggle-open {
	box-shadow: none;
}

.mobile-navigation {
	width: 100%;
}

.mobile-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: .6em .5em;
}

.mobile-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.drawer-nav-drop-wrap {
	display: flex;
	position: relative;
}

.drawer-nav-drop-wrap a {
	color: inherit;
}

.drawer-nav-drop-wrap .drawer-sub-toggle {
	background: rgba(0, 0, 0, 0);
	color: inherit;
	padding: .5em .7em;
	display: flex;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	line-height: normal;
}

.drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded=true] svg {
	transform: rotate(180deg);
}

.mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap .drawer-sub-toggle {
	position: absolute;
	left: 0;
	z-index: 10;
	top: 0;
	bottom: 0;
	justify-content: flex-end;
	width: 100%;
}

.mobile-navigation ul ul {
	padding-left: 1em;
	transition: all .2s ease-in-out;
}

.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
	display: none;
}

body[class*=amp-mode-] .mobile-navigation ul ul {
	display: block;
}

.mobile-navigation ul ul ul ul ul ul {
	padding-left: 0;
}

.mobile-navigation ul.has-collapse-sub-nav .sub-menu.show-drawer {
	display: block;
}

.popup-drawer {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
	z-index: 100000;
}

.popup-drawer .drawer-overlay {
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.popup-drawer .drawer-inner {
	width: 100%;
	transform: translateX(100%);
	max-width: 90%;
	right: 0;
	top: 0;
	overflow: auto;
	background: #090c10;
	color: #fff;
	bottom: 0;
	opacity: 0;
	position: fixed;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .25s cubic-bezier(.77, .2, .05, 1);
}

.popup-drawer .drawer-header {
	padding: 0 1.5em;
	display: flex;
	justify-content: flex-end;
	min-height: calc(1.2em + 24px);
}

.popup-drawer .drawer-header .drawer-toggle {
	background: rgba(0, 0, 0, 0);
	border: 0;
	font-size: 24px;
	line-height: 1;
	padding: .6em .15em;
	color: inherit;
	display: flex;
	box-shadow: none;
	border-radius: 0;
}

.popup-drawer .drawer-header .drawer-toggle:hover {
	box-shadow: none;
}

.popup-drawer .drawer-content {
	padding: 0 1.5em 1.5em;
}

.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner {
	transform: translateX(-100%);
	right: auto;
	left: 0;
}

@media screen and (max-width: 1024px) {
	.showing-popup-drawer-from-right.animate-body-popup #inner-wrap, .showing-popup-drawer-from-right.animate-body-popup #colophon, .showing-popup-drawer-from-right.animate-body-popup .site-header-row {
		transform: translateX(-200px);
	}
	
	.showing-popup-drawer-from-left.animate-body-popup #inner-wrap, .showing-popup-drawer-from-left.animate-body-popup #colophon, .showing-popup-drawer-from-left.animate-body-popup .site-header-row {
		transform: translateX(200px);
	}
	
	.animate-body-popup #inner-wrap, .animate-body-popup .site-header-row, .animate-body-popup #colophon {
		transform: none;
		transition: transform .3s cubic-bezier(.77, .2, .05, 1);
	}
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth .drawer-inner {
	transform: scale(0);
	transform-origin: top right;
	transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .3s cubic-bezier(.77, .2, .05, 1);
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.popup-drawer-side-left .drawer-inner {
	transform-origin: top left;
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.active .drawer-inner {
	transform: scale(1);
}

#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-overlay, #mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-inner {
	background: rgba(0, 0, 0, 0);
}

.popup-drawer .drawer-header .drawer-toggle {
	width: 1em;
	position: relative;
	height: 1em;
	box-sizing: content-box;
	font-size: 24px;
}

.drawer-toggle .toggle-close-bar {
	width: .75em;
	height: .08em;
	background: currentColor;
	transform-origin: center center;
	position: absolute;
	margin-top: -.04em;
	opacity: 0;
	border-radius: .08em;
	left: 50%;
	margin-left: -.375em;
	top: 50%;
	transform: rotate(45deg) translateX(-50%);
	transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .3s cubic-bezier(.77, .2, .05, 1);
	transition-delay: .2s;
}

.drawer-toggle .toggle-close-bar:last-child {
	transform: rotate(-45deg) translateX(50%);
}

.popup-drawer.active .drawer-toggle .toggle-close-bar {
	transform: rotate(45deg);
	opacity: 1;
}

.popup-drawer.active .drawer-toggle .toggle-close-bar:last-child {
	transform: rotate(-45deg);
	opacity: 1;
}

.popup-drawer .drawer-content.content-valign-middle {
	min-height: calc(100% - ( 1.2em + 24px ));
	display: flex;
	justify-content: safe center;
	flex-direction: column;
	padding-bottom: calc(1.2em + 24px);
	overflow: auto;
}

.popup-drawer .drawer-content.content-valign-bottom {
	min-height: calc(100% - ( 1.2em + 24px ));
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: calc(1.2em + 24px);
	max-height: calc(100% - ( 1.2em + 24px ));
	overflow: auto;
}

.popup-drawer .drawer-content.content-valign-bottom .site-header-item-mobile-navigation {
	display: block;
	overflow: auto;
	max-height: calc(100% - ( 1.2em + 24px ));
}

.popup-drawer .drawer-content.content-align-center {
	text-align: center;
}

.popup-drawer .drawer-content.content-align-center .site-header-item {
	justify-content: center;
}

.popup-drawer .drawer-content.content-align-right {
	text-align: right;
}

.popup-drawer .drawer-content.content-align-right .site-header-item {
	justify-content: flex-end;
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-inner {
	transform: none;
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-slice-background {
	transform-origin: center;
	transform: none;
	position: absolute;
	display: flex;
	flex-flow: column;
	align-items: stretch;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg {
	flex: 1 1 100%;
	background: rgba(9, 12, 16, .97);
	transform: translateX(-100%);
	transition: transform .3s cubic-bezier(.77, .2, .05, 1);
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg:nth-child(odd) {
	transform: translateX(100%);
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-content {
	transform: translateY(20px);
	opacity: 0;
	transition: all .4s ease;
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .pop-portion-bg {
	transform: translateX(0);
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .drawer-content {
	transform: translateY(0px);
	opacity: 1;
	transition: all .4s ease;
	transition-delay: .2s;
}

@media screen and (max-width: 1024px) {
	.popup-drawer-layout-sidepanel.popup-mobile-drawer-side-right .drawer-inner {
		transform: translateX(100%);
		right: 0;
		left: auto;
	}
	
	.popup-drawer-layout-sidepanel.popup-mobile-drawer-side-left .drawer-inner {
		transform: translateX(-100%);
		right: auto;
		left: 0;
	}
}

body.admin-bar .popup-drawer {
	top: 46px;
}

body.admin-bar .popup-drawer .drawer-inner {
	top: 46px;
}

@media screen and (min-width: 783px) {
	body.admin-bar .popup-drawer {
		top: 32px;
	}
	
	body.admin-bar .popup-drawer .drawer-inner {
		top: 32px;
	}
}

.popup-drawer.show-drawer {
	display: block;
}

.popup-drawer.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity .25s ease-out;
}

.popup-drawer.active .drawer-inner {
	opacity: 1;
	transform: translateX(0%);
}

.popup-drawer.active .drawer-overlay {
	opacity: 1;
	cursor: pointer;
}

body[class*=showing-popup-drawer-] {
	overflow: hidden;
}

.site .header-navigation .header-menu-container .menu-item.nav-button {
	margin: 0 .25em;
}

.site .header-navigation .header-menu-container .menu-item.nav-button>a {
	margin: 0;
	padding: .8em 1.5em .8em 1.5em;
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
	font-style: normal;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 12px;
}

.site .header-navigation .header-menu-container .menu-item.nav-button>a:hover, .site .header-navigation .header-menu-container .menu-item.nav-button>a:focus {
	color: var(--global-palette-btn-hover);
	background: var(--global-palette-btn-bg-hover);
}

@media screen and (max-width: 1024px) {
	.mobile-menu-container .menu-item.nav-button>a {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: .8em 1.5em .8em 1.5em;
		background: var(--global-palette-btn-bg);
		color: var(--global-palette-btn);
		font-style: normal;
		font-size: 16px;
		line-height: 1.4;
		border-radius: 12px;
	}
	
	.mobile-menu-container .menu-item.nav-button>a:hover, .mobile-menu-container .menu-item.nav-button>a:focus {
		color: var(--global-palette-btn-hover);
		background: var(--global-palette-btn-bg-hover);
	}
}

#main-header {
	display: none;
}

#masthead {
	position: relative;
	z-index: 11;
}

@media screen and (min-width: 1025px) {
	#main-header {
		display: block;
	}
	
	#mobile-header {
		display: none;
	}
}

.header-html-inner img.alignnone {
	display: inline-block;
}

.drawer-content .mobile-html, .drawer-content .mobile-html2 {
	width: 100%;
}

.site-header-row {
	display: grid;
	grid-template-columns: auto auto;
}

.site-header-row.site-header-row-center-column {
	grid-template-columns: 1fr auto 1fr;
}

.site-header-row.site-header-row-only-center-column {
	display: flex;
	justify-content: center;
}

.site-header-row.site-header-row-only-center-column .site-header-section-center {
	flex-grow: 1;
}

.site-header-upper-inner-wrap.child-is-fixed {
	display: flex;
	align-items: flex-end;
}

.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap {
	width: 100%;
}

.site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container {
	max-width: none;
}

.site-header-row-tablet-layout-contained {
	padding: 0 1.5rem;
}

@media screen and (max-width: 719px) {
	.site-header-focus-item.site-header-row-mobile-layout-contained {
		padding: 0 1.5rem;
	}
	
	.site-header-focus-item.site-header-row-mobile-layout-fullwidth, .site-header-focus-item.site-header-row-mobile-layout-standard {
		padding: 0;
	}
}

.site-header-section {
	display: flex;
	max-height: inherit;
}

.site-header-item {
	display: flex;
	align-items: center;
	margin-right: 10px;
	max-height: inherit;
}

.rtl .site-header-item {
	margin-left: 10px;
	margin-right: 0px;
}

.site-header-section>.site-header-item:last-child {
	margin-right: 0;
}

.rtl .site-header-section>.site-header-item:last-child {
	margin-left: 0px;
}

.drawer-content .site-header-item {
	margin-right: 0;
	margin-bottom: 10px;
}

.drawer-content .site-header-item:last-child {
	margin-bottom: 0;
}

.site-header-section-right {
	justify-content: flex-end;
}

.site-header-section-center {
	justify-content: center;
}

.site-header-section-left-center {
	flex-grow: 1;
	justify-content: flex-end;
}

.site-header-section-right-center {
	flex-grow: 1;
	justify-content: flex-start;
}

.header-navigation-layout-stretch-true {
	flex-grow: 1;
}

.header-navigation-layout-stretch-true .header-navigation {
	flex-grow: 1;
}

.header-navigation-layout-stretch-true .header-navigation .header-menu-container {
	flex-grow: 1;
}

.header-navigation-layout-stretch-true .header-navigation .header-menu-container .menu {
	flex-grow: 1;
	justify-content: space-between;
}

.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}

.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu>li {
	text-align: center;
}

.header-html-inner p:first-child {
	margin-top: 0;
}

.header-html-inner p:last-child {
	margin-bottom: 0;
}

#main-header .header-button.button-style-outline {
	background: rgba(0, 0, 0, 0) !important;
}

.element-social-inner-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .3em;
}

a.social-button {
	width: 2em;
	text-decoration: none;
	height: 2em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	color: var(--global-palette4);
	background: var(--global-palette7);
	border-radius: 3px;
	transition: all .2s ease-in-out;
}

a.social-button:hover {
	color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
}

a.social-button .social-label {
	padding-left: 6px;
}

.social-show-label-true a.social-button {
	width: auto;
	padding: 0 .4em;
}

.social-style-outline .social-button {
	background: rgba(0, 0, 0, 0) !important;
	border: 2px solid var(--global-palette7);
}

.social-style-outline .social-button:hover {
	color: var(--global-palette-highlight);
	border-color: currentColor;
}

.social-icon-custom-svg {
	display: inline-flex;
	align-self: center;
}

.social-icon-custom-svg svg {
	fill: currentcolor;
	width: 1em;
	height: 1em;
}

.social-icon-custom-svg svg * {
	fill: currentColor;
}

.search-toggle-open {
	display: flex;
	background: rgba(0, 0, 0, 0);
	align-items: center;
	padding: .5em;
	box-shadow: none;
}

.search-toggle-open .search-toggle-label {
	padding-right: 5px;
}

.search-toggle-open .search-toggle-icon {
	display: flex;
}

.search-toggle-open .search-toggle-icon svg.kadence-svg-icon {
	top: -.05em;
	position: relative;
}

.search-toggle-open .search-toggle-label:empty {
	padding-right: 0px;
}

.search-toggle-open:hover, .search-toggle-open:focus {
	border-color: currentColor;
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.search-toggle-open.search-toggle-style-default {
	border: 0;
}

.popup-drawer-layout-fullwidth .drawer-inner {
	max-width: none;
	background: rgba(9, 12, 16, .97);
	transition: transform 0s ease-in, opacity .2s ease-in;
}

.popup-drawer-layout-fullwidth .drawer-inner .drawer-overlay {
	background-color: rgba(0, 0, 0, 0);
}

#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated .drawer-inner {
	background: rgba(9, 12, 16, .97);
}

#search-drawer .drawer-inner .drawer-header {
	position: relative;
	z-index: 100;
}

#search-drawer .drawer-inner .drawer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2em;
}

#search-drawer .drawer-inner form {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}

#search-drawer .drawer-inner form label {
	flex-grow: 2;
}

#search-drawer .drawer-inner form ::-webkit-input-placeholder {
	color: currentColor;
	opacity: .5;
}

#search-drawer .drawer-inner form ::-moz-placeholder {
	color: currentColor;
	opacity: .5;
}

#search-drawer .drawer-inner form :-ms-input-placeholder {
	color: currentColor;
	opacity: .5;
}

#search-drawer .drawer-inner form :-moz-placeholder {
	color: currentColor;
	opacity: .5;
}

#search-drawer .drawer-inner input.search-field {
	width: 100%;
	background: rgba(0, 0, 0, 0);
	color: var(--global-palette6);
	padding: .8em 80px .8em .8em;
	font-size: 20px;
	border: 1px solid currentColor;
}

#search-drawer .drawer-inner input.search-field:focus {
	color: #fff;
	box-shadow: 5px 5px 0px 0px currentColor;
}

#search-drawer .drawer-inner .search-submit[type=submit] {
	width: 70px;
}

#search-drawer .drawer-inner .kadence-search-icon-wrap {
	color: var(--global-palette6);
	width: 70px;
}

#search-drawer .drawer-inner .search-submit[type=submit]:hover~.kadence-search-icon-wrap {
	color: #fff;
}

#search-drawer .drawer-inner button[type=submit]:hover~.kadence-search-icon-wrap {
	color: #fff;
}

.site-header-upper-inner-wrap.child-is-fixed .site-top-header-wrap:not(.item-is-fixed) {
	align-self: flex-start;
	flex-grow: 1;
}

.kadence-sticky-header {
	position: relative;
	z-index: 1;
}

.item-is-fixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1200;
}

.site-branding a.brand img.kadence-sticky-logo {
	display: none;
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img.kadence-sticky-logo {
	display: block;
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img {
	display: none;
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image) {
	width: auto;
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start)[data-shrink=true] .site-branding a.brand picture img {
	max-height: inherit;
}

#mobile-drawer {
	z-index: 99999;
}

#mobile-header .mobile-navigation>.mobile-menu-container.drawer-menu-container>ul.menu {
	display: flex;
	flex-wrap: wrap;
}

#mobile-header .mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap>a {
	padding-right: 2em;
}

#mobile-header .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border: 0;
}

#mobile-header .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, #mobile-header .mobile-navigation ul li:not(.menu-item-has-children) a {
	border: 0;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	line-height: 1;
	font-size: 80px;
	font-weight: 600;
	margin: 0 .125em 0 0;
	text-transform: uppercase;
}

.wp-block-image {
	margin-bottom: 0;
}

.wp-block-image.has-custom-border img {
	border-style: solid;
}

figure.wp-block-image.aligncenter img {
	display: inline-block;
}

.wp-block-pullquote {
	border-top: 0;
	border-bottom: 0;
	color: var(--global-palette4);
}

.wp-block-pullquote blockquote {
	border: 0;
	margin: 0 auto;
	padding: 2em;
	position: relative;
}

.wp-block-pullquote blockquote::before {
	font-size: 200px;
	line-height: 40px;
	font-family: sans-serif;
	color: var(--global-palette7);
	z-index: 0;
	position: absolute;
	left: 35px;
	content: open-quote;
	top: 80px;
}

.wp-block-pullquote blockquote p {
	font-size: 1.15em;
	font-style: italic;
	position: relative;
	z-index: 1;
}

.wp-block-pullquote blockquote cite {
	text-transform: uppercase;
}

.wp-block-pullquote.is-style-solid-color:not(.has-background) {
	background: var(--global-palette7);
}

.wp-block-pullquote.is-style-solid-color blockquote {
	padding: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote:before {
	color: var(--global-palette9);
	left: -20px;
	top: 45px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 1.15em;
	font-style: italic;
}

@media screen and (min-width: 767px) {
	.wp-block-pullquote blockquote p, .wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: 1.3em;
	}
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin: 1.5em auto;
	padding: 0 1em;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border: none;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 4px solid var(--global-palette4);
	padding-left: 0;
	padding-right: 1em;
}

.wp-block-quote.has-text-align-center {
	border: none;
	padding-left: 0;
}

.single-content .wp-block-quote p {
	margin-bottom: var(--global-sm-spacing);
}

.single-content .wp-block-quote p:last-child {
	margin-bottom: 0;
}

.wp-block-cover {
	display: flex;
	align-items: center;
}

.wp-block-table {
	border-collapse: collapse;
}

.wp-block-table table {
	border-collapse: collapse;
}

.wp-block-table thead {
	border-bottom: 3px solid var(--global-palette6);
}

.wp-block-table tfoot {
	border-top: 3px solid var(--global-palette6);
}

.wp-block-table td, .wp-block-table th {
	padding: .5em;
	border: 1px solid var(--global-palette6);
	word-break: normal;
}

.wp-block-table img {
	display: inline-block;
}

.wp-block-table.is-style-stripes thead {
	border-bottom: 0;
}

.wp-block-table.is-style-stripes tfoot {
	border-top: 0;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border: 0;
}

.blocks-gallery-caption figcaption, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-audio figcaption, .wp-block-video figcaption {
	color: var(--global-palette5);
	font-size: 80%;
	text-align: center;
}

.wp-block-separator {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 160px;
}

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px;
}

.wp-block-separator.has-background:not(.is-style-dots):not(.is-style-wide) {
	height: 2px;
}

.wp-block-separator.is-style-dots:before {
	font-size: 30px;
}

ul.wp-block-social-links:not(.specificity) {
	padding-left: 0;
	padding-right: 0;
}

.single-content .wp-block-columns {
	margin-bottom: var(--global-md-spacing);
	margin-top: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid {
	display: grid;
	column-gap: 2.5rem;
	row-gap: 2.5rem;
	grid-template-columns: 1fr;
	padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) {
	display: block;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
	position: relative;
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) img {
	flex: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
	position: absolute;
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li {
	margin: 0;
	width: 100%;
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li>a {
	margin: 1em 0 0;
	color: var(--global-palette3);
	text-decoration: none;
	font-size: 1.3em;
	display: block;
}

@media screen and (min-width: 767px) {
	.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-2 {
		grid-template-columns: 1fr 1fr;
	}
	
	.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	padding-left: 0;
}

.wp-block-latest-posts__list li {
	margin-top: var(--global-sm-spacing);
}

.wp-block-latest-posts__list li:after {
	clear: both;
	display: table;
	content: "";
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	color: var(--global-palette6);
}

@media screen and (max-width: 540px) {
	.wp-block-latest-posts__featured-image.alignleft {
		float: none;
		margin-bottom: 1em;
	}
}

figure.wp-block-gallery ul {
	padding: 0;
}

.wp-block-media-text .wp-block-media-text__media img, .wp-block-media-text .wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle;
}

.wp-block-group.has-background {
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content .wp-block-group.has-background {
	padding: 20px 30px;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
	list-style: none;
}

.wp-block-search .wp-block-search__button {
	border-color: var(--global-gray-400);
}

.wp-block-search .wp-block-search__button:not(.has-text-color) {
	color: var(--global-palette4);
}

.wp-block-search .wp-block-search__button:not(.has-background) {
	background: var(--global-palette9);
}

.wp-block-search .wp-block-search__input {
	border-color: var(--global-gray-400);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: var(--global-gray-400);
	border-radius: 3px;
	background: var(--global-palette9);
}

.wp-block-navigation ul.wp-block-navigation__container {
	padding: 0;
}

.has-child .wp-block-navigation__container {
	min-width: 12em;
	display: flex;
	flex-direction: column;
}

.wp-block-yoast-how-to-block .schema-how-to-steps li {
	margin-bottom: var(--global-md-spacing);
}

.wp-block-yoast-how-to-block .schema-how-to-steps li .schema-how-to-step-text {
	margin-top: 0;
}

.single-content .wp-block-post-template, .single-content .wp-block-query-loop {
	padding: 0;
}

.single-content .wp-block-query .wp-block-post-featured-image.alignwide, .single-content .wp-block-query .wp-block-post-featured-image.alignfull {
	margin-left: 0;
	margin-right: 0;
}

.single-content .wp-block-query .wp-block-post-featured-image.alignfull {
	width: auto;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: .5em;
}

.gallery .gallery-item {
	margin-top: 0;
}

.elementor-image-gallery .gallery {
	display: block;
}

@media screen and (min-width: 40em) {
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.gallery-columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}

.gallery-item {
	padding: .5em;
}

.gallery-icon {
	display: flex;
	justify-content: center;
}

.gallery-caption {
	font-size: 80%;
}

.gallery.entry {
	display: block;
}

.pagination {
	margin: var(--global-lg-spacing) auto;
	overflow: hidden;
}

.pagination .nav-links {
	justify-content: center;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	display: inline-block;
	margin-right: .5em;
	border: 2px solid rgba(0, 0, 0, 0);
	min-width: 2.5em;
	line-height: 2.25em;
	text-align: center;
	text-decoration: none;
	border-radius: .25rem;
	color: inherit;
}

.pagination a:hover, .pagination a:focus, .pagination a:active {
	border-color: var(--global-palette-btn-bg);
}

.pagination .dots {
	min-width: auto;
	border: none;
}

.pagination .current {
	border-color: var(--global-palette-btn-bg);
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
}

.pagination .page-numbers:last-child {
	margin-right: 0;
}

.page-links {
	margin-top: var(--global-md-spacing);
	justify-content: center;
	flex-wrap: wrap;
	clear: both;
}

.page-links .post-page-numbers {
	display: inline-block;
	margin-right: .2em;
	border: 2px solid rgba(0, 0, 0, 0);
	min-width: 2.5em;
	line-height: 2.25em;
	text-align: center;
	text-decoration: none;
	border-radius: .25rem;
	color: inherit;
}

.page-links a:hover, .page-links a:focus, .page-links a:active {
	border-color: var(--global-palette-btn-bg);
}

.page-links .current {
	border-color: var(--global-palette-btn-bg);
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
}

.page-links .post-page-numbers:first-child {
	margin-left: .5em;
}

.page-links .post-page-numbers:last-child {
	margin-right: 0;
}

.comment-navigation, .post-navigation {
	margin: var(--global-lg-spacing) auto;
}

.comment-navigation a, .post-navigation a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.comment-navigation a:hover, .post-navigation a:hover {
	color: var(--global-palette-highlight);
}

.comment-navigation .nav-links, .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.comment-navigation .nav-previous, .post-navigation .nav-previous {
	position: relative;
}

.comment-navigation .nav-previous .kadence-svg-iconset, .post-navigation .nav-previous .kadence-svg-iconset {
	padding-right: .5em;
}

.comment-navigation .nav-previous a, .post-navigation .nav-previous a {
	padding-right: var(--global-xs-spacing);
}

.comment-navigation .nav-previous:after, .post-navigation .nav-previous:after {
	position: absolute;
	content: "";
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: var(--global-gray-500);
}

.comment-navigation .nav-next, .post-navigation .nav-next {
	grid-column-start: 2;
	text-align: right;
}

.comment-navigation .nav-next a, .post-navigation .nav-next a {
	padding-left: var(--global-xs-spacing);
}

.comment-navigation .nav-next .kadence-svg-iconset, .post-navigation .nav-next .kadence-svg-iconset {
	padding-left: .5em;
}

.post-navigation-sub {
	margin-bottom: .5em;
}

.post-navigation-sub small {
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	letter-spacing: .05em;
}

.widget {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget-area .widget-title {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.widget-area ul {
	padding-left: .5em;
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	color: var(--global-palette3);
	text-decoration: none;
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
	color: var(--global-palette-highlight);
	text-decoration: underline;
}

.sidebar-link-style-underline.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	text-decoration: underline;
}

.sidebar-link-style-plain.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	text-decoration: none;
}

.sidebar-link-style-plain.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
	text-decoration: none;
}

.widget-area .widget {
	margin-left: 0;
	margin-right: 0;
}

.widget li:not(.kb-table-of-content-list li) {
	line-height: 1.8;
}

.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_recent_comments ul, .widget_pages ul, .widget_recent_entries ul, .widget_rss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget select {
	max-width: 100%;
	text-overflow: ellipsis;
}

.widget_archive li {
	color: var(--global-palette6);
}

.widget_categories .children {
	padding-top: 0;
}

.widget_pages .children, .widget_nav_menu .sub-menu {
	padding-top: 0;
	padding-bottom: .5em;
}

.widget_pages a, .widget_nav_menu a {
	display: block;
	padding: .1em 0;
	text-decoration: none;
}

.widget_pages a:hover, .widget_pages a:focus, .widget_nav_menu a:hover, .widget_nav_menu a:focus {
	text-decoration: none;
}

.widget_pages li, .widget_nav_menu li {
	padding: 0;
}

.widget_pages li ul, .widget_nav_menu li ul {
	margin-left: 1em;
}

.widget_meta li {
	padding: 0;
}

.widget_recent_comments li {
	line-height: 1.3;
	padding-bottom: .5em;
}

.widget_recent_comments a {
	font-weight: bold;
}

.widget_recent_comments .comment-author-link a {
	font-weight: inherit;
}

.widget_recent_comments a:hover, .widget_recent_comments a:focus {
	padding-left: 0;
}

.widget_recent_entries ul li {
	margin-bottom: .4em;
}

.widget_recent_entries ul li .post-date {
	font-size: .8em;
	color: var(--global-palette6);
}

.widget_rss li {
	margin-bottom: 1em;
	line-height: 1.3;
}

.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 1em;
	line-height: 1.4;
}

.rss-date, .widget_rss cite {
	color: #333;
	font-size: .8em;
}

.rssSummary {
	padding: .5em 0;
	font-size: .9em;
	line-height: 1.3;
}

.widget_calendar {
	font-weight: 400;
}

.widget_calendar caption {
	padding: .5em 0;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
}

.widget_calendar thead {
	background: rgba(0, 0, 0, 0);
	color: #333;
}

.widget_calendar th {
	border: none;
	text-align: center;
}

.widget_calendar thead th {
	border-bottom-width: 2px;
}

.widget_calendar td {
	padding: .2em;
	font-size: .8em;
	text-align: center;
	background: #fff;
	border: 1px solid var(--global-gray-400);
}

.widget_calendar .pad {
	background: var(--global-palette7);
}

.widget_calendar .wp-calendar-nav .pad {
	background: rgba(0, 0, 0, 0);
}

.widget_calendar a {
	font-weight: 900;
	text-decoration: none;
}

.collapse-sub-navigation ul.menu {
	display: block;
}

.collapse-sub-navigation ul.menu li a {
	text-decoration: none;
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid var(--global-palette7);
}

.collapse-sub-navigation ul.menu li a:hover {
	text-decoration: none;
}

.collapse-sub-navigation ul.menu ul {
	padding: 0 0 0 1em;
	margin: 0;
	display: none;
	transition: all .2s ease-in-out;
}

.collapse-sub-navigation ul.menu .sub-menu.show-drawer {
	display: block;
}

.collapse-sub-navigation ul.menu .drawer-nav-drop-wrap .drawer-sub-toggle {
	border-left: 1px solid var(--global-palette7);
	border-bottom: 1px solid var(--global-palette7);
}

.grid-cols {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}

.wp-site-blocks .grid-cols:before {
	display: none;
}

.grid-xs-col-1 {
	grid-template-columns: minmax(0, 1fr);
}

.grid-xs-col-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-xs-col-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-xs-col-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (min-width: 576px) {
	.grid-sm-col-1 {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.grid-sm-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.grid-sm-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.grid-sm-col-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (min-width: 768px) {
	.grid-md-col-1 {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.grid-md-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.grid-md-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.grid-md-col-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1025px) {
	.grid-lg-col-1 {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.grid-lg-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.grid-lg-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.grid-lg-col-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.grid-lg-col-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.grid-lg-col-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1200px) {
	.grid-xl-col-1 {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.grid-xl-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.grid-xl-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.grid-xl-col-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.grid-xl-col-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.grid-xl-col-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

article.sticky {
	font-size: inherit;
}

.entry {
	box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, .05);
	border-radius: .25rem;
}

.custom-archive-loop-item.entry {
	box-shadow: none;
	border-radius: 0;
}

.entry-loop {
	overflow: hidden;
}

.content-wrap {
	position: relative;
}

.site-main {
	min-width: 0;
}

ul.kadence-posts-list, .single-content ul.kadence-posts-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.kt-testimonial-grid-wrap, .single-content ul.kt-testimonial-grid-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
}

.kadence-posts-list .entry-list-item {
	display: flex;
	flex-direction: column;
}

.kadence-posts-list .entry-list-item article.entry {
	flex: 1;
}

.kadence-thumbnail-position-behind+.entry {
	z-index: 1;
	position: relative;
}

@media screen and (max-width: 719px) {
	.content-style-boxed .content-bg:not(.loop-entry) {
		margin-left: -1rem;
		margin-right: -1rem;
		width: auto;
	}
	
	.content-width-fullwidth.content-style-boxed .content-bg:not(.loop-entry) {
		margin-left: 0;
		margin-right: 0;
	}
	
	.content-style-boxed .comments-area {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.primary-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
		display: grid;
		grid-template-columns: 1fr 2fr;
	}
	
	.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry, .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry, .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry {
		grid-gap: 2rem;
	}
	
	.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail, .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail, .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail {
		margin-bottom: 0;
	}
	
	.kb-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry {
		grid-gap: 2rem;
	}
	
	.kb-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail {
		margin-bottom: 0;
	}
}

.archive.content-style-unboxed .entry-content-wrap, .blog.content-style-unboxed .entry-content-wrap, .post-type-archive.content-style-unboxed .entry-content-wrap, .search-results.content-style-unboxed .entry-content-wrap {
	padding: 0;
}

.archive.content-style-unboxed .entry, .blog.content-style-unboxed .entry, .post-type-archive.content-style-unboxed .entry, .search-results.content-style-unboxed .entry {
	box-shadow: none;
}

.article-post-thumbnail-caption {
	font-size: 90%;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
}

.content-style-unboxed .kadence-thumbnail-position-above+.article-post-thumbnail-caption {
	margin-top: calc(0px - var(--global-md-spacing));
	margin-bottom: var(--global-md-spacing);
}

.single-content {
	margin: var(--global-md-spacing) 0 0;
}

.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content] {
	margin-top: 0;
	margin-bottom: var(--global-md-spacing);
}

.single-content .wp-block-buttons .wp-block-button {
	margin-bottom: 0;
}

.single-content p>img {
	display: inline-block;
}

.single-content p>img.aligncenter {
	display: block;
}

.single-content li>img {
	display: inline-block;
}

.single-content li>img.aligncenter {
	display: block;
}

.single-content p:not(.wp-block-kadence-advancedheading)+.wp-block-kadence-spacer {
	margin-top: calc(0rem - var(--global-md-spacing));
}

.single-content .wp-block-yoast-faq-block .schema-faq-question {
	margin-bottom: .5em;
}

.single-content .elementor-widget-container:first-child:not(style) h1, .single-content .elementor-widget-container:first-child:not(style) h2, .single-content .elementor-widget-container:first-child:not(style) h3, .single-content .elementor-widget-container:first-child:not(style) h4, .single-content .elementor-widget-container:first-child:not(style) h5, .single-content .elementor-widget-container:first-child:not(style) h6 {
	margin-top: 0;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin: 1.5em 0 .5em;
}

.single-content h1:first-child, .single-content h2:first-child, .single-content h3:first-child, .single-content h4:first-child, .single-content h5:first-child, .single-content h6:first-child {
	margin-top: 0;
}

.single-content h1+*, .single-content h2+*, .single-content h3+*, .single-content h4+*, .single-content h5+*, .single-content h6+* {
	margin-top: 0;
}

.single-content .wp-block-kadence-advancedgallery+p {
	margin-top: var(--global-md-spacing);
}

.single-content ul, .single-content ol {
	margin: 0 0 var(--global-md-spacing);
	padding-left: 2em;
}

.single-content ul.aligncenter, .single-content ol.aligncenter {
	text-align: center;
	padding-left: 0;
}

.single-content .kad-slider ul {
	padding: 0;
	margin: 0;
}

.single-content li>ol, .single-content li>ul {
	margin: 0;
}

.single-content>.more-link {
	display: block;
}

.single-content address:last-child, .single-content figure:last-child, .single-content hr:last-child, .single-content p:last-child, .single-content table:last-child, .single-content pre:last-child, .single-content form:last-child, .single-content .wp-block-buttons:last-child, .single-content .wp-block-button:last-child, .single-content .wp-block-kadence-advancedbtn:last-child, .single-content .wp-block-media-text:last-child, .single-content .wp-block-cover:last-child, .single-content .entry-content-asset:last-child, .single-content .wp-block-kadence-form:last-child, .single-content .wp-block-group:last-child, .single-content .wp-block-yoast-faq-block:last-child, .single-content .wp-block-yoast-how-to-block:last-child, .single-content .schema-faq-section:last-child, .single-content .wp-block-kadence-tableofcontents:last-child, .single-content .enlighter-default:last-child, .single-content .wp-block-kadence-iconlist:last-child, .single-content h1:last-child, .single-content h2:last-child, .single-content h3:last-child, .single-content h4:last-child, .single-content h5:last-child, .single-content h6:last-child, .single-content ul:last-child, .single-content ol:last-child {
	margin-bottom: 0;
}

.single-content h1.elementor-heading-title, .single-content h2.elementor-heading-title, .single-content h3.elementor-heading-title, .single-content h4.elementor-heading-title, .single-content h5.elementor-heading-title, .single-content h6.elementor-heading-title {
	margin-bottom: .5em;
}

.single-content .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

.single-content .wp-block-image figure {
	margin-bottom: var(--global-md-spacing);
}

.single-content .wp-block-image:last-child figure {
	margin-bottom: 0;
}

.single-content figure.wp-block-image {
	margin-bottom: var(--global-md-spacing);
}

.single-content figure.wp-block-image:last-child {
	margin-bottom: 0;
}

.entry-content:after {
	display: table;
	clear: both;
	content: "";
}

.content-title-style-hide .entry-content, .content-title-style-above .entry-content {
	margin: 0;
}

.content-title-style-above .entry-content-wrap .post-thumbnail+.single-content {
	margin: var(--global-md-spacing) 0 0;
}

.wp-site-blocks .post-thumbnail {
	display: block;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
	position: relative;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-2 {
	padding-bottom: 50%;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-9-16 {
	padding-bottom: 56.25%;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-1-1 {
	padding-bottom: 100%;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-3-4 {
	padding-bottom: 75%;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-5-4 {
	padding-bottom: 125%;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-4-3 {
	padding-bottom: 133%;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-3-2 {
	padding-bottom: 150%;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit {
	padding-bottom: 0;
	height: auto;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit .post-thumbnail-inner {
	position: static;
}

.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit img {
	margin-left: auto;
	margin-right: auto;
}

.wp-site-blocks .post-thumbnail .post-thumbnail-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wp-site-blocks .post-thumbnail img {
	flex: 1;
	object-fit: cover;
}

.wp-site-blocks .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img {
	height: 100%;
	width: 100%;
}

.wp-block-newspack-blocks-homepage-articles .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img {
	height: auto;
	width: 100%;
}

.archive.content-style-unboxed .wp-site-blocks .post-thumbnail, .blog.content-style-unboxed .wp-site-blocks .post-thumbnail, .post-type-archive.content-style-unboxed .wp-site-blocks .post-thumbnail, .search-results.content-style-unboxed .wp-site-blocks .post-thumbnail {
	margin-bottom: 1em;
}

.content-style-unboxed .kadence-thumbnail-position-above {
	margin-bottom: var(--global-md-spacing);
}

.kadence-thumbnail-position-behind {
	margin-bottom: -4.3em;
	position: relative;
	z-index: 0;
}

.content-style-unboxed .kadence-thumbnail-position-behind:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: -1px;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, var(--global-palette9) 5%, rgba(var(--global-palette9rgb), .35) 30%, rgba(255, 255, 255, 0) 50%);
}

.kadence-breadcrumbs {
	margin: 1em 0;
	font-size: 85%;
	color: var(--global-palette5);
}

.kadence-breadcrumbs a {
	color: inherit;
}

.kadence-breadcrumbs p {
	margin: 0;
}

.entry-content-wrap .entry-header .kadence-breadcrumbs:first-child {
	margin-top: 0;
}

.entry-meta {
	font-size: 80%;
	margin: 1em 0;
	display: flex;
	flex-wrap: wrap;
}

.entry-meta>* {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.entry-meta>* time {
	white-space: nowrap;
}

.entry-meta a {
	color: inherit;
	text-decoration: none;
}

.entry-meta .meta-label {
	margin-right: .2rem;
}

.entry-meta .author-avatar {
	width: 25px;
	height: 25px;
	margin-right: .5rem;
	position: relative;
	display: inline-block;
}

.entry-meta .author-avatar a.author-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.entry-meta .author-avatar .image-size-ratio {
	padding-bottom: 100%;
	display: block;
}

.entry-meta .author-avatar img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
}

.entry-meta>*:after {
	margin-left: .5rem;
	margin-right: .5rem;
	content: "";
	display: inline-block;
	background-color: currentColor;
	height: .25rem;
	width: .25rem;
	opacity: .8;
	border-radius: 9999px;
	vertical-align: .1875em;
}

.entry-meta.entry-meta-divider-slash>*:after {
	content: "/";
	height: auto;
	background: rgba(0, 0, 0, 0);
}

.entry-meta.entry-meta-divider-dash>*:after {
	content: "-";
	height: auto;
	background: rgba(0, 0, 0, 0);
}

.entry-meta.entry-meta-divider-vline>*:after {
	content: "|";
	height: auto;
	background: rgba(0, 0, 0, 0);
}

.entry-meta>*:last-child:after {
	display: none;
}

.entry-meta-divider-customicon.entry-meta>*>.kadence-svg-iconset {
	margin-right: .3em;
	margin-left: .8em;
}

.entry-meta-divider-customicon.entry-meta>*:after {
	display: none;
}

.entry-meta-divider-customicon.entry-meta .kt-reading-time-wrap {
	margin-left: .8em;
}

.loop-entry .entry-header .entry-title {
	margin: 0;
}

.loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta {
	margin: 1em 0;
}

.updated:not(.published) {
	display: none;
}

.updated-on .updated:not(.published) {
	display: inline-block;
}

.entry-summary {
	margin: var(--global-xs-spacing) 0 0;
}

a.post-more-link {
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	font-size: 80%;
}

a.post-more-link .kadence-svg-iconset {
	margin-left: .5em;
}

a.post-more-link:hover {
	color: var(--global-palette-highlight);
}

.more-link-wrap {
	margin-top: var(--global-xs-spacing);
	margin-bottom: 0;
}

.entry-taxonomies {
	margin-bottom: .5em;
	letter-spacing: .05em;
	font-size: 70%;
	text-transform: uppercase;
}

.entry-taxonomies a {
	text-decoration: none;
	font-weight: bold;
}

.entry-taxonomies .category-style-pill a {
	background: var(--global-palette-highlight);
	color: #fff;
	padding: .25rem;
	border-radius: .25rem;
	margin-right: .25rem;
	margin-bottom: .25rem;
	display: inline-block;
	line-height: 1.2;
}

.entry-taxonomies .category-style-pill a:last-child {
	margin-right: 0;
}

.entry-taxonomies .category-style-pill a:hover {
	color: #fff;
}

.entry-taxonomies .category-style-underline a {
	text-decoration: underline;
}

.loop-entry.type-post .entry-taxonomies .category-style-pill a {
	color: #fff;
}

@media screen and (max-width: 719px) {
	.loop-entry .entry-taxonomies {
		margin-bottom: 1em;
	}
}

.entry-tags {
	margin-top: var(--global-xs-spacing);
}

.entry-tags .tags-links {
	display: flex;
	flex-wrap: wrap;
}

.entry-tags a.tag-link {
	margin-right: .5em;
	padding: .4em .6em;
	margin-top: .5em;
	font-size: 80%;
	border: 1px solid var(--global-gray-500);
	border-radius: .25rem;
	color: var(--global-palette5);
	text-decoration: none;
}

.entry-tags a.tag-link:hover {
	background: var(--global-palette-highlight);
	color: var(--global-palette-btn);
	border-color: var(--global-palette-highlight);
}

.entry-tags a.tag-link:last-child {
	margin-right: 0;
}

.entry-hero-container-inner {
	background: var(--global-palette7);
}

.entry-hero-container-inner .entry-header {
	min-height: 200px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 0;
}

.entry-hero-container-inner .entry-header>div {
	width: 100%;
}

.entry-hero-layout-fullwidth>.entry-hero-container-inner>.site-container {
	max-width: none;
}

.entry-hero {
	position: relative;
}

.hero-section-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.hero-container {
	position: relative;
}

.title-align-left {
	text-align: left;
}

.title-align-left .entry-meta {
	justify-content: flex-start;
}

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

.title-align-center .entry-meta {
	justify-content: center;
}

.title-align-right {
	text-align: right;
}

.title-align-right .entry-meta {
	justify-content: flex-end;
}

.entry-hero .title-align-left {
	text-align: left;
	align-items: flex-start;
}

.entry-hero .title-align-center {
	text-align: center;
	align-items: center;
}

.entry-hero .title-align-right {
	text-align: right;
	align-items: flex-end;
}

@media screen and (max-width: 1024px) {
	.title-tablet-align-left {
		text-align: left;
	}
	
	.title-tablet-align-left .entry-meta {
		justify-content: flex-start;
	}
	
	.title-tablet-align-center {
		text-align: center;
	}
	
	.title-tablet-align-center .entry-meta {
		justify-content: center;
	}
	
	.title-tablet-align-right {
		text-align: right;
	}
	
	.title-tablet-align-right .entry-meta {
		justify-content: flex-end;
	}
	
	.entry-hero .title-tablet-align-left {
		text-align: left;
		align-items: flex-start;
	}
	
	.entry-hero .title-tablet-align-center {
		text-align: center;
		align-items: center;
	}
	
	.entry-hero .title-tablet-align-right {
		text-align: right;
		align-items: flex-end;
	}
}

@media screen and (max-width: 719px) {
	.title-mobile-align-left {
		text-align: left;
	}
	
	.title-mobile-align-left .entry-meta {
		justify-content: flex-start;
	}
	
	.title-mobile-align-center {
		text-align: center;
	}
	
	.title-mobile-align-center .entry-meta {
		justify-content: center;
	}
	
	.title-mobile-align-right {
		text-align: right;
	}
	
	.title-mobile-align-right .entry-meta {
		justify-content: flex-end;
	}
	
	.entry-hero .title-mobile-align-left {
		text-align: left;
		align-items: flex-start;
	}
	
	.entry-hero .title-mobile-align-center {
		text-align: center;
		align-items: center;
	}
	
	.entry-hero .title-mobile-align-right {
		text-align: right;
		align-items: flex-end;
	}
}

.entry-header {
	margin-bottom: 1em;
}

.page-content {
	margin: 2rem 0 0;
}

.page-header {
	margin-bottom: var(--global-lg-spacing);
}

.hero-container .page-header {
	margin-bottom: 0;
}

.entry-footer {
	clear: both;
}

.post-navigation-wrap.entry-content-wrap, .post-navigation-wrap .post-navigation, .entry-author.entry-content-wrap {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.comments-area.entry-content-wrap {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.single-entry.post.entry.post-footer-area-boxed {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.post-footer-area-boxed~.entry-related {
	margin: 0;
	width: auto;
	max-width: 100%;
}

.post-footer-area-boxed~.entry-related .entry-related-inner-content.alignwide {
	margin: 0;
	width: auto;
	max-width: 100%;
}

.wp-block-image .alignleft {
	margin-right: var(--global-md-spacing);
}

.wp-block-image .alignright {
	margin-left: var(--global-md-spacing);
}

.alignfull, .alignwide, .entry-content .alignwide, .entry-content .alignfull {
	margin-left: calc(50% - var(--global-vw, 100vw) / 2);
	margin-right: calc(50% - var(--global-vw, 100vw) / 2);
	max-width: 100vw;
	width: var(--global-vw, 100vw);
	padding-left: 0;
	padding-right: 0;
	clear: both;
}

.wp-site-blocks .content-container .is-layout-constrained>.alignwide {
	max-width: var(--global-content-wide-width);
}

@media screen and (min-width: 1025px) {
	.content-width-narrow .entry-content .alignwide, .content-width-narrow .content-area .alignwide {
		margin-left: -80px;
		margin-right: -80px;
		width: auto;
	}
}

.content-width-fullwidth .wp-site-blocks .alignwide {
	margin-left: 0;
	margin-right: 0;
	width: unset;
	max-width: unset;
}

.content-style-boxed .entry-content .alignwide {
	margin-left: -2rem;
	margin-right: -2rem;
	max-width: unset;
	width: unset;
}

.content-style-boxed .wp-site-blocks .entry-content>.alignwide.is-layout-constrained {
	padding-left: var(--global-content-boxed-padding);
	padding-right: var(--global-content-boxed-padding);
}

.content-style-boxed .wp-site-blocks .entry-content .alignwide>* .alignwide {
	margin-left: unset;
	margin-right: unset;
}

.has-small-font-size {
	font-size: var(--global-font-size-small);
}

.has-regular-font-size {
	font-size: var(--global-font-size-medium);
}

.has-large-font-size {
	font-size: var(--global-font-size-large);
}

.has-larger-font-size {
	font-size: var(--global-font-size-larger);
}

.has-xxlarge-font-size {
	font-size: var(--global-font-size-xxlarge);
}

.entry-content-asset.videofit {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.entry-content-asset.videofit iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.elementor-template-full-width form.post-password-form, body.content-width-fullwidth form.post-password-form {
	text-align: center;
	margin: var(--global-xxl-spacing) auto;
}

body.content-style-unboxed form.post-password-form {
	margin: var(--global-xxl-spacing) auto;
}

.entry-title {
	word-wrap: break-word;
}

.entry-hero-layout-contained>.entry-hero-container-inner {
	position: relative;
}

body.content-style-boxed:not(.content-width-fullwidth) .wp-block-kadence-rowlayout.alignfull>.kt-row-layout-inner>.kb-theme-content-width {
	padding-left: calc(var(--global-content-edge-padding) + var(--global-boxed-spacing));
	padding-right: calc(var(--global-content-edge-padding) + var(--global-boxed-spacing));
}

.item-content-vertical-align-center .loop-entry .entry-content-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.item-content-vertical-align-center .loop-entry .entry-content-wrap .entry-header {
	margin-bottom: 0;
}

.item-content-vertical-align-center .loop-entry .entry-content-wrap .entry-summary {
	margin-top: 0;
}

.item-content-vertical-align-center .loop-entry .entry-summary p, .item-content-vertical-align-center .loop-entry .entry-header .entry-meta {
	margin-bottom: 0;
}

.site-footer-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-right-golden {
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-left-golden {
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-3 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-left-half {
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-right-half {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-half {
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide {
	grid-template-columns: minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr);
}

.site-footer-row.site-footer-row-columns-4 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-right-forty {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
}

.site-footer-row.site-footer-row-columns-5 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer-row.site-footer-row-columns-1 {
	display: flex;
	justify-content: center;
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section-center {
	flex-grow: 1;
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section {
	flex: 1;
	text-align: center;
	min-width: 0;
}

.site-footer-row-layout-fullwidth>.site-footer-row-container-inner>.site-container {
	max-width: none;
}

@media screen and (min-width: 720px)and (max-width: 1024px) {
	.site-footer-row-tablet-layout-contained {
		padding: 0 1.5rem;
	}
	
	.site-footer-row-tablet-layout-fullwidth, .site-footer-row-tablet-layout-standard {
		padding: 0;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default, .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(1), .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(1) {
		order: 6;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(2), .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(2) {
		order: 5;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(3), .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(3) {
		order: 4;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(4), .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(4) {
		order: 3;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(5), .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(5) {
		order: 2;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(6), .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(6) {
		order: 1;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-equal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-right-golden {
		grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-left-golden {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-left-half {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-right-half {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-half {
		grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-wide {
		grid-template-columns: minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row>*:first-child {
		grid-column: 1/-1;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row>*:last-child {
		grid-column: 1/-1;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-equal {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-two-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-5.site-footer-row-tablet-column-layout-equal {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	}
}

@media screen and (max-width: 719px) {
	.site-footer-row-mobile-layout-contained {
		padding: 0 1.5rem;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default, .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(1), .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(1) {
		order: 6;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(2), .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(2) {
		order: 5;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(3), .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(3) {
		order: 4;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(4), .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(4) {
		order: 3;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(5), .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(5) {
		order: 2;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(6), .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(6) {
		order: 1;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-equal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-right-golden {
		grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-left-golden {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-left-half {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-right-half {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-half {
		grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-wide {
		grid-template-columns: minmax(0, 2fr) minmax(0, 6fr) minmax(0, 2fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row>*:first-child {
		grid-column: 1/-1;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row>*:last-child {
		grid-column: 1/-1;
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-equal {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-two-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-5.site-footer-row-mobile-column-layout-equal {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	}
	
	.site-footer-row-mobile-layout-fullwidth, .site-footer-row-mobile-layout-standard {
		padding: 0;
	}
}

.site-footer-section {
	display: flex;
	max-height: inherit;
}

.site-footer-item {
	display: flex;
	align-items: center;
	margin-right: 10px;
	max-height: inherit;
}

.site-footer-section>.site-footer-item:last-child {
	margin-right: 0;
}

.footer-widget-area {
	flex: 1;
	min-width: 0;
	display: flex;
}

.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
	flex: unset;
	margin-left: 30px;
}

.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child {
	margin-left: 0;
}

.ft-ro-dir-column .site-footer-section:not(.footer-section-inner-items-1) .footer-widget-area {
	flex: unset;
}

.footer-widget-area>* {
	flex: 1;
	min-width: 0;
}

.footer-widget-area.content-valign-middle {
	align-items: center;
}

.footer-widget-area.content-valign-top {
	align-items: flex-start;
}

.footer-widget-area.content-valign-bottom {
	align-items: flex-end;
}

.footer-widget-area.content-align-center {
	text-align: center;
}

.footer-widget-area.content-align-center .footer-navigation {
	justify-content: center;
}

.footer-widget-area.content-align-center .widget_media_image img {
	margin: 0 auto;
}

.footer-widget-area.content-align-center .footer-social-inner-wrap {
	justify-content: center;
}

.footer-widget-area.content-align-right {
	text-align: right;
}

.footer-widget-area.content-align-right .footer-navigation {
	justify-content: flex-end;
}

.footer-widget-area.content-align-right .footer-navigation .menu {
	justify-content: flex-end;
}

.footer-widget-area.content-align-right .footer-social-inner-wrap {
	justify-content: flex-end;
}

.footer-widget-area.content-align-right .widget_media_image img {
	margin: 0 0 0 auto;
}

.footer-widget-area.content-align-left {
	text-align: left;
}

.footer-widget-area.content-align-left .footer-navigation {
	justify-content: flex-start;
}

.footer-widget-area.content-align-left .footer-navigation .menu {
	justify-content: flex-start;
}

.footer-widget-area.content-align-left .footer-social-inner-wrap {
	justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
	.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child {
		margin-left: auto;
	}
	
	.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child~.footer-widget-area:last-child {
		margin-right: auto;
	}
	
	.footer-widget-area.content-tablet-align-center {
		text-align: center;
	}
	
	.footer-widget-area.content-tablet-align-center .footer-navigation {
		justify-content: center;
	}
	
	.footer-widget-area.content-tablet-align-center .footer-navigation .menu {
		justify-content: center;
	}
	
	.footer-widget-area.content-tablet-align-center .footer-social-inner-wrap {
		justify-content: center;
	}
	
	.footer-widget-area.content-tablet-align-center .widget_media_image img {
		margin: 0 auto;
	}
	
	.footer-widget-area.content-tablet-align-right {
		text-align: right;
	}
	
	.footer-widget-area.content-tablet-align-right .footer-navigation {
		justify-content: flex-end;
	}
	
	.footer-widget-area.content-tablet-align-right .footer-navigation .menu {
		justify-content: flex-end;
	}
	
	.footer-widget-area.content-tablet-align-right .footer-social-inner-wrap {
		justify-content: flex-end;
	}
	
	.footer-widget-area.content-tablet-align-right .widget_media_image img {
		margin: 0 0 0 auto;
	}
	
	.footer-widget-area.content-tablet-align-left {
		text-align: left;
	}
	
	.footer-widget-area.content-tablet-align-left .footer-navigation {
		justify-content: flex-start;
	}
	
	.footer-widget-area.content-tablet-align-left .footer-navigation .menu {
		justify-content: flex-start;
	}
	
	.footer-widget-area.content-tablet-align-left .footer-social-inner-wrap {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 719px) {
	.ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child {
		margin-left: auto;
	}
	
	.ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child~.footer-widget-area:last-child {
		margin-right: auto;
	}
	
	.footer-widget-area.content-mobile-align-center {
		text-align: center;
	}
	
	.footer-widget-area.content-mobile-align-center .footer-navigation {
		justify-content: center;
	}
	
	.footer-widget-area.content-mobile-align-center .footer-navigation .menu {
		justify-content: center;
	}
	
	.footer-widget-area.content-mobile-align-center .footer-social-inner-wrap {
		justify-content: center;
	}
	
	.footer-widget-area.content-mobile-align-center .widget_media_image img {
		margin: 0 auto;
	}
	
	.footer-widget-area.content-mobile-align-right {
		text-align: right;
	}
	
	.footer-widget-area.content-mobile-align-right .footer-navigation {
		justify-content: flex-end;
	}
	
	.footer-widget-area.content-mobile-align-right .footer-navigation .menu {
		justify-content: flex-end;
	}
	
	.footer-widget-area.content-mobile-align-right .footer-social-inner-wrap {
		justify-content: flex-end;
	}
	
	.footer-widget-area.content-mobile-align-right .widget_media_image img {
		margin: 0 0 0 auto;
	}
	
	.footer-widget-area.content-mobile-align-left {
		text-align: left;
	}
	
	.footer-widget-area.content-mobile-align-left .footer-navigation {
		justify-content: flex-start;
	}
	
	.footer-widget-area.content-mobile-align-left .footer-navigation .menu {
		justify-content: flex-start;
	}
	
	.footer-widget-area.content-mobile-align-left .footer-social-inner-wrap {
		justify-content: flex-start;
	}
}

.ft-ro-dir-column .site-footer-section {
	flex-direction: column;
}

@media screen and (max-width: 1024px) {
	.ft-ro-t-dir-column .site-footer-section {
		flex-direction: column;
	}
	
	.ft-ro-t-dir-row .site-footer-section {
		flex-direction: row;
	}
}

@media screen and (max-width: 719px) {
	.ft-ro-m-dir-column .site-footer-section {
		flex-direction: column;
	}
	
	.ft-ro-m-dir-row .site-footer-section {
		flex-direction: row;
	}
}

.rtl .footer-widget-area.content-align-right .footer-social-inner-wrap {
	justify-content: flex-start;
}

.rtl .footer-widget-area.content-align-left .footer-social-inner-wrap {
	justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
	.rtl .footer-widget-area.content-tablet-align-right .footer-social-inner-wrap {
		justify-content: flex-start;
	}
	
	.rtl .footer-widget-area.content-tablet-align-left .footer-social-inner-wrap {
		justify-content: flex-end;
	}
}

@media screen and (max-width: 719px) {
	.rtl .footer-widget-area.content-mobile-align-right .footer-social-inner-wrap {
		justify-content: flex-start;
	}
	
	.rtl .footer-widget-area.content-mobile-align-left .footer-social-inner-wrap {
		justify-content: flex-end;
	}
}

.footer-navigation, .footer-menu-container {
	display: flex;
}

.footer-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: var(--global-palette4);
	transition: all .2s ease-in-out;
}

.footer-navigation a:hover, .footer-navigation a:focus {
	color: var(--global-palette-highlight);
}

.footer-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-navigation ul li a {
	padding: .6em .5em;
}

.footer-navigation .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-widget-area.footer-navigation-layout-stretch-true .footer-menu-container {
	width: 100%;
}

.footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu {
	width: 100%;
	justify-content: space-around;
}

.site-footer-wrap .footer-navigation .footer-menu-container>ul li a:hover {
	text-decoration: none;
}

.site-footer-wrap .social-button {
	color: var(--global-palette4);
	background: var(--global-palette7);
}

.site-footer-wrap .social-button:hover {
	text-decoration: none;
	color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
}

.social-style-outline .social-button:hover {
	color: var(--global-palette3);
}

.site-footer-wrap .ft-ro-lstyle-normal a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	text-decoration: underline;
}

.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	text-decoration: none;
}

.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
	text-decoration: none;
}

.site-footer-section {
	position: relative;
}

.site-footer-section:not(:last-child):after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	width: 0;
	right: -15px;
	transform: translateX(50%);
}

.footer-html {
	margin: 1em 0;
}

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

.footer-html p:first-child {
	margin-top: 0;
}

.header-navigation ul li a:not([href]) {
	cursor: default;
}

.nav-drop-title-wrap {
	display: flex;
	align-items: center;
}

.header-navigation>div>ul>li>a {
	display: flex;
	align-items: center;
}

.kadence-menu-hidden-title:not(.kadence-menu-has-icon):not(.menu-item-has-children) {
	display: none;
}

.header-navigation .header-menu-container .kadence-menu-hidden-title.menu-item-has-children:not(.kadence-menu-has-icon)>a, .kadence-menu-hidden-title.menu-item-has-children:not(.kadence-menu-has-icon)>a {
	padding: 0;
	border: 0;
}

.menu-highlight-item {
	font-size: .6em;
	margin-left: .2em;
	line-height: normal;
	padding: .2em .3em;
	border-radius: 2px;
	background: var(--global-palette1);
	color: #fff;
}

.nav-drop-title-wrap .menu-highlight-item {
	font-size: .7em;
	margin-left: .5em;
}

.menu-highlight-icon {
	display: inline-flex;
	align-self: center;
	margin-left: .2em;
}

.menu-highlight-icon svg {
	width: 1em;
	height: 1em;
	top: .125em;
	position: relative;
}

.menu-highlight-item.only-icon-highlight .menu-highlight-icon {
	margin-left: 0;
}

.kadence-menu-hidden-title .menu-label-icon-wrap {
	margin-left: 0;
}

.menu-label-icon-wrap {
	margin-left: .3em;
}

.kadence-menu-icon-side-left .menu-label-icon-wrap {
	margin-right: .3em;
	margin-left: 0;
}

.menu-label-icon {
	display: inline-flex;
	justify-content: center;
}

.menu-label-icon svg {
	width: 1em;
	height: 1em;
	top: .125em;
	position: relative;
}

.menu-label-description {
	display: block;
	font-size: .8em;
	text-transform: none;
	letter-spacing: normal;
}

.menu-label-content {
	display: block;
}

.header-navigation .kadence-menu-has-description.kadence-menu-has-icon>a, .mobile-navigation .kadence-menu-has-description.kadence-menu-has-icon>a {
	display: flex;
}

.header-menu-container ul.menu {
	position: relative;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul a {
	width: 100%;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul .dropdown-nav-toggle {
	display: none;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul>li {
	border-bottom: 0 !important;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul>li>a {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul>li:not(.menu-item-has-children):last-child>a {
	border-bottom: 0 !important;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul ul {
	display: block;
	position: static;
	box-shadow: none;
	background: 0 0;
	opacity: 1;
	visibility: hidden;
	transform: none;
	height: auto;
	clip: auto;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul .kb-gallery-ul, .header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul .kb-gallery-ul ul {
	visibility: visible;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul [class^="splide__pagination splide__pagination"], .header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul ul.splide__list {
	visibility: visible;
	display: flex;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled.menu-item--toggled-on ul, .header-menu-container ul.menu>li.kadence-menu-mega-enabled:hover ul, .header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.menu-item--has-toggle):focus ul, .header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul.opened ul {
	visibility: visible;
}

.header-menu-container ul.menu>li.kadence-menu-mega-width-container {
	position: static;
}

.header-menu-container ul.menu>li.kadence-menu-mega-width-container>ul.sub-menu {
	width: 100%;
	left: 0;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1)>ul.sub-menu {
	display: grid;
	grid-gap: 16px;
	opacity: 0;
	visibility: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1).menu-item--toggled-on>ul.sub-menu, .header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1):not(.menu-item--has-toggle):focus>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	clip: auto;
	height: auto;
	overflow: visible;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1).menu-item--toggled-on>ul.sub-menu ul, .header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1):not(.menu-item--has-toggle):focus>ul.sub-menu ul {
	visibility: visible;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-2>ul.sub-menu {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-2.kadence-menu-mega-layout-right-golden>ul.sub-menu {
	grid-template-columns: 1fr 2fr;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-2.kadence-menu-mega-layout-left-golden>ul.sub-menu {
	grid-template-columns: 2fr 1fr;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-3>ul.sub-menu {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-3.kadence-menu-mega-layout-left-half>ul.sub-menu {
	grid-template-columns: 2fr 1fr 1fr;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-3.kadence-menu-mega-layout-right-half>ul.sub-menu {
	grid-template-columns: 1fr 1fr 2fr;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-3.kadence-menu-mega-layout-center-half>ul.sub-menu {
	grid-template-columns: 1fr 2fr 1fr;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-3.kadence-menu-mega-layout-center-wide>ul.sub-menu {
	grid-template-columns: 2fr 6fr 2fr;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-4>ul.sub-menu {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-4.kadence-menu-mega-layout-left-forty>ul.sub-menu {
	grid-template-columns: 2fr 1fr 1fr 1fr;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-4.kadence-menu-mega-layout-right-forty>ul.sub-menu {
	grid-template-columns: 1fr 1fr 1fr 2fr;
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-5>ul.sub-menu {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.header-menu-container ul.menu>li.kadence-menu-mega-columns-6>ul.sub-menu {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.header-navigation[class*=header-navigation-dropdown-animation-fade] .header-menu-container ul.menu>li.kadence-menu-mega-width-custom>ul.sub-menu {
	margin-left: -50%;
	left: 50%;
}

.header-navigation.header-navigation-dropdown-animation-none .header-menu-container ul.menu>li.kadence-menu-mega-width-custom>ul.sub-menu {
	transform: translate(-50%, 0);
	left: 50%;
}

.kadence-menu-mega-enabled ul.kb-navigation.menu.collapse-sub-nav-desktop-true.collapse-sub-nav-tablet-true.collapse-sub-nav-mobile-true li.menu-item ul.kb-nav-sub-menu {
	display: none;
}

.kadence-menu-mega-enabled ul.kb-navigation.menu.collapse-sub-nav-desktop-true.collapse-sub-nav-tablet-true.collapse-sub-nav-mobile-true li.menu-item--toggled-on>ul.kb-nav-sub-menu {
	display: block;
}

nav:not(.click-to-open) .header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1):hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	clip: auto;
	height: auto;
	overflow: visible;
}

nav.click-to-open .header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1)>ul.sub-menu.opened {
	opacity: 1;
	visibility: visible;
	clip: auto;
	height: auto;
	overflow: visible;
}

.kt-btn-wrap .kt-button:where(:not(.kb-button)) {
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.kt-btn-wrap .kt-button:not(.kb-btn-global-inherit):where(:not(.kb-button)) {
	padding: 8px 16px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
	border-width: 2px;
	border-radius: 3px;
	border-color: #555;
	background: 0 0;
	color: #555;
	box-shadow: none;
	border-style: solid;
}

.kt-btn-wrap .kt-button:where(:not(.kb-button)):not(.kb-btn-global-inherit):focus, .kt-btn-wrap .kt-button:where(:not(.kb-button)):not(.kb-btn-global-inherit):hover {
	border-color: #444;
	color: #fff;
	box-shadow: none;
}

.kt-btn-wrap .kt-button:where(:not(.kb-button)).kt-btn-size-small {
	font-size: 16px;
	padding: 4px 8px;
	border-width: 1px;
}

.kt-btn-wrap .kt-button:where(:not(.kb-button)).kt-btn-size-large {
	font-size: 20px;
	padding: 12px 24px;
	border-width: 3px;
}

.kt-btn-wrap .kb-btn-only-icon.kt-btn-has-svg-true .kt-btn-inner-text {
	display: none;
}

.kt-btn-wrap .kb-btn-only-icon.kt-btn-has-svg-true .kt-btn-svg-icon {
	padding: 0;
}

.wp-block-kadence-advancedbtn .kt-btn-wrap a.kt-button:where(:not(.kb-button)):not(.link) {
	text-decoration: none;
}

.kt-btn-wrap .kt-button:where(:not(.kb-button))::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease-in-out;
	display: block;
	filter: none;
}

.kt-button:where(:not(.kb-button)):not(.kb-btn-global-inherit)::before {
	background: #444;
}

.kt-btn-wrap .kt-button:where(:not(.kb-button)):focus::before, .kt-btn-wrap .kt-button:where(:not(.kb-button)):hover::before {
	opacity: 1;
}

.kb-svg-icon-wrap.kt-btn-side-right, .kt-btn-svg-icon.kt-btn-side-right {
	padding-left: .5em;
}

.kb-svg-icon-wrap.kt-btn-side-left, .kt-btn-svg-icon.kt-btn-side-left {
	padding-right: .5em;
}

.kt-btn-has-text-false .kt-btn-svg-icon {
	padding-left: 0;
	padding-right: 0;
}

.kt-btn-wrap {
	display: inline-flex;
}

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

.kt-btn-align-left {
	text-align: left;
}

.kt-btn-align-right {
	text-align: right;
}

.wp-block-kadence-advancedbtn .kt-btn-wrap:last-child {
	margin-right: 0;
}

.wp-block-kadence-advancedbtn .kt-btn-wrap {
	margin-right: 5px;
	vertical-align: middle;
}

.rtl .wp-block-kadence-advancedbtn .kt-btn-wrap {
	margin-right: 0;
	margin-left: 5px;
}

.kt-force-btn-fullwidth {
	display: flex;
}

.kt-force-btn-fullwidth .kt-btn-wrap {
	display: block;
	flex: 1;
}

.kt-force-btn-fullwidth .kt-btn-wrap .kt-button:where(:not(.kb-button)) {
	justify-content: center;
	display: flex;
}

.kt-btn-wrap .kt-btn-has-svg-true {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:1024px) {
	.kt-btn-wrap .kb-btn-tablet-only-icon.kt-btn-has-svg-true .kt-btn-inner-text {
		display: none;
	}
	
	.kt-btn-wrap .kb-btn-tablet-only-icon.kt-btn-has-svg-true .kt-btn-svg-icon {
		padding: 0;
	}
	
	.kt-btn-tablet-align-center {
		text-align: center;
	}
	
	.kt-btn-tablet-align-left {
		text-align: left;
	}
	
	.kt-btn-tablet-align-right {
		text-align: right;
	}
}

@media (max-width:767px) {
	.kt-btn-wrap .kb-btn-mobile-only-icon.kt-btn-has-svg-true .kt-btn-inner-text {
		display: none;
	}
	
	.kt-btn-wrap .kb-btn-mobile-only-icon.kt-btn-has-svg-true .kt-btn-svg-icon {
		padding: 0;
	}
	
	.kt-btn-mobile-align-center {
		text-align: center;
	}
	
	.kt-btn-mobile-align-left {
		text-align: left;
	}
	
	.kt-btn-mobile-align-right {
		text-align: right;
	}
	
	.wp-block-kadence-advancedbtn.kt-force-btn-fullwidth.kt-mobile-collapse-btn-fullwidth {
		flex-direction: column;
	}
	
	.wp-block-kadence-advancedbtn.kt-force-btn-fullwidth.kt-mobile-collapse-btn-fullwidth .kt-btn-wrap {
		margin-right: 0;
	}
	
	.kt-btn-wrap {
		margin-bottom: 5px;
	}
}
