﻿/*# sourceMappingURL=styles.css.map */

.cta {
	margin-bottom: 2rem;
}

.cta__title {
	margin: 0 0 2rem;
	padding: 0;
}

.cta__title::after {
	background: linear-gradient(90deg, var(--black-pure), var(--red-brand));
	height: 2px;
	content: "";
	display: block;
	margin-top: .5rem;
	width: 100%;
}

.cta__media-wrap {
	display: grid;
	grid-column-gap: 0;
	grid-row-gap: 0;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 19rem;
	margin: 0;
	padding: 0;
	position: relative;
}

@media (min-width: 1024px) {
	.cta__media-wrap {
		height: 20rem;
	}
}

.cta__image {
	bottom: 0;
	grid-area: 1/1/2/2;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.cta__image img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.cta__content {
	align-self: center;
	background: rgba(0, 0, 0, .5);
	color: var(--white-pure);
	grid-area: 1/1/2/2;
	justify-self: flex-start;
	padding: 1rem .75rem;
	position: relative;
	width: 17rem;
	z-index: 2;
}

@media (min-width: 1024px) {
	.cta__content {
		padding: 2rem 2.2rem;
		width: 25rem;
	}
}

.cta__content p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cta__text {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: var(--secondary-line-heigh-compact);
}

@media (min-width: 1024px) {
	.cta__text {
		font-size: 2rem;
	}
}

.cta__link {
	color: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: var(--secondary-line-heigh-compact);
	text-decoration: none;
}

@media (min-width: 1024px) {
	.cta__link {
		font-size: 1.11rem;
	}
}

.cta__link:hover, .cta__link:focus {
	text-decoration: underline;
}

.cta__media-link {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.cta:last-child {
	margin-bottom: 3rem;
}
