:root {
	--nexia-bg: #f3f5f8;
	--nexia-surface: #ffffff;
	--nexia-surface-soft: #f7f9fc;
	--nexia-ink: #0f172a;
	--nexia-text: #1f2937;
	--nexia-muted: #475569;
	--nexia-line: rgba(15, 23, 42, 0.12);
	--nexia-line-strong: rgba(15, 23, 42, 0.18);
	--nexia-accent: #0071e3;
	--nexia-shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.06);
	--nexia-shadow-md: 0 14px 34px rgba(15, 23, 42, 0.09);
	--nexia-shadow-lg: 0 18px 42px rgba(15, 23, 42, 0.14);
	--nexia-radius-lg: 22px;
	--nexia-radius-md: 16px;
	--nexia-radius-sm: 12px;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--nexia-bg);
	color: var(--nexia-ink);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	line-height: 1.64;
}

p,
li,
.wp-block-paragraph,
.wp-block-list {
	color: var(--nexia-text);
}

.has-muted-color,
.has-muted-color.has-text-color {
	color: var(--nexia-muted);
	opacity: 1;
}

h1,
h2,
h3,
h4,
.wp-block-heading {
	color: var(--nexia-ink);
	font-weight: 640;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

a {
	transition: color 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.wp-element-button:focus-visible {
	outline: 2px solid var(--nexia-accent);
	outline-offset: 2px;
}

.wp-site-blocks {
	overflow: clip;
}

.nexia-page-main {
	padding-inline: 1rem;
}

.nexia-shell-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(248, 250, 252, 0.94);
	backdrop-filter: saturate(160%) blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: background-color 220ms ease, box-shadow 220ms ease;
}

.nexia-shell-header.is-scrolled {
	background: rgba(248, 250, 252, 0.98);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.nexia-header-bar {
	border-radius: var(--nexia-radius-md);
	padding: 0.48rem 0.66rem 0.48rem 0.88rem;
	background: var(--nexia-surface);
	border: 1px solid var(--nexia-line);
	box-shadow: var(--nexia-shadow-sm);
}

.nexia-brandline {
	gap: 0.55rem;
}

.nexia-brandline .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #eef3f9;
	border: 1px solid var(--nexia-line);
	overflow: hidden;
}

.nexia-brandline .custom-logo {
	max-height: 24px;
	width: auto;
}

.nexia-brand-dot {
	inline-size: 6px;
	block-size: 6px;
	border-radius: 50%;
	background: var(--nexia-ink);
	margin: 0;
	box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.1);
}

.nexia-header-tagline {
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #334155;
	font-weight: 600;
	opacity: 0.96;
}

.nexia-nav-shell .wp-block-navigation-item__content {
	border-radius: 10px;
	padding: 0.32rem 0.62rem;
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--nexia-ink);
}

.nexia-nav-shell .wp-block-navigation-item__content:hover,
.nexia-nav-shell .wp-block-navigation-item__content:focus-visible {
	background: rgba(15, 23, 42, 0.06);
}

.nexia-nav-shell .wp-block-navigation-item__content::after {
	content: "";
	display: block;
	height: 2px;
	margin-top: 2px;
	width: 0;
	background: rgba(0, 113, 227, 0.55);
	transition: width 180ms ease;
}

.nexia-nav-shell .wp-block-navigation-item__content:hover::after,
.nexia-nav-shell .wp-block-navigation-item__content:focus-visible::after {
	width: 100%;
}

.nexia-header-actions {
	gap: 0.45rem;
}

.nexia-mobile-toggle-wrap {
	display: none;
}

.nexia-header-bar .wp-block-button .wp-element-button {
	padding: 0.5rem 0.82rem;
	min-height: 42px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	border-radius: 10px;
	box-shadow: none;
}

.nexia-header-bar .wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border-color: var(--nexia-line-strong);
}

.nexia-header-bar .wp-block-site-title {
	font-size: 1rem;
	letter-spacing: -0.01em;
}

.nexia-mega-panel {
	margin-top: 0.85rem;
	padding: 0.9rem;
	border-radius: 14px;
	background: var(--nexia-surface);
	border: 1px solid var(--nexia-line);
	box-shadow: var(--nexia-shadow-md);
}

.nexia-mega-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.75rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid var(--nexia-line);
}

.nexia-mega-kicker {
	margin: 0;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nexia-muted);
}

.nexia-mega-close {
	border: 1px solid var(--nexia-line);
	background: #fff;
	color: var(--nexia-ink);
	border-radius: 999px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.nexia-mega-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.nexia-mega-col ul {
	margin: 0.6rem 0 0;
	padding: 0;
	list-style: none;
}

.nexia-mega-title {
	font-weight: 600;
	color: var(--nexia-ink);
}

.nexia-mega-desc {
	margin: 0.32rem 0 0.52rem;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--nexia-muted);
}

.nexia-mega-col li {
	margin: 0 0 0.45rem;
}

.nexia-mega-col li a {
	color: var(--nexia-muted);
}

.nexia-primary-nav .wp-block-navigation__submenu-container {
	border: 1px solid var(--nexia-line);
	background: #ffffff;
	border-radius: 12px;
	box-shadow: var(--nexia-shadow-md);
	padding: 0.35rem;
	min-width: 210px;
	z-index: 70;
}

.nexia-primary-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 0.42rem 0.58rem;
	font-size: 0.83rem;
}

.nexia-shell-header,
.nexia-header-bar,
.nexia-nav-shell,
.nexia-primary-nav {
	overflow: visible;
}

.nexia-section-luxury {
	position: relative;
	padding-inline: clamp(0.75rem, 2vw, 1.4rem);
}

.nexia-section-frame,
.nexia-hero-shell,
.nexia-pricing-shell,
.nexia-kpi-card,
.nexia-surface,
.nexia-service-card,
.nexia-proof-card,
.nexia-spotlight-card,
.nexia-framework-card,
.nexia-article-card,
.nexia-post-card,
.nexia-process-step,
.nexia-pricing-card,
.nexia-quote-card,
.nexia-cta-panel,
.nexia-footer-panel,
.nexia-portfolio-card,
.nexia-post-filter-card,
.nexia-faq-item {
	position: relative;
	background: var(--nexia-surface);
	border: 1px solid var(--nexia-line);
	box-shadow: var(--nexia-shadow-md);
}

.nexia-section-frame,
.nexia-hero-shell,
.nexia-pricing-shell,
.nexia-cta-panel,
.nexia-footer-panel {
	padding: clamp(1.25rem, 3vw, 2rem);
	border-radius: var(--nexia-radius-lg);
}

.nexia-section-frame,
.nexia-pricing-shell {
	background: var(--nexia-surface-soft);
}

.nexia-section-frame::before,
.nexia-hero-shell::before,
.nexia-pricing-shell::before,
.nexia-kpi-card::before,
.nexia-surface::before,
.nexia-service-card::before,
.nexia-proof-card::before,
.nexia-spotlight-card::before,
.nexia-framework-card::before,
.nexia-article-card::before,
.nexia-post-card::before,
.nexia-process-step::before,
.nexia-pricing-card::before,
.nexia-quote-card::before,
.nexia-cta-panel::before,
.nexia-footer-panel::before,
.nexia-portfolio-card::before,
.nexia-post-filter-card::before,
.nexia-faq-item::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid rgba(255, 255, 255, 0.65);
	pointer-events: none;
}

.nexia-framework-card,
.nexia-service-card,
.nexia-proof-card,
.nexia-spotlight-card,
.nexia-article-card,
.nexia-post-card,
.nexia-process-step,
.nexia-pricing-card,
.nexia-quote-card,
.nexia-portfolio-card,
.nexia-post-filter-card {
	height: 100%;
	transform-style: preserve-3d;
	will-change: transform;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.nexia-framework-card:hover,
.nexia-service-card:hover,
.nexia-proof-card:hover,
.nexia-spotlight-card:hover,
.nexia-article-card:hover,
.nexia-post-card:hover,
.nexia-process-step:hover,
.nexia-pricing-card:hover,
.nexia-quote-card:hover,
.nexia-portfolio-card:hover,
.nexia-post-filter-card:hover {
	transform: translateY(-1px);
	box-shadow: var(--nexia-shadow-lg);
	border-color: rgba(0, 113, 227, 0.28);
}

.nexia-chip-row p,
.nexia-section-tag,
.nexia-pill-glow,
.nexia-footer-chip,
.nexia-footer-trust p {
	display: inline-flex;
	margin: 0;
	padding: 0.32rem 0.64rem;
	border-radius: 999px;
	border: 1px solid var(--nexia-line-strong);
	background: #edf2f8;
	color: #334155;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.nexia-hero-kicker {
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
}

.nexia-hero h2 {
	max-width: 15ch;
	font-size: clamp(2rem, 4.1vw, 3.7rem);
	line-height: 1.02;
}

.nexia-hero .has-md-font-size,
.nexia-pricing-head .has-sm-font-size,
.nexia-footer-lead {
	max-width: 60ch;
	color: var(--nexia-text);
}

.nexia-hero-signature .nexia-hero-shell,
.nexia-quote-signature,
.nexia-cta-signature,
.nexia-footer-luxury {
	background: var(--nexia-surface);
}

.nexia-hero-signature .nexia-hero-shell::after,
.nexia-hero-signature .nexia-hero-shell::before,
.nexia-quote-signature::after,
.nexia-cta-signature::after,
.nexia-footer-luxury::after,
.nexia-pricing-card.is-featured::before,
.nexia-tier-starter::after,
.nexia-tier-growth::after,
.nexia-tier-flagship::after {
	display: none;
}

.nexia-hero-visual {
	border-radius: var(--nexia-radius-md);
	background: var(--nexia-surface);
	border: 1px solid var(--nexia-line);
	box-shadow: var(--nexia-shadow-md);
}

.nexia-hero-slider {
	display: grid;
	gap: 0.85rem;
}

.nexia-hero-slides {
	display: grid;
	position: relative;
	min-height: 248px;
}

.nexia-hero-slide {
	grid-area: 1 / 1;
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 340ms ease, transform 340ms ease;
}

.nexia-hero-slide.is-active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.nexia-hero-slider-dots {
	gap: 0.42rem;
}

.nexia-hero-slider-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid var(--nexia-line-strong);
	background: transparent;
	cursor: pointer;
}

.nexia-hero-slider-dots button.is-active {
	width: 20px;
	background: rgba(0, 113, 227, 0.22);
	border-color: rgba(0, 113, 227, 0.38);
}

.nexia-metric-value {
	font-size: clamp(2.2rem, 4vw, 3rem);
	line-height: 1;
	letter-spacing: -0.03em;
	margin: 0.4rem 0 0.2rem;
}

.nexia-floating-note {
	margin-top: 0.9rem;
	padding: 0.55rem 0.7rem;
	border-radius: var(--nexia-radius-sm);
	border: 1px solid var(--nexia-line);
	background: #f3f6fa;
}

.nexia-hero-trustbar {
	gap: 0.5rem;
}

.nexia-hero-trustbar strong {
	color: var(--nexia-ink);
	letter-spacing: -0.01em;
}

.nexia-kpi-card {
	min-height: 138px;
}

.nexia-kpi-card strong {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.65rem, 3vw, 2.2rem);
	font-weight: 600;
	letter-spacing: -0.03em;
}

.nexia-mini-list {
	margin: 0.7rem 0 0;
	padding-left: 1.1rem;
	color: var(--nexia-muted);
}

.nexia-mini-list li {
	margin-bottom: 0.3rem;
}

.nexia-price {
	font-size: clamp(2rem, 3.6vw, 2.75rem);
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0.45rem 0 0.2rem;
}

.nexia-price-note {
	margin-bottom: 0.2rem;
}

.nexia-price-guarantee {
	margin-top: 0.85rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--nexia-line);
}

.nexia-pricing-cta {
	margin-top: 0.85rem;
}

.nexia-pricing-note-strip {
	padding-top: 0.9rem;
	border-top: 1px solid var(--nexia-line);
}

.nexia-pricing-card.is-featured {
	border-color: rgba(0, 113, 227, 0.3);
	box-shadow: 0 20px 46px rgba(0, 113, 227, 0.14);
}

.nexia-tier-starter,
.nexia-tier-growth,
.nexia-tier-flagship {
	border-top: 2px solid var(--nexia-line-strong);
}

.nexia-tier-growth {
	border-top-color: rgba(0, 113, 227, 0.45);
}

.nexia-filter-shell {
	display: grid;
	gap: 1rem;
}

.nexia-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.nexia-filter button {
	border: 1px solid var(--nexia-line);
	background: #fff;
	color: var(--nexia-muted);
	padding: 0.45rem 0.82rem;
	border-radius: 999px;
	cursor: pointer;
	min-height: 42px;
}

.nexia-filter button.is-active {
	border-color: rgba(0, 113, 227, 0.35);
	background: rgba(0, 113, 227, 0.09);
	color: var(--nexia-ink);
}

.nexia-portfolio-grid,
.nexia-post-filter-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.nexia-portfolio-grid.cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexia-portfolio-grid.cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nexia-portfolio-card,
.nexia-post-filter-card {
	border-radius: var(--nexia-radius-md);
	padding: 1rem;
}

.nexia-portfolio-thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	margin-bottom: 0.75rem;
}

.nexia-portfolio-card h3,
.nexia-post-filter-card h3 {
	margin: 0 0 0.45rem;
	font-size: 1.06rem;
}

.nexia-portfolio-card p,
.nexia-post-filter-card p,
.nexia-portfolio-empty {
	margin: 0;
	color: var(--nexia-muted);
}

.nexia-faq-item {
	margin-bottom: 0.8rem;
	padding: 1rem 1.1rem;
	border-radius: var(--nexia-radius-sm);
}

.nexia-faq-item summary {
	cursor: pointer;
	font-weight: 600;
}

.nexia-card-index {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.74rem;
	color: var(--nexia-muted);
	letter-spacing: 0.12em;
}

.nexia-entry-content > * {
	max-width: min(100%, 760px);
}

.nexia-entry-content > p,
.nexia-entry-content > li {
	color: #2b2f38;
}

.nexia-footer-luxury {
	border: 1px solid var(--nexia-line-strong);
	box-shadow: var(--nexia-shadow-md);
}

.nexia-footer-heading {
	letter-spacing: 0.02em;
	margin-bottom: 0.35rem;
}

.nexia-footer-top {
	align-items: flex-end;
}

.nexia-footer-kicker {
	max-width: 21ch;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.nexia-footer-actions {
	gap: 0.55rem;
}

.nexia-footer-actions .wp-element-button {
	min-height: 42px;
}

.nexia-footer-links .wp-block-navigation-item__content {
	padding: 0.08rem 0;
	font-size: 0.84rem;
	line-height: 1.3;
}

.nexia-footer-links .wp-block-navigation__container {
	gap: 0.18rem !important;
	align-items: flex-start;
}

.nexia-footer-links .wp-block-navigation-item {
	margin: 0 !important;
}

.nexia-footer-trust {
	gap: 0.38rem;
}

.nexia-footer-meta {
	gap: 0.7rem;
	padding-top: 0.3rem;
	border-top: 1px solid var(--nexia-line);
}

.nexia-footer-luxury .wp-block-separator {
	opacity: 0.45;
	border-color: var(--nexia-line-strong);
}

.nexia-footer-panel p {
	margin: 0 0 0.32rem;
}

.nexia-footer-panel p:last-child {
	margin-bottom: 0;
}

.wp-block-button .wp-element-button {
	font-weight: 600;
	letter-spacing: 0.01em;
	min-height: 44px;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.wp-block-button .wp-element-button:hover,
.wp-block-button .wp-element-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	border: 1px solid var(--nexia-line);
	background: transparent;
	color: var(--nexia-ink);
}

.wp-block-post-featured-image img {
	border-radius: var(--nexia-radius-md);
}

.wp-block-query-pagination {
	margin-top: 2rem;
	justify-content: center;
	gap: 0.55rem;
}

.wp-block-query-pagination a,
.wp-block-query-pagination span {
	padding: 0.42rem 0.85rem;
	border-radius: 999px;
	border: 1px solid var(--nexia-line);
	background: #fff;
	color: var(--nexia-ink);
}

.nexia-is-ready .nexia-hero-shell,
.nexia-is-ready .nexia-proof-card,
.nexia-is-ready .nexia-service-card,
.nexia-is-ready .nexia-pricing-card {
	animation: nexiaRise 520ms ease both;
}

.nexia-reveal {
	opacity: 0;
	transform: translateY(14px);
}

.nexia-reveal.nexia-reveal-in {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 460ms ease, transform 460ms ease;
}

@keyframes nexiaRise {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 900px) {
	body.nexia-mobile-nav-open {
		overflow: hidden;
	}

	.nexia-shell-header {
		position: static;
	}

	.nexia-header-tagline {
		display: none;
	}

	.nexia-mobile-toggle-wrap {
		display: flex;
	}

	.nexia-header-actions {
		display: none;
	}

	.nexia-nav-shell {
		width: 100%;
		display: none;
		padding-top: 0.55rem;
	}

	.nexia-nav-shell.is-open {
		display: block;
	}

	.nexia-nav-shell .wp-block-navigation {
		padding: 0.55rem;
		border: 1px solid var(--nexia-line);
		border-radius: 12px;
		background: #fff;
		box-shadow: var(--nexia-shadow-sm);
	}

	.nexia-nav-shell .wp-block-navigation-item__content {
		width: 100%;
		padding: 0.45rem 0.2rem;
	}

	.nexia-mega-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nexia-portfolio-grid,
	.nexia-post-filter-grid,
	.nexia-portfolio-grid.cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nexia-pricing-card.is-featured {
		transform: none;
	}

	.nexia-hero h2,
	.nexia-footer-kicker {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	:root {
		--nexia-safe-top: env(safe-area-inset-top, 0px);
		--nexia-safe-bottom: env(safe-area-inset-bottom, 0px);
	}

	.nexia-shell-header {
		padding-top: var(--nexia-safe-top);
	}

	.nexia-page-main {
		padding-inline: 0.8rem;
	}

	.nexia-header-bar {
		padding: 0.5rem;
		border-radius: 12px;
	}

	.nexia-header-bar .wp-block-site-title {
		font-size: 0.95rem;
	}

	.nexia-hero h2 {
		font-size: clamp(1.72rem, 8.4vw, 2.35rem);
		line-height: 1.05;
	}

	.nexia-hero-trustbar {
		gap: 0.4rem;
	}

	.nexia-hero-trustbar p {
		font-size: 0.75rem;
	}

	.nexia-hero-slides {
		min-height: 208px;
	}

	.nexia-section-frame,
	.nexia-pricing-shell,
	.nexia-hero-shell,
	.nexia-footer-panel,
	.nexia-cta-panel {
		padding: 1rem;
		border-radius: 18px;
	}

	.nexia-kpi-card,
	.nexia-surface,
	.nexia-service-card,
	.nexia-proof-card,
	.nexia-spotlight-card,
	.nexia-framework-card,
	.nexia-article-card,
	.nexia-post-card,
	.nexia-process-step,
	.nexia-pricing-card,
	.nexia-quote-card,
	.nexia-cta-panel,
	.nexia-footer-panel,
	.nexia-portfolio-card,
	.nexia-post-filter-card,
	.nexia-faq-item {
		border-radius: 18px;
	}

	.nexia-mega-grid,
	.nexia-portfolio-grid,
	.nexia-post-filter-grid,
	.nexia-portfolio-grid.cols-2,
	.nexia-portfolio-grid.cols-4 {
		grid-template-columns: 1fr;
	}

	.nexia-filter {
		gap: 0.45rem;
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 0.2rem;
		scrollbar-width: thin;
	}

	.nexia-filter button {
		flex: 0 0 auto;
	}

	.wp-site-blocks {
		padding-bottom: calc(var(--nexia-safe-bottom) + 0.2rem);
	}
}

@media (max-width: 480px) {
	.nexia-price {
		font-size: clamp(1.7rem, 8vw, 2.1rem);
	}

	.nexia-metric-value {
		font-size: clamp(1.8rem, 10vw, 2.3rem);
	}

	.nexia-hero-slides {
		min-height: 192px;
	}
}

@media (hover: none) and (pointer: coarse) {
	.nexia-framework-card,
	.nexia-service-card,
	.nexia-proof-card,
	.nexia-spotlight-card,
	.nexia-article-card,
	.nexia-post-card,
	.nexia-process-step,
	.nexia-pricing-card,
	.nexia-quote-card,
	.nexia-portfolio-card,
	.nexia-post-filter-card {
		transition: none;
	}
}

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