@import url('variables.css');
.ellipse {
	transition: transform 2s linear;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
}
.wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: var(--max-width);
    padding: 20px 40px;
    z-index: 1;
    height: auto;
    align-content: center;
    align-items: center;
}
.top-section {
    position: relative;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	z-index: 4;
}
.top-section .layer-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100dvw;
	height: 100dvh;
	background: var(--black-color);
	visibility: hidden;
	opacity: 0;
	z-index: 0;
}
.top-section .layer-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100dvw;
	height: 100dvh;
	background: linear-gradient(to top, #17343F 0%, rgba(23, 52, 63, 0) 40%);
	z-index: 3;
	visibility: hidden;
	opacity: 0;
}
.top-section .layer-image {
	position: absolute;
	left: 0;
	width: 100dvw;
	height: 100dvh;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
	background: url('../images/about/about-grid.webp') no-repeat center center/cover;
	visibility: hidden;
	opacity: 0;
}
.top-section .layer-top-image {
	position: absolute;
	bottom: 0;
	width: 46dvw;
	height: 94dvh;
	z-index: 1;
	background: url('../images/about/top-about.webp') no-repeat center center/cover;
	visibility: hidden;
	opacity: 0;
}
.top-section .wrapper {
    width: 100dvw;
	height: 100dvh;
	cursor: pointer;
	overflow: hidden;
}
.top-section:hover .layer-top-image img {
    transform: scale(1.2);
	transition: transform 0.2s ease-in-out;
}
.top-section .content {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	position: absolute;
	font-family: 'Manrope ExtraBold', sans-serif;
	font-size: var(--fs-hero);
	font-weight: 700;
	line-height: 1.4em;
	color: var(--white-color);
	text-align: center;
	z-index: 3;
	width: 1300px;
	height: 197px;
}
.lang-section {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	position: relative;
    width: 100%;
    background-color: rgb(0 0 0 / 35%);
	height: fit-content;
	min-height: 316px;
	flex-direction: column;
	gap: 20px;
	padding: 20px 40px;
}
.lang-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
}
.business-lang {
	width: 100%;
	display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}
.win-section {
    width: 100%;
	position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	padding: 150px 0 120px;
}
.win-section .wrapper {
	flex-direction: column;
	gap: 90px;
}
.win-section .title {
    font-family: 'Manrope Semibold', sans-serif;
    font-size: var(--fs-title);
    line-height: 1.1em;
	margin: 0;
    padding: 0;
	color: var(--white-color);
	text-align: center;
}
.win-section .title .green {
	color: var(--primary-color);
}
.win-section .win-row {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	gap: 250px;
}
.win-section .win-row .box {
    width: 100%;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
	gap: 20px;
	width: 50%;
}
.win-section .win-row .box.second img {
    z-index: 1;
    width: 633px;
    height: 939px;
	object-fit: contain;
}
.win-section .win-row .box.second {
	padding: 0 !important;
	overflow: hidden;
}
.win-section .win-row .box:last-child {
	position: relative;
	background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid #767676;
	border-radius: 34px;
}
.win-section .win-row .box:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
	border-radius: 34px;
}
.win-section .win-row .text {
	color: var(--white-color);
	text-decoration: underline;
	font-family: 'Manrope', sans-serif;
	font-size: var(--fs-btn);
	font-weight: 400;
	line-height: 1.1em;
	text-decoration: none;
}
.win-section .win-row .text.semibold {
	font-family: 'Manrope Semibold', sans-serif;
}
.win-section .win-row .box:last-child {
	padding: 55px 60px 65px;
	gap: 40px;
}
.win-section .win-row .item {
	width: 100%;
	z-index: 1;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
	gap: 40px;
}
.win-section .win-row .item img {
	width: 100%;
	max-width: 101px;
	height: auto;
}
.win-section .win-row .item .content {
    font-family: 'Manrope', sans-serif;
    font-size: var(--fs-sm);
    line-height: 1.1em;
    font-weight: 400;
    color: var(--white-color);
}
.grid-section {
    width: 100%;
	position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    gap: 60px;
    padding: 0 40px 100px;
}
.grid-section .wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, 355px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.grid-section .wrapper .box {
    width: 100%;
    height: 172px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid #707070;
    border-radius: 18px;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
	padding: 0 20px;
}
.grid-section .wrapper .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
	border-radius: 18px;
}
.grid-section .wrapper .box img {
	width: 32px;
	height: 32px;
    z-index: 1;
    position: relative;
}
.grid-section .wrapper .box .content {
    z-index: 1;
    position: relative;
	color: var(--white-color);
	text-decoration: underline;
	font-family: 'Manrope', sans-serif;
	font-size: var(--fs-sm-md);
	font-weight: 400;
	line-height: 1.1em;
	text-decoration: none;
}
.mission-section,
.vision-section {
	background: var(--white-color);
    width: 100%;
	position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    gap: 200px;
    padding: 180px 0 40px;
}
.mission-section {
	z-index: 1;
}
.vision-section {
	z-index: 0;
}
.vision-section {
	padding: 0 0 80px;
}
.mission-section .wrapper,
.vision-section .wrapper {
	gap: 400px;
}
.mission-section .title,
.vision-section .title {
	font-family: 'Manrope Semibold', sans-serif;
    font-size: var(--fs-title);
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    color: #17343F;
}
.mission-section .content,
.vision-section .content {
    font-family: 'Manrope', sans-serif;
    font-size: var(--fs-sm-md);
    line-height: 1.1em;
    font-weight: 400;
    color: #48504A;
}
.mission-section .box,
.vision-section .box {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
	width: 50%;
}
.vision-section .wrapper {
	gap: 280px;
}
.vision-section .box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.vision-section .box,
.vision-section .box img {
	width: 450px;
	height: 850px;
	object-fit: contain;
}
.mission-section .box .client {
	position: relative;
    background-color: rgba(255, 255, 255, 0.13);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 75px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: 525px;
	height: 638px;
}
.mission-section .box .client::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
    border-radius: 75px;
}
.mission-section .box .client img {
	max-width: 581px;
	z-index: 1;
}
.mission-section .box:last-child {
	justify-content: flex-end;
    align-content: center;
    align-items: center;
	cursor: pointer;
	overflow: visible;
}
.mission-section .box .client {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;
}
.mission-section .box .client:hover #client-logo,
.mission-section .box .client:hover #client-candlestick,
.mission-section .box .client:hover #client {
    transition: transform .35s ease-in-out;
    transform: scale(1.1);
}
.mission-section .box .client:hover #client {
	transform-origin: bottom;
    transform: scale(.96);
}
.values-section {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	padding: 140px 0;
}
.values-section .wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.values-section .title {
    font-family: 'Manrope Semibold', sans-serif;
    font-size: var(--fs-title);
    line-height: 1.05em;
	color: var(--white-color);
	max-width: 762px;
	text-align: center;
}
.values-section .subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: var(--fs-sm-md);
    line-height: 1.1em;
    font-weight: 400;
	color: var(--white-color);
	text-align: center;
}
.values-section .grid-items {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin: 40px 0 0;
	gap: 20px;
}
.values-section .grid-items-col {
	width: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    gap: 20px;
}
.values-section .grid-items .box {
	display: flex;
    gap: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
	max-width: 686px;
	min-height: 253px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid #707070;
    border-radius: 37px;
	padding: 20px 40px;
	width: 100%;
}
.values-section .grid-items .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
    border-radius: 37px;
}
.values-section .grid-items .box .text {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
	z-index: 1;
}
.values-section .grid-items .box img {
	width: 90px;
	height: 90px;
	z-index: 1;
}
.values-section .grid-items .box .text .title {
    font-family: 'Manrope Semibold', sans-serif;
    font-size: var(--fs-sm-md);
    line-height: 1.05em;
	color: var(--white-color);
}
.values-section .grid-items .box .text .content {
    font-family: 'Manrope', sans-serif;
    font-size: var(--fs-ssm);
    line-height: 1.1em;
    font-weight: 400;
	color: var(--white-color);
}
.business-lang img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}
#client-logo {
	width: 180px;
	height: 171px;
	object-fit: contain;
}
#client-logo,
#client-candlestick {
	position: absolute;
	z-index: 2;
}
#client-logo {
    top: -3%;
    left: -14%;
}
#client-candlestick {
    bottom: -16%;
    right: -13%;
	width: 210px;
	height: 197px;
	object-fit: contain;
}
#ellipse1 {
	top: -28%;
    left: -50%;
    z-index: -1;
	width: 581px;
	height: 581px;
	object-fit: contain;
}
#ellipse2 {
    top: -10%;
    right: -30%;
    z-index: -1;
	width: 581px;
	height: 581px;
	object-fit: contain;
}
#ellipse3 {
    bottom: -24%;
    left: -38%;
    z-index: -1;
	width: 581px;
	height: 581px;
	object-fit: contain;
	opacity: .3 !important;
}
#client {
	transform: translate(0, 0);
	width: 480px;
	height: 740px;
	object-fit: contain;
}
#ellipse4 {
    left: -24%;
    top: -48%;
	z-index: 2;
	width: 1010px;
	height: 1010px;
	object-fit: contain;
}
#ellipse5 {
	right: 14%;
    top: -12%;
    z-index: 2;
	width: 1184px;
	height: 1184px;
	object-fit: contain;
}
#ellipse6 {
    right: -36%;
    top: -3%;
	z-index: 2;
	width: 1184px;
	height: 1184px;
	object-fit: contain;
}
#ellipse8 {
    left: 47%;
    top: -36%;
    z-index: -1;
	width: 557px;
	height: 557px;
	object-fit: contain;
}
#ellipse9 {
    top: -7%;
    right: -35%;
	width: 633px;
	height: 633px;
	object-fit: contain;
}
#ellipse11 {
    top: -40%;
    left: 0;
    opacity: .4 !important;
	width: 787px;
	height: 787px;
	object-fit: contain;
}
#ellipse12 {
    left: -40%;
    bottom: -50%;
	width: 1200px;
	height: 1200px;
	object-fit: contain;
}
#ellipse13 {
    top: -10%;
    left: 15%;
	width: 996px;
	height: 996px;
	object-fit: contain;
}
#ellipse14 {
    right: -18%;
    bottom: -50%;
    opacity: 0.7 !important;
	width: 1114px;
	height: 1114px;
	object-fit: contain;
}
#ellipse16 {
    top: 81%;
    right: 5%;
	width: 687px;
	height: 687px;
	object-fit: contain;
}
#ellipse17 {
    bottom: 3%;
    left: 15%;
	width: 885px;
	height: 885px;
	object-fit: contain;
}
#ellipse18 {
    bottom: 1%;
    right: 7%;
	width: 460px;
	height: 460px;
	object-fit: contain;
}
.grid-section .wrapper .box,
.values-section .grid-items .box {
	cursor: pointer;
}
.grid-section .wrapper .box:hover,
.values-section .grid-items .box:hover {
	box-shadow: inset 0 0 60px #29463f, inset 5px 0 5px var(--secondary-color), inset -5px 0 10px var(--secondary-color), inset 5px 0 20px var(--secondary-color), inset -5px 0 20px var(--secondary-color), 0 0 10px var(--secondary-color), -10px 0 50px var(--secondary-color), 10px 0 20px var(--secondary-color);
}
.win-section .win-row .text a,
.win-section .win-row .text a:hover,
.win-section .win-row .text a:active,
.win-section .win-row .text a:focus {
    color: #00ff51;
    text-decoration: none;
    font-family: 'Manrope Bold', sans-serif;
}
@media (max-width: 1700px) {
	.win-section .win-row {
		gap: 220px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 100px;
		gap: 250px;
	}
	#ellipse11 {
		top: -40%;
		left: -10%;
		opacity: .5 !important;
	}
	#ellipse12 {
		left: -48%;
		bottom: -54%;
		opacity: .7 !important;
	}
	#ellipse14 {
		right: -28%;
		bottom: -55%;
	}
}
@media (max-width: 1540px) {
	.top-section .layer-top-image {
		width: 50dvw;
		height: 80dvh;
	}
	.top-section .content {
		width: 1121px;
		height: 174px;
	}
	.win-section .win-row {
		gap: 140px;
	}
	.win-section .win-row .item img {
		max-width: 90px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 100px;
		gap: 200px;
	}
	.mission-section .box .client {
		width: 472px;
		height: 478px;
	}
	#client {
		transform: translate(0, 0);
		width: 455px !important;
		height: 702px !important;
		object-fit: contain;
	}
	#ellipse4 {
		left: -30%;
		top: -63%;
	}
	#ellipse5 {
		right: 4%;
		top: -27%;
        opacity: .8 !important;
	}
	#ellipse11 {
		top: -58%;
		left: -24%;
	}
	#ellipse12 {
		left: -52%;
		bottom: -61%;
	}
	#ellipse13 {
		top: -20%;
		left: 5%;
		opacity: .6 !important;
	}
	#ellipse14 {
		right: -40%;
		bottom: -58%;
		opacity: 0.6 !important;
	}
	#ellipse16 {
		top: 80%;
		right: -3%;
	}
	#ellipse17 {
		left: 10%;
	}
	#ellipse18 {
		bottom: 2%;
		right: 0%;
	}
}
@media (max-width: 1440px) {
	.top-section .layer-top-image {
		width: 52dvw;
		height: 80dvh;
	}
	.top-section .content {
		width: 1049px;
		height: 163px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 100px;
		gap: 180px;
	}
	#ellipse4 {
        left: -33%;
        top: -69%;
	}
	#ellipse5 {
        right: 5%;
        top: -27%;
        opacity: .7 !important;
	}
	#ellipse14 {
		right: -40%;
		bottom: -58%;
		opacity: 0.6 !important;
	}
	#ellipse16 {
		top: 81%;
		right: -6%;
	}
	#ellipse17 {
		left: 5%;
	}
	#ellipse18 {
		bottom: 1%;
		right: 0%;
	}
}
@media (max-width: 1336px) {
	.win-section .win-row {
		gap: 100px;
	}
	.win-section .win-row .item img {
		max-width: 80px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 100px;
		gap: 160px;
	}
}
@media (max-width: 1280px) {
	.top-section .layer-top-image {
		width: 53dvw;
		height: 80dvh;
	}
	.business-lang img {
		max-width: 200px;
	}
	.win-section .win-row {
		gap: 80px;
	}
	.win-section .win-row .item img {
		max-width: 70px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
		gap: 140px;
	}
	.mission-section {
		padding: 100px 0 20px;
	}
	#ellipse4 {
		left: -36%;
	}
	#ellipse5 {
        right: -2%;
        top: -26%;
	}
	#ellipse6 {
		right: -49%;
	}
	#ellipse11 {
		opacity: .4 !important;
	}
	#ellipse12 {
		left: -60%;
        bottom: -95%;
	}
	#ellipse14 {
        right: -46%;
        bottom: -72%;
	}
}
@media (max-width: 1180px) {
	.top-section .layer-top-image {
		width: 60dvw;
		height: 80dvh;
	}
	.win-section .win-row .box:last-child {
		width: 633px;
		height: 939px;
	}
	.top-section .content {
		width: 995px;
		height: 155px;
		font-size: var(--fs-title);
	}
	.win-section .win-row {
		flex-direction: column;
		gap: 60px !important;
	}
	.win-section .win-row .box {
		width: 100%;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 80px;
		gap: 75px;
	}
	.mission-section .box .client img {
		max-width: 393px;
	}
	.mission-section .box .client {
		width: 417px;
		height: 414px;
	}
	#ellipse4 {
		left: -45%;
	}
	#ellipse5 {
        right: -11%;
        top: -26%;
	}
	#ellipse6 {
		right: -55%;
	}
	#ellipse9 {
		top: -35%;
		right: 0;
	}
	#ellipse11 {
        top: -68%;
        left: -32%;
		opacity: .2 !important;
	}
	#ellipse12 {
        left: -70%;
        bottom: -100%;
	}
	#ellipse14 {
        right: -54%;
        bottom: -75%;
	}
	#ellipse16 {
        top: 80%;
        right: -7%;
	}
	#ellipse17 {
		left: -2%;
	}
	#ellipse18 {
		bottom: 2%;
	}
	#client {
        width: 393px !important;
        height: 605px !important;
	}
}
@media (max-width: 1024px) {
	.top-section .layer-top-image {
		width: 70dvw;
		height: 80dvh;
	}
	.top-section .content {
		width: 868px;
		height: 135px;
	}
	.win-section .win-row {
		gap: 120px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 60px;
		gap: 50px;
	}
	#ellipse4 {
		top: -63%;
		left: -50%;
	}
	#ellipse6 {
		top: 7%;
		right: -64%;
	}
    #ellipse11 {
        top: -43%;
	}
    #ellipse12 {
        left: -80%;
        bottom: -80%;
	}
	#ellipse14 {
		right: -58%;
        bottom: -58%;
	}
	#ellipse16 {
        top: 83%;
        right: -10%;
	}
	#ellipse17 {
		bottom: 2%;
		left: -14%;
	}
	#ellipse18 {
        bottom: 1%;
        right: -4%;
	}
}
@media (max-width: 991px) {
	.top-section .layer-top-image {
		width: 80dvw;
		height: 80dvh;
	}
	.top-section .content {
		width: 615px;
		height: 96px;
		font-size: var(--fs-md-title);
	}
	.business-lang img {
		max-width: 170px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
		flex-direction: column;
	    padding: 20px 40px;
		gap: 40px;
	}
	.mission-section .box:first-child {
		order: 2;
	}
	.mission-section .box:last-child {
		order: 1;
	}
	.mission-section .box,
	.vision-section .box,
	.values-section .grid-items-col {
		width: 100%;
	}
	.vision-section .box,
	.vision-section .box img {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.values-section .grid-items {
		flex-direction: column;
	}
	.values-section .grid-items .box {
		gap: 20px;
		padding: 15px 30px;
		min-height: 180px;
	}
	.values-section .grid-items .box img {
		width: 60px;
		height: 60px;
	}
    #ellipse4 {
        top: -71%;
        left: -66%;
    }
    #ellipse5 {
        right: -30%;
        top: -26%;
        opacity: .6 !important;
    }
	#ellipse6 {
		right: -103%;
	}
	#ellipse9 {
		top: -40%;
		right: -30%;
	}
    #ellipse11 {
		left: -40%;
	}
    #ellipse12 {
		left: -90%;
	}
	#ellipse14 {
		right: -70%;
	}
	#ellipse16 {
        top: 80%;
        right: -14%;
	}
	#ellipse17 {
        bottom: 24%;
        left: 14%;
	}
	#ellipse18 {
        bottom: 0%;
        right: 29%;
	}
}
@media (max-width: 768px) {
	.top-section .layer-top-image {
		width: 100dvw;
		height: 100dvh;
		object-fit: contain;
		opacity: .4 !important;
	}
	.top-section .wrapper {
		width: 427px;
		height: 180px;
		padding: 0;
		margin: 0;
	}
	.business-lang img {
		width: 75px;
		height: 75px;
	}
	.win-section .wrapper {
		gap: 45px;
	}
	.business-lang img {
		max-width: 150px;
	}
	.top-section .content {
		padding: 0 40px;
		width: 684px;
		height: 106px;
		font-size: var(--fs-smd-title);
	}
	.grid-section .wrapper {
		grid-template-columns: 1fr;
	}
	.mission-section .box .client img {
		max-width: 303px;
	}
	.mission-section .box .client {
		width: 320px;
		height: 319px;
	}
    #ellipse4 {
        left: -87%;
    }
    #ellipse5 {
        right: -53%;
        opacity: .4 !important;
    }
	#ellipse6 {
		right: -103%;
	}
    #ellipse11 {
		top: -50%;
	}
    #ellipse12 {
		left: -110%;
	}
	#ellipse14 {
		right: -90%;
	}
	#ellipse16 {
        top: 81%;
        right: -16%;
	}
	#ellipse17 {
        left: 7%;
	}
	#ellipse18 {
		bottom: 1%;
	}
    #client {
        width: 302px !important;
        height: 445px !important;
    }
	.win-section .win-row .box:last-child {
		width: 73dvw;
		height: 100dvh;
	}
	.win-section .win-row .box:last-child,
	.win-section .win-row .box:last-child img {
		width: 80dvw;
		height: 100dvh;
	}
}
@media (max-width: 680px) {
	.win-section .win-row .box:last-child {
		height: 80dvh;
	}
	.top-section .content {
		padding: 0 40px;
		width: 593px;
		height: 139px;
	}
	.business-lang img {
		max-width: 120px;
	}
	.win-section .win-row .item {
		flex-direction: column;
	}
	.win-section .win-row .item img {
        max-width: 90px;
        margin: auto;
	}
	.win-section {
		padding: 80px 0 30px;
	}
	#ellipse9 {
		top: 0;
		right: -60%;
	}
    #ellipse12 {
		left: -130%;
	}
    #ellipse13 {
        left: -11%;
	}
	#ellipse14 {
		right: -120%;
	}
	#ellipse16 {
        top: 47%;
        right: -18%;
	}
	#ellipse17 {
        left: -4%;
	}
	#ellipse18 {
		bottom: 1%;
	}
}
@media (max-width: 560px) {
	.vision-section {
		padding: 0 0 150px;
	}
	.win-section .win-row .box:last-child {
		height: 62dvh;
	}
	.top-section .content {
		padding: 0 40px;
		width: 551px;
		height: 139px;
	}
	.business-lang img {
		max-width: 110px;
	}
    #ellipse4 {
		left: -13%;
        top: -13%;
        opacity: .8 !important;
        width: 700px;
        height: 700px;
    }
    #ellipse5 {
        height: 600px;
        width: 600px;
        right: 22%;
        opacity: .4 !important;
        top: 27%;
        z-index: 4;
    }
	#ellipse6 {
		right: -33%;
        opacity: .7 !important;
        width: 500px;
        height: 500px;
        top: 46%;
	}
	#ellipse9 {
		right: -90%;
	}
    #ellipse11 {
        left: -70%;
    }
    #ellipse12 {
		left: -160%;
	}
    #ellipse13 {
        left: -18%;
	}
	#ellipse14 {
		right: -150%;
	}
	#ellipse17 {
        left: -15%;
    }
}
@media (max-width: 440px) {
	.layer-image,
	#ellipse4,
	#ellipse5,
	#ellipse6,
	#ellipse8 {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.layer-top-image {
		background: none;
	}
	.win-section .wrapper {
		gap: 35px;
	}
	#client-logo {
		width: 124px;
		height: 113px;
		left: -6%;
	}
	#client-candlestick {
		right: -6%;
		width: 144px;
		height: 148px;
	}
	.win-section .win-row .box:last-child {
		height: 42dvh;
	}
	.vision-section .box:first-child,
	.vision-section .box img {
        width: 220px;
        height: 416px;
	}
	.business-lang img {
		max-width: 120px;
	}
	.business-lang {
		flex-direction: column;
        gap: 30px;
	}
	.top-section .content {
		width: 427px;
		height: 139px;
		font-size: var(--fs-smd-title);
	}
	#ellipse9 {
		right: -50%;
	}
    #ellipse11 {
        left: -110%;
    }
    #ellipse12 {
		left: -211%;
	}
    #ellipse13 {
        top: 0;
        left: 27%;
        width: 500px;
        height: 500px;
	}
	#ellipse14 {
		right: -175%;
	}
}
@media (max-width: 380px) {
	.values-section .grid-items .box {
		flex-direction: column;
	}
}
@media (max-width: 340px) {
    #client {
        width: 257px !important;
        height: 342px !important;
    }
    #client-logo {
        width: 99px;
        height: 102px;
        left: 1%;
    }
    #client-candlestick {
        right: -2%;
        width: 119px;
        height: 118px;
    }
}