/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
	:root, :host {
		--font-sans: Poppins, sans-serif;
		--font-serif: Loretta, serif;
		--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
		--color-black: #090208;
		--color-white: #fff;
		--spacing: 0.25rem;
		--text-sm: 0.875rem;
		--text-sm--line-height: calc(1.25 / 0.875);
		--text-xl: 1.25rem;
		--text-xl--line-height: calc(1.75 / 1.25);
		--text-2xl: 1.5rem;
		--text-2xl--line-height: calc(2 / 1.5);
		--font-weight-semibold: 600;
		--font-weight-bold: 700;
		--leading-tight: 1.25;
		--radius-lg: 0.5rem;
		--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
		--default-transition-duration: 150ms;
		--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		--default-font-family: var(--font-sans);
		--default-mono-font-family: var(--font-mono);
		--color-black-100: #0E0F10;
		--color-grey-100: #384145;
		--color-grey-200: #8CA0AA;
		--color-grey: #796F78;
		--color-grey-300: #EBEEF0;
		--color-grey-light: #F1E9F0;
		--color-grey-dark: #30262E;
		--color-btn: #0077ED;
		--color-btn-dark: #007AB8;
		--color-blue: #5E2BFF;
		--color-red-light: #FF6684;
		--color-red: #FF0032;
		--color-red-dark: #99001E;
		--color-purple-light: #9F4CC0;
		--color-purple: #6B0096;
		--color-purple-dark: #40005A;
		--color-shadow-alpha: #00000099;
	}
}
@layer base {
	*,
	::after,
	::before,
	::backdrop,
	::file-selector-button {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		border: 0 solid;
	}
	html,
	:host {
		line-height: 1.5;
		-webkit-text-size-adjust: 100%;
		-moz-tab-size: 4;
		-o-tab-size: 4;
		tab-size: 4;
		font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
		font-feature-settings: var(--default-font-feature-settings, normal);
		font-variation-settings: var(--default-font-variation-settings, normal);
		-webkit-tap-highlight-color: transparent;
	}
	hr {
		height: 0;
		color: inherit;
		border-top-width: 1px;
	}
	abbr:where([title]) {
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: inherit;
		font-weight: inherit;
	}
	a {
		color: inherit;
		-webkit-text-decoration: inherit;
		text-decoration: inherit;
	}
	b,
	strong {
		font-weight: bolder;
	}
	code,
	kbd,
	samp,
	pre {
		font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
		font-feature-settings: var(--default-mono-font-feature-settings, normal);
		font-variation-settings: var(--default-mono-font-variation-settings, normal);
		font-size: 1em;
	}
	small {
		font-size: 80%;
	}
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	sub {
		bottom: -0.25em;
	}
	sup {
		top: -0.5em;
	}
	table {
		text-indent: 0;
		border-color: inherit;
		border-collapse: collapse;
	}
	:-moz-focusring {
		outline: auto;
	}
	progress {
		vertical-align: baseline;
	}
	summary {
		display: list-item;
	}
	ol,
	ul,
	menu {
		list-style: none;
	}
	img,
	svg,
	video,
	canvas,
	audio,
	iframe,
	embed,
	object {
		display: block;
		vertical-align: middle;
	}
	img,
	video {
		max-width: 100%;
		height: auto;
	}
	button,
	input,
	select,
	optgroup,
	textarea,
	::file-selector-button {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		border-radius: 0;
		background-color: transparent;
		opacity: 1;
	}
	:where(select:is([multiple], [size])) optgroup {
		font-weight: bolder;
	}
	:where(select:is([multiple], [size])) optgroup option {
		padding-inline-start: 20px;
	}
	::file-selector-button {
		margin-inline-end: 4px;
	}
	::-moz-placeholder {
		opacity: 1;
	}
	::placeholder {
		opacity: 1;
	}
	@supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
		::-moz-placeholder {
			color: currentcolor;
		@supports (color: color-mix(in lab, red, red)) {
			color: color-mix(in oklab, currentcolor 50%, transparent);
		}
	}
	::placeholder {
		color: currentcolor;
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, currentcolor 50%, transparent);
	}
}
}
textarea {
	resize: vertical;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-date-and-time-value {
	min-height: 1lh;
	text-align: inherit;
}
::-webkit-datetime-edit {
	display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
	padding-block: 0;
}
:-moz-ui-invalid {
	box-shadow: none;
}
button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
	display: none !important;
}
}
@layer utilities {
	.pointer-events-auto {
		pointer-events: auto;
	}
	.pointer-events-none {
		pointer-events: none;
	}
	.\!static {
		position: static !important;
	}
	.absolute {
		position: absolute;
	}
	.fixed {
		position: fixed;
	}
	.relative {
		position: relative;
	}
	.inset-0 {
		inset: calc(var(--spacing) * 0);
	}
	.-top-\[62px\] {
		top: calc(62px * -1);
	}
	.top-0 {
		top: calc(var(--spacing) * 0);
	}
	.top-1\/2 {
		top: calc(1/2 * 100%);
	}
	.top-2\.5 {
		top: calc(var(--spacing) * 2.5);
	}
	.top-6 {
		top: calc(var(--spacing) * 6);
	}
	.top-8 {
		top: calc(var(--spacing) * 8);
	}
	.top-18 {
		top: calc(var(--spacing) * 18);
	}
	.top-20 {
		top: calc(var(--spacing) * 20);
	}
	.top-auto {
		top: auto;
	}
	.right-0 {
		right: calc(var(--spacing) * 0);
	}
	.right-5 {
		right: calc(var(--spacing) * 5);
	}
	.right-\[calc\(50\%\+99\.5px\)\] {
		right: calc(50% + 99.5px);
	}
	.-bottom-4 {
		bottom: calc(var(--spacing) * -4);
	}
	.-bottom-\[62px\] {
		bottom: calc(62px * -1);
	}
	.bottom-0 {
		bottom: calc(var(--spacing) * 0);
	}
	.bottom-\[33px\] {
		bottom: 33px;
	}
	.left-0 {
		left: calc(var(--spacing) * 0);
	}
	.left-2\.5 {
		left: calc(var(--spacing) * 2.5);
	}
	.left-5 {
		left: calc(var(--spacing) * 5);
	}
	.left-\[calc\(50\%\+99\.5px\)\] {
		left: calc(50% + 99.5px);
	}
	.z-10 {
		z-index: 10;
	}
	.z-30 {
		z-index: 30;
	}
	.z-40 {
		z-index: 40;
	}
	.z-50 {
		z-index: 50;
	}
	.order-1 {
		order: 1;
	}
	.order-2 {
		order: 2;
	}
	.\!m-0 {
		margin: calc(var(--spacing) * 0) !important;
	}
	.-mx-\[5px\] {
		margin-inline: calc(5px * -1);
	}
	.mx-auto {
		margin-inline: auto;
	}
	.my-\[50px\] {
		margin-block: 50px;
	}
	.my-\[100px\] {
		margin-block: 100px;
	}
	.prose {
		color: var(--tw-prose-body);
		max-width: 65ch;
	:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 1em;
		font-size: 1rem;
	}
	:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-lead);
		font-size: 1.25em;
		line-height: 1.6;
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}
	:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--color-btn);
		text-decoration: underline;
		font-weight: 500;
&:hover {
	 text-decoration: none;
 }
}
:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 700;
}
:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}
:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
}
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: disc;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	color: var(--tw-prose-bullets);
}
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1;
	margin-top: 3em;
	margin-bottom: 3em;
}
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 500;
	font-style: italic;
	color: var(--color-grey);
	border-inline-start-width: 0.25rem;
	border-inline-start-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-inline-start: 1em;
	font-family: var(--font-serif);
	font-size: 24px;
}
:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: open-quote;
}
:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: close-quote;
}
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 64px;
	margin-top: 0;
	margin-bottom: .3em;
	line-height: 1.75;
	font-family: var(--font-serif);
}
:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 900;
	color: inherit;
}
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 48px;
	margin-top: 0;
	margin-bottom: .2em;
	line-height: 1.75;
	font-family: var(--font-serif);
}
:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 800;
	color: inherit;
}
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: .1em;
	line-height: 1.75;
	font-family: var(--font-serif);
}
:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	font-size: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-inline-end: 0.375em;
	padding-bottom: 0.1875em;
	padding-inline-start: 0.375em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: "`";
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: "`";
}
:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}
:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-inline-end: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-inline-start: 1.1428571em;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: none;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: none;
}
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	width: 100%;
	table-layout: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-td-borders);
}
:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 0;
}
:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: baseline;
}
:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}
:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: top;
}
:where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	text-align: start;
}
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
--tw-prose-body: var(--color-black);
--tw-prose-headings: var(--color-black);
--tw-prose-lead: oklch(44.6% 0.03 256.802);
--tw-prose-links: var(--color-btn);
--tw-prose-bold: var(--color-black);
--tw-prose-counters: oklch(55.1% 0.027 264.364);
--tw-prose-bullets: var(--color-grey-dark);
--tw-prose-hr: var(--color-grey-dark);
--tw-prose-quotes: var(--color-grey);
--tw-prose-quote-borders: var(--color-grey);
--tw-prose-captions: oklch(55.1% 0.027 264.364);
--tw-prose-kbd: oklch(21% 0.034 264.665);
--tw-prose-kbd-shadows: NaN NaN NaN;
--tw-prose-code: oklch(21% 0.034 264.665);
--tw-prose-pre-code: oklch(92.8% 0.006 264.531);
--tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
--tw-prose-th-borders: oklch(87.2% 0.01 258.338);
--tw-prose-td-borders: oklch(92.8% 0.006 264.531);
--tw-prose-invert-body: oklch(87.2% 0.01 258.338);
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
--tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
--tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
--tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
--tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
--tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
font-size: 1rem;
line-height: 1.75;
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0.375em;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0.375em;
}
:where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
:where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
:where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
:where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
:where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
	padding-inline-start: 1.625em;
}
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0;
}
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-end: 0;
}
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-top: 0.5714286em;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0;
}
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-end: 0;
}
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
:where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
:where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 0;
}
:where(em):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-style: italic;
}
:where(s):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	text-decoration: line-through;
	text-decoration-thickness: from-font;
}
:where(@media (min-width: 1024px)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 32px;
}
}
:where(ul, ul ul, ul ul ul, ul ol, ul ol ul, ol ul, ol ul ol, ol, ol ol, ol ol ol, li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1.25em;
}
:where(ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
:where(ol ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
:where(ul ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: circle;
}
:where(ul ul ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: square;
}
:where(p:has(+ ol)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 0.625em;
}
:where(p:has(+ ul)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 0.625em;
}
}
.\!mt-0 {
	margin-top: calc(var(--spacing) * 0) !important;
}
.-mt-\[80px\] {
	margin-top: calc(80px * -1);
}
.mt-0 {
	margin-top: calc(var(--spacing) * 0);
}
.mt-2 {
	margin-top: calc(var(--spacing) * 2);
}
.mt-5 {
	margin-top: calc(var(--spacing) * 5);
}
.mt-\[30px\] {
	margin-top: 30px;
}
.mt-\[50px\] {
	margin-top: 50px;
}
.mt-\[60px\] {
	margin-top: 60px;
}
.-mb-\[100px\] {
	margin-bottom: calc(100px * -1);
}
.mb-\[30px\] {
	margin-bottom: 30px;
}
.mb-\[60px\] {
	margin-bottom: 60px;
}
.mb-\[100px\] {
	margin-bottom: 100px;
}
.mb-\[118px\] {
	margin-bottom: 118px;
}
.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.line-clamp-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.line-clamp-6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.line-clamp-\[7\] {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.inline-flex {
	display: inline-flex;
}
.aspect-square {
	aspect-ratio: 1 / 1;
}
.size-6 {
	width: calc(var(--spacing) * 6);
	height: calc(var(--spacing) * 6);
}
.size-12 {
	width: calc(var(--spacing) * 12);
	height: calc(var(--spacing) * 12);
}
.size-18 {
	width: calc(var(--spacing) * 18);
	height: calc(var(--spacing) * 18);
}
.size-\[5px\] {
	width: 5px;
	height: 5px;
}
.size-\[18px\] {
	width: 18px;
	height: 18px;
}
.size-\[60px\] {
	width: 60px;
	height: 60px;
}
.size-\[200px\] {
	width: 200px;
	height: 200px;
}
.size-full {
	width: 100%;
	height: 100%;
}
.\!h-\[56px\] {
	height: 56px !important;
}
.\!h-full {
	height: 100% !important;
}
.h-0\.5 {
	height: calc(var(--spacing) * 0.5);
}
.h-1 {
	height: calc(var(--spacing) * 1);
}
.h-1\.5 {
	height: calc(var(--spacing) * 1.5);
}
.h-2\.5 {
	height: calc(var(--spacing) * 2.5);
}
.h-7 {
	height: calc(var(--spacing) * 7);
}
.h-10 {
	height: calc(var(--spacing) * 10);
}
.h-12 {
	height: calc(var(--spacing) * 12);
}
.h-40 {
	height: calc(var(--spacing) * 40);
}
.h-\[48px\] {
	height: 48px;
}
.h-\[50px\] {
	height: 50px;
}
.h-\[52px\] {
	height: 52px;
}
.h-\[56px\] {
	height: 56px;
}
.h-\[58px\] {
	height: 58px;
}
.h-\[60px\] {
	height: 60px;
}
.h-\[80px\] {
	height: 80px;
}
.h-\[100px\] {
	height: 100px;
}
.h-\[105px\] {
	height: 105px;
}
.h-\[108px\] {
	height: 108px;
}
.h-\[166px\] {
	height: 166px;
}
.h-\[173px\] {
	height: 173px;
}
.h-\[202px\] {
	height: 202px;
}
.h-\[286px\] {
	height: 286px;
}
.h-\[370px\] {
	height: 370px;
}
.h-\[390px\] {
	height: 390px;
}
.h-\[459px\] {
	height: 459px;
}
.h-\[500px\] {
	height: 500px;
}
.h-\[550px\] {
	height: 550px;
}
.h-\[580px\] {
	height: 580px;
}
.h-\[700px\] {
	height: 700px;
}
.h-\[891px\] {
	height: 891px;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.h-screen {
	height: 100vh;
}
.max-h-60 {
	max-height: calc(var(--spacing) * 60);
}
.max-h-\[108px\] {
	max-height: 108px;
}
.max-h-\[224px\] {
	max-height: 224px;
}
.max-h-\[1000px\] {
	max-height: 1000px;
}
.max-h-full {
	max-height: 100%;
}
.min-h-0 {
	min-height: calc(var(--spacing) * 0);
}
.min-h-\[80px\] {
	min-height: 80px;
}
.min-h-\[302px\] {
	min-height: 302px;
}
.min-h-\[328px\] {
	min-height: 328px;
}
.\!w-\[56px\] {
	width: 56px !important;
}
.\!w-auto {
	width: auto !important;
}
.w-0 {
	width: calc(var(--spacing) * 0);
}
.w-1\.5 {
	width: calc(var(--spacing) * 1.5);
}
.w-10 {
	width: calc(var(--spacing) * 10);
}
.w-20 {
	width: calc(var(--spacing) * 20);
}
.w-\[60px\] {
	width: 60px;
}
.w-\[94px\] {
	width: 94px;
}
.w-\[122px\] {
	width: 122px;
}
.w-\[160px\] {
	width: 160px;
}
.w-\[172px\] {
	width: 172px;
}
.w-\[180px\] {
	width: 180px;
}
.w-\[182px\] {
	width: 182px;
}
.w-\[219px\] {
	width: 219px;
}
.w-\[624px\] {
	width: 624px;
}
.w-\[832px\] {
	width: 832px;
}
.w-auto {
	width: auto;
}
.w-full {
	width: 100%;
}
.max-w-\[300px\] {
	max-width: 300px;
}
.max-w-\[400px\] {
	max-width: 400px;
}
.max-w-\[620px\] {
	max-width: 620px;
}
.max-w-\[655px\] {
	max-width: 655px;
}
.max-w-\[680px\] {
	max-width: 680px;
}
.max-w-\[800px\] {
	max-width: 800px;
}
.max-w-\[866px\] {
	max-width: 866px;
}
.max-w-\[886px\] {
	max-width: 886px;
}
.max-w-\[900px\] {
	max-width: 900px;
}
.max-w-\[1440px\] {
	max-width: 1440px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-none {
	max-width: none;
}
.min-w-0 {
	min-width: calc(var(--spacing) * 0);
}
.min-w-\[260px\] {
	min-width: 260px;
}
.flex-0 {
	flex: 0;
}
.flex-1 {
	flex: 1;
}
.flex-none {
	flex: none;
}
.shrink-0 {
	flex-shrink: 0;
}
.-translate-y-1\/2 {
	--tw-translate-y: calc(calc(1/2 * 100%) * -1);
	translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0 {
	--tw-translate-y: calc(var(--spacing) * 0);
	translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-full {
	--tw-translate-y: 100%;
	translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-rotate-90 {
	rotate: calc(90deg * -1);
}
.rotate-90 {
	rotate: 90deg;
}
.\!transform-none {
	transform: none !important;
}
.transform {
	transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
	grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
	grid-template-rows: 1fr;
}
.flex-col {
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.items-end {
	align-items: flex-end;
}
.items-start {
	align-items: flex-start;
}
.items-stretch {
	align-items: stretch;
}
.justify-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-start {
	justify-content: flex-start;
}
.gap-1 {
	gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
	gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
	gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
	gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
	gap: calc(var(--spacing) * 3);
}
.gap-4 {
	gap: calc(var(--spacing) * 4);
}
.gap-5 {
	gap: calc(var(--spacing) * 5);
}
.gap-6 {
	gap: calc(var(--spacing) * 6);
}
.gap-8 {
	gap: calc(var(--spacing) * 8);
}
.gap-10 {
	gap: calc(var(--spacing) * 10);
}
.gap-\[5px\] {
	gap: 5px;
}
.gap-\[30px\] {
	gap: 30px;
}
.gap-\[50px\] {
	gap: 50px;
}
.gap-\[68px\] {
	gap: 68px;
}
.gap-\[100px\] {
	gap: 100px;
}
.gap-x-3\.5 {
	-moz-column-gap: calc(var(--spacing) * 3.5);
	column-gap: calc(var(--spacing) * 3.5);
}
.gap-x-5 {
	-moz-column-gap: calc(var(--spacing) * 5);
	column-gap: calc(var(--spacing) * 5);
}
.gap-x-\[5px\] {
	-moz-column-gap: 5px;
	column-gap: 5px;
}
.gap-y-2\.5 {
	row-gap: calc(var(--spacing) * 2.5);
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.\!rounded-full {
	border-radius: calc(infinity * 1px) !important;
}
.rounded-full {
	border-radius: calc(infinity * 1px);
}
.rounded-lg {
	border-radius: var(--radius-lg);
}
.rounded-l-\[10px\] {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.border {
	border-style: var(--tw-border-style);
	border-width: 1px;
}
.border-t {
	border-top-style: var(--tw-border-style);
	border-top-width: 1px;
}
.border-b {
	border-bottom-style: var(--tw-border-style);
	border-bottom-width: 1px;
}
.border-b-0 {
	border-bottom-style: var(--tw-border-style);
	border-bottom-width: 0px;
}
.border-none {
	--tw-border-style: none;
	border-style: none;
}
.border-grey-100 {
	border-color: var(--color-grey-100);
}
.border-grey-light {
	border-color: var(--color-grey-light);
}
.border-transparent {
	border-color: transparent;
}
.\!bg-\[\#0902081A\] {
	background-color: #0902081A !important;
}
.bg-\[\#090208B2\] {
	background-color: #090208B2;
}
.bg-\[\#1412121A\] {
	background-color: #1412121A;
}
.bg-black {
	background-color: var(--color-black);
}
.bg-black-100 {
	background-color: var(--color-black-100);
}
.bg-black\/40 {
	background-color: color-mix(in srgb, #090208 40%, transparent);
@supports (color: color-mix(in lab, red, red)) {
	background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
}
}
.bg-black\/90 {
	background-color: color-mix(in srgb, #090208 90%, transparent);
@supports (color: color-mix(in lab, red, red)) {
	background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
}
}
.bg-blue {
	background-color: var(--color-blue);
}
.bg-btn {
	background-color: var(--color-btn);
}
.bg-grey-200 {
	background-color: var(--color-grey-200);
}
.bg-grey-300 {
	background-color: var(--color-grey-300);
}
.bg-grey-dark {
	background-color: var(--color-grey-dark);
}
.bg-grey-light {
	background-color: var(--color-grey-light);
}
.bg-purple {
	background-color: var(--color-purple);
}
.bg-purple-dark {
	background-color: var(--color-purple-dark);
}
.bg-purple-light {
	background-color: var(--color-purple-light);
}
.bg-red {
	background-color: var(--color-red);
}
.bg-red-dark {
	background-color: var(--color-red-dark);
}
.bg-red-light {
	background-color: var(--color-red-light);
}
.bg-white {
	background-color: var(--color-white);
}
.bg-\[linear-gradient\(180deg\,_rgba\(0\,0\,0\,0\)_59\.5\%\,_\#000000_82\.79\%\)\] {
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 59.5%, #000000 82.79%);
}
.bg-\[url\(\'\/images\/Musica-Orbis-2024-Day2-Competition-168\.webp\'\)\] {
	background-image: url('/frontend/images/Musica-Orbis-2024-Day2-Competition-168.webp');
}
.bg-\[url\(\'\/images\/Musica-Orbis-2024-Day3-worship-8\.webp\'\)\] {
	background-image: url('/frontend/images/Musica-Orbis-2024-Day3-worship-8.webp');
}
.bg-\[url\(\'\/images\/Musica-Orbis-2024-Day3-worship-67\.webp\'\)\] {
	background-image: url('/frontend/images/Musica-Orbis-2024-Day3-worship-67.webp');
}
.bg-\[url\(\'\/images\/Orbis-2024-selection-96\.webp\'\)\] {
	background-image: url('/frontend/images/Orbis-2024-selection-96.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2024-Day1-Concert-126\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2024-Day1-Concert-126.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2024-Day1-Concert-489\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2024-Day1-Concert-489.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2024-Day2-Competition-39\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2024-Day2-Competition-39.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2024-Day2-Competition-168\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2024-Day2-Competition-168.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2024-Day2-Competition-249\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2024-Day2-Competition-249.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2024-Day2-Competition-0251\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2024-Day2-Competition-0251.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2024-selection-4\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2024-selection-4.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2025-selection-I-0011\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2025-selection-I-0011.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2025-selection-I-0014\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2025-selection-I-0014.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2025-selection-I-0043\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2025-selection-I-0043.webp');
}
.bg-\[url\(\'\/images\/greyscale\/Musica-Orbis-2025-selection-I-0067\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/Musica-Orbis-2025-selection-I-0067.webp');
}
.bg-\[url\(\'\/images\/greyscale\/ZP-1337\.webp\'\)\] {
	background-image: url('/frontend/images/greyscale/ZP-1337.webp');
}
.bg-\[url\(\'\/images\/icons\/chevron-left\.svg\'\)\] {
	background-image: url('/frontend/images/icons/chevron-left.svg');
}
.bg-\[url\(\'\/images\/icons\/chevron-right\.svg\'\)\] {
	background-image: url('/frontend/images/icons/chevron-right.svg');
}
.bg-\[url\(\'\/images\/map-tall\.svg\'\)\] {
	background-image: url('/frontend/images/map-tall.svg');
}
.bg-\[url\(\'\/images\/map-wide\.svg\'\)\] {
	background-image: url('/frontend/images/map-wide.svg');
}
.bg-\[url\(\'\/images\/video-preview-left\.webp\'\)\] {
	background-image: url('/frontend/images/video-preview-left.webp');
}
.bg-\[url\(\'\/images\/video-preview-right\.webp\'\)\] {
	background-image: url('/frontend/images/video-preview-right.webp');
}
.bg-\[url\(\'\/images\/video-preview\.webp\'\)\] {
	background-image: url('/frontend/images/video-preview.webp');
}
.bg-\[length\:24px\] {
	background-size: 24px;
}
.bg-cover {
	background-size: cover;
}
.bg-\[bottom_right\] {
	background-position: bottom right;
}
.bg-\[center_25\%\] {
	background-position: center 25%;
}
.bg-\[center_70\%\] {
	background-position: center 70%;
}
.bg-\[position\:50\%_25\%\] {
	background-position: 50% 25%;
}
.bg-center {
	background-position: center;
}
.bg-right {
	background-position: right;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.p-2\.5 {
	padding: calc(var(--spacing) * 2.5);
}
.p-4 {
	padding: calc(var(--spacing) * 4);
}
.p-8 {
	padding: calc(var(--spacing) * 8);
}
.p-\[5px\] {
	padding: 5px;
}
.p-\[25px\] {
	padding: 25px;
}
.p-\[30px\] {
	padding: 30px;
}
.p-\[50px\] {
	padding: 50px;
}
.px-2\.5 {
	padding-inline: calc(var(--spacing) * 2.5);
}
.px-4 {
	padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
	padding-inline: calc(var(--spacing) * 5);
}
.px-8 {
	padding-inline: calc(var(--spacing) * 8);
}
.px-10 {
	padding-inline: calc(var(--spacing) * 10);
}
.px-20 {
	padding-inline: calc(var(--spacing) * 20);
}
.px-\[30px\] {
	padding-inline: 30px;
}
.py-1 {
	padding-block: calc(var(--spacing) * 1);
}
.py-2 {
	padding-block: calc(var(--spacing) * 2);
}
.py-5 {
	padding-block: calc(var(--spacing) * 5);
}
.py-10 {
	padding-block: calc(var(--spacing) * 10);
}
.py-\[5px\] {
	padding-block: 5px;
}
.py-\[22px\] {
	padding-block: 22px;
}
.py-\[30px\] {
	padding-block: 30px;
}
.py-\[40px\] {
	padding-block: 40px;
}
.py-\[50px\] {
	padding-block: 50px;
}
.py-\[60px\] {
	padding-block: 60px;
}
.py-\[100px\] {
	padding-block: 100px;
}
.pt-1 {
	padding-top: calc(var(--spacing) * 1);
}
.pt-2\.5 {
	padding-top: calc(var(--spacing) * 2.5);
}
.pt-3 {
	padding-top: calc(var(--spacing) * 3);
}
.pt-5 {
	padding-top: calc(var(--spacing) * 5);
}
.pt-40 {
	padding-top: calc(var(--spacing) * 40);
}
.pt-\[60px\] {
	padding-top: 60px;
}
.pt-\[62px\] {
	padding-top: 62px;
}
.pt-\[100px\] {
	padding-top: 100px;
}
.pt-\[120px\] {
	padding-top: 120px;
}
.pt-\[130px\] {
	padding-top: 130px;
}
.pt-\[212px\] {
	padding-top: 212px;
}
.pr-2 {
	padding-right: calc(var(--spacing) * 2);
}
.pb-2\.5 {
	padding-bottom: calc(var(--spacing) * 2.5);
}
.pb-4 {
	padding-bottom: calc(var(--spacing) * 4);
}
.pb-5 {
	padding-bottom: calc(var(--spacing) * 5);
}
.pb-10 {
	padding-bottom: calc(var(--spacing) * 10);
}
.pb-20 {
	padding-bottom: calc(var(--spacing) * 20);
}
.pb-\[30px\] {
	padding-bottom: 30px;
}
.pb-\[62px\] {
	padding-bottom: 62px;
}
.pb-\[100px\] {
	padding-bottom: 100px;
}
.pb-\[106px\] {
	padding-bottom: 106px;
}
.pb-\[122px\] {
	padding-bottom: 122px;
}
.pl-2\.5 {
	padding-left: calc(var(--spacing) * 2.5);
}
.\!text-left {
	text-align: left !important;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.font-sans {
	font-family: var(--font-sans);
}
.font-serif {
	font-family: var(--font-serif);
}
.text-2xl {
	font-size: var(--text-2xl);
	line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-sm {
	font-size: var(--text-sm);
	line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
	font-size: var(--text-xl);
	line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[24px\] {
	font-size: 24px;
}
.text-\[30px\] {
	font-size: 30px;
}
.text-\[36px\] {
	font-size: 36px;
}
.text-\[40px\] {
	font-size: 40px;
}
.text-\[48px\] {
	font-size: 48px;
}
.text-\[64px\] {
	font-size: 64px;
}
.leading-\[28px\] {
	--tw-leading: 28px;
	line-height: 28px;
}
.leading-\[60px\] {
	--tw-leading: 60px;
	line-height: 60px;
}
.leading-none {
	--tw-leading: 1;
	line-height: 1;
}
.leading-tight {
	--tw-leading: var(--leading-tight);
	line-height: var(--leading-tight);
}
.font-bold {
	--tw-font-weight: var(--font-weight-bold);
	font-weight: var(--font-weight-bold);
}
.font-semibold {
	--tw-font-weight: var(--font-weight-semibold);
	font-weight: var(--font-weight-semibold);
}
.whitespace-nowrap {
	white-space: nowrap;
}
.text-black {
	color: var(--color-black);
}
.text-black-100 {
	color: var(--color-black-100);
}
.text-blue {
	color: var(--color-blue);
}
.text-btn {
	color: var(--color-btn);
}
.text-btn-dark {
	color: var(--color-btn-dark);
}
.text-grey {
	color: var(--color-grey);
}
.text-grey-200 {
	color: var(--color-grey-200);
}
.text-grey-dark {
	color: var(--color-grey-dark);
}
.text-purple {
	color: var(--color-purple);
}
.text-purple-dark {
	color: var(--color-purple-dark);
}
.text-purple-light {
	color: var(--color-purple-light);
}
.text-red {
	color: var(--color-red);
}
.text-red-dark {
	color: var(--color-red-dark);
}
.text-transparent {
	color: transparent;
}
.text-white {
	color: var(--color-white);
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.line-through {
	text-decoration-line: line-through;
}
.no-underline {
	text-decoration-line: none;
}
.underline {
	text-decoration-line: underline;
}
.\!opacity-100 {
	opacity: 100% !important;
}
.opacity-0 {
	opacity: 0%;
}
.opacity-100 {
	opacity: 100%;
}
.mix-blend-multiply {
	mix-blend-mode: multiply;
}
.mix-blend-overlay {
	mix-blend-mode: overlay;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
	filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-\[10px\] {
	--tw-backdrop-blur: blur(10px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
	backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-blur-\[15px\] {
	--tw-backdrop-blur: blur(15px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
	backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-blur-\[20px\] {
	--tw-backdrop-blur: blur(20px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
	backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
	transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
	transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[max-height\] {
	transition-property: max-height;
	transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
	transition-property: all;
	transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
	transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
	transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
	transition-property: transform, translate, scale, rotate;
	transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
	--tw-duration: 200ms;
	transition-duration: 200ms;
}
.duration-300 {
	--tw-duration: 300ms;
	transition-duration: 300ms;
}
.duration-500 {
	--tw-duration: 500ms;
	transition-duration: 500ms;
}
.ease-in-out {
	--tw-ease: var(--ease-in-out);
	transition-timing-function: var(--ease-in-out);
}
.will-change-transform {
	will-change: transform;
}
.outline-none {
	--tw-outline-style: none;
	outline-style: none;
}
.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.\[-ms-overflow-style\:none\] {
	-ms-overflow-style: none;
}
.\[scrollbar-width\:none\] {
	scrollbar-width: none;
}
.text-shadow-drop {
	text-shadow: 0px 0px 20px var(--color-shadow-alpha);
}
.group-hover\:bg-btn\/80 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
	background-color: color-mix(in srgb, #0077ED 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		background-color: color-mix(in oklab, var(--color-btn) 80%, transparent);
	}
}
}
}
.group-hover\:bg-grey-200\/80 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
	background-color: color-mix(in srgb, #8CA0AA 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		background-color: color-mix(in oklab, var(--color-grey-200) 80%, transparent);
	}
}
}
}
.group-hover\:text-blue\/80 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
	color: color-mix(in srgb, #5E2BFF 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-blue) 80%, transparent);
	}
}
}
}
.group-hover\:text-btn-dark\/80 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
	color: color-mix(in srgb, #007AB8 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-btn-dark) 80%, transparent);
	}
}
}
}
.group-hover\:text-btn\/80 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
	color: color-mix(in srgb, #0077ED 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-btn) 80%, transparent);
	}
}
}
}
.group-hover\:text-grey-200\/80 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
	color: color-mix(in srgb, #8CA0AA 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-grey-200) 80%, transparent);
	}
}
}
}
.group-hover\:text-white\/80 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
	color: color-mix(in srgb, #fff 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-white) 80%, transparent);
	}
}
}
}
.group-\[\.swiper-pagination-bullet-active\]\:w-full {
&:is(:where(.group):is(.swiper-pagination-bullet-active) *) {
	 width: 100%;
 }
}
.group-\[\.swiper-pagination-bullet-active\]\:transition-\[width\] {
&:is(:where(.group):is(.swiper-pagination-bullet-active) *) {
	 transition-property: width;
	 transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	 transition-duration: var(--tw-duration, var(--default-transition-duration));
 }
}
.group-\[\.swiper-pagination-bullet-active\]\:duration-\[5000ms\] {
&:is(:where(.group):is(.swiper-pagination-bullet-active) *) {
	 --tw-duration: 5000ms;
	 transition-duration: 5000ms;
 }
}
.group-\[\.swiper-pagination-bullet-active\]\:ease-linear {
&:is(:where(.group):is(.swiper-pagination-bullet-active) *) {
	 --tw-ease: linear;
	 transition-timing-function: linear;
 }
}
.placeholder\:text-grey {
&::-moz-placeholder {
	 color: var(--color-grey);
 }
&::placeholder {
	 color: var(--color-grey);
 }
}
.after\:\!content-\[\'\'\] {
&::after {
	 content: var(--tw-content);
	 --tw-content: '' !important;
	 content: var(--tw-content) !important;
 }
}
.hover\:scale-110 {
&:hover {
@media (hover: hover) {
	--tw-scale-x: 110%;
	--tw-scale-y: 110%;
	--tw-scale-z: 110%;
	scale: var(--tw-scale-x) var(--tw-scale-y);
}
}
}
.hover\:bg-black\/20 {
&:hover {
@media (hover: hover) {
	background-color: color-mix(in srgb, #090208 20%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
	}
}
}
}
.hover\:bg-black\/60 {
&:hover {
@media (hover: hover) {
	background-color: color-mix(in srgb, #090208 60%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
	}
}
}
}
.hover\:bg-black\/80 {
&:hover {
@media (hover: hover) {
	background-color: color-mix(in srgb, #090208 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
	}
}
}
}
.hover\:bg-blue\/80 {
&:hover {
@media (hover: hover) {
	background-color: color-mix(in srgb, #5E2BFF 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		background-color: color-mix(in oklab, var(--color-blue) 80%, transparent);
	}
}
}
}
.hover\:bg-white\/80 {
&:hover {
@media (hover: hover) {
	background-color: color-mix(in srgb, #fff 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
	}
}
}
}
.hover\:text-black\/80 {
&:hover {
@media (hover: hover) {
	color: color-mix(in srgb, #090208 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-black) 80%, transparent);
	}
}
}
}
.hover\:text-blue\/80 {
&:hover {
@media (hover: hover) {
	color: color-mix(in srgb, #5E2BFF 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-blue) 80%, transparent);
	}
}
}
}
.hover\:text-btn-dark\/80 {
&:hover {
@media (hover: hover) {
	color: color-mix(in srgb, #007AB8 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-btn-dark) 80%, transparent);
	}
}
}
}
.hover\:text-purple-dark\/80 {
&:hover {
@media (hover: hover) {
	color: color-mix(in srgb, #40005A 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-purple-dark) 80%, transparent);
	}
}
}
}
.hover\:text-red-dark\/80 {
&:hover {
@media (hover: hover) {
	color: color-mix(in srgb, #99001E 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-red-dark) 80%, transparent);
	}
}
}
}
.hover\:text-white\/80 {
&:hover {
@media (hover: hover) {
	color: color-mix(in srgb, #fff 80%, transparent);
	@supports (color: color-mix(in lab, red, red)) {
		color: color-mix(in oklab, var(--color-white) 80%, transparent);
	}
}
}
}
.hover\:no-underline {
&:hover {
@media (hover: hover) {
	text-decoration-line: none;
}
}
}
.hover\:underline {
&:hover {
@media (hover: hover) {
	text-decoration-line: underline;
}
}
}
.md\:top-1\/2 {
@media (width >= 48rem) {
	top: calc(1/2 * 100%);
}
}
.md\:bottom-auto {
@media (width >= 48rem) {
	bottom: auto;
}
}
.md\:order-1 {
@media (width >= 48rem) {
	order: 1;
}
}
.md\:order-2 {
@media (width >= 48rem) {
	order: 2;
}
}
.md\:mt-10 {
@media (width >= 48rem) {
	margin-top: calc(var(--spacing) * 10);
}
}
.md\:block {
@media (width >= 48rem) {
	display: block;
}
}
.md\:hidden {
@media (width >= 48rem) {
	display: none;
}
}
.md\:size-\[300px\] {
@media (width >= 48rem) {
	width: 300px;
	height: 300px;
}
}
.md\:h-\[166px\] {
@media (width >= 48rem) {
	height: 166px;
}
}
.md\:h-\[470px\] {
@media (width >= 48rem) {
	height: 470px;
}
}
.md\:w-1\/2 {
@media (width >= 48rem) {
	width: calc(1/2 * 100%);
}
}
.md\:w-\[160px\] {
@media (width >= 48rem) {
	width: 160px;
}
}
.md\:max-w-\[433px\] {
@media (width >= 48rem) {
	max-width: 433px;
}
}
.md\:max-w-\[1440px\] {
@media (width >= 48rem) {
	max-width: 1440px;
}
}
.md\:-translate-y-1\/2 {
@media (width >= 48rem) {
	--tw-translate-y: calc(calc(1/2 * 100%) * -1);
	translate: var(--tw-translate-x) var(--tw-translate-y);
}
}
.md\:rotate-0 {
@media (width >= 48rem) {
	rotate: 0deg;
}
}
.md\:grid-cols-2 {
@media (width >= 48rem) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.md\:grid-cols-3 {
@media (width >= 48rem) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.md\:flex-row {
@media (width >= 48rem) {
	flex-direction: row;
}
}
.md\:items-center {
@media (width >= 48rem) {
	align-items: center;
}
}
.md\:items-end {
@media (width >= 48rem) {
	align-items: flex-end;
}
}
.md\:items-start {
@media (width >= 48rem) {
	align-items: flex-start;
}
}
.md\:justify-center {
@media (width >= 48rem) {
	justify-content: center;
}
}
.md\:gap-10 {
@media (width >= 48rem) {
	gap: calc(var(--spacing) * 10);
}
}
.md\:gap-\[30px\] {
@media (width >= 48rem) {
	gap: 30px;
}
}
.md\:gap-\[63px\] {
@media (width >= 48rem) {
	gap: 63px;
}
}
.md\:px-0 {
@media (width >= 48rem) {
	padding-inline: calc(var(--spacing) * 0);
}
}
.md\:px-10 {
@media (width >= 48rem) {
	padding-inline: calc(var(--spacing) * 10);
}
}
.md\:px-20 {
@media (width >= 48rem) {
	padding-inline: calc(var(--spacing) * 20);
}
}
.md\:px-\[50px\] {
@media (width >= 48rem) {
	padding-inline: 50px;
}
}
.md\:px-\[60px\] {
@media (width >= 48rem) {
	padding-inline: 60px;
}
}
.md\:px-\[80px\] {
@media (width >= 48rem) {
	padding-inline: 80px;
}
}
.md\:px-\[100px\] {
@media (width >= 48rem) {
	padding-inline: 100px;
}
}
.md\:px-\[163px\] {
@media (width >= 48rem) {
	padding-inline: 163px;
}
}
.md\:py-\[50px\] {
@media (width >= 48rem) {
	padding-block: 50px;
}
}
.md\:pr-\[50px\] {
@media (width >= 48rem) {
	padding-right: 50px;
}
}
.md\:pl-0 {
@media (width >= 48rem) {
	padding-left: calc(var(--spacing) * 0);
}
}
.md\:pl-\[50px\] {
@media (width >= 48rem) {
	padding-left: 50px;
}
}
.md\:text-\[40px\] {
@media (width >= 48rem) {
	font-size: 40px;
}
}
.md\:text-\[64px\] {
@media (width >= 48rem) {
	font-size: 64px;
}
}
.lg\:\!invisible {
@media (width >= 64rem) {
	visibility: hidden !important;
}
}
.lg\:static {
@media (width >= 64rem) {
	position: static;
}
}
.lg\:top-0 {
@media (width >= 64rem) {
	top: calc(var(--spacing) * 0);
}
}
.lg\:top-18 {
@media (width >= 64rem) {
	top: calc(var(--spacing) * 18);
}
}
.lg\:top-auto {
@media (width >= 64rem) {
	top: auto;
}
}
.lg\:bottom-0 {
@media (width >= 64rem) {
	bottom: calc(var(--spacing) * 0);
}
}
.lg\:bottom-8 {
@media (width >= 64rem) {
	bottom: calc(var(--spacing) * 8);
}
}
.lg\:bottom-14 {
@media (width >= 64rem) {
	bottom: calc(var(--spacing) * 14);
}
}
.lg\:bottom-auto {
@media (width >= 64rem) {
	bottom: auto;
}
}
.lg\:order-none {
@media (width >= 64rem) {
	order: 0;
}
}
.lg\:-mx-2\.5 {
@media (width >= 64rem) {
	margin-inline: calc(var(--spacing) * -2.5);
}
}
.lg\:mt-\[30px\] {
@media (width >= 64rem) {
	margin-top: 30px;
}
}
.lg\:mb-\[30px\] {
@media (width >= 64rem) {
	margin-bottom: 30px;
}
}
.lg\:block {
@media (width >= 64rem) {
	display: block;
}
}
.lg\:flex {
@media (width >= 64rem) {
	display: flex;
}
}
.lg\:hidden {
@media (width >= 64rem) {
	display: none;
}
}
.lg\:h-\[80px\] {
@media (width >= 64rem) {
	height: 80px;
}
}
.lg\:h-\[700px\] {
@media (width >= 64rem) {
	height: 700px;
}
}
.lg\:h-auto {
@media (width >= 64rem) {
	height: auto;
}
}
.lg\:min-h-\[250px\] {
@media (width >= 64rem) {
	min-height: 250px;
}
}
.lg\:w-1\/4 {
@media (width >= 64rem) {
	width: calc(1/4 * 100%);
}
}
.lg\:w-\[94px\] {
@media (width >= 64rem) {
	width: 94px;
}
}
.lg\:w-\[160px\] {
@media (width >= 64rem) {
	width: 160px;
}
}
.lg\:w-auto {
@media (width >= 64rem) {
	width: auto;
}
}
.lg\:flex-none {
@media (width >= 64rem) {
	flex: none;
}
}
.lg\:shrink-0 {
@media (width >= 64rem) {
	flex-shrink: 0;
}
}
.lg\:translate-y-0 {
@media (width >= 64rem) {
	--tw-translate-y: calc(var(--spacing) * 0);
	translate: var(--tw-translate-x) var(--tw-translate-y);
}
}
.lg\:grid-cols-3 {
@media (width >= 64rem) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.lg\:grid-cols-4 {
@media (width >= 64rem) {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.lg\:flex-row {
@media (width >= 64rem) {
	flex-direction: row;
}
}
.lg\:items-center {
@media (width >= 64rem) {
	align-items: center;
}
}
.lg\:items-end {
@media (width >= 64rem) {
	align-items: flex-end;
}
}
.lg\:justify-center {
@media (width >= 64rem) {
	justify-content: center;
}
}
.lg\:gap-10 {
@media (width >= 64rem) {
	gap: calc(var(--spacing) * 10);
}
}
.lg\:gap-12 {
@media (width >= 64rem) {
	gap: calc(var(--spacing) * 12);
}
}
.lg\:border-b-4 {
@media (width >= 64rem) {
	border-bottom-style: var(--tw-border-style);
	border-bottom-width: 4px;
}
}
.lg\:bg-center {
@media (width >= 64rem) {
	background-position: center;
}
}
.lg\:px-0 {
@media (width >= 64rem) {
	padding-inline: calc(var(--spacing) * 0);
}
}
.lg\:px-10 {
@media (width >= 64rem) {
	padding-inline: calc(var(--spacing) * 10);
}
}
.lg\:px-\[50px\] {
@media (width >= 64rem) {
	padding-inline: 50px;
}
}
.lg\:px-\[100px\] {
@media (width >= 64rem) {
	padding-inline: 100px;
}
}
.lg\:px-\[160px\] {
@media (width >= 64rem) {
	padding-inline: 160px;
}
}
.lg\:px-\[163px\] {
@media (width >= 64rem) {
	padding-inline: 163px;
}
}
.lg\:py-5 {
@media (width >= 64rem) {
	padding-block: calc(var(--spacing) * 5);
}
}
.lg\:pt-4 {
@media (width >= 64rem) {
	padding-top: calc(var(--spacing) * 4);
}
}
.lg\:pt-\[0px\] {
@media (width >= 64rem) {
	padding-top: 0px;
}
}
.lg\:pt-\[100px\] {
@media (width >= 64rem) {
	padding-top: 100px;
}
}
.lg\:pb-0 {
@media (width >= 64rem) {
	padding-bottom: calc(var(--spacing) * 0);
}
}
.lg\:pb-2 {
@media (width >= 64rem) {
	padding-bottom: calc(var(--spacing) * 2);
}
}
.lg\:pb-\[0px\] {
@media (width >= 64rem) {
	padding-bottom: 0px;
}
}
.lg\:pb-\[60px\] {
@media (width >= 64rem) {
	padding-bottom: 60px;
}
}
.lg\:text-\[48px\] {
@media (width >= 64rem) {
	font-size: 48px;
}
}
.lg\:text-\[128px\] {
@media (width >= 64rem) {
	font-size: 128px;
}
}
.lg\:leading-\[130px\] {
@media (width >= 64rem) {
	--tw-leading: 130px;
	line-height: 130px;
}
}
.lg\:text-black {
@media (width >= 64rem) {
	color: var(--color-black);
}
}
.lg\:text-purple {
@media (width >= 64rem) {
	color: var(--color-purple);
}
}
.lg\:text-red {
@media (width >= 64rem) {
	color: var(--color-red);
}
}
.xl\:grid-cols-3 {
@media (width >= 80rem) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.xl\:grid-cols-6 {
@media (width >= 80rem) {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
}
.xl\:gap-10 {
@media (width >= 80rem) {
	gap: calc(var(--spacing) * 10);
}
}
.xl\:gap-20 {
@media (width >= 80rem) {
	gap: calc(var(--spacing) * 20);
}
}
.\[\&_\.swiper-pagination-bullet\]\:\!m-0 {
& .swiper-pagination-bullet {
	  margin: calc(var(--spacing) * 0) !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:h-\[6px\] {
& .swiper-pagination-bullet {
	  height: 6px;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:w-\[6px\] {
& .swiper-pagination-bullet {
	  width: 6px;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:bg-black {
& .swiper-pagination-bullet {
	  background-color: var(--color-black);
  }
}
.\[\&_\.swiper-pagination-bullet\]\:opacity-30 {
& .swiper-pagination-bullet {
	  opacity: 30%;
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:\!bg-\[\#0E0F10\] {
& .swiper-pagination-bullet-active {
	  background-color: #0E0F10 !important;
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:opacity-100 {
& .swiper-pagination-bullet-active {
	  opacity: 100%;
  }
}
.\[\&_blockquote\]\:text-purple-dark {
& blockquote {
	  color: var(--color-purple-dark);
  }
}
.\[\&_blockquote\]\:text-red-dark {
& blockquote {
	  color: var(--color-red-dark);
  }
}
.\[\&_h2\]\:text-purple-dark {
& h2 {
	  color: var(--color-purple-dark);
  }
}
.\[\&_h2\]\:text-red-dark {
& h2 {
	  color: var(--color-red-dark);
  }
}
.\[\&_h3\]\:text-purple-dark {
& h3 {
	  color: var(--color-purple-dark);
  }
}
.\[\&_h3\]\:text-red-dark {
& h3 {
	  color: var(--color-red-dark);
  }
}
.\[\&\.swiper-button-disabled\]\:pointer-events-none {
&.swiper-button-disabled {
	 pointer-events: none;
 }
}
.\[\&\.swiper-button-disabled\]\:\!bg-black\/10 {
&.swiper-button-disabled {
	 background-color: color-mix(in srgb, #090208 10%, transparent) !important;
@supports (color: color-mix(in lab, red, red)) {
	background-color: color-mix(in oklab, var(--color-black) 10%, transparent) !important;
}
}
}
.\[\&\.swiper-button-disabled\]\:\!bg-\[url\(\'\/images\/icons\/chevron-left-disabled\.svg\'\)\] {
&.swiper-button-disabled {
	 background-image: url('/frontend/images/icons/chevron-left-disabled.svg') !important;
 }
}
.\[\&\.swiper-button-disabled\]\:\!bg-\[url\(\'\/images\/icons\/chevron-right-disabled\.svg\'\)\] {
&.swiper-button-disabled {
	 background-image: url('/frontend/images/icons/chevron-right-disabled.svg') !important;
 }
}
.\[\&\.swiper-button-disabled\]\:\!opacity-30 {
&.swiper-button-disabled {
	 opacity: 30% !important;
 }
}
.\[\&\.swiper-pagination-bullet-active\]\:\!w-10 {
&.swiper-pagination-bullet-active {
	 width: calc(var(--spacing) * 10) !important;
 }
}
.\[\&\:\:-webkit-scrollbar\]\:hidden {
&::-webkit-scrollbar {
	 display: none;
 }
}
}
@font-face {
	font-family: 'Loretta';
	src: url(Loretta-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Loretta';
	src: url(Loretta-Semi-Bold.woff2) format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Loretta';
	src: url(Loretta-Sm-Bd-Display-Italic.woff2) format('woff2');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
:root {
	--swiper-navigation-sides-offset: 10px;
}
@media (min-width: 1024px) {
	:root {
		--swiper-navigation-sides-offset: 50px;
	}
}
.homepage-hero-overlay {
	opacity: 80%;
	mix-blend-mode: multiply;
	background-image: linear-gradient(116.82deg, #6B0096 0%, #FF0032 100%);
}
.glightbox-clean .gprev,
.glightbox-clean .gnext {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.4);
	background-position: center;
	margin-top: -28px;
	transition: all 0.3s ease;
}
.glightbox-clean .gprev {
	left: 10px;
}
.glightbox-clean .gnext {
	right: 10px;
}
@media (min-width: 1024px) {
	.glightbox-clean .gprev {
		left: 50px;
	}
	.glightbox-clean .gnext {
		right: 50px;
	}
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.custom-scrollbar::-webkit-scrollbar {
	width: 20px;
}
.custom-scrollbar::-webkit-scrollbar-track {
	background: linear-gradient(
		90deg,
		transparent calc(50% - 0.5px),
		white calc(50% - 0.5px),
		white calc(50% + 0.5px),
		transparent calc(50% + 0.5px)
	);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: white;
	border-radius: 9999px;
	min-height: 40px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: #e5e5e5;
}
@property --tw-translate-x {
	syntax: "*";
	inherits: false;
	initial-value: 0;
}
@property --tw-translate-y {
	syntax: "*";
	inherits: false;
	initial-value: 0;
}
@property --tw-translate-z {
	syntax: "*";
	inherits: false;
	initial-value: 0;
}
@property --tw-rotate-x {
	syntax: "*";
	inherits: false;
}
@property --tw-rotate-y {
	syntax: "*";
	inherits: false;
}
@property --tw-rotate-z {
	syntax: "*";
	inherits: false;
}
@property --tw-skew-x {
	syntax: "*";
	inherits: false;
}
@property --tw-skew-y {
	syntax: "*";
	inherits: false;
}
@property --tw-border-style {
	syntax: "*";
	inherits: false;
	initial-value: solid;
}
@property --tw-leading {
	syntax: "*";
	inherits: false;
}
@property --tw-font-weight {
	syntax: "*";
	inherits: false;
}
@property --tw-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
	syntax: "*";
	inherits: false;
}
@property --tw-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}
@property --tw-inset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
	syntax: "*";
	inherits: false;
}
@property --tw-inset-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}
@property --tw-ring-color {
	syntax: "*";
	inherits: false;
}
@property --tw-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
	syntax: "*";
	inherits: false;
}
@property --tw-inset-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
	syntax: "*";
	inherits: false;
}
@property --tw-ring-offset-width {
	syntax: "<length>";
	inherits: false;
	initial-value: 0px;
}
@property --tw-ring-offset-color {
	syntax: "*";
	inherits: false;
	initial-value: #fff;
}
@property --tw-ring-offset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}
@property --tw-blur {
	syntax: "*";
	inherits: false;
}
@property --tw-brightness {
	syntax: "*";
	inherits: false;
}
@property --tw-contrast {
	syntax: "*";
	inherits: false;
}
@property --tw-grayscale {
	syntax: "*";
	inherits: false;
}
@property --tw-hue-rotate {
	syntax: "*";
	inherits: false;
}
@property --tw-invert {
	syntax: "*";
	inherits: false;
}
@property --tw-opacity {
	syntax: "*";
	inherits: false;
}
@property --tw-saturate {
	syntax: "*";
	inherits: false;
}
@property --tw-sepia {
	syntax: "*";
	inherits: false;
}
@property --tw-drop-shadow {
	syntax: "*";
	inherits: false;
}
@property --tw-drop-shadow-color {
	syntax: "*";
	inherits: false;
}
@property --tw-drop-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}
@property --tw-drop-shadow-size {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-blur {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-brightness {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-contrast {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-grayscale {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-hue-rotate {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-invert {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-opacity {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-saturate {
	syntax: "*";
	inherits: false;
}
@property --tw-backdrop-sepia {
	syntax: "*";
	inherits: false;
}
@property --tw-duration {
	syntax: "*";
	inherits: false;
}
@property --tw-ease {
	syntax: "*";
	inherits: false;
}
@property --tw-content {
	syntax: "*";
	initial-value: "";
	inherits: false;
}
@property --tw-scale-x {
	syntax: "*";
	inherits: false;
	initial-value: 1;
}
@property --tw-scale-y {
	syntax: "*";
	inherits: false;
	initial-value: 1;
}
@property --tw-scale-z {
	syntax: "*";
	inherits: false;
	initial-value: 1;
}
@layer properties {
	@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
		*, ::before, ::after, ::backdrop {
			--tw-translate-x: 0;
			--tw-translate-y: 0;
			--tw-translate-z: 0;
			--tw-rotate-x: initial;
			--tw-rotate-y: initial;
			--tw-rotate-z: initial;
			--tw-skew-x: initial;
			--tw-skew-y: initial;
			--tw-border-style: solid;
			--tw-leading: initial;
			--tw-font-weight: initial;
			--tw-shadow: 0 0 #0000;
			--tw-shadow-color: initial;
			--tw-shadow-alpha: 100%;
			--tw-inset-shadow: 0 0 #0000;
			--tw-inset-shadow-color: initial;
			--tw-inset-shadow-alpha: 100%;
			--tw-ring-color: initial;
			--tw-ring-shadow: 0 0 #0000;
			--tw-inset-ring-color: initial;
			--tw-inset-ring-shadow: 0 0 #0000;
			--tw-ring-inset: initial;
			--tw-ring-offset-width: 0px;
			--tw-ring-offset-color: #fff;
			--tw-ring-offset-shadow: 0 0 #0000;
			--tw-blur: initial;
			--tw-brightness: initial;
			--tw-contrast: initial;
			--tw-grayscale: initial;
			--tw-hue-rotate: initial;
			--tw-invert: initial;
			--tw-opacity: initial;
			--tw-saturate: initial;
			--tw-sepia: initial;
			--tw-drop-shadow: initial;
			--tw-drop-shadow-color: initial;
			--tw-drop-shadow-alpha: 100%;
			--tw-drop-shadow-size: initial;
			--tw-backdrop-blur: initial;
			--tw-backdrop-brightness: initial;
			--tw-backdrop-contrast: initial;
			--tw-backdrop-grayscale: initial;
			--tw-backdrop-hue-rotate: initial;
			--tw-backdrop-invert: initial;
			--tw-backdrop-opacity: initial;
			--tw-backdrop-saturate: initial;
			--tw-backdrop-sepia: initial;
			--tw-duration: initial;
			--tw-ease: initial;
			--tw-content: "";
			--tw-scale-x: 1;
			--tw-scale-y: 1;
			--tw-scale-z: 1;
		}
	}
}
