.hustling {
	overflow: hidden;
	color: var(--color-black);
	background: #a164df url('../../assets/images/hustling-bg.svg') center center no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
	width: 100%;
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.hustling-img {
	width: 120px;
	position: absolute;
}

.hustling-img.img1 {
	top: -25px;
	left: 40px;
	transform: rotate(30deg)
}

.hustling-img.img2 {
	top: 23%;
	left: 25px;
	transform: rotate(-20deg)
}

.hustling-img.img3 {
	bottom: -30px;
	left: 32%;
	transform: rotate(30deg)
}

.hustling-img.img4 {
	top: -10px;
	right: 60px;
	transform: rotate(-18deg);
	z-index: 2;
}

.hustling-img.img5 {
	top: 13%;
	right: 5px;
}

.hustling-img.img6 {
	top: 28%;
	right: 15px;
	transform: rotate(-38deg);
}

.hustling-img.img7 {
	top: 18%;
	left: 15px;
	transform: rotate(38deg);
}

.hustling-img.img8 {
	top: -39%;
	right: 15px;
	transform: rotate(-18deg);
}

.hustling-img.img9 {
	top: -10%;
	right: 15px;
	transform: rotate(18deg);
}

.hustling-img.img10 {
	top: -14%;
	left: 22px;
	transform: rotate(22deg);
}

.hustling-img.img11 {
	top: -15%;
	left: 32px;
	transform: rotate(-11deg);
}

.hustling-img.img13 {
	top: -16%;
	left: 122px;
	transform: rotate(32deg);
}

.hustling-img.img13 {
	top: -17%;
	left: 72%;
	transform: rotate(25deg);
}

.hustling-img.img14 {
	top: -18%;
	left: 42px;
	transform: rotate(32deg);
}

.hustling-img.img15 {
	top: -19%;
	left: 75%;
	transform: rotate(18deg);
}

.hustling-img.img16 {
	top: -20%;
	left: 31px;
	transform: rotate(12deg);
}

.hustling-img.img17 {
	top: -22%;
	left: 65%;
	transform: rotate(14deg);
}

.hustling-img img {
	width: 100%;
}

.hustling-inner {
	width: 100%;
	position: relative;
	z-index: 3;
}

.hustling h2 {
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	color: var(--color-white);
}

.hustling h2 em {
	font-weight: 400;
	display: block;
}

@media screen and (min-width: 768px) {
	.hustling-img.img1 {
		left: 12%;
	}

	.hustling-img.img2 {
		top: 40%;
		left: 30%;
	}

	.hustling-img.img4 {
		top: 10%;
		right: 15%;
	}

	.hustling-img.img5 {
		top: 27%;
		right: 16.5%;
	}

	.hustling-img.img6 {
		top: 28%;
		right: 16%;
	}

	.hustling-img.img7 {
		top: 38%;
		left: 10%;
	}
}

@media screen and (min-width: 1025px) {
	.hustling-img {
		width: 187px;
	}
}

.hustling-img.img1 {
	animation: s1 9s linear infinite;
	animation-delay: -40ms;
}

@keyframes s1 {
	0% {
		top: -400px;
		transform: rotate(1deg)
	}
	100% {
		top: 140vh;
		transform: rotate(30deg)
	}
}

.hustling-img.img2 {
	animation: s2 11s linear infinite;
	animation-delay: -80ms;
}

@keyframes s2 {
	0% {
		top: -100px;
		transform: rotate(-1deg)
	}
	100% {
		top: 160vh;
		transform: rotate(-20deg)
	}
}

.hustling-img.img3 {
	animation: s3 8s linear infinite;
	animation-delay: -20ms;
}

@keyframes s3 {
	0% {
		top: -300px;
		transform: rotate(1deg)
	}
	100% {
		top: 160vh;
		transform: rotate(30deg)
	}
}

.hustling-img.img4 {
	animation: s4 6s linear infinite;
	animation-delay: -80ms;
}

@keyframes s4 {
	0% {
		top: -100px;
		transform: rotate(-1deg);
	}
	100% {
		top: 160vh;
		transform: rotate(-18deg);
	}
}

.hustling-img.img5 {
	animation: s5 8s linear infinite;
	animation-delay: -50ms;
}

@keyframes s5 {
	0% {
		top: -200px;
	}
	100% {
		top: 160vh;
	}
}

.hustling-img.img6 {
	animation: s6 10s linear infinite;
	animation-delay: -110ms;
}

@keyframes s6 {
	0% {
		top: -100px;
		transform: rotate(-10deg);
	}
	100% {
		top: 160vh;
		transform: rotate(-38deg);
	}
}

.hustling-img.img7 {
	animation: s4 7s linear infinite;
	animation-delay: -200ms;
}

@keyframes s7 {
	0% {
		top: -100px;
		transform: rotate(-1deg);
	}
	100% {
		top: 130vh;
		transform: rotate(38deg);
	}
}

.hustling-img.img8 {
	animation: s8 8s linear infinite;
	animation-delay: 50ms;
}

@keyframes s8 {
	0% {
		top: -100px;
	}
	100% {
		top: 140vh;
	}
}

.hustling-img.img9 {
	animation: s9 10s linear infinite;
	animation-delay: -150ms;
}

@keyframes s9 {
	0% {
		top: -100px;
		transform: rotate(-10deg);
	}
	100% {
		top: 150vh;
		transform: rotate(18deg);
	}
}

.hustling-img.img10 {
	animation: s10 6s linear infinite;
	animation-delay: -120ms;
}

@keyframes s10 {
	0% {
		top: -200px;
		transform: rotate(-12deg);
	}
	100% {
		top: 140vh;
		transform: rotate(20deg);
	}
}


.hustling-img.img11 {
	animation: s11 5s linear infinite;
	animation-delay: -180ms;
}

@keyframes s11 {
	0% {
		top: -200px;
		transform: rotate(-15deg);
	}
	100% {
		top: 140vh;
		transform: rotate(25deg);
	}
}


.hustling-img.img12 {
	animation: s12 6s linear infinite;
	animation-delay: -120ms;
}

@keyframes s12 {
	0% {
		top: -220px;
		transform: rotate(-12deg);
	}
	100% {
		top: 140vh;
		transform: rotate(20deg);
	}
}


.hustling-img.img13 {
	animation: s13 5s linear infinite;
	animation-delay: -141ms;
}

@keyframes s13 {
	0% {
		top: -245px;
		transform: rotate(-13deg);
	}
	100% {
		top: 155vh;
		transform: rotate(15deg);
	}
}


.hustling-img.img14 {
	animation: s14 6.5s linear infinite;
	animation-delay: -113ms;
}

@keyframes s14 {
	0% {
		top: -245px;
		transform: rotate(-12deg);
	}
	100% {
		top: 131vh;
		transform: rotate(23deg);
	}
}


.hustling-img.img15 {
	animation: s15 6s linear infinite;
	animation-delay: -180ms;
}

@keyframes s15 {
	0% {
		top: -240px;
		transform: rotate(-10deg);
	}
	100% {
		top: 180vh;
		transform: rotate(18deg);
	}
}


.hustling-img.img16 {
	animation: s16 4s linear infinite;
	animation-delay: -150ms;
}

@keyframes s16 {
	0% {
		top: -250px;
		transform: rotate(-14deg);
	}
	100% {
		top: 145vh;
		transform: rotate(24deg);
	}
}

.hustling-img.img17 {
	animation: s17 5.5s linear infinite;
	animation-delay: -130ms;
}

@keyframes s17 {
	0% {
		top: -220px;
		transform: rotate(-13deg);
	}
	100% {
		top: 110vh;
		transform: rotate(21deg);
	}
}
