/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

*,
html,
body {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
	outline: none;
	-webkit-text-size-adjust: none;
}

body {
	font-size: 18px;
	line-height: 1.375em;
	font-family: 'Mazzard H';
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 1px 0 auto;
	background-color: #ffffff;
	-webkit-text-size-adjust: auto;
	-moz-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	text-size-adjust: auto;
}

.overflow {
	overflow: hidden;
	height: 100vh;
}

p {
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 20px;
	color: #2f2f2f;
	font-weight: 400;
}

@media (max-width: 767px) {
	p {
		font-size: 16px;
		line-height: 27px;
	}
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h3 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 25px;
}

h1,
.h1 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 76px;
	letter-spacing: -1.3px;
	line-height: 1.026;
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 50px;
	}
}

h2,
.h2 {
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: -0.86px;
}

@media (max-width: 979px) {
	h2,
	.h2 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	h2,
	.h2 {
		font-size: 30px;
	}
}

h3,
.h3 {
	font-size: 38px;
	line-height: 1.2;
}

@media (max-width: 979px) {
	h3,
	.h3 {
		font-size: 30px;
		line-height: 1.333;
	}
}

@media (max-width: 767px) {
	h3,
	.h3 {
		font-size: 24px;
	}
}

h4,
.h4 {
	font-size: 20px;
	line-height: 1.22;
	font-weight: 400;
	color: #2f2f2f;
}

@media (max-width: 979px) {
	h4,
	.h4 {
		font-size: 18px;
	}
}

h5,
.h5 {
	font-size: 18px;
	line-height: 1.22;
	font-weight: 400;
	color: #2f2f2f;
	margin-bottom: 20px;
}

@media (max-width: 979px) {
	h5,
	.h5 {
		font-size: 16px;
	}
}

a,
a:visited {
	color: #2f2f2f;
	cursor: pointer;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

img,
video {
	max-width: 100%;
	vertical-align: middle;
	pointer-events: none;
}

a img {
	pointer-events: all;
}

a, a:hover, a:focus {
	outline: none;
}

ul,
ol {
	padding-left: 22px;
	font-size: 18px;
	line-height: 1.222;
}

li {
	margin-bottom: 0.75em;
}

hr {
	margin: 25px 0;
	opacity: 0.1;
	border-color: #000;
}

.elementor-heading-title {
	font-family: 'Mazzard H';
}

label {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: -0.18px;
	line-height: 35px;
}

input[type="email"],
input[type="text"],
textarea {
	display: block;
	width: 93%;
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #000000;
	font-family: Muli, sans-serif;
	font-size: 0.85em;
	outline: none;
}

input[type="email"]:hover,
input[type="text"]:hover,
textarea:hover,
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
	outline: none;
}

.material-input {
	position: relative;
	margin-top: 30px;
}

.material-input input,
.material-input textarea {
	padding: 15px 0px;
	-webkit-transition: all 0.28s ease;
	-o-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;
	border-color: #aab8b8;
	font-size: 20px;
}

.material-input label {
	position: absolute;
	margin: 0;
	top: 20%;
	left: 0px;
	pointer-events: none;
	padding-left: 0.125rem;
	z-index: 1;
	color: #b3b3b3;
	font-size: 1rem;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	-o-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;
}

.material-input input:focus ~ label,
.material-input textarea:focus ~ label,
.material-input input.input-is-active ~ label,
.material-input textarea.input-is-active ~ label {
	font-size: 13px;
	/* color: $yellow; */
	top: -15px;
	left: 0px;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

@media (max-width: 1200px) {
	.flex-row {
		margin: 0;
	}
}

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

.row-reverse {
	flex-direction: row-reverse;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.333%;
}

.col-5 {
	width: 41.6%;
}

.col-6 {
	width: 50%;
}

.col-8 {
	width: 66.4%;
}

.col-7 {
	width: 58%;
}

.col-2 {
	width: 16.6%;
}

.col-10 {
	width: 83.3%;
}

.col {
	padding: 0 15px;
}

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

.black-bg {
	background-color: #2f2f2f;
}

.white-heading {
	color: #ffffff;
}

.subhead {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.offset-1 {
		margin-left: 8.333333%;
	}
	.offset-2 {
		margin-left: 16.666667%;
	}
	.offset-3 {
		margin-left: 25%;
	}
	.offset-4 {
		margin-left: 33.333333%;
	}
	.offset-5 {
		margin-left: 41.666667%;
	}
	.offset-6 {
		margin-left: 50%;
	}
	.offset-7 {
		margin-left: 58.333333%;
	}
	.offset-8 {
		margin-left: 66.666667%;
	}
	.offset-9 {
		margin-left: 75%;
	}
	.offset-10 {
		margin-left: 83.333333%;
	}
	.offset-11 {
		margin-left: 91.666667%;
	}
}

.white {
	color: #ffffff;
}

.entry-header {
	display: none;
}

.heading {
	font-weight: 600;
	font-size: 52px;
	line-height: 61px;
	letter-spacing: -0.0777778px;
}

@media (max-width: 990px) {
	.heading {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.heading {
		font-size: 32px;
		line-height: 42px;
	}
	.heading br {
		display: none;
	}
}

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

@keyframes rotate-360 {
	0% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
	}
}

.hidden {
	display: none !important;
}

.button-unstyled {
	color: #2B47C3;
	font-weight: 500;
}

.button-unstyled:hover {
	color: #3f5de3;
}

.visible-mob {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

@media (max-width: 990px) {
	.hidden-tablet {
		display: none !important;
	}
	.visible-tablet {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.hidden-mob {
		display: none !important;
	}
	.visible-mob {
		display: block !important;
	}
}

.site-main {
	overflow: hidden;
}

.privacy-main {
	padding: 150px 0;
	background: rgba(43, 71, 195, 0.03);
}

.privacy-main h2 {
	margin-bottom: 45px;
}

.privacy-main .privacy-content {
	width: 60% !important;
	margin: 0 auto;
}

.privacy-main .privacy-content h3 {
	font-size: 20px;
	line-height: 30px;
	margin: 25px 0 15px;
	color: #2f2f2f;
	font-weight: 600;
}

.privacy-main .privacy-content p {
	margin-bottom: 35px;
	display: flex;
}

.privacy-main .privacy-content p strong {
	margin-right: 10px;
}

.privacy-main .privacy-content a:not(.button) {
	color: #2B47C3;
}

.privacy-main .privacy-content ul li {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #2f2f2f;
	font-weight: 400;
}

@media (max-width: 990px) {
	.privacy-main {
		padding: 60px 0;
	}
	.privacy-main .privacy-content {
		width: 100% !important;
		margin: 0 auto;
	}
}

.not-found-main {
	background-color: rgba(43, 71, 195, 0.03);
	padding: 150px 0;
}

.not-found-main .notfound-content {
	text-align: center;
}

.not-found-main .notfound-content h1 {
	font-weight: 600;
	font-size: 38px;
	line-height: 140%;
	letter-spacing: -0.0777778px;
	color: #0F0F0F;
	margin: 15px 0;
}

.not-found-main .notfound-content .button {
	margin-top: 25px;
	padding: 17px 35px;
}

.no-margin {
	margin: 0 !important;
}

.flex-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
}

@media (max-width: 990px) {
	.elementor-heading-title br {
		display: none;
	}
	.no-br-mob br {
		display: none;
	}
}

.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.container-fluid {
	width: 100%;
	padding: 0 15px;
}

.clear {
	clear: both;
}

a.button,
.button,
input[type="submit"] {
	padding: 12px 34px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: 0.36px;
	border-radius: 116px;
	background-color: #2B47C3;
	transition: all 0.3s ease-in-out;
	color: #ffffff;
	border: 1px solid #2B47C3;
	color: #ffffff;
	position: relative;
	transform: scale(1);
}

a.button svg,
.button svg,
input[type="submit"] svg {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.button:hover,
.button:focus {
	color: #ffffff;
	transform: scale(0.95);
}

.border-button {
	padding: 12px 34px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: 0.36px;
	border-radius: 116px;
	border: 1px solid #2B47C3;
	transition: all 0.3s ease-in-out;
	color: #2B47C3;
	transform: scale(1);
}

.border-button:hover {
	background-color: #2B47C3;
	color: #ffffff;
	transform: scale(0.95);
}

a.button-white,
.button-white {
	background-color: #fff;
	color: #2B47C3;
}

a.button-white:hover,
.button-white:hover {
	background-color: #3f5de3;
	color: #ffffff;
}

a.button-white:before,
.button-white:before {
	display: none;
}

.sonar-button {
	overflow: hidden;
}

.sonar-button span {
	background-color: #3f5de3;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	height: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: height 0.5s, width 0.5s;
	width: 0;
	z-index: -1;
}

.sonar-button:hover span {
	height: 700px;
	width: 700px;
	transition: height 1s, width 1s;
}

input[type="submit"] {
	padding: 10px 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	width: 180px;
	height: 60px;
}

a.button {
	text-decoration: none;
}

a.button:hover, a.button:focus {
	color: #f7f7f7;
}

.lowercase {
	text-transform: lowercase;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.center {
	text-align: center;
}

.blur {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

@media only screen and (max-width: 767px) {
	.none-mob {
		display: none;
	}
}

.two-img {
	padding-top: 20px;
	padding-bottom: 10px;
}

.two-img img,
.two-img video {
	display: inline-block;
	width: 49%;
	padding-right: 2%;
	margin: auto;
	height: 420px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}

.two-img img:last-child,
.two-img video:last-child {
	padding-right: 0;
}

@media only screen and (max-width: 767px) {
	.two-img img,
	.two-img video {
		width: 100%;
		padding: 0;
		padding-bottom: 2%;
		height: auto;
	}
	.two-img img:first-child,
	.two-img video:first-child {
		margin-bottom: 20px;
	}
}

@font-face {
	font-family: 'Mazzard H';
	src: url("fonts/MazzardH-Regular.woff2") format("woff2"), url("fonts/MazzardH-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mazzard H';
	src: url("fonts/MazzardH-Medium.woff2") format("woff2"), url("fonts/MazzardH-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mazzard H';
	src: url("fonts/MazzardH-Bold.woff2") format("woff2"), url("fonts/MazzardH-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mazzard H';
	src: url("fonts/MazzardH-SemiBold.woff2") format("woff2"), url("fonts/MazzardH-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

#masthead {
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
	background-color: #fff;
}

#masthead .menu-toggle {
	display: none;
}

#masthead .menu-navbar-container .nav-menu {
	display: flex;
	list-style: none;
	padding: 0;
}

#masthead .menu-navbar-container .nav-menu li {
	margin-right: 40px;
	margin-bottom: 4px;
}

#masthead .menu-navbar-container .nav-menu li a {
	font-size: 16px;
}

#masthead .menu-navbar-container .nav-menu li a:hover {
	color: #2B47C3;
}

#masthead .menu-navbar-container .nav-menu li.current-menu-item a {
	color: #2B47C3;
}

@media (max-width: 1200px) {
	#masthead .menu-navbar-container .nav-menu li {
		margin-right: 25px;
	}
}

@media (max-width: 990px) {
	#masthead .menu-navbar-container .nav-menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
		background-color: #ffffff;
		padding: 70px 10px 45px 10px;
		width: 100%;
		height: 100%;
		transform: translateX(-100%);
		transition: 0.5s all ease-in-out;
		text-align: left;
		opacity: 0;
		visibility: hidden;
		border-top: 1px solid rgba(15, 15, 15, 0.1);
	}
	#masthead .menu-navbar-container .nav-menu:after {
		position: absolute;
		left: 0;
		right: 0;
		top: 67px;
		height: 1px;
		width: 100%;
		background-color: rgba(15, 15, 15, 0.1);
		content: '';
	}
	#masthead .menu-navbar-container .nav-menu li {
		margin: 0;
	}
	#masthead .menu-navbar-container .nav-menu li a {
		font-size: 16px;
		padding: 20px 0;
		display: block;
		border-bottom: 1px solid rgba(15, 15, 15, 0.1);
		margin: 0 15px;
	}
	#masthead .menu-navbar-container .nav-menu li.mob-button {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: 0 auto !important;
		max-width: 100%;
	}
	#masthead .menu-navbar-container .nav-menu li.mob-button a {
		padding: 17px 25px !important;
		background-color: #2B47C3;
		text-align: center;
		border-radius: 50px;
		color: #ffffff;
	}
	#masthead .menu-navbar-container .nav-menu li.mob-button a:hover {
		background-color: #3f5de3;
		color: #ffffff;
	}
	#masthead .menu-navbar-container .nav-menu li.mob-border-button {
		position: absolute;
		bottom: 80px;
		left: 0;
		right: 0;
		margin: 0 auto !important;
		max-width: 100%;
	}
	#masthead .menu-navbar-container .nav-menu li.mob-border-button a {
		padding: 17px 25px !important;
		border: 1px solid #2B47C3;
		color: #2B47C3;
		text-align: center;
		border-radius: 50px;
	}
	#masthead .menu-navbar-container .nav-menu li.mob-border-button a:hover {
		background-color: #3f5de3;
		border: 1px solid #3f5de3;
		color: #ffffff;
	}
}

#masthead .logo-area {
	text-align: center;
}

#masthead .logo-area img {
	width: 100px;
	display: block;
	margin: 0 auto;
}

#masthead .header-buttons {
	text-align: right;
}

#masthead .header-buttons a {
	margin-left: 16px;
	padding: 8px 20px;
	font-size: 14px;
	position: relative;
}

@media (max-width: 990px) {
	#masthead #site-navigation {
		text-align: right;
	}
	#masthead #site-navigation .menu-toggle {
		display: inline-block;
		background-color: transparent;
		border: none;
		vertical-align: middle;
	}
	#masthead #site-navigation .menu-toggle #nav-icon1 {
		width: 20px;
		height: 20px;
		position: relative;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
		display: inline-block;
	}
	#masthead #site-navigation .menu-toggle #nav-icon1 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #0f0f0f;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}
	#masthead #site-navigation .menu-toggle #nav-icon1 span:nth-child(1) {
		top: 0px;
	}
	#masthead #site-navigation .menu-toggle #nav-icon1 span:nth-child(2) {
		top: 9px;
	}
	#masthead #site-navigation .menu-toggle #nav-icon1 span:nth-child(3) {
		top: 18px;
	}
	#masthead #site-navigation.toggled .menu-toggle #nav-icon1 span:nth-child(1) {
		top: 12px;
		transform: rotate(135deg);
	}
	#masthead #site-navigation.toggled .menu-toggle #nav-icon1 span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}
	#masthead #site-navigation.toggled .menu-toggle #nav-icon1 span:nth-child(3) {
		top: 12px;
		transform: rotate(-135deg);
	}
}

@media (max-width: 990px) {
	#masthead {
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.035);
	}
	#masthead .toggled .nav-menu {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	#masthead .container-fluid .flex-row {
		flex-direction: row-reverse;
	}
	#masthead .container-fluid .flex-row .col {
		width: 50%;
	}
	#masthead .container-fluid .flex-row .col .logo-area {
		text-align: left;
	}
	#masthead .container-fluid .flex-row .col .logo-area img {
		margin: 0;
	}
}

.contact-form-main {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s all ease-in-out;
	height: 100vh;
}

.contact-form-main .contact-form-block {
	width: 1580px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-40px);
	visibility: hidden;
	transition: 0.4s all ease-in-out;
}

@media (max-width: 767px) {
	.contact-form-main .contact-form-block {
		overflow: auto;
		position: static;
	}
}

.contact-form-main .contact-form-block .container {
	position: relative;
	padding: 80px 15px;
}

.contact-form-main .contact-form-block .container:before {
	position: absolute;
	top: 0;
	right: calc((100vw - 1230px) / -2);
	bottom: 0;
	height: 100%;
	width: calc(((100vw - 1170px) / 2) + 545px);
	background-color: #2f2f2f;
	content: "";
	z-index: 0;
}

.contact-form-main .contact-form-block .contact-close {
	width: 40px;
	background-color: transparent;
	border: 2px solid #ffffff;
	height: 40px;
	position: absolute;
	right: 35px;
	top: 35px;
	border-radius: 50%;
	padding: 9px;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	z-index: 99;
}

.contact-form-main .contact-form-block .contact-close:hover {
	background-color: #2B47C3;
	border: 2px solid #2B47C3;
}

.contact-form-main .contact-form-block .contact-close svg path {
	fill: none;
	stroke: #ffffff;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 990px) {
	.contact-form-main .contact-form-block .contact-close {
		right: 20px;
		top: 14px;
		border: 2px solid #2f2f2f;
	}
	.contact-form-main .contact-form-block .contact-close svg path {
		stroke: #2f2f2f;
	}
}

.contact-form-main .contact-form-block .form-left {
	max-height: 550px;
	overflow: auto;
}

@media (max-width: 767px) {
	.contact-form-main .contact-form-block .form-left {
		max-height: max-content;
	}
}

.contact-form-main .contact-form-block .form-left .heading {
	margin-bottom: 10px;
}

.contact-form-main .contact-form-block .form-left .get-touch-form {
	padding-top: 15px;
}

.contact-form-main .contact-form-block .form-left .get-touch-form .animted-form-single {
	position: relative;
}

.contact-form-main .contact-form-block .form-left .get-touch-form .animted-form-single.form-group {
	margin-bottom: 55px;
}

.contact-form-main .contact-form-block .form-left .get-touch-form .animted-form-single .animated-input {
	border: none;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 2px solid #a8a8a8;
	height: 45px;
	color: #222222;
	font-size: 20px;
	letter-spacing: -0.11px;
	line-height: 23px;
	padding: 0 5px;
	height: 45px;
	width: 100%;
	font-size: 16px;
}

.contact-form-main .contact-form-block .form-left .get-touch-form .animted-form-single .animated-input.custom-select {
	border: none;
	border-bottom: 2px solid #a8a8a8;
	border-radius: 0;
}

.contact-form-main .contact-form-block .form-left .get-touch-form .animted-form-single .animated-input.custom-select:focus {
	box-shadow: none;
}

.contact-form-main .contact-form-block .form-left .get-touch-form .animted-form-single label {
	position: absolute;
	top: 12px;
	left: 4px;
	pointer-events: none;
	transition: 0.2s all;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.09px;
	line-height: 18px;
	margin: 0;
	font-size: 16px;
	color: #0f0f0f;
	opacity: 0.3;
}

.contact-form-main .contact-form-block .form-left .get-touch-form .animted-form-single .animated-input:focus + label,
.contact-form-main .contact-form-block .form-left .get-touch-form .input-filled .animated-input + label {
	top: -15px;
	font-size: 14px;
	opacity: 1;
}

.contact-form-main .contact-form-block .form-left .get-touch-form .button {
	padding: 19px 34px;
}

.contact-form-main .contact-form-block .animated-input:focus,
.contact-form-main .contact-form-block .input-filled .animated-input {
	border-bottom: 2px solid #ffcb37;
	background-color: transparent;
	box-shadow: none;
}

.contact-form-main .contact-form-block .form-right {
	position: relative;
	z-index: 1;
}

.contact-form-main .contact-form-block .form-right h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: -0.0777778px;
	color: #ffffff;
}

.contact-form-main .contact-form-block .form-right .contact-address-single {
	display: flex;
	align-items: baseline;
	margin-bottom: 50px;
}

.contact-form-main .contact-form-block .form-right .contact-address-single .contact-address-icon {
	margin-right: 19px;
}

.contact-form-main .contact-form-block .form-right .contact-address-single .contact-address-txt {
	flex: 1;
}

.contact-form-main .contact-form-block .form-right .contact-address-single .contact-address-txt h3 {
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.0777778px;
	margin: 0 0 8px;
}

.contact-form-main .contact-form-block .form-right .contact-address-single .contact-address-txt p {
	color: #ffffff;
	margin: 0;
}

.contact-form-main .contact-form-block .form-right .contact-address-single .contact-address-txt.contact-address p {
	margin-bottom: 20px;
}

.contact-form-main .contact-form-block .contact-block-animation {
	position: absolute;
	top: 0;
	right: -24%;
	bottom: 0;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.contact-form-main .contact-form-block .contact-block-animation svg {
	width: 670px;
	height: 670px;
}

.contact-form-main .contact-form-block .contact-block-animation .contact-img {
	width: 44px;
}

@media (max-width: 1700px) {
	.contact-form-main .contact-form-block {
		width: 95%;
		height: 95vh;
		overflow-y: auto;
	}
	.contact-form-main .contact-form-block .container {
		padding: 30px 15px;
	}
	.contact-form-main .contact-form-block .contact-block-animation {
		right: -28%;
	}
	.contact-form-main .contact-form-block .contact-block-animation svg {
		width: 500px;
		height: 500px;
	}
}

@media (max-width: 1200px) {
	.contact-form-main .contact-form-block .container:before {
		right: 0;
		width: 50%;
	}
	.contact-form-main .contact-form-block .form-left .heading {
		font-size: 30px;
	}
}

@media (max-width: 990px) {
	.contact-form-main .contact-form-block .container {
		padding: 30px 15px 0;
	}
	.contact-form-main .contact-form-block .container:before {
		display: none;
	}
	.contact-form-main .contact-form-block .col-5 {
		width: 100%;
		padding: 0;
	}
	.contact-form-main .contact-form-block .form-right {
		background-color: #2f2f2f;
		padding: 45px 15px 1px;
		margin: 0 -15px;
	}
	.contact-form-main .contact-form-block .contact-block-animation {
		position: static;
		width: 100%;
		background-color: #2f2f2f;
		text-align: center;
		height: 250px;
		overflow: hidden;
		display: block;
	}
}

@media (max-width: 767px) {
	.contact-form-main .contact-form-block .contact-block-animation {
		height: 190px;
	}
	.contact-form-main .contact-form-block .contact-block-animation svg {
		width: 300px;
		height: 300px;
	}
	.contact-form-main .contact-form-block .contact-block-animation .contact-img {
		width: 30px;
	}
}

.contact-pop-show {
	overflow: hidden;
}

.contact-pop-show .contact-form-main {
	opacity: 1;
	visibility: visible;
}

.contact-pop-show .contact-form-main .contact-form-block {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.header-spacer {
	height: 90px;
	display: block;
}

@media (max-width: 990px) {
	.header-spacer {
		height: 68px;
	}
}

.footer-cta-main {
	padding: 150px 0;
	background-color: #2B47C3;
}

.footer-cta-main .footer-cta {
	text-align: center;
	max-width: 970px;
	margin: 0 auto;
}

.footer-cta-main .footer-cta h2 {
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	line-height: 52px;
	margin-bottom: 45px;
}

@media (max-width: 990px) {
	.footer-cta-main {
		padding: 100px 0;
	}
	.footer-cta-main .footer-cta h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (max-width: 767px) {
	.footer-cta-main {
		padding: 60px 0;
	}
	.footer-cta-main .footer-cta h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.footer-cta-main .footer-cta h2 br {
		display: none;
	}
}

.site-footer {
	padding: 120px 0 0;
	background-color: #e7e7e9;
}

.site-footer .footer-logo img {
	width: 103px;
}

.site-footer .footer-links ul {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	padding-left: 0;
}

.site-footer .footer-links li {
	list-style: none;
}

.site-footer .footer-links a {
	display: inline-block;
	margin: 0 18px;
	font-size: 16px;
}

.site-footer .footer-links a:hover {
	color: #2B47C3;
}

@media (max-width: 990px) {
	.site-footer .footer-links a {
		margin: 0 12px;
	}
}

.site-footer .footer-address p {
	font-size: 18px;
}

.site-footer .footer-address p:nth-child(2), .site-footer .footer-address p:nth-child(3) {
	display: none;
}

.site-footer .footer-address p span {
	display: none;
}

.site-footer .footer-address-social {
	padding: 111px 0 0;
}

.site-footer .footer-address-social .footer-social {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.site-footer .footer-address-social .footer-social p {
	margin: 0;
}

.site-footer .footer-address-social .footer-social a {
	margin-left: 13px;
}

.site-footer .copyright-main {
	padding: 25px 0;
	margin: 40px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.site-footer .copyright-main .copyright p {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(15, 15, 15, 0.3);
}

@media (max-width: 767px) {
	.site-footer .copyright-main .copyright p {
		text-align: center;
		margin-bottom: 15px;
	}
}

.site-footer .copyright-main .copyright-terms {
	text-align: right;
}

.site-footer .copyright-main .copyright-terms ul {
	display: flex;
	justify-content: flex-end;
	padding-left: 0;
}

.site-footer .copyright-main .copyright-terms ul li {
	list-style: none;
}

.site-footer .copyright-main .copyright-terms a {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	text-decoration-line: underline;
	color: rgba(15, 15, 15, 0.6);
	margin-left: 30px;
}

.site-footer .copyright-main .copyright-terms a:hover {
	color: #2B47C3;
}

@media (max-width: 990px) {
	.site-footer .copyright-main .copyright-terms a {
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	.site-footer .copyright-main .copyright-terms {
		text-align: center;
		margin-bottom: 15px;
	}
	.site-footer .copyright-main .copyright-terms a {
		margin: 0 8px;
	}
}

@media (max-width: 990px) {
	.site-footer {
		padding-top: 70px;
	}
	.site-footer .footer-address-social {
		padding-top: 70px;
	}
}

@media (max-width: 767px) {
	.site-footer .footer-logo {
		margin-bottom: 30px;
	}
	.site-footer .footer-links ul {
		text-align: left;
		display: block;
		padding-left: 0;
	}
	.site-footer .footer-links a {
		display: block;
		margin: 10px 0 20px;
		font-size: 16px;
		text-align: left;
	}
	.site-footer .footer-address-social {
		padding: 25px 0 0;
	}
	.site-footer .footer-address-social .footer-social {
		justify-content: flex-start;
		margin-top: 45px;
	}
	.site-footer .copyright-terms {
		text-align: right;
	}
	.site-footer .copyright-terms ul {
		justify-content: center !important;
	}
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}

.splide__container {
	position: relative;
	box-sizing: border-box;
}

.splide__list {
	margin: 0 !important;
	padding: 0 !important;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform;
}

.splide.is-active .splide__list {
	display: flex;
}

.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0;
}

.splide {
	visibility: hidden;
}

.splide, .splide__slide {
	position: relative;
	outline: none;
}

.splide__slide {
	box-sizing: border-box;
	list-style-type: none !important;
	margin: 0;
	flex-shrink: 0;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__slider {
	position: relative;
}

.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite;
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
	-webkit-user-select: none;
	user-select: none;
}

.splide--fade > .splide__track > .splide__list {
	display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
	display: block;
}

.splide--ttb > .splide__pagination {
	width: auto;
}

.splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: .7;
	background: #ccc;
}

.splide__arrow svg {
	width: 1.2em;
	height: 1.2em;
}

.splide__arrow:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__arrow:focus {
	outline: none;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide__pagination {
	position: absolute;
	z-index: 1;
	bottom: .5em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}

.splide__pagination__page {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 50%;
	margin: 3px;
	padding: 0;
	transition: transform .2s linear;
	border: none;
	opacity: .7;
}

.splide__pagination__page.is-active {
	transform: scale(1.4);
	background: #fff;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__pagination__page:focus {
	outline: none;
}

.splide__progress__bar {
	width: 0;
	height: 3px;
	background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
	border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
	border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
	outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
	right: 1em;
	left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
	top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
	top: auto;
	bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
	display: flex;
	flex-direction: column;
	bottom: 50%;
	left: auto;
	right: .5em;
	transform: translateY(50%);
}

.hero-content {
	text-align: center;
	padding: 125px 0;
}

.hero-content h1 {
	font-size: 80px;
	line-height: 90px;
	margin-bottom: 20px;
}

.hero-content p {
	font-size: 20px;
	line-height: 32px;
}

.hero-content .button {
	display: flex;
	align-items: center;
	width: 220px;
	justify-content: center;
	padding: 13px 10px;
	margin: 40px auto 0;
	font-size: 16px;
}

.hero-content .button svg {
	margin: 0 10px 0 0;
	width: 20px;
}

@media (max-width: 1600px) {
	.hero-content {
		padding: 120px 0 50px 0;
	}
}

@media (max-width: 1200px) {
	.hero-content h1 {
		font-size: 51px;
		line-height: 63px;
	}
}

@media (max-width: 767px) {
	.hero-content {
		padding: 80px 0 50px;
	}
	.hero-content h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.hero-content p {
		font-size: 16px;
		line-height: 28px;
	}
	.hero-content p br {
		display: none;
	}
}

.top-side-imgs {
	display: flex;
	justify-content: center;
}

.top-side-imgs .single-side-img {
	transform: translate(0) rotate(0);
	opacity: 0;
}

.top-side-imgs .single-side-img img {
	height: 272px;
}

@media (max-width: 767px) {
	.top-side-imgs .single-side-img img {
		height: 160px;
	}
}

.center-phone {
	position: absolute;
	width: 262px;
	z-index: 99;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -290px;
}

.center-phone:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 66px;
	width: 146px;
	height: 146px;
	border: 2px solid #f9bd01;
	content: "";
	border-radius: 50%;
	margin: 0 auto;
	transition: 0.4s all;
	opacity: 0;
	z-index: 9;
}

@media (max-width: 1600px) {
	.center-phone {
		width: 242px;
	}
}

.center-phone.story-border:after {
	opacity: 1;
	transition-delay: 0.4s;
}

.center-phone .phone-body {
	position: relative;
	z-index: 2;
}

.center-phone .phone-shadow {
	position: absolute;
	top: 320px;
	z-index: 0;
	opacity: 0.4;
	left: 0;
	right: 0;
	width: 80%;
	height: 250px;
	background-color: #000;
	margin: 0 auto;
	filter: blur(30px);
	-webkit-filter: blur(30px);
	opacity: 0;
}

.center-phone .phone-image {
	position: absolute;
	top: 20px;
	left: 3px;
	bottom: 0;
	width: 253px;
	height: 548px;
	overflow: hidden;
	z-index: 99;
	border-radius: 0;
}

.center-phone .phone-image .phone-img-1 {
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 24px 24px;
}

@media (max-width: 1600px) {
	.center-phone .phone-image {
		width: 233px;
		height: 505px;
	}
	.center-phone .phone-image .phone-img-1 {
		border-radius: 8px 8px 18px 18px;
	}
}

.center-phone .story-addopted {
	width: 315px;
	text-align: center;
	background-color: #fff;
	padding: 1px 28px 25px;
	border-radius: 11px;
	position: absolute;
	bottom: 110px;
	left: -30px;
	z-index: 99;
	box-shadow: 0px 1.86442px 18.6442px rgba(0, 0, 0, 0.06);
	transform: translateY(130px);
	opacity: 0;
}

.center-phone .story-addopted .stroy-adopted-icon {
	width: 50px;
	height: 50px;
	background-color: #00c05e;
	border-radius: 50%;
	line-height: 43px;
	margin: -25px auto 15px;
}

.center-phone .story-addopted .story-adopted-desc {
	font-size: 14px;
	line-height: 23px;
}

.center-phone .story-addopted .story-adopted-desc span {
	color: #00c05e;
}

@media (max-width: 1600px) {
	.center-phone .story-addopted {
		left: -38px;
	}
}

@media (max-width: 1200px) {
	.center-phone .story-addopted {
		display: none;
	}
}

.center-phone .phone-image-2 {
	position: absolute;
	top: 20px;
	left: 3px;
	bottom: 0;
	width: 253px;
	height: 548px;
	overflow: hidden;
	z-index: 99;
	opacity: 0;
}

.center-phone .phone-image-2 video {
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 24px 24px;
}

@media (max-width: 1600px) {
	.center-phone .phone-image-2 {
		width: 233px;
		height: 505px;
	}
	.center-phone .phone-image-2 .phone-img-1 {
		border-radius: 8px 8px 18px 18px;
	}
}

@media (max-width: 767px) {
	.center-phone {
		width: 165px;
		top: -170px;
	}
	.center-phone:after {
		top: 38px;
		width: 102px;
		height: 102px;
	}
	.center-phone .phone-image {
		left: 3px;
		height: 345px;
		width: 158px;
		top: 13px;
	}
	.center-phone .phone-image .phone-img-1 {
		border-radius: 7px;
	}
	.center-phone .phone-shadow {
		height: 90px;
	}
	.center-phone .story-addopted {
		width: 270px;
		padding: 1px 15px 25px;
		bottom: 110px;
		left: -50px;
		transform: translateY(90px);
	}
	.center-phone .phone-image-2 {
		display: none !important;
	}
}

.social-main {
	margin: 120px 0;
}

.social-main .social-head {
	opacity: 0;
}

.social-main .radio-wave-main {
	position: relative;
	height: 860px;
	opacity: 0;
	margin-top: 0;
}

.social-main .radio-wave-main .radio-wave {
	width: 860px;
	height: 860px;
	border: 1px solid #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	animation-name: radio;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	border-radius: 50%;
	opacity: 0;
}

.social-main .radio-wave-main .radio-wave-1 {
	animation-delay: 0s;
}

.social-main .radio-wave-main .radio-wave-2 {
	animation-delay: 1s;
}

.social-main .radio-wave-main .radio-wave-3 {
	animation-delay: 2s;
}

.social-main .radio-wave-main .social-icons-radio {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.social-main .radio-wave-main .social-icons-radio .single-icon {
	position: absolute;
	animation-name: scale-icons;
	animation-iteration-count: infinite;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	max-width: 150px;
}

.social-main .radio-wave-main .social-icons-radio .linkedin {
	top: 48%;
	left: 19%;
	animation-delay: 1s;
}

.social-main .radio-wave-main .social-icons-radio .twitter {
	top: 37%;
	right: 20%;
	animation-delay: 1.5s;
}

.social-main .radio-wave-main .social-icons-radio .facebook {
	top: 7%;
	right: 15%;
	animation-delay: 2s;
}

.social-main .radio-wave-main .social-icons-radio .pinterest {
	top: 5%;
	left: 15%;
	animation-delay: 2.2s;
}

.social-main .radio-wave-main .social-icons-radio .snapchat {
	bottom: 9%;
	left: 12%;
	animation-delay: 2.4s;
}

.social-main .radio-wave-main .social-icons-radio .whatsapp {
	bottom: 17%;
	right: 9%;
	animation-delay: 2.4s;
}

.social-main .radio-wave-main .social-icons-radio .instagram {
	bottom: -7%;
	right: 44%;
	animation-delay: 2.6s;
}

@media (max-width: 990px) {
	.social-main .radio-wave-main .social-icons-radio .linkedin {
		top: 40%;
		left: 2%;
	}
	.social-main .radio-wave-main .social-icons-radio .twitter {
		top: 37%;
		right: 2%;
	}
	.social-main .radio-wave-main .social-icons-radio .whatsapp {
		bottom: 12%;
		right: 9%;
	}
}

@media (max-width: 767px) {
	.social-main .radio-wave-main .social-icons-radio .instagram {
		bottom: -23%;
		right: 40%;
	}
	.social-main .radio-wave-main .social-icons-radio .facebook {
		top: 5%;
		right: 11%;
	}
	.social-main .radio-wave-main .social-icons-radio .twitter {
		top: 41%;
		right: 0;
	}
	.social-main .radio-wave-main .social-icons-radio .snapchat {
		bottom: 4%;
		left: 5%;
	}
	.social-main .radio-wave-main .social-icons-radio .whatsapp {
		bottom: 4%;
		right: 5%;
	}
	.social-main .radio-wave-main .social-icons-radio .linkedin {
		top: 41%;
		left: 0%;
	}
	.social-main .radio-wave-main .social-icons-radio .pinterest {
		top: 5%;
		left: 11%;
	}
}

@media (max-width: 1500px) {
	.social-main .radio-wave-main {
		height: 700px;
	}
	.social-main .radio-wave-main .radio-wave {
		width: 700px;
		height: 700px;
	}
}

@media (max-width: 767px) {
	.social-main .radio-wave-main {
		height: 300px;
		margin-top: 55px;
	}
	.social-main .radio-wave-main .radio-wave {
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 1200px) {
	.social-main {
		margin: 350px 0 120px;
	}
}

@media (max-width: 767px) {
	.social-main {
		margin: 250px 0 120px;
	}
	.social-main .social-head br {
		display: none;
	}
	.social-main .radio-wave-main .social-icons-radio .single-icon {
		max-width: 70px;
	}
}

@keyframes radio {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
		transform: scale(1);
	}
}

@keyframes scale-icons {
	0% {
		transform: scale(1);
	}
	60% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.reimagine-main {
	padding: 155px 0 100px;
	min-height: 1000px;
}

.reimagine-main .heading.reimagine-head {
	text-align: center;
	opacity: 0;
}

.reimagine-main .heading.reimagine-head span {
	color: #2b47c3;
}

@media (max-width: 1200px) {
	.reimagine-main .heading.reimagine-head {
		font-size: 50px;
	}
}

@media (max-width: 990px) {
	.reimagine-main .heading.reimagine-head {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.reimagine-main .heading.reimagine-head {
		font-size: 32px;
		line-height: 42px;
	}
}

.reimagine-main .reimagine-block {
	padding: 80px 0 100px;
	display: flex;
	justify-content: center;
}

.reimagine-main .reimagine-block .reimagine-single {
	position: relative;
	width: 330px;
	padding: 30px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
	border-radius: 12px;
	text-align: right;
}

.reimagine-main .reimagine-block .reimagine-single:nth-child(2) {
	text-align: left;
}

.reimagine-main .reimagine-block .reimagine-single video {
	width: 180px;
	display: inline-block;
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-thumb-1 {
	opacity: 0;
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-thumb-2 {
	opacity: 0;
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt {
	position: absolute;
	width: 270px;
	background-color: #2b47c3;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	line-height: 26px;
	border-radius: 12px;
	opacity: 0;
	z-index: 9;
	text-align: left;
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt:after {
	background-image: url(img/blue-triangle.svg);
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-1 {
	left: -310px;
	bottom: 0;
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-1:after {
	right: -30px;
	z-index: 9;
	top: 10px;
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-2 {
	right: -310px;
	top: 0;
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-2:after {
	left: -30px;
	top: 10px;
	transform: rotate(180deg);
}

.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt span {
	font-weight: 600;
	margin-bottom: 10px;
}

@media (max-width: 1200px) {
	.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt {
		width: 180px;
		padding: 16px;
		font-size: 14px;
		line-height: 24px;
	}
	.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-1 {
		left: -170px;
		bottom: 0;
	}
	.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-2 {
		right: -170px;
		top: 0;
	}
}

@media (max-width: 990px) {
	.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt {
		width: 100%;
		position: relative;
		z-index: 9999;
	}
	.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-1 {
		left: -20px;
		width: 200px;
	}
	.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-1::after {
		right: auto;
		z-index: 9;
		top: auto;
		left: 30px;
		bottom: -30px;
		transform: rotateZ(90deg);
	}
	.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-2 {
		right: -90px;
		width: 200px;
		margin-top: 10px;
	}
	.reimagine-main .reimagine-block .reimagine-single .reimagine-box-txt.reimagine-txt-2:after {
		left: auto;
		right: 30px;
		top: -30px;
		transform: rotate(150deg);
	}
}

.reimagine-main .reimagine-mob {
	display: none;
}

@media (max-width: 1600px) {
	.reimagine-main {
		padding: 155px 0 100px;
		min-height: 900px;
	}
	.reimagine-main .reimagine-block {
		padding: 60px 0 100px;
	}
}

@media (max-width: 1400px) {
	.reimagine-main .reimagine-block {
		padding: 60px 0 40px;
	}
}

@media (max-width: 1200px) {
	.reimagine-main .reimagine-block {
		display: none;
	}
	.reimagine-main .reimagine-mob {
		display: block;
	}
	.reimagine-main .reimagine-mob .reimagine-box-txt {
		max-width: 270px;
		background-color: #2b47c3;
		color: #fff;
		padding: 20px;
		font-size: 16px;
		line-height: 26px;
		border-radius: 12px;
		margin: 60px auto 35px;
		position: relative;
		left: -110px;
	}
	.reimagine-main .reimagine-mob .reimagine-box-txt:after {
		background-image: url(img/blue-triangle.svg);
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -23px;
		left: -16px;
		transform: rotateZ(125deg);
	}
	.reimagine-main .reimagine-mob .reimagine-box-txt span {
		font-weight: 600;
		margin-bottom: 10px;
	}
	.reimagine-main .reimagine-mob .reimagine-mob-txt-2 {
		margin-bottom: 0;
		right: -110px;
		left: auto;
	}
	.reimagine-main .reimagine-mob .reimagine-mob-txt-2::after {
		top: -20px;
		bottom: auto;
		right: -13px;
		left: auto;
		transform: rotateZ(-55deg);
	}
	.reimagine-main .reimagine-mob .reimagine-phone {
		margin-bottom: 45px;
		position: relative;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .reimagine-phone-img {
		width: 240px;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .reimagine-phone-img video {
		position: absolute;
		top: 20px;
		left: -1px;
		height: calc(100% - 25px);
		object-fit: cover;
		width: calc(100% - 7px);
		margin: 0 auto;
		right: 0;
		border-radius: 26px;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area {
		width: 210px;
		height: 500px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area video {
		width: 210px;
		position: absolute;
		top: 40px;
		z-index: -1;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area video.reimagine-thumb-1 {
		left: -125px;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area video.reimagine-thumb-2 {
		left: 125px;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area .reimagine-right {
		right: 0;
		top: 75px;
	}
}

@media (max-width: 990px) {
	.reimagine-main {
		padding: 100px 0 100px;
	}
}

@media (max-width: 767px) {
	.reimagine-main {
		padding: 65px 0 100px;
		min-height: 0;
	}
	.reimagine-main .reimagine-mob .reimagine-box-txt {
		left: 0;
		margin: 0 auto 55px;
	}
	.reimagine-main .reimagine-mob .reimagine-mob-txt-2 {
		right: 0;
		margin: 0 auto;
	}
	.reimagine-main .reimagine-mob .reimagine-phone {
		margin-bottom: 45px;
		position: relative;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .reimagine-phone-img {
		width: 140px;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .reimagine-phone-img video {
		top: 13px;
		height: calc(100% - 16px);
		border-radius: 16px;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area {
		width: 130px;
		height: 310px;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area video {
		width: 110px;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area video.reimagine-thumb-1 {
		left: -15px;
	}
	.reimagine-main .reimagine-mob .reimagine-phone .img-area video.reimagine-thumb-2 {
		left: 35px;
	}
}

.home-feature-single {
	padding: 70px 45px 70px 70px;
	background-color: rgba(249, 189, 1, 0.06);
	transition: 0.3s all ease-in-out;
	transform: translateY(0);
	min-height: 560px;
}

.home-feature-single:hover {
	transform: translateY(-30px);
}

.home-feature-single:hover .button {
	transform: translateY(0);
	opacity: 1;
}

.home-feature-single img {
	margin-bottom: 32px;
}

.home-feature-single h2 {
	font-weight: 600;
}

.home-feature-single p {
	font-size: 20px;
	line-height: 32px;
}

.home-feature-single .button {
	margin-top: 40px;
	transform: translateY(30px);
	opacity: 0;
}

.home-feature-single .button svg {
	position: relative;
	top: -4px;
}

@media (max-width: 1700px) {
	.home-feature-single {
		padding: 70px 45px 70px;
		min-height: 580px;
	}
	.home-feature-single h2 {
		font-weight: 600;
		font-size: 40px;
	}
	.home-feature-single br {
		display: none;
	}
}

@media (max-width: 1200px) {
	.home-feature-single {
		min-height: 0;
	}
	.home-feature-single:hover {
		transform: none;
	}
	.home-feature-single .button {
		margin-top: 10px;
		transform: translateY(0);
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.home-feature-single {
		min-height: 0;
	}
	.home-feature-single h2 {
		font-size: 30px;
	}
	.home-feature-single p {
		font-size: 16px;
	}
}

.pin-section-main {
	margin: 150px 0 200px;
}

.pin-section-main .pin-txt p {
	font-size: 20px;
	line-height: 32px;
}

.pin-section-main .step-single {
	padding: 280px 20px 0;
	opacity: 0;
}

.pin-section-main .step-single span {
	font-style: normal;
	font-weight: 600;
	font-size: 90px;
	line-height: 140%;
	letter-spacing: -0.0777778px;
	color: #00af55;
	vertical-align: middle;
}

.pin-section-main .step-single h3 {
	font-size: 20px;
	font-weight: 600;
	color: #2f2f2f;
}

.pin-section-main .step-single p {
	font-size: 20px;
	line-height: 32px;
}

@media (max-width: 1200px) {
	.pin-section-main .step-single {
		padding: 120px 20px 0;
	}
	.pin-section-main .step-single h3 {
		display: flex;
		align-items: center;
		font-size: 18px;
		line-height: 28px;
	}
	.pin-section-main .step-single span {
		font-size: 60px;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.pin-section-main .step-single {
		padding: 30px 0 0 0;
		opacity: 1;
	}
	.pin-section-main .step-single span {
		display: block;
		font-size: 60px;
	}
	.pin-section-main .step-single p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 990px) {
	.pin-section-main {
		margin: 100px 0;
	}
}

@media (max-width: 767px) {
	.pin-section-main {
		margin: 60px 0 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ownership-video-main {
	position: relative;
	padding: 150px 0 0;
	margin-bottom: 200px;
}

.ownership-video-main:before {
	background-color: rgba(43, 71, 195, 0.03);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80%;
	content: "";
	z-index: -1;
}

.ownership-video-main p {
	font-size: 20px;
	line-height: 32px;
}

.ownership-video-main .video-area {
	position: relative;
	margin-top: 60px;
}

.ownership-video-main .video-area .custom-play {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease-in-out;
	width: 44px;
	backdrop-filter: blur(4px);
}

.ownership-video-main .video-area .custom-play img {
	animation-name: rotate-360;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	transition: 0.3 all ease-in-out;
}

.ownership-video-main .video-area .custom-play svg {
	width: 15px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 13px;
}

.ownership-video-main .video-area .custom-play:hover img {
	animation-play-state: paused;
}

.ownership-video-main .video-area .custom-play .play-icon {
	opacity: 0;
	visibility: hidden;
	transform: rotate(-180deg);
	transition: 0.3s all ease-in-out;
}

.ownership-video-main .video-area .custom-play .pause-icon {
	transform: rotate(0);
	transition: 0.3s all ease-in-out;
	opacity: 1;
	visibility: visible;
}

.ownership-video-main .video-area .custom-play.paused .play-icon {
	opacity: 1;
	visibility: visible;
	transform: rotate(0);
}

.ownership-video-main .video-area .custom-play.paused .pause-icon {
	transform: rotate(180deg);
	opacity: 0;
	visibility: hidden;
}

.ownership-video-main .video-area:hover .custom-play {
	opacity: 1;
	visibility: visible;
}

.ownership-video-main .video-area video {
	border-radius: 12px;
}

@media (max-width: 990px) {
	.ownership-video-main {
		padding-top: 100px;
		margin-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.ownership-video-main {
		padding: 70px 0 0;
		margin-bottom: 70px;
	}
}

.testimonial-area-main {
	position: relative;
	margin-bottom: 150px;
}

.testimonial-area-main .heading {
	position: absolute;
	width: 57%;
	right: 0;
}

.testimonial-area-main .testimonial-txt {
	padding-top: 140px;
	padding-bottom: 45px;
}

.testimonial-area-main .testimonial-txt p {
	font-size: 20px;
	line-height: 33px;
}

.testimonial-area-main .testimonial-txt h5 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 40px;
}

.testimonial-area-main .testimonial-txt h5 span {
	font-weight: 600;
}

.testimonial-area-main .splide__arrows {
	display: none;
}

.testimonial-area-main .splide__pagination__page.is-active {
	background: #2b47c3;
	opacity: 1;
	transform: none;
}

.testimonial-area-main .splide__pagination li {
	margin: 0 7px;
	display: none;
}

.testimonial-area-main .splide__pagination li:first-child {
	margin-left: 0;
}

.testimonial-area-main .splide__pagination {
	right: 0;
	width: 100%;
	left: auto;
	transform: none;
	justify-content: flex-start;
}

@media (max-width: 1200px) {
	.testimonial-area-main .heading {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 990px) {
	.testimonial-area-main {
		margin-bottom: 80px;
	}
	.testimonial-area-main .heading {
		position: static;
		width: 100%;
		margin-bottom: 45px;
	}
	.testimonial-area-main .testimonial-txt {
		padding-top: 0;
	}
	.testimonial-area-main .testimonial-txt p {
		font-size: 18px;
		line-height: 32px;
	}
	.testimonial-area-main .splide__pagination {
		right: 0;
		left: 0;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.testimonial-area-main {
		padding: 0 10px;
		margin-bottom: 70px;
	}
	.testimonial-area-main .heading {
		font-size: 32px;
		line-height: 42px;
		text-align: center;
	}
	.testimonial-area-main .testimonial-img {
		margin-bottom: 25px;
		text-align: center;
	}
	.testimonial-area-main .testimonial-img img {
		width: 250px;
	}
}

.mobile-phone {
	display: none;
}

@media (max-width: 1200px) {
	.social-main {
		position: relative;
	}
	.mobile-phone {
		width: 240px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 130px;
		z-index: 99;
		display: block;
	}
	.mobile-phone:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		width: 130px;
		height: 130px;
		border: 2px solid #f9bd01;
		content: "";
		border-radius: 50%;
		margin: 0 auto;
		transition: 0.4s all;
		z-index: 9;
	}
	.mobile-phone .social-phone-vid {
		position: absolute;
		left: 0;
		border-radius: 15px;
		height: 120px;
		width: 120px;
		right: 0;
		margin: 0 auto;
		top: 55px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		overflow: hidden;
	}
	.mobile-phone .social-phone-vid video {
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}
	.mobile-phone .story-addopted {
		width: 330px;
		padding: 1px 15px 25px;
		bottom: 190px;
		left: -49px;
		text-align: center;
		background-color: #fff;
		position: absolute;
		border-radius: 11px;
		z-index: 99;
		box-shadow: 0px 1.86442px 18.6442px rgba(0, 0, 0, 0.06);
		transform: translateY(80px);
		opacity: 0;
		opacity: 0;
	}
	.mobile-phone .story-addopted .stroy-adopted-icon {
		width: 50px;
		height: 50px;
		background-color: #00c05e;
		border-radius: 50%;
		line-height: 43px;
		margin: -25px auto 15px;
	}
	.mobile-phone .story-addopted .story-adopted-desc {
		font-size: 14px;
		line-height: 24px;
	}
	.mobile-phone .story-addopted .story-adopted-desc span {
		color: #00c05e;
	}
}

@media (max-width: 767px) {
	.mobile-phone {
		width: 140px;
		bottom: 20px;
	}
	.mobile-phone:before {
		top: 29px;
		width: 86px;
		height: 86px;
	}
	.mobile-phone .social-phone-vid {
		border-radius: 15px;
		height: 75px;
		width: 75px;
		top: 35px;
	}
	.mobile-phone .story-addopted {
		width: 240px;
		bottom: 110px;
		left: -49px;
	}
	.mobile-phone .story-addopted .story-adopted-desc {
		font-size: 12px;
		line-height: 22px;
	}
}

.about-hero {
	padding: 130px 0 60px;
	text-align: center;
}

.about-hero h1 {
	font-size: 52px;
	font-weight: 600;
	line-height: 62px;
}

.about-hero p {
	font-size: 16px;
}

@media (max-width: 1500px) {
	.about-hero {
		padding: 50px 0 60px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.about-hero h1 {
		font-size: 36px;
		line-height: 48px;
	}
	.about-hero h1 br {
		display: none;
	}
}

.about-roatating-img {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

.about-roatating-img .about-hero-thumbs {
	width: 642px;
	height: 642px;
	top: 0;
	left: 0;
	right: 0;
	margin-top: -35px;
	position: absolute;
}

.about-roatating-img .about-hero-thumbs .abt-thumb {
	width: 100px;
	left: 270px;
	top: 0;
}

.about-roatating-img .about-hero-thumbs .abt-thumb.abt-thumb-2 {
	width: 70px;
}

@media (max-width: 767px) {
	.about-roatating-img {
		width: 300px;
	}
	.about-roatating-img .about-hero-thumbs {
		width: 300px;
		height: 300px;
	}
	.about-roatating-img .about-hero-thumbs .abt-thumb {
		width: 60px;
	}
	.about-roatating-img .about-hero-thumbs .abt-thumb.abt-thumb-2 {
		width: 40px;
	}
}

.about-feature-main {
	background-color: #2f2f2f;
	margin-top: -350px;
	padding: 2px 0 150px;
	min-height: 500px;
}

.about-feature-main .abt-center-img {
	width: 320px;
	margin: -160px auto 0;
	height: 320px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.about-feature-main .abt-center-img video {
	object-fit: cover;
	object-position: center;
	height: 100%;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.about-feature-main {
		margin-top: -160px;
		padding: 2px 0 10px;
	}
	.about-feature-main .abt-center-img {
		width: 170px;
		margin: -95px auto 0;
		height: 170px;
	}
}

.about-feature-main .about-second-section {
	padding: 300px 0 160px;
	position: relative;
}

.about-feature-main .about-second-section .abt-second-txt h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 49px;
	letter-spacing: -0.0777778px;
	color: #ffffff;
	font-weight: 500;
}

.about-feature-main .about-second-section .abt-second-txt p {
	color: #ffffff;
	font-size: 16px;
	line-height: 29px;
}

@media (max-width: 767px) {
	.about-feature-main .about-second-section .abt-second-txt {
		font-size: 28px;
		line-height: 38px;
	}
}

.about-feature-main .about-second-section svg {
	position: absolute;
	top: 180px;
	width: calc(100% - 130px);
	right: 0;
}

.about-feature-main .about-second-section .left-circle {
	position: absolute;
	width: 257px;
	height: 257px;
	border: 9px solid #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 24px;
	text-align: right;
	justify-content: flex-end;
	padding: 0 15px;
	left: -120px;
	top: 110px;
}

.about-feature-main .about-second-section .white-circle {
	background-color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.about-feature-main .about-second-section .sol-img {
	position: absolute;
	top: 0;
	right: 0;
}

.about-feature-main .about-second-section .sol-img.sol-1 {
	width: 260px;
	right: 33.5%;
	top: 40%;
}

.about-feature-main .about-second-section .sol-img.sol-2 {
	width: 250px;
	top: -8%;
	right: 25%;
}

.about-feature-main .about-second-section .sol-img.sol-3 {
	width: 140px;
	right: 10%;
	top: -11.5%;
}

@media (max-width: 2000px) {
	.about-feature-main .about-second-section .sol-img.sol-1 {
		right: 29.5%;
	}
	.about-feature-main .about-second-section .sol-img.sol-2 {
		top: -8.3%;
	}
	.about-feature-main .about-second-section .sol-img.sol-3 {
		top: -11.8%;
	}
}

@media (max-width: 1700px) {
	.about-feature-main .about-second-section .sol-img.sol-1 {
		right: 29.5%;
		width: 200px;
		top: 50%;
	}
	.about-feature-main .about-second-section .sol-img.sol-2 {
		top: 5.9%;
		right: 24%;
		width: 200px;
	}
	.about-feature-main .about-second-section .sol-img.sol-3 {
		top: 5.9%;
		right: 12%;
		width: 100px;
	}
}

@media (max-width: 1500px) {
	.about-feature-main .about-second-section .sol-img.sol-1 {
		right: 28.5%;
	}
	.about-feature-main .about-second-section .sol-img.sol-2 {
		top: 13.2%;
		right: 16%;
	}
	.about-feature-main .about-second-section .sol-img.sol-3 {
		top: 13.8%;
		right: 5%;
	}
}

@media (max-width: 1370px) {
	.about-feature-main .about-second-section .sol-img.sol-1 {
		right: 26.7%;
	}
}

@media (max-width: 2000px) {
	.about-feature-main .about-second-section {
		padding: 230px 0 160px;
	}
}

@media (max-width: 1700px) {
	.about-feature-main .about-second-section svg {
		top: 230px;
	}
	.about-feature-main .about-second-section .left-circle {
		top: 150px;
	}
}

@media (max-width: 1500px) {
	.about-feature-main .about-second-section svg {
		top: 280px;
	}
	.about-feature-main .about-second-section .left-circle {
		top: 190px;
	}
}

@media (max-width: 1200px) {
	.about-feature-main .about-second-section {
		padding: 100px 0 110px;
	}
	.about-feature-main .about-second-section .left-circle {
		top: 70px;
	}
	.about-feature-main .about-second-section svg {
		display: none;
	}
	.about-feature-main .about-second-section .white-circle {
		display: none;
	}
	.about-feature-main .about-second-section .sol-img {
		display: none;
	}
	.about-feature-main .about-second-section .col-6 {
		width: 80%;
		margin-left: 20%;
	}
}

@media (max-width: 767px) {
	.about-feature-main .about-second-section .left-circle {
		display: none;
	}
	.about-feature-main .about-second-section .col-6 {
		width: 100%;
		margin-left: 0;
	}
}

.about-feature-main .about-feature-container {
	width: 68%;
	margin-left: auto;
	position: relative;
}

.about-feature-main .about-feature-container:after {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% / 4 - 10px);
	height: 100%;
	bottom: 0;
	background-color: #2f2f2f;
	opacity: 0.7;
	content: "";
}

.about-feature-main .about-feature-container .heading-about {
	margin-bottom: 40px;
}

.about-feature-main .about-feature-container .about-single-feature {
	background-color: #444;
	padding: 30px;
	height: 100%;
	border-radius: 12px;
}

.about-feature-main .about-feature-container .about-single-feature h3 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin: 19px 0 10px;
	line-height: 30px;
}

.about-feature-main .about-feature-container .about-single-feature p {
	font-size: 18px;
	color: #ffffff;
}

.about-feature-main .about-feature-container .splide__arrow--next,
.about-feature-main .about-feature-container .splide__arrow--prev {
	width: 60px;
	height: 60px;
	opacity: 1;
	right: 14%;
	background-color: #ffffff;
	border-radius: 50%;
	transition: 0.3s all ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-feature-main .about-feature-container .splide__arrow--next img,
.about-feature-main .about-feature-container .splide__arrow--prev img {
	width: 20px;
}

.about-feature-main .about-feature-container .splide__arrow--next:hover,
.about-feature-main .about-feature-container .splide__arrow--prev:hover {
	opacity: 0.7;
}

.about-feature-main .about-feature-container .splide__arrow--prev {
	display: none;
}

@media (max-width: 2000px) {
	.about-feature-main .about-feature-container {
		width: 74%;
	}
}

@media (max-width: 1700px) {
	.about-feature-main .about-feature-container {
		width: 79%;
	}
}

@media (max-width: 1500px) {
	.about-feature-main .about-feature-container {
		width: 83%;
	}
	.about-feature-main .about-feature-container .about-single-feature {
		padding: 25px;
	}
}

@media (max-width: 1200px) {
	.about-feature-main .about-feature-container:after {
		display: none;
	}
}

@media (max-width: 990px) {
	.about-feature-main .about-feature-container {
		width: 100%;
		padding: 0 15px;
	}
	.about-feature-main .about-feature-container .splide__arrow--next,
	.about-feature-main .about-feature-container .splide__arrow--prev {
		position: static;
		transform: none;
		width: 45px;
		height: 45px;
		margin: 0 5px;
	}
	.about-feature-main .about-feature-container .splide__arrow--next img,
	.about-feature-main .about-feature-container .splide__arrow--prev img {
		width: 12px;
	}
	.about-feature-main .about-feature-container .splide__arrow--prev {
		display: flex;
	}
	.about-feature-main .about-feature-container .splide__arrow--prev img {
		transform: rotateZ(180deg);
	}
	.about-feature-main .about-feature-container .splide__arrows {
		text-align: center;
		margin: 45px 0;
		display: flex;
		justify-content: center;
	}
}

.ownership-main {
	text-align: center;
	padding: 0 10px 0;
}

.ownership-main p {
	font-size: 16px;
	margin-bottom: 45px;
}

.ownership-main .about-phone-video-area {
	width: 267px;
	margin: 0 auto -150px;
	position: relative;
	z-index: 99;
}

.ownership-main .about-phone-video-area video {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 10px);
	height: calc(100% - 25px);
	object-fit: cover;
	border-radius: 15px 15px 24px 24px;
	top: 21px;
}

@media (max-width: 767px) {
	.ownership-main .about-phone-video-area {
		width: 200px;
		margin-top: 45px;
	}
	.ownership-main .about-phone-video-area video {
		left: 0;
		right: 0;
		width: calc(100% - 8px);
		height: calc(100% - 19px);
		border-radius: 10px 10px 16px 16px;
		top: 16px;
	}
}

.about-blue-section {
	padding: 250px 0 150px 0;
	background-color: #2B47C3;
	z-index: 0;
}

.about-blue-section img {
	width: 72%;
	margin-left: auto;
	display: block;
	padding-right: 150px;
}

@media (max-width: 1700px) {
	.about-blue-section img {
		width: 84%;
		margin-left: auto;
		display: block;
		padding-right: 150px;
	}
}

@media (max-width: 1200px) {
	.about-blue-section img {
		width: 100%;
		padding: 0 45px;
	}
}

@media (max-width: 767px) {
	.about-blue-section {
		padding: 190px 0 60px 0;
	}
	.about-blue-section img {
		padding: 0 15px;
	}
}

.customers-win-main {
	padding: 140px 0;
}

.customers-win-main .customer-win-block {
	margin-top: 60px;
}

.customers-win-main .customer-win-block .single-customer-area {
	padding: 30px 30px 60px;
	min-height: 340px;
	background: #f9f9fd;
	border-radius: 12px;
	position: relative;
}

.customers-win-main .customer-win-block .single-customer-area img {
	height: 50px !important;
	margin-bottom: 25px;
}

.customers-win-main .customer-win-block .single-customer-area a {
	font-size: 16px;
	color: #2B47C3;
	font-weight: 600;
	position: absolute;
	bottom: 20px;
}

.customers-win-main .customer-win-block .single-customer-area a svg {
	display: inline-block;
	width: 18px;
	vertical-align: middle;
	position: relative;
	top: -3px;
	left: 0;
	margin-left: 8px;
	transition: 0.3s all ease-in-out;
}

.customers-win-main .customer-win-block .single-customer-area a:hover {
	color: #3f5de3;
}

.customers-win-main .customer-win-block .single-customer-area a:hover svg {
	left: 8px;
}

@media (max-width: 990px) {
	.customers-win-main .customer-win-block .single-customer-area p {
		font-size: 17px;
		line-height: 29px;
	}
}

@media (max-width: 767px) {
	.customers-win-main {
		padding: 60px 0;
	}
	.customers-win-main .customer-win-block .single-customer-area {
		margin-bottom: 25px;
	}
}

.join-team-main {
	text-align: center;
	padding: 120px 0;
}

.join-team-main p {
	max-width: 950px;
	margin: 0 auto 35px;
	font-size: 18px;
}

@media (max-width: 990px) {
	.join-team-main {
		padding: 60px 0;
	}
}

.resources-main {
	background-color: #f9f9fd;
	padding: 60px 0 150px 0;
}

.resources-main .heading-about {
	margin-bottom: 60px;
}

.resources-main .resource-single h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0 15px;
}

.resources-main .resource-single p {
	font-size: 15px;
}

.resources-main .resource-single .about-social a {
	margin-right: 10px;
	display: inline-block;
	padding: 0;
	opacity: 1;
}

.resources-main .resource-single .about-social a:hover {
	opacity: 0.7;
}

@media (max-width: 990px) {
	.resources-main {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.resources-main .resource-single {
		margin-bottom: 45px;
	}
}

.heading-about {
	font-weight: 600;
	font-size: 42px;
	line-height: 51px;
	letter-spacing: -0.0777778px;
}

@media (max-width: 1200px) {
	.heading-about {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.heading-about {
		font-size: 28px;
		line-height: 38px;
	}
}

.experience-hero-main {
	background-color: rgba(43, 71, 195, 0.03);
	overflow: hidden;
}

.experience-hero-main .exp-hero-content {
	padding: 130px 0 60px;
	text-align: center;
}

.experience-hero-main .exp-hero-content h1 {
	font-size: 52px;
	font-weight: 600;
	line-height: 62px;
}

.experience-hero-main .exp-hero-content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

.experience-hero-main .exp-hero-content p {
	font-size: 16px;
}

@media (max-width: 1500px) {
	.experience-hero-main .exp-hero-content {
		padding: 50px 0 60px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.experience-hero-main .exp-hero-content h1 {
		font-size: 36px;
		line-height: 46px;
	}
	.experience-hero-main .exp-hero-content p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.experience-hero-main .exp-hero-content h3 {
		font-size: 16px;
		line-height: 28px;
	}
}

.experience-hero-main .exp-hero-radio {
	position: relative;
}

.experience-hero-main .exp-hero-radio .exp-radio-block {
	position: absolute;
	width: 550px;
	height: 550px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	top: -90px;
}

.experience-hero-main .exp-hero-radio .exp-radio-block .single-radio-wave {
	border: 1px solid #2B47C3;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation-name: radio;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	border-radius: 50%;
	opacity: 0;
}

.experience-hero-main .exp-hero-radio .exp-radio-block .single-radio-wave:nth-child(1) {
	animation-delay: 1s;
}

.experience-hero-main .exp-hero-radio .exp-radio-block .single-radio-wave:nth-child(2) {
	animation-delay: 2s;
}

.experience-hero-main .exp-hero-radio .exp-radio-block .single-radio-wave:nth-child(3) {
	animation-delay: 3s;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone {
	height: 280px;
	text-align: center;
	overflow: hidden;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone .phone {
	width: 262px;
	position: relative;
	z-index: 9;
	margin: 0 auto;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone .phone video {
	position: absolute;
	left: -1px;
	right: 0;
	width: calc(100% - 12px);
	margin: 0 auto;
	height: calc(100% - 12px);
	object-fit: cover;
	top: 20px;
	border-radius: 10px;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs {
	width: 680px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: 100%;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img {
	position: absolute;
	z-index: 1;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img:nth-child(1) {
	top: 35px;
	left: 115px;
	width: 106px;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img:nth-child(2) {
	bottom: 25px;
	left: 45px;
	width: 208px;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img:nth-child(3) {
	top: 15px;
	right: 100px;
	width: 126px;
}

.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img:nth-child(4) {
	bottom: 45px;
	right: 45px;
	width: 201px;
}

@media (max-width: 767px) {
	.experience-hero-main .exp-hero-radio .exp-radio-block {
		width: 390px;
		height: 390px;
		top: -60px;
	}
	.experience-hero-main .exp-hero-radio .exp-radio-phone {
		height: 320px;
	}
	.experience-hero-main .exp-hero-radio .exp-radio-phone .phone {
		width: 200px;
	}
	.experience-hero-main .exp-hero-radio .exp-radio-phone .phone video {
		left: -1px;
		width: calc(100% - 5px);
		height: calc(100% - 15px);
		object-fit: cover;
		top: 18px;
		border-radius: 14px;
	}
	.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs {
		width: 90%;
	}
	.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img:nth-child(1) {
		top: 90px;
		left: -5px;
		width: 85px;
	}
	.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img:nth-child(2) {
		bottom: 65px;
		left: -10px;
		width: 150px;
	}
	.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img:nth-child(3) {
		top: 45px;
		right: 0px;
		width: 86px;
	}
	.experience-hero-main .exp-hero-radio .exp-radio-phone .exp-phone-thumbs img:nth-child(4) {
		bottom: 85px;
		right: -10px;
		width: 150px;
	}
}

.stroke-phone-main {
	padding: 115px 0;
}

.stroke-phone-main::after {
	position: absolute;
	left: 0;
	width: calc((100vw - 1190px) / 2);
	height: 1px;
	border-top: 1px dashed #2B47C3;
	content: "";
	top: 115px;
}

.stroke-phone-main::before {
	position: absolute;
	right: 0;
	width: calc((100vw - 1170px) / 2);
	height: 1px;
	border-top: 1px dashed #2B47C3;
	content: "";
	bottom: 110px;
}

.stroke-phone-main .container {
	position: relative;
}

.stroke-phone-main .container .stroke-area-content {
	padding-right: 35px;
}

.stroke-phone-main .container .exp-blurb {
	width: 162px;
	height: 162px;
	background-color: #2B47C3;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	transform: translateX(-35px);
	position: relative;
}

.stroke-phone-main .container .exp-blurb:after {
	background-image: url(img/blue-triangle.svg);
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	right: -30px;
	z-index: 9;
	top: 40%;
}

.stroke-phone-main .container .exp-blurb h3 {
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #ffffff;
	margin: 0;
}

.stroke-phone-main .container .exp-blurb p {
	color: #ffffff;
	font-size: 12px;
	line-height: 19px;
	margin: 0;
}

@media (max-width: 1200px) {
	.stroke-phone-main .container .exp-blurb:after {
		right: -22px;
	}
}

@media (max-width: 990px) {
	.stroke-phone-main .container .exp-blurb {
		transform: none;
		margin: 20px auto 45px;
	}
	.stroke-phone-main .container .exp-blurb:after {
		right: 0;
		left: 0;
		margin: 0 auto;
		top: auto;
		bottom: -25px;
		transform: rotateZ(90deg);
	}
}

@media (max-width: 767px) {
	.stroke-phone-main .container .exp-blurb {
		margin: 20px auto 65px;
	}
}

.stroke-phone-main .container .stroke-area-image {
	transform: translateX(-22px);
	margin-top: 10px;
}

.stroke-phone-main .container .phone-stroke {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

@media (max-width: 1200px) {
	.stroke-phone-main .container .stroke-area-image {
		transform: translateX(-9px);
	}
}

@media (max-width: 990px) {
	.stroke-phone-main .container .phone-stroke .svg-desktop {
		display: none;
	}
	.stroke-phone-main .container .stroke-area-image {
		text-align: center;
	}
	.stroke-phone-main .container .stroke-area-image img {
		max-width: 300px;
	}
	.stroke-phone-main .col {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.stroke-phone-main {
		padding: 55px 0;
	}
	.stroke-phone-main .col {
		width: 100%;
	}
	.stroke-phone-main .container .phone-stroke {
		position: static;
		margin-top: -450px;
	}
	.stroke-phone-main .container .stroke-area-content {
		padding-right: 0;
	}
	.stroke-phone-main .container .stroke-area-image {
		transform: none;
		margin: 0 auto 40px;
	}
	.stroke-phone-main .container .stroke-area-image img {
		width: 250px;
	}
}

.exp-carousel-main {
	background-color: #2f2f2f;
	padding: 150px 0;
}

.exp-carousel-main .exp-carousel-area .carousel-text {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.exp-carousel-main .exp-carousel-area .carousel-text .single-text {
	padding: 25px 15px 25px 25px;
	position: relative;
	opacity: 0.3;
	transition: 0.3s all ease-in-out;
}

.exp-carousel-main .exp-carousel-area .carousel-text .single-text::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	height: 0%;
	width: 2px;
	transition: 0.3s all ease-in-out;
	background-color: #ffffff;
}

.exp-carousel-main .exp-carousel-area .carousel-text .single-text h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.0777778px;
	color: #ffffff;
	margin: 0 0 10px;
	cursor: pointer;
}

.exp-carousel-main .exp-carousel-area .carousel-text .single-text p {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #ffffff;
	max-width: 340px;
	transition: 0.3s all ease-in-out;
	max-height: 0;
	overflow: hidden;
	margin: 0;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-1 .single-text-1 {
	opacity: 1;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-1 .single-text-1:before {
	height: 100%;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-1 .single-text-1 p {
	max-height: 100px;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-2 .single-text-2 {
	opacity: 1;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-2 .single-text-2:before {
	height: 100%;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-2 .single-text-2 p {
	max-height: 100px;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-3 .single-text-3 {
	opacity: 1;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-3 .single-text-3:before {
	height: 100%;
}

.exp-carousel-main .exp-carousel-area .carousel-text.active-3 .single-text-3 p {
	max-height: 100px;
}

.exp-carousel-main .exp-carousel-area .phone-slide {
	position: relative;
	width: 250px;
	margin: 0 auto;
}

.exp-carousel-main .exp-carousel-area .phone-slide .white-phone {
	width: 245px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}

.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image {
	position: absolute;
	top: 5px;
	width: 232px;
	transition: 0.4s all ease-in-out;
	z-index: 0;
	height: 100%;
	cursor: pointer;
}

.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image video {
	height: calc(100% - 30px);
	object-fit: cover;
	border-radius: 21px;
}

.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image.img-first {
	transform: translateX(170px) scale(0.9);
	top: 10px;
}

.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image.img-second {
	transform: translateX(170px) scale(0.9);
	top: 10px;
}

.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image.img-third {
	transform: translateX(-150px) scale(0.9);
	top: 10px;
}

.exp-carousel-main .exp-carousel-area .phone-slide.active-1 .img-first {
	left: 8px;
	top: 20px;
	z-index: 9;
	transform: translateX(0) scale(1) !important;
}

.exp-carousel-main .exp-carousel-area .phone-slide.active-2 .img-second {
	left: 8px;
	top: 20px;
	z-index: 9;
	transform: translateX(0) scale(1) !important;
}

.exp-carousel-main .exp-carousel-area .phone-slide.active-3 .img-third {
	left: 8px;
	top: 20px;
	z-index: 9;
	transform: translateX(0) scale(1) !important;
}

.exp-carousel-main .exp-carousel-area .phone-slide.active-3 .img-first {
	transform: translateX(-150px) scale(0.9);
	top: 10px;
}

@media (max-width: 767px) {
	.exp-carousel-main .exp-carousel-area .phone-slide {
		width: 160px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide .white-phone {
		width: 160px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image {
		width: 145px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image video {
		height: calc(100% - 10px);
		border-radius: 10px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image.img-first {
		transform: translateX(90px) scale(0.9);
		top: 10px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image.img-second {
		transform: translateX(90px) scale(0.9);
		top: 10px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide .single-phone-image.img-third {
		transform: translateX(-80px) scale(0.9);
		top: 10px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide.active-1 .img-first {
		left: 7px;
		top: 5px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide.active-2 .img-second {
		left: 7px;
		top: 5px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide.active-3 .img-third {
		left: 7px;
		top: 5px;
	}
	.exp-carousel-main .exp-carousel-area .phone-slide.active-3 .img-first {
		transform: translateX(-80px) scale(0.9);
		top: 10px;
	}
}

@media (max-width: 1200px) {
	.exp-carousel-main .offset-1 {
		margin: 0;
	}
}

@media (max-width: 990px) {
	.exp-carousel-main {
		padding: 60px 0;
	}
	.exp-carousel-main .exp-carousel-area .col {
		width: 100%;
	}
	.exp-carousel-main .exp-carousel-area .carousel-text {
		margin-bottom: 65px;
	}
}

.exp-custom-stories-main {
	padding: 150px 0 220px;
}

.exp-custom-stories-main .single-exp-img {
	position: relative;
	max-width: 246px;
}

.exp-custom-stories-main .single-exp-img:after {
	content: "";
	background-image: url(img/exp-phone-shadow.png);
	left: 0;
	right: 0;
	bottom: -67px;
	width: 100%;
	height: 330px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.exp-custom-stories-main .single-exp-img.move-down-img {
	transform: translateY(80px);
}

.exp-custom-stories-main .single-exp-img video {
	position: absolute;
	top: 20px;
	left: 3px;
	border-radius: 15px;
	width: calc(100% - 10px);
	height: calc(100% - 30px);
	object-fit: cover;
}

@media (max-width: 767px) {
	.exp-custom-stories-main {
		padding: 0;
	}
	.exp-custom-stories-main .col-6 {
		width: 50%;
		padding: 0 10px;
	}
	.exp-custom-stories-main .single-exp-img {
		margin-bottom: 35px;
	}
	.exp-custom-stories-main .single-exp-img.move-down-img {
		transform: none;
	}
	.exp-custom-stories-main .exp-phone-txt {
		padding: 0 10px;
	}
}

.exp-splide-main {
	background-color: #f9f9fd;
	padding: 0 0 150px;
	/* .splide-4 {
    margin-top: 80px;
  } */
}

.exp-splide-main .exp-spide-single {
	background-color: #ffffff;
	padding: 80px 0;
	border-radius: 10px;
}

.exp-splide-main .exp-spide-single .exp-splide-phone {
	width: 240px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.exp-splide-main .exp-spide-single .exp-splide-phone video {
	width: calc(100% - 10px);
	position: absolute;
	left: 4px;
	height: calc(100% - 22px);
	object-fit: cover;
	top: 18px;
	border-radius: 10px 10px 20px 20px;
}

.exp-splide-main .exp-spide-single .exp-splide-text h4 {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2B47C3;
	margin-bottom: 10px;
}

.exp-splide-main .exp-spide-single .exp-splide-text h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 140%;
	letter-spacing: -0.0777778px;
	color: #0f0f0f;
}

.exp-splide-main .exp-spide-single .exp-splide-text ul li {
	font-size: 16px;
	line-height: 150%;
	color: #0f0f0f;
	margin-bottom: 30px;
}

.exp-splide-main .splide__arrow--next,
.exp-splide-main .splide__arrow--prev {
	width: 60px;
	height: 60px;
	opacity: 1;
	right: -30px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: 0.3s all ease-in-out;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.065);
}

.exp-splide-main .splide__arrow--next img,
.exp-splide-main .splide__arrow--prev img {
	width: 16px;
}

.exp-splide-main .splide__arrow--next.flipped img,
.exp-splide-main .splide__arrow--prev.flipped img {
	transform: rotateZ(180deg);
	transform-origin: center;
}

.exp-splide-main .splide__arrow--prev {
	right: auto;
	left: -30px;
}

@media (max-width: 1200px) {
	.exp-splide-main .splide__arrow--next {
		right: -10px;
	}
	.exp-splide-main .splide__arrow--prev {
		left: -10px;
	}
}

@media (max-width: 990px) {
	.exp-splide-main {
		padding: 0 0 80px 0;
	}
}

@media (max-width: 767px) {
	.exp-splide-main {
		margin-bottom: 40px;
	}
	.exp-splide-main .exp-spide-single .exp-splide-phone {
		width: 180px;
		margin-bottom: 35px;
	}
	.exp-splide-main .exp-spide-single .exp-splide-phone video {
		width: 170px;
	}
	.exp-splide-main .exp-spide-single .exp-splide-text h4 {
		text-align: center;
	}
	.exp-splide-main .exp-spide-single .exp-splide-text h3 {
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.exp-splide-main .exp-spide-single .exp-splide-text p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.exp-splide-main .splide__arrow--next,
	.exp-splide-main .splide__arrow--prev {
		width: 40px;
		height: 40px;
		top: 48%;
	}
}

.exp-content-single {
	position: relative;
	padding: 56px 0;
	margin-top: 150px;
}

.exp-content-single:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45%;
	content: "";
	background-color: #f9f9fd;
	z-index: -1;
}

.exp-content-single.exp-reverse:after {
	left: 0;
	right: auto;
}

.exp-content-single.exp-reverse .exp-content-anim {
	transform: translateX(-170px);
}

@media (max-width: 1500px) {
	.exp-content-single.exp-reverse .exp-content-anim {
		transform: translateX(-85px);
	}
}

@media (max-width: 1200px) {
	.exp-content-single.exp-reverse .exp-content-anim {
		transform: translateX(0);
	}
}

.exp-content-single .exp-content-anim {
	transform: translateX(170px);
}

@media (max-width: 1500px) {
	.exp-content-single .exp-content-anim {
		transform: translateX(85px);
	}
}

@media (max-width: 1200px) {
	.exp-content-single .exp-content-anim {
		transform: translateX(0);
	}
	.exp-content-single:after {
		width: 50%;
	}
}

@media (max-width: 990px) {
	.exp-content-single {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.exp-content-single {
		margin-top: 40px;
		padding: 15px 0;
	}
	.exp-content-single .flex-row {
		flex-direction: column-reverse;
	}
	.exp-content-single:after {
		display: none;
	}
	.exp-content-single .exp-content-txt {
		margin: 0 0 45px;
	}
}

.faq-block-main {
	padding: 150px 0;
	margin-top: 150px;
	background-color: #f9f9fd;
}

.faq-block-main .accordion {
	margin-bottom: 30px;
}

.faq-block-main .accordion .accordion-title a {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #2f2f2f;
	display: block;
	padding: 13px 10px 13px 25px;
	position: relative;
}

.faq-block-main .accordion .accordion-title a img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 14px;
	transition: 0.3s all ease-in-out;
	transform: rotate(0);
}

.faq-block-main .accordion .accordion-title a.accordion-active img {
	transform: rotate(90deg);
}

.faq-block-main .accordion .accordion-answer {
	padding: 0 0 0 25px;
}

.faq-block-main .accordion .accordion-answer a {
	color: #2B47C3;
}

.faq-block-main .faq-contact a {
	color: #2B47C3;
	font-weight: 500;
}

@media (max-width: 990px) {
	.faq-block-main {
		padding: 80px 0;
		margin-top: 100px;
	}
}

@media (max-width: 767px) {
	.faq-block-main {
		padding: 80px 10px;
	}
	.faq-block-main .accordion-answer p {
		font-size: 14px;
		line-height: 26px;
	}
}

.exp-anim-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.anim-video-area {
	width: 190px;
	position: relative;
	z-index: 9;
}

.anim-2 {
	position: relative;
	width: 460px;
	margin-left: auto;
}

.anim-2 .anim-2-videos {
	position: relative;
	width: 350px;
	height: 530px;
}

.anim-2 .anim-2-videos .single-anim-2-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 240px;
	z-index: 5;
	transition: 0.4s all ease-in-out;
	transform-origin: center;
}

.anim-2 .anim-2-videos .single-anim-2-video video {
	border-radius: 15px;
	height: 100%;
	object-fit: cover;
	box-shadow: 20px 10px 25px rgba(0, 0, 0, 0.045);
}

.anim-2 .anim-2-videos .single-anim-2-video img {
	border-radius: 15px;
	box-shadow: 20px 10px 25px rgba(0, 0, 0, 0.045);
}

.anim-2 .anim-2-videos .single-anim-2-video:nth-child(1) {
	animation: anim-2 0.5s linear 1 forwards;
}

.anim-2 .anim-2-videos .single-anim-2-video:nth-child(2) {
	transform: translateX(45px) scale(0.96);
	z-index: 4;
	transition-delay: 0.1s;
}

.anim-2 .anim-2-videos .single-anim-2-video:nth-child(3) {
	transform: translateX(90px) scale(0.92);
	z-index: 3;
	transition-delay: 0.2s;
}

.anim-2 .anim-2-videos .single-anim-2-video:nth-child(4) {
	transform: translateX(135px) scale(0.88);
	z-index: 2;
	transition-delay: 0.3s;
}

@media (max-width: 990px) {
	.anim-2 .anim-2-videos {
		height: 400px;
	}
	.anim-2 .anim-2-videos .single-anim-2-video {
		width: 180px;
	}
}

.anim-2 .anim-2-graphs {
	position: absolute;
	width: 201px;
	bottom: 0;
	z-index: 9;
	left: -70px;
	height: 141px;
	overflow: hidden;
}

.anim-2 .anim-2-graphs .single-anim-2-graph {
	transition: 0.4s all ease-in-out;
}

.anim-2 .anim-2-graphs .single-anim-2-graph:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 1200px) {
	.anim-2 .anim-2-graphs {
		left: -20px;
	}
}

.anim-2.active-anim .single-anim-2-video:nth-child(1) {
	animation: active-anim 0.5s linear 1 forwards;
}

.anim-2.active-anim .single-anim-2-video:nth-child(2) {
	transform: translateX(0) scale(1);
}

.anim-2.active-anim .single-anim-2-video:nth-child(3) {
	transform: translateX(45px) scale(0.96);
}

.anim-2.active-anim .single-anim-2-video:nth-child(4) {
	transform: translateX(90px) scale(0.92);
}

.anim-2.active-anim .single-anim-2-graph:nth-child(1) {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-140px);
}

.anim-2.active-anim .single-anim-2-graph:nth-child(2) {
	opacity: 1;
	visibility: visible;
	transform: translateY(-140px);
}

@media (max-width: 767px) {
	.anim-2 {
		width: 100%;
	}
	.anim-2 .anim-2-videos {
		width: 300px;
		margin: 0 auto;
	}
}

@keyframes anim-2 {
	0% {
		transform: translateX(135px) scale(0.88);
	}
	50% {
		transform: translateX(-100px) scale(0.94);
		z-index: 1;
	}
	100% {
		transform: translateX(0) scale(1);
		z-index: 5;
	}
}

@keyframes active-anim {
	0% {
		transform: translateX(0) scale(1);
	}
	50% {
		transform: translateX(-100px) scale(0.94);
	}
	100% {
		transform: translateX(135px) scale(0.88);
		z-index: 1;
	}
}

.anim-3 {
	position: relative;
}

.anim-3 .anim-3-video {
	max-width: 250px;
}

.anim-3 .anim-3-video video {
	border-radius: 15px;
	box-shadow: 0 10px 55px rgba(0, 0, 0, 0.065);
}

.anim-3 .anim-3-graph {
	width: 236px;
	position: absolute;
	top: 0;
	right: 0;
}

.anim-3 .anim-3-circles {
	width: 337px;
	position: absolute;
	top: 110px;
	right: 0;
	z-index: -1;
}

@media (max-width: 990px) {
	.anim-3 .anim-3-video {
		max-width: 190px;
	}
	.anim-3 .anim-3-circles {
		width: 207px;
		top: 130px;
	}
	.anim-3 .anim-3-graph {
		z-index: -1;
	}
}

@media (max-width: 767px) {
	.anim-3 .anim-3-circles {
		width: 285px;
	}
}

.platform-hero-main {
	background-color: rgba(43, 71, 195, 0.03);
	overflow: hidden;
}

.platform-hero-main .platform-hero-content {
	padding: 160px 0 80px;
	text-align: center;
}

.platform-hero-main .platform-hero-content h1 {
	font-size: 52px;
	font-weight: 600;
	line-height: 62px;
}

.platform-hero-main .platform-hero-content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

.platform-hero-main .platform-hero-content p {
	font-size: 16px;
}

@media (max-width: 990px) {
	.platform-hero-main .platform-hero-content h1 {
		font-size: 36px;
		line-height: 46px;
	}
	.platform-hero-main .platform-hero-content p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.platform-hero-main .platform-hero-content h3 {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 990px) {
	.platform-hero-main .platform-hero-content {
		padding: 80px 0;
	}
}

.platform-hero-main .platform-hero-overflow {
	height: 330px;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic {
	display: flex;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos {
	display: flex;
	flex: 1;
	padding: 0 40px;
	position: relative;
	height: 62%;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos video {
	border-radius: 10px;
	display: block;
	height: 100%;
	object-fit: cover;
	margin: 0 15px;
	position: relative;
	z-index: 9;
	width: 35%;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos video.short-video {
	height: 80%;
	opacity: 0.5;
	align-self: flex-end;
	margin: 0;
	width: 30%;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 350px;
	border-top: 2px dashed #000;
	top: 130px;
	left: -104px;
	z-index: -1;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 350px;
	border-top: 2px dashed #000;
	top: 48px;
	right: -104px;
	z-index: -1;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .hero-icon {
	position: absolute;
	top: 110px;
	background-color: #2b47c3;
	width: 37px;
	height: 37px;
	z-index: 99;
	text-align: center;
	border-radius: 50%;
	left: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .hero-icon.hero-icon-2 {
	left: auto;
	right: 224px;
	width: 43px;
	height: 43px;
	top: 30px;
}

@media (max-width: 1200px) {
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .hero-icon {
		left: 184px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .hero-icon.hero-icon-2 {
		right: 194px;
	}
}

@media (max-width: 990px) {
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos:before {
		width: 190px;
		top: 60px;
		left: 0;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos video {
		border-radius: 10px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .hero-icon {
		left: 149px;
		top: 40px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .hero-icon.hero-icon-2 {
		right: 150px;
	}
}

@media (max-width: 767px) {
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos {
		width: 220px;
		padding: 0 10px;
		height: auto;
		margin: 0 auto;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos:before, .platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos:after {
		display: none;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos video {
		width: 100%;
		margin: 0;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .short-video {
		display: none;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .hero-icon {
		left: -13px;
		top: 10px;
		width: 34px;
		height: 34px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-videos .hero-icon.hero-icon-2 {
		right: -6px;
		width: 37px;
		height: 37px;
	}
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-graph {
	width: 23%;
	position: relative;
	transform: translateY(70px);
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-graph::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #2b47c3;
	border-radius: 50%;
	right: -6px;
	top: 54px;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-ui {
	width: 15%;
	position: relative;
}

.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-ui::after {
	position: absolute;
	content: "";
	left: -6px;
	width: 15px;
	height: 15px;
	background-color: #2b47c3;
	border-radius: 50%;
	top: 41px;
}

@media (max-width: 990px) {
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-graph {
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-graph {
		width: 120px;
		position: absolute;
		z-index: 99;
		top: 155px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-graph:after {
		right: 49px;
		top: -5px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-graph svg {
		position: absolute;
		top: -111px;
		width: 1px;
		right: 57px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-ui {
		width: 120px;
		position: absolute;
		z-index: 9;
		right: 0;
		top: 130px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-ui:after {
		top: -5px;
		right: 10px;
		left: auto;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic .hero-ui svg {
		position: absolute;
		top: -87px;
		width: 56px;
		right: 16px;
		z-index: 0;
	}
}

@media (max-width: 990px) {
	.platform-hero-main .platform-hero-overflow {
		height: 170px;
	}
}

@media (max-width: 767px) {
	.platform-hero-main .platform-hero-overflow {
		height: 360px;
	}
	.platform-hero-main .platform-hero-overflow .platform-hero-graphic {
		position: relative;
		display: block;
		width: 340px;
		margin: 0 auto;
	}
}

.platform-video-area-main {
	margin: 190px 0 150px 0;
	position: relative;
}

.platform-video-area-main::after {
	position: absolute;
	left: 0;
	width: calc((100vw - 1280px) / 2);
	height: 1px;
	background-image: url(img/border.svg);
	content: "";
	bottom: -61px;
}

.platform-video-area-main::before {
	position: absolute;
	right: 0;
	width: calc((100vw - 1088px) / 2);
	height: 1px;
	background-image: url(img/border.svg);
	content: "";
	bottom: -61px;
	background-repeat: repeat-x;
}

.platform-video-area-main svg {
	position: absolute;
	left: -50px;
	right: 0;
	width: 100%;
	top: -40px;
}

.platform-video-area-main .container {
	position: relative;
}

.platform-video-area-main .platform-video {
	transform: translateX(24px);
	border-radius: 15px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.platform-video-area-main .platform-video {
		transform: translateX(8px);
	}
}

@media (max-width: 1024px) {
	.platform-video-area-main svg {
		left: 0;
	}
	.platform-video-area-main .platform-video {
		transform: translateX(54px);
	}
}

@media (max-width: 990px) {
	.platform-video-area-main {
		margin: 100px 0;
	}
	.platform-video-area-main .desktop-svg {
		display: none;
	}
	.platform-video-area-main .platform-video {
		transform: translateX(0);
	}
	.platform-video-area-main .col {
		width: 100%;
	}
	.platform-video-area-main .flex-row {
		flex-direction: column-reverse;
	}
	.platform-video-area-main .platform-video {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.platform-video-area-main {
		margin: 60px 0;
	}
	.platform-video-area-main svg {
		position: static;
		width: 340px;
		margin: -210px auto 0;
	}
	.platform-video-area-main .platform-video {
		width: 300px;
		margin: 30px auto 25px;
	}
}

.platform-carousel-main {
	padding-bottom: 230px;
}

@media (max-width: 1200px) {
	.platform-carousel-main {
		padding: 100px 0 120px;
	}
}

@media (max-width: 767px) {
	.platform-carousel-main {
		padding-bottom: 60px;
	}
}

.video-slide {
	position: relative;
	height: 416px;
	transition: 0.3s all ease-in-out;
}

.video-slide .single-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	right: 0;
	transform: translateY(-305px);
	opacity: 0;
	visibility: hidden;
	transition: 0.6s all ease-in-out;
	width: calc((100% + ((100vw - 1088px) / 2)) - 60px);
	max-width: 850px;
}

.video-slide.active-1 .video-platform-1 {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.video-slide.active-2 .video-platform-2 {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1200px) {
	.video-slide .single-video {
		width: 100%;
	}
}

@media (max-width: 990px) {
	.video-slide .single-video {
		transform: translateY(0);
	}
	.video-slide .single-video.active-1 .video-platform-1 {
		opacity: 1;
		visibility: visible;
	}
	.video-slide .single-video.active-2 .video-platform-2 {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 470px) {
	.video-slide {
		position: relative;
		height: 250px;
	}
}

.platform-video-block .flex-row {
	margin-top: 55px;
}

.platform-video-block .video-video {
	padding-right: 55px;
}

.platform-video-block .video-video video {
	border-radius: 12px;
}

.platform-video-block .video-desc {
	padding-left: 45px;
}

@media (max-width: 990px) {
	.platform-video-block .video-video {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.platform-video-block .video-video {
		margin-bottom: 45px;
	}
	.platform-video-block .video-desc {
		padding-left: 0;
	}
	.platform-video-block .video-desc .heading-about {
		font-size: 20px;
		line-height: 30px;
	}
}

.platform-splide-main .container {
	max-width: 1400px;
	width: 95%;
}

.platform-splide-main .platform-splide-single {
	padding: 80px 50px;
}

.platform-splide-main .platform-splide-single .platform-splide-video video {
	border-radius: 12px;
}

@media (max-width: 767px) {
	.platform-splide-main .platform-splide-single {
		padding: 30px 15px;
	}
}

.platform-splide-main .col-platform-video {
	width: 72%;
	padding: 0 15px;
}

.platform-splide-main .col-platform-txt {
	width: 28%;
	padding: 0 15px;
}

@media (max-width: 990px) {
	.platform-splide-main .col-platform-txt h3 {
		text-align: left !important;
	}
}

@media (max-width: 990px) {
	.platform-splide-main .flex-row {
		flex-direction: column-reverse;
	}
	.platform-splide-main .col-platform-video {
		width: 100%;
		padding: 0;
	}
	.platform-splide-main .col-platform-txt {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
}

.platform-video-text {
	margin-top: 150px;
}

.platform-video-text .platform-video-area {
	width: calc((100% + ((100vw - 1088px) / 2)) - 60px);
	max-width: 850px;
	transform: translateX(-210px);
}

.platform-video-text .platform-video-area video {
	border-radius: 12px;
}

.platform-video-text .platform-txt-area ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 15px;
	color: #2f2f2f;
}

.platform-video-text.reversed .flex-row {
	flex-direction: row-reverse;
}

.platform-video-text.reversed .platform-video-area {
	transform: translateX(50px);
}

@media (max-width: 1600px) {
	.platform-video-text .platform-video-area {
		width: calc(100% + 90px);
		transform: translateX(-90px);
	}
	.platform-video-text.reversed .platform-video-area {
		transform: translateX(20px);
	}
}

@media (max-width: 1500px) {
	.platform-video-text .platform-video-area {
		width: calc(100% + 70px);
	}
}

@media (max-width: 1200px) {
	.platform-video-text .platform-video-area {
		transform: none;
		width: 100%;
	}
	.platform-video-text.reversed .platform-video-area {
		transform: none;
	}
}

@media (max-width: 990px) {
	.platform-video-text {
		margin-top: 80px;
	}
	.platform-video-text .flex-row {
		flex-direction: column-reverse !important;
	}
	.platform-video-text .flex-row .col {
		width: 100%;
	}
	.platform-video-text .flex-row .col .platform-txt-area {
		margin-bottom: 45px;
	}
}

@media (max-width: 767px) {
	.platform-video-text {
		margin-top: 80px;
		padding: 0 10px;
	}
	.platform-video-text .platform-txt-area ul li {
		font-size: 14px;
		line-height: 26px;
	}
}

/*# sourceMappingURL=style.css.map */