.p-cta-side{
	position: fixed;
	bottom: 6rem;
	right: 1.5rem;
	z-index: 2;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .67em;
	width: 7.5em;
	aspect-ratio: 1;
	text-align: center;
	border-radius: 50%;
	background: linear-gradient(180deg, #F6DD8B 0%, #FF928E 100%);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	line-height: var(--lh-sm);
	cursor: pointer;
	font-weight: var(--fw-lg);
	font-size: clamp(0.75rem, 0.214rem + 1.43vw, 1.5rem);
	color: var(--c-light);
	transition: var(--ani-t--normal) ease-out;
}
.p-cta-side:is(:hover, :focus){
	opacity: .7;
}
.p-cta-side svg{
	width: 1.67em;
}
.p-cta-side__text{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
