@keyframes stickySlideDown {
	0% {
		transform: translateY(-100%);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes stickySlideOut {
	to {
		transform: translateY(-100%);
	}
}

@keyframes lqdMegamenuSlideReveal {
	0% {
		transform: rotateX(-15deg);
		opacity: 0;
	}
	
	to {
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes lqdMegamenuSlideIn {
	0% {
		transform: translateX(var(--lqd-megamenu-slide-from-val, 0));
		opacity: 0;
	}
	
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes lqdMegamenuSlideOut {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	
	to {
		transform: translateX(var(--lqd-megamenu-slide-to-val, 0));
		opacity: 0;
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes lqdBackToTopArrow {
	40% {
		transform: translateY(-15px);
		opacity: 0;
	}
	
	41% {
		transform: translateY(15px);
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes wave {
	0%, to {
		transform: translateX(0);
	}
	
	50% {
		transform: translateX(-50%);
	}
}

@keyframes lqd-spinner-classical {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes lqd-wrap-sliding-in {
	0% {
		transform: translate3d(5vw, 0, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lqd-spinner-rotate {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes lqd-spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 130, 200;
		stroke-dashoffset: -40;
	}
	
	to {
		stroke-dasharray: 130, 200;
		stroke-dashoffset: -170;
	}
}

@keyframes btnIconRipple {
	0% {
		border-width: 4px;
		transform: scale(1);
	}
	
	80% {
		border-width: 1px;
		transform: scale(1.35);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes btnHoverTxtLiquidXAlt {
	50% {
		opacity: 0;
		transform: translateX(.3em);
	}
	
	51% {
		opacity: 0;
		transform: translateX(-.3em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes btnHoverTxtLiquidX {
	50% {
		opacity: 0;
		transform: translateX(-.3em);
	}
	
	51% {
		opacity: 0;
		transform: translateX(.3em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes btnHoverTxtLiquidYAlt {
	50% {
		opacity: 0;
		transform: translateY(-.3em);
	}
	
	51% {
		opacity: 0;
		transform: translateY(.3em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes btnHoverTxtLiquidY {
	50% {
		opacity: 0;
		transform: translateY(.3em);
	}
	
	51% {
		opacity: 0;
		transform: translateY(-.3em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes btnTxtMarqueeX {
	to {
		transform: translateX(-200%);
	}
}

@keyframes btnTxtMarqueeY {
	to {
		transform: translateY(-200%);
	}
}

@keyframes dotAnimations {
	0% {
		transform: translateY(-6px);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes lqdFIFloatOne {
	0% {
		transform: translateY(var(--float-animate-from, 0%));
	}
	
	to {
		transform: translateY(var(--float-animate-to, 3%));
	}
}

@keyframes markerWave {
	0% {
		transform: scale(1);
		opacity: .8;
	}
	
	20% {
		opacity: .8;
	}
	
	to {
		transform: scale(5.5);
		opacity: 0;
	}
}

@keyframes penAnimation {
	0% {
		right: calc(100% - 15px);
		transform: translateY(-7px) rotateZ(-45deg);
	}
	
	25% {
		transform: translateY(-12px) rotateZ(-15deg);
	}
	
	to {
		transform: translateY(0) rotateZ(0);
		right: -25px;
	}
}

@keyframes iconRipple {
	0% {
		border-width: 4px;
		transform: scale(1);
	}
	
	80% {
		border-width: 1px;
		transform: scale(1.36);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes cd-bounce-in {
	0% {
		width: 0;
	}
	
	to {
		width: 50%;
	}
}

@-webkit-keyframes fresco-12 {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fresco-12 {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes fr-thumbnail-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes fr-thumbnail-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes modalDefaultContainer {
	0% {
		opacity: 0;
		transform: perspective(600px) translate3d(0, 25%, 0) rotate3d(1, 0, 0, -3deg);
	}
	
	to {
		opacity: 1;
		transform: perspective(600px) translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	}
}

@keyframes modalDefaultContent {
	0% {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}
	
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes modalFullscreenContainer {
	0% {
		height: 0;
		transform-origin: top;
	}
	
	to {
		height: 100vh;
	}
}

@keyframes modalFullscreenContent {
	0% {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}
	
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes formRotate360 {
	to {
		transform: rotate(360deg);
	}
}

@keyframes lqdPBRotate {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes lqdSnickersBarIn {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, 50%, 0);
	}
	
	to {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lqdSnickersBarOut {
	0% {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
	
	to {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-2em, 0, 0);
	}
}

@keyframes snicersBarSpin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes lqdKeywordSlideIn {
	0% {
		transform: translateY(65%) rotateX(-95deg);
		opacity: 0;
	}
	
	to {
		transform: translateY(0) rotateX(0);
		opacity: 1;
	}
}

@keyframes lqdKeywordSlideOut {
	0% {
		transform: translateY(0) rotateX(0);
		opacity: 1;
	}
	
	to {
		transform: translateY(-65%) rotateX(95deg);
		opacity: 0;
	}
}

@keyframes slideshowFigureOut {
	0% {
		opacity: 1;
	}
	
	65% {
		opacity: 0;
	}
	
	to {
		opacity: 0;
		transform: translate3d(1.5%, 0, 0);
	}
}

@keyframes slideshowFigureIn {
	0% {
		opacity: 0;
		transform: translate3d(-2%, 0, 0);
	}
	
	65% {
		opacity: 1;
	}
	
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideshowMenuReveal {
	40% {
		opacity: 100%;
	}
	
	to {
		opacity: .5;
	}
}

@keyframes lqdItiInnerOut {
	0% {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(-100%);
	}
}

@keyframes lqdItiImgOut {
	0% {
		transform: translateY(0) scale(1);
	}
	
	to {
		transform: translateY(100%) scale(1.15);
	}
}

@keyframes lqdItiInnerIn {
	0% {
		transform: translateY(100%);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes lqdItiImgIn {
	0% {
		transform: translateY(-100%) scale(1.15);
	}
	
	to {
		transform: translateY(0) scale(1);
	}
}

@keyframes lqdStackNumberActive {
	0% {
		transform: scale(.5);
		opacity: 0;
	}
	
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes lqdStackNumberPassed {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes lqdStackNumberActiveUp {
	0% {
		transform: scale(1.5);
		opacity: 0;
	}
	
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes lqdStackNumberPassedUp {
	0% {
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes lqdStackArrowNext {
	0%, to {
		transform: translate(0);
		opacity: 1;
	}
	
	60% {
		transform: translateX(50%);
	}
	
	61% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes lqdStackArrowPrev {
	0%, to {
		transform: translate(0);
		opacity: 1;
	}
	
	60% {
		transform: translateX(-50%);
	}
	
	61% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes lqdStackRowFadeScaleEnterFromBottom {
	0% {
		transform: translate3d(0, 100vh, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lqdStackRowFadeScaleEnter {
	0% {
		transform: scale(.9) translate3d(0, 0, 0);
		opacity: 0;
	}
	
	to {
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes lqdStackRowFadeScaleLeave {
	0% {
		transform: scale(1) translate3d(0, 0, 0);
	}
	
	to {
		transform: scale(.9) translate3d(0, 0, 0);
		opacity: 0;
	}
}

@keyframes lqdStackRowFadeScaleLeaveToBottom {
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	to {
		transform: translate3d(0, 100vh, 0);
	}
}

@keyframes lqdStackRowMaskEnterFromTop {
	0% {
		transform: translate3d(0, -100vh, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lqdStackRowMaskEnterFromBottom {
	0% {
		transform: translate3d(0, 100vh, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lqdStackRowMaskLeaveToTop {
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	to {
		transform: translate3d(0, -50vh, 0);
	}
}

@keyframes lqdStackRowMaskLeaveToBottom {
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	to {
		transform: translate3d(0, 50vh, 0);
	}
}

@keyframes lqdStackRowMaskEnterFromTopInner {
	0% {
		transform: translate3d(0, -100vh, 0) scale3d(1.1, 1.1, 1);
	}
	
	to {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@keyframes lqdStackRowMaskEnterFromBottomInner {
	0% {
		transform: translate3d(0, 100vh, 0) scale3d(1.1, 1.1, 1);
	}
	
	to {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@keyframes lqdStackRowMaskLeaveToTopInner {
	0% {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	
	to {
		transform: translate3d(0, -50vh, 0) scale3d(1.15, 1.15, 1);
	}
}

@keyframes lqdStackRowMaskLeaveToBottomInner {
	0% {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	
	to {
		transform: translate3d(0, 50vh, 0) scale3d(1.15, 1.15, 1);
	}
}

@keyframes lqdStackRowSlideOverEnterFromTop {
	0% {
		transform: translate3d(0, -100vh, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lqdStackRowSlideOverEnterFromBottom {
	0% {
		transform: translate3d(0, 100vh, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lqdStackRowSlideOverLeaveToTop {
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	to {
		transform: translate3d(0, -50vh, 0);
	}
}

@keyframes lqdStackRowSlideOverLeaveToBottom {
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	to {
		transform: translate3d(0, 50vh, 0);
	}
}

body {
	--color-font: var(--e-global-color-text, #626974);
	--color-primary: var(--e-global-color-primary, #184341);
	--color-secondary: var(--e-global-color-secondary);
	--color-link: #5b7bfb;
	--color-link-hover: #181b31;
	--color-gradient-start: #007fff;
	--color-gradient-stop: #ff4d54;
	--lqd-site-width: 1140px;
	--lqd-z-index: 20;
	--lqd-sticky-header-height: 0px;
	--lqd-sticky-header-sentinel-top: 100%;
	--lqd-sticky-header-placeholder-height: 80px;
	--lqd-snickersbar-animation-time: 1.2s;
	--lqd-snickersbar-stay-time: 4s;
	--lqd-menu-items-top-padding: 10px;
	--lqd-menu-items-bottom-padding: 10px;
	--lqd-menu-items-left-padding: 15px;
	--lqd-menu-items-right-padding: 15px;
	--lqd-cc-bc: var(--color-primary);
	--lqd-cc-bg: var(--color-primary);
	--lqd-cc-size-outer: 35px;
	--lqd-cc-size-inner: 7px;
	--lqd-cc-bw: 1px;
	--lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
	--lqd-cc-active-bc: var(--color-primary);
	--lqd-cc-active-bg: var(--color-primary);
	--lqd-cc-active-bw: 1px;
	--lqd-cc-active-circle-color: #fff;
	--lqd-cc-active-circle-txt: #000;
	--lqd-cc-active-arrow-color: #fff;
}

*, :after, :before {
	box-sizing: border-box;
}

body, html {
	max-width: 100vw;
}

html {
	font-size: 100%;
	overflow-x: hidden;
}

body {
	color: var(--color-font);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

iframe {
	max-width: 100%;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

#lqd-site-content, #wrap {
	position: relative;
	background-color: #fff;
}

#lqd-site-content {
	z-index: 2;
	transition: transform .3s;
}

#lqd-contents-wrap .elementor-section-wrap:after, #lqd-contents-wrap .elementor-section-wrap:before, #lqd-contents-wrap>.elementor:after, #lqd-contents-wrap>.elementor:before, .ld-cart-product-details dl.variation:after, .ld-cart-product-details dl.variation:before {
	content: "";
	display: table;
}

#lqd-contents-wrap .elementor-section-wrap:after, #lqd-contents-wrap>.elementor:after, .ld-cart-product-details dl.variation:after {
	clear: both;
}

.elementor-widget-wrap {
	transition: background .3s, box-shadow .3s;
}

.post-password-form {
	min-height: 50vh;
	max-width: 1170px;
	padding: 70px 15px;
	margin: 0 auto;
}

[data-elementor-device-mode*=mobile] body {
	overflow: hidden;
}

@media screen and (max-width:879px) {
	body {
		overflow: hidden;
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	transition: all .3s;
}

a:hover {
	color: var(--color-link-hover);
}

a:focus, a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

label {
	font-weight: 400;
}

textarea {
	resize: vertical;
}

table {
	width: 100%;
	color: #333;
}

table tr {
	border-bottom: 1px solid #dedede;
}

table td, table th {
	border: 0;
	padding: .5em 1em .5em 0;
}

table tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.d-block, blockquote {
	display: block;
}

.d-inline-block, blockquote cite {
	display: inline-block;
}

.hide-if-empty:empty {
	display: none !important;
}

.lqd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pointer-events-none {
	pointer-events: none;
}

.main-header .elementor-widget-container, .pointer-events-auto {
	pointer-events: auto;
}

.reset-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.border-radius-circle {
	border-radius: 10em;
}

.align-items-center {
	align-items: center;
}

.d-flex {
	display: flex;
}

.d-inline-flex {
	display: inline-flex;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.h-25 {
	height: 25%;
}

.h-50 {
	height: 50%;
}

.h-75 {
	height: 75%;
}

.h-100 {
	height: 100%;
}

.h-125 {
	height: 125%;
}

.h-150 {
	height: 150%;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: .25rem;
}

.mb-2 {
	margin-bottom: .5rem;
}

.mb-3 {
	margin-bottom: 1rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.mb-5 {
	margin-bottom: 2rem;
}

.mb-6 {
	margin-bottom: 2.5rem;
}

.ms-0 {
	margin-inline-start: 0;
}

.ms-1 {
	margin-inline-start: .25rem;
}

.ms-2 {
	margin-inline-start: .5rem;
}

.ms-3 {
	margin-inline-start: 1rem;
}

.ms-4 {
	margin-inline-start: 1.5rem;
}

.ms-5 {
	margin-inline-start: 2rem;
}

.ms-6 {
	margin-inline-start: 2.5rem;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: .25rem;
}

.mt-2 {
	margin-top: .5rem;
}

.mt-3 {
	margin-top: 1rem;
}

.mt-4 {
	margin-top: 1.5rem;
}

.mt-5 {
	margin-top: 2rem;
}

.mt-6 {
	margin-top: 2.5rem;
}

.overflow-hidden {
	overflow: hidden;
}

.p-0 {
	padding: 0;
}

.p-1 {
	padding: .25rem;
}

.p-2 {
	padding: .5rem;
}

.p-3 {
	padding: 1rem;
}

.p-4 {
	padding: 1.5rem;
}

.p-5 {
	padding: 2rem;
}

.p-6 {
	padding: 2.5rem;
}

.pos-abs {
	position: absolute;
}

.pos-fix {
	position: fixed;
}

.pos-rel {
	position: relative;
}

.pos-tl {
	top: 0;
	left: 0;
}

.text-center {
	text-align: center;
}

.text-start {
	text-align: start;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.w-100 {
	width: 100%;
}

.z-index-0 {
	z-index: 0;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-3 {
	z-index: 3;
}

.z-index-4 {
	z-index: 4;
}

.z-index-5 {
	z-index: 5;
}

.z-index-6 {
	z-index: 6;
}

.z-index-7 {
	z-index: 7;
}

.z-index-8 {
	z-index: 8;
}

.z-index-9 {
	z-index: 9;
}

.z-index-10 {
	z-index: 10;
}

.main-header {
	max-width: 100vw;
	position: relative;
	top: var(--lqd-top-scroll-ind-height, 0);
	z-index: 99;
	transition: background-color .3s;
	pointer-events: none;
}

.main-header .e-con, .main-header .e-container {
	--position: static;
	--align-items: center;
}

.main-header .elementor-widget-ld_header_menu, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container>.elementor-column, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget, .main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget, .main-header>.elementor>.elementor-section>.elementor-container, .main-header>.elementor>.elementor-section>.elementor-container>.elementor-column, .main-header>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap, .main-header>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section, .main-header>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container, .main-header>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container>.elementor-column, .main-header>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap, .main-header>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget, .main-header>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget {
	position: static;
}

.lqd-sticky-placeholder {
	height: var(--lqd-sticky-header-placeholder-height, 0);
}

.lqd-sticky-sentinel {
	width: 100%;
	min-height: 1px;
	top: var(--lqd-sticky-header-sentinel-top);
	left: 0;
}

.main-nav-hover-fade-inactive:hover>li>a {
	opacity: .35;
}

.main-nav-hover-fade-inactive:hover>li:hover>a {
	opacity: 1;
}

.nav-item-children {
	min-width: 232px;
	padding: 1.0625em 0;
	border-radius: 5px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 11;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	text-align: start;
	pointer-events: none;
	transform: translateY(10px);
	transition: all .85s cubic-bezier(.19, 1, .22, 1);
	transition-property: transform, opacity, visibility;
}

.nav-item-children:before {
	content: "";
	display: inline-block;
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: #fff;
	box-shadow: 0 16px 50px rgba(0, 0, 0, .07);
	pointer-events: none;
}

.nav-item-children>li {
	position: relative;
	font-size: 1em;
	line-height: normal;
}

.nav-item-children>li>a {
	display: block;
	padding: .75em 1.75em;
	width: 100%;
	color: rgba(0, 0, 0, .55);
}

.nav-item-children>li.current-menu-ancestor>a, .nav-item-children>li.current-menu-item>a, .nav-item-children>li.is-active>a, .nav-item-children>li:hover>a {
	color: #000;
}

.nav-item-children .nav-item-children {
	bottom: auto;
	top: 0;
	left: 104%;
}

.nav-item-children .nav-item-children:after {
	content: "";
	display: inline-block;
	width: 4%;
	height: 100%;
	position: absolute;
	left: -4%;
	top: 0;
}

.submenu-expander {
	display: none;
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
	margin-inline-start: auto;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	align-items: center;
	justify-content: center;
	z-index: 3;
	font-size: 18px;
	color: inherit;
}

.ld-sd-inner .submenu-expander {
	inset-inline-end: 0;
}

.lqd-menu-items-block .submenu-expander {
	align-self: center;
	margin-inline-start: 1.5em;
}

[data-elementor-device-mode=mobile] .nav-item-children, [data-elementor-device-mode=tablet] .nav-item-children {
	display: none;
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: none;
}

[data-megamenu-slide=true] {
	--lqd-megamenu-slide-trans-dur: .3s;
	--lqd-megamenu-slide-from-val: -65px;
	--lqd-megamenu-slide-to-val: 65px;
}

.ld-module-trigger-txt img, .ld-module-trigger-txt svg {
	margin-inline-end: .5em;
	margin-inline-start: .5em;
}

.elementor .nav-trigger, .elementor .nav-trigger:focus, .elementor .nav-trigger:hover {
	border: 0;
	font-size: 1em;
	text-shadow: none;
	outline: 0;
	padding: 0;
	border-radius: 3em;
	background: 0 0;
	background-color: transparent;
	box-shadow: none;
	color: #000;
}

.nav-trigger, .nav-trigger svg {
	transition: all .3s;
}

.nav-trigger .bars {
	width: 55px;
	height: 55px;
}

.nav-trigger .bars:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: inherit;
	transition: border .3s, background .3s;
}

.nav-trigger .bars, .nav-trigger .bars-inner {
	border-radius: inherit;
	align-items: inherit;
	justify-content: inherit;
}

.nav-trigger .bar {
	background-color: #000;
	transition: all .3s;
}

.nav-trigger .bar:after, .nav-trigger .bar:before {
	background-color: inherit;
	transition: all .3s;
}

.nav-trigger .bar:last-child {
	margin-bottom: 0 !important;
}

.nav-trigger.collapsed .bars {
	transform: none;
	transition-delay: 0s;
}

.nav-trigger.collapsed .bar:first-child, .nav-trigger.collapsed .bar:last-child, .nav-trigger.collapsed .bar:nth-child(2) {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.nav-trigger.collapsed .bar:first-child:after, .nav-trigger.collapsed .bar:first-child:before, .nav-trigger.collapsed .bar:last-child:after, .nav-trigger.collapsed .bar:last-child:before, .nav-trigger.collapsed .bar:nth-child(2):after, .nav-trigger.collapsed .bar:nth-child(2):before {
	transform: rotate(0) translate(0, 0);
}

.nav-trigger.style-1 .bars {
	transform: rotate(90deg);
	transition: all .3s .2s cubic-bezier(.65, .05, .36, 1);
}

.nav-trigger.style-1 .bar {
	width: 25px;
	height: 1px;
	margin-bottom: 5px;
	margin-inline-start: auto;
	margin-inline-end: auto;
}

.nav-trigger.style-1 .bar:first-child, .nav-trigger.style-1 .bar:last-child {
	width: 16px;
	opacity: 0;
	visibility: hidden;
}

.nav-trigger.style-1 .bar:first-child {
	transform: translateY(-7px);
	margin-inline-end: 15px;
}

.nav-trigger.style-1 .bar:last-child {
	transform: translateY(7px);
}

.nav-trigger.style-1 .bar:nth-child(2) {
	transform: rotate(45deg);
	transition: transform .3s .2s, backgroud .3s, opacity .3s;
	transition-timing-function: cubic-bezier(.65, .05, .36, 1);
}

.nav-trigger.style-1 .bar:nth-child(2):before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: inherit;
	background: inherit;
	transform: rotate(-90deg);
}

.nav-trigger.style-1.collapsed .bars {
	transform: none;
	transition-delay: 0s;
}

.nav-trigger.style-1.collapsed .bar:first-child, .nav-trigger.style-1.collapsed .bar:last-child, .nav-trigger.style-1.collapsed .bar:nth-child(2) {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.nav-trigger.style-1.collapsed .bar:first-child:after, .nav-trigger.style-1.collapsed .bar:first-child:before, .nav-trigger.style-1.collapsed .bar:last-child:after, .nav-trigger.style-1.collapsed .bar:last-child:before, .nav-trigger.style-1.collapsed .bar:nth-child(2):after, .nav-trigger.style-1.collapsed .bar:nth-child(2):before {
	transform: rotate(0) translate(0, 0);
}

.nav-trigger.style-1.collapsed .bar:nth-child(2):before {
	opacity: 0;
}

.nav-trigger.style-2 .bars-inner {
	justify-content: center;
}

.nav-trigger.style-2 .bar {
	width: 24px;
	height: 2px;
	background: 0 0 !important;
}

.nav-trigger.style-2 .bar:not(:last-child) {
	margin-top: 3px;
	margin-bottom: 3px;
}

.nav-trigger.style-2 .bar:after, .nav-trigger.style-2 .bar:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.nav-trigger.style-2 .bar:first-child, .nav-trigger.style-2 .bar:nth-child(2) {
	overflow: hidden;
}

.nav-trigger.style-2 .bar:first-child:after, .nav-trigger.style-2 .bar:nth-child(2):after {
	content: none;
}

.nav-trigger.style-2 .bar:first-child:before {
	transform-origin: right;
	transform: translateX(-100%);
	transition: transform .3s .15s cubic-bezier(.65, .05, .36, 1), background .3s;
}

.nav-trigger.style-2 .bar:nth-child(2):before {
	transform: translateX(100%);
	transition: transform .3s .075s cubic-bezier(.65, .05, .36, 1), background .3s;
}

.nav-trigger.style-2 .bar:last-child {
	width: 24px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 13px);
}

.nav-trigger.style-2 .bar:last-child:after, .nav-trigger.style-2 .bar:last-child:before {
	transform-origin: 73%;
}

.nav-trigger.style-2 .bar:last-child:before {
	transition: transform .3s .125s cubic-bezier(.65, .05, .36, 1), background .3s;
	transform: scale(1) rotate(-45deg) translate(0);
}

.nav-trigger.style-2 .bar:last-child:after {
	top: auto;
	bottom: 0;
	transition: transform .3s .175s cubic-bezier(.65, .05, .36, 1), background .3s;
	transform: scale(1) rotate(45deg) translate(0);
}

.nav-trigger.style-2.collapsed .bar:first-child:before {
	transform: scaleX(.666);
}

.nav-trigger.style-2.collapsed .bar:nth-child(2):before {
	transform: rotate(0) translate(0, 0);
}

.nav-trigger.style-2.collapsed .bar:last-child:after, .nav-trigger.style-2.collapsed .bar:last-child:before {
	transition-delay: 0s;
}

.nav-trigger.style-2.collapsed .bar:last-child:before {
	transform: scale(0) rotate(-45deg) translate(150%);
}

.nav-trigger.style-2.collapsed .bar:last-child:after {
	transform: scale(0) rotate(45deg) translate(150%);
}

.nav-trigger.style-3 .bar {
	width: 4px;
	height: 4px;
	background-color: currentColor;
	border-radius: 5px;
	box-shadow: 11px 0 0;
}

.nav-trigger.style-3 .bar:last-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	opacity: 1;
	transform: translate(-50%, -50%) rotate(-45deg) scale(1);
	box-shadow: none !important;
}

.nav-trigger.style-3 .bar:last-of-type:before, .nav-trigger.style-4 .bar:last-of-type:before {
	content: "";
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	transform: rotate(90deg);
}

.nav-trigger.style-3 .bar:not(:last-of-type) {
	margin: 4px 11px 4px 0;
}

.nav-trigger.style-3 .bar:first-of-type, .nav-trigger.style-3 .bar:nth-of-type(2) {
	opacity: 0;
}

.nav-trigger.style-3.collapsed .bar:first-of-type, .nav-trigger.style-3.collapsed .bar:nth-of-type(2), .nav-trigger.style-3.is-loading .bar:first-of-type, .nav-trigger.style-3.is-loading .bar:nth-of-type(2) {
	opacity: 1;
}

.nav-trigger.style-3.collapsed .bar:last-of-type {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(-45deg) scale(0);
}

.nav-trigger.style-4 .bar:last-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	opacity: 1;
	transform: translate(-50%, -50%) rotate(-45deg) scale(1);
	box-shadow: none !important;
}

.nav-trigger.style-4 svg {
	opacity: 0;
}

.lqd-stickybar-wrap .nav-trigger.style-4 svg {
	transform: scale(-1);
}

.lqd-stickybar-wrap .nav-trigger.style-4.txt-left svg {
	transform: scaleY(-1);
}

.nav-trigger.style-4.txt-left svg {
	transform: scaleX(-1);
}

.nav-trigger.style-4.collapsed .bar:last-of-type {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(-45deg) scale(0);
}

.nav-trigger.style-4.collapsed svg, .nav-trigger.style-7.collapsed svg {
	opacity: 1;
}

.nav-trigger.style-5 .bars {
	width: 18px;
	height: 18px;
	margin-inline-end: 6px;
}

.nav-trigger.style-5 .bars:before {
	width: 150%;
	height: 150%;
	top: -25%;
	left: -25%;
}

.nav-trigger.style-5 .bars-inner {
	align-items: center;
	justify-content: center;
}

.nav-trigger.style-5 .bar {
	width: 14px;
	height: 2px;
}

.nav-trigger.style-5 .bar:not(:last-child) {
	margin-bottom: 2px;
}

.nav-trigger.style-6:not(.circle) .bars {
	width: 17px;
	height: 13px;
	margin-inline-end: 15px;
}

.nav-trigger.style-6 .bar {
	width: 17px;
	height: 1px;
	transform-origin: left;
}

.nav-trigger.style-6 .bar:not(:last-child) {
	margin-bottom: 5px;
}

.nav-trigger.style-7 .bars {
	width: 16px;
	margin-inline-end: 10px;
}

.nav-trigger.style-7 .bar:last-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	opacity: 1;
	transform: translate(-50%, -50%) rotate(-45deg) scale(1);
	box-shadow: none !important;
}

.nav-trigger.style-7 .bar:last-of-type:before {
	content: "";
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	transform: rotate(90deg);
}

.nav-trigger.style-7 svg {
	width: 100%;
	height: auto;
	opacity: 0;
	transition: all .3s;
}

.nav-trigger.style-7.collapsed .bar:last-of-type {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(-45deg) scale(0);
}

.ld-module-dropdown {
	top: 100%;
	right: 0;
	z-index: 20;
	background-color: #fff;
	text-align: left;
	pointer-events: auto;
}

.ld-module-dropdown .e-con, .ld-module-dropdown .e-container {
	--position: relative;
}

figure+.ld-cart-product-details {
	margin-inline-start: 15px;
}

.navbar-brand {
	height: auto;
	line-height: normal;
	order: 0;
	transition: none;
}

.navbar-brand img {
	transition: opacity .3s, visibiliy .3s;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-brand-inner {
	display: grid;
	place-items: center;
}

.link-badge:empty, .link-icon:empty, .link-sup:empty {
	display: none !important;
}

.module-primary-nav {
	position: static;
	min-height: 100%;
}

.main-nav {
	flex: 1 auto;
}

.main-nav>li, .main-nav>li>a {
	position: relative;
	flex-direction: column;
	display: flex;
}

.main-nav>li>a {
	flex: 1 auto;
	flex-direction: row;
	align-items: center;
	padding: var(--lqd-menu-items-top-padding, 10px) var(--lqd-menu-items-right-padding, 15px) var(--lqd-menu-items-bottom-padding, 10px) var(--lqd-menu-items-left-padding, 15px);
	z-index: 1;
	color: #a7a9b8;
	white-space: nowrap;
}

.main-nav>li>a:focus, .main-nav>li>a:hover {
	background-color: transparent;
}

.main-nav>li.active>a, .main-nav>li.current-menu-ancestor>a, .main-nav>li.current-menu-item>a, .main-nav>li>a:hover {
	color: #184341;
}

.main-nav .link-icon>i {
	vertical-align: middle;
}

.main-nav .link-icon svg {
	width: 1em;
	height: 1em;
}

.main-nav.lqd-menu-items-block {
	display: block !important;
	margin: 0;
	justify-content: unset !important;
}

.main-nav.lqd-menu-items-block>li {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: unset !important;
}

.main-nav.lqd-menu-items-block>li>a {
	width: auto;
}

.main-nav.lqd-menu-items-block .nav-item-children {
	display: none;
	width: 100%;
	min-width: 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
	transform: none;
	position: relative;
	top: auto;
	left: auto !important;
	right: auto !important;
}

.main-nav.lqd-menu-items-block .nav-item-children:before {
	content: none;
}

.main-nav.lqd-menu-items-block .nav-item-children>li>a {
	padding-inline-start: 10px;
	padding-inline-end: 10px;
}

.ld-sd-inner .main-nav {
	flex-wrap: wrap;
}

.ld-sd-inner .main-nav>li, .ld-sd-inner>div {
	width: 100%;
}

.left-icon {
	margin-inline-end: .75em;
}

.elementor-widget-ld_header_menu .navbar-collapse {
	flex: 1 auto;
	overflow: visible;
	height: auto !important;
}

.main-header .elementor-widget-ld_header_menu {
	align-items: stretch;
	height: 100%;
}

.main-header .elementor-widget-ld_header_menu>.elementor-widget-container {
	height: 100%;
	display: flex;
	align-items: stretch;
}

.ld-sd-inner {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	text-align: start;
}

.ld-sd-inner .e-con {
	--align-items: initial;
}

.ld-sd-inner .lqd-custom-menu .submenu-expander {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
}

.ld-sd-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	opacity: 0;
	transform: translate3d(25%, 0, 0);
	transition: transform .85s, opacity .85s;
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.ld-module-sd {
	display: flex;
	justify-content: center;
	writing-mode: horizontal-tb;
}

.ld-module-sd>.ld-module-dropdown {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 400px;
	max-width: 87vw;
	height: 100vh !important;
	background-color: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, .15);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
	transition: transform .85s cubic-bezier(.23, 1, .32, 1), opacity .6s step-end;
}

.ld-module-sd>.ld-module-dropdown:only-child, style+.ld-module-sd>.ld-module-dropdown:last-child {
	flex-grow: 1;
}

.ld-module-sd-hover>.nav-trigger {
	pointer-events: none;
}

.ld-module-sd-hover>.nav-trigger.collapsed {
	z-index: auto;
	pointer-events: auto;
}

.ld-module-sd, .ld-module-sd>.nav-trigger {
	height: 100%;
}

.ld-sd-wrap {
	padding: unset !important;
}

.ld-sd-wrap .elementor-widget-ld_header_cart, .ld-sd-wrap .elementor-widget-ld_header_dropdown, .ld-sd-wrap .elementor-widget-ld_header_menu, .ld-sd-wrap .elementor-widget-ld_header_search, .ld-sd-wrap .elementor-widget-ld_header_sidedrawer {
	align-items: unset !important;
}

.ld-sd-wrap .elementor-widget-ld_header_cart, .ld-sd-wrap .elementor-widget-ld_header_cart>.elementor-widget-container, .ld-sd-wrap .elementor-widget-ld_header_dropdown, .ld-sd-wrap .elementor-widget-ld_header_dropdown>.elementor-widget-container, .ld-sd-wrap .elementor-widget-ld_header_menu, .ld-sd-wrap .elementor-widget-ld_header_menu>.elementor-widget-container, .ld-sd-wrap .elementor-widget-ld_header_search, .ld-sd-wrap .elementor-widget-ld_header_search>.elementor-widget-container, .ld-sd-wrap .elementor-widget-ld_header_sidedrawer, .ld-sd-wrap .elementor-widget-ld_header_sidedrawer>.elementor-widget-container {
	display: unset !important;
	min-height: unset !important;
}

.ld-sd-wrap .elementor-widget-ld_header_menu {
	height: unset !important;
}

.main-header .elementor-widget-ld_header_sidedrawer, .main-header .elementor-widget-ld_header_sidedrawer>.elementor-widget-container {
	height: 100%;
}

.main-header .elementor-widget-ld_header_sidedrawer>.elementor-widget-container {
	display: flex;
	align-items: stretch;
}

[data-elementor-device-mode=desktop] .main-header .elementor-widget-ld_header_sidedrawer.elementor-hidden-desktop, [data-elementor-device-mode=laptop] .main-header .elementor-widget-ld_header_sidedrawer.elementor-hidden-laptop, [data-elementor-device-mode=mobile] .main-header .elementor-widget-ld_header_sidedrawer.elementor-hidden-mobile, [data-elementor-device-mode=mobile_extra] .main-header .elementor-widget-ld_header_sidedrawer.elementor-hidden-mobile_extra, [data-elementor-device-mode=tablet] .main-header .elementor-widget-ld_header_sidedrawer.elementor-hidden-tablet, [data-elementor-device-mode=tablet_extra] .main-header .elementor-widget-ld_header_sidedrawer.elementor-hidden-tablet_extra, [data-elementor-device-mode=widescreen] .main-header .elementor-widget-ld_header_sidedrawer.elementor-hidden-widescreen {
	display: none;
}

@media screen and (max-width:992px) {
	[data-overlay-onmobile=true] .main-header:not(.is-stuck) {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	[data-overlay-onmobile=false] .main-header:not(.is-stuck) {
		position: relative;
		top: auto;
		left: auto;
	}
}

@media screen and (min-width:1200px) {
	[data-sticky-footer] {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		overflow: hidden;
	}
}

@media screen and (max-width:768px) {
	.main-footer {
		transform: none !important;
		visibility: visible !important;
	}
}

.lqd-custom-menu>ul>li>a svg, .wp-block-search button.wp-block-search__button[type=submit] svg {
	fill: currentColor;
}

.lqd-back-to-top a svg {
	line-height: 1;
	margin-top: -1px;
	transition: transform .3s ease;
	mix-blend-mode: difference;
}

.lqd-back-to-top a:hover svg {
	animation: lqdBackToTopArrow 1s cubic-bezier(.23, 1, .32, 1) both alternate;
}

.lqd-af-slide__img img:not(.objfit-cover), [data-custom-animations=true]:not(.ca-initvalues-applied) {
	opacity: 0 !important;
}

@media (max-width:768px) {
	[data-disable-animations-onmobile=true] [data-custom-animations=true]:not(.ca-initvalues-applied) {
		opacity: 1 !important;
	}
}

.lqd-cc-solid {
	width: 86px;
	height: 86px;
	top: -43px;
	left: -43px;
	opacity: 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--lqd-cc-active-circle-txt);
}

.lqd-cc-solid-bg, .lqd-cc-solid-inner {
	transition-delay: .05s;
}

.lqd-cc-solid-bg {
	border-radius: inherit;
	background-color: var(--lqd-cc-active-circle-color);
	transform: scale(.2);
	transition: transform .65s, opacity .6s, width .6s, height .6s;
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.lqd-cc-arrow, .lqd-cc-solid-ext, .lqd-cc-solid-inner {
	opacity: 0;
	transition: transform .65s, opacity .65s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lqd-cc-solid-txt-inner {
	transition: transform 1s, opacity 1s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lqd-cc-solid-ext {
	font-size: 24px;
	color: var(--lqd-cc-active-circle-color);
}

.lqd-cc-solid-ext-left {
	transform: translateX(-25px);
}

.lqd-cc-solid-ext-right {
	transform: translateX(25px);
}

.lqd-cc {
	border-radius: var(--lqd-cc-br);
}

.lqd-cc--el, .lqd-cc--inner, .lqd-cc--outer {
	opacity: 0;
}

.lqd-cc--el {
	z-index: 1200;
	transition: opacity .1s;
}

.lqd-cc--inner, .lqd-cc--outer {
	z-index: 1100;
	mix-blend-mode: var(--lqd-cc-blend-mode);
	transform-origin: center;
}

.lqd-cc--outer {
	width: var(--lqd-cc-size-outer);
	height: var(--lqd-cc-size-outer);
	border: var(--lqd-cc-bw) solid var(--lqd-cc-bc);
}

.lqd-cc--inner {
	width: var(--lqd-cc-size-inner);
	height: var(--lqd-cc-size-inner);
	left: calc(var(--lqd-cc-size-inner) / 2 * -1);
	top: calc(var(--lqd-cc-size-inner) / 2 * -1);
	background-color: var(--lqd-cc-bg);
}

.lqd-cc-arrow svg {
	fill: var(--lqd-cc-active-arrow-color);
	transform: rotate(-15deg) scale(0);
	transform-origin: left top;
	transition-duration: .35s;
	transition-timing-function: cubic-bezier(.3, .86, .36, .95);
}

.lqd-cc-arrow.lqd-is-active svg {
	opacity: 1;
	transform: rotate(0) scale(1);
}

.lqd-cc-custom-icon {
	--cc-icon-color: #fff;
	top: -27px;
	left: -27px;
	transition: opacity .3s;
}

.lqd-cc-custom-icon .lqd-cc-ci {
	width: 54px;
	height: 54px;
	font-size: 30px;
	line-height: 1;
	color: var(--cc-icon-color);
	transform: scale(1.35);
	transition: transform .45s, color .3s;
}

.lqd-cc-custom-icon .lqd-cc-ci:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid;
	border-radius: inherit;
	color: inherit;
	opacity: .5;
	transition: border .3s;
}

:root {
	--frame-width: 20px;
}

.lqd-animate-bottom-shape .elementor-shape-bottom svg, .lqd-animate-top-shape .elementor-shape-top svg {
	width: 200% !important;
	left: 0;
	animation: wave 10s cubic-bezier(.455, .03, .515, .955) both infinite;
}

@media screen and (max-width:991px) {
	.lqd-af {
		height: 100svh;
	}
}

.lqd-af-slidenav__item svg {
	transition: stroke .3s;
}

.lqd-af-slidenav__item:hover svg {
	stroke: var(--color-primary);
}

.btn-icon, .btn-icon i, .btn-icon svg, .btn-txt {
	position: relative;
	z-index: 3;
}

.btn-icon svg {
	width: var(--icon-font-size);
	max-height: var(--icon-font-size);
	fill: currentColor;
}

.flickity-button svg {
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	left: auto;
	fill: currentColor;
}

.carousel-nav.carousel-nav-circle .flickity-button svg, .carousel-nav.carousel-nav-square .flickity-button svg {
	max-width: 50%;
}

.carousel-nav.carousel-nav-shaped .flickity-button:hover svg {
	fill: inherit;
}

.lqd-carousel-slides-numbers svg {
	stroke: currentColor;
	transition: stroke .3s;
}

.lqd-carousel-numbers-line .flickity-page-dots, .lqd-carousel-numbers-line svg {
	margin-inline-start: 3em;
	margin-inline-end: 3em;
}

@media screen and (min-width:769px) {
	.lqd-carousel-stack-btn, .lqd-carousel-stack-btn svg {
		transition: transform .45s cubic-bezier(.23, 1, .32, 1), background .3s;
	}
	
	.lqd-carousel-stack-btn svg {
		fill: currentColor;
		transition: fill .3s;
	}
	
	.lqd-carousel-stack-btn:hover svg {
		fill: #fff;
	}
	
	.lqd-carousel-stack-prev:hover svg {
		transform: translateX(-3px);
	}
	
	.lqd-carousel-stack-next:hover svg {
		transform: translateX(3px);
	}
}

.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-icon, .lqd-contact-form i, .lqd-contact-form svg {
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: calc(1em + 15px);
	pointer-events: none;
	transform: translateY(-50%);
}

.lqd-contact-form-inputs-underlined .ui-button.ui-selectmenu-button .ui-selectmenu-icon, .lqd-contact-form-inputs-underlined i, .lqd-contact-form-inputs-underlined svg {
	right: 15px;
}

.lqd-custom-menu {
	transition: opacity .3s, visibility .3s;
}

.lqd-custom-menu .nav-item-children>li>a {
	display: flex;
	align-items: center;
	position: relative;
}

.lqd-custom-menu>ul>li>a {
	position: relative;
}

.lqd-custom-menu .nav-item-children {
	top: 0;
	left: 100%;
}

.lqd-custom-menu>ul>li {
	position: relative;
	flex-wrap: wrap;
}

.lqd-custom-menu>ul>li, .lqd-custom-menu>ul>li>a {
	width: 100%;
	align-items: center;
	display: flex;
}

.lqd-custom-menu .submenu-expander {
	width: 30px;
	height: 30px;
	top: 50%;
	right: 1.85em;
	transform: translateY(-50%);
}

.elementor-widget-ld_custom_menu>.elementor-widget-container {
	min-height: 1px;
}

[data-elementor-device-mode*=mobile] .lqd-custom-menu .nav-item-children, [data-elementor-device-mode*=tablet] .lqd-custom-menu .nav-item-children {
	display: none;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	min-width: 0;
	opacity: 1;
	visibility: visible;
	overflow: unset;
	transition: none;
	transform: none;
	perspective: none;
}

[data-elementor-device-mode*=mobile] .lqd-custom-menu .nav-item-children:before, [data-elementor-device-mode*=tablet] .lqd-custom-menu .nav-item-children:before {
	content: none;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.lqd-custom-menu .submenu-expander {
		right: 15px;
	}
}

@media screen and (max-width:479px) {
	.lqd-custom-menu .submenu-expander {
		right: 15px;
	}
}

.link-icon, .lqd-fb-style-7 .lqd-fb-content i {
	margin-inline-end: .75em;
}

.link-icon svg {
	width: 1em;
	height: 1em;
}

.lqd-custom-menu[data-move-element]:not([data-inview]) {
	opacity: 0;
	visibility: hidden;
}

.lqd-fb {
	transition: transform .65s, box-shadow .65s;
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.lqd-fb .lqd-fb-icon svg {
	fill: currentColor;
	width: 1em;
	height: auto;
}

@media screen and (max-width:479px) {
	.lqd-fb[class*=h-pt-] {
		padding-top: 0;
		height: 100vw;
	}
}

.ld-fancy-heading>ol, .ld-fancy-heading>ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

.ld-fh-element {
	margin-top: 0;
	margin-bottom: .5em;
	vertical-align: middle;
	transition: color .3s;
}

.ld-fh-element>:last-child {
	margin-bottom: 0;
}

.ld-gradient-heading {
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	text-fill-color: transparent !important;
}

.lqd-imggrp-img-container {
	max-width: 100%;
	border-radius: inherit;
}

.lqd-imggrp-single, .lqd-imggrp-single .lqd-imggrp-img-container, .lqd-imggrp-single figure, .lqd-imggrp-single figure img {
	border-radius: inherit;
}

.lqd-imggrp-single {
	transition: transform .65s cubic-bezier(.05, .7, .2, 1), opacity .3s;
}

.lqd-imggrp-single figure {
	display: inline-block;
	margin: 0 !important;
}

.lqd-imggrp-single figure:empty {
	display: none;
}

@media screen and (max-width:991px) {
	.lqd-imggrp-img-container {
		flex-direction: column;
	}
}

.lqd-imggrp-single[data-float] {
	--float-animation-ease: ease;
	--float-animate-from: 0%;
	--float-animate-to: 3%;
	--float-delay: 0s;
	animation: lqdFIFloatOne 1s var(--float-animation-ease) infinite alternate;
	animation-delay: var(--float-delay);
}

.lqd-imggrp-single[data-animate-shadow][data-shadow-style="1"].is-in-view figure, .lqd-imggrp-single[data-shadow-style="1"] figure {
	box-shadow: 0 25px 30px rgba(0, 0, 0, .07);
}

.lqd-imggrp-single[data-animate-shadow][data-shadow-style="2"].is-in-view figure, .lqd-imggrp-single[data-shadow-style="2"] figure {
	box-shadow: 0 30px 50px rgba(0, 0, 0, .15);
}

.lqd-imggrp-single[data-animate-shadow][data-shadow-style="3"].is-in-view figure, .lqd-imggrp-single[data-shadow-style="3"] figure {
	box-shadow: 0 30px 70px rgba(0, 0, 0, .15);
}

.lqd-imggrp-single[data-animate-shadow][data-shadow-style="4"].is-in-view figure, .lqd-imggrp-single[data-shadow-style="4"] figure {
	box-shadow: 0 30px 100px rgba(0, 0, 0, .17);
}

.lqd-imggrp-single[data-animate-shadow] figure {
	box-shadow: 0 0 0 rgba(0, 0, 0, .3);
	transition: box-shadow .5s cubic-bezier(.7, 0, .3, 1);
}

.lqd-imggrp-single[data-animate-shadow] img {
	opacity: 1.0E-8;
	transition: opacity .65s cubic-bezier(.5, 1, .5, 1);
}

.lqd-fullproj-scrn button.nav-trigger .txt, .lqd-highlight-classic .lqd-highlight svg, .lqd-highlight-custom .lqd-highlight svg {
	display: none;
}

@media (max-width:767px) {
	[data-disable-animations-onmobile=true] .lqd-highlight .lqd-highlight-brush-svg>path {
		-webkit-clip-path: none !important;
		clip-path: none !important;
	}
}

.lqd-highlight-custom .lqd-highlight .lqd-highlight-brush-svg>path {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: clip-path .85s cubic-bezier(.22, .61, .36, 1);
	transition-delay: inherit;
}

.is-in-view .lqd-highlight .lqd-highlight-brush-svg>path, .lqd-animations-done .lqd-highlight-custom .lqd-highlight .lqd-highlight-brush-svg>path, .lqd-highlight-custom .lqd-animations-done .lqd-highlight .lqd-highlight-brush-svg>path, .lqd-highlight-custom .lqd-unit-animation-done .lqd-highlight .lqd-highlight-brush-svg>path, .lqd-unit-animation-done .lqd-highlight-custom .lqd-highlight .lqd-highlight-brush-svg>path {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

[data-custom-animations=true] .lqd-highlight .lqd-highlight-brush-svg>path, [data-split-text=true] .lqd-highlight .lqd-highlight-brush-svg>path {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.iconbox-icon-container i, .iconbox-icon-container img, .iconbox-icon-container svg {
	height: auto;
}

.iconbox .iconbox-icon-container>svg, .iconbox .iconbox-icon-container>svg circle, .iconbox .iconbox-icon-container>svg ellipse, .iconbox .iconbox-icon-container>svg path, .iconbox .iconbox-icon-container>svg polygon, .iconbox .iconbox-icon-container>svg polyline, .iconbox .iconbox-icon-container>svg rect {
	transition: fill .3s, stroke .3s;
}

.iconbox-heading-arrow-onhover .lqd-iconbox-heading svg {
	height: 1em;
	opacity: 0;
	transform: translateX(0);
	vertical-align: middle;
	transition: transform .5s, opacity .5s;
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.elementor-widget-ld_icon_box:hover .iconbox-heading-arrow-onhover .lqd-iconbox-heading svg {
	opacity: 1;
	transform: translateX(.5em);
}

.lqd-ib-circ-icn i, .lqd-ib-circ-icn img, .lqd-ib-circ-icn svg {
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: transform .3s;
}

.lqd-ib-circ-icn img, .lqd-ib-circ-icn svg {
	max-width: 60%;
}

.lqd-ib-circ-icn:hover i, .lqd-ib-circ-icn:hover img, .lqd-ib-circ-icn:hover svg {
	transform: scale(1.15);
}

.cd-handle, .cd-handle svg {
	top: 50%;
	left: 50%;
	transition: all .3s ease;
}

.cd-handle svg {
	display: inline-block;
	position: absolute;
}

.lqd-lp-column {
	margin-bottom: 30px;
	position: static;
}

.lqd-lp-column[class*=col-]>[class*=col-] {
	width: 100%;
}

.lqd-lp-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-align: start;
}

.lqd-lp-title a {
	color: #000;
	font: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}

.lqd-lp-title a:hover {
	color: var(--color-primary);
}

.lqd-lp {
	flex-grow: 1;
}

@media screen and (max-width:991px) {
	.lqd-lp-column.col-md-12, .lqd-lp-column:not([class*=col-sm]) {
		width: 100%;
	}
}

@media screen and (max-width:479px) {
	.lqd-lp-column {
		width: 100%;
	}
}

[data-elementor-device-mode=mobile] .elementor-widget-ld_blog .elementor-widget-container, [data-elementor-device-mode=tablet] .elementor-widget-ld_blog .elementor-widget-container {
	overflow: hidden;
}

.lqd-lp-date {
	color: rgba(0, 0, 0, .5);
}

.col-md-4 .lqd-lp-style-14 h2.lqd-lp-title, .lqd-lp-date i {
	font-size: 20px;
}

.lqd-lp-cat-border a, .lqd-lp-cat-plain a, .lqd-lp-style-3:hover h2.lqd-lp-title a {
	color: var(--color-primary);
}

.lqd-lp-meta {
	font-size: 11px;
}

.lqd-lp-img .lqd-lp-meta:not(:only-child) {
	position: absolute;
}

.lqd-lp-img .lqd-lp-meta:not(:only-child):not(.pos-bl) {
	top: 25px;
	left: 25px;
}

.lqd-lp-meta>:only-child {
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
}

.lqd-lp-read-more .btn-line-after svg {
	top: 50%;
	right: -.275em;
	transform: translateY(-50%) scale(0);
}

.lqd-lp:hover .lqd-lp-read-more .btn-line-after svg {
	transition: transform .35s;
	transform: translateY(-50%) scale(.75);
}

.lqd-lp-style-1 {
	display: flex;
	flex-direction: column;
}

.lqd-lp-style-1 .lqd-lp-img {
	margin-top: auto;
}

.lqd-lp-style-2 {
	min-height: 360px;
	background-color: #eef2f4;
}

.lqd-lp-style-2:hover {
	box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.lqd-lp-style-2-alt {
	min-height: 360px;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.lqd-lp-style-2-alt .lqd-lp-img {
	opacity: 0;
	transform: scale(1.05);
	transition: transform .65s, opacity .65s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lqd-lp-style-2-alt .lqd-lp-date a:hover, .lqd-lp-style-2-alt .lqd-lp-date:hover {
	color: rgba(255, 255, 255, .7);
}

.lqd-lp-style-2-alt:hover {
	box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.lqd-lp-style-2-alt:hover .lqd-lp-img {
	transform: scale(1);
	opacity: 1;
}

.lqd-lp-style-2-alt:hover .lqd-lp-author-info h3, .lqd-lp-style-2-alt:hover .lqd-lp-date, .lqd-lp-style-2-alt:hover .lqd-lp-title a {
	color: #fff;
}

.lqd-lp-style-4 .lqd-lp-img {
	width: 25%;
}

.lqd-lp-style-4 .lqd-lp-header {
	width: 75%;
}

.lqd-lp-style-4 h2.lqd-lp-title {
	font-size: 15px;
}

.lqd-lp-style-5 h2.lqd-lp-title {
	font-size: 34px;
}

@media screen and (min-width:992px) {
	.lqd-lp-style-5 .lqd-lp-content, .lqd-lp-style-5 .lqd-lp-img {
		width: 50%;
	}
}

@media screen and (max-width:479px) {
	.lqd-lp-style-5 h2.lqd-lp-title {
		font-size: 27px;
		line-height: 1.25em;
	}
}

.lqd-lp-style-6 {
	box-shadow: 0 20px 55px rgba(82, 71, 175, .09);
	background-color: #fff;
}

.lqd-lp-style-6 .lqd-lp-excerpt {
	font-size: .85em;
}

.lqd-lp-style-6:hover {
	box-shadow: 0 25px 55px rgba(0, 0, 0, .075);
	transform: translateY(-2px);
}

.lqd-lp-style-6-alt .lqd-lp-meta {
	font-size: 13px;
	font-weight: 500;
}

@media (min-width:992px) {
	.lqd-lp-style-6-alt .lqd-lp-excerpt, .lqd-lp-style-6-alt .lqd-lp-header {
		padding-inline-start: 2rem;
		padding-inline-end: 2rem;
	}
}

.lqd-lp-style-7 h2.lqd-lp-title {
	font-size: 34px;
}

.lqd-lp-column:not(:last-child) .lqd-lp-style-7 {
	padding-bottom: 2em;
	border-bottom: 1px dashed #cecece;
}

.lqd-lp-style-7:not(:last-child):not(:only-of-type) {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dashed #cecece;
}

.lqd-lp-column:not(:last-child) .lqd-lp-style-7 {
	margin-bottom: 1em;
}

.lqd-lp-style-7 .lqd-lp-img {
	box-shadow: 0 30px 60px rgba(0, 0, 0, .05);
}

@media screen and (max-width:479px) {
	.lqd-lp-style-7 h2.lqd-lp-title {
		font-size: 27px;
		line-height: 1.25em;
	}
}

.lqd-lp-style-8 {
	border: 1px solid #f1f1f1;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2);
}

.lqd-lp-style-8:hover {
	transform: translateY(-3px);
	box-shadow: 0 30px 75px rgba(0, 0, 0, .1);
}

@media (min-width:768px) {
	.lqd-lp-style-9 .lqd-lp-img {
		width: 35%;
	}
	
	.lqd-lp-style-9 .lqd-lp-contents {
		width: 65%;
		padding-inline-start: 2.5rem;
	}
}

@media (max-width:767px) {
	.lqd-lp-style-9 .lqd-lp-img {
		margin-bottom: 1rem;
	}
}

.lqd-lp-style-10 .lqd-lp-date, .lqd-lp-style-11 .lqd-lp-date {
	font-size: 11px;
}

.lqd-lp-style-11 {
	color: rgba(255, 255, 255, .65);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.lqd-lp-style-11 h2.lqd-lp-title {
	font-size: 27px;
}

.lqd-lp-style-11 .lqd-lp-header a, .lqd-lp-style-11 .lqd-lp-header a:hover, .lqd-lp-style-11:hover h2.lqd-lp-title a, .lqd-lp-style-13 .lqd-lp-cat a, .lqd-lp-style-14 .lqd-lp-cat a, .lqd-lp-style-14 h2.lqd-lp-title a, .lqd-lp-style-14 h2.lqd-lp-title a:hover, .lqd-lp-style-17 .lqd-lp-meta a, .lqd-lp-style-17 .lqd-lp-title a {
	color: #fff;
}

.lqd-lp-style-11:hover {
	box-shadow: 0 30px 75px rgba(0, 0, 0, .2);
	transform: translateY(-2px);
}

@media screen and (min-width:768px) {
	.lqd-lp-style-11 .lqd-lp-contents {
		padding: 2rem 2rem 3rem;
	}
}

@media screen and (max-width:479px) {
	.lqd-lp-style-11 {
		padding-top: 0;
	}
	
	.lqd-lp-style-11 .lqd-lp-contents {
		position: relative;
	}
}

.lqd-lp-style-12 {
	box-shadow: 0 11px 30px rgba(0, 0, 0, .1);
	color: #919191;
}

.lqd-lp-style-12 .lqd-lp-meta {
	background-color: #ecf2f8;
}

.lqd-lp-style-12:hover {
	box-shadow: 0 15px 45px rgba(0, 0, 0, .075);
	transform: translateY(-2px);
}

@media (min-width:992px) {
	.lqd-lp-style-12 {
		padding-inline-start: 2rem;
		padding-inline-end: 2rem;
	}
}

.lqd-lp-style-13 .lqd-lp-meta {
	line-height: 1.25em;
}

.lqd-lp-style-13 .lqd-lp-date {
	color: var(--color-secondary, var(--color-primary));
}

.lqd-lp-style-14 .lqd-lp-meta, .lqd-pb-content h3 {
	line-height: 1.5em;
}

.lqd-lp-style-14 h2.lqd-lp-title {
	font-size: 36px;
}

.lqd-lp-style-14 .lqd-lp-date {
	color: var(--color-secondary, var(--color-primary));
}

@media screen and (min-width:768px) {
	.lqd-lp-style-14 .lqd-lp-contents {
		padding: 2rem;
	}
}

@media screen and (max-width:479px) {
	.lqd-lp-style-14 {
		padding-top: 0;
	}
	
	.lqd-lp-style-14 .lqd-lp-contents {
		position: relative;
	}
	
	.lqd-lp-style-14 h2.lqd-lp-title {
		font-size: 24px;
	}
}

@media screen and (min-width:992px) {
	.lqd-lp-style-16 .lqd-lp-excerpt, .lqd-lp-style-16 .lqd-lp-header {
		width: 85%;
	}
}

@media screen and (max-width:479px) {
	.lqd-lp-style-16 {
		margin-bottom: 15px;
	}
}

.lqd-lp-style-17 .lqd-lp-meta:hover a, .lqd-lp-style-17 .lqd-lp-title:hover a {
	color: rgba(255, 255, 255, .8);
}

.lqd-lp-style-17 .lqd-lp-meta {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width:479px) {
	.lqd-lp-style-17 h2.lqd-lp-title {
		font-size: 27px;
		line-height: 1.25em;
	}
}

.lqd-lp-style-18 {
	position: static;
}

.lqd-lp-style-18 .lqd-lp-date {
	font-size: 17px;
	color: #000;
}

.lqd-lp-style-18 h2 {
	font-size: 29px;
	line-height: 1.3448275862em;
}

@media screen and (min-width:992px) {
	.lqd-lp-style-18 h2 {
		width: 70%;
	}
	
	.lqd-lp-style-18 .lqd-lp-meta {
		width: 30%;
	}
	
	.lqd-lp-style-18 .lqd-lp-header {
		flex-direction: row;
		width: 60%;
	}
	
	.lqd-lp-style-18 .lqd-lp-img {
		width: 35%;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.lqd-lp-style-18 .lqd-lp-header:hover+.lqd-lp-img figure {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
}

.lqd-lp-style-19 .lqd-lp-img {
	overflow: hidden;
}

.lqd-lp-style-19 .lqd-lp-meta {
	font-size: 13px;
}

.lqd-lp-style-19 h2 {
	font-size: 24px;
	line-height: 1.3333333333em;
}

@media screen and (min-width:992px) {
	.lqd-lp-style-19 h2:before {
		content: none;
	}
}

.lqd-lp-style-21 {
	padding: 4.5%;
	background-color: #ffd77b;
	font-size: 17px;
	line-height: 1.4090909091em;
	color: #181b31;
}

.lqd-lp-style-21 .lqd-lp-img {
	min-height: 240px;
}

.lqd-lp-style-21 .lqd-lp-date {
	font-size: 12px;
}

.lqd-lp-style-21 h2.lqd-lp-title {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.0571428571em;
}

.lqd-lp-style-21-alt .lqd-lp-img {
	min-height: 200px;
}

@media screen and (min-width:768px) {
	.lqd-lp-style-21 .lqd-lp-img {
		width: 35%;
		height: 100%;
		margin-bottom: 0;
	}
	
	.lqd-lp-style-21 .lqd-lp-contents {
		width: 65%;
		padding-inline-end: 2rem;
		padding-inline-start: 2.5rem;
	}
	
	.lqd-lp-style-21-alt .lqd-lp-img {
		width: 50%;
	}
	
	.lqd-lp-style-21-alt .lqd-lp-contents {
		width: 50%;
		padding-inline-start: 1.5em;
		padding-inline-end: 0;
	}
}

@media screen and (min-width:992px) {
	.lqd-lp-style-21:not(.lqd-lp-style-21-alt) .lqd-lp-contents {
		padding-inline-start: 4rem;
	}
}

@media screen and (max-width:479px) {
	.lqd-lp-style-21 {
		font-size: 1em;
	}
	
	.lqd-lp-style-21 h2.lqd-lp-title {
		font-size: 30px;
	}
}

.lqd-lp-style-22 {
	display: flex;
	flex-direction: column;
}

.lqd-lp-style-22 h2.lqd-lp-title {
	font-size: 34px;
}

.lqd-lp-style-22 .lqd-lp-meta {
	display: inline-grid;
	grid-auto-flow: column;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
}

.lqd-lp-column:not(:last-child) .lqd-lp-style-22, .lqd-lp-style-22:not(:last-child):not(:only-of-type) {
	padding-bottom: 1.25em;
	border-bottom: 1px dashed #cecece;
}

.lqd-lp-style-22:not(:last-child):not(:only-of-type) {
	margin-bottom: 2em;
}

.lqd-lp-column:not(:last-child) .lqd-lp-style-22 {
	margin-bottom: 1em;
}

.lqd-lp-style-22:hover h2.lqd-lp-title a {
	color: var(--color-primary);
}

@media screen and (min-width:992px) {
	.lqd-lp-style-22 .lqd-lp-excerpt, .lqd-lp-style-22 .lqd-lp-header {
		max-width: 68%;
	}
}

@media screen and (max-width:479px) {
	.lqd-lp-style-22 h2.lqd-lp-title {
		font-size: 27px;
		line-height: 1.25em;
	}
}

.lqd-lp-style-23 h2.lqd-lp-title {
	font-size: 22px;
}

.lqd-lp-style-23 .lqd-lp-meta, .lqd-pf-filterable-carousel h6 {
	font-size: 13px;
}

.lqd-lp-style-23 .lqd-lp-img {
	border: 13px solid #fff;
	border-radius: 10px;
	box-shadow: 0 20px 50px rgba(40, 58, 116, .1);
}

.lqd-lp-style-23 .lqd-lp-img .lqd-lp-meta {
	top: 30px;
	left: 30px;
}

.lqd-lp-style-23 .lqd-lp-excerpt {
	font-size: 14px;
	line-height: 1.71em;
}

.vc_mobile .ld-masked-image svg {
	transform: translateZ(0);
}

div.lqd-lity-top-wrap {
	display: block !important;
}

.lqd-lity, .lqd-lity-wrap {
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: 0 !important;
}

.lqd-lity {
	display: block;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	pointer-events: none;
}

.lqd-lity-wrap {
	display: grid;
	place-items: center;
	position: absolute;
}

.lqd-lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	transition: opacity .3s ease;
}

.lqd-lity-container {
	position: relative;
	z-index: 9992;
	max-width: 100%;
	max-height: 100%;
	outline: 0 !important;
	white-space: normal;
	background: #fff;
}

.lqd-lity-content {
	z-index: 9993;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.lqd-lity-close-btn-wrap {
	position: fixed;
	inset-inline-end: 30px;
	top: 30px;
	z-index: 9994;
}

.lqd-lity-close-arrow, .lqd-lity-trigger-txt {
	display: none;
}

.lqd-lity-close {
	display: inline-grid;
	place-content: center;
	width: 35px;
	height: 35px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 10em;
	padding: 0 !important;
	border: 0 !important;
	background: 0 0;
	outline: 0;
	box-shadow: none;
	transition: color .3s, background .3s;
	backdrop-filter: blur(3px);
}

.lqd-lity-close svg {
	width: 1em;
	height: auto;
}

.ld-sf input:focus, .lqd-lity-close:focus, .lqd-lity-close:hover {
	outline: 0;
}

.lqd-lity .lqd-lity-close {
	font-size: 22px;
}

[data-modal-type=in-container] .lqd-lity-close {
	position: absolute;
}

.lqd-lity-backdrop {
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
}

.lqd-lity .lqd-lity-close {
	padding: 0 !important;
	border: 0;
	background: 0 0;
}

.lqd-lity[data-modal-type=default] {
	display: grid;
	place-items: center;
	perspective: 1200px;
}

.lqd-lity[data-modal-type=default] .lqd-lity-wrap {
	display: block;
	position: static;
}

.lqd-lity[data-modal-type=default] .lqd-lity-container {
	border-radius: 4px;
	box-shadow: 0 20px 65px -5px rgba(0, 0, 0, .5);
}

.lqd-lity[data-modal-type=default] .lqd-lity-content {
	max-height: 90vh;
}

@media (min-width:768px) {
	[data-modal-type=default] .lqd-lity-container {
		width: 750px;
	}
}

@media (min-width:992px) {
	[data-modal-type=default] .lqd-lity-container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	[data-modal-type=default] .lqd-lity-container {
		width: 1170px;
	}
}

[data-modal-type=box] .lqd-lity-backdrop {
	background: 0 0;
}

.lqd-lity[data-modal-type=box] {
	position: absolute;
	width: 350px;
	height: 500px;
	bottom: auto;
	right: auto;
	background: 0 0;
}

.lqd-lity[data-modal-type=box] .lqd-lity-wrap {
	display: block;
}

.lqd-lity[data-modal-type=box] .lqd-lity-container {
	border-radius: 15px;
	box-shadow: 0 10px 65px -5px rgba(0, 0, 0, .15);
	width: 100%;
	height: 100%;
}

.lqd-lity[data-modal-type=box] .lqd-lity-container:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -8px;
	left: 10%;
	border-radius: 20px;
	transform: rotate(130deg);
	border-top: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}

.lqd-lity[data-modal-type=box] .lqd-lity-wrap {
	width: 100%;
	height: 100%;
}

.lqd-lity[data-modal-type=box] .lqd-lity-close-btn-wrap {
	position: absolute;
	top: 25px;
	right: 25px;
}

.lqd-lity[data-modal-type=box] .lqd-lity-close {
	width: 35px;
	height: 35px;
	border-radius: 20px;
	font-size: 28px;
	line-height: 35px;
	color: rgba(0, 0, 0, .75);
	background-color: rgba(255, 255, 255, .65);
	text-align: center;
	backdrop-filter: blur(3px);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, .1);
}

.lqd-lity[data-modal-type=box] .lqd-lity-close:hover {
	background-color: rgba(255, 0, 0, .65);
	color: #fff;
}

@media (max-width:480px) {
	.lqd-lity[data-modal-type=box] .lqd-lity-container:before {
		content: none;
	}
}

[data-modal-type=fullscreen] .lqd-lity-backdrop {
	display: none;
}

.lqd-lity[data-modal-type=fullscreen] {
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.lqd-lity[data-modal-type=fullscreen] .lqd-lity-wrap {
	display: block;
}

.lqd-lity[data-modal-type=fullscreen] .lqd-lity-container {
	width: 100vw;
	height: 100vh;
}

.lqd-lity[data-modal-type=fullscreen] .lqd-lity-content, .lqd-lity[data-modal-type=fullscreen] .lqd-modal, .lqd-lity[data-modal-type=fullscreen] .lqd-modal-inner {
	height: 100%;
}

.lqd-lity[data-modal-type=fullscreen] .lqd-lity-close {
	color: #000;
}

.lqd-pb:hover .lqd-pb-shape-border svg {
	animation: lqdPBRotate 7s linear infinite forwards;
}

.lqd-pb-shape-border path {
	stroke: rgba(0, 0, 0, .5);
}

@media screen and (min-width:992px) {
	.lqd-pb-column:first-child .lqd-pb-style-9 .lqd-pb-in-container:before, style:first-child+.lqd-pb-column .lqd-pb-style-9 .lqd-pb-in-container:before {
		content: none;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.lqd-pb-column:nth-of-type(even) .lqd-pb-style-9 .lqd-pb-in-container:after, .lqd-pb-column:nth-of-type(odd) .lqd-pb-style-9 .lqd-pb-in-container:before, style:first-child~.lqd-pb-column:nth-of-type(even) .lqd-pb-style-9 .lqd-pb-in-container:after, style:first-child~.lqd-pb-column:nth-of-type(odd) .lqd-pb-style-9 .lqd-pb-in-container:before {
		content: none;
	}
}

@media screen and (min-width:768px) {
	.lqd-pb-zigzag-2 .lqd-pb-column:first-of-type .lqd-pb, style:first-child+.lqd-pb-column .lqd-pb-zigzag-2 .lqd-pb {
		padding-top: 0;
	}
	
	.lqd-pb-zigzag-2 .lqd-pb-column:first-of-type .lqd-pb .lqd-pb-in-container:before, style:first-child+.lqd-pb-column .lqd-pb-zigzag-2 .lqd-pb .lqd-pb-in-container:before {
		content: none;
	}
}

.lqd-promo-dynamic-shape svg {
	overflow: visible;
}

.lqd-snickersbar-ext:empty {
	display: none;
}

.lqd-snickersbar-inner {
	padding: .5em 1.5em;
	border-radius: 4px;
	background-image: linear-gradient(120deg, rgba(37, 13, 17, .7) 0, rgba(37, 25, 22, .7) 100%);
	font-weight: 500;
	box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-backdrop-filter: blur(7px) saturate(135%);
	backdrop-filter: blur(6px) saturate(135%);
	animation: lqdSnickersBarIn var(--lqd-snickersbar-animation-time, 1.2s) cubic-bezier(.19, 1, .22, 1) both alternate;
}

.lqd-snickersbar {
	max-width: calc(100% - 4em);
	min-height: 40px;
	margin-bottom: .5em;
	position: fixed;
	bottom: 1em;
	left: 2em;
	z-index: 90;
	font-size: 15px;
	line-height: 1.5em;
	transition: transform var(--lqd-snickersbar-animation-time, 1.2s) cubic-bezier(.19, 1, .22, 1);
}

.lqd-snickersbar a:hover, .no-backgroundblendmode .lqd-tm-style-2 .lqd-tm-details svg {
	opacity: .65;
}

.lqd-snickersbar p {
	transition-property: transform, opacity, visibility;
	transition-duration: var(--lqd-snickersbar-animation-time, 1.2s);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lqd-snickersbar .lqd-snickersbar-msg svg {
	animation: snicersBarSpin 1s linear infinite;
}

.lqd-snickersbar .lqd-snickersbar-msg-done, .lqd-snickersbar-action-done .lqd-snickersbar-msg {
	position: absolute;
	top: .5em;
	left: 1.5em;
	opacity: 0;
	visibility: hidden;
	transform: translateY(75%);
}

@media screen and (max-width:479px) {
	.lqd-snickersbar-inner {
		font-size: 13px;
	}
	
	.lqd-snickersbar-inner p.d-flex {
		display: block !important;
	}
	
	.lqd-snickersbar-detail {
		margin-inline-end: 1.5em;
	}
	
	.lqd-snickersbar-ext {
		margin-inline-start: 0 !important;
	}
}

.social-icon-lg li, nav.post-nav .nav-previous .nav-subtitle svg {
	margin-inline-end: 1em;
}

.lqd-tabs-nav svg {
	width: 1em;
	height: 1em;
}

.lqd-tm-style-2 .lqd-tm-details svg {
	position: absolute;
	top: -100%;
	left: -30%;
	z-index: 0;
}

.lqd-tm-style-2 .lqd-tm-details svg stop:first-child {
	stop-color: var(--color-gradient-start);
}

.lqd-tm-style-2 .lqd-tm-details svg stop:last-child {
	stop-color: var(--color-gradient-stop);
}

.lqd-testi-quote-icon circle, .lqd-testi-quote-icon path {
	fill: var(--color-primary);
}

.lqd-vslider-ext .lqd-highlight-custom-underline .lqd-highlight svg>path {
	transition-delay: 1.15s;
}

.lqd-vslider-ext>ul>li.is-active .lqd-highlight-custom-underline .lqd-highlight svg>path {
	stroke-dashoffset: 0;
}

@media screen and (min-width:992px) {
	.lqd-iot.is-in-view .lqd-iot-overlay-txt svg {
		opacity: 1;
		stroke-dashoffset: 0;
	}
}

.lqd-curtain-item-title-icon svg {
	width: 1em;
	height: auto;
}

.post-password-form input {
	display: inline-flex;
	height: 50px;
	padding: 5px 2em;
	border: 0;
	border-radius: 3px;
	background: 0 0;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}

.post-password-form input[type=password] {
	border: 1px solid #eaeaea;
	padding-inline-start: 15px;
	padding-inline-end: 15px;
	transition: box-shadow .3s;
}

.post-password-form input[type=password]:focus {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	outline: 0;
}

.post-password-form input[type=submit] {
	background-color: var(--color-primary);
	color: #fff;
}

#cancel-comment-reply-link {
	padding: .35em .75em .5em;
	margin-inline-start: 1em;
	background-color: rgba(253, 58, 24, .6);
	font-size: 12px;
	line-height: 1.5em;
	text-transform: none;
	color: #fff;
	border-radius: 2px;
}

#cancel-comment-reply-link:hover {
	background-color: #fd3a18;
}

.lqd-blog-post-style-3 .post-author {
	order: -1;
	align-self: center;
	flex-shrink: 0;
}

.post-author {
	display: flex;
	margin: 2em 0;
	padding: 3em 0;
	border-top: 1px solid #d8dbe2;
	border-bottom: 1px solid #d8dbe2;
	position: relative;
	font-size: 16px;
}

.post-author figure {
	margin-inline-end: 30px;
	width: 88px;
	flex-shrink: 0;
}

.post-author figure img {
	width: 100%;
	border-radius: 50em;
}

.post-author p {
	margin: 0;
	line-height: 1.32em;
}

.post-author h3, .post-author h6 {
	margin: 0;
	line-height: 1.5em;
}

.post-author h3 {
	font-size: 19px;
	font-weight: 700;
	color: #181b31;
}

.post-author h3 a {
	font-size: inherit;
	color: inherit;
}

.post-author h3:last-child {
	margin-bottom: .65em;
}

.post-author h6 {
	margin-bottom: 1em;
	margin-top: .5em;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #a7a9b8;
}

.post-author .post-author-info {
	overflow: hidden;
	flex-grow: 1;
}

.post-author-info-head>div:last-child {
	display: none;
}

.post-author-img-overlay {
	padding: 0;
	border: 0;
	flex-direction: column-reverse;
}

.post-author-img-overlay figure {
	width: 100%;
	padding-top: 78%;
	margin: 0;
	position: relative;
}

.post-author-img-overlay figure:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #000, transparent 50%);
}

.post-author-img-overlay figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	object-fit: cover;
}

.post-author-img-overlay h6 {
	order: 4;
	margin: 0;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0;
	color: rgba(0, 0, 0, .75);
}

.post-author-img-overlay h3 {
	margin-bottom: .25em;
	font-size: 35px;
	font-weight: 700;
}

.post-author-img-overlay .post-author-info {
	position: absolute;
	bottom: 2em;
	left: 10%;
	right: 10%;
	font-size: 18px;
	color: rgba(255, 255, 255, .75);
}

.lqd-blog-post-style-4 .post-author, .lqd-blog-post-style-6 .post-author {
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
	.post-author-img-overlay {
		width: 500px;
	}
}

@media screen and (max-width:768px) {
	.post-author-img-overlay {
		width: 85%;
	}
}

@media screen and (max-width:479px) {
	.post-author-img-overlay {
		width: 100%;
	}
	
	.post-author-classic {
		flex-direction: column;
	}
	
	.post-author-classic .post-author-info-head {
		flex-direction: column;
		align-items: inherit !important;
	}
}

nav.post-nav .nav-subtitle svg {
	width: 1.35em;
	height: 1.35em;
	stroke: currentColor;
}

nav.post-nav svg {
	transition: transform .3s cubic-bezier(0, .95, .3, 1);
}

nav.post-nav .nav-next .nav-subtitle svg {
	order: 1;
	margin-inline-start: 1em;
}

@media screen and (max-width:479px) {
	.lqd-blog-post-style-3 .post-nav, .lqd-blog-post-style-4 .post-nav, .lqd-blog-post-style-6 .post-nav {
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
	}
	
	.lqd-blog-post-style-3 .post-nav:first-child, .lqd-blog-post-style-4 .post-nav:first-child, .lqd-blog-post-style-6 .post-nav:first-child {
		border-top: none;
	}
}

#pp-nav svg, .lqd-pf-related-projects .flickity-button[disabled] {
	display: none;
}

[data-liquid-stack=true] {
	--lqd-stack-animation-speed: 1.2s;
}

#pp-nav {
	position: fixed;
	top: 50%;
	right: 50px;
	z-index: 100;
	font-size: .8125em;
	line-height: 1.5em;
	color: #000;
	transform: translateY(-50%);
	transition: color .3s, opacity .3s, visibility .3s;
}

#pp-nav a, #pp-nav li {
	position: relative;
	color: inherit;
}

#pp-nav li, .pp-nav-current .lqd-stack-nav-numbers-visible .pp-nav-current, .pp-nav-current .lqd-stack-nav-numbers-visible .pp-nav-total, .pp-nav-total .lqd-stack-nav-numbers-visible .pp-nav-current, .pp-nav-total .lqd-stack-nav-numbers-visible .pp-nav-total {
	display: inline-flex;
}

#pp-nav, .lqd-stack-nums-style-1 .lqd-stack-page-number svg, .lqd-stack-nums-style-2 .lqd-stack-page-number svg, .pp-nav-current, .pp-nav-total {
	display: none;
}

@media (max-width:991px) {
	#pp-nav, #pp-nav .pp-nav-inner {
		display: flex;
		align-items: center;
	}
	
	#pp-nav {
		flex-direction: column;
		left: 20px;
		top: auto;
		bottom: 40px;
		right: auto !important;
		font-size: 1em;
		transform: none;
	}
}

@media (min-width:992px) {
	.lqd-stack-nav-style-3 #pp-nav li.active a svg {
		stroke-dashoffset: 0;
	}
	
	.lqd-stack-nav-style-3 #pp-nav a svg {
		display: inline-block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		stroke-width: 2px;
		stroke: currentColor;
		stroke-dasharray: 86;
		stroke-dashoffset: 86;
		transition: stroke-dashoffset .65s;
	}
	
	.lqd-active-row-dark.lqd-stack-nav-style-3 #pp-nav svg {
		stroke: currentColor;
	}
}