.starlink-cta-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 10.6rem;
	position: relative;
}
.starlink-cta-area::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #000 0.05%, rgba(0, 0, 0, 0.00) 99.96%);
}
.starlink-cta-area .container {
	position: relative;
	z-index: 1;
	max-width: 153rem;
}
.starlink-cta-area .nl-title {
	margin-top: 7.1rem;
}
.starlink-cta-bottom {
	margin-top: 14rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.starlink-cta-right {
	width: 47rem;
	flex-shrink: 0;
}
.starlink-cta-image {
	display: flex;
}
.nl-btn {
	padding: 1.4rem 2.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background-color: #78C370;
	border-radius: .8rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.nl-btn:hover, .nl-btn:focus {
	color: #fff;
}
@media only screen and (max-width: 1050px) {
	.starlink-cta-area {
		padding-top: 62px;
	}
	.starlink-cta-area .nl-title {
		margin-top: 14px;
	}
	.starlink-cta-bottom {
		margin-top: 54px;
		flex-direction: column;
	}
	.starlink-cta-right {
		width: 100%;
		max-width: 100%;
		margin-top: 62px;
		display: flex;
		justify-content: center;
	}
	.starlink-cta-image {
		width: 211px;
	}
}
