.layout {
	position: relative;
	overflow:hidden;
	transition:all ease 0.6s;
}
.layout > * {
	position: relative;
	z-index: 2;
}
.layout:before {
	content:' ';
	display: block;
	position: absolute;
	border-radius: 100%;
	width: 65px;
	height: 65px;
	top:70%;
	left: -200px;
	transition:all ease 1s;
	background: var(--Hover, #DFF0AC);
	z-index: 1;
	transform-origin:left center;
}
.layout:hover:before {
	transform:scale(23);
}
.layout .more {
	position: absolute;
	right: 35px;
	bottom: 40px;
	transition:all ease 0.5s;
	opacity: 0;
	color: var(--Black, #0E0F12);
	padding-left: 5px;
	overflow:hidden;
}
.layout .more span {
	display: flex;
	align-items: center;
	align-content: center;
	transform:rotate(15deg);
	transition:transform ease .5s;
	transform-origin: left top;
}
.layout .more svg {
	display: block;
}
.layout:hover .more {
	opacity: 1;
}
.layout:hover .more span {
	transform:rotate(0deg);
}
.layout .author {
	margin-top: 20px;
}
.layout .author .img {
	position: relative;
	margin-right: 10px;
	width: 55px;
	border-radius: 100%;
	overflow: hidden;
}
.layout .author .anim:before {
	background: var(--Primary, #3667FF);
}
.layout .author .img:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/arrow3.svg) no-repeat center center;
	opacity: 0;
	z-index: 2;
	top:0;
	left: 0;
	transition: all ease .25s
}
.layout .author:hover .img:after {
	opacity: 1;
}
.layout .author:hover .anim:before {
	width: 200%;
	height: 200%;
}
.layout .author img {
	width: 100%;
	height: 55px;
	object-fit: cover;
	border-radius: 100%;
	display: block;
	z-index: 0;
}
.layout .author {
	transition:all ease 1s;
	font-family: IBM Plex Sans;
	font-size: 17px;
	color:#fff;
	font-weight: 500;
}
.layout:hover .author {
	color: var(--Black, #0E0F12);
}
#faq.bl {
	padding: 70px 0 0;
	    font-family: 'Poppins';
	overflow: hidden;
}
#faq.bl .section-title {
	font-size: 45px;
}
.faq > div > div {
	border-top:1px solid #2B233D;
}
.faq > div:last-child > div {
	border-bottom:1px solid #2B233D;
}
.faq .head {
	align-items: center;
	padding:30px 20px 26px;
	margin:0 0;
	font-size: 27px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;	
	color:var(--Black, #0E0F12);
	transition:all ease .6s;
	cursor:pointer;
}
.faq .head p,
.faq .head h3 {
	font-weight: 600;
	font-size: 27px;
	margin: 0 !important;
}
.faq .head:hover {
	color:#0E0F12;
}
.faq .head svg {
	fill:var(--Black, #0E0F12);
	display: block;
	margin-left: 20px;
	min-width: 24px;
	transition:all ease .5s;
}
.faq .head:hover svg {
	fill:#0E0F12;
}
.faq .body {
	display: none;
	padding:30px 20px 30px;
}
.faq .body * + p,
.faq .body * + ul {
	margin-top: 38px;
}
.faq ul {
	list-style:disc;
	padding:0 0 0 20px;
}
.faq ul li + li {
	margin-top: 10px;
}
.faq .layout:before {
	top:100%;
	left: -200px;
	transition:all ease .5s;
	transform-origin:left center;
}
.faq .layout:hover:before {
	transform:scale(30);
}
.faq .head.active svg {
	transform:rotate(180deg);
}
#faq {
	padding: 0 0 150px;
	overflow:hidden;
}
.faq > div > div {
	border-top:1px solid #2B233D;
}
.faq > div:last-child > div {
	border-bottom:1px solid #2B233D;
}
.faq .head {
	align-items: center;
	padding:50px 40px;
	margin:0 -40px;	
	color:#fff;
	transition:all ease .6s;
	cursor:pointer;
}
.faq .head:hover {
	color:#0E0F12;
}
.faq .head svg {
	fill:#fff;
	display: block;
	margin-left: 20px;
	min-width: 24px;
	transition:all ease .5s;
}
.faq .head:hover svg {
	fill:#0E0F12;
}
.ontech #banner > div:not(#v3d-container) {
	padding: 230px 20px 0;
	height:auto;
	display: block;
}
.ontech #banner > div:not(#v3d-container):after {
	content:' ';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	height: 400px;
	background: linear-gradient(to bottom, rgba(20, 11, 39, 0) 0%, rgba(20, 11, 39, 1) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(20, 11, 39, 0) 0%, rgba(20, 11, 39, 1) 100%);
}
.ontech #banner .desc.m {
	min-height: unset;
}
.ontech #banner .desc textarea {
	min-height: 90px;
	font-size: 20px;
	text-align: center;
}
.ontech #banner h1 {
	margin:0 0 35px;
	text-align: left;
}
.ontech #banner .desc a {
	white-space: nowrap;
}
.ontech #banner .desc {
	max-width: 555px;
	margin:0 auto 50px;
}
.ontech #banner .buttons {
	gap:20px;
	margin:0 0 60px;
}
.ontech #banner .desc .desc2 {
	font-size: 20px;
	display: block !important;
	text-align: left;
}
.ontech .anim.btn-inline:hover:before {
	width: 150%;
}
.btn.green {
  background: var(--Hover, #DFF0AC);
  color: var(--Black, #0E0F12);
}
.btn.green:before {
  background: var(--Primary, #3667FF);
}
.btn.green:hover > span {
  color:#fff;
}
@media screen and (min-width:1250px) {
	.ontech main .section-title {
		font-size: 58px;
	}
	.ontech main #banner .section-title {
		font-size: 75px;
	}
}
#banner.onseo>div:not(#v3d-container):before {
	content: url(../images/svg.svg);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%)
}
#banner>img {
	position: absolute;
	height: 100%;
	object-fit: cover
}
#banner>div:not(#v3d-container) {
	display: flex;
	align-items: center;
	min-height: 800px;
	padding: 170px 0 80px;
	position: relative;
	height: 100vh;
}
#banner .container {
	position: relative;
	z-index: 9
}
#banner .more {
	align-items: flex-end;
	color: #fff
}
#banner .desc.m {
	min-height: 215px
}
#banner>.video,#banner>video,header:before {
    position: absolute;
    z-index: 1;
    display: block
}
#banner #v2 {
	display: none;
}
#banner.wvideo {
	overflow: hidden;
	position: relative;
text-align: left;
}
#banner>.video,#banner>video,#coop>video {
    object-position: left center;
    object-fit: cover
}

#banner .desc,#coop,#dv,#dv .bottom>div,#dv .bottom>div>div,#dv .top .section-title.active2,#faq,#progress .an,.card .back,.card .front,.play-video,.progress .number,.stack,.stack .str_wrap {
    overflow: hidden
}
#banner>video {
    top: 0;
    left: 0;
    height: 800px;
    width: 100%;
    object-fit: cover;
}
#banner .desc3 {
	max-width: 340px;
	margin-left: auto;
	margin-top: -15px;
}
#banner .subtitle {
	text-transform: uppercase;
	max-width: 515px;
	margin-left: 125px;
	margin-bottom: 40px;
	font-weight: 600;
font-size: 24px;
line-height: 125%;
text-transform: uppercase;
color: #fff;
}
#banner .section-title {
	margin:0 0 30px;
}
#banner .btn {
	margin-left: 125px;
}


header:before {
    content: url(../images/white-label.svg);
    right: 0;
    top: 0;
    pointer-events: none
}
header > div > div {
	position: relative;
	z-index: 2;
}

#services2 {
	position: relative;
	overflow:hidden;
}
#services2 .bg:after, #services2 .bg:before {
	transform: translateY(-50%);
	pointer-events: none
}
#services2 .bg {
	position: relative;
	overflow:hidden;
}
#services2, #services2 .bg, .services2 .desc, .services2 .slick-slide, 
.services2 .str_wrap, .services2>div {
	position: relative
}
#services2 {
	padding: 40px 0 140px
}
#services2 .bg:before {
	content: url(../images/bgs1.svg);
	position: absolute;
	right: calc(100% - 500px);
	top: 50%;
	z-index: 3
}
#services2 .bg:after {
	content: url(../images/bgs2.svg);
	position: absolute;
	left: calc(100% - 600px);
	top: 17%;
	z-index: 3
}
#services2 .section-title {
	margin: 0 0 75px;
	text-align: center;
	font-size: 58px;
	line-height: 1.25
}
.services2 .desc {
	height: 220px;
	padding: 15px 17px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #2b233d;
	border-bottom: 1px solid #2b233d;
	color: rgba(255, 255, 255, 0.7);
}
.services2 .desc > div {
	max-width: 320px;
}
.services2 .desc .p1 {
	color:#fff;
	margin:0 0 20px;
}
.blog .layout, .other>a {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.services2 .desc+.desc {
	border: 0;
	background: url(../images/bgs2.png) center center/cover no-repeat
}
.services2 .str_move>div:nth-child(odd)>.desc {
	border: 0;
	background: url(../images/bgs1.png) center center/cover no-repeat
}
.services2 .str_move>div:nth-child(odd)>.desc+.desc {
	border-top: 1px solid #2b233d;
	border-bottom: 1px solid #2b233d;
	background: 0 0
}
.services2 .str_wrap {
	overflow: hidden;
	width: 100%;
	display: flex;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none
}
.services2 .str_move {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	margin: 0!important;
	padding: 10px 0
}
.services2>div {
	overflow: hidden;
	display: flex;
	justify-content: flex-start
}
.services2 .str_move>div {
	width: 480px;
	min-width: 480px
}
.services2 .slick-list {
	padding: 10px 0
}
.services2 .str_move>div>.desc:after, .services2 .str_move>div>.desc:before {
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/plus22.svg) center center no-repeat;
	position: absolute;
	left: -11px;
	top: -10px;
	z-index: 2
}
.services2 .str_move>div>.desc+.desc:before {
	top: auto;
	bottom: -10px
}
.services2 .str_move>div>.desc:after {
	top: auto;
	bottom: -10px;
	left: auto;
	right: -9px
}
.services2 .str_move>div>.desc+.desc:after {
	display: none
}
#services2 .subtitle {
	margin:0 0 60px;
	text-align: center;
}
#services2 .section-title {
	margin:0 0 20px;
}
#services2 > .container {
	position: relative;
	z-index: 3;
}
.text-center {
	text-align: center;
}
#services2 .dop {
	margin:45px 0 20px;
}
#proj2 {
	padding: 135px 0 150px;
}
#proj2 .section-title {
	text-align: center;
}
#proj2 .section-title {
	margin:0 0 25px;
}
#proj2 .sub {
	max-width: 1080px;
	font-size: 20px;
	margin:0 auto;
	text-align: center;
	line-height: 1.4;
}
#proj2 .subs {
	margin:0 0 45px;
}
#proj2 .subs a {
	position: absolute;
	right: 0;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3667FF;
	width: 64px;
	height: 64px;
	top:calc(50% - 32px);
}
#proj2 .subs a svg {
	fill:#fff;
}
#proj2 .subs a:hover {
	background: var(--Hover, #DFF0AC);
}
#proj2 .subs a:hover svg {
	fill:#0e0f12;
}
#proj2 .proj {
	background: #1c1035;
}
#proj2 .col-left {
	position: relative;
}
#proj2.type3 .col-right {
	padding: 40px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;

}
#proj2 img {
	max-width: 100%;
	display: block;
}
#proj2 .title {
	font-family: var(--second-family);
font-weight: 600;
font-size: 24px;
line-height: 1.25;
margin:0 0 30px;
text-transform: uppercase;
}
#proj2 .desc {
	margin:0 0 40px;
}
#proj2 .info {
	padding: 16px 7px;
	background: #fff;
	color: #0e0f12;
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	z-index: 2;
}
#proj2 .info > div {
	padding: 0 15px;
}
#proj2 .info > div + div {
	border-left: 1px solid rgba(14, 15, 18, 0.1);
}
#proj2 .info .p1 {
	margin:0 0 3px;
	text-transform: uppercase;
	font-weight: 600;
font-size: 24px;
line-height: 1.25;
padding-left: 34px;
min-width: 175px;
background: url(../images/check4.svg) no-repeat left top;
}
#proj2 .info .p2 {
	color: #7f7893;
padding-left: 34px;
}
#proj2 .btn {
	width: 100%;
	margin-top: auto;
	justify-content: center;
}
.projs .slick-track {
	display: flex;
}
.projs .slick-slide {
	height: unset;
	width: 710px;
	margin-right: 24px;
	    display: flex;
    flex-direction: column;

}
.projs .slick-list {
	overflow:visible;
}
#proj2 {
	overflow:hidden;
}
#process {
	padding: 150px 0 120px;
	background: #fff url(../images/bg66.jpg) no-repeat center top;
	color: #2b233d;
}
@media screen and (min-width:1920px) {
	#process {
		background-size: 100% auto;
	}
}
#process .section-title {
	text-align: center;
	margin:0 0 20px;
	color: #0e0f12;
}
#process .sub {
	text-align: center;
	max-width: 890px;
	margin:0 auto 55px;
}
#process .col-left {
	width: 100%;
	max-width: 370px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 75px;
}
#process .col-right {
	width: 100%;
	max-width: calc(100% - 370px);
}
#process .steps > div {
	padding: 30px 0 40px;
	position: relative;
}
#process .steps > div:last-child {
	padding-bottom: 0;
}
#process .steps > div:before {
	content:' ';
	width: calc(100% + 50vw - 725px);
	display: block;
	left: 0;
	position: absolute;
	top:0;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	z-index: 2;
}
#process .title {
	text-transform: uppercase;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 36px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #0e0f12;
	margin:0 0 20px;
}
#process .title span {
	color: #3667ff;
	display: inline-block;
	margin-right: 10px;
}
#process .desc1 {
	margin:0 0 10px;
	color: #7f7893;
	max-width: 870px;
}
#process .desc2 {
	padding: 15px 30px;
	position: relative;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #2b233d;
	position: relative;
	z-index: 2;
	display: inline-block;
}
#process .desc2 span {
	color: #3667ff;
}
#process .desc2:before {
	content:' ';
	display: block;
	z-index: -1;
	height: 100%;
	top:0;
	background: #dff0ac;
	width: 0;
	left: 0px;
	transition:all ease 1s;
	position: absolute;
	transition-delay:1s;
}
#process .active-anim .desc2:before {
	width: 100%;
}
#process .round svg {
	display: block;
	position: absolute;
	left: calc(50% - 1px);
	margin:50px 0 0;
	z-index: 1;
	top:0;
	stroke-width: 3px;
	stroke: rgba(43, 35, 61, 0.3);
	width: 4px;
	height: calc(100% - 130px);
}
#process .round > div {
	width: 48px;
	height: 48px;
	background: #3667ff;
	border-radius: 100%;
	margin:0 auto;
	position: sticky;
	top:33%;
	z-index: 2;
	transition:all linear .3s;
}
#process .round > div:before {
	content:' ';
	display: block;
	border-radius: 100%;
	background: #fff;
	width: 6px;
	height: 6px;
	position: absolute;
	left: calc(50% - 3px);
	top:calc(50% - 3px);
}
.ontech main {
	overflow:visible;
}
#process .results2 > div {
	width: 100%;
	font-weight: 600;
font-size: 24px;
line-height: 125%;
text-transform: uppercase;
color: #2b233d;
padding: 20px 30px;
background: #dff0ac;
}
#process .results2 span {
	color: #3667ff;
}
#process .results2 > div + div {
	margin-top:20px;
}
#process .results2 .img {
	width: 100%;
	min-width: 70px;
	max-width: 70px;
	margin-right: 30px;
}
#process .results2 img {
	display: block;
}
#growth {
	padding: 150px 0;
	color:#fff;
	background: url(../images/bg13.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	overflow:hidden;
}
.text-row .str_wrap {
	width: 100%;
	display: flex;
	position: relative;
	-moz-user-select: none;
	user-select: none
}
.text-row .str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	margin: 0!important
}
#growth .wprime {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	bottom: -30px;
	font-weight: 900;
	font-size: 24.6vw;
	line-height: 0.8;
	color: rgba(255, 255, 255, 0.05);
}
#growth .section-title {
	margin:0 0 20px;
}
@media screen and (min-width:1500px) {
	#growth .section-title {
		font-size: 70px;
	}
}
#growth .sub {
	max-width: 1120px;
}
#growth .subs {
	margin:0 0 60px;
	gap:30px;	
}
#growth .info3 {
	padding: 45px 50px;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	gap:60px;
	background: #fff;
	color: #2b233d;
}
#growth .info3 > div {
	width: 100%;
}
#growth .info3 .top {
	margin-bottom: 18px;
}
#growth .info3 .img {
	min-width: 87px;
	width: 87px;
	margin-right: 15px;
}
#growth .info3 img {
	max-width: 100%;
}
#growth .info3 video {
	max-width: 100%;
	display: block;
}
#growth .info3 .p1 {
	font-weight: 600;
font-size: 32px;
line-height: 125%;
text-transform: uppercase;
color: #2b233d;
}
#growth .info2 {
	margin-top: 55px;
	gap:25px;
}
#growth .info2 > div {
	width: 100%;
	padding-left: 21px;
	max-width: 335px;
	position: relative;
}
#growth .info2 > div .l {
	position: absolute;
	left: 0;
	height: 100%;
	width: 5px;
	bottom: -3px;
	display: flex;
	align-items: flex-end;
}
#growth .info2 > div .l span {
	height: 0;
	display: block;
	width: 100%;
	transition:all ease 1.5s;
	transition-delay:0.75s;
	background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
#growth .info2.active-anim .l span {
	height: 100%;
}
#growth .info2 > div:first-child {
	max-width: 345px;
}
#growth .info2 .p1 {
	margin:0 0 15px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}
#growth .container {
	position: relative;
	z-index: 2;
}
#reports {
	padding: 60px 0 0px;
}
#reports + #proj2 {
	padding-top: 100px;
}
.reports {
	padding: 120px 0 220px;
}
#reports .img {
	left: calc(50% + 100px);
	width: 760px;
	position: absolute;
	top:30px;
	height: calc(100% - 30px);
}
.overflow {
	overflow:hidden;
}
#reports video {
	max-width: 100%;
	max-height: 100%;
}
#reports .mobile {
	display: none;
	max-width: 100%;
}
.reports > div {
	max-width: 1075px;
}
.reports .subtitle {
	margin:0 0 40px 115px;
	font-weight: 600;
font-size: 24px;
line-height: 125%;
max-width: 715px;
text-transform: uppercase;
color: #fff;
}
.reports .desc {
	max-width: 645px;
	margin-left: 115px;
}
.reports .desc p + p {
	margin-top: 23px;
}
@media screen and (max-width:1550px) {
	.reports {
		padding: 100px 0 100px;
	}
}
#whts {
	padding: 20px 0 60px;
}
#whts .section-title {

}
#whts .desc {
	max-width: 1195px;
	margin-left: 120px;
}
#whts .desc span {
	font-weight: 700;
color: #3667ff;
}
#whts .top {
	margin:0 0 60px;
}
#whts .section-title {
	margin-top: 130px;
}
#whts .img {
	max-width: 400px;
	position: relative;
	z-index: 3;
	margin-left: 85px;
}
#whts .img video {
	width: 100%;
}
.whts .p1 {
	margin:0 0 40px;
	font-weight: 600;
font-size: 24px;
line-height: 125%;
text-transform: uppercase;
}
.whts {
	gap:24px;
}
.whts > div {
	max-width: calc(33.33% - 24px*2/3);
	width: 100%;
	padding: 40px 30px;
	color:#fff;
}
.whts > div:nth-child(1) {
	background: url(../images/step-8.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #0e0f12;
}
.whts > div:nth-child(2) {
	background: url(../images/step-1.jpg) no-repeat center;
	background-size: 100% 100%;
}
.whts > div:nth-child(3) {
	background: url(../images/step-2.jpg) no-repeat center;
	background-size: 100% 100%;
}
.whts > div:nth-child(4) {
	background: url(../images/step-6.jpg) no-repeat center;
	background-size: 100% 100%;
}
.whts > div:nth-child(5) {
	background: url(../images/step-7.jpg) no-repeat center;
	background-size: 100% 100%;
}
.whts > div:nth-child(6) {
	background: url(../images/step-5.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #0e0f12;
}
.whts > div:nth-child(7) {
	background: url(../images/step-3.jpg) no-repeat center;
	background-size: 100% 100%;
}
.whts > div:nth-child(8) {
	background: url(../images/step-4.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #0e0f12;
}
.whts > div:nth-child(9) {
	background: url(../images/step-9.jpg) no-repeat center;
	background-size: 100% 100%;
}
#whts2 {
	padding: 0 0 100px;
	overflow:hidden;
}
#whts2 .relative {
	padding: 80px 0 200px;
}
#whts2 .img {
	position: absolute;
	top:0;
	right: calc(50% - 160px);
	width: 1125px;
}
#whts2 .img video {
	width: 100%;
}
@media screen and (max-width: 1550px) {
	#whts2 .img {
		width: 67vw;
		right: calc(50% - 100px);
	}
	#whts2 .relative {
		padding-bottom: 8vw;
	}
}
.whts2 {
	max-width: 825px;
	margin-left: auto;
}
#whts2 .section-title span span {
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
#whts2 .section-title span span:before {
	content: ' ';
	display: block;
	height: 100%;
	width: 0;
	transition:all ease 0.6s;
	position: absolute;
	left: 10px;
	top:15px;
	background: #3667ff;
	z-index: -2;
}
#whts2 .section-title span:nth-child(1) span:before {
	transition-delay:0.75s;
}
#whts2 .section-title span:nth-child(2) span:before {
	transition-delay:1.25s;
}
#whts2 .active-anim .section-title span span:before {
	width: calc(100% - 10px);
}
#whts2 .section-title span:nth-child(2) span:before {
	background: linear-gradient(89deg, #3667ff 0%, rgba(54, 103, 255, 0.3) 100%);
}
#whts2 .desc {
	padding-left: 55px;
	background: url(../images/check5.svg) no-repeat left center;
	margin-left: 105px;
	max-width: 535px;
	margin-top: 55px;
}
#whts2 .buttons {
	gap:25px;
	margin-left: 105px;
	margin-top: 40px;
}
#popup7 .section-title {
	font-size: 54px;
}
@media screen and (max-width: 1250px) {
	#popup7 .section-title {
		font-size: 54px;
	}
}