/*# sourceMappingURL=block-cta.css.map */

.block-cta__inner {
	padding: 40px 25px;
	position: relative;
}

.block-cta__picture-wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.block-cta__picture-wrapper picture {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.block-cta__picture-wrapper picture img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.block-cta__picture-wrapper picture .color-overlay {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(var(--primaryColorRGB), .7);
	z-index: 1;
}

.block-cta__picture-wrapper picture .gradient-overlay {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(var(--primaryColorRGB), .8);
	background: linear-gradient(180deg, rgba(var(--primaryColorRGB), 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(var(--primaryColorRGB), 1) 100%);
	z-index: 2;
}

.block-cta__content-wrapper {
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
	z-index: 3;
	min-height: 470px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.block-cta__content-wrapper .tagline {
	margin-bottom: 50px;
	color: var(--secondaryColor);
	font-size: 26px;
	font-size: 1.625rem;
}

.block-cta__content-wrapper .phone {
	color: #fff;
	font-family: "PT Serif", serif;
	font-size: 36px;
	font-size: 2.25rem;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 2px;
}

.block-cta__content-wrapper .phone:hover {
	color: var(--tertiaryColor);
}

@media (min-width: 810px) {
	.block-cta__inner {
		padding: 150px 40px;
	}
	
	.block-cta__content-wrapper .phone {
		font-size: 100px;
		font-size: 6.25rem;
	}
}

@media (min-width: 1100px) {
	.block-cta__content-wrapper {
		min-height: 550px;
	}
	
	.block-cta__content-wrapper .phone {
		font-size: 140px;
		font-size: 8.75rem;
		letter-spacing: 10px;
	}
}
