.PFA-FRONTPAGE {
	position: relative;
	overflow: hidden;
	background: #020724;
	padding-bottom: 80rem;
	cursor: none;
}

.PFA-FRONTPAGE .b-frame{
	position: relative;
}

.PFA-FRONTPAGE .deco-left {
	position: absolute;
	top: -80rem;
	left: -330rem;
	width: 330rem;
	height: 1120rem;
	background: no-repeat url(images/deco-left.svg) center / 100%;
	opacity: 0.7;
}

.PFA-FRONTPAGE .deco-right {
	position: absolute;
	top: -80rem;
	right: -330rem;
	width: 330rem;
	height: 1120rem;
	background: no-repeat url(images/deco-right.svg) center / 100%;
	opacity: 0.7;
}

.PFA-FRONTPAGE .container {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 500rem;
}

.PFA-FRONTPAGE .content {
	width: 100%;
	text-align: center;
}

.PFA-FRONTPAGE .scroll {
	position: absolute;
	bottom: 70rem;
	left: 50%;
	width: 47rem;
	height: 73rem;
	transform: translate(-50%, 50%);
	cursor: pointer;
	color: var(--green);
	z-index: 10;
	transition: color 0.25s;
}

.PFA-FRONTPAGE .scroll:hover {
	color: var(--white);
}

.PFA-FRONTPAGE .scroll svg {
	display: block;
	width: 100%;
	height: auto;
	fill: currentColor;
	transition: fill 0.25s;
	pointer-events: none;
}

.PFA-FRONTPAGE #cursor {
	display: none;
	pointer-events: none;
	z-index: 9;
	position: absolute;
	left: 0;
	top: 0;
	width: 80rem;
	height: 80rem;
	background: #E1FF4C;
	mix-blend-mode: difference;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	transition: transform 0.25s;
}

.PFA-FRONTPAGE #cursor.alt-ghost {transform: translate(-50%, -50%) scale(2);}
.PFA-FRONTPAGE #cursor.alt-link {transform: translate(-50%, -50%) scale(0);}

.PFA-FRONTPAGE .ghost {
	width: 100rem;
	height: 100rem;
	position: absolute;
	opacity: 0;
	transition: opacity 0.25s;
	z-index: 10;
}

.PFA-FRONTPAGE .ghost::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24rem;
	height: 24rem;
	background: url(images/ghost.svg) no-repeat center / 100%;
	transform: translate(-50%, -50%);
}

.PFA-FRONTPAGE .ghost:hover {
	opacity: 1;
}

.PFA-FRONTPAGE .ghost:nth-child(1) {top: 69rem; left: -102rem;}
.PFA-FRONTPAGE .ghost:nth-child(2) {top: 145rem; left: 1288rem;}
.PFA-FRONTPAGE .ghost:nth-child(3) {top: 220rem; left: 780rem;}
.PFA-FRONTPAGE .ghost:nth-child(4) {top: 600rem; left: 200rem;}
.PFA-FRONTPAGE .ghost:nth-child(5) {top: 750rem; left: 1215rem;}

@media screen and (min-width: 961px) {
	.PFA-FRONTPAGE .content h6 {font-size: 20rem;}
	.PFA-FRONTPAGE .content h1 {font-size: 85rem;}
	.PFA-FRONTPAGE .content .b-button {	min-width: 210rem;}
}

@media screen and (max-width: 960px) {
	.PFA-FRONTPAGE {padding-bottom: 0;}
	.PFA-FRONTPAGE::before {display: none;}
	.PFA-FRONTPAGE .content {text-align: left;}
	.PFA-FRONTPAGE .content h1 {font-size: 42rem;}
	.PFA-FRONTPAGE .container {min-height: 400rem;}
	.PFA-FRONTPAGE .b-button {display: table; min-width: 210rem;}
	.PFA-FRONTPAGE p:last-child .b-button {margin-left: 0;}
	.PFA-FRONTPAGE .b-frame::before {display: none;}
	.PFA-FRONTPAGE .b-frame::after {left: 50%; transform: translate(-50%, 0);}
	.PFA-FRONTPAGE .scroll {display: none;}
}
