
.slick-slider {
	display: flex;
}

#careerBanner {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#bannerBgCircle {
	position: absolute;
	bottom: 0;
	right: -10%;
	width: calc(var(--containerWidth) - 25%);
	height: auto;
	z-index: -1;
	transform-origin: bottom center;
}

#objectImage {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(var(--containerWidth) - 48%);
}

.userPops {
	position: absolute;
	width: calc(var(--containerWidth) - 91%);
}

#userPop1 {
	right: 34%;
	bottom: 68%;
	transform-origin: right;
}

#userPop2 {
	right: 19%;
	bottom: 83%;
	transform-origin: bottom center;
	width: calc(var(--containerWidth) - 92.4%);
}

#userPop3 {
	right: 9%;
	bottom: 63%;
	transform-origin: left;
}

#bannerBgLargeCircle {
	position: absolute;
	left: -20%;
	top: -1%;
	width: 45%;
	z-index: -1;
}

#bannerbgSmallCircle {
	position: absolute;
	left: -14%;
	bottom: 8%;
	width: 6%;
	z-index: -1;
}

#unleashing {
	position: relative;
	z-index: 1;
}

#unleashing {
	cursor: none !important;
}

#cursorRocket {
	z-index: 99;
	position: absolute;
	width: 3.5%;
	transform: rotate(-25deg);
	transform-origin: center;
	pointer-events: none;
	filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .22));
	transition: .12s;
}

#cursorRocket.dafault {
	left: calc(100vw - var(--containerWidth) + 15vw);
	top: 13%;
	width: 5%;
	transform: rotate(0deg);
	filter: none;
}

#unleashOver {
	position: absolute;
	left: -7%;
	bottom: 0;
	width: 49%;
	z-index: -1;
	transform-origin: bottom center;
}

#teamSVG {
	position: relative;
	z-index: 1;
}

.team-cards {
	position: absolute;
}

#teamCard2 {
	left: -2%;
	top: 0;
	z-index: 1;
	width: 56%;
	transform-origin: top right;
}

#teamCard3 {
	left: -2%;
	bottom: -3%;
	width: 39%;
	z-index: -1;
	transform-origin: top right;
}

#teamCard4 {
	right: 0;
	bottom: -5%;
	z-index: 1;
	width: 41%;
	transform-origin: top right;
}

.whyWorkCol {
	padding: 0 15px;
	max-width: 350px;
	width: 100%;
}

.whyWorkColInner {
	background: #f1f4ff;
	border-radius: 15px;
	padding: 22px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 120px;
	background-position-y: top;
	background-position-x: calc(100% - 20px);
}

.whyWorkTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.whyWorkContent {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #c1caeb;
	color: #717d92;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4em;
}

.whyWorkTop .whyWorkImgWrap {
	width: 42%;
	text-align: center;
}

.whyWorkTop img {
	width: auto;
	margin: 0 auto;
	max-height: 55px;
}

.whyWorkTop .whyWorkTitle {
	margin: 0;
	color: #092439;
	line-height: 1.3em;
	width: 50%;
}

#workWithUsRow>.slick-list {
	padding-bottom: 65px !important;
}

#workWithUsRow .slick-track {
	display: flex;
}

.elementor-element.teamBox>.elementor-widget-container {
	background: #fff;
	padding: 17px;
	box-shadow: 0 8px 20px rgba(161, 167, 200, .2);
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.elementor-element.teamBox>.elementor-widget-container:hover {
	box-shadow: 0 8px 20px rgba(161, 167, 200, .53);
}

.elementor-element.teamBox .elementor-image-box-wrapper .elementor-image-box-img {
	width: 80px !important;
	margin: 0 !important;
	max-width: 80px;
	text-align: center;
}

.elementor-element.teamBox .elementor-image-box-wrapper .elementor-image-box-img img {
	max-width: inherit;
	max-height: 56px;
	width: auto;
}

.elementor-element.teamBox .elementor-image-box-wrapper .elementor-image-box-content {
	width: calc(100% - 80px);
	padding-left: 15px;
}

#workWithUsSliderCareer>.elementor-container>.elementor-column {
	width: 100%;
}

@media (min-width: 1600px) {
	#careerBanner>.elementor-container {
		max-height: 80vh;
		min-height: auto;
		height: 700px;
	}
	
	#bannerBgCircle {
		width: 70%;
		right: -7%;
	}
	
	#objectImage {
		width: 46%;
		right: 3%;
	}
	
	#cursorRocket.dafault {
		width: 4.5%;
		top: 9%;
	}
}

@media (min-width: 1800px) {
	#objectImage {
		width: 50%;
		right: 2%;
	}
	
	.userPops {
		width: 8%;
	}
	
	#userPop2 {
		width: 7%;
		right: 20%;
		bottom: 80%;
	}
	
	#userPop3 {
		right: 11%;
	}
	
	#cursorRocket.dafault {
		width: 4%;
		left: calc(100vw - var(--containerWidth) + 12vw);
	}
	
	#cursorRocket {
		width: 3%;
	}
}

@media (min-width: 2500px) {
	#cursorRocket.dafault {
		width: 3.2%;
		left: 88vh;
	}
	
	#cursorRocket {
		width: 2.5%;
	}
}

@media (max-width: 599px) {
	#careerBanner {
		padding-top: 110px;
	}
	
	#careerBanner .elementor-heading-title {
		font-size: 33px;
	}
	
	#careerBanner>.elementor-container {
		align-items: flex-start;
		min-height: auto;
	}
	
	#bannerBgCircle {
		width: 100%;
		right: 0;
		transform: scale(1.1);
		transform-origin: bottom center;
	}
	
	#objectImage {
		position: relative;
		width: 90%;
		margin: 0 auto;
		display: block;
		margin-top: 40px;
	}
	
	#userPop1 {
		right: auto;
		left: 24vw;
		bottom: 52vw;
		width: 14%;
	}
	
	#userPop2 {
		right: 40vw;
		bottom: 64vw;
		width: 12.5%;
	}
	
	#userPop3 {
		right: 24vw;
		bottom: 50vw;
		width: 14%;
	}
	
	#bannerBgLargeCircle {
		left: -10vw;
		width: 65%;
		top: -8vw;
	}
	
	.whyWorkCol {
		padding: 0 7px;
	}
	
	#unleashing {
		padding-top: 35px;
	}
	
	#cursorRocket.dafault {
		width: 48px;
		left: 75vw;
		top: 8vw;
	}
	
	#cursorRocket {
		width: 48px;
	}
	
	.elementor-element.teamBox .elementor-image-box-wrapper .elementor-image-box-content {
		width: 100%;
		padding: 7px 0 0;
	}
	
	.elementor-widget-wrap.elementor-element-populated {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	#unleashOver {
		left: 0;
		width: 100%;
	}
}
