
::-moz-placeholder {
	color: #424242;
}

:-ms-input-placeholder {
	color: #424242;
}

::placeholder {
	color: #424242;
}

::-moz-selection {
	background-color: #30466d;
	color: #fff;
}

::selection {
	background-color: #30466d;
	color: #fff;
}

* {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	outline: none;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: red;
}

input:required:valid, textarea:required:valid, select:required:valid {
	border-color: green;
}

a {
	transition: .2s linear;
	text-decoration: none;
}

button {
	transition: .2s linear;
	text-decoration: none;
}

svg path, svg rect {
	transition: .2s linear;
}

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

a:focus, button:focus, input:focus, textarea:focus {
	outline: 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (max-width: 1252px) {
	.container {
		max-width: 970px;
	}
}

@media screen and (max-width: 991.98px) {
	.container {
		max-width: 750px;
	}
}

@media screen and (max-width: 767.98px) {
	.container {
		max-width: none;
		width: auto;
	}
}

.home h1, .home h2 {
	font-weight: 300;
	font-size: 40px;
	line-height: 130%;
	color: #313131;
	margin: 0;
}

@media screen and (max-width: 767.98px) {
	.home h1, .home h2 {
		font-size: 35px;
	}
}

@media screen and (max-width: 575.98px) {
	.home h1, .home h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 360px) {
	.home h1, .home h2 {
		font-size: 28px;
	}
}

.home h1 span, .home h2 span {
	color: #30466d;
	font-weight: 600;
}

.home p {
	font-weight: 300;
	font-size: 15px;
	line-height: 173%;
	color: #5e5e5e;
	margin: 0;
}

.home h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 130%;
	color: #424242;
	margin: 0;
}

.object-fit img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.flex {
	display: flex;
}

.f-jc-sp {
	justify-content: space-between;
}

.f-jc-c {
	justify-content: center;
}

.f-jc-e {
	justify-content: flex-end;
}

.f-ai-c {
	align-items: center;
}

.f-ai-e {
	align-items: flex-end;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

@media screen and (min-width: 991.98px) {
	.d-lg-block {
		display: block;
	}
}

@media screen and (min-width: 767.98px) {
	.d-md-block {
		display: block;
	}
}

@media screen and (min-width: 575.98px) {
	.d-sm-block {
		display: block;
	}
}

@media screen and (min-width: 991.98px) {
	.d-lg-none {
		display: none;
	}
}

@media screen and (min-width: 767.98px) {
	.d-md-none {
		display: none;
	}
}

@media screen and (min-width: 575.98px) {
	.d-sm-none {
		display: none;
	}
}

.btn_h:link {
	color: #fff;
}

.btn_h {
	height: 39px;
	padding-left: 11px;
	background: #30466d;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 360px) {
	.btn_h {
		font-size: 11px;
		line-height: 11px;
	}
}

.btn_h:visited {
	color: #fff;
}

.btn_h .icon {
	height: 39px;
	width: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 19px;
}

@media screen and (max-width: 360px) {
	.btn_h .icon {
		margin-left: 10px;
	}
}

.btn_h .icon img, .btn_h .icon svg {
	transition: .3s linear;
}

.btn_h:hover {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, .15);
	color: #fff;
}

.btn_h:hover .icon img, .btn_h:hover .icon svg {
	transform: rotate(45deg);
}

.btn_h:focus, .btn_h:active {
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, .15);
}

.btn_h-v2 {
	border: 1px solid #30466d;
	background: #fff;
	color: #30466d;
}

.btn_h-v2:hover {
	background: #30466d;
	color: #fff;
}

.btn_sec {
	height: 39px;
	padding-left: 11px;
	border: 1px solid #30466d;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: #30466d;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 360px) {
	.btn_sec {
		font-size: 11px;
		line-height: 11px;
	}
}

.btn_sec .icon {
	height: 39px;
	width: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 19px;
}

@media screen and (max-width: 360px) {
	.btn_sec .icon {
		margin-left: 10px;
	}
}

.btn_sec .icon img, .btn_sec .icon svg {
	transition: .3s linear;
}

.btn_sec:hover {
	box-shadow: 0 20px 30px rgba(0, 0, 0, .15);
	color: #fff;
	background: #30466d;
}

.btn_sec:hover .icon img, .btn_sec:hover .icon svg {
	transform: rotate(45deg);
}

.menu_expand {
	overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
	width: 39px;
	height: 39px;
	background: #30466d;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s linear;
	z-index: 99;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	background: #e0e0e0;
}

.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
	margin: 0 20px 0 0 !important;
}

.swiper-pagination {
	display: flex;
	align-items: center;
	position: initial;
}

.swiper-pagination span {
	background: rgba(48, 70, 109, .8);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: block;
}

.swiper-pagination span:not(:last-child) {
	margin-right: 20px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
	background: #30466d;
}

body.home {
	position: relative;
}

body.home::before {
	content: "";
	width: 800px;
	height: 800px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-2c9d81e/elogic.co/wp-content/themes/elogic/resources/images/home/homepage-waves.webp");
	background-size: cover;
	position: absolute;
	right: 40px;
	top: 0;
	z-index: -1;
}

@media screen and (max-width: 1522px) {
	body.home::before {
		right: 118px;
		top: -13px;
	}
}

@media screen and (max-width: 991.98px) {
	body.home::before {
		display: none;
	}
}

body.home:after {
	content: "";
	width: 345px;
	height: 835px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-2c9d81e/elogic.co/wp-content/themes/elogic/resources/images/home/homepage-left-wave.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 434px;
	z-index: -1;
}

@media screen and (max-width: 991.98px) {
	body.home:after {
		display: none;
	}
}

.hero-sec {
	padding: 80px 0 56px;
}

@media screen and (max-width: 991.98px) {
	.hero-sec {
		padding: 80px 0 50px;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-sec {
		padding: 40px 0 1px;
		overflow: hidden;
	}
}

.hero-sec__heading {
	max-width: 684px;
	margin-bottom: 20px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__heading {
		margin-bottom: 7px;
	}
}

.hero-sec__content {
	max-width: 579px;
	margin-bottom: 18px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__content {
		margin-bottom: 20px;
	}
}

.hero-sec__content p {
	font-size: 19px;
	font-weight: 300;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__content p {
		font-size: 15px;
	}
}

.hero-sec__content a {
	font-weight: 500;
}

.hero-sec__content a:hover {
	text-decoration: underline;
	color: inherit;
}

.hero-sec__buttons {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.hero-sec__number {
	padding: 44px 0 0;
}

@media screen and (max-width: 1522px) {
	.hero-sec__number {
		padding: 15px 0 0;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-sec__number {
		padding: 67px 0 0;
	}
}

.hero-sec__number .hero-sec__heading {
	max-width: 100%;
	margin-bottom: 19px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__number .hero-sec__heading {
		margin-bottom: 28px;
	}
}

.hero-sec__number h2 {
	font-weight: 600;
	font-size: 80px;
	line-height: 90%;
	letter-spacing: .03em;
	color: #f4f5f7;
	padding-left: 142px;
}

@media screen and (max-width: 1522px) {
	.hero-sec__number h2 {
		padding-left: 178px;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__number h2 {
		padding-left: 0;
	}
}

@media screen and (max-width: 767.98px) {
	.hero-sec__number h2 {
		font-size: 70px;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-sec__number h2 {
		font-size: 60px;
	}
}

@media screen and (max-width: 360px) {
	.hero-sec__number h2 {
		font-size: 50px;
	}
}

.hero-sec__items {
	display: flex;
}

@media screen and (max-width: 991.98px) {
	.hero-sec__items {
		margin: 0 -10px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__item {
		padding: 0 10px;
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item {
		margin-bottom: 30px;
	}
}

.hero-sec__item:nth-child(1) {
	margin-right: 86px;
}

@media screen and (max-width: 1252px) {
	.hero-sec__item:nth-child(1) {
		margin-right: 82px;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__item:nth-child(1) {
		margin-right: 0;
	}
}

.hero-sec__item:nth-child(2) {
	margin-right: 181px;
}

@media screen and (max-width: 1252px) {
	.hero-sec__item:nth-child(2) {
		margin-right: 82px;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__item:nth-child(2) {
		margin-right: 0;
	}
}

.hero-sec__item:nth-child(2) h3 {
	align-items: flex-end;
}

.hero-sec__item:nth-child(2) h3 span {
	font-size: 50px;
	line-height: 65px;
	margin-left: 17px;
	margin-top: -20px;
	position: relative;
	top: -4px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item:nth-child(2) h3 span {
		top: 3px;
		margin-left: 19px;
	}
}

.hero-sec__item:nth-child(3) {
	margin-right: 132px;
}

@media screen and (max-width: 1252px) {
	.hero-sec__item:nth-child(3) {
		margin-right: 82px;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__item:nth-child(3) {
		margin-right: 0;
	}
}

.hero-sec__item:nth-child(3) h3 span {
	margin-left: 17px;
	position: relative;
	top: 9px;
	font-size: 30px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item:nth-child(3) h3 span {
		font-size: 30px;
		margin-left: 19px;
		top: 5px;
	}
}

.hero-sec__item:nth-child(4) h3 span {
	font-size: 20px;
	line-height: 130%;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item:nth-child(4) h3 span {
		font-size: 15px;
	}
}

.hero-sec__item h3 {
	font-weight: 600;
	font-size: 70px;
	line-height: 120%;
	color: #30466d;
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item h3 {
		font-size: 50px;
	}
}

@media screen and (max-width: 360px) {
	.hero-sec__item h3 {
		font-size: 40px;
	}
}

.hero-sec__item h3 span {
	font-size: 32px;
	line-height: 130%;
	margin-left: 14px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item h3 span {
		font-size: 15px;
	}
}

.hero-sec__item p {
	color: #5e5e5e;
	font-size: 15px;
}

.platforms a:hover .platforms__logo {
	transform: translateY(10px);
	background: #fff;
	box-shadow: 0px 10px 50px -5px rgba(48, 70, 109, .15);
}

.platforms {
	padding: 50px 0 50px;
}

@media screen and (max-width: 575.98px) {
	.platforms {
		padding: 0 0 15px;
	}
}

.platforms__heading {
	margin-bottom: 28px;
}

@media screen and (max-width: 575.98px) {
	.platforms__heading {
		margin-bottom: 21px;
	}
}

.platforms__flex {
	flex-wrap: wrap;
	margin: 0 -10px;
}

@media screen and (max-width: 575.98px) {
	.platforms__flex {
		margin: 0 -5px;
	}
}

.platforms__col {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
}

@media screen and (max-width: 767.98px) {
	.platforms__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col {
		padding: 0 5px;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(1) {
		order: 3;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(2) {
		order: 1;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(3) {
		order: 2;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(4) {
		order: 4;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(5) {
		order: 5;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(6) {
		order: 6;
	}
}

.platforms__logo {
	height: 133px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: .3s linear;
}

@media screen and (max-width: 575.98px) {
	.platforms__logo {
		height: 82px;
		margin-bottom: 11px;
	}
}

.platforms__logo img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	width: auto;
}

@media screen and (max-width: 575.98px) {
	.platforms__logo img {
		max-width: 70%;
		max-height: 60%;
		height: auto;
		width: auto;
	}
}

.platforms .flex-row {
	display: flex;
	margin: 0 -10px;
	align-items: center;
}

@media screen and (max-width: 991.98px) {
	.platforms .flex-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

.platforms .flex-row .col-3 {
	padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
}

@media screen and (max-width: 991.98px) {
	.platforms .flex-row .col-3 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.platforms .flex-row .col-9 {
	padding: 0 10px;
	flex-basis: 75%;
	max-width: 75%;
}

@media screen and (max-width: 991.98px) {
	.platforms .flex-row .col-9 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.cta-sec {
	padding: 26px 0 50px;
}

@media screen and (max-width: 575.98px) {
	.cta-sec {
		padding: 15px 0 20px;
	}
}

.cta-sec__inner {
	position: relative;
	padding: 37px 72px 40px 56px;
	z-index: 9;
}

@media screen and (max-width: 1252px) {
	.cta-sec__inner {
		padding: 37px 30px 38px 30px;
	}
}

@media screen and (max-width: 767.98px) {
	.cta-sec__inner {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 575.98px) {
	.cta-sec__inner {
		padding: 35px 34px 34px;
	}
}

.cta-sec__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
	backdrop-filter: blur(4px);
	z-index: -1;
}

.cta-sec__flex {
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.cta-sec__heading {
	margin-bottom: 11px;
}

@media screen and (max-width: 575.98px) {
	.cta-sec__heading {
		margin-bottom: 16px;
	}
}

.cta-sec__heading h2 {
	color: #fff;
}

.cta-sec__heading h2 span {
	color: #fff;
}

.cta-sec__content {
	max-width: 580px;
}

.cta-sec__content p {
	color: #fff;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__content p {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 575.98px) {
	.cta-sec__content p {
		margin-bottom: 14px;
	}
}

.cta-sec__btn {
	margin-left: 20px;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__btn {
		margin-left: 0;
	}
}

.cta-sec__btn .btn_h {
	height: 48px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 0 19px;
}

.cta-sec__btn .icon {
	width: auto;
	margin-left: 18px;
}

.services {
	padding: 46px 0 50px;
}

@media screen and (max-width: 575.98px) {
	.services {
		padding: 21px 0 20px;
	}
}

.services__heading {
	margin-bottom: 29px;
}

@media screen and (max-width: 575.98px) {
	.services__heading {
		margin-bottom: 40px;
	}
}

.services__link {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 39px;
	height: 39px;
	background: #30466d;
	display: flex;
	justify-content: center;
	align-items: center;
}

.services__link img, .services__link svg {
	transform: rotate(45deg);
	transition: .3s linear;
}

.services__link:hover img, .services__link:hover svg {
	transform: rotate(0);
}

.services__block {
	border: 1px solid #e2e3e5;
	padding: 45px 32px 39px;
	height: 100%;
	position: relative;
	display: block;
}

@media screen and (max-width: 1252px) {
	.services__block {
		padding: 45px 20px 39px;
	}
}

@media screen and (max-width: 575.98px) {
	.services__block {
		padding: 20px 20px 46px;
	}
}

.services__block h3 {
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #30466d;
}

@media screen and (max-width: 575.98px) {
	.services__block h3 {
		font-size: 26px;
		margin-bottom: 16px;
	}
}

.services__block p {
	line-height: 173%;
}

.services__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 44px;
}

@media screen and (max-width: 575.98px) {
	.services__icon {
		display: none;
	}
}

.services__flex {
	flex-wrap: wrap;
	margin: 0 -10px;
}

.services__col {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
	.services__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575.98px) {
	.services__col {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.services .col-12 .services__col {
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
	.services .col-12 .services__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575.98px) {
	.services .col-12 .services__col {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.services .flex-row {
	display: flex;
	margin: 0 -10px;
}

@media screen and (max-width: 991.98px) {
	.services .flex-row {
		flex-direction: column;
	}
}

.services .flex-row .services__block {
	transition: all 300ms ease;
}

.services .flex-row .services__block:hover {
	box-shadow: 0px 10px 50px -5px rgba(48, 70, 109, .15);
	border: 1px solid #fff;
}

.services .flex-row .col-3 {
	padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
	margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
	.services .flex-row .col-3 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 575.98px) {
	.services .flex-row .col-3 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 991.98px) {
	.services .flex-row .col-3 .services__link {
		display: flex;
	}
}

.services .flex-row .col-3 .services__block {
	padding: 54px 50px;
}

@media screen and (max-width: 1252px) {
	.services .flex-row .col-3 .services__block {
		padding: 54px 32px;
	}
}

@media screen and (max-width: 575.98px) {
	.services .flex-row .col-3 .services__block {
		padding: 28px 20px 46px;
	}
}

.services .flex-row .col-3 .services__block:hover {
	box-shadow: 0px 10px 50px -5px rgba(48, 70, 109, .15);
	border: 1px solid #fff;
}

.services .flex-row .col-3 .services__block h3 {
	margin-bottom: 25px;
	height: auto;
	color: #30466d;
}

@media screen and (max-width: 575.98px) {
	.services .flex-row .col-3 .services__block h3 {
		margin-bottom: 16px;
	}
}

.services .flex-row .col-3 .services__block h3 span {
	color: #313131;
}

.services .flex-row .col-3 .services__block p {
	-webkit-line-clamp: 10;
}

@media screen and (max-width: 575.98px) {
	.services .flex-row .col-3 .services__block p {
		-webkit-line-clamp: 3;
	}
}

.services .flex-row .col-9 {
	padding: 0 10px;
	flex-basis: 75%;
	max-width: 75%;
}

@media screen and (max-width: 991.98px) {
	.services .flex-row .col-9 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.process {
	padding: 63px 0 30px;
	overflow: hidden;
}

@media screen and (max-width: 575.98px) {
	.process {
		padding: 11px 0 10px;
	}
}

.process__control {
	display: flex;
	margin-bottom: 68px;
	justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
	.process__control {
		position: relative;
	}
}

@media screen and (max-width: 575.98px) {
	.process__control {
		margin-bottom: 31px;
	}
}

.process__control p {
	font-size: 17px;
	max-width: 760px;
}

.process__control p a {
	font-weight: 500;
}

.process__control p a:hover {
	text-decoration: underline;
	color: inherit;
}

.process__heading {
	margin-bottom: 9px;
}

@media screen and (max-width: 575.98px) {
	.process__heading {
		margin-bottom: 7px;
	}
}

.process__slider-control {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}

@media screen and (max-width: 767.98px) {
	.process__slider-control {
		position: absolute;
		right: 0;
		bottom: -108px;
		z-index: 99;
	}
}

@media screen and (max-width: 575.98px) {
	.process__slider-control {
		bottom: -71px;
	}
}

.process__swiper-prev, .process__swiper-next {
	margin-top: 17px;
	margin-left: 10px;
}

@media screen and (max-width: 767.98px) {
	.process__swiper-prev, .process__swiper-next {
		margin-top: 0;
	}
}

.process__swiper-prev.swiper-button-disabled, .process__swiper-next.swiper-button-disabled {
	background: #e0e0e0;
}

.process__swiper {
	overflow: visible;
}

@media screen and (max-width: 767.98px) {
	.process__swiper {
		padding-top: 60px;
	}
}

.process__swiper .swiper-slide-active .process__block:before {
	opacity: 1;
}

.process__swiper .swiper-slide-active .step {
	opacity: 1;
}

.process__swiper .swiper-slide-active h3 {
	opacity: 1;
}

.process__swiper .swiper-slide-active p {
	opacity: 1;
}

.process__swiper .swiper-slide-next .process__block::before {
	opacity: 1;
}

.process__swiper .swiper-slide-next .step {
	opacity: 1;
}

.process__swiper .swiper-slide-next h3 {
	opacity: 1;
}

.process__swiper .swiper-slide-next p {
	opacity: 1;
}

.process__swiper .swiper-slide-next+.swiper-slide .process__block:before {
	opacity: 1;
}

.process__swiper .swiper-slide-next+.swiper-slide .step {
	opacity: 1;
}

.process__swiper .swiper-slide-next+.swiper-slide h3 {
	opacity: 1;
}

.process__swiper .swiper-slide-next+.swiper-slide p {
	opacity: 1;
}

.process__swiper .swiper-slide:last-child .process__block:before {
	display: none;
}

.process__block {
	position: relative;
}

.process__block::before {
	content: "";
	height: 1px;
	width: calc(100% - 62px);
	background: #30466d;
	position: absolute;
	right: -20px;
	top: 17px;
	z-index: -1;
	opacity: .3;
}

@media screen and (max-width: 767.98px) {
	.process__block::before {
		content: none;
	}
}

.process__block .step {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 48px;
	opacity: .5;
	color: #fff;
	padding: 8px 16px;
	border-radius: 16px;
	background: #30466d;
	transition: .3s linear;
	width: -moz-fit-content;
	width: fit-content;
}

.process__block h3 {
	margin-bottom: 15px;
	transition: .3s linear;
	opacity: .5;
	height: 67px;
	max-width: 360px;
	color: #30466d;
}

@media screen and (max-width: 575.98px) {
	.process__block h3 {
		height: auto;
	}
}

.process__block p {
	transition: .3s linear;
	opacity: .5;
	max-width: 360px;
}

.process__block p a {
	font-weight: 500;
}

.process__block p a:hover {
	text-decoration: underline;
	color: inherit;
}

.process__swiper-pagination {
	margin-top: 54px;
}

@media screen and (max-width: 575.98px) {
	.process__swiper-pagination {
		margin-top: 19px;
	}
}

.process__swiper-pagination span:not(:last-child) {
	margin: 0 20px 0;
}

.badges {
	padding: 67px 0 40px;
}

@media screen and (max-width: 767.98px) {
	.badges {
		padding: 50px 0 10px;
	}
}

@media screen and (max-width: 575.98px) {
	.badges {
		padding: 21px 0 10px;
	}
}

.badges__swiper-pagination {
	margin-top: 30px;
}

@media screen and (max-width: 575.98px) {
	.badges__swiper-pagination {
		margin-bottom: 20px;
	}
}

.badges .swiper-wrapper.disabled {
	transform: translate3d(0px, 0, 0) !important;
}

.badges .swiper-pagination.disabled {
	display: none;
}

.badges__heading {
	margin-bottom: 59px;
}

@media screen and (max-width: 575.98px) {
	.badges__heading {
		margin-bottom: 21px;
	}
}

@media screen and (max-width: 767.98px) {
	.badges__image:not(:last-child) {
		margin-right: 50px;
	}
}

@media screen and (max-width: 575.98px) {
	.badges__image:not(:last-child) {
		margin-right: 25px;
	}
}

.badges__image img {
	height: 192px;
	width: auto;
}

@media screen and (max-width: 991.98px) {
	.badges__image img {
		height: 130px;
	}
}

.badges__flex {
	justify-content: space-between;
	padding-right: 38px;
}

@media screen and (max-width: 1252px) {
	.badges__flex {
		padding-right: 0;
	}
}

@media screen and (max-width: 767.98px) {
	.badges__flex {
		overflow-x: auto;
		margin: 0 -10px;
		padding: 0 10px 20px;
	}
}

.projects-metrics {
	padding-block: 80px;
}

@media screen and (max-width: 991.98px) {
	.projects-metrics {
		padding-block: 40px;
	}
}

.projects-metrics .projects-metrics__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 32px;
	gap: 32px;
}

@media screen and (max-width: 767.98px) {
	.projects-metrics .projects-metrics__header {
		flex-wrap: wrap;
	}
}

.projects-metrics .projects-metrics__title {
	font-size: 45px;
	line-height: 52px;
	letter-spacing: -2px;
	margin-bottom: 8px;
	color: #1e1e1e;
	font-weight: 300;
}

.projects-metrics .projects-metrics__title span {
	color: #30466d;
	font-weight: 600;
}

@media screen and (max-width: 767.98px) {
	.projects-metrics .projects-metrics__title {
		font-size: 32px;
		line-height: 42px;
	}
}

.projects-metrics .projects-metrics__subtitle {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	color: rgba(28, 28, 28, .8);
	max-width: 50%;
}

@media screen and (max-width: 991.98px) {
	.projects-metrics .projects-metrics__subtitle {
		max-width: 100%;
	}
}

@media screen and (max-width: 767.98px) {
	.projects-metrics .projects-metrics__subtitle {
		font-size: 16px;
		line-height: 24px;
	}
}

.projects-metrics .projects-metrics__button {
	flex-shrink: 0;
	padding: 12px 24px;
	background-color: #30466d;
	border: 1px solid #30466d;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 22px;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.projects-metrics .projects-metrics__button:visited {
	color: #fff;
}

.projects-metrics .projects-metrics__button:hover {
	background-color: transparent;
	color: #30466d;
}

.projects-metrics .projects-metrics__button:hover svg {
	transform: rotate(45deg);
}

.projects-metrics .projects-metrics__button svg {
	transition: transform .3s ease-in-out;
	height: 22px;
}

.projects-metrics .projects-metrics__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

@media screen and (max-width: 991.98px) {
	.projects-metrics .projects-metrics__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 460px) {
	.projects-metrics .projects-metrics__cards {
		grid-template-columns: 1fr;
	}
}

.projects-metrics .projects-metrics__card {
	overflow: hidden;
	background-color: #f4f5f7;
	border: 1px solid #ebf0f8;
	border-radius: 8px;
	position: relative;
}

.projects-metrics .projects-metrics__card .card-header {
	height: 200px;
	overflow: hidden;
}

.projects-metrics .projects-metrics__card .card-header img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.projects-metrics .projects-metrics__card .card-body {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin: 24px;
	border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width: 767.98px) {
	.projects-metrics .projects-metrics__card .card-body {
		margin: 16px;
	}
}

.projects-metrics .projects-metrics__card .card-metrics .metric-item {
	margin-bottom: 24px;
}

@media screen and (max-width: 767.98px) {
	.projects-metrics .projects-metrics__card .card-metrics .metric-item {
		margin-bottom: 16px;
	}
}

.projects-metrics .projects-metrics__card .card-metrics .metric-key {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #1e1e1e;
	margin-bottom: 4px;
}

.projects-metrics .projects-metrics__card .card-metrics .metric-value {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.projects-metrics .projects-metrics__card .logo-wrapper {
	flex-shrink: 0;
	padding-left: 6px;
	border-left: 1px solid #ebf0f8;
}

.projects-metrics .projects-metrics__card .logo-wrapper img {
	max-height: 30px;
	width: auto;
	max-width: 80px;
	height: auto;
}

.projects-metrics .projects-metrics__card .card-footer {
	margin: 24px 24px 74px 24px;
}

@media screen and (max-width: 767.98px) {
	.projects-metrics .projects-metrics__card .card-footer {
		margin: 16px 16px 66px 16px;
	}
}

.projects-metrics .projects-metrics__card .card-footer .project-meta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	padding-bottom: 24px;
}

@media screen and (max-width: 767.98px) {
	.projects-metrics .projects-metrics__card .card-footer .project-meta {
		padding-bottom: 16px;
	}
}

.projects-metrics .projects-metrics__card .card-footer .project-meta__item {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #5e5e5e;
	background-color: rgba(28, 28, 28, .05);
	padding: 4px 12px;
	border-radius: 32px;
}

.projects-metrics .projects-metrics__card .card-footer__button {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	color: #30466d;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 8px;
}

.projects-metrics .projects-metrics__card .card-footer__button:hover {
	text-decoration: underline;
}

.projects-metrics .projects-metrics__card .card-footer__button:hover .icon-wrapper svg {
	transform: rotate(45deg);
}

.projects-metrics .projects-metrics__card .card-footer__button .icon-wrapper {
	width: 39px;
	height: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #30466d;
	color: #fff;
}

.projects-metrics .projects-metrics__card .card-footer__button .icon-wrapper svg {
	transition: transform .3s ease-in-out;
	width: 19px;
}

@media screen and (max-width: 767.98px) {
	.projects-metrics .projects-metrics__card .card-footer__button {
		bottom: 16px;
	}
}

.why-sec {
	padding: 60px 0;
}

.why-sec__heading {
	margin-bottom: 9px;
}

@media screen and (max-width: 575.98px) {
	.why-sec__heading {
		margin-bottom: 14px;
	}
}

.why-sec__heading h2 {
	max-width: 50%;
}

@media screen and (max-width: 767.98px) {
	.why-sec__heading h2 {
		max-width: 100%;
	}
}

.why-sec__subheading {
	margin-bottom: 60px;
}

@media screen and (max-width: 575.98px) {
	.why-sec__subheading {
		margin-bottom: 20px;
	}
}

.why-sec__subheading p {
	font-size: 17px;
	max-width: 50%;
}

@media screen and (max-width: 767.98px) {
	.why-sec__subheading p {
		max-width: 100%;
	}
}

.why-sec__subheading p a {
	font-weight: 500;
}

.why-sec__subheading p a:hover {
	text-decoration: underline;
	color: inherit;
}

.why-sec__flex {
	flex-wrap: wrap;
	gap: 24px;
}

.why-sec__col {
	flex-basis: calc(33.333% - 16px);
	max-width: 33.333%;
	padding: 24px;
	box-shadow: 0 1px 10px 0 rgba(20, 44, 86, .1);
}

@media screen and (max-width: 991.98px) {
	.why-sec__col {
		flex-basis: calc(50% - 12px);
		max-width: 100%;
		padding: 16px;
	}
}

@media screen and (max-width: 767.98px) {
	.why-sec__col {
		flex-basis: 100%;
		max-width: 100%;
		padding: 16px;
	}
}

@media screen and (max-width: 767.98px) {
	.why-sec__block {
		margin-bottom: 31px;
	}
}

.why-sec__block h3 {
	margin-bottom: 30px;
	max-width: 360px;
}

@media screen and (max-width: 767.98px) {
	.why-sec__block h3 {
		max-width: 100%;
	}
}

.why-sec__block p {
	max-width: 360px;
}

@media screen and (max-width: 767.98px) {
	.why-sec__block p {
		max-width: 100%;
	}
	
	.why-sec__block p a {
		font-weight: 500;
	}
	
	.why-sec__block p a:hover {
		text-decoration: underline;
		color: inherit;
	}
}

.why-sec__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

.why-sec__icon img {
	width: 100%;
	height: auto;
}

.why-sec__items-wrapper {
	margin-top: 80px;
}

@media screen and (max-width: 767.98px) {
	.why-sec__items-wrapper {
		margin-top: 40px;
	}
}

.why-sec__items {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.home .why-sec__items-title {
	margin-bottom: 32px;
	max-width: 50%;
}

@media screen and (max-width: 767.98px) {
	.home .why-sec__items-title {
		max-width: 100%;
	}
}

@media screen and (max-width: 767.98px) {
	.why-sec__items {
		padding: 0 10px 20px;
		margin: 8px -10px 0;
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.why-sec__item {
	flex-basis: calc(20% - 13px);
	text-align: center;
	padding: 16px;
	box-shadow: 0 1px 10px 0 rgba(20, 44, 86, .1);
}

.why-sec__item.why-sec__link {
	transition: box-shadow .3s ease-in-out;
}

.why-sec__item.why-sec__link:hover {
	box-shadow: 0 1px 10px 0 rgba(20, 44, 86, .2);
}

@media screen and (max-width: 767.98px) {
	.why-sec__item {
		flex-shrink: 0;
		flex-basis: auto;
		margin-bottom: 0;
		width: 180px;
		padding: 0;
	}
}

.why-sec__image img {
	max-width: 150px;
	width: 100%;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}

.clutch-sec {
	padding: 58px 0;
}

@media screen and (max-width: 575.98px) {
	.clutch-sec {
		padding: 20px 0 10px;
	}
}

.clutch-sec__heading {
	margin-bottom: 24px;
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__heading h2 {
		font-size: 40px;
	}
}

.clutch-sec__flex {
	margin: 0 -10px;
	flex-wrap: wrap;
}

.clutch-sec__col {
	padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
}

@media screen and (max-width: 1252px) {
	.clutch-sec__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__col {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.clutch-sec__block {
	background-color: #f2f2f2;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-2c9d81e/elogic.co/wp-content/themes/elogic/resources/images/home/clutch-bg.svg");
	background-size: cover;
	background-position: top left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	height: 385px;
	padding: 38px 31px 41px;
}

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

@media screen and (max-width: 1252px) {
	.clutch-sec__block {
		margin-bottom: 20px;
		height: 280px;
	}
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__block {
		height: auto;
		background-size: 281px auto;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__block {
		padding: 19px 35px 40px;
		margin-bottom: 10px;
	}
}

.clutch-sec__block .rating {
	font-weight: 700;
	font-size: 57px;
	line-height: 57px;
	color: #152e38;
	position: relative;
	right: 0px;
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__block .rating {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__block .rating {
		margin-bottom: 0px;
	}
}

.clutch-sec__block .stars {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -3px;
}

.clutch-sec__block .stars img:not(:last-child) {
	margin-right: 2px;
}

.clutch-sec__block .clutch-info {
	padding-right: 12px;
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__block .clutch-info {
		padding-right: 83px;
	}
}

@media screen and (max-width: 360px) {
	.clutch-sec__block .clutch-info {
		padding-right: 27px;
	}
}

.clutch-sec__block .clutch-info p {
	margin-bottom: 5px;
}

.clutch-sec__item {
	border: 1px solid #e2e3e5;
	height: 385px;
	padding: 30px 29px 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 1252px) {
	.clutch-sec__item {
		margin-bottom: 20px;
		height: 280px;
	}
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__item {
		height: auto;
	}
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__item {
		margin-bottom: 10px;
	}
}

.clutch-sec__item .rating {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}

.clutch-sec__item .rating span {
	font-weight: 600;
	font-size: 30px;
	line-height: 47px;
	color: #30466d;
	margin-right: 24px;
}

.clutch-sec__item .rating .rating-star {
	display: flex;
	align-items: center;
	position: relative;
	top: -1px;
}

.clutch-sec__item .rating .rating-star img:not(:last-child) {
	margin-right: 2px;
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__item p {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__item p {
		margin-bottom: 18px;
		min-height: 61px;
	}
}

.clutch-sec__item .author {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #30466d;
}

.clutch-sec__item .author span {
	font-size: 19px;
	font-weight: 500;
	line-height: 31px;
	margin-top: 6px;
	display: block;
}

.home-form {
	padding: 58px 0 93px;
}

@media screen and (max-width: 575.98px) {
	.home-form {
		padding: 18px 0 10px;
	}
}

.home-form__heading {
	margin-bottom: 17px;
}

@media screen and (max-width: 575.98px) {
	.home-form__heading {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	.home-form__heading h2 {
		font-size: 28px;
		line-height: 120%;
	}
}

.home-form__subheading {
	margin-bottom: 50px;
}

@media screen and (max-width: 575.98px) {
	.home-form__subheading {
		margin-bottom: 31px;
	}
}

.home-form__subheading p {
	font-size: 17px;
}

.home-form__form {
	padding-right: 40px;
}

@media screen and (max-width: 991.98px) {
	.home-form__form {
		padding-right: 0;
	}
}

.home-form__btn .btn_h {
	border: 0;
}

.home-form__contacts {
	display: flex;
	margin: -4px -10px 0;
	flex-wrap: wrap;
}

@media screen and (max-width: 991.98px) {
	.home-form__contacts {
		margin: 30px -10px 0;
	}
}

@media screen and (max-width: 575.98px) {
	.home-form__contacts {
		justify-content: space-between;
	}
}

.home-form__contacts .col {
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 10px;
	margin-bottom: 50px;
}

@media screen and (max-width: 575.98px) {
	.home-form__contacts .col {
		flex-basis: auto;
		max-width: initial;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 575.98px) {
	.home-form__contacts .col:nth-child(3) {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 575.98px) {
	.home-form__contacts .col:nth-child(4) {
		margin-bottom: 0;
	}
}

.home-form__contacts .col:nth-child(2n) {
	flex-basis: 160px;
	max-width: 160px;
}

.home-form__contacts p {
	font-weight: 500;
	font-size: 17px;
	line-height: 150%;
	color: #a0a0a0;
	margin-bottom: 22px;
}

.home-form__contacts ul li {
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: #6f6f6f;
	list-style: none;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 360px) {
	.home-form__contacts ul li {
		font-size: 14px;
	}
}

.home-form__contacts ul li:not(:last-child) {
	margin-bottom: 26px;
}

.home-form__contacts ul li span {
	margin-right: 7px;
}

.home-form__contacts ul li a {
	color: #30466d;
	display: flex;
	align-items: center;
}

.home-form__contacts ul li a:hover svg path:not(:last-child) {
	fill: #30466d;
}

.home-form__contacts ul li a:hover .svg-image {
	filter: none;
	opacity: 1;
}

.home-form__contacts ul li a svg {
	margin-right: 10px;
}

.home-form__contacts ul li a .svg-image {
	filter: grayscale(100%);
	transition: all .3s;
	opacity: .55;
	margin-right: 10px;
}

.home-form .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 14px;
}

.home-form .flex-row {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}

.home-form .flex-row .col-8 {
	flex-basis: 66.666%;
	max-width: 66.666%;
	padding: 0 10px;
}

@media screen and (max-width: 1252px) {
	.home-form .flex-row .col-8 {
		flex-basis: 60%;
		max-width: 60%;
	}
}

@media screen and (max-width: 991.98px) {
	.home-form .flex-row .col-8 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.home-form .flex-row .col-4 {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
}

@media screen and (max-width: 1252px) {
	.home-form .flex-row .col-4 {
		flex-basis: 40%;
		max-width: 40%;
	}
}

@media screen and (max-width: 991.98px) {
	.home-form .flex-row .col-4 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.home-form .wpcf7-form-control-wrap {
	margin-bottom: 30px;
	display: block;
}

@media screen and (max-width: 575.98px) {
	.home-form .wpcf7-form-control-wrap {
		margin-bottom: 8px;
	}
}

.home-form .wpcf7-form-control-wrap input {
	height: 50px;
	width: 100%;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d9d9db;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .4px;
	color: #424242;
	padding-left: 21px;
}

@media screen and (max-width: 575.98px) {
	.home-form .wpcf7-form-control-wrap input {
		height: 62px;
	}
}

.home-form .wpcf7-form-control-wrap input::-moz-placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap input:-ms-input-placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap input::placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap.your_text {
	display: block;
	margin-bottom: 35px;
}

@media screen and (max-width: 575.98px) {
	.home-form .wpcf7-form-control-wrap.your_text {
		margin-bottom: 20px;
	}
}

.home-form .wpcf7-form-control-wrap.your_text textarea {
	height: 100px;
	width: 100%;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d9d9db;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .4px;
	color: #424242;
	padding: 19px 21px;
	resize: none;
}

@media screen and (max-width: 575.98px) {
	.home-form .wpcf7-form-control-wrap.your_text textarea {
		height: 147px;
		padding: 25px 21px;
	}
}

.home-form .wpcf7-form-control-wrap.your_text textarea::-moz-placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap.your_text textarea:-ms-input-placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap.your_text textarea::placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control.wpcf7-submit {
	height: 39px;
	padding: 0px 56px 0 11px;
	background: #30466d;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: auto;
}

@media screen and (max-width: 360px) {
	.home-form .wpcf7-form-control.wpcf7-submit {
		font-size: 11px;
		line-height: 11px;
	}
}

.home-form .wpcf7-form-control.wpcf7-submit::after {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-2c9d81e/elogic.co/wp-content/themes/elogic/resources/images/home/icon/btn-arrow.svg");
	width: 16px;
	height: 10px;
	right: 12px;
}

.home-form .wpcf7-form-control.wpcf7-submit:hover {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, .15);
	color: #fff;
}

.home-form .wpcf7-form-control.wpcf7-submit:hover::after {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-2c9d81e/elogic.co/wp-content/themes/elogic/resources/images/home/icon/btn-arrow.svg");
	transform: translateY(-50%) rotate(45deg);
}

.home-form .form-file-in-text {
	position: relative;
}

.home-form .form__file {
	position: absolute;
	bottom: -51px;
	right: 0;
}

@media screen and (max-width: 991.98px) {
	.home-form .form__file {
		margin-bottom: 0;
		position: absolute;
		bottom: -30px;
	}
}

.home-form .form__file input {
	display: none;
}

.home-form .btn-upload {
	position: relative;
	opacity: .6;
	color: #424242;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .8px;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.home-form .btn-upload {
		flex-direction: row;
		justify-content: flex-end;
	}
}

.home-form .btn-upload:hover .btn-upload__icon::before {
	transform: rotate(45deg);
}

.home-form .btn-upload__icon {
	position: relative;
	top: 0px;
	right: 0;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(70, 70, 70, .23);
	border-radius: 50%;
}

.home-form .btn-upload__icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 15px;
	margin: -7.5px 0 0 -8px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-2c9d81e/elogic.co/wp-content/themes/elogic/resources/images/home/icon/icon-file.svg") no-repeat 0 0;
	background-size: contain;
	transition: .3s linear;
}

.home-form .btn-upload__text {
	max-width: 110px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 12px;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #6f6f6f;
}

@media screen and (max-width: 350px) {
	.home-form .btn-upload__text {
		max-width: 95px;
		margin-right: 5px;
		font-size: 11px;
	}
}

.home-form .wpcf7 form .wpcf7-response-output {
	border: 0;
	font-size: 14px;
}

.so-faq.home-faq {
	background: #fff;
	padding: 36px 0;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq {
		padding: 40px 0 0;
	}
}

.so-faq.home-faq .title.title__h h2:not(.title__sub) {
	letter-spacing: 0;
	margin-top: 0;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .title.title__h h2:not(.title__sub) {
		font-size: 32px;
		line-height: 40px;
	}
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .faq-item {
		border-top: 0;
	}
}

.so-faq.home-faq .faq-items {
	margin-top: 24px;
	gap: 0 50px;
}

@media screen and (max-width: 991.98px) {
	.so-faq.home-faq .faq-items {
		gap: 0;
		margin-top: -2px;
	}
}

.so-faq.home-faq .faq-items .name {
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
	color: #5e5e5e;
	padding: 28px 70px 25px 0;
	background: none;
	border: none;
	width: 100%;
	text-align: initial;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .faq-items .name {
		padding: 20px 57px 23px 0;
	}
}

.so-faq.home-faq .faq-items .name:after, .so-faq.home-faq .faq-items .name::before {
	background: #6f6f6f;
}

.so-faq.home-faq .faq-items .name::before {
	right: 22px;
	top: 50%;
	margin-top: -7px;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .faq-items .name::before {
		right: 6px;
	}
}

.so-faq.home-faq .faq-items .name::after {
	right: 16px;
	top: 50%;
	margin-top: -1px;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .faq-items .name::after {
		right: 0;
	}
}

.so-faq.home-faq .faq-items .name h3 {
	line-height: 176%;
}

.so-faq.home-faq .faq-items.faq-items--2-col .faq-item {
	width: 100%;
}

.so-faq.home-faq .faq-items.faq-items--2-col .faq-col {
	width: calc(50% - 25px);
}

@media screen and (max-width: 991.98px) {
	.so-faq.home-faq .faq-items.faq-items--2-col .faq-col {
		width: 100%;
	}
}

.site-footer.site-footer-desktop {
	border: 0;
}

@media screen and (max-width: 575.98px) {
	.site-footer.site-footer-desktop .footer-main-block {
		padding-top: 40px;
	}
}

.seo-section {
	padding-block: 64px;
}

.seo-section h2 {
	margin-bottom: 24px;
}

.seo-section h2, .seo-section h3, .seo-section h4, .seo-section h5, .seo-section h6 {
	font-weight: 700;
	letter-spacing: 0;
	color: #30466d;
}

.seo-section h2 span, .seo-section h3 span, .seo-section h4 span, .seo-section h5 span, .seo-section h6 span {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.seo-section h3, .seo-section h4, .seo-section h5, .seo-section h6 {
	margin-block: 24px 16px;
}

.seo-section p, .seo-section ul, .seo-section ol, .seo-section dl, .seo-section dt, .seo-section li {
	margin-bottom: 16px;
}

.seo-section p span, .seo-section ul span, .seo-section ol span, .seo-section dl span, .seo-section dt span, .seo-section li span {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.seo-section p, .seo-section li {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}

.seo-section ul {
	list-style: disc;
	margin-left: 24px;
}

.seo-section a {
	font-weight: 500;
}

.seo-section a:hover {
	text-decoration: underline;
	color: inherit;
}

.text-section {
	padding-block: 80px;
	font-size: 20px;
	line-height: 176%;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	.text-section {
		padding-block: 40px;
		font-size: 15px;
	}
}

.text-section p {
	font-size: 20px;
	line-height: 176%;
	font-weight: 300;
}

.text-section p:not(:last-child) {
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.text-section p {
		font-size: 17px;
	}
}

.text-section a {
	color: #30466d;
	font-weight: 500;
	text-decoration: underline;
}

.text-section a:hover {
	text-decoration: none;
}

.text-section ul:not(:last-child), .text-section ol:not(:last-child) {
	margin-bottom: 16px;
}

.text-section ul li:not(:last-child), .text-section ol li:not(:last-child) {
	margin-bottom: 16px;
}

.text-section ul {
	list-style-type: disc;
	margin-left: 24px;
}

.text-section ol {
	margin-left: 24px;
}
