.work-centered_row {
	max-width: 1340px;
	margin: 85px auto 70px;
}
.work-centered_row_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 24px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-top: 30px;
}
@media screen and (max-width: 990px) {
	.work-centered_row_top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 40px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding-left: 0;
		padding-right: 0;
	}
}
.work-centered_row_experience {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 24px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 85px;
}
@media screen and (max-width: 1175px) {
	.work-centered_row_experience {
		gap: 10px;
		padding: 0;
	}
}
@media (max-width: 990px) {
	.work-centered_row_experience {
		gap: 40px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media (max-width: 990px) {
	.work-centered_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.work-centered_row_column_left {
	width: 45%;
	margin-left: -115px;
}
@media screen and (max-width: 1570px) {
	.work-centered_row_column_left {
		margin-left: 0;
	}
}
@media screen and (max-width: 990px) {
	.work-centered_row_column_left {
		width: 100%;
	}
}
.work-centered_row_column_left h2 {
	font-size: 20px;
	line-height: 54px;
	color: #242424;
	font-weight: 700;
	font-family: "Roboto";
	margin-bottom: 42px;
}
.work-centered_row_column_left h2 span {
	display: block;
	font-size: 101px;
	line-height: 39px;
	color: #8e90fe;
	font-weight: 700;
	font-family: "Roboto";
}
.work-centered_row_column_left h2 span:after {
	content: "?";
	color: #E4E4E5;
}
@media screen and (max-width: 1200px) {
	.work-centered_row_column_left h2 span {
		font-size: 85px;
	}
}
@media screen and (max-width: 450px) {
	.work-centered_row_column_left h2 span {
		font-size: 70px;
	}
}
.work-centered_row_column_right {
	width: 55%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media screen and (max-width: 990px) {
	.work-centered_row_column_right {
		width: 100%;
	}
}
.work-centered_row_image {
	max-width: 688px;
	width: 100%;
	height: 430px;
	border-radius: 12px;
	background-color: #ffffff;
	border: 1px solid #e4a4fc;
	overflow: hidden;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
	position: relative;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image {
		border-width: 2px;
		height: 340px;
	}
}
.work-centered_row_image_wrapper {
	max-width: 688px;
	width: 100%;
	height: 430px;
	position: relative;
	margin-right: 80px;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image_wrapper {
		height: 400px;
		max-width: unset;
		margin-right: 0;
	}
}
.work-centered_row_image_wrapper:after {
	content: "";
	width: 487px;
	height: 430px;
	border-radius: 12px;
	background-color: transparent;
	border: 1px solid #f3dc03;
	position: absolute;
	bottom: -35px;
	right: -75px;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image_wrapper:after {
		width: 100%;
		height: 230px;
		bottom: 30px;
		border-width: 2px;
	}
}
.work-centered_row_image_wrapper .scrolling-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 230%;
	background-size: 111%;
	background-position: top left;
	z-index: 0;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image_wrapper .scrolling-image {
		background-size: 142%;
	}
}
.work-centered_row_image_wrapper .scrolling-image.desktop-image {
	display: block;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image_wrapper .scrolling-image.desktop-image {
		display: none;
	}
}
.work-centered_row_image_wrapper .scrolling-image.mobile-image {
	display: none;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image_wrapper .scrolling-image.mobile-image {
		display: block;
	}
}
.work-centered_row_image_wrapper .scrolling-image[data-type=video] {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
	height: 100%;
	width: 100%;
}
.work-centered_row_image_wrapper .static-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	z-index: 0;
	border-radius: 12px;
}
.work-centered_row_image_wrapper .static-video.desktop-image {
	display: block;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image_wrapper .static-video.desktop-image {
		display: none;
	}
}
.work-centered_row_image_wrapper .static-video.mobile-image {
	display: none;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image_wrapper .static-video.mobile-image {
		display: block;
	}
}
.work-centered_row_image img {
	width: 900px;
	height: auto;
}
.work-centered_row_image:-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}
@-webkit-keyframes scroll-bottom {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-77%);
		        transform: translateY(-77%);
	}
}
@keyframes scroll-bottom {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-77%);
		        transform: translateY(-77%);
	}
}
.work-centered_row_image_video {
	aspect-ratio: 3/2;
	width: 100%;
	max-width: 688px;
	height: auto !important;
	position: relative;
}
@media screen and (max-width: 768px) {
	.work-centered_row_image_video {
		max-width: 100%;
	}
}
.work-centered_row_image_video .static-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.work-centered_row_column_description {
	margin-left: 116px;
	max-width: 330px;
	font-size: 20px;
	line-height: 28px;
	color: #5758ae;
	font-weight: 400;
	font-family: "Roboto";
}
@media screen and (max-width: 1200px) {
	.work-centered_row_column_description {
		margin-left: 50px;
	}
}
.work-centered_row_column_description i {
	font-style: normal;
	text-decoration: underline;
	text-decoration-color: #feed49;
	text-decoration-thickness: 3px;
}
.work-centered_row_column_third {
	max-width: 300px;
}
@media (max-width: 1024px) {
	.work-centered_row_column_third {
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 990px) {
	.work-centered_row_column_third {
		max-width: 80%;
	}
}
@media (max-width: 640px) {
	.work-centered_row_column_third {
		max-width: 100%;
	}
}
.work-centered_row_column_third .work-centered_inner_description {
	margin-top: 36px;
}
.work-centered_row_clients {
	background-color: #f4f4f4;
	padding: 42px 0px 66px;
	text-align: center;
	overflow-x: hidden;
}
@media screen and (max-width: 1080px) {
	.work-centered_row_clients {
		margin-left: -40px;
		margin-right: -40px;
	}
}
.work-centered_row_clients h2 {
	font-size: 20px;
	line-height: 1;
	color: #242424;
	font-weight: 700;
	font-family: "Roboto";
}
.work-centered_row_clients_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 50px;
	gap: 80px;
}
@media screen and (max-width: 768px) {
	.work-centered_row_clients_inner {
		overflow: hidden;
		gap: 0;
		margin-top: 30px;
	}
}
.work-centered_row_clients .clients-scroll-container {
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.work-centered_row_clients .clients-scroll-container {
		overflow: visible;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.work-centered_row_clients .clients-scroll-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.work-centered_row_clients .clients-scroll-track.infinite-scroll {
	-webkit-animation: scroll-left-seamless 80s linear infinite !important;
	        animation: scroll-left-seamless 80s linear infinite !important;
	will-change: transform;
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 768px) {
	.work-centered_row_clients .clients-scroll-track.infinite-scroll {
		gap: 40px;
	}
}
@media screen and (min-width: 769px) {
	.work-centered_row_clients .clients-scroll-track.infinite-scroll {
		gap: 80px;
	}
}
.work-centered_row_clients .clients-scroll-track.infinite-scroll .client-logo {
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
	-webkit-box-flex: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important;
}
.work-centered_row_clients .clients-scroll-track.infinite-scroll .client-logo img {
	display: block;
	max-width: none !important;
}
@media screen and (max-width: 768px) {
	.work-centered_row_clients .clients-scroll-track {
		gap: 40px;
	}
}
@media screen and (min-width: 769px) {
	.work-centered_row_clients .clients-scroll-track {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 80px;
		width: auto;
	}
	.work-centered_row_clients .clients-scroll-track:not(.infinite-scroll) {
		-webkit-animation: none !important;
		        animation: none !important;
	}
}
.work-centered_row_clients .client-logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
	.work-centered_row_clients .client-logo {
		min-width: 120px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media screen and (min-width: 769px) {
	.work-centered_row_clients .client-logo.client-logo-duplicate {
		display: none;
	}
}
@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@keyframes scroll-left {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@-webkit-keyframes scroll-left-seamless {
	0% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@keyframes scroll-left-seamless {
	0% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.work-centered_row_clients img {
	max-width: 100%;
	height: auto;
	margin: 0 12px;
	max-height: 50px;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.work-centered_row_clients img:hover {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}
@media screen and (max-width: 768px) {
	.work-centered_row_clients img {
		margin: 0;
		max-height: 50px;
		width: auto;
	}
}
.work-centered_row_inner_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.work-centered_row_inner_column .work-centered_inner_number {
	color: #8e90fe;
	font-size: 71px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "Roboto";
	border-bottom: 6px solid #feed49;
}
.work-centered_row_inner_column .work-centered_inner_number span {
	font-size: 22px;
	line-height: 27px;
	font-weight: 700;
	font-family: "Roboto";
	margin-right: -20px;
}
.work-centered_row_inner_column .work-centered_inner_number label {
	margin-right: -15px;
}
.work-centered_row_inner_column .work-centered_inner_number-counter {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.work-centered_row_inner_column h3 {
	font-size: 14px;
	line-height: 15px;
	color: #242424;
	font-weight: 700;
	font-family: "Roboto";
	max-width: 110px;
	margin-left: 15px;
}