.page-neuro--new {
	font-family: Rubik;
}
.page-neuro--new .neuro-hero {
	background: linear-gradient(198deg, #060c40 28.06%, #007fff 111.98%);
	padding-bottom: 195px;
}
.page-neuro--new .neuro-hero::before {
	display: none;
}
.page-neuro--new .neuro-hero-top h1 {
	margin-bottom: 61px;
}
.page-neuro--new .neuro-hero-top p {
	margin-bottom: 78px;
}
.page-neuro--new .neuro-hero::after {
	position: absolute;
	display: block;
	background: #fff;
	clip-path: polygon(0 100%, 100% 370px, 100% 100%);
	width: 100%;
	height: 600px;
	bottom: 0;
	content: "";
	z-index: 9;
}
.page-neuro--new .neuro-hero-buttons {
	margin-top: 67px;
	padding-left: 0;
}
.page-neuro--new .neuro-hero-columns {
	padding-bottom: 0;
}

.page-neuro--new .neuro-impact::before {
	display: none;
}
.page-neuro--new .neuro-impact {
	margin-top: -35px;
}
.page-neuro--new .neuro-impact-example-text-top {
	min-height: 86px;
}
.page-neuro--new .neuro-impact-columns {
	padding-bottom: 86px;
}

.aiclinix-section .wrapper {
	max-width: 1092px;
	display: flex;
	flex-wrap: wrap;
}
.page-neuro--new .wrapper {
	margin: 0 auto;
}
.aiclinix-section {
	background: rgba(217, 217, 217, 0.5);
	padding-top: 123px;
	padding-bottom: 69px;
}
.aiclinix-title {
	color: #060c40;
	text-align: center;
	font-size: 72px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
	width: 100%;
}
p.aiclinix-text {
	color: #060c40;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 59px;
	width: 100%;
}
.aiclinix-image {
	margin-right: 73px;
	margin-left: 43px;
	position: relative;
	width: 313px;
}
.aiclinix-image::after {
	content: "";
	width: 66px;
	height: 23px;
	background-image: url("data:image/svg+xml,%3Csvg width='66' height='23' viewBox='0 0 66 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.7613 12.5607C65.3471 11.9749 65.3471 11.0251 64.7613 10.4393L55.2154 0.893398C54.6296 0.307611 53.6799 0.307611 53.0941 0.893398C52.5083 1.47919 52.5083 2.42893 53.0941 3.01472L61.5794 11.5L53.0941 19.9853C52.5083 20.5711 52.5083 21.5208 53.0941 22.1066C53.6799 22.6924 54.6296 22.6924 55.2154 22.1066L64.7613 12.5607ZM0.700684 11.5V13H63.7007V11.5V10H0.700684V11.5Z' fill='%23007FFF'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 14px;
	right: -54px;
}
.aiclinix-items {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 13px;
	width: calc(100% - 43px - 73px - 313px - 88px);
}
.aiclinix-items li {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	border-radius: 20px;
	background: #007fff;
	padding: 10.5px;
}
.aiclinix-image img {
	width: 100%;
}
.aiclinix-items li.active {
	border-radius: 20px;
	background: #ff6324;
}

.aiclinix-image figcaption {
	color: #1a1a1a;
	font-size: 10px;
	font-weight: 300;
	line-height: normal;
	margin-top: 33px;
}
.aiclinix-bottom-title {
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	margin-top: 118px;
	margin-bottom: 19px;
}
.aiclinix-bottom-image {
	width: 100%;
	border-radius: 24px;
	background: #fff;
	text-align: center;
	max-width: 972px;
	margin: 0 auto;
	overflow: hidden;
}
.aiclinix-bottom-image img {
	width: 100%;
}

.standard-section {
	background: #89c2eb;
	padding: 77px 0 62px;
	text-align: center;
}
.standard-section .wrapper {
	max-width: 970px;
}
.standard-title {
	color: #fff;
	text-align: center;
	font-size: 72px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 68px;
}
.standard-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 91px;
    align-items: flex-start;
}
.standard-item {
	width: calc(100% / 3 - 14px);
	background: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 20px 20px 40px;
}

.standard-section .button {
	display: inline-block;
	position: relative;
	z-index: 3;
	min-width: 203px;
}
p.standard-item-title {
	color: #060c40;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 43px;
	min-height: 48px;
}
.standard-item-icons {
	height: 129px;
	display: flex;
	justify-content: center;
	gap: 18px;
}
.standard-item-icons img {
	max-height: 116px;
}
.standard-item-link {
	color: #007fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.page-neuro--new .neuro-work::before {
	display: none;
}
.page-neuro--new .neuro-work {
	padding: 74px 0 0;
}
.page-neuro--new .neuro-work-title {
	margin-bottom: 61px;
}
.page-neuro--new .neuro-work .wrapper {
	width: auto;
	max-width: 1363px;
}

.proven-section {
	padding-top: 82px;
}
.proven-section .wrapper {
	max-width: 1063px;
}
.proven-section h2 {
	color: #060c40;
	text-align: center;
	font-size: 64px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 51px;
}
.proven-items {
	display: flex;
	flex-wrap: wrap;
}

.proven-item h3 {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 4px;
}
.proven-item {
	text-align: center;
	width: 50%;
}
.proven-image {
	margin-top: -4px;
}
.proven-subtitle {
	height: 28px;
}
.proven-subtitle {
	height: 28px;
}
.proven-subtitle img {
	max-height: 100%;
}
.stroke-section {
	padding-top: 87px;
}
.stroke-section .wrapper {
	max-width: 879px;
}
.stroke-section h2 {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 25px;
}
p.stroke-logo {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
p.stroke-text {
	color: #000;
	font-size: 15px;
	line-height: normal;
	margin: 0 0 29px;
	text-align: center;
}
.stroke-logo {
	text-align: center;
}
.stroke-items {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
	margin-top: 50px;
}
.stroke-item {
	width: 391px;
}
.stroke-item h3 {
	color: #060c40;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 36px;
}
.stroke-item-logo {
	height: 120px;
	margin-bottom: 20px;
}
.stroke-item-logo img {
	max-height: 100%;
}
p.stroke-item-number {
	color: #ffa500;
	text-align: center;
	font-size: 72px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 18px;
}
p.stroke-item-text {
	color: #060c40;
	text-align: center;
	font-size: 24px;
	line-height: normal;
}

.solution-section {
	padding-top: 160px;
	padding-bottom: 116px;
}
.solution-section .wrapper {
	max-width: 952px;
}
.solution-section h2 {
	color: #060c40;
	text-align: center;
	font-family: Rubik;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}
.solution-gallery {
	display: flex;
	border-radius: 3px;
	background: #fff;
	box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.25);
	padding: 28px 71px 42px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 47px;
}
.solution-small-text {
	color: #1e1e1e;
	font-size: 10px;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	list-style: arabic;
	margin: 0 0 120px 84px;
	max-width: 732px;
}
.btn-wrap {
	text-align: center;
}
.btn-wrap a {
	display: inline-block;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
	.page-neuro--new .neuro-hero {
		padding-bottom: 12.19vw;
	}
	.page-neuro--new .neuro-hero-top h1 {
		margin-bottom: 3.81vw;
	}
	.page-neuro--new .neuro-hero-top p {
		margin-bottom: 4.88vw;
	}
	.page-neuro--new .neuro-hero::after {
		clip-path: polygon(0 100%, 100% 23.13vw, 100% 100%);
		height: 37.5vw;
	}
	.page-neuro--new .neuro-hero-buttons {
		margin-top: 4.19vw;
	}
	.page-neuro--new .neuro-impact {
		margin-top: -2.19vw;
	}
	.page-neuro--new .neuro-impact-example-text-top {
		min-height: 5.38vw;
	}
	.page-neuro--new .neuro-impact-columns {
		padding-bottom: 5.38vw;
	}
	.aiclinix-section .wrapper {
		max-width: 68.25vw;
	}
	.aiclinix-section {
		padding-top: 7.69vw;
		padding-bottom: 4.31vw;
	}
	.aiclinix-title {
		font-size: 4.5vw;
		margin-bottom: 1.25vw;
	}
	p.aiclinix-text {
		font-size: 1.5vw;
		line-height: 1.88vw;
		margin: 0 0 3.69vw;
	}
	.aiclinix-image {
		margin-right: 4.56vw;
		margin-left: 2.69vw;
		width: 19.56vw;
	}
	.aiclinix-image::after {
		width: 4.13vw;
		height: 1.44vw;
		top: 0.88vw;
		right: -3.38vw;
	}
	.aiclinix-items {
		gap: 0.81vw;
		width: calc(100% - 2.69vw - 4.56vw - 19.56vw - 5.5vw);
	}
	.aiclinix-items li {
		font-size: 1.25vw;
		border-radius: 1.25vw;
		padding: 0.66vw;
	}
	.aiclinix-items li.active {
		border-radius: 1.25vw;
	}
	.aiclinix-image figcaption {
		font-size: 0.63vw;
		margin-top: 2.06vw;
	}
	.aiclinix-bottom-title {
		font-size: 1.5vw;
		margin-top: 7.38vw;
		margin-bottom: 1.19vw;
	}
	.aiclinix-bottom-image {
		border-radius: 1.5vw;
		max-width: 60.75vw;
	}
	.standard-section {
		padding: 4.81vw 0 3.88vw;
	}
	.standard-section .wrapper {
		max-width: 60.63vw;
	}
	.standard-title {
		font-size: 4.5vw;
		margin-bottom: 4.25vw;
	}
	.standard-items {
		gap: 1.25vw;
		margin-bottom: 5.69vw;
	}
	.standard-item {
		width: calc(100% / 3 - 0.88vw);
		border-radius: 0.19vw;
		padding: 1.25vw 1.25vw 2.5vw;
	}
	.standard-section .button {
		min-width: 12.69vw;
	}
	p.standard-item-title {
		font-size: 1.25vw;
		margin-bottom: 2.69vw;
		min-height: 3vw;
	}
	.standard-item-icons {
		height: 8.06vw;
		gap: 1.13vw;
	}
	.standard-item-icons img {
		max-height: 7.25vw;
	}
	.standard-item-link {
		font-size: 1vw;
		gap: 0.31vw;
	}
	.page-neuro--new .neuro-work {
		padding: 4.63vw 0 0;
	}
	.page-neuro--new .neuro-work-title {
		margin-bottom: 3.81vw;
	}
	.page-neuro--new .neuro-work .wrapper {
		max-width: 85.19vw;
	}
	.proven-section {
		padding-top: 5.13vw;
	}
	.proven-section .wrapper {
		max-width: 66.44vw;
	}
	.proven-section h2 {
		font-size: 4vw;
		margin-bottom: 3.19vw;
	}
	.proven-item h3 {
		font-size: 1.5vw;
		margin-bottom: 0.25vw;
	}
	.proven-image {
		margin-top: -0.25vw;
	}
	.proven-subtitle {
		height: 1.75vw;
	}
	.proven-subtitle {
		height: 1.75vw;
	}
	.stroke-section {
		padding-top: 5.44vw;
	}
	.stroke-section .wrapper {
		max-width: 54.94vw;
	}
	.stroke-section h2 {
		font-size: 1.5vw;
		margin-bottom: 1.56vw;
	}
	p.stroke-logo {
		font-size: 0.94vw;
	}
	p.stroke-text {
		font-size: 0.94vw;
		margin: 0 0 1.81vw;
	}
	.stroke-items {
		margin-top: 3.13vw;
	}
	.stroke-item {
		width: 24.44vw;
	}
	.stroke-item h3 {
		font-size: 1.5vw;
		margin-bottom: 2.25vw;
	}
	.stroke-item-logo {
		height: 7.5vw;
		margin-bottom: 1.25vw;
	}
	p.stroke-item-number {
		font-size: 4.5vw;
		margin-bottom: 1.13vw;
	}
	p.stroke-item-text {
		font-size: 1.5vw;
	}
	.solution-section {
		padding-top: 10vw;
		padding-bottom: 7.25vw;
	}
	.solution-section .wrapper {
		max-width: 59.5vw;
	}
	.solution-section h2 {
		font-size: 1.5vw;
		margin-bottom: 1vw;
	}
	.solution-gallery {
		border-radius: 0.19vw;
		box-shadow: 0.44vw 0.44vw 0.63vw 0 rgba(0, 0, 0, 0.25);
		padding: 1.75vw 4.44vw 2.63vw;
		margin-bottom: 2.94vw;
	}
	.solution-small-text {
		font-size: 0.63vw;
		margin: 0 0 7.5vw 5.25vw;
		max-width: 45.75vw;
	}
}

@media (max-width: 991px) {
	.page-neuro--new section:not(.neuro-impact):not(.neuro-form) .wrapper {
		max-width: 84.73vw;
		margin: 0 auto;
	}
	.page-neuro--new a.button {
		width: auto;
		font-size: 3.56vw;
		padding: 5.34vw;
	}
	.page-neuro--new .neuro-hero {
		padding-bottom: 17.56vw;
	}
	.page-neuro--new .neuro-hero-top h1 {
		margin-bottom: 6.11vw;
	}
	.page-neuro--new .neuro-hero-top p {
		margin-bottom: 6.11vw;
	}
	.page-neuro--new .neuro-hero::after {
		clip-path: polygon(0 100%, 100% 94.15vw, 100% 100%);
		height: 106.87vw;
	}
	.page-neuro--new .neuro-hero-buttons {
		margin-top: 6.11vw;
	}
	.page-neuro--new .neuro-hero-top {
		padding-bottom: 0;
	}
	.page-neuro--new .neuro-hero-image {
		width: 82.44vw;
		margin: 0 auto 3.05vw -5.34vw;
	}
	.page-neuro--new .neuro-impact {
		margin-top: 5.09vw;
	}
	.page-neuro--new .neuro-impact-example-text-top {
		min-height: 14.5vw;
		padding: 0;
		font-size: 4.07vw;
		line-height: normal;
		margin-bottom: 6.36vw;
	}
	.page-neuro--new .neuro-impact-columns {
		padding-bottom: 0;
	}
	.page-neuro--new .neuro-impact-example-item {
		width: 39.19vw;
	}
	.page-neuro--new .neuro-impact-example {
		flex-direction: row;
		width: calc(100% + 4.17vwvw);
		gap: 6.36vw;
		margin: 0 -2.04vw;
		align-items: flex-start;
	}
	.page-neuro--new .neuro-impact-example-image {
		height: 38.17vw;
		border-radius: 5.09vw;
		margin-bottom: 7.12vw;
	}
	.page-neuro--new .neuro-impact-example-logo img {
		max-height: 7.38vw;
	}
	.page-neuro--new .neuro-impact-example-text-bottom {
		font-size: 4.07vw;
	}
	.aiclinix-section .wrapper {
		max-width: 100%;
	}
	.aiclinix-section {
		padding-top: 12.72vw;
		padding-bottom: 12.72vw;
	}
	.aiclinix-title {
		font-size: 5.09vw;
		margin-bottom: 5.09vw;
	}
	p.aiclinix-text {
		font-size: 2.54vw;
		line-height: 3.56vw;
		margin: 0 0 5.09vw;
		text-align: center;
	}
	.aiclinix-image {
		margin-right: auto;
		margin-left: auto;
		width: 58.78vw;
		padding-bottom: 16.54vw;
	}
	.aiclinix-image::after {
		width: 6.11vw;
		height: 10.18vw;
		top: inherit;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 3.82vw;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9393 39.0607C11.5251 39.6464 12.4749 39.6464 13.0607 39.0607L22.6066 29.5147C23.1924 28.9289 23.1924 27.9792 22.6066 27.3934C22.0208 26.8076 21.0711 26.8076 20.4853 27.3934L12 35.8787L3.51472 27.3934C2.92893 26.8076 1.97919 26.8076 1.3934 27.3934C0.807613 27.9792 0.807613 28.9289 1.3934 29.5147L10.9393 39.0607ZM12 0L10.5 6.55671e-08L10.5 38L12 38L13.5 38L13.5 -6.55671e-08L12 0Z' fill='%23007FFF'/%3E%3C/svg%3E");
	}
	.aiclinix-items {
		gap: 2.04vw;
		width: 100%;
	}
	.aiclinix-items li {
		font-size: 2.54vw;
		border-radius: 5.09vw;
		padding: 2.67vw;
	}
	.aiclinix-items li.active {
		border-radius: 5.09vw;
	}
	.aiclinix-image figcaption {
		font-size: 2.54vw;
		margin-top: 8.4vw;
		display: none;
	}
	.aiclinix-section figcaption.mobile {
		color: #060c40;
		font-family: Rubik;
		font-size: 2.04vw;
		font-style: normal;
		font-weight: 400;
		line-height: 6.11vw;
		margin-top: 2.29vw;
	}
	.aiclinix-bottom-title {
		font-size: 4.07vw;
		margin-top: 9.16vw;
		margin-bottom: 5.34vw;
	}
	.aiclinix-bottom-image {
		border-radius: 6.11vw;
		max-width: 100%;
	}
	.standard-section {
		padding: 12.72vw 0 12.72vw;
	}
	.standard-section .wrapper {
		max-width: 100%;
	}
	.standard-title {
		font-size: 5.09vw;
		margin-bottom: 7.63vw;
	}
	.standard-items {
		gap: 6.11vw;
		margin-bottom: 9.16vw;
		flex-direction: column;
	}
	.standard-item {
		width: 100%;
		border-radius: 0.76vw;
		padding: 3.31vw 3.31vw 6.11vw;
	}
	.standard-section .button {
		min-width: 41.48vw;
	}
	p.standard-item-title {
		font-size: 3.56vw;
		margin-bottom: 5.09vw;
		min-height: inherit;
	}
	.standard-item-icons {
		height: 29.52vw;
		gap: 4.58vw;
	}
	.standard-item-icons img {
		max-height: 29.52vw;
	}
	.standard-item-link {
		font-size: 2.54vw;
		gap: 0.76vw;
	}
	.standard-item-link svg {
		width: 2.8vw;
		height: 1.27vw;
		position: relative;
		top: -0.25vw;
	}
	.page-neuro--new .neuro-work {
		padding: 12.72vw 0 0;
		margin-bottom: 0;
	}
	.page-neuro--new .neuro-work-title {
		margin-bottom: 9.67vw;
	}
	.page-neuro--new .neuro-work .wrapper {
		max-width: 100%;
	}
	.proven-section {
		padding-top: 9.41vw;
	}
	.proven-section .wrapper {
		max-width: 100%;
	}
	.proven-section h2 {
		font-size: 5.09vw;
		margin-bottom: 8.14vw;
	}
	.proven-item h3 {
		font-size: 4.07vw;
		margin-bottom: 3.82vw;
	}
	.proven-image {
		margin-top: -1.02vw;
	}
	.proven-subtitle {
		height: 7.12vw;
	}
	.proven-subtitle {
		height: 7.12vw;
	}
	.proven-item {
		width: 100%;
	}
	.proven-items {
		gap: 2.54vw;
	}
	.stroke-section {
		padding-top: 3.82vw;
	}
	.stroke-section .wrapper {
		max-width: 100%;
	}
	.stroke-section h2 {
		font-size: 5.09vw;
		margin-bottom: 4.07vw;
	}
	p.stroke-logo {
		font-size: 3.82vw;
	}
	.stroke-logo img {
		max-height: 4.58vw;
		width: auto;
	}
	p.stroke-text {
		font-size: 2.54vw;
		margin: 0 0 5.85vw;
		line-height: 3.56vw;
	}
	.stroke-items {
		margin-top: 5.09vw;
	}
	.stroke-item {
		width: 39.44vw;
	}
	.stroke-item h3 {
		font-size: 4.07vw;
		margin-bottom: 5.09vw;
		min-height: 14.5vw;
	}
	.stroke-item-logo {
		height: 30.28vw;
		margin-bottom: 3.82vw;
	}
	p.stroke-item-number {
		font-size: 10.18vw;
		margin-bottom: 2.54vw;
	}
	p.stroke-item-text {
		font-size: 3.56vw;
	}
	.solution-section {
		padding-top: 12.72vw;
		padding-bottom: 12.72vw;
	}
	.solution-section .wrapper {
		max-width: 100%;
	}
	.solution-section h2 {
		font-size: 5.09vw;
		margin-bottom: 6.11vw;
	}
	.solution-gallery {
		border-radius: 0.76vw;
		box-shadow: 1.78vw 1.78vw 2.54vw 0 rgba(0, 0, 0, 0.25);
		padding: 6.36vw;
		margin-bottom: 6.11vw;
		flex-direction: column;
		gap: 5.09vw;
	}
	.solution-small-text {
		font-size: 2.04vw;
		margin: 0 0 6.11vw 0;
		max-width: 100%;
	}
	.page-neuro--new .neuro-work .wrapper {
		padding: 0;
	}
}

.standard-item-link .see-less {
  display: none;
}
.standard-item-text {
  display: none;
  min-height: 119px;
}
.open .standard-item-text {
  display: block;
}
.open .standard-item-link .see-less {
  display: block;
}
.open .standard-item-link .see-more {
  display: none;
}
.open .standard-item-link svg {
  transform: scaleY(-1);
}
