:root {
	--oe-red: #ff2228;
	--oe-black: #050505;
	--oe-charcoal: #111111;
	--oe-soft: #d8d4d0;
	--oe-border: rgba(255, 255, 255, 0.2);
}

.oliva-events-page {
	background: var(--oe-black);
	color: #fff;
	overflow: hidden;
}

.oliva-events-page *,
.oliva-events-page *::before,
.oliva-events-page *::after {
	box-sizing: border-box;
}

.oliva-events-page p,
.oliva-events-page li,
.oliva-events-page a,
.oliva-events-page span {
	font-family: "Josefin Sans", sans-serif;
}

.oliva-events-page h1,
.oliva-events-page h2,
.oliva-events-page h3,
.oliva-events-page strong,
.oliva-events-page .oe-kicker {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
}

.oe-shell {
	width: min(100% - 2rem, 1280px);
	margin-inline: auto;
}

.oe-section {
	padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.oe-kicker {
	margin: 0 0 1rem;
	color: var(--oe-red);
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.oe-heading {
	max-width: 800px;
	margin-bottom: clamp(2.75rem, 5vw, 5rem);
}

.oe-heading h2,
.oe-food-intro h2,
.oe-final h2,
.oe-proof h2 {
	margin: 0;
	font-size: clamp(2.75rem, 5.5vw, 5.5rem);
	line-height: 0.87;
	text-transform: uppercase;
}

.oe-heading > p:last-child,
.oe-heading--split > p,
.oe-food-intro > p:last-child,
.oe-proof__copy > p,
.oe-final__content > p {
	margin: 1.5rem 0 0;
	max-width: 680px;
	color: var(--oe-soft);
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.55;
}

.oe-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	gap: 4rem;
	max-width: none;
	align-items: end;
}

.oe-heading--split > p {
	margin: 0;
}

.oe-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2.25rem;
}

.oe-button {
	display: inline-flex;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.35rem 0.65rem;
	border: 1px solid transparent;
	font-family: "Bebas Neue", sans-serif !important;
	font-size: 1.15rem;
	letter-spacing: 0.055em;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.oe-button:hover {
	transform: translateY(-2px);
}

.oe-button--primary {
	background: var(--oe-red);
	color: #000;
}

.oe-button--primary:hover {
	background: #fff;
	color: #000;
}

.oe-button--outline {
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.oe-button--outline:hover {
	border-color: #fff;
	background: #fff;
	color: #000;
}

.oe-button--dark {
	background: #000;
	color: #fff;
}

.oe-button--dark:hover {
	background: #fff;
	color: #000;
}

.oe-button--light-outline {
	border-color: #000;
	color: #000;
}

.oe-button--light-outline:hover {
	background: #000;
	color: #fff;
}

.oe-hero {
	padding: clamp(2rem, 4vw, 4rem) 0 clamp(4rem, 7vw, 7rem);
}

.oe-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: clamp(2.5rem, 7vw, 7rem);
	align-items: center;
	min-height: min(760px, calc(100vh - 5rem));
}

.oe-hero__copy h1 {
	max-width: 700px;
	margin: 0;
	color: #fff;
	font-size: clamp(4rem, 7vw, 8rem);
	line-height: 0.82;
	text-transform: uppercase;
}

.oe-intro {
	max-width: 620px;
	margin: 2rem 0 0;
	color: var(--oe-soft);
	font-size: clamp(1.08rem, 1.65vw, 1.35rem);
	line-height: 1.55;
}

.oe-scroll-link {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	margin-top: clamp(3.5rem, 8vh, 7rem);
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.oe-scroll-link span:last-child {
	color: var(--oe-red);
	font-size: 1.35rem;
	transition: transform 180ms ease;
}

.oe-scroll-link:hover span:last-child {
	transform: translateY(4px);
}

.oe-hero__visual {
	position: relative;
	min-height: clamp(520px, 69vw, 780px);
	overflow: hidden;
	border-radius: 50% 50% 0 0 / 30% 30% 0 0;
	background: #171717;
}

.oe-hero__visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.72) 100%);
	content: "";
}

.oe-hero__visual img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
	transition: transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.oe-hero__visual:hover img {
	transform: scale(1.025);
}

.oe-hero__badge {
	position: absolute;
	right: 1.4rem;
	bottom: 1.4rem;
	z-index: 1;
	width: 140px;
	height: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border-radius: 50%;
	background: var(--oe-red);
	color: #000;
	text-align: center;
	transform: rotate(5deg);
}

.oe-hero__badge strong {
	font-size: 3.6rem;
	line-height: 0.8;
}

.oe-hero__badge span {
	margin-top: 0.5rem;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.oe-stats {
	border-top: 1px solid var(--oe-border);
	border-bottom: 1px solid var(--oe-border);
	background: #080808;
}

.oe-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.oe-stat {
	min-height: 145px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.5rem;
	border-left: 1px solid var(--oe-border);
}

.oe-stat:last-child {
	border-right: 1px solid var(--oe-border);
}

.oe-stat strong {
	color: var(--oe-red);
	font-size: clamp(2.4rem, 4vw, 4.25rem);
	line-height: 0.9;
}

.oe-stat span {
	margin-top: 0.6rem;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

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

.oe-event-card {
	position: relative;
	min-height: 320px;
	overflow: hidden;
	background: #171717;
	isolation: isolate;
}

.oe-event-card--wide {
	grid-column: span 2;
}

.oe-event-card:nth-child(6) {
	border-radius: 0 10rem 0 0;
}

.oe-event-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.05);
	transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.oe-event-card__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 30%, rgba(0, 0, 0, 0.9) 100%);
}

.oe-event-card h3 {
	position: absolute;
	left: 1.5rem;
	right: 3.5rem;
	bottom: 1.2rem;
	margin: 0;
	color: #fff;
	font-size: clamp(1.45rem, 1.9vw, 2.15rem);
	line-height: 0.95;
	text-transform: uppercase;
}

.oe-event-card__number {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	z-index: 2;
	color: var(--oe-red);
	font-family: "Bebas Neue", sans-serif !important;
	font-size: 1.5rem;
}

.oe-event-card:hover img {
	transform: scale(1.045);
	filter: saturate(1.2);
}

.oe-center-action {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.oe-section--rooms {
	background: #0b0b0b;
}

.oe-rooms {
	border-top: 1px solid var(--oe-border);
}

.oe-room {
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 6vw, 7rem);
	align-items: center;
	padding: clamp(2rem, 4vw, 4rem) 0;
	border-bottom: 1px solid var(--oe-border);
}

.oe-room:nth-child(even) {
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.oe-room:nth-child(even) .oe-room__image {
	order: 2;
}

.oe-room:nth-child(even) .oe-room__content {
	order: 1;
}

.oe-room__image {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #151515;
}

.oe-room:first-child .oe-room__image {
	border-radius: 50% 50% 0 0 / 28% 28% 0 0;
}

.oe-room__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.oe-room:hover .oe-room__image img {
	transform: scale(1.03);
}

.oe-room__image > span {
	position: absolute;
	right: 1rem;
	bottom: 0.7rem;
	color: var(--oe-red);
	font-family: "Bebas Neue", sans-serif !important;
	font-size: 2.2rem;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8);
}

.oe-room__content {
	max-width: 620px;
}

.oe-room__meta {
	margin: 0 0 0.7rem !important;
	color: var(--oe-red) !important;
	font-size: 0.76rem !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.oe-room__content h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.5rem, 4.2vw, 4.8rem);
	line-height: 0.9;
	text-transform: uppercase;
}

.oe-room__content > p {
	margin: 1.3rem 0 0;
	color: var(--oe-soft);
	font-size: 1.1rem;
	line-height: 1.55;
}

.oe-room__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.7rem;
}

.oe-room__facts span {
	padding: 0.55rem 0.7rem 0.42rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	font-size: 0.73rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.oe-whole-venue {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr auto;
	gap: 2rem;
	align-items: center;
	margin-top: 3rem;
	padding: 2.5rem;
	background: var(--oe-red);
	color: #000;
}

.oe-whole-venue .oe-kicker {
	color: #000;
	margin-bottom: 0.5rem;
}

.oe-whole-venue h3 {
	margin: 0;
	font-size: clamp(2.8rem, 4vw, 4.5rem);
	line-height: 0.9;
	text-transform: uppercase;
}

.oe-whole-venue > p {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.45;
}

.oe-whole-venue > strong {
	max-width: 230px;
	font-size: 1.45rem;
	line-height: 1.05;
	text-align: right;
	text-transform: uppercase;
}

.oe-section--facilities {
	background: #000;
}

.oe-facilities {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--oe-border);
	border-left: 1px solid var(--oe-border);
}

.oe-facility {
	position: relative;
	min-height: 260px;
	padding: 2rem;
	border-right: 1px solid var(--oe-border);
	border-bottom: 1px solid var(--oe-border);
}

.oe-facility__number {
	display: block;
	margin-bottom: 3.5rem;
	color: var(--oe-red);
	font-family: "Bebas Neue", sans-serif !important;
	font-size: 1.5rem;
}

.oe-facility h3 {
	margin: 0;
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
}

.oe-facility p {
	margin: 0.9rem 0 0;
	color: var(--oe-soft);
	font-size: 0.98rem;
	line-height: 1.5;
}

.oe-section--food {
	background: var(--oe-red);
	color: #000;
}

.oe-food-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	column-gap: 5rem;
	align-items: end;
	margin-bottom: 4rem;
}

.oe-food-intro .oe-kicker {
	grid-column: 1 / -1;
	color: #000;
}

.oe-food-intro > p:last-child {
	margin: 0;
	color: #000;
}

.oe-food-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
	gap: 1.25rem;
	align-items: stretch;
}

.oe-menu-list {
	background: #f4f0e9;
}

.oe-menu-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2rem;
	align-items: center;
	padding: 1.5rem 1.75rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.oe-menu-row:last-child {
	border-bottom: 0;
}

.oe-menu-row h3,
.oe-bar-card h3 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 1;
	text-transform: uppercase;
}

.oe-menu-row p,
.oe-bar-card p {
	margin: 0.35rem 0 0;
	font-size: 0.93rem;
	line-height: 1.4;
}

.oe-menu-row > strong {
	font-size: 1.3rem;
	text-align: right;
	white-space: nowrap;
}

.oe-bar-card {
	padding: 2rem;
	background: #090909;
	color: #fff;
}

.oe-bar-card > .oe-kicker {
	color: var(--oe-red);
}

.oe-bar-card__item {
	padding: 1.4rem 0;
	border-bottom: 1px solid var(--oe-border);
}

.oe-bar-card__item p {
	color: var(--oe-soft);
}

.oe-bar-card__item strong {
	display: block;
	margin-top: 1rem;
	color: var(--oe-red);
	font-size: 1.65rem;
}

.oe-bar-card__item span {
	display: block;
	margin-top: 0.2rem;
	color: #fff;
	font-size: 0.8rem;
}

.oe-bar-card > a {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.oe-bar-card > a span {
	color: var(--oe-red);
}

.oe-price-note {
	margin: 1.5rem 0 0;
	color: #000;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.45;
}

.oe-section--steps {
	background: #0b0b0b;
}

.oe-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--oe-border);
	border-left: 1px solid var(--oe-border);
}

.oe-steps li {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5rem;
	border-right: 1px solid var(--oe-border);
	border-bottom: 1px solid var(--oe-border);
}

.oe-steps li > span {
	color: var(--oe-red);
	font-family: "Bebas Neue", sans-serif !important;
	font-size: 2.3rem;
}

.oe-steps h3 {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1;
	text-transform: uppercase;
}

.oe-steps p {
	margin: 0.85rem 0 0;
	color: var(--oe-soft);
	font-size: 0.9rem;
	line-height: 1.45;
}

.oe-section--proof {
	background: #000;
}

.oe-proof {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: center;
}

.oe-proof__copy > p {
	margin-top: 1.5rem;
}

.oe-trusted {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 2.5rem;
}

.oe-trusted span {
	padding: 0.65rem 0.8rem 0.48rem;
	border: 1px solid var(--oe-border);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.oe-proof blockquote {
	position: relative;
	margin: 0;
	padding: clamp(2.25rem, 5vw, 5rem);
	background: var(--oe-red);
	color: #000;
}

.oe-proof blockquote::before {
	display: block;
	margin-bottom: 1.5rem;
	content: "“";
	font-family: "Bebas Neue", sans-serif;
	font-size: 6rem;
	line-height: 0.4;
}

.oe-proof blockquote p {
	margin: 0;
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 2.3rem);
	font-weight: 700;
	line-height: 1.3;
}

.oe-proof blockquote footer {
	margin-top: 1.5rem;
	font-family: "Josefin Sans", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.oe-section--gallery {
	padding-top: 2rem;
	background: #000;
}

.oe-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 300px 300px;
	gap: 0.8rem;
}

.oe-gallery figure {
	margin: 0;
	overflow: hidden;
	background: #171717;
}

.oe-gallery__tall {
	grid-row: span 2;
}

.oe-gallery__wide {
	grid-column: span 2;
}

.oe-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease, filter 300ms ease;
}

.oe-gallery figure:hover img {
	transform: scale(1.025);
	filter: saturate(1.15);
}

.oe-final {
	padding: clamp(5rem, 9vw, 9rem) 0;
	background: var(--oe-red);
	color: #000;
}

.oe-final .oe-kicker {
	color: #000;
}

.oe-final__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: start;
}

.oe-final h2 {
	font-size: clamp(3rem, 6vw, 6rem);
}

.oe-final__content > p {
	margin: 0;
	color: #000;
}

.oe-contact-line {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.35);
}

.oe-contact-line span,
.oe-contact-line a,
.oe-brochure-link {
	color: #000;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.045em;
}

.oe-brochure-link {
	display: inline-flex;
	gap: 0.5rem;
	margin-top: 1.7rem;
	text-transform: uppercase;
}

@media (max-width: 1023px) {
	.oe-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
		gap: 2.5rem;
		min-height: auto;
	}

	.oe-hero__visual {
		min-height: 560px;
	}

	.oe-stats__grid {
		grid-template-columns: repeat(4, 1fr);
	}

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

	.oe-event-card--wide {
		grid-column: span 1;
	}

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

	.oe-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oe-food-layout {
		grid-template-columns: 1fr;
	}

	.oe-bar-card {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 2rem;
	}

	.oe-bar-card > .oe-kicker,
	.oe-bar-card > a {
		grid-column: 1 / -1;
	}

	.oe-whole-venue {
		grid-template-columns: 1fr 1fr;
	}

	.oe-whole-venue > strong {
		grid-column: 1 / -1;
		max-width: none;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.oe-shell {
		width: min(100% - 2rem, 1280px);
	}

	.oe-section {
		padding: 4.25rem 0;
	}

	.oe-heading--split,
	.oe-food-intro,
	.oe-proof,
	.oe-final__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.oe-hero {
		padding-top: 1rem;
	}

	.oe-hero__grid {
		grid-template-columns: 1fr;
	}

	.oe-hero__copy h1 {
		font-size: clamp(2.75rem, 9vw, 4rem);
	}

	.oe-scroll-link {
		display: none;
	}

	.oe-hero__visual {
		min-height: 400px;
		border-radius: 50% 50% 0 0 / 24% 24% 0 0;
	}

	.oe-hero__badge {
		width: 116px;
		height: 116px;
	}

	.oe-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.oe-stat {
		min-height: 118px;
		padding: 1rem;
		border-bottom: 1px solid var(--oe-border);
	}

	.oe-stat:nth-child(odd) {
		border-left: 0;
	}

	.oe-stat:last-child {
		grid-column: auto;
		border-right: 1px solid var(--oe-border);
	}

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

	.oe-event-card {
		min-height: 260px;
	}

	.oe-room,
	.oe-room:nth-child(even) {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.oe-room:nth-child(even) .oe-room__image,
	.oe-room:nth-child(even) .oe-room__content {
		order: initial;
	}

	.oe-room__content {
		padding-bottom: 1rem;
	}

	.oe-whole-venue {
		grid-template-columns: 1fr;
		padding: 2rem;
	}

	.oe-whole-venue > strong {
		grid-column: auto;
	}

	.oe-facilities {
		grid-template-columns: 1fr;
	}

	.oe-facility {
		min-height: 230px;
	}

	.oe-bar-card {
		display: block;
	}

	.oe-menu-row {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.oe-menu-row > strong {
		text-align: left;
	}

	.oe-steps {
		grid-template-columns: 1fr;
	}

	.oe-steps li {
		min-height: auto;
		flex-direction: row;
		gap: 1.5rem;
		justify-content: flex-start;
	}

	.oe-steps li > span {
		flex: 0 0 42px;
	}

	.oe-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: 280px 200px 240px;
	}

	.oe-gallery__tall {
		grid-row: span 2;
	}

	.oe-gallery__wide {
		grid-column: span 2;
	}

	.oe-final__content {
		margin-top: 1rem;
	}
}

@media (max-width: 420px) {
	.oe-hero__visual {
		min-height: 340px;
	}

	.oe-event-grid {
		grid-template-columns: 1fr;
	}

	.oe-button {
		width: 100%;
	}

	.oe-event-card {
		min-height: 250px;
	}

	.oe-room__facts {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.oliva-events-page *,
	.oliva-events-page *::before,
	.oliva-events-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
