video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center center;
}
.home_video {
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	background-color: black;
}
.home_text {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: auto;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home_text_h {
	position: relative;
	display: flex;
	margin: 0;
	height: 90px;
	animation: step 2s;
	overflow: hidden;
}

@keyframes step {
  0%   {transform: translateX(-100%);}
  100% {transform: translateX(0%);}
}
@-webkit-keyframes step {
 0%   {transform: translateX(-100%);}
  100% {transform: translateX(0%);}
}
@keyframes step-back {
  0%   {transform: translateX(200%);}
  100% {transform: translateX(0%);}
}
@-webkit-keyframes step-back {
 0%   {transform: translateX(200%);}
  100% {transform: translateX(0%);}
}
.home_text_h h1 {
	margin: 0 auto;
	padding: 0;
	display: block;
	color: white;
	font-size: clamp(1.8rem, 5vw, 5rem);
	line-height: 4rem;
	text-align: center;
	white-space: nowrap;
	animation: step-back 2s;
}
.home_text1, .home_text2, .home_text3, .home_text4 {
	display: block;
}
a.see_all {
	color: white;
	margin-top: 30px;
	margin-left: auto;
	transition: color 0.4s ease;
	font-size: 1.8rem;
	text-shadow: 1px 1px 0px var(--purple);
	font-weight: 150%;
}
a.see_all.see_all2 {
	color: black;
	transition: color 0.4s ease;
	font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
	text-shadow: none;
}
a.see_all.see_all3 {
	color: white;
	transition: color 0.4s ease;
	font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
	text-shadow: none;
	margin: 30px auto 0 auto;
}
a.see_all img {
	display: block;
	margin-top: 10px;
	transition: margin 0.4s ease;
}
a.see_all:hover {
	color: var(--purple);
	text-shadow: none;
}
a.see_all:hover img {
	margin-left: 60px;
}
.home_text_2 {
	padding: 90px 0;
	background-color: black;
}
.home_text_2 h2, .home_text_2 p {
	text-align: center;
	font-size: 2rem;
	color: white;
	font-family: 'Poppins-SemiBold', ariel, helvetica;
	width: 100%;
}
.home_text_2 h2 {	
	font-size: 1.35rem;
	line-height: 1.6;
	font-family: 'Raleway-Regular', arial, sans-serif;
	width: 96%;
	max-width: 980px;
	margin: 0 auto 30px auto;
	word-break: keep-all;
}
.home_text_2 h2 .bold {
	font-weight: 900;
	font-family: 'Poppins-Medium',  arial, sans-serif;
	line-height: 2;
}
.home_work_cont {
	width: 100%;
	max-width: 1400px;
	margin: 50px auto;
}
.home_work {
	overflow: visible;
}
.home_work_cont h2 {
	font-size: 4rem;
	line-height: 1.2;
}
.home_work_cont p {
	color: var(--purple);
	margin: 10px 0 30px 0;
	font-family: 'Poppins-SemiBold', ariel, helvetica;
}
.home_suc {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 50%;
	float: left;
}
.home_suc_left {
	padding-right: 35px;
	margin-top: 40px;
	align-items: flex-end;
}
.home_suc_right {
	padding-left: 35px;
	margin-top: -170px;
	align-items: flex-start;
}
.success-item {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 35vw;
	height: 35vw;
	max-width: 673px;
	max-height: 673px;
	color: white;
	justify-content: flex-end;
	overflow: hidden;
	padding: 0 0 60px 70px;
	margin-bottom: 70px;
	cursor: pointer;
}
.success_img_cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 35vw;
	height: 35vw;
	max-width: 673px;
	max-height: 673px;
	overflow: hidden;
	z-index: 0;
	transition: transform 330ms ease-out;
}
.success_img_cont img {
	width: 35vw;
	height: 35vw;
	max-width: 673px;
	max-height: 673px;
	transition: transform 330ms ease-out;
}
.success-item:hover .success_img_cont {
	transform:scale(0.95);
}
.success-item:hover .success_img_cont img {
	transform:scale(1.05);
}
.play-cont {
	background-image: url(../img/general/play-purple.svg);
	background-repeat: no-repeat;
}
.play-cont img {
	transition: opacity 330ms ease-out;
}
.success-item:hover .play-cont img {
	opacity: 0;
}

.success-item h3 {
	font-family: 'Raleway-Regular', arial, sans-serif;
    font-size: 1.1rem;
    color: white;
}
.success-item h4 {
	font-family: 'Poppins-SemiBold', ariel, helvetica;
	font-size: 2.8rem;
	line-height: 1.2;
    color: white;
    width: 80%;
    margin: 5px 0 35px 0;
}
.success-item h4:before {
	content: '“';
	margin-left: -1.9rem;
	padding-right: 10px;
}
.success-item h4:after {
	content: '”';
	padding-left: 10px;
}

.home_slides {
	width: calc(70% + 70px);
	margin: 40px auto 0 auto;
}
.home_slide {
	width: 100%;
}
.home_slide img {
	display: block;
	width: 100%;
	height: auto;
}

.home_slide_text {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	z-index: 2;
	width: 700px;
	height: auto;
}
.home_slide_text p {
	text-align: center;
}
.home_slide_text h3 {
	margin-bottom: 10px;
	text-align: center;
	max-width: 90%;
	color: var(--purple);
}
.sprint-branding {
	position: reltaive;
	display: flex;
	flex-direction: column;
	width: 70%;
	width: calc(70% + 70px);
	max-width: 1600px;
	padding: 50px 120px;
	background-color: black;
	margin: 0 auto;
}
.sprint-branding h2 {
	color: white;
	font-size: 4.2rem;
	margin-bottom: 30px;
	font-family: 'Poppins-Regular';
}
.sprint-branding h3 {
	color: white;
	font-size: 1.1rem;
	text-align: right;
	font-family: 'Poppins-Regular';
}
.sprint-branding h4 {
	color: var(--purple);
	font-size: 2.5rem;
	text-align: right;
	font-family: 'Poppins-Regular';
	font-weight: 300;
}
.sprintH2 {
	display: block;
	text-align: right;
}
.in_1000 {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1000px;
}
.sprint-branding a {
	background-color: var(--purple);
	color: white;
	font-size: 1.1rem;
	font-family: 'Raleway-Regular', arial, sans-serif;
	margin-left: auto;
	border-radius: 46px;
	padding: 8px 20px;
	margin-top: 30px;
}
.sprint-branding a:hover {
	color: var(--purple);
	background-color: white;
}
.sprint-branding a:hover img {
	 filter: invert(0.8) sepia(1) hue-rotate(200deg);
}
.sprint-branding a img {
	vertical-align: -4px;
	margin-left: 3px;
}
.capital {
	background-image: url(../img/home/capital.webp);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 60px;
}
.sprint-branding.capital h3 {
	font-size: 2.5rem;
	text-align: left;
}
.sprint-branding.capital  h2 {
	margin-bottom: 10px;
}
.articles_cont {
	position: reltaive;
	display: flex;
	flex-direction: column;
	width: 70%;
	width: calc(70% + 70px);
	max-width: 1600px;
	padding: 50px 120px;
	background-color: black;
	margin: 0 auto;
	color: white;
	margin-top: 50px;
}
.articles_cont h2 {
	font-size: 3rem;
	font-family: 'Poppins-Regular';
}
.articles {
	position: reltaive;
	display: flex;
	flex-direction: column;
	min-width: 100%;
	justify-content: space-between;
	border-top: 1px solid white;
}
.load_article, .load_article2, .load_article3, .load_article4 {
	position: reltaive;
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	border-bottom: 1px solid white;
}
.load_article h4, .load_article2 h4, .load_article3 h4, .load_article4 h4 {
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 10px;
}
.load_article p:after, .load_article2 p:after, .load_article3 p:after, .load_article4 p:after {
	content: "..."
}
.load_article a, .load_article2 a, .load_article3 a, .load_article4 a {
	background-color: var(--purple);
	color: white;
	font-size: 1.1rem;
	font-family: 'Raleway-Regular', arial, sans-serif;
	border-radius: 46px;
	padding: 6px 25px;
	margin-top: 20px;
	max-width: fit-content;
}
	
.load_article a:hover, .load_article2 a:hover, .load_article3 a:hover, .load_article4 a:hover {
	color: var(--purple);
	background-color: white;
}
.sprint-branding.ai-driven {
	margin: 70px auto;
}
.sprint-branding.ai-driven h4 {
	font-size: 2.2rem;
}