@charset "UTF-8";
:root {
	--font-family: 'Mona Sans', sans-serif;
	--content-width: 1320px;
	--container-offset: 20px;
	--container-width: calc(var(--content-width) + (var(--container-offset) * 2));
	--light-color: #fff;
}
.custom-checkbox__field:checked + .custom-checkbox__content::after {
	opacity: 1;
}
.custom-checkbox__field:focus + .custom-checkbox__content::before {
	outline: red solid 2px;
	outline-offset: 2px;
}
.custom-checkbox__field:disabled + .custom-checkbox__content {
	opacity: 0.4;
	pointer-events: none;
}
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page {
	height: 100%;
	font-family: var(--font-family, sans-serif);
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
.page__body {
	min-width: 360px;
	height: auto !important;
	min-height: 100%;
	font-size: 16px;
}
img {
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
a {
	text-decoration: none;
}
.is-hidden {
	display: none !important;
}
.btn-reset {
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
.list-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}
.input-reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
}
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
	display: none;
}
.visually-hidden {
	position: absolute;
	overflow: hidden;
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}
.container {
	margin: 0 auto;
	padding: 0 var(--container-offset);
	max-width: var(--container-width);
}
.centered {
	text-align: center;
}
.dis-scroll {
	position: fixed !important;
	left: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
	height: 100vh !important;
	-ms-scroll-chaining: none !important;
	overscroll-behavior: none !important;
}
.page--ios .dis-scroll {
	position: relative !important;
}
.header {
	position: fixed;
	width: 100%;
	max-width: 1021px;
	margin: 24px auto;
	padding: 18.5px 24px;
	border-radius: 999px;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.4);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-logo {
	height: 40px;
}
.header__nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	gap: 24px;
	padding: 0;
	margin: 0;
}
.header__nav__list .pc {
	display: none;
}
.header__nav__list .header__nav__item a {
	color: #122734;
	font-family: Mona Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 18.2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header__nav__list .header__nav__item a:hover {
	color: #000;
	font-size: 14.5px;
}
.btn--standard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 18.2px !important;
	border-radius: 999px !important;
	background: #4d5b76;
	padding: 12px 16px;
	gap: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn--standard:hover {
	letter-spacing: 0.45px;
	background: #424d63;
}
.burger {
	display: none;
}
@media screen and (max-width: 972px) {
	.burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header {
		width: calc(100% - 40px);
		top: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 24px 20px;
		padding: 12px 18px;
	}
	.header .header__nav__list,
	.header .mob {
		display: none;
	}
	.header .pc {
		display: block;
	}
	
	.header .header__nav__list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		position: absolute;
		top: 80px;
		left: 20px;
		padding: 24px;
		width: calc(100% - 40px);
		z-index: 2000;
		border-radius: 24px;
		background: rgba(255, 255, 255, 0.85);
		box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
		backdrop-filter: blur(18px) saturate(180%);
		-webkit-backdrop-filter: blur(18px) saturate(180%);
		border: 1px solid rgba(255, 255, 255, 0.18);
		overflow: hidden;

		/* Анимация появления */
		opacity: 0;
		transform: translateY(-10px);
		pointer-events: none;
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	/* Когда меню активно */
	.header .header__nav__list.menu--active {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.header .menu--active a {
		font-size: 16px;
	}
	.header .menu--active .btn--standard,
	.header .menu--active .pc {
		width: 100%;
	}
	.header .menu--active:after {
		content: '';
		position: absolute;
		inset: 0;
		z-index: -1;
		background: linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.25),
			rgba(255, 255, 255, 0.05)
		);
		mix-blend-mode: overlay;
	}
}
.hero {
	margin-top: 120px;
}
@media (max-width: 1200px) {
	.hero__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hero__content .hero__images {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		min-height: 400px;
	}
}
@media (max-width: 782px) {
	.hero {
		margin-top: 30px;
	}
	.hero__content .hero__images {
		min-height: 240px;
	}
}
.hero__text h1 {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#26324a),
		to(#4d5b76)
	);
	background: linear-gradient(90deg, #26324a, #4d5b76);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-family: 'Mona Sans', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.3px;
	text-transform: capitalize;
	margin: 0;
}
@media screen and (max-width: 782px) {
	.hero__text h1 {
		font-size: 32px;
	}
}
.hero__text p {
	color: #656f84;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin: 20px 0 32px;
}
.hero__text .hero__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
.hero__text .hero__btns a {
	width: 288px;
	height: 60px;
}
.hero__images {
	position: relative;
	width: 100%;
	max-width: 620px;
	height: 420px;
}
.hero__image {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: auto;
	border-radius: 20px !important;
}
@media screen and (max-width: 782px) {
	.hero__text p {
		font-size: 16px;
		margin: 12px 0 16px;
	}
	.hero__text .hero__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px;
	}
	.hero__text .hero__btns a {
		width: 100%;
		height: 46px;
		padding: 10px;
		font-size: 14px;
	}
	.hero__image {
		width: calc(100% - 80px);
	}
	.hero__image--front {
		left: 0;
	}
}
.hero__image--back {
	top: -33px;
	left: 85px;
	z-index: 1;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.hero__image--front {
	bottom: 0;
	right: 0;
	z-index: 2;
}
@media (max-width: 992px) {
	.hero__images {
		margin-top: 40px;
		height: 360px;
	}
}
@media (max-width: 576px) {
	.hero__images {
		height: 300px;
	}
	.hero__image--back {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
}
.hero__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
}
.hero__content .hero__images,
.hero__content .hero__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hero__content .hero__text {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	margin-bottom: 30px;
}

.partners {
	margin-top: 100px;
}
@media screen and (max-width: 782px) {
	.hero__image--back {
		bottom: inherit;
        top: -100px;
        left: 85px;
	}
	.hero__content {
		gap: 24px;
	}
	.partners {
		margin-top: 50px;
	}
}

@media screen and (max-width: 482px) {
	.hero__image--back {
		top: -30px;
	}
}

.partners__list {
	padding: 0;
	margin: 50px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 44px 30px; /* вертикальный отступ между рядами */
}

.partners__list li {
	flex: 0 0 calc((100% - 4 * 44px) / 5);
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 782px) {
	.partners__list li {
		flex: 0 0 calc((100% - 4 * 44px) / 1.5);
	}
}

.partners__list img {
	-webkit-filter: brightness(0) grayscale(1);
	filter: brightness(0) grayscale(1);
	opacity: 0.3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.partners__list img:hover {
	opacity: 1;
	-webkit-filter: brightness(0) grayscale(0);
	filter: brightness(0) grayscale(0);
}
@media screen and (max-width: 782px) {
	.partners__list {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 30px;
	}
}
.benefits {
	margin-top: 75px;
}
@media screen and (max-width: 782px) {
	.benefits {
		margin-top: 40px;
	}
}
.benefits__list {
	border-radius: 24px;
	background: rgba(237, 240, 245, 0.45);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 45px 40px;
	margin: 0;
	gap: 28px;
	list-style: none;
}
@media screen and (max-width: 1240px) {
	.benefits__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.benefit:first-child {
	border: 0;
}
@media screen and (max-width: 782px) {
	.benefits__list {
		padding: 24px 16px;
		gap: 14px;
	}
	.benefit:first-child {
		border-left: 1px solid rgba(101, 111, 132, 0.2);
	}
}

@media screen and (max-width: 582px) {
	.benefits__list {
		flex-direction: column;
		gap: 14px;
	}
}

.benefit {
	padding-left: 12px;
	border-left: 1px solid rgba(101, 111, 132, 0.2);
}
.benefit p {
	color: #6b79ff;
	font-size: 36px;
	font-weight: 500;
	line-height: 130%;
	margin: 9px 0 13px;
}
@media screen and (max-width: 782px) {
	.benefit p {
		font-size: 26px;
		line-height: 130%;
		margin: 4px 0 2px;
	}
}
.benefit h3 {
	color: #656f84;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
}
.cases {
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	.cases {
		margin-top: 10px;
	}
}

.cases .btn-secondary {
	margin-top: 50px;
}
.section__header-title {
	color: #4d5b76;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 24px;
}
@media screen and (max-width: 782px) {
	.cases .btn-secondary {
		margin-top: 20px;
		width: 100%;
	}
	.section__header-title {
		font-size: 28px;
		line-height: 34px;
		margin-top: 8px;
		margin-bottom: 16px;
	}
	.section__header-title br {
		display: none;
	}
}
.section__header-desc {
	color: #656f84;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
.section__header__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cases__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	padding: 0;
	margin: 60px 0 0;
	list-style: none;
}

@media screen and (max-width: 782px) {
	.cases__list {
		margin: 20px 0 0;
	}
}


.case {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.35);
	padding: 50px;
	border: 1px solid rgba(255, 255, 255, 1);
}
.case:nth-child(2n) .case__text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.case .case__image,
.case .case__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.case .case__image img {
	border-radius: 12px;
}

.case .case__text .case__text__head {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid #fff;
	padding: 5px 25px;
}
.case .case__text .case__text__head span {
	color: rgba(107, 121, 255, 0.97);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
@media screen and (max-width: 982px) {
	.case .case__text .case__text__head {
		padding: 3px 15px;
	}
	.case .case__text .case__text__head span {
		font-size: 14px;
	}
}
.case .case__text .case-title {
	color: #6b79ff;
	font-size: 26px;
	font-weight: 400;
	line-height: 140%;
}
.case .case__text .case-title strong {
	font-size: 40px;
	font-weight: 600;
}
@media screen and (max-width: 982px) {
	.case .case__text .case-title {
		font-size: 20px;
	}
	.case .case__text .case-title strong {
		font-size: 30px;
	}
}
@media screen and (max-width: 782px) {
	.case .case__text .case-title {
		font-size: 17px;
	}
	.case .case__text .case-title strong {
		font-size: 26px;
	}
}
.case .case__text .case-description {
	color: rgba(101, 111, 132, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	letter-spacing: -0.2px;
}
@media screen and (max-width: 982px) {
	.case .case__text .case-description {
		font-size: 14px;
		line-height: 22px;
	}
}
.case .case__text .case-subtitle {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 25.6px;
}
@media screen and (max-width: 982px) {
	.case .case__text .case-subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}
.case .case__text .case__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	list-style: none;
	padding-left: 34px;
	margin: 0;
}
.case .case__text .case__list li {
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
}
.case .case__text .case__list li::after {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../img/svg/list-icon.svg);
	position: absolute;
	left: -36px;
	top: 0;
}
@media screen and (max-width: 982px) {
	.case .case__text .case__list li::after {
		width: 18px;
		height: 18px;
		background-size: contain;
		top: 4px;
		left: -26px;
	}
	.case .case__text .case__list li {
		font-size: 14px;
	}
	.case .case__text .case__list {
		padding-left: 24px;
	}
	.case {
		padding: 30px;
	}
}
.process {
	margin-top: 70px;
}
@media screen and (max-width: 782px) {
	.case {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 14px;
	}
	.case .case__image {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.process {
		margin-top: 30px;
	}
}
.steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 45px;
}
.steps__item {
	max-width: 280px;
	text-align: center;
}
.steps__icon {
	position: relative;
	width: 159px;
	height: 159px;
	margin: 0 auto 24px;
	border-radius: 50%;
	border: 2px dashed #9aa8c7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.steps__icon img {
	width: 80px;
	height: 80px;
}
.steps__number {
	position: absolute;
	top: -4px;
    left: -36px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 20px 0 rgba(215, 219, 219, 0.23);
	box-shadow: 0 5px 20px 0 rgba(215, 219, 219, 0.23);
	background: rgba(255, 255, 255, 0.35);
	color: #4d5b76;
	font-size: 16px;
	font-weight: 600;
	width: 39px;
	height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.steps__item h3 {
	color: #4d5b76;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 42px;
	margin-bottom: 10px;
}
@media (max-width: 782px) {
	.steps__icon {
		margin: 0 auto 14px;
	}
	.steps__item h3 {
		margin-top: 14px;
		font-size: 16px;
		line-height: 22px;
	}
}
.steps__item p {
	color: #4d5b76;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: center;
	margin: 0;
}
.steps__arrow {
	margin-top: 48px;
	font-size: 22px;
	color: #7b8cff;
}
.steps-arrow {
	width: 81px;
	height: 15px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 782px) {
	.steps__item p {
		line-height: 20px;
	}
	.steps {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px;
		margin-top: 30px;
	}
	.steps__arrow {
		display: none;
	}
	.steps-arrow__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 120px;
		-webkit-transform: rotate(90deg) !important;
		-ms-transform: rotate(90deg) !important;
		transform: rotate(90deg) !important;
		text-align: center;
	}
}
.mantra {
	margin-top: 120px;
}
@media (max-width: 782px) {
	.mantra {
		margin-top: 40px;
	}
}
.features {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 42px 0 32px;
}
.features__item {
	border-radius: 24px;
	padding: 24px 24px 46px;
	-webkit-box-shadow: 0 10px 30px rgba(31, 42, 68, 0.06);
	box-shadow: 0 10px 30px rgba(31, 42, 68, 0.06);
	    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 1)
}
.features__icon {
	width: 73px;
	height: 73px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 1)
	color: #5b6cff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 16px;
}
.features__icon img {
	width: 42px;
	height: 42px;
	-o-object-fit: contain;
	object-fit: contain;
}
.features__item h3 {
	color: #4d5b76;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 18px 0 0;
}
@media (max-width: 782px) {
	.features__item h3 {
		margin: 12px 0 0;
	}
}
.features__item p {
	color: #4d5b76;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	margin: 10px 0 0;
}
@media (max-width: 992px) {
	.features {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin: 26px 0 20px;
		gap: 14px;
	}
	.features__item {
		padding: 14px 24px 28px;
	}
}
.industry-problems {
	margin-top: 110px;
}
@media (max-width: 782px) {
	.industry-problems {
		margin-top: 50px;
	}
}
.industry-problems__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.industry-problems__item {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.35);
	padding: 24px 24px 70px;
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 1);
}
.industry-problems__icon {
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	color: #5b6cff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 16px;
}
.industry-problems__icon img {
	width: 30px;
	height: 30px;
}
.industry-problems__item h3 {
	color: #4d5b76;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}
.industry-problems__item p {
	color: rgba(101, 111, 132, 0.97);
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
@media (max-width: 1021px) {
	.industry-problems__list {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 782px) {
	.industry-problems__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.solution-system {
	margin-top: 60px;
}
@media screen and (max-width: 782px) {
	.industry-problems__list {
		gap: 14px;
	}
	.industry-problems__item {
		padding: 16px 16px 20px;
	}
	.solution-system {
		margin-top: 30px;
	}
}
.ncas {
	padding: 80px 0;
}
.ncas__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.1fr 1fr;
	grid-template-columns: 1.1fr 1fr;
	gap: 64px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
@media screen and (max-width: 782px) {
	.ncas {
		padding: 20px 0 40px;
	}
	.ncas__container {
		gap: 32px;
	}
}
.ncas__label {
	color: rgba(77, 91, 118, 1);
font-size: 16px;
font-weight: 500;
	margin-bottom: 24px;
	display: inline-block;
}
.ncas__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.ncas__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 13px;
	border-radius: 5px;
	background: #edf0f5;
}
.ncas__icon {
	width: 48px;
	height: 48px;
	border: 1.02px solid #fff;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	-webkit-box-shadow: 0 6px 20px rgba(31, 42, 68, 0.08);
	box-shadow: 0 6px 20px rgba(31, 42, 68, 0.08);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #5b6cff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.ncas__icon img {
	width: 25px;
}
.ncas__list p {
	color: #656f84;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	letter-spacing: -0.3px;
	margin: 0;
}
@media screen and (max-width: 782px) {
	.ncas__list {
		gap: 10px;
	}
	.ncas__list p {
		font-size: 14px;
		line-height: 21px;
	}
}
.ncas__right h2 {
	color: #4d5b76;
	font-size: 36px;
	font-weight: 700;
	line-height: 50.4px;
	margin-bottom: 41px;
}
.ncas__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	max-width: 100%;
}
.ncas__cards img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50% !important;
}
.ncas__card-number {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: auto;
}
.ncas__card--light {
	background: #fff;
	-webkit-box-shadow: 0 20px 40px rgba(31, 42, 68, 0.08);
	box-shadow: 0 20px 40px rgba(31, 42, 68, 0.08);
	color: #1f2a44;
}
.ncas__logo {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #eef2ff;
	color: #5b6cff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: auto;
}
@media (max-width: 992px) {
	.ncas__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.overview .container > h2 {
	color: #4d5b76;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
	margin-bottom: 24px;
}
@media screen and (max-width: 782px) {
	.ncas__right h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 24px;
		margin-top: 0;
	}
	.ncas__cards {
		gap: 16px;
	}
	.ncas__cards img {
		max-width: 48% !important;
	}
	.overview .container > h2 {
		font-size: 28px;
		line-height: 34px;
	}
}
.overview .container > p {
	max-width: 750px;
	margin: 0 auto;
	color: #4d5b76;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
}
.overview .container .overview__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 70px;
	max-width: 445px;
	margin: 50px auto 0;
}
.overview .container .overview__list img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
	max-height: 157px;
	-o-object-fit: contain;
	object-fit: contain;
}
.overview .container .section__header-title.mt {
	margin-top: 60px;
}
.industries__list {
	list-style: none;
	padding: 0;
	margin: 50px 0 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.industries__item {
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 24px;
	padding: 24px 35px 24px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 10px 30px rgba(154, 183, 249, 0.06);
	box-shadow: 0 10px 30px rgba(154, 183, 249, 0.06);
	backdrop-filter: blur(6px);
}
.industries__item h3 {
	color: #4d5b76;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.industries__item p {
	color: #656f84;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin: 14px 0;
}
@media screen and (max-width: 782px) {
	.overview .container > p {
		font-size: 16px;
	}
	.overview .container .section__header-title.mt {
		margin-top: 30px;
		margin-bottom: 14px;
	}
	.industries__list {
		margin: 32px 0 0;
		gap: 12px;
	}
	.industries__item {
		padding: 16px 35px 16px 16px;
	}
	.industries__item p {
		margin: 8px 0;
	}
}
.industries__icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	color: #1f2a44;
}
.industries__icon img {
	width: 30px;
	height: 30px;
}
@media (max-width: 1200px) {
	.industries__list {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 576px) {
	.industries__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.cta {
	margin-top: 135px;
}
@media screen and (max-width: 782px) {
	.cta {
		margin-top: 50px;
	}
}
.cta__content {
	background: #4d5b76;
	border-radius: 32px;
	padding: 64px 48px;
	text-align: center;
	color: #fff;
}
.cta__title {
	font-size: 52px;
	font-weight: 500;
	line-height: 72.8px;
	letter-spacing: -0.3px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(40%, #fff),
		color-stop(60%, rgba(255, 255, 255, 0.4))
	);
	background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0.4) 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.cta__text {
	max-width: 830px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	letter-spacing: -0.2px;
	text-align: center;
	margin: 0 auto;
}
.cta__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 37px;
}
.cta__actions .btn-secondary {
	margin: 0;
}
.cta__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 22px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cta__btn--primary {
	background: #fff;
	color: #1f2a44;
}
.cta__btn--primary:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.cta__btn--secondary {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	color: #fff;
	text-decoration: underline !important;
	text-underline-offset: 4px;
	border-left: 1px solid #fff;
}
.cta__btn--secondary:hover {
	opacity: 0.85;
}
@media (max-width: 768px) {
	.cta__content {
		padding: 36px 20px;
	}
	.cta__title {
		font-size: 28px;
		line-height: 34px;
	}
	.cta__text {
		font-size: 16px;
		line-height: 24px;
	}
}
.founders {
	margin-top: 140px;
}

@media screen and (max-width: 768px) {
	.founders {
		margin-top: 60px;
	}
}

.founders__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 100px;
	margin-top: 106px;
}
@media screen and (max-width: 781px) {
	.overview .container .overview__list {
		gap: 30px;
		max-width: calc(100vw - 40px);
	}
	.overview .container .overview__list img {
		max-height: 80px;
	}
	.founders__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 60px;
	}
}
@media screen and (max-width: 481px) {
	.founders__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
	}
}
.founder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 781px) {
	.founder {
		max-width: 50%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: rgba(255, 255, 255, 0.35);
		border-radius: 24px;
		padding: 24px;
		border: 1px solid rgba(255, 255, 255, 1);
	}
}
.founder__card {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.35);
	padding: 100px 56px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 1);
}
@media screen and (max-width: 981px) {
	.founder__card {
		padding: 50px 30px;
	}
}
@media screen and (max-width: 781px) {
	.founder__card {
		background-color: transparent;
		padding: 10px 0 30px;
		border: 0;
	}
}
.founder__text h3 {
	color: #4d5b76;
	font-size: 36px;
	font-weight: 700;
	line-height: 50.4px;
	margin: 0;
}
@media screen and (max-width: 1160px) {
	.founder__text h3 {
		font-size: 28px;
	}
}
.founder__text p {
	color: #656f84;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	max-width: 660px;
	margin: 7px 0 0;
}
@media screen and (max-width: 1160px) {
	.founder__text p {
		max-width: 460px;
		font-size: 14px;
	}
}
.founder__photo {
	position: absolute;
	top: -50px;
	width: 360px;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: #4e5f7c;
}
@media screen and (max-width: 981px) {
	.founder__photo {
		width: 280px;
	}
}
@media screen and (max-width: 620px) {
	.founder__photo {
		width: 100%;
		height: 250px;
	}
}
@media screen and (max-width: 481px) {
	.founder {
		max-width: 100%;
	}
	.founder__photo {
		height: auto;
	}
}
.founder__photo img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.founder--right .founder__card {
	padding-right: 280px;
}
.founder--right .founder__photo {
	right: 50px;
}
.founder--left .founder__card {
	padding-left: 450px;
}
.founder--left .founder__photo {
	left: 50px;
}
@media screen and (max-width: 981px) {
	.founder--right .founder__card {
		padding-right: 350px;
	}
	.founder--right .founder__photo {
		right: 30px;
	}
	.founder--left .founder__card {
		padding-left: 330px;
	}
	.founder--left .founder__photo {
		left: 30px;
	}
}
@media screen and (max-width: 781px) {
	.founder__photo {
		position: relative;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		top: 0;
		right: auto !important;
		left: auto !important;
	}
	.founder--right .founder__card {
		padding-right: 0;
	}
	.founder--left .founder__card {
		padding-left: 0;
	}
	.founder--left .founder__photo {
		left: auto;
		top: auto;
	}
}
.team {
	margin-top: 70px;
}
@media screen and (max-width: 782px) {
	.team {
		margin-top: 55px;
	}
}
.team__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}
.team__item {
	border: 1px solid #fff;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.35);
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 526px) {
	.team__item {
		padding: 16px 16px 24px;
	}
}
.team__image {
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 0;
}
.team__image img {
	width: 100%;
	height: 272px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.team__name {
	color: #4d5b76;
	font-size: 24px;
	font-weight: 400;
	line-height: 150%;
	margin: 12px 0 0;
}
.team__text {
	color: #656f84;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 4px 0 0;
}
@media (max-width: 1200px) {
	.team__list {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 526px) {
	.team__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.team__image img {
		width: 100%;
		height: auto;
	}
}
.video-reviews {
	margin-top: 100px;
}
@media screen and (max-width: 782px) {
	.video-reviews {
		margin-top: 50px;
	}
}
.v_reviews__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.v_review {
	position: relative;
	background: #f4f8fb;
	border-radius: 24px;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 16px;
}

article.v_review:after {
    content: "";
    position: absolute;
    left: -16px;
    top: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 24px;
}

.v_review__media {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #000;
	margin-bottom: 16px;
}
.v_review__video {
	width: 100%;
	height: 285px;
	display: block;
}
.v_review__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #5b6cff;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 10px;
}
.v_review__text {
	color: #4d5b76;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	margin-top: 0;
	margin-bottom: 20px;
}
.v_review__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(77, 91, 118, 0.2);
}
.v_review__author img {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	-o-object-fit: cover;
	object-fit: cover;
}
.v_review__author-info strong {
	color: #263c48;
	font-size: 14px;
	font-weight: 600;
	line-height: 22.4px;
}
.v_review__author-info span {
	color: #485a61;
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
}
.v_review__author-info {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.v_reviews__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 16px;
	}
}
.video-reviews .btn-secondary {
	margin-top: 50px;
}
.book {
	margin-top: 72px;
}
.book iframe {
	height: 550px !important;
	margin-top: 30px !important;
}
.footer {
	background: #fff;
	margin-top: 20px;
}
.footer__content {
	padding: 50px 0 32px;
}
.footer__top {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1fr 1fr 1fr;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 64px;
	padding-bottom: 48px;
	border-bottom: 1px solid #e3e9f0;
}
@media screen and (max-width: 781px) {
	.footer__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px;
	}
}
.footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #1f2a44;
	margin-bottom: 16px;
}
.footer__logo img {
	width: 215px;
	height: auto;
}
.footer__description {
	max-width: 320px;
	color: #4d5b76;
	font-size: 16px;
	font-weight: 400;
	line-height: 27.2px;
}
.footer__column h4 {
	color: #4d5b76;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 16px;
}
.footer__column ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.footer__column a {
	color: #4d5b76;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.footer__column a:hover {
	color: #1f2a44;
}
.footer__social a {
	font-weight: 500;
}
.footer__bottom {
	color: #4d5b76;
	font-size: 12px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: center;
	margin-top: 24px;
}
.main {
	padding-top: 120px;
}
@media screen and (max-width: 782px) {
	.video-reviews .btn-secondary {
		margin-top: 20px;
		width: 100%;
	}
	.main {
		padding-top: 60px;
	}
}
.page__body {
	position: relative;
	margin: 0;
	overflow-x: hidden;
	height: auto !important;
}


.site-container {
	position: relative;
	z-index: 1;
}
.page-bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	pointer-events: none;
	background: radial-gradient(
			1200px 600px at 50% -10%,
			rgba(255, 255, 255, 0.9),
			transparent 60%
		),
		-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #f7f9fc), color-stop(50%, #eef3f8), color-stop(75%, #e6edf5), to(#dde5ee));
	background: radial-gradient(
			1200px 600px at 50% -10%,
			rgba(255, 255, 255, 0.9),
			transparent 60%
		),
		linear-gradient(
			180deg,
			#fff 0,
			#f7f9fc 25%,
			#eef3f8 50%,
			#e6edf5 75%,
			#dde5ee 100%
		);
}
.bg-noise {
	position: fixed;
	inset: 0;
	background: rgba(77, 91, 118, 0.0156862745);
	-webkit-filter: url(#figma-like-bg);
	filter: url(#figma-like-bg);
	pointer-events: none;
	z-index: -1;
}
.btn--standard-squade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#394762),
		to(#4d5b76)
	);
	background: linear-gradient(90deg, #394762, #4d5b76 100%);
	color: #fff;
}
.btn--secondary-squade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
}
.btn--secondary-squade,
.btn--standard-squade {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	padding: 17px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 23.4px;
	text-decoration: none;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.btn--secondary-squade::after,
.btn--standard-squade::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: #000;
	z-index: -1;
	-webkit-transform: translate(6px, 6px);
	-ms-transform: translate(6px, 6px);
	transform: translate(6px, 6px);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	pointer-events: none;
}
.btn--secondary-squade::before,
.btn--standard-squade::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.btn--secondary-squade img,
.btn--secondary-squade span,
.btn--standard-squade img,
.btn--standard-squade span {
	z-index: 100;
}
.btn--standard-squade::before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#394762),
		to(#4d5b76)
	);
	background: linear-gradient(90deg, #394762, #4d5b76 100%);
}
.btn--secondary-squade::before {
	background: #fff;
	border: 1px solid rgba(77, 91, 118, 0.1);
}
.btn--secondary-squade {
	background: #fff;
	color: #4d5b76;
	border: 1px solid rgba(77, 91, 118, 0.5);
}
.btn--secondary-squade:hover,
.btn--standard-squade:hover {
	-webkit-transform: translate(4px, 4px);
	-ms-transform: translate(4px, 4px);
	transform: translate(4px, 4px);
}
.btn--secondary-squade:hover::after,
.btn--standard-squade:hover::after {
	-webkit-transform: translate(2px, 2px);
	-ms-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
}
.btn--secondary-squade:active,
.btn--standard-squade:active {
	-webkit-transform: translate(6px, 6px);
	-ms-transform: translate(6px, 6px);
	transform: translate(6px, 6px);
}
.btn--secondary-squade:active::after,
.btn--standard-squade:active::after {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.btn-secondary {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
	color: #4d5b76;
	font-size: 16px;
	font-weight: 700;
	border-radius: 999px;
	background: #fff;
	padding: 13px 42px;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-secondary:hover {
	letter-spacing: 0.45px;
}
.btn--arrow__bottom {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.section__header {
	text-align: center;
}
.section__header.left {
	text-align: left;
}
.section__header.left .section__header__flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.section-subtitle {
	color: #656f84;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
}
.section-after-description {
	max-width: 623px;
	color: #4d5b76;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	margin: 0 auto;
}
.section__header-hr {
	border: 1px solid #c9d3e0;
	opacity: 0.7;
	margin-top: 20px;
}
.burger {
	--burger-width: 30px;
	--burger-height: 22px;
	--burger-line-height: 2px;
	position: relative;
	border: none;
	padding: 0;
	width: var(--burger-width);
	height: var(--burger-height);
	color: #000;
	background-color: transparent;
	cursor: pointer;
}
.burger::after,
.burger::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: var(--burger-line-height);
	background-color: currentColor;
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.burger::before {
	top: 0;
}
.burger::after {
	top: calc(100% - var(--burger-line-height));
}
.burger__line {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: var(--burger-line-height);
	background-color: currentColor;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.v_review__media iframe {
    height: 340px;
}

@media screen and (max-width: 782px) {
	.v_review__media iframe {
		height: 240px
	}
}

.hero__image__wrapper img {
    border: 2px solid #394762 !important;
	box-shadow: 0px 4.17px 93.91px 0px rgba(0, 0, 0, 0.14) !important;
}

.hero__image__wrapper {
	position: static;
}

.hero__image__wrapper:after {
    content: "";
    width: 508px;
    height: 252px;
    background: black;
    border-radius: 20px;
    position: absolute;
    right: -8px;
    bottom: -6px;
}

.hero__image__wrapper:before {
    content: "";
    width: 508px;
    height: 252px;
    background: black;
    border-radius: 20px;
    position: absolute;
    right: -92px;
    top: -22px;
    transform: scale(0.96);
}

@media screen and (max-width: 782px) {
	.hero__image__wrapper:after {
		width: 540px;
		height: 266px;
		right: 72px;
	}
	.hero__image__wrapper:before {
		width: 540px;
		height: 266px;
		right: -14px;
    	top: -113px;
	}
}

@media screen and (max-width: 582px) {
		.hero__image__wrapper:after {
		width: calc(100% - 80px);
		height: auto;
		aspect-ratio: 540 / 266;
		right: 72px;
	}
	.hero__image__wrapper:before {
		width: calc(100% - 80px);
        height: auto;
        aspect-ratio: 340 / 171;
        right: -21px;
        top: -86px;
        transform: scale(0.86);
	}
}

@media screen and (max-width: 482px) {
	.hero__image__wrapper:before {
        top: -20px;
        right: -17px;
	}
	
	.hero__content .hero__images {
		height: 184px;
	}
}

@media screen and (max-width: 482px) {
	.hero__content .hero__images {
		min-height: 184px;
	}	
}

.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    filter: blur(250px);    
	background: linear-gradient(
	  121deg,
	  #F5F5F5 4.48%,
	  #bacde1 0.8%,
	  #bacde0 40.8%,
	  #bbcfd8 100%
	);
    z-index: -2;
}
/* .bg-noise-texture {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;

    pointer-events: none;
    z-index: -1;
} */

.bg-noise-texture::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://thegrowthedge.io/wp-content/uploads/2025/12/bg2444.jpg);
    background-repeat: repeat;
    background-size: 200px 200px;
    opacity: 0.4;
    transform: translateZ(0);
    will-change: transform;
}

.hero__content.hero__content--single .hero__images {
    flex: 2;
}

.hero__content.hero__content--single .hero__images .hero__image__wrapper::before {
    content: none;
}

.hero__content.hero__content--single .hero__image--front {
	width: 100%;
	position: relative;
}

.hero__content.hero__content--single .hero__images {
	max-width: none;
	width: 100%;
	height: auto;
	min-height: fit-content;
}

.hero__content.hero__content--single .hero__image__wrapper:after {
	width: 100%;
	height: 100%;
}

.hero__content.hero__content--single .hero__text {
	margin-bottom: 0;
}

html.page {
    overflow-x: hidden;
}

@media screen and (max-width: 782px) {
	.hero__image__wrapper:after {
		left: 8px !important;
	}
}