.header-home-c1a-layout .pk-row-content {
	padding: 4.5rem; border-radius: 2rem; color: var(--brand-tertiary-white);
	background: linear-gradient(226deg, #3A0E41 9%, #302B62 60%, #09152F 110%);
	row-gap: var(--pk-column-gap);
}

.header-home-c1a-layout .pk-heading {
	margin-bottom: 1.5rem; color: inherit;
}
.header-home-c1a-layout .pk-text {
	font-size: var(--body-sm);
}
.header-home-c1a-layout .pk-button-group {
	margin-top: 2rem;
}

.header-home-c1a-layout .image .image-wrapper {
	filter: drop-shadow(0 14px 41px rgba(0, 0, 0, 0.15));
}
.header-home-c1a-layout .image img {
	mask-image: url('./mask.svg'); mask-position: center;
	mask-size: contain; mask-repeat: no-repeat;
	aspect-ratio: 546/574; object-fit: cover;
	margin-bottom: calc((4.5rem * -1) - 60px);
}

@media screen and (max-width: 992px) {
	.header-home-c1a-layout .pk-row-content .span-1 {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.header-home-c1a-layout .pk-row {
		padding-bottom: 100px;
	}
	.header-home-c1a-layout .pk-row-content {
		padding: 1.5rem;
	}
	
	.header-home-c1a-layout .image img {
		margin-bottom: -100px;
	}
}