
:root {
	--tpgb-T1-font-size: 65px;
	--tpgb-T1-line-height: 75px;
	--tpgb-T1-font-family: "Roboto", sans-serif;
	--tpgb-T1-font-weight: 700;
	--tpgb-T1-font-style: normal;
	--tpgb-T2-font-size: 45px;
	--tpgb-T2-line-height: 60px;
	--tpgb-T2-font-family: "Roboto", sans-serif;
	--tpgb-T2-font-weight: 700;
	--tpgb-T2-font-style: normal;
	--tpgb-T3-font-size: 38px;
	--tpgb-T3-line-height: 45px;
	--tpgb-T3-font-family: "Roboto", sans-serif;
	--tpgb-T3-font-weight: 500;
	--tpgb-T3-font-style: normal;
	--tpgb-T4-font-size: 30px;
	--tpgb-T4-line-height: 40px;
	--tpgb-T4-font-family: "Roboto", sans-serif;
	--tpgb-T4-font-weight: 500;
	--tpgb-T4-font-style: normal;
	--tpgb-T5-font-size: 25px;
	--tpgb-T5-line-height: 30px;
	--tpgb-T5-font-family: "Roboto", sans-serif;
	--tpgb-T5-font-weight: 400;
	--tpgb-T5-font-style: normal;
	--tpgb-T6-font-size: 17px;
	--tpgb-T6-line-height: 22px;
	--tpgb-T6-font-family: "Roboto", sans-serif;
	--tpgb-T6-font-weight: 400;
	--tpgb-T6-font-style: normal;
	--tpgb-T7-font-size: 13px;
	--tpgb-T7-line-height: 16px;
	--tpgb-T7-font-family: "Roboto", sans-serif;
	--tpgb-T7-font-weight: 400;
	--tpgb-T7-font-style: normal;
	--tpgb-C1: #8072fc;
	--tpgb-C2: #6fc784;
	--tpgb-C3: #ff5a6e;
	--tpgb-C4: #f3f3f3;
	--tpgb-C5: #888;
	--tpgb-GC1: linear-gradient(135deg, #0894e5 0%, #9b51e0 100%);
	--tpgb-GC2: linear-gradient(135deg, #0894e5 0%, #9b51e0 100%);
	--tpgb-GC3: linear-gradient(135deg, #0894e5 0%, #9b51e0 100%);
	--tpgb-GC4: linear-gradient(135deg, #0894e5 0%, #9b51e0 100%);
	--tpgb-GC5: linear-gradient(135deg, #0894e5 0%, #9b51e0 100%);
	--tpgb-BS1: 2px 6px 10px 0px rgba(0, 0, 0, .15);
	--tpgb-BS2: 2px 5px 14px 3px rgba(0, 0, 0, .2);
	--tpgb-S1: 70px;
	--tpgb-S2: 40px;
	--tpgb-S3: 20px;
}

:root {
	--tpgb-container-md: 1140px;
	--tpgb-container-sm: 960px;
	--tpgb-container-xs: 720px;
}

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

.tpgb-cssfilters {
	transition: all .3s linear;
}

.tpgb-trans-none>div {
	transition: none;
}

.tpgb-view-animation {
	visibility: hidden;
}

.tpgb-view-animation-out, .tpgb_magic_scroll.tpgb-ms-loaded {
	visibility: visible;
}

.tpgb_magic_scroll {
	width: 100%;
	visibility: hidden;
}

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

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

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

.tpgb-relative-block {
	position: relative;
	display: block;
	width: 100%;
}

.tpgb-trans-linear, .tpgb-trans-linear-after:after, .tpgb-trans-linear-before:before {
	transition: all .3s linear;
}

.tpgb-trans-easeinout, .tpgb-trans-easeinout-after:after, .tpgb-trans-easeinout-before:before {
	transition: all .3s ease-in-out;
}

.tpgb-trans-ease, .tpgb-trans-ease-before:before, .tpgb-trans-ease-after:after {
	transition: all .3s ease;
}

.tpgb-abs-flex, .tpgb-rel-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tpgb-rel-flex {
	position: relative;
}

.tpgb-abs-flex {
	position: absolute;
}

[class*="tpgb-"] a {
	text-decoration: none;
}

/* Post Not Found Css */
h3.tpgb-posts-not-found {
	font-size: 14px !important;
	background: #8072fc;
	padding: 10px;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	box-shadow: 0 5px 30px -5px #8072fc;
	color: #fff !important;
	width: 100%;
}

/* Post Not Found Css */

/* Admin Bar Css */
#wp-admin-bar-tpgb_edit_template .ab-item.tpgb-admin-sub-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 180px;
}

#wp-admin-bar-tpgb_edit_template .tpgb-admin-item-title {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	text-transform: capitalize;
}

#wp-admin-bar-tpgb_edit_template .tpgb-admin-item-type {
	background: #6b6b6b;
	font-size: 11px;
	line-height: 11px;
	margin-top: 6px;
	padding: 4px 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: capitalize;
}

#wp-admin-bar-tpgb_edit_template .tpgb-edit-nexter {
	background: #3a3c3e;
	padding-top: 0;
}

/* Theme Compatibility Css */

/* Hello Elementor */
.alignfull .tpgb-before-after .tpgb-before-sepicon > img, .alignfull:not(.stk-row):not(.wp-block-stackable-columns):not(.tpgb-container-row) .tpgb-creative-image img, .alignfull .tpgb-flipbox img.service-img, .alignfull .tpgb-process-steps .tpgb-process-steps-wrapper img.tp-icon-img, .alignfull img.progress-bar-img {
	width: auto;
}

/* Hello Elementor */

/* OceanWP Theme */
.page .entry .tpgb-section.alignfull {
	max-width: initial;
}

.page .entry .tpgb-container-row.alignfull, .no-sidebar .entry-content .tpgb-container-row.alignfull, body:not(.no-sidebar) .entry-content .tpgb-container-row.alignfull {
	/*generatePress theme*/
	max-width: none !important;
}

.single-post:not(.elementor-page) .single-page-article .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .single-page-article .entry a:not(.wp-block-button__link):not(.wp-block-file__button), .single-post:not(.elementor-page) .single-page-article .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):hover, .page:not(.elementor-page):not(.woocommerce-page) .single-page-article .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover, .single-post:not(.elementor-page) .single-page-article .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):focus, .page:not(.elementor-page):not(.woocommerce-page) .single-page-article .entry a:not(.wp-block-button__link):not(.wp-block-file__button):focus, .single-post:not(.elementor-page) .single-page-article .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .single-page-article .entry a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: none;
}

/* OceanWP Theme */

/* Astra Theme */
.tpgb-section .svg-inline--fa {
	width: initial;
}

.theme-astra .tpgb-product-listing article.product {
	padding: 0;
}

.ast-single-post .entry-content .tpgb-section a, .ast-single-post .entry-content .tpgb-container-row a {
	text-decoration: none;
}

.entry-content[ast-blocks-layout] .tpgb-container-row.alignfull, .ast-no-sidebar .entry-content .alignfull {
	max-width: initial !important;
}

/* Astra Theme*/

/* Guten Theme */
.theme-guten .tpgb-product-listing article.product {
	outline: none;
}

/* Guten Theme */

/* PopularFX & Go Theme */
.theme-go .tpgb-table-content .toc-list-item a:focus, .theme-popularfx .tp-breadcrumbs a:focus, .theme-popularfx .tpgb-plus-button a:focus, .theme-popularfx .tpgb-table-content .toc-list-item a:focus {
	outline: 0;
}

/* PopularFX & go Theme */

/* Neve Theme */
.theme-neve .entry-content a:not([class*=button]), .theme-neve .nv-comment-content a:not([class*=button]), .theme-neve .nv-template .neve-main a:not([class*=button]), .theme-neve .widget_text a:not([class*=button]) {
	text-decoration: none;
}

.content-area .tpgb-circle-menu ul li, .content-area .tpgb-toc-wrap ul li, .excerpt-wrap .tpgb-circle-menu li, .excerpt-wrap .tpgb-toc-wrap li, .nv-content-wrap .tpgb-circle-menu li, .nv-content-wrap .tpgb-toc-wrap li {
	margin: 0;
}

#neve_body .tpgb-container-row.alignfull {
	max-width: initial !important;
	width: 100vw;
}

/* Neve Theme */

/* Kadence Theme */
.wrap.kt-clear .tpgb-container-row.alignfull {
	max-width: initial !important;
}

/* Kadence Theme */

/* BlockPress Theme Twenty Twenty-Three */
.wp-site-blocks .tpgb-container-row.alignfull {
	max-width: initial !important;
	width: auto;
}

/* BlockPress Theme Twenty Twenty-Three */

/*hestia*/
.main.main-raised .tpgb-container-row.alignfull {
	max-width: unset !important;
	width: unset !important;
}

/*hestia*/

/* Theme Compatibility Css */

/* Global Position Css */
@media (min-width:1024px) {
	.tpgb-position-relative {
		position: relative !important;
		left: unset !important;
		top: unset !important;
		right: unset !important;
		bottom: unset !important;
	}
	
	.tpgb-position-absolute {
		position: absolute !important;
	}
	
	.tpgb-position-fixed {
		position: fixed !important;
	}
}

@media (max-width:1024px) and (min-width:767px) {
	.tpgb-tab-position-relative {
		position: relative;
		left: unset !important;
		top: unset !important;
		right: unset !important;
		bottom: unset !important;
	}
	
	.tpgb-tab-position-absolute {
		position: absolute !important;
	}
	
	.tpgb-tab-position-fixed {
		position: fixed !important;
	}
}

@media (max-width:767px) {
	.tpgb-mobile-position-relative {
		position: relative;
		left: unset !important;
		top: unset !important;
		right: unset !important;
		bottom: unset !important;
	}
	
	.tpgb-mobile-position-absolute {
		position: absolute !important;
	}
	
	.tpgb-mobile-position-fixed {
		position: fixed !important;
	}
}

/* Global Position Css */

/*  Pop Up Builder Button Css */
.theme-geeks .toggle-button-style .btn-icon {
	width: auto;
	height: auto;
	font-weight: 900;
}

.tpgb-infobox {
	z-index: 1;
}

.m-r-16 {
	margin-right: 16px;
}

.m-l-16 {
	margin-left: 16px;
}

.text-alignment {
	text-align: center;
	width: 100%;
}

.tpgb-infobox .info-box-bg-box {
	position: relative;
	display: block;
	text-decoration: blink;
}

.tpgb-infobox .service-media {
	display: flex;
	align-items: flex-start;
}

.tpgb-infobox .info-box-bg-box>div:first-child {
	position: relative;
	z-index: 11;
}

.tpgb-infobox .vertical-center {
	align-items: center;
}

.tpgb-draw-svg object {
	opacity: 0;
	width: 100%;
}

.tpgb-infobox .info-box-inner .service-icon, .tpgb-infobox .info-box-inner .tpgb-draw-svg {
	color: #000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	word-spacing: initial;
}

.tpgb-infobox .info-box-inner .tpgb-draw-svg {
	width: 100%;
	max-width: 50px;
	line-height: 50px;
}

.tpgb-infobox .info-box-bg-box .icon-shine-show {
	background-repeat: no-repeat;
	background-position: 100% 100%, 0 0;
	background-image: linear-gradient(to top left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .2) 37%, rgba(255, 255, 255, .8) 45%, rgba(255, 255, 255, 0) 50%);
	background-size: 250% 250%, 100% 100%;
	transition: background-position 0s ease;
}

.tpgb-infobox .info-box-inner:hover .icon-shine-show {
	background-position: 0 0, 0 0;
	transition-duration: .6s;
}

.tpgb-infobox .info-box-inner .icon-square {
	border: 1px solid;
	border-radius: inherit;
}

.tpgb-infobox .info-box-inner .icon-rounded {
	border: 1px solid;
	border-radius: 50%;
}

.tpgb-infobox .info-box-inner .icon-hexagon {
	border-radius: initial;
	background: red;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' xml:space=\'preserve\' viewBox=\'0 0 90 100\'%3E%3Cdefs%3E%3Cpath id=\'a\' d=\'M1.699.871h86.603v98.258H1.699z\'/%3E%3C/defs%3E%3CclipPath id=\'b\'%3E%3Cuse xlink:href=\'%23a\' overflow=\'visible\'/%3E%3C/clipPath%3E%3Cpath clip-path=\'url(%23b)\' fill=\'%23231F20\' d=\'m4.513 23.375 37.672-21.75a5.625 5.625 0 0 1 5.628 0l37.672 21.75A5.63 5.63 0 0 1 88.3 28.25v43.5a5.63 5.63 0 0 1-2.815 4.875l-37.672 21.75a5.625 5.625 0 0 1-5.628 0L4.513 76.625a5.63 5.63 0 0 1-2.815-4.875v-43.5a5.63 5.63 0 0 1 2.815-4.875\'/%3E%3C/svg%3E") top right/100% 100%;
}

.tpgb-infobox .info-box-inner .icon-pentagon {
	border-radius: initial;
	background: red;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' xml:space=\'preserve\' viewBox=\'0 0 100 97\'%3E%3Cdefs%3E%3Cpath id=\'a\' d=\'M.883 1.541h98.234v93.918H.883z\'/%3E%3C/defs%3E%3CclipPath id=\'b\'%3E%3Cuse xlink:href=\'%23a\' overflow=\'visible\'/%3E%3C/clipPath%3E%3Cpath clip-path=\'url(%23b)\' fill=\'%23231F20\' d=\'M17.968 91.982 1.129 40.157a5.031 5.031 0 0 1 1.828-5.626L47.042 2.502a5.032 5.032 0 0 1 5.915 0l44.085 32.029a5.033 5.033 0 0 1 1.828 5.626L82.031 91.982a5.032 5.032 0 0 1-4.786 3.477H22.753a5.032 5.032 0 0 1-4.785-3.477\'/%3E%3C/svg%3E") top right/100% 100%;
}

.tpgb-infobox .info-box-inner .icon-square-rotate {
	border-radius: initial;
	background: red;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' xml:space=\'preserve\' viewBox=\'0 0 98 98\'%3E%3Cdefs%3E%3Cpath id=\'a\' d=\'M1.148 1.147h95.704v95.704H1.148z\'/%3E%3C/defs%3E%3CclipPath id=\'b\'%3E%3Cuse xlink:href=\'%23a\' overflow=\'visible\'/%3E%3C/clipPath%3E%3Cpath clip-path=\'url(%23b)\' fill=\'%23231F20\' d=\'M95.333 52.666 52.667 95.333a5.185 5.185 0 0 1-7.333 0L2.667 52.666a5.185 5.185 0 0 1 0-7.333L45.333 2.666a5.185 5.185 0 0 1 7.333 0l42.667 42.667a5.183 5.183 0 0 1 0 7.333\'/%3E%3C/svg%3E") top right/100% 100%;
}

.tpgb-infobox .info-box-svg {
	display: flex;
}

.tpgb-infobox .service-title {
	display: block;
	font-size: 18px;
	line-height: 2em;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: blink;
}

.tpgb-infobox .service-content {
	flex: 1 1 0%;
}

.tpgb-infobox .service-border {
	display: inline-block;
	border: 1px solid #000;
	width: 20%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.tpgb-infobox .service-desc {
	font-size: 14px;
	line-height: 1.8em;
}

.tpgb-infobox .infobox-overlay-color {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1;
}

.tpgb-infobox .info-icon-content {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.tpgb-infobox .info-box-inner .info-pin-text {
	position: absolute;
	top: 0;
	background: #6fc784;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #fff;
	padding: 1px 5px;
	border-radius: 3px;
	width: max-content;
	font-size: 12px;
	vertical-align: middle;
	text-transform: uppercase;
	transform: translateY(-50%);
}

.tpgb-infobox .infobox-btn-block {
	position: relative;
	z-index: 2;
	margin-top: 10px;
}

.infobox-btn-block .tpgb-adv-button.button-style-7 .button-link-wrap {
	display: inline-block;
	position: relative;
}

.tpgb-jstilt {
	transform-style: preserve-3d;
	transform: perspective(500px);
}

.tpgb-jstilt .tpgb-infobox .service-icon-wrap {
	transform: translateZ(35px) scale(.8);
}

.tpgb-jstilt .tpgb-infobox .service-title {
	transform: translateZ(50px) scale(.8);
}

.tpgb-jstilt .tpgb-infobox .service-desc {
	transform: translateZ(30px) scale(.8);
}

.tpgb-infobox.info-box-style-3 .icon-overlay .info-icon-content {
	position: absolute;
	top: calc(0% - 15px);
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.tpgb-infobox.info-box-style-3 .icon-overlay .service-title {
	display: inline-block;
	width: 100%;
}

@keyframes tpgb-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.tpgbonAjax>* {
	opacity: .2;
}

.tpgbonAjax {
	position: relative;
}

.tpgbonAjax::after {
	z-index: 2;
	top: 30px;
	left: 50%;
	position: absolute;
	height: 40px;
	width: 40px;
	color: #f3f3f3;
	margin-left: -24px;
	display: inline-block;
	border: 3px solid;
	border-radius: 50%;
	border-right-color: #dcdcdc;
	transform: rotate(0);
	animation: tpgb-spin 1s infinite linear;
	pointer-events: none;
	content: "";
	will-change: transform;
}

.tpgb-ajax-load, .tpgbonAjax {
	min-height: 100px;
}

.kadence-conversion-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: black;
	opacity: .5;
}

.kadence-conversion-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100001;
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
}

#wp_footer>:not(.pakkelabels-modal):not(.shipmondo-modal):not(#fb-root).kadence-conversion-wrap {
	display: flex;
}

html.kc-banner-top-offset {
	transition: padding-top .3s ease;
}

body.admin-bar .kadence-conversion-wrap.kadence-conversion-banner.kc-valign-top {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .kadence-conversion-wrap.kadence-conversion-banner.kc-valign-top {
		top: 46px;
	}
}

.kadence-conversion-wrap.kadence-conversion-banner, .kadence-conversion-wrap.kadence-conversion-slide_in {
	z-index: 1000;
}

.kadence-conversion-wrap.kadence-conversion-banner.kc-valign-top {
	transform: translate(0, -100%);
	transition: transform .3s ease;
}

.kadence-conversion-wrap.kadence-conversion-banner.kc-valign-bottom {
	transform: translate(0, 100%);
	transition: transform .3s ease;
}

.kadence-conversion-wrap.kc-closing-visible {
	opacity: 0;
}

.kadence-conversion-wrap.kc-visible {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.kadence-conversion-wrap.kadence-conversion-banner.kc-valign-top.kc-visible {
	transform: translate(0, 0);
}

.kadence-conversion-wrap.kadence-conversion-banner.kc-valign-top.kc-closing-visible {
	transform: translate(0, -100%);
}

.kadence-conversion-wrap.kadence-conversion-banner.kc-valign-bottom.kc-visible {
	transform: translate(0, 0);
}

.kadence-conversion-wrap.kadence-conversion-banner.kc-valign-bottom.kc-closing-visible {
	transform: translate(0, 100%);
}

.kadence-conversion {
	background-color: var(--global-palette9, #fff);
	max-width: 600px;
	width: 100%;
	display: flex;
	margin: 0px;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 0;
	overflow: visible;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	border: 0 solid transparent;
}

.kadence-conversion .kt-btn-inner-text {
	pointer-events: none;
}

.kadence-conversion-wrap.kadence-conversion-banner .kadence-conversion {
	left: 0;
	right: 0;
	max-width: none;
}

.kadence-conversion-wrap.kc-align-left {
	justify-content: flex-start;
}

.kadence-conversion-wrap.kc-align-right {
	justify-content: flex-end;
}

.kadence-conversion-wrap.kc-valign-top {
	align-items: flex-start;
}

.kadence-conversion-wrap.kc-valign-bottom {
	align-items: flex-end;
}

.kadence-conversion-wrap.kadence-conversion-slide_in.kc-valign-bottom, .kadence-conversion-wrap.kadence-conversion-banner.kc-valign-bottom {
	top: auto;
}

.kadence-conversion-wrap.kadence-conversion-slide_in.kc-valign-top, .kadence-conversion-wrap.kadence-conversion-banner.kc-valign-top {
	bottom: auto;
}

.kadence-conversion-wrap.kadence-conversion-slide_in.kc-align-left {
	left: 0;
	right: auto;
}

.kadence-conversion-wrap.kadence-conversion-slide_in.kc-align-right {
	right: 0;
	left: auto;
}

.kadence-conversion-wrap.kadence-conversion-slide_in.kc-align-center {
	left: 50%;
	right: auto;
	transform: translate(-50%, 0);
}

.kadence-conversion-slide_in .kadence-conversion {
	width: 100vw;
}

.kadence-conversion-wrap.kadence-conversion-popup.kc-height-full .kadence-conversion {
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.kadence-conversion-inner {
	padding: 30px;
	width: 100%;
	display: block;
	max-height: 100vh;
	overflow-y: auto;
	position: relative;
	flex-direction: column;
}

.kadence-conversion-wrap.kadence-conversion-banner .kadence-conversion-inner {
	margin-left: auto;
	margin-right: auto;
}

.kadence-conversion-wrap.kc-inner-v-align-center .kadence-conversion-inner {
	justify-content: center;
}

.kadence-conversion-wrap.kc-inner-v-align-bottom .kadence-conversion-inner {
	justify-content: flex-end;
}

.kadence-conversion-wrap .kadence-conversions-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: .3em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: inherit;
	-webkit-appearance: none;
	position: absolute;
	bottom: calc(100% + 5px);
	right: 0;
	box-shadow: none;
	text-shadow: none;
	font-size: 24px;
	z-index: 9999;
}

.kadence-conversion-wrap .kadence-conversions-close svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	pointer-events: none;
}

.kadence-conversion-wrap.kc-close-v-align-bottom .kadence-conversions-close {
	top: calc(100% + 5px);
	bottom: auto;
}

.kadence-conversion-wrap.kc-close-align-left .kadence-conversions-close {
	left: 0;
	right: auto;
}

.kadence-conversion-wrap.kc-close-position-inside .kadence-conversions-close, .kadence-conversion-wrap.kc-close-position-screen .kadence-conversions-close {
	top: 5px;
	bottom: auto;
	right: 5px;
}

.kadence-conversion-wrap.kc-close-position-inside.kc-close-v-align-bottom .kadence-conversions-close, .kadence-conversion-wrap.kc-close-position-screen.kc-close-v-align-bottom .kadence-conversions-close {
	top: auto;
	bottom: 5px;
}

.kadence-conversion-wrap.kc-close-position-inside.kc-close-align-left .kadence-conversions-close, .kadence-conversion-wrap.kc-close-position-screen.kc-close-align-left .kadence-conversions-close {
	left: 5px;
	right: auto;
}

.kadence-conversion-wrap.kc-close-position-inside.kc-close-align-center .kadence-conversions-close, .kadence-conversion-wrap.kc-close-position-outside.kc-close-align-center .kadence-conversions-close, .kadence-conversion-wrap.kc-close-position-screen.kc-close-align-center .kadence-conversions-close {
	left: 50%;
	right: auto;
	transform: translate(-50%, 0);
}

@keyframes kcafadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes kcafadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.kadence-conversion-wrap.kadence-conversion-popup.kc-visible {
	animation: kcafadeIn .3s ease-in;
}

.kadence-conversion-wrap.kadence-conversion-popup.kc-closing-visible {
	animation: kcafadeOut .4s ease-out;
}

.kc-animate-in-fade.kc-visible .kadence-conversion {
	animation: kcafadeIn .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcafadeInUp {
	from {
		opacity: 0;
		transform: translateY(15%);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.kc-animate-in-fadeup.kc-visible .kadence-conversion {
	animation: kcafadeInUp .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcafadeInDown {
	from {
		opacity: 0;
		transform: translateY(-15%);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.kc-animate-in-fadedown.kc-visible .kadence-conversion {
	animation: kcafadeInDown .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcafadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-15%);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.kc-animate-in-fadeleft.kc-visible .kadence-conversion {
	animation: kcafadeInLeft .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcafadeInRight {
	from {
		opacity: 0;
		transform: translateX(15%);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.kc-animate-in-faderight.kc-visible .kadence-conversion {
	animation: kcafadeInRight .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcaslideInUp {
	from {
		transform: translateY(45%);
	}
	
	to {
		transform: translateY(0);
	}
}

.kc-animate-in-slideup.kc-visible .kadence-conversion {
	animation: kcaslideInUp .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcaslideInDown {
	from {
		transform: translateY(-45%);
	}
	
	to {
		transform: translateY(0);
	}
}

.kc-animate-in-slidedown.kc-visible .kadence-conversion {
	animation: kcaslideInDown .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcaslideInLeft {
	from {
		transform: translateX(-45%);
	}
	
	to {
		transform: translateX(0);
	}
}

.kc-animate-in-slideleft.kc-visible .kadence-conversion {
	animation: kcaslideInLeft .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcaslideInRight {
	from {
		transform: translateX(45%);
	}
	
	to {
		transform: translateX(0);
	}
}

.kc-animate-in-slideright.kc-visible .kadence-conversion {
	animation: kcaslideInRight .6s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcazoomIn {
	from {
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		transform: scale3d(1, 1, 1);
	}
}

.kc-animate-in-zoomin.kc-visible .kadence-conversion {
	animation: kcazoomIn .6s cubic-bezier(0, .2, .5, 1);
}

.kc-animate-out-fadeout.kc-closing-visible .kadence-conversion {
	animation: kcafadeOut .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcafadeOutUp {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	
	to {
		opacity: 0;
		transform: translateY(-15%);
	}
}

.kc-animate-out-fadeoutup.kc-closing-visible .kadence-conversion {
	animation: kcafadeOutUp .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcafadeOutDown {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	
	to {
		opacity: 0;
		transform: translateY(15%);
	}
}

.kc-animate-out-fadeoutdown.kc-closing-visible .kadence-conversion {
	animation: kcafadeOutDown .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcafadeOutLeft {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	
	to {
		opacity: 0;
		transform: translateX(-15%);
	}
}

.kc-animate-out-fadeoutleft.kc-closing-visible .kadence-conversion {
	animation: kcafadeOutLeft .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcafadeOutRight {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	
	to {
		opacity: 0;
		transform: translateX(15%);
	}
}

.kc-animate-out-fadeoutright.kc-closing-visible .kadence-conversion {
	animation: kcafadeOutRight .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcaslideOutUp {
	from {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(-45%);
	}
}

.kc-animate-out-slideoutup.kc-closing-visible .kadence-conversion {
	animation: kcaslideOutUp .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcaslideOutDown {
	from {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(45%);
	}
}

.kc-animate-out-slideoutdown.kc-closing-visible .kadence-conversion {
	animation: kcaslideOutDown .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcaslideOutLeft {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-45%);
	}
}

.kc-animate-out-slideoutleft.kc-closing-visible .kadence-conversion {
	animation: kcaslideOutLeft .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcaslideOutRight {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(45%);
	}
}

.kc-animate-out-slideoutright.kc-closing-visible .kadence-conversion {
	animation: kcaslideOutRight .4s cubic-bezier(0, .2, .5, 1);
}

@keyframes kcazoomOut {
	from {
		transform: scale3d(1, 1, 1);
	}
	
	to {
		transform: scale3d(.3, .3, .3);
	}
}

.kc-animate-out-zoomout.kc-closing-visible .kadence-conversion {
	animation: kcazoomOut .4s cubic-bezier(0, .2, .5, 1);
}
