main {
	background: #fff;
}
.stiky_home {
	position: relative;
}
.banner {
	position: relative;
	height: 100dvh;
	display: flex;
}
.banner__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.banner__background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.banner__content {
	margin-top: 17rem;
	margin-left: 6rem;
	position: relative;
	max-width: 40.75rem;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--32, 2rem);
}
.banner__subtitle {
	margin: 0.75rem 0 var(--32);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #4b4954cc;
}
.banner__image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 61rem;
	height: 40.625rem;
}
.banner__image .banner__image-content {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.home_banner__mouse-icon {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%,50%);
	width: 4.375rem;
	height: 4.375rem;
	padding: 1.3125rem;
	border-radius: 2.1875rem;
	background: #FFF;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.home_banner__mouse-icon img {
	width:100%;
	height:100%;
	object-fit:contain;
}
@media (min-width: 768px ) and (max-width: 1024px) {
	.banner {
		height: 65rem;
	}
}
@media (max-width: 639.98px) {
	.banner__background img {
		/* 		height: calc(100% - 3.75rem);
		margin-top: 3.75rem; */
	}
	.home_banner__mouse-icon {
		display:none;
	}
	.banner {
		padding: 0 1rem;
		padding-top: 5.56rem;
		height: auto;
		min-height: 100vh;
		overflow:hidden;
	}
	.banner__title h1 {
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 120%; /* 3rem */
		letter-spacing: -0.05rem;
	}
	.banner__content {
		margin: 0;
	}
	.banner__image {
		width: auto;
		height: 45vh;
		display: flex;
		justify-content: center;
		align-items: end;

	}
	.banner__image .banner__image-content {
		width: 24rem;
		max-height: 100%;
		height: auto;
	}
	.banner__cta-btn {
		display: none !important;
	}
}

.about {
	padding: 9.4rem 0 9.04rem;
	overflow: hidden;
}
.about__intro {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about__intro .about__description {
	max-width: 79.125rem;
	margin: 1.5rem auto var(--32);
	color: var(--text-title-blue-40, rgba(33, 39, 105, 0.4));
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 2.925rem */
	letter-spacing: -0.125rem;
}
.about__intro .about__description b,
.about__intro .about__description strong {
	color: var(--Text-Title-Blue-212769, #212769);
	font-weight: inherit;
}
.about__stats {
	position: relative;
}
.about__stats > :nth-child(1) {
	position: absolute;
	width: 70.83913rem;
	height: 70.83913rem;
	border-radius: 50%;
	border: 1px solid #eaeaec;
	top: -57.38rem;
	left: 50%;
	transform: translateX(-50%);
}
.about__stats > :nth-child(2) {
	position: absolute;
	width: 88.36619rem;
	height: 88.36619rem;
	border-radius: 50%;
	border: 1px solid #eaeaec;
	top: -66.15rem;
	left: 50%;
	transform: translateX(-50%);
}
.about__stats > :nth-child(2) img:nth-child(1) {
	bottom: 13.19rem;
	left: 6.12rem;
}
.about__stats > :nth-child(2) img:nth-child(2) {
	bottom: 8.76rem;
	left: 26.9rem;
}
.about__stats > :nth-child(2) img:nth-child(3) {
	bottom: 9.1rem;
	right: 11.06rem;
}
.about__stats .stats__item {
	position: absolute;
}
.about__stats .stats__item .stats__image {
	z-index: 1;
	position: absolute;
	width: 6.30863rem;
	height: 6.30863rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: var(--6, 0.375rem);
	border: 5px solid #fff;
	transition: 0.4s ease;
	box-shadow: 26px 70px 21px 0px rgba(0, 0, 0, 0),
		17px 45px 19px 0px rgba(0, 0, 0, 0.01),
		9px 25px 16px 0px rgba(0, 0, 0, 0.05),
		4px 11px 12px 0px rgba(0, 0, 0, 0.09),
		1px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.about__stats .stats__item .stats__image:hover {
	width: 7.5rem;
	height: 7.5rem;
}
.about__numbers {
	margin: 25.35rem auto 0;
	display: flex;
	max-width: 58.375rem;
	justify-content: space-between;
}
.about__numbers .numbers__item .numbers__value {
	color: var(--Text-Title-Blue-212769, #212769);
	font-size: 5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 5.15244rem; /* 103.048% */
	letter-spacing: -0.07319rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 0.1875rem solid
		var(--Stroke---Divider-Thick---Background---Default, #a8acb2);
}
.about__numbers .numbers__item .numbers__label {
	color: var(--Text-Sub-Grey, #88888e);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 1.05rem */
	text-transform: uppercase;
	opacity: 0.7;
}
.about__video {
	margin: auto;
	margin-top: 5.79rem;
	width: 72.02444rem;
	height: 36.53494rem;
	position: relative;
}
.about__video .about__video-content {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: var(--6, 0.375rem);
	border: 5px solid #FFF;
	box-shadow: 26px 70px 21px 0px rgba(0, 0, 0, 0.00), 17px 45px 19px 0px rgba(0, 0, 0, 0.01), 9px 25px 16px 0px rgba(0, 0, 0, 0.05), 4px 11px 12px 0px rgba(0, 0, 0, 0.09), 1px 3px 7px 0px rgba(0, 0, 0, 0.10);
}
.about__video .about__video-btn {
	transition: 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	/* 	transform: translate(-50%, -50%); */
	width: 100%;
	height: 100%;
	/* 	border-radius: 50%; */
	background-color: transparent;
	border: transparent;
	cursor: pointer;
}
.about__video .about__video-btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 4rem;
	height: 4rem;
}

@media screen and (max-width: 639.98px) {
	.about {
		padding: 3.34rem 0 4.03rem;
		padding-top: 4.25rem;
	}
	.about__intro {
		padding: 0 1rem;
	}
	.about__intro .about__title h2 {
		font-size: 0.75rem;
	}
	.about__intro .about__description {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 120%; /* 1.8rem */
		letter-spacing: -0.0625rem;
		margin-top: 1rem;
	}
	.about__intro .about__cta-btn {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.00875rem;
		text-transform: capitalize;
	}
	.about__stats > :nth-child(1) {
		width: 25.60281rem;
		/* 		width: 100%; */
		height: 25.60281rem;
		top: -17.38rem;
	}
	.about__stats > :nth-child(2) {
		width: 31.9375rem;
		/* 		width: 100%; */
		height: 31.9375rem;
		top: -20.45rem;
	}
	.about__stats > :nth-child(2) img:nth-child(1) {
		bottom: 3.19rem;
		left: 5.12rem;
	}
	.about__stats > :nth-child(2) img:nth-child(2) {
		        bottom: 2.4rem;
        left: unset !important;
        right: 5rem !important;
	}
	.about__stats > :nth-child(2) img:nth-child(3) {
		bottom: -1.9rem;
		right: 16.06rem;
	}
	.about__stats .stats__item {
		border: 0.361px solid #eaeaec8a;
	}
	.about__stats .stats__item .stats__image {
		width: 4rem;
		height: 4rem;
	}
	.about__numbers {
		margin-top: 16.75rem;
		padding: 0 1rem;
		flex-direction: column;
	}
	.about__numbers .numbers__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: var(--10, 0.625rem);
		border: 1px solid
			var(--Stroke---Divider-Thin---Background---Default, #d8dde6);
		background: #fff;
		padding: 1.5rem;
	}
	.about__numbers .numbers__item:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.about__numbers .numbers__item .numbers__value {
		font-size: 2rem;
		line-height: 120%; /* 257.621% */
		letter-spacing: -0.07319rem;
		border-bottom: none;
		margin: 0;
		padding: 0;
	}
	.about__numbers .numbers__item .numbers__label {
		font-size: 0.75rem;
	}
	.about__video {
		margin-top: 3rem;
		padding: 0 1rem;
		width: 100%;
		height: auto;
	}
	.about__video .about__video-content {
		border-radius: var(--6, 0.375rem);
		border: 5px solid #fff;
		box-shadow: 26px 70px 21px 0px rgba(0, 0, 0, 0),
			17px 45px 19px 0px rgba(0, 0, 0, 0.01),
			9px 25px 16px 0px rgba(0, 0, 0, 0.05),
			4px 11px 12px 0px rgba(0, 0, 0, 0.09),
			1px 3px 7px 0px rgba(0, 0, 0, 0.1);
	}
	/* 	.about__video .about__video-btn {
	width: var(--size-40, 2.5rem);
	height: var(--size-40, 2.5rem);
} */
	.about__video .about__video-btn img {
		width: 0.7rem;
		height: 0.7rem;
	}
} /*# sourceMappingURL=styles.css.map */

.services {
	position: sticky;
	top: 0;
	padding: 3rem;
	/*     background: linear-gradient(to bottom, #56c070, #214f91); */
	height: 71.76588rem;
	border-radius: 5rem 5rem 0rem 0rem;
	background: linear-gradient(147deg, #7FB546 -110.03%, #75AE4C -65.78%, #63A056 -21.53%, #509161 22.73%, #053183 66.98%);
}
.services__subheading {
	display: block;
	max-width: 90rem;
	margin: 2.62rem auto 1.19rem;
	color: var(--Text-Title-White-Invert, #fff);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 120%; /* 1.05rem */
	text-transform: uppercase;
}
.services__heading {
	max-width: 90rem;
	margin: auto;
	margin-bottom: 3.5rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.services__title {
	color: var(--Text-Title-White-Invert, #fff);
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 120%; /* 3.75rem */
	letter-spacing: -0.125rem;
}
.services__list-nav {
	display: flex;
}
.services__list-nav--prev {
	margin-right: 0.77rem;
}
.services__list-nav--prev img {
	transform: rotate(180deg);
}

.services__list-nav button:hover img {
	filter: brightness(0) saturate(100%) invert(57%) sepia(26%) saturate(876%) hue-rotate(57deg) brightness(93%) contrast(87%);
}

.services__list {
	padding: 0.5rem 0;
	height: 28.4rem;
}
.services__item {
	display: flex;
	flex-direction: column;
	margin: auto;
	max-width: 28.5rem;
	width: 100% !important;
	height: 100%;
	background-color: #f6faff;
	padding: var(--32, 2rem) 2.5rem;
	border-radius: var(--10, 0.625rem);
	background: #f6f9ff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease;
}
.services__icon {
	margin-bottom: 3.75rem;
}
.services__icon img {
	display: block;
	width: 4.91563rem;
	height: 4.91563rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.services__item-title {
	margin-bottom: 1.5rem;
}
.services__item-title h4 {
	color: var(--Text-Title-Blue-212769, #212769);
}
.services__item-description {
	margin-bottom: auto;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #4b4954cc;
}
.services__link {
	padding-left: 0;
	color: var(--Button-Secondary-Link, #212769);
	opacity: 1;
}
.services__link img {
	filter: brightness(0) saturate(100%) invert(13%) sepia(21%) saturate(6650%)
		hue-rotate(224deg) brightness(97%) contrast(96%);
}
.services .services__list-pagination {
	display: none;
}

@media screen and (max-width: 639.98px) {
	.services {
		margin-top: 0;
		border-radius: 1.5rem;
		padding: 2rem 0 9.125rem 1rem;
		max-height: 37.68rem;
		background: linear-gradient(
			147deg,
			#7fb546 -109.96%,
			#75ae4c -60.46%,
			#63a056 -10.96%,
			#509161 38.54%,
			#053183 88.05%
		);
		padding-top: 3rem;
		padding-left: 0;
	}
	.services__subheading {
		font-size: 0.875rem;
		margin-top: 0;
		margin-bottom: 0.75rem;
		padding-left: 1.125rem;
	}
	.services__heading {
		text-align: left;
		max-width: 100%;
		margin: 0;
		margin-bottom: 1rem;
		padding-left: 1.125rem;
	}
	.services__heading h2 {
		font-size: 2rem;
	}
	.services__list-nav {
		display: none;
	}
	.services__list {
		height: 17.5rem;
		padding: 0.5rem 1.125rem;
	}
	.services__item {
		padding: 1rem;
	}
	.services__icon {
		margin-bottom: 0.5rem;
	}
	.services__icon img {
		width: 3.75rem;
		height: 3.75rem;
	}
	.services__item-title {
		margin-bottom: 0.5rem;
	}
	.services__item-title h4 {
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 120%; /* 1.35rem */
		letter-spacing: -0.0625rem;
	}
	.services__item-description {
		font-size: 0.875rem;
		line-height: 150%; /* 1.3125rem */
	}
	.services__link {
		font-size: 0.875rem;
	}
	.services__link img {
		width: 1.25rem;
		height: 1.25rem;
	}
	.services__link::after {
		width: 0.0625rem;
		height: 1.05906rem;
		right: 2.5rem;
	}
	.services .services__list-pagination {
		display: block;
		position: relative;
		--swiper-pagination-bottom: -1.5rem;
		--swiper-pagination-bullet-inactive-opacity: 0.4;
		--swiper-pagination-bullet-inactive-color: #fff;
		--swiper-pagination-color: #fff;
		--swiper-pagination-bullet-size: 0.5rem;
	}
} /*# sourceMappingURL=styles.css.map */

.get-started {
	margin-top: -22.3rem;
	position: relative;
	height: 61.49588rem;
	overflow: hidden;
	background: linear-gradient(270deg, #eaeef2 0%, #fff 93.34%);
	border-radius: 5rem 5rem 0rem 0rem;
	box-shadow: 0px -311px 87px 0px rgba(0, 0, 0, 0),
		0px -199px 80px 0px rgba(0, 0, 0, 0.01),
		0px -112px 67px 0px rgba(0, 0, 0, 0.05),
		0px -50px 50px 0px rgba(0, 0, 0, 0.09),
		0px -12px 27px 0px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 10;
}
.get-started__background {
	position: absolute;
	top: -1rem;
	left: 0;
	width: 101.25rem;
	height: 67.4375rem;
	transform: rotate(0.695deg);
}
.get-started__background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.get-started__content {
	position: relative;
	margin-top: 21.34rem;
	margin-left: 7.69rem;
	transition: 0.8s ease;
	opacity: 0;
}
.get-started__content.active {
	margin-top: 9.31rem;
	opacity: 1;
}
.get-started__sub-heading {
	width: -moz-fit-content;
	width: fit-content;
	color: #e31d1c;
	font-family: "Fz Photograph" !important;
	font-weight: normal;
	font-style: normal;
	font-size: 5.30506rem;
	line-height: 100%; /* 6.36606rem */
	position: relative;
}
.get-started__sub-heading img {
	position: absolute;
	width: 8.41838rem;
	height: 6.74906rem;
	-o-object-fit: contain;
	object-fit: contain;
	right: -6.37rem;
	bottom: 0.88rem;
}
.get-started__title {
	color: #2b2d93;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 5.67163rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 6.80594rem */
	letter-spacing: -0.13781rem;
}
.get-started__description {
	color: #2b2d93;
	font-size: 2.92444rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 3.50931rem */
	letter-spacing: -0.13781rem;
	margin-bottom: 4.62rem;
}
.get-started__btn {
	transition: 0.5s ease;
}
.get-started__images-frame {
	position: absolute;
	-o-object-fit: contain;
	object-fit: contain;
	transition: 1.2s ease;
}
.get-started__images-frame--1 {
	width: 33.16rem;
	height: 36.93869rem;
	bottom: -0.03rem;
	right: -4.19rem;
}
.get-started__images-frame--2 {
	width: 47.33538rem;
	height: 38.49469rem;
	bottom: -3.81rem;
	right: -11.27rem;
	transition-duration: 1.5s;
}
.get-started__images-frame--3 {
	width: 47.45525rem;
	height: 27.20769rem;
	bottom: 9.76rem;
	right: -19.31rem;
	transition-duration: 1.5s;
}
.get-started__images-frame--4 {
	width: 30.44313rem;
	height: 17.2275rem;
	bottom: 23.64rem;
	right: 15.56rem;
}
.get-started__images-frame--5 {
	width: 28.46594rem;
	height: 38.90269rem;
	bottom: 14.17rem;
	right: 22.16rem;
}
.get-started__images-frame--6 {
	width: 35.90144rem;
	height: 45.77525rem;
	bottom: 8.25rem;
	right: 3.19rem;
}
.get-started__images-frame--7 {
	width: 50.68506rem;
	height: 14.07531rem;
	bottom: 7.28rem;
	right: -12.02rem;
}
.get-started__images.active .get-started__images-frame--1 {
	bottom: 23.05rem;
	right: -1.73rem;
}
.get-started__images.active .get-started__images-frame--2 {
	bottom: 0.77rem;
	right: -3.53rem;
}
.get-started__images.active .get-started__images-frame--3 {
	bottom: 11.89rem;
	right: -19.31rem;
}
.get-started__images.active .get-started__images-frame--4 {
	bottom: 23.64rem;
	right: 15.56rem;
}
.get-started__images.active .get-started__images-frame--5 {
	bottom: 14.17rem;
	right: 28.82rem;
	z-index: 11;
}
.get-started__images.active .get-started__images-frame--6 {
	bottom: 8.25rem;
	right: 9.85rem;
}
.get-started__images.active .get-started__images-frame--7 {
	bottom: 7.28rem;
	right: -12.02rem;
	z-index: 11;
}

@media screen and (max-width: 639.98px) {
	.get-started {
		margin-top: calc(33.38rem - 38.68rem);
		height: 28rem;
		border-radius: 1.5rem 1.5rem 0rem 0rem;
	}
	.get-started__background {
		width: 23.49231rem;
		height: 26.96888rem;
		transform: rotate(0.695deg);
	}
	.get-started__content {
		margin: 0;
		opacity: 1;
		padding: 2.56rem 0 0 1.13rem;
	}
	.get-started__sub-heading {
		font-size: 2.26475rem;
	}
	.get-started__sub-heading img {
		width: 3.58888rem;
		height: 2.87719rem;
		right: -2.5rem;
		bottom: 0.5rem;
	}
	.get-started__title {
		font-size: 2.375rem;
		font-weight: 600;
		line-height: 120%; /* 2.85rem */
		letter-spacing: -0.05875rem;
	}
	.get-started__description {
		margin-bottom: 1.54rem;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 120%; /* 1.5rem */
		letter-spacing: -0.05875rem;
	}
	.get-started__btn {
		padding: 0.5rem 1rem;
		font-size: 0.875rem;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.00875rem;
		text-transform: capitalize;
	}
	.get-started__images-frame--1 {
		width: 10.33344rem;
		height: 11.51094rem;
		right: 3.05rem;
		bottom: 2.77rem;
	}
	.get-started__images-frame--2 {
		width: 14.75075rem;
		height: 11.99581rem;
		right: 3.74rem;
		bottom: -4.18rem;
	}
	.get-started__images-frame--3 {
		width: 14.78813rem;
		height: 9.4785rem;
		bottom: -0.71rem;
		right: -2.58rem;
	}
	.get-started__images-frame--4 {
		width: 9.48675rem;
		height: 5.3685rem;
		right: 9.68rem;
		bottom: 2.95rem;
	}
	.get-started__images-frame--5 {
		width: 8.87063rem;
		height: 12.12294rem;
		left: 0;
		bottom: 0;
		z-index: 1;
	}
	.get-started__images-frame--6 {
		width: 11.18769rem;
		height: 14.26463rem;
		bottom: -1.85rem;
		left: 4.22rem;
	}
	.get-started__images-frame--7 {
		width: 15.79463rem;
		height: 4.38619rem;
		bottom: -2.15rem;
		left: 6.55rem;
	}
} /*# sourceMappingURL=styles.css.map */

.services-quality {
	margin-top: -14.31rem;
	padding: 5.62rem 0 5.69rem;
	border-radius: 5rem 5rem 0rem 0rem;
	background: #f2fbfa;
	z-index: 50;
}
.services-quality__sub-heading {
	display: block;
	margin: auto;
}
.services-quality__header {
	margin: 0.63rem auto 5rem;
	max-width: 50.95775rem;
	text-align: center;
}
.services-quality__cards {
	display: flex;
	justify-content: space-between;
	max-width: 90rem;
	margin: auto;
	padding: 1.5rem;
	border-radius: 1.25rem;
	background: var(
		--Gradient-Green-Main,
		linear-gradient(
			93deg,
			#7fb546 -12.23%,
			#75ae4c 10.09%,
			#63a056 32.42%,
			#509161 54.74%,
			#2d7675 77.07%,
			#282d93 93.81%
		)
	);
}
.services-quality__card {
	display: flex;
	flex-direction: column;
	border-radius: var(--10, 0.625rem);
	background: #fff;
	width: 20.39063rem;
	height: 27.625rem;
	padding: 2.92rem 1.88rem 3rem;
}
.services-quality__card:hover {
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.services-quality__icon {
	width: 4rem;
	height: 4rem;
}
.services-quality__icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.services-quality__card-title {
	min-height: 6.7695rem;
	margin-top: 1.31rem;
	color: var(--Text-Title-Blue-212769, #212769);
	/* Title/H4/24-M */
	font-family: "Be Vietnam Pro";
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 140%; /* 2.1rem */
	letter-spacing: -0.0625rem;
}
.services-quality__card-title > * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.services-quality__card-description {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #4b4954cc;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 1.8rem */
	letter-spacing: -0.045rem;
}
.services-quality__card-separator {
	margin-top: auto;
	display: block;
	width: 3.75rem;
	height: 0.1875rem;
	background: linear-gradient(
		90deg,
		#7ab24a 0.03%,
		#2e5d95 76.58%,
		#232b92 132.98%,
		#362f93 201.47%
	);
}
.services-quality__action {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 639.98px) {
	.study-abroad__wrapper {
		z-index: 12;
	}
	.services-quality {
		margin-top: -0.51rem;
		border-radius: 1.125rem 1.125rem 0rem 0rem;
		background: #f2fbfa;
		padding: 1.5rem 1rem 1.62rem 1rem;
		position: relative;
		z-index: 11;
		padding-bottom: 3rem;
	}
	.services-quality__sub-heading {
		display: none;
	}
	.services-quality__header {
		display: none;
	}
	.services-quality__cards {
		flex-direction: column;
		padding: 1rem;
		background: linear-gradient(181deg, #7FB546 -79.06%, #75AE4C -37.92%, #63A056 -4.99%, #509161 24.54%, #2D7675 68.44%, #282D93 102.85%)
	}
	.services-quality__action {
		margin-top: 1.5rem;
	}
	.services-quality__card {
		width: 100%;
		height: 16.625rem;
		/*         padding: 2.06rem 1.81rem; */
		padding: 1.25rem 1.25rem 1.875rem 1.25rem;
	}
	.services-quality__card:not(:last-child) {
		margin-bottom: 1rem;
	}
	.services-quality__card-title {
		min-height: -moz-fit-content;
		min-height: fit-content;
		margin-top: 1rem;
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 120%; /* 1.35rem */
		letter-spacing: -0.0625rem;
	}
	.services-quality__card-description {
		margin-top: 0.5rem;
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 150%; /* 1.3125rem */
		-webkit-line-clamp: 3;
	}
	.services-quality__button {
		padding: 0.75rem 1rem 0.75rem 1.5rem;
		font-size: 0.875rem;
		font-weight: 500;
		letter-spacing: -0.00875rem;
		text-transform: capitalize;
	}
} /*# sourceMappingURL=styles.css.map */

.reach-dreams__wrapper {
	padding: 3.73rem 0 0;
	/* 	background: linear-gradient(
	180deg,
	#f2fcfa 0%,
	#f2fcfa 28.32%,
	#f9fbfd 56.64%,
	#f5fafa 84.96%,
	#fdfdfd 113.28%
	); */
	background: #F9FBFD;
	padding-top: 7.69rem;
}

.reach-dreams {
	display: flex;
	justify-content: space-between;
	max-width: 90rem;
	margin: auto;
	overflow: visible;
	padding-bottom: 7.26rem !important;
}
.reach-dreams__content {
	max-width: 34.8rem;
	display: flex;
	flex-direction: column;
}
.reach-dreams__title {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0.75rem;
}
.reach-dreams__description {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: auto;
	color: #4b4954cc;
}
.reach-dreams__info {
	margin-top: 0.75rem;
	list-style: none;
	padding: 0;
}
.reach-dreams__info-item {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	color: rgba(82, 82, 82, 0.8);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.0625rem;
}
.reach-dreams__info-item strong {
	font-weight: 700;
	color: #525252;
	margin-right: 0.35rem;
}
.reach-dreams__info-icon {
	width: 3.86731rem;
	height: 3.86731rem;
	border-radius: 0.78781rem;
	background: var(--Primary-Color-Green-green-50, #EFF6ED);
	border: 4.583px solid var(--Primary-Color-Green-green-100, #cfe2c6);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.31rem;
}
.reach-dreams__info-icon img {
	width: 2.00525rem;
	height: 2.00525rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.reach-dreams__map-wrapper {
	margin-top: 4.41rem;
	width: 55.48081rem;
	height: 26.06981rem;
	position: relative;
}
.reach-dreams__map > img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.reach-dreams__location {
	position: absolute;
	left: 48%;
	top: 34%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	padding: 1rem;
	border-radius: 8px;
	border-radius: 50%;
	width: 5.34663rem;
	height: 5.34663rem;
	cursor: pointer;
}
.reach-dreams__location::before {
	content: "";
	display: block;
	border-radius: 50%;
	background: rgba(40, 185, 18, 0.4);
	position: absolute;
	width: 3.68013rem;
	height: 3.68013rem;
	visibility: hidden;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.reach-dreams__location::after {
	content: "";
	display: block;
	border-radius: 50%;
	background: rgba(40, 185, 18, 0.39);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 0.794rem;
	height: 0.794rem;
	animation: pulse-size 2s infinite;
	transition: 0.3s ease-in-out;
}
.reach-dreams__location:hover::after {
	width: 3.68013rem;
	height: 3.68013rem;
	background: rgba(59, 75, 56, 0.3);
	animation: none;
}
.reach-dreams__location:hover::before {
	width: 5.34663rem;
	height: 5.34663rem;
	visibility: visible;
	opacity: 1;
}
.reach-dreams__location-flag {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	width:  2.77788rem;
	height:  2.77788rem;
	border-radius: 2.21413rem;
	border: 5.024px solid #fff;
	background: #fff;
}
.reach-dreams__location-flag img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2.21413rem;
}
.reach-dreams__location-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.65rem 1.24rem 0.9rem 1.88rem;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	border-radius: 0.45rem;
	z-index: 1;
	width: 13.30844rem;
	height: 3.98325rem;
	background: #fff;
	filter: drop-shadow(0px 2.131px 13.584px rgba(0, 0, 0, 0.05));
	transform: translateY(calc(-50% - 0.65rem));
}
.reach-dreams__location-info::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 0;
	height: 0;
	--border-width: 0.75rem;
	border-left: var(--border-width) solid transparent;
	border-right: var(--border-width) solid transparent;
	border-top: var(--border-width) solid #fff;
}
.reach-dreams__location-country {
	width: -moz-fit-content;
	display: block;
	width: 100%;
	font-size: 1.19556rem;
	font-weight: 700;
	background: var(
		--Gradient-Green-Main,
		linear-gradient(
			93deg,
			#7fb546 -12.23%,
			#75ae4c 10.09%,
			#63a056 32.42%,
			#509161 54.74%,
			#2d7675 77.07%,
			#282d93 93.81%
		)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.reach-dreams__location-offices {
	flex-basis: 60%;
	color: #bfbfbf;
	font-size: 0.69744rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.04881rem;
}
.reach-dreams__location-link {
	margin-left: auto;
	border: transparent;
	color: #28387e;
	font-size: 0.59781rem;
	font-style: normal;
	font-weight: 500;
	line-height: 0.71438rem; /* 119.5% */
	letter-spacing: 0.01431rem;
	padding: 0;
}
.reach-dreams__location-link img {
	width: 0.71438rem;
	height: 0.71438rem;
	margin-left: 0.2rem;
}
.reach-dreams__location-link:hover {
	background: unset;
	box-shadow: none;
}
.reach-dreams__location:hover .reach-dreams__location-info {
	opacity: 1;
	visibility: visible;
}
.reach-dreams__location-point {
	position: relative;
	border-radius: 50%;
	background: #28b912;
	z-index: 1;
	animation: point-pulse-size 2s infinite;
}
.reach-dreams__location:hover .reach-dreams__location-point {
	width: 1.24988rem;
	height: 1.24988rem;
	animation: none;
}
.reach-dreams__location--south-us {
	left: 1.9%;
	top: 25%;
}
.reach-dreams__location--south-us::after {
	animation-delay: 0.3s;
}
.reach-dreams__location--ca {
	left: 28%;
	top: 38%;
}
.reach-dreams__location--ca::after {
	animation-delay: 0.8s;
}
.reach-dreams__location--tbn {
	left: 45.4%;
	top: 43%;
}
.reach-dreams__location--tbn::after {
	animation-delay: 0.8s;
}
.reach-dreams__location--ar {
	left: 32%;
	top: 78%;
}
.reach-dreams__location--ar::after {
	animation-delay: 2s;
}
.reach-dreams__location--ar {
	left: 32%;
	top: 78%;
}
.reach-dreams__location--ar::after {
	animation-delay: 2s;
}
.reach-dreams__location--kore {
	left: 82%;
	top: 49%;
}
.reach-dreams__location--kore::after {
	animation-delay: 0.3s;
}
.reach-dreams__location--vn {
	left: 76%;
	top: 59%;
}
.reach-dreams__location--vn::after {
	animation-delay: 0.1s;
}
.reach-dreams__location--at {
	left: 83%;
	top: 78%;
}
.reach-dreams__location--at::after {
	animation-delay: 0.9s;
}
.reach-dreams__location--ru-1 {
	left: 86%;
	top: 44%;
}
.reach-dreams__location--ru-1::after {
	animation-delay: 1.5s;
}
.reach-dreams__location--ru-2 {
	left: 79.4%;
	top: 56%;
}
.reach-dreams__location--ru-2::after {
	animation-delay: 2s;
}
.reach-dreams__swiper {
	padding: 4.92rem 0 4.46rem;
}
.reach-dreams__swiper .swiper-slide {
	width: -moz-fit-content;
	width: fit-content;
}
.reach-dreams__swiper-item {
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reach-dreams__swiper-item img {
	height: 3.13rem;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
@keyframes pulse-size {
	0% {
		width: 0.794rem;
		height: 0.794rem;
	}
	50% {
		width: 3.68013rem;
		height: 3.68013rem;
	}
	100% {
		width: 0.794rem;
		height: 0.794rem;
	}
}
@keyframes point-pulse-size {
	0% {
		width: 0.794rem;
		height: 0.794rem;
	}
	50% {
		width: 1.24988rem;
		height: 1.24988rem;
	}
	100% {
		width: 0.794rem;
		height: 0.794rem;
	}
}

@media (max-width: 639.98px) {
	.reach-dreams__wrapper {
		padding: 1.38rem 0 0 0;
		z-index: 14;
		overflow: hidden;
	}
	.reach-dreams {
		flex-direction: column;
		padding-bottom: 1.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.reach-dreams__content {
		max-width: 100%;
	}
	.reach-dreams__title h2 {
		font-size: 2rem;
		line-height: 120%; /* 2.4rem */
		letter-spacing: -0.125rem;
	}
	.reach-dreams__description {
		font-size: 1rem;
		line-height: 150%; /* 1.5rem */
		letter-spacing: -0.02rem;
	}
	.reach-dreams__info {
		margin-top: 2rem;
	}
	.reach-dreams__info-item {
		font-size: 1.125rem;
		line-height: 120%; /* 1.35rem */
		letter-spacing: -0.0625rem;
	}
	.reach-dreams__info-icon {
		width: 2.5rem;
		height: 2.5rem;
		border-radius: 0.404rem;
		border-width: 2.963px;
		padding: 0.5rem;
	}
	.reach-dreams__info-icon img {
		width: 100%;
		height: 100%;
	}
	.reach-dreams__map-wrapper {
		width: 100%;
		height: auto;
		padding: 0 1.25rem 0 0.25rem;
		margin-top: 0.75rem;
	}
	.reach-dreams__map {
		position: relative;
	}

	.reach-dreams__swiper {
		padding: 0.66rem 0;
	}
	.reach-dreams__swiper-item img {
		height: 2.09rem;
	}
	.reach-dreams__location:hover .reach-dreams__location-point {
		width: 0.53125rem;
		height: 0.53125rem;
	}
	.reach-dreams__location:hover::after {
		width: 1.25rem;
		height: 1.25rem;
		background: rgba(48, 196, 26, 0.30);
	}
	.reach-dreams__location:hover::before {
		width: 1.5rem;
		height: 1.5rem;
		background: rgba(48, 196, 26, 0.10);
		filter: blur(0.44722822308540344px);
	}
	.reach-dreams__location {
		width: 1.5rem;
		height: 1.5rem;
		padding:0;
	}
	.reach-dreams__location-info {
		min-width: 9.87863rem;
		width:auto;
		height: 2.77713rem;
		padding:0.38rem 4.8rem 0.8rem 1.1rem;
		flex-wrap:nowrap;
		flex-direction:column;
		align-items:start;
		z-index:1;
	}
	.reach-dreams__location-country {
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		white-space:nowrap;
	}
	.reach-dreams__location-flag {
		width: 1.839rem;
		height: 1.839rem;
		border-width: 2.648px;
	}
	.reach-dreams__location-link {
		position:absolute;
		top:50%;
		right:0.44rem;
		transform:translateY(-50%);
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 800;
		line-height: 0.72356rem; /* 96.477% */
		letter-spacing: 0.0145rem;
	}
	.reach-dreams__location--south-us .reach-dreams__location-info {
		transform: translateX(4.4rem);
		bottom: calc(100% + 0.75rem);
	}
	.reach-dreams__location--ca .reach-dreams__location-info {
		transform: translateX(2.8rem);
		bottom: calc(100% + 0.75rem);
	}
	.reach-dreams__location--at .reach-dreams__location-info {
		transform: translateX(-1.7rem);
		bottom: calc(100% + 0.75rem);
	}
	.reach-dreams__location--ru-2 .reach-dreams__location-info {
		transform: translateX(-2.9rem);
		bottom: calc(100% + 0.75rem);
	}
	.reach-dreams__location--south-us .reach-dreams__location-info::after {
		left: 15%;
	}
	.reach-dreams__location--ca .reach-dreams__location-info::after {
		left: 25%;
	}
	.reach-dreams__location--at .reach-dreams__location-info::after {
		left: 67%;
	}
	.reach-dreams__location--ru-2 .reach-dreams__location-info::after {
		left: 79%;
	}
	.reach-dreams__location:hover {
		z-index:10;
	}
	@keyframes pulse-size {
		0% {
			width: 0.39213rem;
			height: 0.39213rem;
		}
		50% {
			width: 0.62494rem;
			height: 0.62494rem;
		}
		100% {
			width: 0.39213rem;
			height: 0.39213rem;
		}
	}
	@keyframes point-pulse-size {
		0% {
			width: 0.39213rem;
			height: 0.39213rem;
		}
		50% {
			width: 0.39213rem;
			height: 0.39213rem;
		}
		100% {
			width: 0.39213rem;
			height: 0.39213rem;
		}
	}
} /*# sourceMappingURL=styles.css.map */

/* comment card css */
.achieveYourDreams .comment-card {
	display: flex;
	border-radius: 0.625rem;
	height: 22rem;
	background: #f8f8f8;
	padding: 2.5rem;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	min-width: 21.8125rem;
}

.achieveYourDreams .comment-card .ellipsis-content {
	background: #f8f8f8;
	display: flex;
	border-radius: 0.625rem;
	background: #f8f8f8;
	padding: 2.5rem;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	transition: all 0.6s linear;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.achieveYourDreams .comment-card .comment-card-title {
	color: var(--Text-Title-Blue-212769, #212769);
	font-family: "Be Vietnam Pro";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 2.1rem */
	letter-spacing: -0.0625rem;
	transition: all 0.6s linear;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.achieveYourDreams .comment-card .comment-card-content {
	color: #4b4954cc;
	font-family: "Be Vietnam Pro";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.045rem;
	margin: 1.62rem 0 auto;
	transition: all 0.6s linear;
}

.achieveYourDreams .comment-card > svg {
	position: absolute;
	bottom: 6.04rem;
	right: 1.87rem;
	width: 1.60869rem;
	height: 1.32813rem;
	transition: all 0.6s linear;
	z-index: 2;
}

.achieveYourDreams .comment-card .user {
	width: 100%;
	transition: all 0.6s linear;
	height: 3.7rem;
	background: #f8f8f8;
	overflow: hidden;
	z-index: 1;
	transform-origin: bottom;
	margin-top: auto;
}

.achieveYourDreams .comment-card .user > div {
	display: flex;
	align-items: center;
}

.achieveYourDreams .comment-card .user * {
	transition: all 0.6s linear;
}

.achieveYourDreams .comment-card .user .user-image {
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 9999px;
	overflow: hidden;
	margin-right: 0.62rem;
}

.achieveYourDreams .comment-card .user .user-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.achieveYourDreams .comment-card .user .user-infor {
	width: -moz-fit-content;
	width: fit-content;
	display: grid;
	gap: 0.25rem;
}

.achieveYourDreams .comment-card .user .user-infor .rating {
	display: flex;
}

.achieveYourDreams .comment-card .user .user-infor .rating svg {
	width: 1rem;
	height: 1rem;
	margin-right: 0.25rem;
}

.achieveYourDreams .comment-card .user .user-infor .user-name {
	color: var(--Text-Sub-Green, #63a147);
	font-family: "Be Vietnam Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.achieveYourDreams .comment-card .user .user-infor .user-role {
	color: var(--Text-Body-Grey, #4b4954);
	font-family: "Be Vietnam Pro";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.015rem;
	opacity: 0.6;
	text-wrap: nowrap;
}

.achieveYourDreams .comment-card:hover .ellipsis-content {
	transform: translateY(-1rem);
	opacity: 0;
	visibility: hidden;
}

.achieveYourDreams .comment-card:hover .user {
	height: 0;
	visibility: hidden;
}

.achieveYourDreams .comment-card:hover .user * {
	opacity: 0;
}

.achieveYourDreams .comment-card:hover > svg {
	transform: translateY(3.7rem);
	opacity: 0;
}

.achieveYourDreams .comment-card .full-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 2.5rem;
}

.achieveYourDreams .comment-card .full-content > div {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	overflow-y: scroll;
	padding-right: 0.6rem;
}

.achieveYourDreams .comment-card .full-content > div::-webkit-scrollbar {
	width: 0.52213rem;
}

.achieveYourDreams .comment-card .full-content > div::-webkit-scrollbar-track {
	border-radius: 0.5rem;
	background: #ededed;
}

.achieveYourDreams .comment-card .full-content > div::-webkit-scrollbar-thumb {
	border-radius: 0.5rem;
	background: #a6a6b3;
}

@media (max-width: 639.98px) {
	.achieveYourDreams .comment-card {
		min-width: 16.625rem;
		padding: 2.5rem 1.5rem 1.5rem 1.5rem;
		height: 19.75rem;
		border-radius: var(--10, 0.625rem);
		pointer-events: none;
	}
	.achieveYourDreams .comment-card .ellipsis-content {
		padding: 2.5rem 1.5rem 1.5rem 1.5rem;
	}
	.achieveYourDreams .comment-card .comment-card-title {
		font-family: "Be Vietnam Pro";
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 135%; /* 1.51875rem */
		letter-spacing: -0.0625rem;
	}
	.achieveYourDreams .comment-card .comment-card-content {
		font-family: "Be Vietnam Pro";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		-webkit-line-clamp: 5 !important;
		margin: 0.75rem 0 auto;
	}
	.achieveYourDreams .comment-card > svg {
		position: absolute;
		bottom: unset;
		right: unset;
		left: 1.49181rem;
		top: 1.33556rem;
		width: var(--size-20, 1.25rem);
		height: 1.032rem;
	}
	.achieveYourDreams .comment-card .user {
		width: 100%;
		transition: all 0.6s linear;
		height: 3.125rem;
	}
	.achieveYourDreams .comment-card .user .user-infor .rating {
		display: none;
	}
	.achieveYourDreams .comment-card .user .user-infor .user-name {
		font-family: "Be Vietnam Pro";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
	}
	.achieveYourDreams .comment-card .user .user-infor .user-role {
		color: var(--Text-Body-Grey, #4b4954);
		font-family: "Be Vietnam Pro";
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.015rem;
	}
	.achieveYourDreams .comment-card .full-content {
		display: none;
	}
}
/* achieve your dreams */
.achieveYourDreams {
	position: relative;
	z-index: 1;
	background: #eaf2f5;
	height: 52.875rem;
	width: 100%;
	padding-top: 8.04rem;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}

.achieveYourDreams .section_sub_title {
	background: linear-gradient(
		71deg,
		#7fb546 8.81%,
		#75ae4c 24.48%,
		#63a056 40.14%,
		#509161 55.81%,
		#2d7675 71.48%,
		#282d93 83.23%
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: "Be Vietnam Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 1.05rem */
	/* 	text-transform: uppercase; */
}

.achieveYourDreams .section_title {
	color: var(--Text-Title-Blue-212769, #212769);
	font-family: "Be Vietnam Pro";
	font-size: 3.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 3.75rem */
	letter-spacing: -0.125rem;
	margin: 0.62rem 0 5.46rem;
}

.myCommentSwiper {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
}
.myCommentSwiper .swiper-wrapper {
	justify-content: center;
}
.myCommentSwiper .swiper-slide {
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 0 0.75rem;
}

.achieveYourDreams .comment-pagination {
	bottom: 6.52rem !important;
}

.achieveYourDreams .comment-pagination .swiper-pagination-bullet {
	border-radius: 0.25rem;
	background: #d9d9d9;
	width: 2.86213rem;
	height: var(--6, 0.375rem);
}

.achieveYourDreams .comment-pagination .swiper-pagination-bullet-active {
	background: var(--Button-Secondary-Link, #212769);
}

@media (max-width: 639.98px) {
	.myCommentSwiper .swiper-wrapper {
		justify-content: start;
	}
	.achieveYourDreams {
		background: #eaf2f5;
		height: 31.5625rem;
		width: 100%;
		padding-top: 1.94rem;
		z-index: 18;
	}
	.achieveYourDreams .section_sub_title {
		text-align: center;
		/* App/Subtitle/12-M */
		font-family: "Be Vietnam Pro";
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 0.9rem */
		text-transform: uppercase;
		padding: 0 1rem;
	}
	.achieveYourDreams .section_title {
		text-align: center;
		/* App/Title/H2 */
		font-family: "Be Vietnam Pro";
		font-size: 2rem;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 2.4rem */
		letter-spacing: -0.125rem;
		margin: 0.62rem 0 2rem;
		padding: 0 1rem;
	}
	.myCommentSwiper {
		width: 100%;
		height: -moz-fit-content;
		height: fit-content;
	}
	.myCommentSwiper .swiper-slide {
		width: -moz-fit-content;
		width: fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding: 0 0.75rem;
	}
	.achieveYourDreams .comment-pagination {
		bottom: 1.63rem !important;
	}
	.achieveYourDreams .comment-pagination .swiper-pagination-bullet {
		border-radius: 0.25rem;
		background: #d9d9d9;
		width: 2.86213rem;
		height: var(--6, 0.375rem);
	}
	.achieveYourDreams .comment-pagination .swiper-pagination-bullet-active {
		background: var(--Button-Secondary-Link, #212769);
	}
	section h2 {
		font-size: 1.75rem !important
	}
} /*# sourceMappingURL=styles.css.map */
.latest-articles__wrapper {
	position: relative;
	z-index: 1;
	background: linear-gradient(
		180deg,
		#fff 0%,
		#f7f9f9 25%,
		#f3f6f6 50%,
		#eff3f3 75%,
		#ecf1f1 100%
	);
}

.latest-articles {
	position: relative;
	padding: 6.66rem 0 5.62rem;
	max-width: 89.9rem;
	margin: auto;
}
.latest-articles__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.62rem;
	margin-bottom: 3.44rem;
}
.latest-articles__title {
	font-size: 2rem;
	font-weight: bold;
	color: #2b2e4a;
}
.latest-articles__see-all {
	color: var(--Primary-Color-Blue-blue-900, #152233);
	border: 1.364px solid
		var(--Stroke---Divider-Thin---Background---Default, #d8dde6);
}
.latest-articles__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.38rem;
}
.latest-articles__item {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 27.75rem;
	border-radius: var(--10, 0.625rem);
	background: #fff;
	/* shadow/1 */
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}

.latest-articles__item:hover .latest-articles__image {
	transform: scale(1.1);
}

.latest-articles__link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.latest-articles__image {
	width: 100%;
	height: 15.10375rem;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.8s;
}
.latest-articles__content {
	flex: 1;
	padding: 2.15rem 1.5rem 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
}
.latest-articles__meta {
	display: flex;
	font-size: 0.875rem;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 0.9rem;
}
.latest-articles__meta svg {
	display: inline-block;
	margin: 0 0.69rem;
}
.latest-articles__category {
	color: var(--Text-Sub-Green, #63a147);
	font-weight: 600;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.latest-articles__category + svg {
	width: 0.25669rem;
	height: 0.25669rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.latest-articles__author {
	color: var(--Text-Sub-Grey, #88888e);
	font-weight: 400;
}
.latest-articles__heading {
	color: var(--Text-Title-Blue-212769, #212769);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 120%; /* 1.5rem */
	letter-spacing: -0.025rem;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 1.5rem;
	min-height: 4.55rem;
}

.latest-articles__heading a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.latest-articles__footer {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.latest-articles__date {
	color: var(--Text-Sub-Grey, #88888e);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 120%; /* 1.05rem */
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.latest-articles__date img {
	margin-right: 0.5rem;
	display: block;
	width: 1.125rem;
	height: 1.125rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.latest-articles__read-more {
	position: absolute;
	z-index: 2;
	top: -1.228rem;
	right: 2.56rem;
	width: 3.6875rem;
	height: 3.6875rem;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 10.1px 0px rgba(18, 27, 140, 0.23);
	padding: 1.125rem 1.125rem 1.0625rem 1.0625rem;
}
.latest-articles__read-more::after {
	display: none;
}
.latest-articles__read-more img {
	margin: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 639.98px) {
	.contact-question__wrapper {
		z-index: 16;
	}
	.latest-articles__wrapper {
		background: transparent;
		z-index: 17;
	}
	.latest-articles {
		padding: 1.18rem 1rem 6rem;
		position: relative;
		z-index: 2;
	}
	.latest-articles__header {
		margin-top: 0.62rem;
		margin-bottom: 1.5rem;
	}
	.latest-articles__sub-heading {
		font-size: 0.75rem;
		line-height: 120%; /* 0.9rem */
		text-transform: uppercase;
	}
	.latest-articles__title h2 {
		font-size: 2rem;
		line-height: 120%; /* 2.4rem */
		letter-spacing: -0.125rem;
	}
	.latest-articles__see-all img {
		filter: brightness(0) invert(1);
	}
	.btn__tertiary::after {
		background: rgba(255, 255, 255, 0.10);
	}
	.latest-articles__see-all {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		font-size: 0.875rem;
		letter-spacing: -0.00875rem;
		text-transform: capitalize;
		padding: 0.75rem 1rem 0.75rem 1.5rem;
		border-radius: 2rem;
		border: 1.364px solid var(--Stroke---Divider-Thin---Background---Default, #D8DDE6);
		background: var(--Button-Primary, #63A147);
		width: 10.625rem;
		color: var(--Button-White, #FFF);
		font-family: "Be Vietnam Pro";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.00875rem;
		text-transform: capitalize;
		justify-content: center;
	}
	.latest-articles__list {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.latest-articles__item {
		padding: 0.625rem;
		height: 25rem;
		border-radius: var(--10, 0.625rem);
		background: #fff;
		/* Shadow */
		box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
	}
	.latest-articles__image {
		border-radius: 0.5rem;
		height: 12.3125rem;
	}
	.latest-articles__content {
		padding: 1rem 0.38rem 1.69rem;
	}
	.latest-articles__meta {
		margin-bottom: 0.47rem;
	}
	.latest-articles__category {
		font-size: 0.75rem;
		letter-spacing: -0.015rem;
		text-transform: initial;
	}
	.latest-articles__author {
		font-size: 0.75rem;
		letter-spacing: -0.015rem;
		text-transform: initial;
	}
	.latest-articles__heading {
		font-size: 1rem;
		line-height: 120%; /* 1.2rem */
		letter-spacing: -0.04rem;
	}
	.latest-articles__footer {
		margin-top: auto;
		position: relative;
	}
	.latest-articles__read-more {
		right: 0.5rem;
		width: 3rem;
		height: 3rem;
		padding: 0.91525rem 0.91519rem 0.86444rem 0.8645rem;
	}
} /*# sourceMappingURL=styles.css.map */


.study-abroad {
	padding: 6.71463rem 2.96875rem 2.75rem 3.03125rem;
	border-radius: 1.25rem;
	border: 1px solid #ededed;
	background: #fff;
	box-shadow: 0px 4px 27.1px 0px rgba(0, 0, 0, 0.03);
	max-width: 95.1rem;
	margin: 0 2.03rem 0 1.97rem;
}
.study-abroad__header {
	margin-bottom: 2rem;
}
.study-abroad__title {
	text-align: center;
	margin-top: 0.62rem;
	margin-bottom: 5.79rem;
}
.study-abroad__sub-heading {
	display: block;
	margin: auto;
}
.study-abroad__destinations {
	height: 29.4375rem;
}
.study-abroad__destinations .swiper-slide:nth-child(2) .study-abroad__line {
	bottom: 2.3rem;
}
.study-abroad__destinations-pagination {
	display: none;
}
.study-abroad__destination {
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	background: linear-gradient(
		147deg,
		#7fb546 6.55%,
		#75ae4c 24.92%,
		#63a056 43.3%,
		#509161 61.67%,
		#2d7675 80.05%,
		#395994 93.83%
	);
	width: 21.8035rem;
	margin-top: auto;
}
.study-abroad__destination:hover .study-abroad__image {
	scale: 1.3;
}
.study-abroad .swiper-slide {
	display: flex;
	align-items: end;
	height: 100%;
}
.swiper-slide:nth-child(1) .study-abroad__destination {
	height: 26.51056rem;
}
.swiper-slide:nth-child(2) .study-abroad__destination {
	height: 22.47938rem;
	background: linear-gradient(
		152deg,
		#7fb546 -15.89%,
		#75ae4c 3.05%,
		#63a056 22%,
		#509161 40.95%,
		#2d7675 59.89%,
		#395994 74.1%
	);
}
.swiper-slide:nth-child(3) .study-abroad__destination {
	height: 29.4375rem;
	background: linear-gradient(
		166deg,
		#7fb546 -7.07%,
		#75ae4c 6.17%,
		#63a056 19.4%,
		#509161 32.63%,
		#2d7675 45.87%,
		#395994 55.79%
	);
}
.swiper-slide:nth-child(4) .study-abroad__destination {
	height: 22.19731rem;
	background: linear-gradient(
		143deg,
		#7fb546 -4%,
		#75ae4c 16.39%,
		#63a056 36.79%,
		#509161 57.19%,
		#2d7675 77.58%,
		#395994 92.88%
	);
}
.swiper-slide:nth-child(4)
.study-abroad__destination
.study-abroad__background-image {
	width: 100%;
	height: 100%;
	top: unset;
	bottom: 0;
}
.swiper-slide:nth-child(4) .study-abroad__destination .study-abroad__country {
	color: var(--Text-Title-White-Invert, #fff);
	text-align: center;
	/* Title/H4/24-M */
	font-family: "Be Vietnam Pro";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 2.1rem */
	letter-spacing: -0.0625rem;
	margin-left:0;
}
.study-abroad__image {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	z-index: 1;
	transition: 0.8s ease;
}
.study-abroad__slide-flag-1 {
	margin-top: 5.16rem;
}
.study-abroad__slide-flag-2 {
	margin-top: 0.5rem;
}

.study-abroad__slide-flag-2 .swiper-slide,
.study-abroad__slide-flag-1 .swiper-slide {
	width: fit-content;
}

.study-abroad__slide-flag-item {
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	z-index: 1;
	display: flex;
	padding: 0.625rem 0.875rem;
	align-items: self-start;
	gap: 0.5625rem;
	border-radius: var(--10, 0.625rem);
	border: 0.5px solid #e9eaf7;
	background: #fff;
	-webkit-backdrop-filter: blur(3.75px);
	backdrop-filter: blur(3.75px);
}
.study-abroad__slide-flag-item img {
	width: 2rem;
	height: 1.5rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: var(--corner-radius-3xSmall, 0.125rem);
	background: #fff;
}
.study-abroad__slide-flag-item span {
	text-wrap: nowrap;
	color: #100249;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.3125rem */
	letter-spacing: 0.01581rem;
}
.study-abroad__country {
	position: relative;
	z-index: 1;
	margin-top: 1.44rem;
	margin-left: 1.5rem;
	color: #fff;
	/* Title/H4/24-semi */
	font-family: "Be Vietnam Pro";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 2.1rem */
	letter-spacing: -0.0625rem;
}
.study-abroad__country-btn {
	position: relative;
	z-index: 1;
	/*     margin-top: 0.25rem; */
	margin-left: 2.86rem;
}
.study-abroad__flag {
	position: absolute;
	bottom: -1px;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	z-index: 1;
}
.study-abroad__flag-overlay {
	display: block;
	width: 5.4375rem;
	height: 4.125rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.study-abroad__flag-image {
	top: 50%;
	left: 50%;
	transform: translate(-30%, -10%);
	position: absolute;
	width: 2rem;
	height: 1.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.study-abroad__line {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 1.84rem;
}
.study-abroad__background-image {
	position: absolute;
	top: 6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 11.87175rem;
	height: 11.89088rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.study-abroad__background-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.study-abroad [dir="rtl"] .study-abroad__slide-flag-item {
	flex-direction: row-reverse;
}

@media (max-width: 639.98px) {
	.study-abroad {
		padding: 3.63rem 0rem 2.63rem 0rem;
		background: #f2fbfa;
		box-shadow: none;
		border-radius: unset;
		border: none;
		margin: 0;
		background: #F9FBFD;
	}
	.study-abroad__header h2 {
		margin-top: 0.5rem;
		margin-bottom: 2.5rem;
		font-size: 2rem;
		line-height: 120%; /* 2.4rem */
		letter-spacing: -0.125rem;
		padding: 0 1rem;
	}
	.study-abroad__sub-heading {
		font-size: 0.75rem;
		line-height: 120%; /* 0.9rem */
		padding: 0 1rem;
	}
	.study-abroad__destinations {
		height: 26rem !important;
		padding: 0 1rem;
	}
	.study-abroad__destinations-pagination {
		display: block;
		margin-top: 3.5rem;
		position: relative;
		--swiper-pagination-bullet-size: 0.5rem;
		--swiper-pagination-color: #65a255;
		--swiper-pagination-bullet-inactive-color: #2d5824;
		--swiper-pagination-bullet-inactive-opacity: 0.4;
	}
	.swiper-slide .study-abroad__destination {
		height: 26rem !important;
	}
	.study-abroad__country {
		margin-top: 1.75rem;
		margin-left: 1.12rem;
		font-size: 1.25rem;
		line-height: 120%; /* 1.5rem */
		letter-spacing: -0.0625rem;
	}
	.swiper__case-study__info .swiper-slide-prev {
		opacity: 0.8;
	}
} /*# sourceMappingURL=styles.css.map */

.case-study {
	padding: 5rem;
	position: relative;
	overflow: hidden;
	background: #FFF;
}
.case-study__background {
	position: absolute;
	width: 32.67063rem;
	height: 32.67063rem;
	border-radius: 32.67063rem;
	border: 7.312rem  solid #ECF9F7;
	top: -8.69rem;
	right: -11.65rem;
}
.case-study__header {
	text-align: center;
}
.case-study__subtitle {
	width: fit-content;
	margin-bottom: 0.62rem;
	margin: 0 auto;
}
.case-study__title {
	margin-bottom: 3.09rem;
}
.case-study__content {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 90rem;
	height: auto;
	border-radius: 1.25rem;
	background: linear-gradient(
		110deg,
		#7fb546 -60.33%,
		#cdefb5 -16.36%,
		#3d9948 20.66%,
		#053183 101.65%
	);
	margin: auto;
	padding: 5.13rem 4.38rem 3rem;
}
.case-study__content-background {
	position: absolute;
	bottom: 0;
	left: 1.29rem;
	width: 36.46194rem;
	height: auto;
}
.case-study__content-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.case-study__content .swiper__case-study__info {
	max-width: 40.543rem;
	margin-left: 0;
}
.case-study__content .swiper__case-study__info .swiper-slide-next,
.case-study__content .swiper__case-study__info .swiper-slide-prev {
	opacity: 0.7;
}
.case-study__content .swiper__case-study__info-pagination {
	position: absolute;
	--swiper-pagination-bottom: 0;
	--swiper-pagination-bullet-border-radius: 0.25rem;
	--swiper-pagination-bullet-width: 2.86213rem;
	--swiper-pagination-bullet-height: var(--6, 0.375rem);
	--swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.27);
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: #fff;
}
.case-study__content
.swiper__case-study__info-pagination
.swiper-pagination-bullet {
	transition: 0.3s ease;
}
.case-study__content .swiper__case-study__image {
	margin-right: 0;
	max-width: 36.43213rem;
	max-height: 26.47269rem;
	border-radius: var(--10, 0.625rem);
}
.case-study__content .swiper__case-study__image .case-study__image {
	height: 100%;
}
.case-study__content .swiper__case-study__image .case-study__image img {
	border-radius: var(--10, 0.625rem);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.case-study__info {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom:1.5rem;
}
.case-study__headline {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 130%; /* 2.925rem */
	letter-spacing: -0.0675rem;
}
.case-study__description {
	color: var(--text-body-white-80-invert, rgba(255, 255, 255, 0.8));
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 170%; /* 1.9125rem */
	letter-spacing: -0.01125rem;
	margin: 1.5rem 0 1.78rem;
	opacity: 0.8;
}
.case-study__achievement {
	display: flex;
	align-items: center;
	color: var(--Text-Title-White-Invert, #fff);
	font-size: 1rem;
	font-weight: 600;
	line-height: 120%; /* 1.2rem */
	letter-spacing: -0.01rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 1.09rem;
}
.case-study__achievement > img {
	width: 1.5rem;
	height: 1.5rem;
	object-fit: contain;
	margin-right: 0.44rem;
}
.case-study__link {
	margin-top: auto;
	padding-left: 0;
}
.case-study__pagination-dot--active {
	background-color: #45a049;
}

@media screen and (max-width: 639.98px) {
	.case-study {
		padding: 0;
		padding-top: 3rem;
		padding-bottom: 3.12rem;
		background: #fff;
		z-index: 15;
	}
	.case-study__background {
		width: 21.3125rem;
		height: 21.3125rem;
		transform: rotate(-92.686deg);
		border-radius: 21.3125rem;
		border: 76.324px solid #ecf9f7;
		top: -3.31rem;
		right: -10.65rem;
	}
	.case-study__header {
		position: relative;
	}
	.case-study__subtitle {
		font-size: 0.75rem;
		line-height: 120%; /* 0.9rem */
		text-transform: uppercase;
	}
	.case-study__title {
		margin-bottom: 2rem;
	}
	.case-study__title h2 {
		font-size: 2rem;
		line-height: 120%; /* 2.4rem */
		letter-spacing: -0.125rem;
	}
	.case-study__content {
		width: 100%;
		flex-direction: column-reverse;
		padding: 0;
		height: 30rem;
		border-radius: var(--10, 0.625rem);
		background: transparent;
	}
	.case-study__content-background {
		width: 29.80219rem;
		height: 29.82531rem;
		transform: rotate(-7.76deg);
		top: 20rem;
		bottom: unset;
		left: -11.94rem;
	}
	.case-study__content .swiper__case-study__info {
		max-width: 100%;
		height: 100%;
	}
	.case-study__content .swiper__case-study__info .case-study__info {
		position: relative;
		overflow: hidden;
		padding: 2.31rem 1.12rem;
		padding-right: 0.8rem;
		border-radius: var(--10, 0.625rem);
		background: linear-gradient(
			112deg,
			#7fb546 -62.73%,
			#cdefb5 -18.82%,
			#3d9948 18.16%,
			#053183 99.06%
		);
	}
	.case-study__content
	.swiper__case-study__info
	.case-study__info
	.case-study__image {
		margin: auto;
		width: 4.1875rem;
		height: 4.1875rem;
		border-radius: 12.5rem;
		border: 3px solid rgba(255, 255, 255, 0.3);
		overflow: hidden;
	}
	.case-study__content
	.swiper__case-study__info
	.case-study__info
	.case-study__image
	img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.case-study__content .swiper__case-study__image {
		display: none;
		max-height: 100%;
		max-width: 100%;
	}
	.case-study__content .swiper__case-study__image .case-study__image {
		width: 4.1875rem;
		height: 4.1875rem;
		border-radius: 12.5rem;
		border: 3px solid rgba(255, 255, 255, 0.3);
		overflow: hidden;
	}
	.case-study__content .swiper__case-study__image .case-study__image img {
		-o-object-fit: cover;
		object-fit: cover;
	}
	.case-study__headline {
		text-align: center;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 500;
		line-height: 120%; /* 1.8rem */
		letter-spacing: -0.0625rem;
		margin-top: 1rem;
	}
	.case-study__description {
		color: var(--text-body-white-80-invert, rgba(255, 255, 255, 0.8));
		text-align: center;
		font-size: 0.875rem;
		line-height: 150%; /* 1.3125rem */
		letter-spacing: -0.0175rem;
		margin: 0.75rem 0 1rem;
	}
	.case-study__achievement {
		display: flex;
		align-items: center;
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 150%; /* 1.3125rem */
		letter-spacing: -0.0175rem;
		padding-bottom: 0;
		border: none;
	}
	.case-study__achievement img {
		width: 2.1rem;
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
		margin-right: 0.5rem;
	}
	.case-study__link {
		margin: auto;
		margin-top: 1.25rem;
		padding: 0.75rem var(--16, 1rem) 0.75rem var(--24, 1.5rem);
		border-radius: 3.1875rem;
		border: 1px solid #e6e6e6;
		font-size: 0.875rem;
		font-weight: 500;
		letter-spacing: -0.00875rem;
		text-transform: capitalize;
	}
	.case-study__pagination {
		position: relative;
		margin-top: 2.5rem;
	}
	.case-study__pagination .swiper__case-study__info-pagination {
		text-align: center;
		position: absolute;
		--swiper-pagination-bottom: 0;
		--swiper-pagination-bullet-border-radius: 0.25rem;
		--swiper-pagination-bullet-width: 2.86213rem;
		--swiper-pagination-bullet-height: var(--6, 0.375rem);
		--swiper-pagination-bullet-inactive-color: rgba(98, 97, 97, 0.27);
		--swiper-pagination-bullet-inactive-opacity: 1;
		--swiper-pagination-color: #212769;
	}
	.case-study__pagination
	.swiper__case-study__info-pagination
	.swiper-pagination-bullet {
		transition: 0.3s ease;
	}
} /*# sourceMappingURL=styles.css.map */
.about_ei_loaction_training {
	display: none;
}