/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:36%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

.flickity-button:focus {
	outline: 1px solid #D9D9D9 !important;
	box-shadow: none !important;
}

.flickity-prev-next-button.hide,
.flickity-prev-next-button[disabled] {
	display: none;
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.previous {
	width: 22px;
	height: 22px;
}

.flickity-prev-next-button.next svg,
.flickity-prev-next-button.previous svg {
	fill: #6D7175;
}

.tab-nav-carousel:hover .flickity-prev-next-button:not(.hide):not([disabled]) {
	display: block;
}

.tab-nav-carousel .flickity-prev-next-button.previous {
	left: 0;
}

.tab-nav-carousel .flickity-prev-next-button.next {
	transition: ease right 200ms;
}

.tab-nav-carousel .flickity-prev-next-button.next.pos-alt {
	right: -30px;
}

.tab-nav-carousel .flickity-prev-next-button.next.pos-alt:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	/* width: 50px; */
}

.tab-nav-carousel.boost-revenue .flickity-prev-next-button.next:not(.pos-alt),
.tab-nav-carousel.increase-conversion-rate .flickity-prev-next-button.next:not(.pos-alt),
.tab-nav-carousel.user-experience .flickity-prev-next-button.next:not(.pos-alt) {
	background-color: #F9FAFC;
	border-radius: 0;
	right: 0;
	padding-left: 50px;
}

.images-carousel {
	width: 100%;
}

.images-carousel .carousel-item {
	width: 100%;
	height: 365px;
}

.images-carousel .carousel-item:nth-child(1) img {
	width: calc( 100% + 3px );
	max-width: calc( 100% + 3px );
}


.images-carousel .flickity-page-dots {
	bottom: 20px;
}

.images-carousel .flickity-page-dots li {
	background-color: #D9D9D9;
	width: 10px;
	height: 10px;
	border-radius: 35px;
}

.images-carousel .flickity-page-dots li.is-selected {
	background-color: #4E68D1;
}

.custom-carousel-pagination {
    display: flex;
    gap: 10px;
    margin-top: -30px;
    z-index: 2;
    position: relative;
    justify-content: flex-end;
    padding-right: 53px;
}

.custom-carousel-pagination > div {
	width: 10px;
	height: 10px;
	border-radius: 35px;
	background-color: #CCC;
	cursor: pointer;
}

.custom-carousel-pagination > div.active,
.custom-carousel-pagination > div:hover,
.custom-carousel-pagination > div:focus {
	background-color: #4769D8;
}

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

/* Animation */
.cs-js-animation .cs-js-animation-item:nth-of-type(1) {
    transition: all 0.4s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(2) {
    transition: all 0.4s 0.2s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(3) {
    transition: all 0.4s 0.4s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(4) {
    transition: all 0.4s 0.6s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(5) {
    transition: all 0.4s 0.8s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(6) {
    transition: all 0.4s 1s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(7) {
    transition: all 0.4s 1.2s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(8) {
    transition: all 0.4s 1.4s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(9) {
    transition: all 0.4s 1.6s ease-in;
}
.cs-js-animation .cs-js-animation-item:nth-of-type(10) {
    transition: all 0.4s 1.8s ease-in;
}
.cs-js-animation.active .cs-js-animation-item {
    opacity: 1;
    transform: translateY(0);
}
.cs-js-animation-item {
    opacity: 0;
    transform: translateY(40px);
}

/* Reset margins */
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content p,
.site-content ul {
	margin: 0;
}

/* Headings */
.site-content h1 {
	font-size: 2.3rem;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4 {
	font-weight: 400;
}

.site-content h1 {
	line-height: 1.3;
}

@media(max-width: 767px) {
	.site-content h1 {
		font-size: 1.6rem;
	}

	.site-content h2 {
		font-size: 1.5rem;
	}

	.site-content h3 {
		font-size: 1.4rem;
	}

	.site-content h4 {
		font-size: 1.2rem;
	}
}

/* Buttons */
.btn-success {
	background-color: #4769d8 !important;
    border: 1px solid #4769d8 !important;
}

.btn-success:focus,
.btn-success:hover,
.btn-success:active {
	color: #fff !important;
    background-color: #2e54d3 !important;
    border-color: #2e54d3 !important;
}

/* Width */
.cs-w-100 {
	width: 100%;
}

@media(min-width: 768px) {
	.cs-mw-676px {
		max-width: 676px;
	}
}

.cs-mw-1500px {
	max-width: 1500px;
}

.cs-mw-1900px {
	max-width: 1900px;
}

/* Display */
.cs-d-flex {
	display: flex;
}

.cs-d-inline-flex {
	display: inline-flex;
}

.cs-d-bock {
	display: block;
}

/* Margins */
.cs-mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.cs-mt-40px {
	margin-top: 40px !important;
}

.cs-mb-20px {
	margin-bottom: 20px !important;
}

.cs-mb-24px {
	margin-bottom: 24px !important;
}

.cs-mb-28px {
	margin-bottom: 28px !important;
}

.cs-mb-30px {
	margin-bottom: 30px !important;
}

.cs-mb-32px {
	margin-bottom: 32px !important;
}

.cs-mb-40px {
	margin-bottom: 40px !important;
}

.cs-mb-50px {
	margin-bottom: 50px !important;
}

.cs-mb-55px {
	margin-bottom: 55px !important;
}

.cs-mb-60px {
	margin-bottom: 60px !important;
}

.cs-mb-80px {
	margin-bottom: 80px !important;
}

.cs-mb-120px {
	margin-bottom: 120px !important;
}

.cs-nmb-70px {
	margin-bottom: -70px !important;
}

@media(max-width: 767px) {
	.cs-mt-120px {
		margin-top: 75px !important;
	}

	.cs-mb-120px {
		margin-bottom: 75px !important;
	}
}

/* Paddings */
.cs-pt-90px {
	padding-top: 90px !important;
}

.cs-pt-120px {
	padding-top: 120px !important;
}

.cs-pb-90px {
	padding-bottom: 90px !important;
}

.cs-pb-120px {
	padding-bottom: 120px !important;
}

.cs-py-120px {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.cs-px-10px {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

@media(max-width: 767px) {
	.cs-pt-120px {
		padding-top: 80px !important;
	}
	
	.cs-pb-120px {
		padding-bottom: 80px !important;
	}
	
	.cs-py-120px {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
}

/* Font Sizes */
.cs-font-size-13 {
	font-size: 13px !important;
	line-height: 24px !important;
}

.cs-font-size-14 {
	font-size: 14px !important;
	line-height: 24px !important;
}

.cs-font-size-15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.cs-font-size-16 {
	font-size: 16px !important;
	line-height: 20px !important;
}

.cs-font-size-17 {
	font-size: 17px !important;
	line-height: 20px !important;
}

.cs-font-size-18 {
	font-size: 18px !important;
	line-height: 28px !important;
}

.cs-font-size-20 {
	font-size: 20px !important;
	line-height: 30px !important;
}

.cs-font-size-22 {
	font-size: 22px !important;
	line-height: 28px !important;
}

.cs-font-size-24 {
	font-size: 24px !important;
	line-height: 30px !important;
}

.cs-font-size-28 {
	font-size: 28px !important;
	line-height: 32px !important;
}

.cs-font-size-32 {
	font-size: 32px !important;
	line-height: 35px !important;
}

.cs-font-size-40 {
	font-size: 40px !important;
	line-height: 45px !important;
}

.cs-font-size-19rem {
	font-size: 1.9rem;
}

/* White Space */
.cs-ws-normal {
	white-space: normal;
}

/* Background Colors */
.cs-background-color-dark {
	background-color: #182038;
}

.cs-background-color-grey {
	background-color: #F9FAFC;
}

/* Text Colors */
.cs-text-color-grey {
	color: #808080;
}

/* Text Decoration */
.cs-text-decoration-underline {
	text-decoration: underline;
}

/* Pro Badge */
.merchant-pro-badge {
	font-size: 0.65rem;
    background: #EFF3FE;
    color: #4769D8;
    padding: 4px 11px;
    border-radius: 4px;
	font-weight: 500;
	text-transform: capitalize;
}

/* Columns Divider */
.cs-columns-divider > div + div {
	border-left: 1px solid #D9D9D9;
}

/* Hero */
#hero .cs-col-xl-6:nth-child(2) {
	display: flex;
	align-items: flex-end;
}

@media(min-width: 1240px) {
	#hero img {
		max-width: 900px;
	}
}

@media(max-width: 1300px) {
	#hero .cs-mt-120px {
		margin-top: 90px !important;
	}
}

@media(max-width: 575px) {
	#hero .btn-group a {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Theme Support Section */
.cs-section-theme-support {
	background-color: #F9FAFC;
}

/* Before After Merchant */
@media(min-width: 768px) {
	#before-after .cs-before-image {
		position: relative;
		top: -60px;
		z-index: -1;
	}

	#before-after .cs-after-image {
		position: relative;
		top: 11px;
	}
}

@media(max-width: 767px) {
	#before-after .cs-columns-divider > div:nth-child(2) {
		margin-top: 90px;
	}
}

/* Feature Card */
.cs-feature-card {
	display: flex;
	flex-wrap: wrap;
	border-radius: 9px;
	background: #FFF;
	padding: 15px 18px;
}

.cs-feature-card .cs-feature-card-content {
	flex-basis: 100%;
}

.cs-feature-card .cs-feature-card-content .merchant-pro-badge {
    position: relative;
    top: -2px;
	left: 23px;
    margin-left: -19px;
}

.cs-feature-card .cs-feature-card-image {
	display: flex;
	align-items: flex-end;
	flex-basis: 100%;
	margin-top: 44px;
}

.cs-feature-card .cs-feature-card-link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: #4769D8;
	font-weight: 500;
	transition: ease color 300ms;
}

.cs-feature-card .cs-feature-card-link + .cs-feature-card-link {
	margin-left: 15px;
}

.cs-feature-card .cs-feature-card-link svg {
	transition: ease transform 300ms;
}

.cs-feature-card .cs-feature-card-link:hover {
	color: #3d65e7;
}

.cs-feature-card .cs-feature-card-link:hover svg {
	transform: translate3d(5px, 0, 0);
}

.cs-feature-card .cs-feature-card-link.cs-feature-card-link-button-style {
	padding: 7px 23px;
	border: 1px solid #4769D8;
	border-radius: 4px;
	transition: ease background-color 300ms, ease color 300ms;
}

.cs-feature-card .cs-feature-card-link.cs-feature-card-link-button-style:hover {
	background-color: #4769D8;
	color: #FFF;
}

@media(max-width: 575px) {
	.cs-feature-card-link + .cs-feature-card-link {
		margin-top: 20px;
	}
}

@media(min-width: 768px) {
	.cs-feature-card {
		padding: 0;
		overflow: hidden;
	}
}

@media(min-width: 992px) {
	.cs-feature-card .cs-feature-card-image {
		padding-top: 40px;
		padding-right: 40px;
		margin-top: 0;
	}
}

/* Tabs and features card */
.cs-tabs-nav.cs-tabs-nav-vertical ul {
	gap: 30px !important;
}

.cs-tabs-nav-item .cs-feature-card {
	padding: 0 20px !important;
	background-color: transparent !important;
	transition: ease background-color 300ms, ease box-shadow 300ms, ease padding 200ms;
}

.cs-tabs-nav-item.active .cs-feature-card {
	padding: 20px !important;
	background-color: #FFF !important;
	box-shadow: 0px 6px 33px -12px rgba(0, 0, 0, 0.25);
}

.cs-feature-card .cs-hide-toggler {
	display: none !important;
}

.cs-feature-card .cs-tabs-nav-link {
	display: flex !important;
	justify-content: space-between !important;
	color: #777 !important;
	line-height: 28px !important;
	transition: ease color 200ms;
}

.cs-feature-card .cs-tabs-nav-link:after {
	content: '+' !important;
	background-color: transparent !important;
	width: auto !important;
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
}

.martechtwo .cs-feature-card .cs-tabs-nav-link:after {
	display: none !important;
}

.cs-tabs-nav-item.active .cs-feature-card .cs-tabs-nav-link:after {
	content: none !important;
}

.cs-tabs-nav-item:hover .cs-feature-card .cs-tabs-nav-link,
.cs-tabs-nav-item.active .cs-feature-card .cs-tabs-nav-link {
	color: #212121 !important;
}

.cs-tabs-nav-item.active .cs-feature-card .cs-hide-toggler {
	display: flex !important;
	animation: csFadeInShorter 0.3s ease-in-out;
	animation-fill-mode: forwards;
	animation-delay: 150ms;
	opacity: 0;
}

.cs-tabs-nav-item.active .cs-feature-card .cs-hide-toggler + .cs-hide-toggler {
	animation-delay: 300ms;
}

.cs-tabs-nav-item.active .cs-feature-card .cs-tabs-nav-link {
	margin-bottom: 10px;
}

.cs-feature-card .cs-font-size-16 {
	line-height: 24px !important;
	margin-bottom: 20px;
}

.cs-feature-card .cs-actions-wrapper {
	display: flex;
	align-items: center;
	gap: 17px;
}

.cs-feature-card .cs-actions-wrapper .cs-feature-card-link {
	padding: 10px 19px !important;
	font-size: 14px !important;
	line-height: 14px !important;
	margin-left: 0 !important;
} 

.cs-feature-card .cs-actions-wrapper .cs-feature-card-link + .cs-feature-card-link {
	display: flex;
	align-items: center;
	padding: 0 !important;
}

.cs-tab-content .cs-feature-card-image {
	padding: 30px 30px 0 !important;
}

/* Cost Table Comparison */
.cs-cost-table {
	display: grid;
	grid-template-columns: 1fr;
	align-items: flex-start;
}
.cs-cost-table .download-button {
	display: flex;
    justify-content: center;
	white-space: normal;
    text-align: center;
    font-weight: 400;
}
.cs-cost-table .cs-cost-table-item {
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	border-radius: 10px;
}
.cs-cost-table .cs-cost-table-item:nth-child(2) {
	background-color: #182038;
	border: none;
	border-radius: 10px;
	margin-top: 40px;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-header {
	position: sticky;
	top: 0;
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px 10px 0 0;
	z-index: 3;
}
.cs-cost-table .cs-cost-table-item:nth-child(2) .cs-cost-table-item-header {
	background-color: #182038;
}
.cs-cost-table .cs-cost-table-item:nth-child(1) .cs-cost-table-item-header {
	background-color: #E9EEF8;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-header h3 {
	font-weight: 400;
	color: #131A2B;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-pricing {
	display: inline-flex;
	align-items: flex-end;
	font-weight: 500;
	font-size: 32px;
	line-height: 0.5;
	color: #131A2B;
	margin-top: 15px;
}
.cs-cost-table .cs-cost-table-pricing .cs-cost-table-pricing-symbol,
.cs-cost-table .cs-cost-table-pricing .cs-cost-table-pricing-year {
	font-size: 0.6em;
}
.cs-cost-table .cs-cost-table-pricing .cs-cost-table-pricing-year {
	margin-left: 5px;
}
.cs-cost-table .cs-cost-table-item:nth-child(2) .cs-cost-table-item-header h3,
.cs-cost-table .cs-cost-table-item:nth-child(2) .cs-cost-table-pricing {
	color: #FFF;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-pricing.cs-cost-table-pricing-old-price {
	position: relative;
    opacity: 0.7;
	margin-right: 8px;
	font-size: 1.6em;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-pricing.cs-cost-table-pricing-old-price:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc( 100% + 10px );
	border-bottom: 2px solid #FFF;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-body {
	padding: 20px;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item {
	display: flex;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 26px;
}
.cs-cost-table .cs-cost-table-item:nth-child(1) .cs-cost-table-item-features-list-item {
	flex-direction: column;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item + .cs-cost-table-item-features-list-item {
	margin-top: 20px;
}
.cs-cost-table .cs-cost-table-item:nth-child(2) .cs-cost-table-item-features-list-item {
	color: #FFF;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item img {
	display: none;
	width: 20px;
	height: auto;
	margin-top: -2px;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item svg {
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-body .btn {
	margin-top: 40px;
	height: 59px;
}
@media (min-width: 400px) {
	.cs-cost-table .cs-cost-table-item:nth-child(1) .cs-cost-table-item-features-list-item {
		flex-direction: row;
	}
	.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item .price {
		width: 84px;
	}
}
@media (min-width: 768px) {
	.cs-cost-table {
		grid-template-columns: 1fr 1fr;
	}
	.cs-cost-table .cs-cost-table-item:nth-child(1) {
		border-right: 0;
		border-radius: 10px 0 0 10px;
	}
	.cs-cost-table .cs-cost-table-item:nth-child(2) {
		border-radius: 0 10px 10px 10px;
		margin-top: 0;
	}
	.cs-cost-table .cs-cost-table-item .cs-cost-table-item-header {
		position: relative;
	}
	.cs-cost-table .cs-cost-table-item:nth-child(1) .cs-cost-table-item-features-list-item {
		flex-direction: row;
	}
	.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item .price {
		width: 80px;
	}
}
@media (min-width: 990px) {
	.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item img {
		display: inline-block;
		margin-right: 5px;
	}
	.cs-cost-table .cs-cost-table-item .cs-cost-table-item-header,
	.cs-cost-table .cs-cost-table-item .cs-cost-table-item-body {
		padding: 40px;
	}
	.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item .price {
		width: 96px;
	}
}
@media (min-width: 1240px) {
	.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item .price {
		width: 126px;
	}
}

/* Performance Score */
#performance {
	position: relative;
	overflow: hidden;
}

.performance-bottom-note {
	position: absolute;
	bottom: 35px;
	left: 30px;
}

.performance-score-wrapper {
	display: flex;
	gap: 53px;
}

.performance-score-wrapper .score-value {
	display: block;
	margin-top: -86px;
	margin-bottom: 76px;
}

/* Testimonials Carousel */
.cs-testimonials-carousel {
	position: relative;
	width: 100%;
}

.cs-testimonials-carousel-item {
	width: 50%;
	padding: 20px 20px 30px;
}

@media( max-width: 989px ) {
	.cs-testimonials-carousel-item {
		width: 100%;
		margin-right: 0;
		padding: 30px 50px;
	}
}

.cs-testimonials-carousel .flickity-page-dots {
	bottom: -50px;
}

.cs-testimonials-carousel .flickity-page-dots .dot {
	margin: 0 6px;
	background-color: #CCC;
}

.cs-testimonials-carousel .flickity-page-dots .dot.is-selected {
	background-color: #4769D8;
}

/* Testimonial */
.cs-testimonial {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 0.9rem;
	background-color: #FFF;
	border-radius: 10px;
	padding: 35px 30px;
	box-shadow: 0px 7px 30px -10px rgba(0,0,0,0.1);
}

.cs-testimonial.with-min-height {
	min-height: 353px;
}

@media( max-width: 1239px ) {
	.cs-testimonial.with-min-height {
		min-height: 404px;
	}
}

@media( max-width: 989px ) {
	.cs-testimonial.with-min-height {
		min-height: 0;
	}
}

.cs-testimonial p {
	color: #4d4d4d;
	font-size: 0.85rem;
	margin-bottom: 15px;
}

.cs-testimonial p:last-child {
	color: #4d4d4d;
	font-size: 0.8rem;
	margin-bottom: 0;
}

.cs-testimonial strong {
	display: block;
	margin-top: auto;
	font-size: 0.85rem;
	color: #131A2B;
}

.cs-testimonial-author-wrapper {
	display: flex;
	align-items: center;
	margin-top: auto;
	padding-top: 30px;
}

.cs-testimonial-author-image img {
    height: 85px;
    width: 85px;
    border-radius: 100%;
    margin-right: 20px;
}

/* Call to action */
.cs-section-create {
    padding: 0 0 120px;
}
.cs-section-create_alt-paddings {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff;
}
.cs-section-create-item {
    border-radius: 1rem;
    background: url("data:image/svg+xml,%3Csvg width='144' height='81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.366 6.686a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685A6.683 6.683 0 0 1-5.314 0c3.69 0 6.68 2.993 6.68 6.686Zm0 23.771a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07-17.086c3.69 0 6.68-2.993 6.68-6.685A6.683 6.683 0 0 0 18.437 0a6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.071-17.086c3.69 0 6.68-2.993 6.68-6.685A6.683 6.683 0 0 0 42.187 0a6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07-17.086c3.69 0 6.68-2.993 6.68-6.685A6.683 6.683 0 0 0 65.938 0a6.683 6.683 0 0 0-6.679 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.679-6.686 6.683 6.683 0 0 1 6.68-6.686c3.689 0 6.68 2.994 6.68 6.686Zm17.071-17.086c3.69 0 6.68-2.993 6.68-6.685A6.683 6.683 0 0 0 89.688 0a6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.071-17.086a6.683 6.683 0 0 0 6.68-6.685A6.683 6.683 0 0 0 113.439 0a6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.68 6.686Zm17.071-17.086a6.682 6.682 0 0 0 6.679-6.685A6.682 6.682 0 0 0 137.19 0a6.682 6.682 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm6.679 17.086a6.682 6.682 0 0 1-6.679 6.686 6.682 6.682 0 0 1-6.68-6.686 6.682 6.682 0 0 1 6.68-6.686 6.682 6.682 0 0 1 6.679 6.686ZM-5.314 60.914c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm30.43-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.993 6.68 6.686Zm17.071 6.685c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm30.43-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.679-6.685 6.683 6.683 0 0 1 6.68-6.686c3.689 0 6.68 2.993 6.68 6.686Zm17.071 6.685c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm30.431-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.68 6.686Zm17.071 6.685a6.682 6.682 0 0 0 6.679-6.685 6.682 6.682 0 0 0-6.679-6.686 6.682 6.682 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685ZM1.366 78a6.683 6.683 0 0 1-6.68 6.686A6.683 6.683 0 0 1-11.994 78a6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07 6.686c3.69 0 6.68-2.993 6.68-6.686a6.683 6.683 0 0 0-6.68-6.686A6.683 6.683 0 0 0 11.757 78a6.683 6.683 0 0 0 6.68 6.686ZM48.868 78a6.683 6.683 0 0 1-6.68 6.686A6.683 6.683 0 0 1 35.507 78a6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07 6.686c3.69 0 6.68-2.993 6.68-6.686a6.683 6.683 0 0 0-6.68-6.686A6.683 6.683 0 0 0 59.259 78a6.683 6.683 0 0 0 6.68 6.686ZM96.369 78a6.683 6.683 0 0 1-6.68 6.686A6.683 6.683 0 0 1 83.008 78a6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.071 6.686a6.683 6.683 0 0 0 6.68-6.686 6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.686ZM143.869 78a6.682 6.682 0 0 1-6.679 6.686A6.682 6.682 0 0 1 130.51 78a6.682 6.682 0 0 1 6.68-6.686A6.682 6.682 0 0 1 143.869 78ZM-5.314 108.457c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.43-6.685a6.682 6.682 0 0 1-6.68 6.685 6.682 6.682 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.993 6.68 6.686Zm17.071 6.685c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.43-6.685a6.682 6.682 0 0 1-6.68 6.685 6.682 6.682 0 0 1-6.679-6.685 6.683 6.683 0 0 1 6.68-6.686c3.689 0 6.68 2.993 6.68 6.686Zm17.071 6.685c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.431-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.68 6.686Zm17.071 6.685a6.682 6.682 0 0 0 6.679-6.685 6.682 6.682 0 0 0-6.679-6.686 6.682 6.682 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685ZM1.366 125.543a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07 6.686c3.69 0 6.68-2.993 6.68-6.686a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.686Zm30.431-6.686a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07 6.686c3.69 0 6.68-2.993 6.68-6.686a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.679 6.686 6.683 6.683 0 0 0 6.68 6.686Zm30.431-6.686a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.071 6.686a6.683 6.683 0 0 0 6.68-6.686 6.684 6.684 0 0 0-6.68-6.686 6.684 6.684 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.686Zm30.43-6.686a6.682 6.682 0 0 1-6.679 6.686 6.682 6.682 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.679 6.686ZM-5.314 156c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686A6.682 6.682 0 0 0-5.314 156Zm30.43-6.685a6.682 6.682 0 0 1-6.68 6.685 6.682 6.682 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.993 6.68 6.686ZM42.188 156c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.43-6.685a6.682 6.682 0 0 1-6.68 6.685 6.682 6.682 0 0 1-6.679-6.685 6.683 6.683 0 0 1 6.68-6.686c3.689 0 6.68 2.993 6.68 6.686ZM89.689 156c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.431-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.68 6.686ZM137.19 156a6.682 6.682 0 0 0 6.679-6.685 6.682 6.682 0 0 0-6.679-6.686 6.682 6.682 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Z' fill='%234769D8' opacity='.101'/%3E%3C/svg%3E")
            no-repeat left bottom,
        url("data:image/svg+xml,%0A%3Csvg width='194' height='154' viewBox='0 0 194 154' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.251885'%3E%3Cellipse rx='83.4451' ry='83.4817' transform='matrix(0.865836 0.500328 -0.499672 0.866215 113.962 39.063)' fill='%23D8D8D8' fill-opacity='0.01'/%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='30' y='-45' width='168' height='168'%3E%3Cellipse rx='83.4451' ry='83.4817' transform='matrix(0.865836 0.500328 -0.499672 0.866215 113.962 39.063)' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M67.261 -90.2262L-21.2138 63.151' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M78.5843 -83.6823L-9.89072 69.6948' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M89.9075 -77.1393L1.4327 76.2379' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M101.231 -70.5963L12.7559 82.7808' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M112.554 -64.0534L24.0792 89.3238' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M123.877 -57.5104L35.4024 95.8668' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M135.2 -50.9674L46.7258 102.41' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M146.524 -44.4235L58.0489 108.954' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M157.847 -37.8805L69.3722 115.497' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M169.17 -31.3375L80.6949 122.04' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M180.493 -24.7936L92.0186 128.584' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M191.817 -18.2506L103.342 135.127' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M203.139 -11.7076L114.665 141.67' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M214.463 -5.16468L125.988 148.213' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M225.786 1.37829L137.312 154.756' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M237.109 7.92223L148.634 161.299' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M248.432 14.4652L159.958 167.842' stroke='%234769D8' stroke-linecap='square'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
            no-repeat right top,
        #182038;
    padding: 40px 30px;
    gap: 1rem;
    display: grid;
    align-items: center;
}
@media screen and (min-width: 1260px) {
    .cs-section-create-item {
        grid-template-columns: 20rem 1fr;
        padding: 70px 80px;
    }
}
.cs-section-create-item.cs-section-create-item--no-radius {
    border-radius: 0;
}
.cs-section-create-item.cs-section-create-item--style2 {
    display: block;
}
@media(max-width: 989px) {
    .cs-section-create-item.cs-section-create-item--style2 .cs-section-create-item-buttons {
        margin-top: 15px;
    }
}
.cs-section-create-item__title {
    color: #fafbfd;
    margin-bottom: 0;
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    font-weight: 400;
}
@media screen and (min-width: 1260px) {
    .cs-section-create-item__title {
        text-align: left;
    }
}
.cs-section-create-item-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-section-create-item-buttons > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0.5rem;
}
@media screen and (min-width: 1260px) {
    .cs-section-create-item-buttons {
        justify-content: flex-end;
    }
    .cs-section-create-item-buttons > * {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-right: 0;
        margin-left: 0;
    }
    .cs-section-create-item-buttons > *:not(:first-child) {
        margin-left: 1.25rem;
    }
}
.cs-section-create-item-buttons .btn {
    white-space: normal;
    text-align: center;
}
.cs-section-create-item-buttons .btn-success {
    background: #4769d8;
    border-color: #4769d8;
}
.cs-section-create-item-buttons .btn-success:hover {
    background: #2e54d3;
    border-color: #2e54d3;
}

/* Performance Section */
@media(max-width: 767px) {
	#performance .cs-container > .cs-row > div:nth-child(2) {
		margin-top: 40px;
	}
}

/* Testimonials Section */
@media(max-width: 1239px) {
	#testimonials .cs-col-lg-4 {
		margin-bottom: 30px;
	}

	#testimonials .cs-col-lg-4:last-child {
		margin-bottom: 0;
	}
}

/* Next Level Section */
#next-level img {
	max-width: 1180px;
}

@media(max-width: 767px) {
	#next-level img {
		margin-top: 20px;
	}
}

.guarantee h4 {
	margin-bottom: 20px !important;
	font-weight: 500 !important;
}

/* Custom Grey Background */
.cs-custom-grey-background {
    padding-top: 525px;
    margin-top: -525px;
    background-color: #FAFBFD;
}

/* Demos Checkbox */
.cs-demos-checkbox-wrapper {
	display: flex;
	gap: 20px;
}

a.cs-demos-checkbox {
	color: #475467;
}

.cs-demos-checkbox {
	position: relative;
	max-width: 290px;
	border: 1px solid #E4E7EC;
	border-radius: 12px;
	padding: 20px;
	transition: ease border-color 300ms;
}

.cs-demos-checkbox:before {
	content: '';
	position: absolute;
	top: 16px;
	right: 16px;
	border: 1px solid #E4E7EC;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	transition: ease background-color 300ms, ease border-color 300ms;
}

.cs-demos-checkbox.checked,
.cs-demos-checkbox:hover {
	border: 1px solid #4769D8;
}

.cs-demos-checkbox.checked:before {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6666 4L5.24992 10.4167L2.33325 7.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 12px;
    background-position: 3px 3px;
	border-color: #4769D8;
	background-color: #4769D8;

}

.cs-demos-checkbox.hide {
	display: none;
}

.cs-demos-checkbox-title {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 12px;
}

.cs-demos-checkbox-desc {
	font-size: 0.72rem;
	line-height: 1rem;
	margin-bottom: 20px;
}

@media(max-width: 575px) {
	.cs-demos-checkbox-wrapper {
		flex-direction: column;
	}

	.cs-demos-checkbox img {
		display: none;
	}
}

.cs-anchor-padding:before {
	z-index: 0;
}

/* Module car section item */
.cs-module-section-item + .cs-module-section-item {
	margin-top: 60px;
}

@media(max-width: 767px) {
	.cs-module-section-item {
		> div:nth-child(1) {
			order: 1;
		}

		> div:nth-child(2) {
			order: 3;
		}

		> div:nth-child(3) {
			order: 2;
			margin-bottom: 25px;
		}

		> div:nth-child(3) .cs-tab-content .cs-feature-card-image {
			margin-top: 0;
		}
	}
}

/* Custom view more link */
@keyframes csFadeInShorter {
    0% {
        transform: translate3d(0, -8px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.cs-custom-view-more-content {
	display: none !important;
}

.cs-custom-view-more-content.expanded {
	display: flex !important;
}

.cs-custom-view-more-content .cs-tabs-nav-item {
	opacity: 0;
	animation: csFadeInShorter 0.3s ease-in-out;
	animation-fill-mode: forwards;
}

.cs-custom-view-more-content .cs-tabs-nav-item:nth-child(1) {
	animation-delay: 150ms;
}
.cs-custom-view-more-content .cs-tabs-nav-item:nth-child(2) {
	animation-delay: 300ms;
}
.cs-custom-view-more-content .cs-tabs-nav-item:nth-child(3) {
	animation-delay: 450ms;
}
.cs-custom-view-more-content .cs-tabs-nav-item:nth-child(4) {
	animation-delay: 600ms;
}
.cs-custom-view-more-content .cs-tabs-nav-item:nth-child(5) {
	animation-delay: 750ms;
}

.cs-custom-view-more-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 12px;
	color: #4769D8;
}

.cs-custom-view-more-link svg {
	position: relative;
    top: 1px;
}

@media(min-width: 992px) {
	.cs-custom-view-more-link {
		justify-content: flex-start;
	}
}

/* Sticky effect */
.cs-tab-content-wrapper {
	position: sticky;
	top: 115px;
	transition: ease top 250ms;
}

.navbar-show .cs-tab-content-wrapper {
	top: 175px;
}

/* Highlight text */
.cs-highlight-text {
	position: relative;	
}

.cs-highlight-text > img {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    height: 13px;
    max-width: none;
    object-fit: cover;
}

.cs-highlight-text.cs-highlight-text-style-2 {
	color: #4769D8;
	line-height: 2.2;
}

.cs-highlight-text.cs-highlight-text-style-2 > img {
    position: absolute;
    top: -86px;
    bottom: 0;
    left: -70px;
    right: 0;
    width: calc(100% + 160px);
    height: calc(100% + 160px);
    object-fit: contain;
}

@media(max-width: 767px) {
	.cs-highlight-text.cs-highlight-text-style-2 > img {
		top: -83px;
		left: -40px;
		width: calc(100% + 90px);
	}
}

/* Section help */
.cs-section-help {
    background: #fafbfd;
    padding: 140px 0 112px;
    overflow: hidden;
}
.cs-section-help .cs-section-help__element-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0px 22px 40px rgba(105, 123, 150, 0.2);
    border-radius: 12px;
    z-index: 1;
}
.cs-section-help h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    font-weight: 400;
}
@media screen and (min-width: 1240px) {
    .cs-section-help h2 {
        font-size: 40px;
    }
}
.cs-section-help__element {
    display: flex;
    flex-direction: column;
    max-width: 808px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media screen and (min-width: 768px) {
    .cs-section-help__element {
        padding: 60px;
    }
}
.cs-section-help__element > * {
    position: relative;
    z-index: 2;
}
.cs-section-help__element p {
    max-width: 408px;
}
.cs-section-help__element .cs-section-help__title {
    max-width: 478px;
    margin-bottom: 1rem;
}
.cs-section-help__element::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 122 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.457 5.229A5.229 5.229 0 1 1 0 5.229a5.229 5.229 0 0 1 10.457 0Zm0 18.59a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0ZM23.82 10.457a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm5.229 13.362a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM42.41 10.457A5.229 5.229 0 1 0 42.41 0a5.229 5.229 0 0 0 0 10.457Zm5.228 13.362a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0ZM61 10.457A5.229 5.229 0 1 0 61 0a5.229 5.229 0 0 0 0 10.457Zm5.229 13.362a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM79.59 10.457A5.229 5.229 0 1 0 79.59 0a5.229 5.229 0 0 0 0 10.457Zm5.228 13.362a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0Zm13.362-13.362A5.229 5.229 0 1 0 98.18 0a5.229 5.229 0 0 0 0 10.457Zm5.229 13.362a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0Zm13.361-13.362a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457ZM122 23.82a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0ZM5.229 47.639a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.362 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.362 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0Zm13.361 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457ZM10.457 61A5.229 5.229 0 1 1 0 61a5.229 5.229 0 0 1 10.457 0Zm13.362 5.229a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.458ZM47.639 61a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.457 0ZM61 66.229a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.458ZM84.82 61a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.457 0Zm13.36 5.229a5.229 5.229 0 1 0 .002-10.458 5.229 5.229 0 0 0-.001 10.458ZM122 61a5.229 5.229 0 1 1-10.457 0A5.229 5.229 0 0 1 122 61ZM5.229 84.82a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.362 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.362 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.361 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457ZM10.457 98.18A5.229 5.229 0 1 1 0 98.183a5.229 5.229 0 0 1 10.457-.001Zm13.362 5.23a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm23.82-5.23a5.229 5.229 0 1 1-10.458.002 5.229 5.229 0 0 1 10.457-.001ZM61 103.41a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm23.82-5.23a5.229 5.229 0 1 1-10.459.001 5.229 5.229 0 0 1 10.458 0Zm13.36 5.23a5.229 5.229 0 1 0 .001-10.458 5.229 5.229 0 0 0 0 10.458ZM122 98.18a5.229 5.229 0 1 1-10.458.001 5.229 5.229 0 0 1 10.458 0ZM5.229 122a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm23.819-5.229a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM42.41 122a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm23.819-5.229a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM79.59 122a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.458Zm23.819-5.229a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM116.771 122a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.458Z' fill='%23335EEA' opacity='.1'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 122px;
    height: 122px;
    position: absolute;
    left: -50px;
    top: -35px;
    content: "";
    display: block;
}
.cs-section-help__element::after {
    content: "";
    display: block;
    position: absolute;
    right: 70px;
    bottom: -97px;
    width: 210px;
    height: 210px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 210 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.1'%3E%3Ccircle cx='104.501' cy='104.501' r='76.5' transform='rotate(30 104.501 104.501)' fill='%23D8D8D8' fill-opacity='.01'/%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='27' y='27' width='155' height='155'%3E%3Ccircle cx='104.501' cy='104.501' r='76.5' transform='rotate(30 104.501 104.501)' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='m62.417-13.58.433.25.25-.432-.433-.25-.25.433Zm-81.632 141.391-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25ZM61.302-13.646l-.433-.25.433.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm10.987 6.92-.433-.25.433.25Zm.25-.432.433.25.25-.433-.433-.25-.25.433ZM-8.594 133.366l.433.25-.433-.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25ZM71.672-7.658l-.433-.25.433.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25ZM83.16-1.604l.433.25.25-.433-.433-.25-.25.433Zm-.25.433.433.25-.433-.25Zm-.616-.933.25-.433-.433-.25-.25.433.433.25Zm-.25.433-.433-.25.433.25ZM.911 138.854l.433.25-.433-.25Zm-.25.433-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433-.433-.25.433.25ZM93.28 4.817l-.433-.25.433.25Zm.25-.433.433.25.25-.433-.433-.25-.25.433ZM12.148 145.34l.433.25-.433-.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433ZM92.664 3.884l.25-.433-.433-.25-.25.433.433.25Zm11.237 6.487.433.25.25-.433-.433-.25-.25.433Zm-.25.434-.433-.25.433.25Zm-.616-.933.25-.434-.433-.25-.25.434.433.25Zm-81.632 141.39-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433.433.25-.433-.25Zm91.753-134.97.433.25.25-.433-.433-.25-.25.433ZM32.64 157.75l-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433-.433-.25.433.25Zm81.132-140.525.433.25-.433-.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm11.237 6.488.433.25.25-.433-.433-.25-.25.433Zm-.25.433.433.25-.433-.25Zm-.616-.933.25-.433-.433-.25-.25.433.433.25Zm-.25.433-.433-.25.433.25ZM42.395 162.804l.433.25-.433-.25Zm-.25.433-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433-.433-.25.433.25Zm91.503-134.536-.433-.25.433.25Zm.25-.434.433.25.25-.433-.433-.25-.25.433ZM53.632 169.292l.433.25-.433-.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25Zm81.132-140.524-.433-.25.433.25Zm.25-.434.25-.433-.433-.25-.25.433.433.25Zm11.237 6.488.433.25.25-.433-.433-.25-.25.433Zm-.25.433-.433-.25.433.25Zm-.616-.933.25-.433-.433-.25-.25.433.433.25ZM62.887 175.213l-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433.433.25-.433-.25Zm91.503-134.537.433.25-.433-.25Zm.25-.433.433.25.25-.433-.433-.25-.25.433ZM74.124 181.7l-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433-.433-.25.433.25ZM154.64 40.243l.433.25-.433-.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm11.237 6.487.433.25.25-.433-.433-.25-.25.433Zm-.25.434-.434-.25.434.25Zm-.617-.934.25-.433-.433-.25-.25.433.433.25ZM83.629 187.188l-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433-.433-.25.433.25Zm91.502-134.537-.433-.25.433.25Zm.25-.433.433.25.25-.433-.433-.25-.25.433ZM95.116 193.243l-.433-.25.433.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm81.631-141.39.25-.434-.433-.25-.25.433.433.25Zm11.237 6.487.433.25.25-.433-.433-.25-.25.433Zm-.866-.5.25-.433-.433-.25-.25.433.433.25ZM104.621 198.73l.433.25-.433-.25Zm-.25.433-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm91.752-134.97.433.25-.433-.25Zm.25-.433.433.25.25-.433-.433-.25-.25.433Zm-81.382 140.958-.433-.25.433.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25Zm81.132-140.525-.433-.25.433.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm11.237 6.488.433.25.25-.433-.433-.25-.25.433Zm-.25.433-.433-.25.433.25Zm-.616-.933.25-.433-.433-.25-.25.433.433.25Zm-81.632 141.39-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433.433.25-.433-.25Zm91.753-134.97.433.25.25-.432-.433-.25-.25.433Zm-81.382 140.958.433.25-.433-.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25Zm81.132-140.524-.433-.25.433.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm11.237 6.487.433.25.25-.433-.433-.25-.25.433Zm-.866-.5.25-.433-.433-.25-.25.433.433.25Zm-81.632 141.391-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25ZM62.6-12.896l.25-.433-.866-.5-.25.433.866.5ZM-18.53 127.628 62.6-12.896l-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.867-.5-.25.433.866.5Zm-1.55-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5ZM60.869-13.896l-81.132 140.524.866.5L61.735-13.396l-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.55.317-.867-.5-.5.866.866.5.5-.866ZM72.97-6.908l.25-.433-.866-.5-.25.433.866.5ZM-8.16 133.616 72.971-6.908l-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5ZM71.24-7.908-9.893 132.616l.866.5L72.105-7.408l-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.55.317-.867-.5-.5.866.866.5.5-.866Zm9.687 6.17-.25.433.866.5.25-.433-.866-.5Zm-.683.183.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5ZM1.344 139.104 82.476-1.421l-.866-.5L.478 138.604l.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5ZM82.476-1.421 1.344 139.104l.866.5L83.342-.921l-.866-.5Zm11.237 6.488.25-.433-.866-.5-.25.433.866.5ZM12.581 145.59 93.713 5.067l-.866-.5L11.715 145.09l.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5ZM91.981 4.067 10.849 144.59l.866.5L92.847 4.567l-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.55.317-.867-.5-.5.866.866.5.5-.866Zm9.687 6.17-.25.434.866.5.25-.434-.866-.5Zm-.683.184.866.5.5-.867-.866-.5-.5.867Zm.433.25.25-.434-.866-.5-.25.434.866.5ZM22.086 151.078l81.132-140.525-.866-.5L21.22 150.58l.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.132-140.525L22.086 151.08l.866.5 81.132-140.525-.866-.5Zm11.237 6.488.25-.433-.866-.5-.25.433.866.5ZM33.323 157.567l81.132-140.525-.866-.5-81.132 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5Zm81.132-140.525L31.591 156.567l.866.5L113.59 16.542l-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.17-.25.434.866.5.25-.433-.866-.5Zm-.683.184.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5ZM42.828 163.054 123.96 22.53l-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5ZM123.96 22.53 42.828 163.054l.866.5L124.826 23.03l-.866-.5Zm11.237 6.487.25-.433-.866-.5-.25.433.866.5ZM54.065 169.543l81.132-140.525-.866-.5-81.132 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.55-.317.867.5.5-.866-.866-.5-.5.866Zm.068-1.116-.25.433.866.5.25-.433-.866-.5Zm81.132-140.524L52.333 168.542l.866.5L134.33 28.518l-.866-.5Zm.25-.434-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.171-.25.433.866.5.25-.433-.866-.5Zm-.683.183.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5ZM63.57 175.03l81.132-140.525-.866-.5L62.704 174.53l.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.132-140.525L63.57 175.03l.866.5 81.132-140.525-.866-.5Zm11.237 6.488.25-.433-.866-.5-.25.433.866.5ZM74.807 181.517l81.132-140.524-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.55-.317.867.5.5-.866-.866-.5-.5.866Zm.068-1.116-.25.433.866.5.25-.433-.866-.5Zm81.132-140.524L73.075 180.517l.866.5 81.132-140.524-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.687 6.17-.25.434.867.5.25-.434-.867-.5Zm-.683.184.867.5.5-.867-.867-.5-.5.867Zm.433.25.25-.434-.866-.5-.25.434.866.5ZM84.312 187.005l81.131-140.524-.866-.5-81.131 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.131-140.524L84.312 187.005l.866.5L166.31 46.981l-.867-.5Zm11.237 6.487.25-.433-.866-.5-.25.433.866.5ZM95.549 193.493 176.68 52.968l-.866-.5-81.131 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.55-.317.867.5.5-.866-.866-.5-.5.866Zm.068-1.116-.25.433.866.5.25-.433-.866-.5Zm81.131-140.525L93.817 192.493l.866.5 81.131-140.525-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.17-.25.434.866.5.25-.433-.866-.5Zm-.683.184.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5ZM105.054 198.98l81.131-140.524-.866-.5-81.131 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.131-140.524L105.054 198.98l.866.5 81.131-140.524-.866-.5Zm11.237 6.487.25-.433-.866-.5-.25.433.866.5ZM116.29 205.468l81.132-140.525-.866-.5-81.132 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5ZM195.69 63.943l-81.132 140.525.866.5 81.132-140.525-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.171-.25.433.866.5.25-.433-.866-.5Zm-.683.183.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5Zm-81.132 140.524 81.132-140.524-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.132-140.524-81.132 140.524.866.5 81.132-140.524-.866-.5Zm11.237 6.488.25-.433-.866-.5-.25.433.866.5Zm-81.132 140.524 81.132-140.524-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5Zm81.132-140.524L135.3 216.443l.866.5 81.132-140.524-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.17-.25.433.866.5.25-.433-.866-.5Zm-.683.183.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5Zm-81.132 140.525 81.132-140.525-.866-.5-81.132 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.132-140.525-81.132 140.525.866.5 81.132-140.525-.866-.5Z' fill='%23335EEA'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/* Countdown */
.countdown-title {
    color: #869AB8;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.8px;
    margin-bottom: 16px;
}
.countdown-wrapper {
    display: inline-flex;
    background-color: #335EEA0D;
    border: 1px solid #335EEA;
    margin-bottom: 40px;
}
.countdown-wrapper__countdown {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 30px 51px;
    z-index: 2;
}
.countdown-wrapper__countdown-item + .countdown-wrapper__countdown-item {
    margin-left: 40px;
}
.countdown-wrapper__countdown-item-title {
    color: #335EEA;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
}
.countdown-wrapper__countdown-item-desc {
    color: #335EEA;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    margin-top: 8px;
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .countdown-wrapper__countdown {
        padding: 20px;
    }
    .countdown-wrapper__countdown-item + .countdown-wrapper__countdown-item {
        margin-left: 20px;
    }
}

/* Hide plans info */
.plans-info {
	display: none;
}

/* Hide price toggle */
.plans-annual-lifetime-toggle {
	display: none;
}

#ptable {
	opacity: 0;
	transition: ease opacity 250ms;
}

#ptable.show {
	opacity: 1;
}

/* Show slash through prices */
.cs-ptable-modern.lifetime .slash-trough {
	display: flex;
}

/* Display savings */
.cs-ptable-modern.lifetime .cs-pitem-extras-saving {
	display: block;
}

/* Savings badge new style */
.cs-pitem-savings-badge {
	background-color: #FFFF00;
	color: #212121;
	padding: 5px 43px;
}

/* Hero image video */
.cs-video-wrapper {
	position: relative;
	cursor: pointer;
}

.cs-video-wrapper:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #4769d8;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
	transition: ease transform 250ms, ease box-shadow 250ms;
}

.cs-video-wrapper:after {
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FFF;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: ease transform 250ms;
}

.cs-video-wrapper:hover:before {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.cs-video-wrapper:hover:after {
	transform: translate3d(-50%, -50%, 0) scale(1.1);
}

@media (min-width: 768px) {
	.cs-video-wrapper:before {
		width: 90px;
		height: 90px;
	}
	
	.cs-video-wrapper:after {
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
		border-left: 14px solid #FFF;
	}
}