/* ========================================================
	HSP KINDERCOACHING LANDER
	PRAKTIJK ROZENHART © FORWARD
======================================================== */



/* ============================
	BASE
============================ */

html {
	scroll-behavior: smooth;
}

.hsp-lander {
	--hsp-surface-gradient: linear-gradient(180deg,
			#F9F8F5 0%,
			#F8F7F3 52%,
			#F7F5F2 100%);
	color: #010101;
}

.hsp-lander section,
.hsp-lander header {
	scroll-margin-top: 110px;
}



/* ============================
	NAVIGATION
============================ */

.hsp-lander .navbar.sticky--top {
	background-color: #FFFFFF;
	box-shadow: 0 2px 14px rgba(17, 17, 17, .06);
	padding: 1rem 0;
	transition: all .3s ease;
}

.hsp-lander .navbar.sticky--top.scrolled {
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: .45rem 0;
}

.hsp-lander .brand--row {
	max-height: 108px;
	opacity: 1;
	overflow: hidden;
	padding: .25rem 0 1rem;
	transform: translateY(0);
	transition: all .35s ease;
}

.hsp-lander .navbar.sticky--top.scrolled .brand--row {
	max-height: 0;
	opacity: 0;
	padding-bottom: 0;
	padding-top: 0;
	pointer-events: none;
	transform: translateY(-28px);
}

.hsp-lander .navbar.sticky--top .logo--img,
.hsp-lander .navbar.sticky--top.scrolled .logo--img {
	height: 90px;
}

.hsp-lander .nav--row {
	transition: all .3s ease;
}



/* ============================
	HERO
============================ */

.hsp-hero {
	align-items: center;
	display: flex;
	min-height: 100vh;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.hsp-hero--actions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.4rem;
}

.hsp-hero--brand {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 1.5rem;
}

.hsp-hero--brand img {
	height: 108px;
	object-fit: contain;
	width: auto;
}

.hsp-hero--container {
	align-items: center;
	display: flex;
	min-height: 100vh;
	position: relative;
	z-index: 2;
}

.hsp-hero--content {
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	width: 100%;
}

.hsp-hero--eyebrow {
	align-items: center;
	color: rgba(255, 255, 255, .94);
	display: flex;
	flex-wrap: wrap;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: .95rem;
	font-weight: 800;
	gap: .65rem;
	letter-spacing: .08rem;
	margin-bottom: 1.35rem;
	text-transform: uppercase;
}

.hsp-hero--eyebrow span {
	align-items: center;
	display: inline-flex;
	gap: .65rem;
	line-height: 1;
}

.hsp-hero--eyebrow span:not(:last-child)::after {
	content: '•';
	opacity: .58;
}

.hsp-hero--glow {
	border-radius: 999px;
	filter: blur(88px);
	opacity: .3;
	position: absolute;
	z-index: 1;
}

.hsp-hero--glow--one {
	background-color: #FF946D;
	height: 280px;
	right: -4rem;
	top: 11rem;
	width: 280px;
}

.hsp-hero--glow--two {
	background-color: #3ED9D0;
	bottom: 4rem;
	height: 240px;
	left: -4rem;
	width: 240px;
}

.hsp-hero--labels {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	list-style: none;
	margin: 2.35rem 0 0 0;
	padding: 0;
}

.hsp-hero--labels li {
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, .13);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(17, 17, 17, .08);
	color: #FFFFFF;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	padding: .9rem 1.15rem;
}


.hsp-hero--actions .hsp-button--white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #000000;
}

.hsp-hero--actions .hsp-button--white:hover {
	background-color: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .68);
	color: #FFFFFF;
}

.hsp-hero--actions .hsp-button--green {
	background-color: #3ED9D0;
	border-color: #3ED9D0;
	box-shadow: 0 14px 34px rgba(17, 17, 17, .14);
	color: #000000;
}

.hsp-hero--actions .hsp-button--green:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #000000;
}


.hsp-hero--media {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.hsp-hero--media img,
.hsp-hero--media picture {
	display: block;
	height: 100%;
	width: 100%;
}

.hsp-hero--media img {
	object-fit: cover;
	object-position: center center;
	transform: scale(1.02);
}

.hsp-hero--overlay {
	background: linear-gradient(90deg, rgba(17, 17, 17, .62) 0%, rgba(17, 17, 17, .48) 24%, rgba(17, 17, 17, .2) 44%, rgba(17, 17, 17, .05) 56%, rgba(17, 17, 17, 0) 64%), linear-gradient(180deg, rgba(17, 17, 17, .04) 0%, rgba(17, 17, 17, .12) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.hsp-hero--subtitle {
	color: #FFFFFF;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 2.05rem;
	font-weight: 700;
	letter-spacing: -.02rem;
	line-height: 1.22;
	margin-bottom: 1.25rem;
	text-shadow: 0 8px 24px rgba(17, 17, 17, .16);
}

.hsp-hero--text {
	color: #FFFFFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.85;
	margin: 0;
	max-width: 820px;
	text-shadow: 0 8px 20px rgba(17, 17, 17, .14);
}

.hsp-hero--title {
	color: #FFFFFF;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 5.15rem;
	font-weight: 800;
	letter-spacing: -.055rem;
	line-height: .98;
	margin-bottom: 1.1rem;
	max-width: 1120px;
	text-shadow: 0 14px 34px rgba(17, 17, 17, .2);
}

.hsp-button {
	align-items: center;
	border: 1.5px solid transparent;
	border-radius: 10rem;
	display: inline-flex;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .02rem;
	line-height: 1;
	min-height: 54px;
	padding: .95rem 1.5rem 1.1rem 1.5rem;
	text-decoration: none;
	transition: all .3s ease;
}

.hsp-button:hover {
	text-decoration: none;
}

.hsp-button i {
	transition: transform .3s ease;
}

.hsp-button:hover i {
	transform: translateX(5px);
}

.hsp-button--ghost {
	background-color: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .68);
	color: #FFFFFF;
}

.hsp-button--ghost:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #000000;
}

.hsp-button--light {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	box-shadow: 0 14px 34px rgba(17, 17, 17, .14);
	color: #000000;
}

.hsp-button--light:hover {
	background-color: #3ED9D0;
	border-color: #3ED9D0;
	color: #000000;
}

.hsp-button--primary {
	background-color: #3ED9D0;
	border-color: #3ED9D0;
	color: #010101;
}

.hsp-button--primary:hover {
	background-color: #59318a;
	border-color: #59318a;
	color: #FFFFFF;
}



/* ============================
	SHARED
============================ */

.hsp-image--soft {
	border-radius: 6rem;
	box-shadow: none;
	overflow: hidden;
}

.hsp-image--soft img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.hsp-section--intro {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.28rem;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 auto;
}

.hsp-section--label {
	color: #FF946D;
	display: inline-block;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: .08rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.hsp-section--title {
	color: #000000;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: .02rem;
	line-height: 1.15;
	margin-bottom: 1.15rem;
}


/* ============================
	INTRO
============================ */

.hsp-intro {
	padding: 10rem 0 8rem 0;
}

.hsp-intro h2 {
	color: #000000;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 3.25rem;
	font-weight: 700;
	letter-spacing: .02rem;
	line-height: 1.1;
	margin-bottom: 1.4rem;
}

.hsp-intro p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.42rem;
	font-weight: 400;
	line-height: 1.72;
	margin-bottom: 1.35rem;
}



/* ============================
	HSP CARDS
============================ */

.hsp-cardblock {
	background: var(--hsp-surface-gradient);
	padding: 8rem 0;
}

.hsp-card {
	background-color: #FFFFFF;
	border: 1.5px solid #E6E6E6;
	border-radius: 3rem;
	height: 100%;
	padding: 2.25rem;
	transition: all .3s ease;
}

.hsp-card:hover {
	box-shadow: 0 18px 40px rgba(0, 0, 0, .06);
	transform: translateY(-6px);
}

.hsp-card h3 {
	color: #000000;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: .025rem;
	line-height: 1.15;
	margin-bottom: .9rem;
}

.hsp-card p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.18rem;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
}

.hsp-card--icon {
	align-items: center;
	background-color: #3ED9D0;
	border-radius: 999px;
	color: #000000;
	display: flex;
	font-size: 1.65rem;
	height: 58px;
	justify-content: center;
	margin-bottom: 1.25rem;
	width: 58px;
}



/* ============================
	PARAGRAPH
============================ */

.hsp-paragraph {
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.hsp-paragraph .text--inner h3 {
	font-size: 2.25rem;
	line-height: 1.15;
	font-weight: 700;
}



/* ============================
	SIGNALS
============================ */

.hsp-signalblock {
	background-color: #FFFFFF;
	padding: 2rem 0 8rem 0;
}

.hsp-signalblock--intro {
	max-width: 1200px;
}

.hsp-signal {
	align-items: center;
	background-color: #FFFFFF;
	border: 1.5px solid #E6E6E6;
	border-radius: 10rem;
	display: flex;
	justify-content: center;
	min-height: 96px;
	padding: 1.5rem 3rem;
	text-align: center;
	transition: all .3s ease;
}

.hsp-signal:hover {
	background-color: #FF946D;
	border-color: #FF946D;
	transform: translateY(-4px);
}

.hsp-signal span {
	color: #000000;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .01rem;
	line-height: 1.3;
}



/* ============================
	STEPS
============================ */

.hsp-steps {
	background: var(--hsp-surface-gradient);
	padding: 7rem 0 6rem 0;
}

.hsp-step {
	background-color: #FFFFFF;
	border: 1.5px solid #E6E6E6;
	border-radius: 3rem;
	height: 100%;
	padding: 2.25rem;
	transition: all .3s ease;
}

.hsp-step:hover {
	box-shadow: 0 18px 40px rgba(0, 0, 0, .06);
	transform: translateY(-6px);
}

.hsp-step h3 {
	color: #000000;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: .8rem;
}

.hsp-step p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
}

.hsp-step span {
	color: #FF946D;
	display: block;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 1.15rem;
}

.hsp-step--column {
	position: relative;
}

.hsp-steps--action {
	margin-top: 3.5rem;
}

.hsp-steps--grid {
	--bs-gutter-x: 2.25rem;
	--bs-gutter-y: 2rem;
}

.hsp-step--column {
	position: relative;
}

.hsp-step--arrow {
	color: #8D5FA4;
	font-size: 1.75rem;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 3;
}



/* ============================
	ABOUT
============================ */

.hsp-about {
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.hsp-about .cta--button {
	text-transform: none;
}



/* ============================
	PRICING
============================ */

.hsp-pricing {
	background: var(--hsp-surface-gradient);
	padding: 8rem 0;
}

.hsp-price {
	align-items: center;
	background-color: #FFFFFF;
	border: 1.5px solid #E6E6E6;
	border-radius: 3rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2.15rem;
	text-align: center;
	transition: all .3s ease;
}

.hsp-price:hover {
	box-shadow: 0 18px 40px rgba(0, 0, 0, .06);
	transform: translateY(-6px);
}

.hsp-price h3 {
	color: #000000;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: .75rem;
}

.hsp-price p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1rem;
	min-height: 30px;
}

.hsp-price span {
	color: #8D5FA4;
	display: block;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: .08rem;
	line-height: 1;
	margin-bottom: .9rem;
	text-transform: uppercase;
}

.hsp-price strong {
	color: #FF946D;
	display: block;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
}

.hsp-price--icon {
	color: #3ED9D0;
	display: block;
	font-size: 2.5rem;
	margin-bottom: 1.15rem;
	margin-top: .15rem;
}



/* ============================
	REVIEWS
============================ */

.hsp-lander .review--block {
	background-color: #FFFFFF;
	padding: 8rem 0 2rem 0;
}

.hsp-lander .review--block .row {
	row-gap: 2rem;
}

.hsp-lander .review--block .review__widget--item {
	background: linear-gradient(180deg, #FFFFFF 0%, #FBF8F5 100%);
	border: 1.5px solid rgba(97, 64, 138, .12);
	border-radius: 3rem;
	box-shadow: 0 18px 46px rgba(17, 17, 17, .08);
	height: 100%;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	overflow: hidden;
	position: relative;
	transition: all .3s ease;
}

.hsp-lander .review--block .review__widget--item:hover {
	box-shadow: 0 26px 64px rgba(97, 64, 138, .14);
	transform: translateY(-6px);
}

.hsp-lander .review--block .review__widget--item::before {
	color: #3ED9D0;
	content: '“';
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 5rem;
	font-weight: 800;
	left: 1.75rem;
	line-height: 1;
	opacity: .35;
	position: absolute;
	top: 1.35rem;
	z-index: 0;
}

.hsp-lander .review--block .widget--item--body {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2.35rem 2.35rem 0 2.35rem;
	position: relative;
	z-index: 1;
}

.hsp-lander .review--block .review--header {
	align-items: flex-end;
	display: flex;
	gap: .3rem;
	justify-content: center;
	margin-bottom: 1.5rem;
	min-height: 38px;
	position: relative;
	z-index: 2;
}

.hsp-lander .review--block .review--header i {
	color: #FF946D;
	line-height: 1;
}

.hsp-lander .review--block .review--heart--outer {
	font-size: 1.1rem;
	transform: translateY(5px);
}

.hsp-lander .review--block .review--heart--inner {
	font-size: 1.35rem;
	transform: translateY(1px);
}

.hsp-lander .review--block .review--heart--center {
	font-size: 1.7rem;
	transform: translateY(-4px);
}

.hsp-lander .review--block .review--body {
	flex: 1;
	position: relative;
	z-index: 2;
}

.hsp-lander .review--block .review--body p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.12rem;
	font-weight: 400;
	line-height: 1.65;
	margin-bottom: 1.5rem;
}

.hsp-lander .review--block .review--details {
	border-top: 1px solid rgba(97, 64, 138, .12);
	padding-bottom: 0;
	padding-top: 1.15rem;
	position: relative;
	z-index: 2;
}

.hsp-lander .review--block .review--details p {
	color: #59318A;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.hsp-lander .review--block .review--details strong {
	color: #59318A;
	font-weight: 800;
}


/* ============================
	FAQ
============================ */

.hsp-faq {
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.hsp-faq .faq--item {
	cursor: default;
}

.hsp-faq .faq--question {
	align-items: center;
	background-color: transparent;
	border: 0;
	color: inherit;
	display: flex;
	justify-content: space-between;
	padding: 0;
	text-align: left;
	width: 100%;
}

.hsp-faq .faq--question:focus-visible {
	border-radius: .35rem;
	outline: 3px solid rgba(255, 148, 109, .25);
	outline-offset: 5px;
}

.hsp-faq .faq--answer {
	display: block;
	max-height: 0;
	margin-top: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .35s ease;
}

.hsp-faq .faq--item.open .faq--answer {
	margin-top: 1rem;
	opacity: 1;
}

.hsp-faq .faq--icon {
	flex: 0 0 auto;
}



/* ============================
	CONTACT
============================ */

.hsp-contact {
	background: var(--hsp-surface-gradient);
	padding: 8rem 0;
}

.hsp-contact--content h2 {
	color: #000000;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .02rem;
	line-height: 1.12;
	margin-bottom: 1.25rem;
}

.hsp-contact--content>p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.65;
	margin-bottom: 2rem;
}

.hsp-contact--list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hsp-contact--list li {
	border-bottom: 1px solid #DED8D3;
	padding: 1rem 0;
}

.hsp-contact--list a,
.hsp-contact--list span {
	color: #010101;
	display: block;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.55;
	text-decoration: none;
}

.hsp-contact--list a:hover {
	color: #FF946D;
	text-decoration: none;
}

.hsp-contact--list strong {
	color: #8D5FA4;
	display: block;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: .35rem;
}

.hsp-contact--list small {
	color: #5F5A57;
	display: block;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: .95rem;
	line-height: 1.55;
	margin-top: .55rem;
}

.hsp-contact--inline-links {
	display: flex !important;
	flex-wrap: wrap;
	gap: .5rem 1.25rem;
}

.hsp-contact--inline-links a,
.hsp-contact--route {
	align-items: center;
	display: inline-flex !important;
	font-weight: 600 !important;
	gap: .5rem;
	width: fit-content;
}

.hsp-contact--inline-links i,
.hsp-contact--route i {
	color: #3ED9D0;
	font-size: 1rem;
}

.hsp-contact--route {
	margin-top: .45rem;
}

.hsp-contact--closing {
	margin-top: 2rem;
}

.hsp-contact--closing p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0;
}

.hsp-contact--closing em {
	color: #111;
	font-size: 1.15rem;
}

.hsp-contact--signature {
	margin-top: 1.25rem;
}

.hsp-contact--signature img {
	display: block;
	height: 68px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.hsp-formbox {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 3rem;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
	padding: 2.5rem;
}

.hsp-form label {
	color: #000000;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .02rem;
	line-height: 1.2;
	margin-bottom: .45rem;
}

.hsp-form .form-control,
.hsp-form .form--select--wrapper select.form-control {
	background-color: #FFFFFF;
	border: 1.5px solid #DED8D3;
	border-radius: 1rem;
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.4;
	min-height: 56px;
	padding: .85rem 1rem;
	transition: all .3s ease;
}

.hsp-form .form--select--wrapper select.form-control {
	padding-right: 2.75rem;
}

.hsp-form .form-control:focus,
.hsp-form .form--select--wrapper select.form-control:focus {
	border-color: #FF946D;
	box-shadow: 0 0 0 .2rem rgba(255, 148, 109, .16);
}

.hsp-form textarea.form-control {
	min-height: 170px;
	resize: vertical;
}

.hsp-contact .cta--button {
	align-items: center;
	background-color: #FF946D;
	border: 1.5px solid #FF946D;
	border-radius: 10rem;
	color: #000000;
	display: inline-flex;
	font-family: 'Plus Jakarta Sans', Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .025rem;
	line-height: 1;
	padding: .95rem 1.5rem 1.1rem 1.5rem;
	text-decoration: none !important;
	transition: all .3s ease;
	width: 100%;
}

.hsp-contact .cta--button:hover {
	background-color: #D4D4D4;
	border-color: #D4D4D4;
	color: #000000;
}

.hsp-contact .cta--button i {
	transition: transform .3s ease;
}

.hsp-contact .cta--button:hover i {
	transform: translateX(6px);
}



/* ============================
	CTA
============================ */

.hsp-lander .cta--block {
	background-color: #FFFFFF;
	padding: 7rem 0;
}

.hsp-lander .ctabutton--block .cta--button {
	text-decoration: none;
}



/* ============================
	FOOTER
============================ */

.hsp-lander footer {
	background: linear-gradient(180deg, #321460 0%, #321460 64%, #2B104F 82%, #21083F 100%);
}

.hsp-lander .scroll--top--btn {
	align-items: center;
	border-radius: 1rem;
	display: inline-flex;
	height: 58px;
	justify-content: center;
	padding: 0;
	width: 58px;
}