/**
 * cta
 *
 * @format
 */

.compass {
	position: relative;
	width: 100%;
	padding: 45px 0 250px;
	margin-bottom: 45px;
	overflow: hidden;
	/* background: linear-gradient(to right, rgba(179, 190, 193, 1) 30%, rgba(179, 190, 193, 0) 100%); */
}

.compass-content {
	font-weight: 500;
	font-size: 1.125rem;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.compass-content h2 {
	font-size: 4.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: -0.03em;
	color: var(--color-black);
	margin-bottom: 10px;
}

.compass-content h2 span {
	display: block;
	font-size: 2.5rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--color-primary);
}

.compass-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 375px;
	z-index: 1;
}

.compass-image picture,
.compass-image img {
	width: 100%;
	display: block;
}

.compass-line {
	position: absolute;
	right: -450px;
	bottom: -20px;
	width: 820px;
}

@media screen and (min-width: 768px) {
	.compass {
		padding: 45px 0;
	}

	.compass-block {
		max-width: 450px;
	}

	.compass-content {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.compass {
		margin-bottom: 80px;
		padding: 125px 0 90px;
	}

	.compass-image {
		width: 900px;
		bottom: auto;
		top: 0;
		height: 100%;
	}

	.compass-image picture,
	.compass-image img {
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}

	.compass-line {
		width: 720px;
		right: -60px;
		bottom: -55px;
	}
}

@media screen and (min-width: 1280px) {
	.compass-image {
		width: 1280px;
	}

	.compass-line {
		width: 920px;
	}
}
