
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon>svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1120px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #404040;
}

.oxy-nav-menu-hamburger-line {
	background-color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: clamp(25px, .45vw + 23.56px, 29.33px);
	font-weight: 700;
}

h2, h3, h4, h5, h6 {
	font-size: clamp(20px, .21vw + 19.33px, 22px);
}

h3, h4, h5, h6 {
	font-size: clamp(18px, .37vw + 16.8px, 21.6px);
}

h4, h5, h6 {
	font-size: 20px;
}

h5, h6 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #353c59;
	text-decoration: none;
}

a:hover {
	color: #64f44e;
	text-decoration: none;
}

.ct-link-text {}

.ct-link {}

.ct-link-button {
	border-radius: 3px;
}

.ct-section-inner-wrap {
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
}

.ct-new-columns > .ct-div-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oxy-header-container {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.saas-heading-one {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #313856;
}

@media (max-width: 767px) {
	.saas-heading-one {
		font-size: 28px;
	}
}

@media (max-width: 479px) {}

.oxel_toc__primary {
	color: #374047;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 8px;
	width: 100%;
	padding-bottom: 8px;
	border-top-color: #606e79;
	border-right-color: #606e79;
	border-bottom-color: #dee1e3;
	border-left-color: #606e79;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 8px;
	padding-top: 8px;
	border-left-width: 2px;
	border-left-style: solid;
}

.oxel_toc__sub {
	text-decoration: underline;
	color: #606e79;
	margin-left: 16px;
}

.oxel_toc__sub__2 {
	margin-left: 32px;
}

.oxel_toc__sub__1 {}

.oxel_toc__container {
	padding-bottom: 16px;
	width: 100%;
}

@media (max-width: 991px) {
	.oxel_toc__container {}
	
	.oxel_toc__container:not(.ct-section):not(.oxy-easy-posts), .oxel_toc__container.oxy-easy-posts .oxy-posts, .oxel_toc__container.ct-section .ct-section-inner-wrap {
		display: none;
	}
}

.oxel_toc__sub__3 {
	margin-left: 48px;
}

.oxel_toc__sub__4 {
	margin-left: 64px;
}

.oxel_toc__template {}

.oxel_horizontal_divider {
	margin-top: 16px;
	margin-bottom: 16px;
	width: 100%;
}

.oxel_horizontal_divider:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

.oxel_horizontal_divider__line {
	height: 2px;
	background-color: #98a1a8;
}

.oxel_horizontal_divider__icon {
	color: #98a1a8;
}

.oxel_horizontal_divider__icon 
>svg {
	width: 16px;
	height: 16px;
}

.oxel_horizontal_divider__icon {
	flex-shrink: 0;
}

.oxel_horizontal_divider__icon:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider__icon.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider__icon.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel-breadcrumb-wrapper {
	width: 100%;
}

.oxel-breadcrumb-code {
	width: 100%;
}

.saas-other-single-content {}

.oxy-stock-content-styles {}

.oxel_iconlist {
	max-width: 100%;
}

.oxel_iconlist:not(.ct-section):not(.oxy-easy-posts), .oxel_iconlist.oxy-easy-posts .oxy-posts, .oxel_iconlist.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_iconlist__row {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 100%;
	margin-top: 0px;
}

.oxel_iconlist__row:not(.ct-section):not(.oxy-easy-posts), .oxel_iconlist__row.oxy-easy-posts .oxy-posts, .oxel_iconlist__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_iconlist__row__icon {
	color: #e6f0f9;
}

.oxel_iconlist__row__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_iconlist__row__icon {
	margin-left: 16px;
	margin-right: 16px;
}

.oxel_iconlist__row__label {}

.oxel_iconlist__row--dark {
	background-color: #eceeef;
}

.oxel_accordion {
	border-top-color: #adb4b9;
	border-right-color: #adb4b9;
	border-bottom-color: #adb4b9;
	border-left-color: #adb4b9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oxel_accordion__row {
	width: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: justify;
	border-bottom-color: #eceeef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	background-color: #f9f9fa;
	border-right-style: none;
	border-left-style: none;
	cursor: pointer;
}

.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row.oxy-easy-posts .oxy-posts, .oxel_accordion__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.oxel_accordion__icon {
	color: #374047;
}

.oxel_accordion__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_accordion__icon {
	margin-right: 8px;
	transition-duration: .3s;
}

.oxel_accordion__row_left {}

.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row_left.oxy-easy-posts .oxy-posts, .oxel_accordion__row_left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_accordion__content {
	width: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-color: #98a1a8;
	border-bottom-width: 2px;
	border-bottom-style: none;
	overflow: hidden;
	opacity: 1;
	transition-duration: 3s;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	transition-property: max-height;
	text-align: left;
	max-height: 3000px;
	margin-top: 0px;
}

.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content.oxy-easy-posts .oxy-posts, .oxel_accordion__content.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_accordion__content__hidden {
	max-height: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	z-index: -1;
	padding-bottom: 0px;
	transition-duration: 0s;
}

.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts, .oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_accordion__row__label {
	font-weight: 600;
}

.oxel_back_to_top_container:hover {
	transform: scale(1.1, 1.1) translateY(-3px);
	background-color: #dee1e3;
}

.oxel_back_to_top_container {
	width: 42px;
	height: 42px;
	border-radius: 4px;
	background-color: #f9f9fa;
	position: fixed;
	z-index: 1500;
	right: 32px;
	bottom: 32px;
	text-align: center;
	overflow: hidden;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	box-shadow: 0px 4px 17px -10px #1e1e1e;
}

.oxel_back_to_top_container:not(.ct-section):not(.oxy-easy-posts), .oxel_back_to_top_container.oxy-easy-posts .oxy-posts, .oxel_back_to_top_container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel_back_to_top_icon {
	color: #98a1a8;
}

.oxel_back_to_top_icon 
>svg {
	width: 23px;
	height: 23px;
}

.oxel_back_to_top_icon {}

.oxel_section_indicator {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 30px;
	z-index: 10;
	padding-left: 8px;
	padding-right: 32px;
}

.oxel_section_indicator:not(.ct-section):not(.oxy-easy-posts), .oxel_section_indicator.oxy-easy-posts .oxy-posts, .oxel_section_indicator.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.oxel_section_indicator__dot {
	width: 16px;
	height: 16px;
	background-color: #606e79;
	border-radius: 50%;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #f9f9fa;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	min-height: 0px !important;
	min-width: 0px !important;
}

.oxel_section_indicator__dot:not(.ct-section):not(.oxy-easy-posts), .oxel_section_indicator__dot.oxy-easy-posts .oxy-posts, .oxel_section_indicator__dot.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.oxel_section_indicator__label:after {
	transform: rotate(45deg);
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #606e79;
	right: -6px;
	z-index: -1;
	border-top-right-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-radius: 0px;
	content: "";
}

.oxel_section_indicator__label {
	position: absolute;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #606e79;
	border-radius: 0px;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	right: calc(100% + 8px);
}

.oxel_section_indicator__label:not(.ct-section):not(.oxy-easy-posts), .oxel_section_indicator__label.oxy-easy-posts .oxy-posts, .oxel_section_indicator__label.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.oxel_section_indicator__label__text {
	color: #f9f9fa;
}

.oxel_section_indicator__label--hidden {
	transform: translate(112px);
	opacity: 0;
}

.oxel_flipbox {
	width: 100%;
	position: relative;
}

.oxel_flipbox__front {
	background-image: linear-gradient(rgba(25, 22, 22, .2), rgba(25, 22, 22, .2)), url("https://cdn-ikpmamp.nitrocdn.com/VuEunKBuoqlCGERqhQPlFjkJeiekIgpA/assets/images/optimized/rev-74dd0f1/elements.oxy.host/wp-content/uploads/sites/52/2020/07/atmosphere-blue-cloud-clouds-601798.jpg");
	background-size: auto, cover;
	width: 100%;
	text-align: center;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	background-position: 50% 50%;
}

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

.oxel_flipbox__front:not(.ct-section):not(.oxy-easy-posts), .oxel_flipbox__front.oxy-easy-posts .oxy-posts, .oxel_flipbox__front.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel_flipbox__back {
	background-size: cover;
	transform: rotateY(180deg);
	width: 100%;
	text-align: center;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	background-color: #374047;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-position: 50% 50%;
}

.oxel_flipbox__back:not(.ct-section):not(.oxy-easy-posts), .oxel_flipbox__back.oxy-easy-posts .oxy-posts, .oxel_flipbox__back.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel_focus_section {
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
	overflow: hidden;
	overflow-x: hidden;
}

.oxel_focus_section:not(.ct-section):not(.oxy-easy-posts), .oxel_focus_section.oxy-easy-posts .oxy-posts, .oxel_focus_section.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_focus_section__inner {
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
	width: 100%;
	text-align: center;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	z-index: 1001;
	position: relative;
}

.oxel_focus_section__inner:not(.ct-section):not(.oxy-easy-posts), .oxel_focus_section__inner.oxy-easy-posts .oxy-posts, .oxel_focus_section__inner.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oxel_focus_section__backdrop {
	position: fixed;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 1000;
	opacity: 0;
	transition-duration: .8s;
	transition-timing-function: ease-in-out;
	transition-property: top bottom;
	top: 0px;
	pointer-events: none;
}

.oxel_floating_icon_menu {
	position: fixed;
	right: 32px;
	bottom: 32%;
	text-align: right;
	z-index: 9999;
	pointer-events: none;
}

.oxel_floating_icon_menu:not(.ct-section):not(.oxy-easy-posts), .oxel_floating_icon_menu.oxy-easy-posts .oxy-posts, .oxel_floating_icon_menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
}

.oxel_floating_icon_menu__main_icon:hover {
	background-color: #606e79;
	border: 1px solid #606e79;
}

.oxel_floating_icon_menu__main_icon:hover {}

.oxel_floating_icon_menu__main_icon {
	background-color: #374047;
	border: 1px solid #374047;
	padding: 16px;
	color: #f9f9fa;
}

.oxel_floating_icon_menu__main_icon 
>svg {
	width: 24px;
	height: 24px;
}

.oxel_floating_icon_menu__main_icon {
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
	pointer-events: all;
}

.oxel_floating_icon_menu__row {
	margin-bottom: 8px;
	margin-top: 8px;
}

.oxel_floating_icon_menu__row:not(.ct-section):not(.oxy-easy-posts), .oxel_floating_icon_menu__row.oxy-easy-posts .oxy-posts, .oxel_floating_icon_menu__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.floating_icon_menu__hidden_icon:hover {
	background-color: #606e79;
	border: 1px solid #606e79;
}

.floating_icon_menu__hidden_icon:hover {}

.floating_icon_menu__hidden_icon {
	background-color: #374047;
	border: 1px solid #374047;
	padding: 16px;
	color: #f9f9fa;
}

.floating_icon_menu__hidden_icon 
>svg {
	width: 18px;
	height: 18px;
}

.floating_icon_menu__hidden_icon {
	margin-right: 3px;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_floating_icon_menu__label {
	margin-right: 16px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	background-color: #eceeef;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #374047;
}

.oxel_floating_icon_menu__hidden_links {
	transform: translate(100px);
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	opacity: 0;
	text-align: right;
}

.oxel_floating_icon_menu__hidden_links:not(.ct-section):not(.oxy-easy-posts), .oxel_floating_icon_menu__hidden_links.oxy-easy-posts .oxy-posts, .oxel_floating_icon_menu__hidden_links.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.oxel-vidlist {
	width: 100%;
}

.oxel-vidlist__columns {
	width: 100%;
	position: relative;
}

.oxel-vidlist__columns:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__columns.oxy-easy-posts .oxy-posts, .oxel-vidlist__columns.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.oxel-vidlist__columns {}
	
	.oxel-vidlist__columns:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__columns.oxy-easy-posts .oxy-posts, .oxel-vidlist__columns.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.oxel-vidlist__column--left {
	width: 60%;
	text-align: center;
}

.oxel-vidlist__column--left:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__column--left.oxy-easy-posts .oxy-posts, .oxel-vidlist__column--left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel-vidlist__column--right {
	right: 0px;
	width: 40%;
	text-align: left;
	height: 100%;
	position: absolute;
	left: 60%;
	top: 0px;
	background-color: #cfd3d7;
}

.oxel-vidlist__column--right:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__column--right.oxy-easy-posts .oxy-posts, .oxel-vidlist__column--right.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 991px) {
	.oxel-vidlist__column--right {
		max-height: 200%;
	}
}

.oxel-vidlist__column {}

@media (max-width: 991px) {
	.oxel-vidlist__column {
		width: 100%;
		position: static;
	}
}

.oxel-vidlist__video {}

.oxel-vidlist__video--main {}

.oxel-vidlist__list-item:hover {
	background-color: #dee1e3;
}

.oxel-vidlist__list-item {
	width: 100%;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	text-align: left;
	color: initial;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel-vidlist__list-item:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__list-item.oxy-easy-posts .oxy-posts, .oxel-vidlist__list-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.oxel-vidlist__list-item-title {
	width: 70%;
}

.oxel-vidlist__icon {
	color: #606e79;
}

.oxel-vidlist__icon 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-vidlist__icon {
	margin-left: 16px;
	margin-right: 16px;
	height: 32px;
}

.oxel-vidlist__icon--inactive {
	color: #606e79;
}

.oxel-vidlist__icon--inactive 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-vidlist__icon--inactive {}

.oxel-vidlist__icon--active {
	color: #606e79;
}

.oxel-vidlist__icon--active 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-vidlist__icon--active {}

.oxel-vidlist__list-item--active {
	background-color: #dee1e3;
}

.oxel-vidlist__list-item-left {
	text-align: center;
}

.oxel-vidlist__list-item-left:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__list-item-left.oxy-easy-posts .oxy-posts, .oxel-vidlist__list-item-left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.oxel_dynamicslider {
	width: 100%;
}

.swiper-container {}

.oxel_dynamicslider__container {
	height: 400px;
}

.swiper-wrapper {}

.swiper-slide {}

.tabs-8932-tab:hover {
	background-color: #fff;
}

.tabs-8932-tab {
	background-color: #eceeef;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 32px;
	padding-right: 32px;
	color: #374047;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	border-top-color: #eceeef;
	border-right-color: #eceeef;
	border-bottom-color: #eceeef;
	border-left-color: #eceeef;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.tabs-8932-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-8932-tab.oxy-easy-posts .oxy-posts, .tabs-8932-tab.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 991px) {
	.tabs-8932-tab {
		border-bottom-style: none;
		border-right-color: #dee1e3;
		border-right-width: 1px;
		border-right-style: solid;
	}
}

@media (max-width: 479px) {
	.tabs-8932-tab {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.tabs-8932-tab-active {
	margin-left: -8px;
	background-color: #fff;
	border-top-color: #dee1e3;
	border-right-color: #dee1e3;
	border-bottom-color: #dee1e3;
	border-left-color: #dee1e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 40px;
}

@media (max-width: 991px) {
	.tabs-8932-tab-active {
		border-top-color: #dee1e3;
		border-right-color: #dee1e3;
		border-bottom-color: #dee1e3;
		border-left-color: #dee1e3;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: solid;
		margin-left: 0px;
		padding-left: 32px;
	}
}

@media (max-width: 479px) {
	.tabs-8932-tab-active {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.tabs-contents-8932-tab {}

.oxel_dashboard_tabs {
	width: 100%;
}

.oxel_dashboard_tabs:not(.ct-section):not(.oxy-easy-posts), .oxel_dashboard_tabs.oxy-easy-posts .oxy-posts, .oxel_dashboard_tabs.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

@media (max-width: 991px) {
	.oxel_dashboard_tabs {}
	
	.oxel_dashboard_tabs:not(.ct-section):not(.oxy-easy-posts), .oxel_dashboard_tabs.oxy-easy-posts .oxy-posts, .oxel_dashboard_tabs.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.oxel_dashboard_tabs__tab_icon {
	color: #7f8b93;
}

.oxel_dashboard_tabs__tab_icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_dashboard_tabs__tab_icon {
	margin-right: 8px;
}

@media (max-width: 767px) {
	.oxel_dashboard_tabs__tab_icon {
		margin-right: 0px;
	}
}

.oxel_dashboard_tabs__tab_label {
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.oxel_dashboard_tabs__tab_label {}
	
	.oxel_dashboard_tabs__tab_label:not(.ct-section):not(.oxy-easy-posts), .oxel_dashboard_tabs__tab_label.oxy-easy-posts .oxy-posts, .oxel_dashboard_tabs__tab_label.ct-section .ct-section-inner-wrap {
		display: none;
		flex-direction: unset;
	}
}

.oxel_dashboard_tabs__tab {}

.oxel_dashboard_tabs__tab_content_container {
	width: 75%;
	border-top-color: #dee1e3;
	border-right-color: #dee1e3;
	border-bottom-color: #dee1e3;
	border-left-color: #dee1e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	overflow: hidden;
}

@media (max-width: 991px) {
	.oxel_dashboard_tabs__tab_content_container {
		width: 100%;
		border-top-color: #dee1e3;
		border-right-color: #dee1e3;
		border-bottom-color: #dee1e3;
		border-left-color: #dee1e3;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
	}
}

.oxel_dashboard_tabs__tab_content--hidden {}

.oxel_dashboard_tabs__tab_content--hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_dashboard_tabs__tab_content--hidden.oxy-easy-posts .oxy-posts, .oxel_dashboard_tabs__tab_content--hidden.ct-section .ct-section-inner-wrap {
	display: none;
	flex-direction: unset;
}

.oxel_logo_slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}

.oxel_logo_slider:not(.ct-section):not(.oxy-easy-posts), .oxel_logo_slider.oxy-easy-posts .oxy-posts, .oxel_logo_slider.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oxel_logo_slider__logo {
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	width: 20%;
	height: 100px;
	text-align: center;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

.oxel_logo_slider__logo:not(.ct-section):not(.oxy-easy-posts), .oxel_logo_slider__logo.oxy-easy-posts .oxy-posts, .oxel_logo_slider__logo.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel_logo_slider__image_carrier {
	width: 100%;
	text-align: left;
	flex-shrink: 0;
	transition-duration: .1s;
	transition-timing-function: linear;
}

.oxel_logo_slider__image_carrier:not(.ct-section):not(.oxy-easy-posts), .oxel_logo_slider__image_carrier.oxy-easy-posts .oxy-posts, .oxel_logo_slider__image_carrier.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.oxel_logo_slider__image_carrier--delay {}

.oxel_icon_button__container:hover {
	background-color: #cfd3d7;
}

.oxel_icon_button__container {
	background-color: #eceeef;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	transition-duration: .3s;
}

.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts), .oxel_icon_button__container.oxy-easy-posts .oxy-posts, .oxel_icon_button__container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_icon_button_text {
	color: #374047;
}

.oxel_icon_button_icon {
	color: #606e79;
}

.oxel_icon_button_icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_icon_button_icon {
	margin-right: 8px;
}

.oxel_dropdown_buttonv2__trigger {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #374047;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	cursor: pointer;
}

.oxel_dropdown_buttonv2__trigger:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__trigger.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__trigger.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_dropdown_buttonv2 {
	background-color: #374047;
	position: relative;
	width: min-content;
}

.oxel_dropdown_buttonv2:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_dropdown_buttonv2__submenu {
	position: absolute;
	left: 0px;
	min-width: 100%;
	padding-top: 4px;
	width: 200px;
	z-index: 10;
	top: 100%;
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

.oxel_dropdown_buttonv2__submenu--hidden {
	opacity: 0;
	pointer-events: none;
}

.oxel_dropdown_buttonv2__submenu--hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__submenu--hidden.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__submenu--hidden.ct-section .ct-section-inner-wrap {
	display: none;
}

.oxel_dropdown_buttonv2__submenubutton:hover {
	background-color: #dee1e3;
}

.oxel_dropdown_buttonv2__submenubutton {
	text-align: left;
	background-color: #eceeef;
	min-width: 100%;
	color: #374047;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_dropdown_buttonv2__submenubutton:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__submenubutton.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__submenubutton.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_dropdown_buttonv2__submenulabel {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
	color: #374047;
}

.oxel_dropdown_buttonv2__label {
	color: #f9f9fa;
	white-space: nowrap;
}

.oxel_dropdown_buttonv2__symbol {
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: 16px;
	min-width: 0 !important;
	min-height: 0 !important;
}

.oxel_scrollingImage__container:hover {
	background-position: 50% 100%;
}

.oxel_scrollingImage__container {
	background-size: cover;
	height: 400px;
	background-repeat: no-repeat;
	transition-duration: 5s;
	transition-timing-function: ease-in-out;
	transition-property: background-position;
	text-align: center;
	width: 600px;
	max-width: 100%;
	overflow: hidden;
	background-position: 50% 0px;
}

.oxel_scrollingImage__container:not(.ct-section):not(.oxy-easy-posts), .oxel_scrollingImage__container.oxy-easy-posts .oxy-posts, .oxel_scrollingImage__container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.oxel_scrollingImage__container {
		width: 100%;
	}
}

.oxel_scrollingImage__container__icon {
	background-color: rgba(0, 0, 0, .17);
	border: 1px solid rgba(0, 0, 0, .17);
	padding: 16px;
	color: #f9f9fa;
}

.oxel_scrollingImage__container__icon 
>svg {
	width: 55px;
	height: 55px;
}

.oxel_scrollingImage__container__icon {
	transition-duration: 2.5s;
}

.oxel_image_comparison__label_before {
	background-image: linear-gradient(#f9f9fa, #f9f9fa);
	position: absolute;
	left: 32px;
	top: 32px;
	background-color: rgba(249, 249, 250, .5);
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	z-index: 5;
}

.oxel_image_comparison__label_after {
	position: absolute;
	top: 32px;
	background-color: #f9f9fa;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	right: 32px;
	z-index: 5;
}

.oxel-image-comparisonv2__image {
	position: static;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.oxel-image-comparisonv2 {
	position: relative;
	text-align: center;
	width: 100%;
}

.oxel-image-comparisonv2:not(.ct-section):not(.oxy-easy-posts), .oxel-image-comparisonv2.oxy-easy-posts .oxy-posts, .oxel-image-comparisonv2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel-image-comparisonv2__icon {
	background-color: #f9f9fa;
	border: 1px solid #f9f9fa;
	padding: 8px;
	color: #374047;
}

.oxel-image-comparisonv2__icon 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-image-comparisonv2__icon {
	position: absolute;
	z-index: 2147483640;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: calc(50% - 24px);
}

.oxel-image-comparisonv2__icon:not(.ct-section):not(.oxy-easy-posts), .oxel-image-comparisonv2__icon.oxy-easy-posts .oxy-posts, .oxel-image-comparisonv2__icon.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.oxel-image-comparisonv2__image--after {
	position: absolute;
}

.atomic-subheading {
	font-family: Tahoma, Geneva, sans-serif;
	color: #2b2c27;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 200;
	max-width: 480px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.atomic-subheading {
		font-size: 20px;
	}
}

@media (max-width: 479px) {
	.atomic-subheading {
		font-size: 18px;
	}
}

.atomic-secondary-heading {
	color: #2b2c27;
	font-weight: 400;
	font-size: 56px;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1120px) {
	.atomic-secondary-heading {
		font-size: 52px;
	}
}

@media (max-width: 767px) {
	.atomic-secondary-heading {
		font-size: 44px;
	}
}

@media (max-width: 479px) {
	.atomic-secondary-heading {
		font-size: 40px;
	}
}

.atomic-testimonial-6-wrapper {
	width: 100%;
	background-color: #fff;
	padding-right: 40px;
	padding-bottom: 40px;
	text-align: center;
	padding-top: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 40px;
	height: 100%;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, .05);
}

.atomic-testimonial-6-wrapper:not(.ct-section):not(.oxy-easy-posts), .atomic-testimonial-6-wrapper.oxy-easy-posts .oxy-posts, .atomic-testimonial-6-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.atomic-testimonial-6-avatar {
	width: 120px;
	border-radius: 100%;
	margin-bottom: 24px;
}

.atomic-testimonial-6-author {
	color: #566d8f;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: .5px;
	text-align: center;
	margin-bottom: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-6-small-text {
	color: #898989;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-6-text {
	color: #3b3c38;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 36px;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.saas-body-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #8188a6;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	max-width: 640px;
}

.info-wrapper {
	gap: 16px;
}

.info-wrapper:not(.ct-section):not(.oxy-easy-posts), .info-wrapper.oxy-easy-posts .oxy-posts, .info-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.header-icon {
	color: #e6f0f9;
}

.header-icon 
>svg {
	width: 24px;
	height: 24px;
}

.header-icon {}

.header-text {
	font-size: 16px;
	font-weight: 500;
	color: #f9f9fa;
}

.images {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 44px;
	margin-left: 15px;
}

.lazy {}

.home-heading:hover {
	color: rgba(0, 0, 0, .95);
	transition-duration: .9s;
}

.home-heading {
	font-size: 60px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: rgba(0, 0, 0, .41);
}

.img-order:after {
	content: "↓";
	margin-left: 5px;
}

.img-order {
	font-size: 20px;
	margin-top: 16px;
	width: 100%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 32px;
}

.image-no:after {
	content: "↓";
	margin-left: 6px;
}

.image-no {
	color: #fff;
}

.btm_margin_16 {
	margin-bottom: 16px;
}

.card {
	background-color: #fff;
	border-radius: 8px;
	width: 100%;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	gap: 12px;
	position: relative;
}

.card:not(.ct-section):not(.oxy-easy-posts), .card.oxy-easy-posts .oxy-posts, .card.ct-section .ct-section-inner-wrap {
	display: flex;
	gap: 12px;
}

.card_title {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 32px;
}

.card_desc {}

.card_btn:hover {
	background-color: #4f46e5;
}

.card_btn {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #353c59;
	color: #fff;
	border-radius: 8px;
	transition-duration: .3s;
}

.gif-arrow-left {
	position: relative;
}

.gif-arrow-right {}

.fast-filter {}

.wechat {}

.fp-features:hover {
	box-shadow: rgba(0, 0, 0, .35) 0px 5px 15px;
}

.fp-features {
	padding-top: 2rem;
	padding-right: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	gap: 2rem;
	background-color: #fff;
	border-radius: .5rem;
	margin-bottom: 4rem;
	transition-duration: .3s;
	box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
}

.fp-features:not(.ct-section):not(.oxy-easy-posts), .fp-features.oxy-easy-posts .oxy-posts, .fp-features.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}

.fp-features-icon {
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	padding: 20px;
	color: #fff;
}

.fp-features-icon 
>svg {
	width: 55px;
	height: 55px;
}

.fp-features-icon {
	background-color: #6366f1;
	border-radius: 8px;
	padding-top: .75rem;
	padding-right: .75rem;
	padding-bottom: .75rem;
	padding-left: .75rem;
	margin-top: -4rem;
}

.fp-features-icon:not(.ct-section):not(.oxy-easy-posts), .fp-features-icon.oxy-easy-posts .oxy-posts, .fp-features-icon.ct-section .ct-section-inner-wrap {
	display: flex;
}

.fp-features-heading {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

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

.txt-center {
	text-align: center;
	max-width: 800px;
}

.shadow {
	box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
}

.tool-icon {
	color: #333;
}

.tool-icon 
>svg {
	width: 40px;
	height: 40px;
}

.tool-icon {
	margin-top: 4px;
	margin-bottom: 20px;
	max-height: 32px;
	max-width: 100%;
}

.tool-cat-name {
	font-weight: 600;
	font-size: 18px;
}

.tool-cat-div {
	gap: 12px;
}

.tool-cat-div:not(.ct-section):not(.oxy-easy-posts), .tool-cat-div.oxy-easy-posts .oxy-posts, .tool-cat-div.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

.tools-wrapper {
	width: 100%;
	gap: 1.25rem;
}

.tools-wrapper:not(.ct-section):not(.oxy-easy-posts), .tools-wrapper.oxy-easy-posts .oxy-posts, .tools-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

.tools-div:hover {
	transform: translateY(-3px);
	border-radius: 0px;
}

.tools-div {
	gap: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 8px;
	transition-duration: .3s;
	width: 100%;
	position: relative;
	height: 100%;
	text-align: left;
	background-color: #fff;
	box-shadow: 0px 0px 4px #f9fafb;
}

.tools-div:not(.ct-section):not(.oxy-easy-posts), .tools-div.oxy-easy-posts .oxy-posts, .tools-div.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0px;
}

.tool-title {
	font-size: 18px;
	font-weight: 600;
	transition-duration: .3s;
	margin-bottom: 20px;
	margin-top: 4px;
	height: 24px;
}

.tool-desc {
	font-size: 12px;
	transition-duration: .5s;
	color: #313856;
	width: 100%;
	text-align: center;
}

.tool-cat-icon {
	color: #333;
}

.tool-cat-icon 
>svg {
	width: 24px;
	height: 24px;
}

.tool-cat-icon {}

.tools-container {
	width: 100%;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	max-width: 1366px;
	gap: .5rem;
}

.tools-container:not(.ct-section):not(.oxy-easy-posts), .tools-container.oxy-easy-posts .oxy-posts, .tools-container.ct-section .ct-section-inner-wrap {
	gap: .5rem;
}

@media (max-width: 991px) {
	.tools-container {
		padding-left: 0rem;
		padding-right: 0rem;
	}
}

.tool-desc-div {
	background-color: #2b2c27;
	color: #f9fafb;
	border-radius: 12px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	position: absolute;
	width: 88%;
	top: 48px;
	transition-duration: .7s;
	transition-delay: .3s;
	z-index: 1;
	box-shadow: 0px 0px 12px rgba(43, 44, 39, .65);
}

.tool-desc-div:not(.ct-section):not(.oxy-easy-posts), .tool-desc-div.oxy-easy-posts .oxy-posts, .tool-desc-div.ct-section .ct-section-inner-wrap {
	display: none;
	align-items: center;
}

.tool-tag {
	font-size: 12px;
	transition-duration: .5s;
	color: #f64e6e;
	width: 100%;
	font-weight: 600;
	text-align: center;
}

.gif-arrow-left:after {
	content: "";
	background-image: url("https://cdn-ikpmamp.nitrocdn.com/VuEunKBuoqlCGERqhQPlFjkJeiekIgpA/assets/images/optimized/rev-74dd0f1/www.210k.cc/wp-content/uploads/2022/08/giphy.webp");
	background-size: cover;
	width: 68px;
	height: 68px;
	position: absolute;
	left: -15%;
	top: -100px;
	transform: rotate(235deg);
}

.gif-arrow-right:after {
	content: "";
	background-image: url("https://cdn-ikpmamp.nitrocdn.com/VuEunKBuoqlCGERqhQPlFjkJeiekIgpA/assets/images/optimized/rev-74dd0f1/www.210k.cc/wp-content/uploads/2022/08/giphy.webp");
	background-size: cover;
	width: 68px;
	height: 68px;
	position: absolute;
	right: -15%;
	top: -100px;
	transform: rotate(-55deg);
}

.oxy-comment-form #submit {
	width: 50%;
	border-radius: 0;
}

/*style sheet for breadcrumb on blog article pages*/
#span-49-696 a.iolinks, .breadcrumb li, .breadcrumb li a {
	color: #fff;
	font-size: 14px;
}

/* image ratio in blog single post*/
#span-17-529 > figure > img {
	height: 100%;
}

/* pagination style */
#text_block-16-529 {
	word-break: break-all;
}

.oxy-easy-posts-pages {
	margin-top: 1em;
}

.oxy-easy-posts-pages .page-numbers {
	display: inline-block;
	padding: 2px 9px;
	border: 1px lightgrey dashed;
	border-radius: 5px;
}

.oxy-easy-posts-pages a.page-numbers {
	background: rgba(255, 255, 255, .57);
	transition: .3s all;
}

.oxy-easy-posts-pages a.page-numbers:hover {
	background: #fff;
	border: 1px lightgrey solid;
	transform: scale(1.05);
}

.oxy-post {
	transition: .3s all;
}

.oxy-post:hover {
	box-shadow: rgba(0, 0, 0, .25) 0px 54px 55px, rgba(0, 0, 0, .12) 0px -12px 30px, rgba(0, 0, 0, .12) 0px 4px 6px, rgba(0, 0, 0, .17) 0px 12px 13px, rgba(0, 0, 0, .09) 0px -3px 5px;
}

.oxy-post-image {
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, .15) 0px 0px 5px;
}

.seopress-edit-choice {
	display: none;
}

img.oxy-post-image {
	aspect-ratio: 1200/628;
	object-fit: cover;
	object-position: center center;
}

figure.wp-block-pullquote {
	margin: 0;
}

/*.tools-div:hover .tool-desc{display:flex;}*/
#span-8-2942 h2.wp-block-heading {
	background: #313856;
	color: white;
	padding: 1rem;
	border-radius: 8px;
	margin: 12px 0;
}

#span-8-2942 h3.wp-block-heading {
	margin: 24px;
	padding: 12px;
	background: #dedede;
}

span#span-8-2942 a {
	color: #48c2fb;
}

input[type="submit"]:hover {
	background-color: #f64e6e;
}

input[type="submit"] {
	transition-duration: .3s;
}

input[type="text"]:focus {
	background-color: #e6f0f9;
}

input[type="text"] {
	max-width: 138px;
	transition-duration: .3s;
	outline: none;
}

.tools-div:hover .tool-title {
	color: #f64e6e;
}

.fp-features-icon svg {
	width: 32px;
	height: 32px;
}

#span-17-529 img {
	height: 100%;
}
