/* Agency Footer Pro — isolated styles */
.sp-af,
.sp-af * {
	box-sizing: border-box;
}

.sp-af {
	--sp-af-bg: #080A12;
	--sp-af-card: rgba(255,255,255,.035);
	--sp-af-border: rgba(255,255,255,.09);
	--sp-af-brand-width: 28%;
	--sp-af-grid-color: rgba(255,255,255,.035);
	--sp-af-ease: cubic-bezier(.2,.75,.25,1);
	position: relative;
	width: 100%;
	background: radial-gradient(circle at 90% 0%, rgba(88,101,255,.16), transparent 30%), linear-gradient(145deg, #080A12, #0D1020 58%, #080A12);
	border-top: 1px solid var(--sp-af-border);
	overflow: hidden;
	isolation: isolate;
	font-family: inherit;
}

.sp-af a {
	text-decoration: none;
}

.sp-af button,
.sp-af input {
	font: inherit;
}

.sp-af-grid {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image: linear-gradient(var(--sp-af-grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--sp-af-grid-color) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,.24) 48%, transparent 88%);
	pointer-events: none;
}

.sp-af-spotlight {
	position: absolute;
	left: var(--sp-af-x, 80%);
	top: var(--sp-af-y, 10%);
	z-index: -2;
	border-radius: 50%;
	filter: blur(100px);
	opacity: .5;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: left 180ms linear, top 180ms linear;
}

.sp-af-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-inline: auto;
}

.sp-af-cta {
	position: relative;
	background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
	border: 1px solid var(--sp-af-border);
	box-shadow: inset 0 1px rgba(255,255,255,.04), 0 30px 90px rgba(0,0,0,.28);
	overflow: hidden;
}

.sp-af-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 20%, rgba(113,126,255,.08) 50%, transparent 80%);
	transform: translateX(-100%);
	animation: spAfSweep 9s linear infinite;
	pointer-events: none;
}

.sp-af-cta-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	align-items: end;
	z-index: 2;
}

.sp-af-cta-copy {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.sp-af-cta-eyebrow,
.sp-af-newsletter-eyebrow {
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .23em;
	text-transform: uppercase;
}

.sp-af-cta-heading {
	display: grid;
	gap: .02em;
	margin: 0;
	font-size: clamp(42px, 5.3vw, 88px);
	font-weight: 760;
	line-height: .98;
	letter-spacing: -.055em;
}

.sp-af-cta-highlight {
	display: block;
}

.sp-af-cta-description {
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
}

.sp-af-cta-actions {
	display: grid;
	justify-items: start;
	gap: 22px;
}

.sp-af-status {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .02em;
}

.sp-af-status-dot {
	position: relative;
}

.sp-af-status-dot::after {
	content: "";
	position: absolute;
	inset: -5px;
	border: 1px solid currentColor;
	border-radius: inherit;
	opacity: .35;
	animation: spAfPulse 2s ease-out infinite;
}

.sp-af-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.sp-af-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 760;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	isolation: isolate;
	transition: transform 240ms var(--sp-af-ease), color 240ms ease, background 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.sp-af-button--primary {
	background: linear-gradient(135deg, #5B72FF, #7A5DF5);
	box-shadow: 0 16px 34px rgba(84,102,255,.28);
}

.sp-af-button--primary::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.28) 50%, transparent 80%);
	transform: translateX(-120%);
	transition: transform 600ms ease;
}

.sp-af-button--primary:hover::before {
	transform: translateX(120%);
}

.sp-af-button--secondary {
	border-color: rgba(255,255,255,.12);
}

.sp-af-button--text {
	padding-inline: 2px !important;
	background: transparent;
}

.sp-af-button:hover {
	transform: translateY(-3px);
}

.sp-af-button-icon,
.sp-af-button-icon svg,
.sp-af-button-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
	transition: transform 220ms ease;
}

.sp-af-button:hover .sp-af-button-icon {
	transform: translate(2px, -2px);
}

.sp-af-coordinate {
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 2;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .16em;
	writing-mode: vertical-rl;
}

.sp-af-orbit {
	position: absolute;
	right: -13%;
	top: -48%;
	border: 1px solid;
	border-radius: 50%;
	opacity: .55;
	pointer-events: none;
	animation: spAfOrbit 20s linear infinite;
}

.sp-af-orbit::before,
.sp-af-orbit::after,
.sp-af-orbit span {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.sp-af-orbit::before {
	inset: 10%;
	border: 1px dashed currentColor;
	opacity: .5;
}

.sp-af-orbit::after {
	inset: 23%;
	border: 1px solid currentColor;
	opacity: .4;
}

.sp-af-orbit span:first-child {
	width: 10px;
	height: 10px;
	left: 12%;
	top: 34%;
	background: currentColor;
	box-shadow: 0 0 22px currentColor;
}

.sp-af-orbit span:last-child {
	width: 5px;
	height: 5px;
	right: 19%;
	bottom: 22%;
	background: currentColor;
}

.sp-af-marquee {
	position: relative;
	width: calc(100% + 200px);
	margin-left: -100px;
	background: rgba(255,255,255,.025);
	border-top: 1px solid rgba(255,255,255,.08);
	border-bottom: 1px solid rgba(255,255,255,.08);
	overflow: hidden;
	transform: rotate(-1.25deg);
}

.sp-af-marquee::before,
.sp-af-marquee::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: 10%;
	pointer-events: none;
}

.sp-af-marquee::before {
	left: 0;
	background: linear-gradient(to right, #090B14, transparent);
}

.sp-af-marquee::after {
	right: 0;
	background: linear-gradient(to left, #090B14, transparent);
}

.sp-af-marquee-track {
	display: flex;
	width: max-content;
	animation: spAfMarquee var(--sp-af-marquee-duration, 26s) linear infinite;
}

.sp-af-marquee--right .sp-af-marquee-track {
	animation-direction: reverse;
}

.sp-af-marquee.pauses-on-hover:hover .sp-af-marquee-track {
	animation-play-state: paused;
}

.sp-af-marquee-group {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.sp-af-marquee-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 760;
	letter-spacing: .035em;
	white-space: nowrap;
	transition: color 220ms ease, transform 220ms ease;
}

.sp-af-marquee-item:hover {
	transform: translateY(-2px);
}

.sp-af-marquee-icon,
.sp-af-marquee-icon svg,
.sp-af-marquee-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-af-marquee-separator {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: 28px;
	border-radius: 50%;
}

.sp-af-main-grid {
	display: grid;
	grid-template-columns: minmax(0, var(--sp-af-brand-width)) minmax(0, 1fr) minmax(280px, .8fr);
	align-items: start;
}

/* When the optional newsletter is disabled, remove its grid track entirely. */
.sp-af-main-grid--without-newsletter {
	grid-template-columns: minmax(0, var(--sp-af-brand-width)) minmax(0, 1fr);
}

.sp-af-main-grid--without-newsletter .sp-af-links-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-af-brand-block {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.sp-af-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
}

.sp-af-logo-image {
	display: block;
	height: auto;
	max-height: 80px;
	object-fit: contain;
}

.sp-af-brand-wordmark {
	display: inline-flex;
	align-items: baseline;
	font-size: 26px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: -.045em;
}

.sp-af-brand-description {
	max-width: 36ch;
	font-size: 15px;
	line-height: 1.75;
}

.sp-af-brand-description p {
	margin: 0;
}

.sp-af-signature {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 1.5;
}

.sp-af-links-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.sp-af-link-column {
	min-width: 0;
}

.sp-af-column-title {
	margin: 0;
	font-size: 12px;
	font-weight: 820;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sp-af-link-list {
	display: flex;
	flex-direction: column;
}

.sp-af-link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-size: 14px;
	line-height: 1.35;
	transition: color 220ms ease, transform 220ms ease;
}

.sp-af-link::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-6px, -50%) scale(.4);
	transition: opacity 220ms ease, transform 220ms ease;
}

.sp-af-link:hover {
	transform: translateX(7px);
}

.sp-af-link:hover::before {
	opacity: 1;
	transform: translate(0, -50%) scale(1);
}

.sp-af-link-number {
	font-size: 8px;
	opacity: .6;
}

.sp-af-link-icon,
.sp-af-link-icon svg,
.sp-af-link-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-af-link-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 16px;
	padding: 2px 6px;
	border-radius: 999px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .08em;
}

.sp-af-link-arrow {
	opacity: 0;
	font-size: 10px;
	transform: translate(-4px, 4px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.sp-af-link:hover .sp-af-link-arrow {
	opacity: 1;
	transform: none;
}

.sp-af-newsletter {
	position: relative;
	display: grid;
	gap: 16px;
	background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
	border: 1px solid rgba(255,255,255,.09);
	box-shadow: inset 0 1px rgba(255,255,255,.04);
	overflow: hidden;
}

.sp-af-newsletter::before {
	content: "";
	position: absolute;
	right: -44px;
	top: -44px;
	width: 110px;
	height: 110px;
	border: 1px dashed rgba(124,137,255,.24);
	border-radius: 50%;
	pointer-events: none;
}

.sp-af-newsletter-heading {
	margin: 0;
	font-size: 25px;
	font-weight: 730;
	line-height: 1.12;
	letter-spacing: -.035em;
}

.sp-af-newsletter-description,
.sp-af-newsletter-consent {
	margin: 0;
	line-height: 1.65;
}

.sp-af-newsletter-description {
	font-size: 14px;
}

.sp-af-newsletter-consent {
	font-size: 10px;
}

.sp-af-newsletter-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	border: 1px solid rgba(255,255,255,.1);
	overflow: hidden;
	transition: border-color 220ms ease, box-shadow 220ms ease;
}

.sp-af-newsletter-form:focus-within {
	border-color: rgba(117,132,255,.75);
	box-shadow: 0 0 0 4px rgba(117,132,255,.09);
}

.sp-af-newsletter-input {
	min-width: 0;
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
}

.sp-af-newsletter-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 78px;
	padding: 0 16px;
	border: 0;
	cursor: pointer;
	font-weight: 780;
	transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.sp-af-newsletter-button:hover {
	transform: translateX(-2px);
}

.sp-af-newsletter-button svg,
.sp-af-newsletter-button i {
	width: 1em;
	height: 1em;
	fill: currentColor;
}


/* Contact Form 7 and other shortcode form support. */
.sp-af-newsletter-shortcode {
	min-width: 0;
	width: 100%;
}

.sp-af-newsletter-shortcode > :first-child,
.sp-af-newsletter-shortcode form,
.sp-af-newsletter-shortcode .wpcf7 {
	margin-top: 0;
}

.sp-af-newsletter-shortcode > :last-child,
.sp-af-newsletter-shortcode form,
.sp-af-newsletter-shortcode .wpcf7 {
	margin-bottom: 0;
}

.sp-af-newsletter-shortcode form {
	display: grid;
	gap: 12px;
}

.sp-af-newsletter-shortcode p {
	margin: 0;
}

.sp-af-newsletter-shortcode .wpcf7-form-control-wrap {
	display: block;
	min-width: 0;
}

.sp-af-newsletter-shortcode input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.sp-af-newsletter-shortcode textarea,
.sp-af-newsletter-shortcode select {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	padding: 13px 16px;
	color: inherit;
	font: inherit;
	background: rgba(255,255,255,.045);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 14px;
	outline: 0;
	transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.sp-af-newsletter-shortcode textarea {
	min-height: 110px;
	resize: vertical;
}

.sp-af-newsletter-shortcode input:focus,
.sp-af-newsletter-shortcode textarea:focus,
.sp-af-newsletter-shortcode select:focus {
	border-color: rgba(117,132,255,.75);
	box-shadow: 0 0 0 4px rgba(117,132,255,.09);
}

.sp-af-newsletter-shortcode input[type="submit"],
.sp-af-newsletter-shortcode button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	color: #fff;
	font: inherit;
	font-weight: 780;
	background: #6575FF;
	border: 0;
	border-radius: 14px;
	cursor: pointer;
	transition: transform 220ms ease, background 220ms ease;
}

.sp-af-newsletter-shortcode input[type="submit"]:hover,
.sp-af-newsletter-shortcode button[type="submit"]:hover {
	background: #7B67FF;
	transform: translateY(-2px);
}

.sp-af-newsletter-shortcode .wpcf7-spinner {
	margin: 0 0 0 8px;
}

.sp-af-newsletter-shortcode .wpcf7-not-valid-tip,
.sp-af-newsletter-shortcode .wpcf7-response-output {
	font-size: 12px;
	line-height: 1.5;
}

.sp-af-newsletter-shortcode .wpcf7-response-output {
	margin: 8px 0 0;
	padding: 10px 12px;
	border-radius: 10px;
}

.sp-af-contact-deck {
	display: grid;
}

.sp-af-contact-card {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	background: rgba(255,255,255,.03);
	border: 1px solid rgba(255,255,255,.085);
	transition: transform 260ms var(--sp-af-ease), border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
	overflow: hidden;
}

.sp-af-contact-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 25%, rgba(117,131,255,.075), transparent 75%);
	transform: translateX(-110%);
	transition: transform 650ms ease;
	pointer-events: none;
}

.sp-af-contact-card:hover {
	transform: translateY(-5px);
	border-color: rgba(118,132,255,.38);
}

.sp-af-contact-card:hover::before {
	transform: translateX(110%);
}

.sp-af-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	font-size: 17px;
}

.sp-af-contact-icon svg,
.sp-af-contact-icon i {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-af-contact-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.sp-af-contact-label {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.sp-af-contact-value {
	font-size: 18px;
	font-weight: 720;
	line-height: 1.2;
	letter-spacing: -.02em;
	transition: color 220ms ease;
	word-break: break-word;
}

.sp-af-contact-meta {
	font-size: 11px;
	line-height: 1.4;
}

.sp-af-contact-arrow {
	font-size: 14px;
	color: #7784FF;
	transition: transform 220ms ease;
}

.sp-af-contact-card:hover .sp-af-contact-arrow {
	transform: translate(4px, -4px);
}

.sp-af-socials {
	display: flex;
	flex-wrap: wrap;
}

.sp-af-social-link {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
	border: 1px solid rgba(255,255,255,.08);
	transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.sp-af-social-link:hover {
	transform: translateY(-3px);
	border-color: rgba(119,132,255,.32);
}

.sp-af-social-icon,
.sp-af-social-icon svg,
.sp-af-social-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-af-social-copy {
	display: grid;
	gap: 1px;
}

.sp-af-social-label {
	font-size: 11px;
	font-weight: 750;
}

.sp-af-social-handle {
	font-size: 8px;
	line-height: 1.2;
}

.sp-af-social-arrow {
	font-size: 9px;
	opacity: .55;
}

.sp-af-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 22px;
	border-top: 1px solid rgba(255,255,255,.09);
}

.sp-af-bottom-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

.sp-af-copyright,
.sp-af-bottom-note,
.sp-af-legal-link {
	font-size: 11px;
	line-height: 1.5;
}

.sp-af-legal-links {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.sp-af-legal-link {
	transition: color 220ms ease;
}

.sp-af-back-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.09);
	cursor: pointer;
	transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.sp-af-back-top:hover {
	transform: translateY(-4px);
}

.sp-af-back-top-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.sp-af-back-top svg,
.sp-af-back-top i {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-af-reveal {
	transition: opacity 680ms ease, transform 720ms var(--sp-af-ease);
}

.sp-af.has-reveal .sp-af-reveal:not(.is-visible) {
	opacity: 0;
	transform: translateY(28px);
}

.sp-af.has-reveal .sp-af-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@keyframes spAfSweep {
	to { transform: translateX(100%); }
}

@keyframes spAfPulse {
	0% { transform: scale(.7); opacity: .55; }
	70%, 100% { transform: scale(1.7); opacity: 0; }
}

@keyframes spAfOrbit {
	to { transform: rotate(360deg); }
}

@keyframes spAfMarquee {
	to { transform: translateX(calc(-50% - .5px)); }
}

@media (max-width: 1180px) {
	.sp-af-main-grid {
		grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr);
	}
	.sp-af-newsletter {
		grid-column: 1 / -1;
	}
}

@media (max-width: 960px) {
	.sp-af-cta-grid {
		grid-template-columns: 1fr;
		align-items: start;
	}
	.sp-af-cta-actions {
		justify-items: start;
	}
	.sp-af-main-grid {
		grid-template-columns: 1fr;
	}
	.sp-af-brand-description {
		max-width: 58ch;
	}
	.sp-af-links-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.sp-af-bottom {
		grid-template-columns: 1fr auto;
	}
	.sp-af-bottom-note {
		grid-column: 1;
	}
	.sp-af-back-top {
		grid-column: 2;
		grid-row: 1 / span 2;
	}
}

@media (max-width: 720px) {
	.sp-af-main-grid--without-newsletter .sp-af-links-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sp-af-cta-heading {
		font-size: clamp(38px, 11vw, 60px);
	}
	.sp-af-coordinate,
	.sp-af-orbit {
		display: none;
	}
	.sp-af-marquee {
		width: calc(100% + 80px);
		margin-left: -40px;
	}
	.sp-af-links-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sp-af-bottom {
		grid-template-columns: 1fr auto;
		align-items: end;
	}
}

@media (max-width: 520px) {
	.sp-af-main-grid--without-newsletter .sp-af-links-grid {
		grid-template-columns: 1fr 1fr;
	}
	.sp-af-cta-heading {
		font-size: clamp(34px, 12vw, 48px);
	}
	.sp-af-buttons {
		display: grid;
		width: 100%;
	}
	.sp-af-button {
		width: 100%;
	}
	.sp-af-links-grid {
		grid-template-columns: 1fr 1fr;
	}
	.sp-af-newsletter-form {
		grid-template-columns: 1fr;
	}
	.sp-af-newsletter-button {
		min-height: 48px;
	}
	.sp-af-contact-card {
		grid-template-columns: auto minmax(0,1fr);
	}
	.sp-af-contact-arrow {
		display: none;
	}
	.sp-af-bottom {
		grid-template-columns: 1fr;
	}
	.sp-af-back-top {
		grid-column: 1;
		grid-row: auto;
		justify-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp-af.respects-reduced-motion *,
	.sp-af.respects-reduced-motion *::before,
	.sp-af.respects-reduced-motion *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}
