.primary-header {
	background-repeat: no-repeat;
	height: 100%;
	margin-bottom: 2rem;
	margin-top: 0;
	padding-top: 50px;
	position: relative;
	width: 100%
}

@media (min-width:640px) {
	.primary-header {
		padding-top: 0
	}
}

@media (min-width:1024px) {
	.primary-header {
		margin-bottom: 4rem
	}
}

.primary-header {
	background-position: right 0 bottom 20px;
	background-size: contain
}

.primary-header.--z-index {
	z-index: -1
}

@media screen and (min-width:416px) {
	.primary-header {
		padding-top: 0
	}
}

@media screen and (max-width:416px) {
	.primary-header {
		background-image: none !important
	}
}

.primary-header__mobile-background {
	background-position: right 0;
	background-repeat: no-repeat;
	height: 208px;
	margin-top: .25rem
}

@media screen and (min-width:416px) {
	.primary-header__mobile-background {
		display: none
	}
}

.primary-header.--no-margin {
	background-position: right 0 bottom 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0
}

.primary-header.--margin-top {
	margin-top: 64px
}

.primary-header__date {
	display: none
}

.primary-header.--show-date .primary-header__date {
	display: inline
}

.primary-header .tag-pill {
	margin-bottom: .5rem
}

.primary-header__content {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	width: 100%
}

@media screen and (min-width:416px) {
	.primary-header__content {
		align-items: center;
		display: flex;
		min-height: 400px
	}
}

.primary-header__text {
	max-width: 1200px;
	position: relative;
	z-index: 1
}

.primary-header__heading,
.primary-header__text .tag-pill__link {
	--tw-text-opacity: 1;
	color: var(--Vlionblue)
}

.primary-header__heading {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	width: 100%
}

@media (min-width:768px) {
	.primary-header__heading {
		font-size: 4rem
	}
}

.primary-header__subheading {
	--tw-text-opacity: 1;
	color: rgba(0, 10, 58, var(--tw-text-opacity));
	/* font-size: 1.5rem; */
	font-weight: 600;
	letter-spacing: -.005em;
	line-height: 1.5;
	width: 100%
}

.primary-header .triangle-pattern--half {
	bottom: 0;
	display: block;
	height: 100%;
	left: 50%;
	max-height: 208px;
	min-width: 375px;
	position: relative;
	right: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1
}

@media screen and (min-width:390px) {
	.primary-header .triangle-pattern--half {
		min-width: 390px
	}
}

@media screen and (min-width:416px) {
	.primary-header .triangle-pattern--half {
		display: none
	}
}

.primary-header .triangle-pattern--full {
	display: none;
	height: 100%;
	max-height: 400px;
	max-width: 480px;
	min-height: 400px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(25%);
	width: 100%;
	z-index: -1
}

@media screen and (min-width:416px) {
	.primary-header .triangle-pattern--full {
		display: block
	}
}

.primary-header .button {
	cursor: pointer;
	margin-top: 2rem
}