/**
 * AllegroTheme
 * https://casadamusica.com
 *
 */

/**
 *
 * This injects Tailwind's base styles and any base styles registered by
 * plugins.
 * Use the @layer base { ... } directive to add to Tailwind's base layer
 * More info: https://tailwindcss.com/docs/adding-custom-styles#adding-base-styles
 */

*, ::before, ::after {
		--tw-border-spacing-x: 0;
		--tw-border-spacing-y: 0;
		--tw-translate-x: 0;
		--tw-translate-y: 0;
		--tw-rotate: 0;
		--tw-skew-x: 0;
		--tw-skew-y: 0;
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		--tw-pan-x:  ;
		--tw-pan-y:  ;
		--tw-pinch-zoom:  ;
		--tw-scroll-snap-strictness: proximity;
		--tw-gradient-from-position:  ;
		--tw-gradient-via-position:  ;
		--tw-gradient-to-position:  ;
		--tw-ordinal:  ;
		--tw-slashed-zero:  ;
		--tw-numeric-figure:  ;
		--tw-numeric-spacing:  ;
		--tw-numeric-fraction:  ;
		--tw-ring-inset:  ;
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: rgb(59 130 246 / 0.5);
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-ring-shadow: 0 0 #0000;
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		--tw-blur:  ;
		--tw-brightness:  ;
		--tw-contrast:  ;
		--tw-grayscale:  ;
		--tw-hue-rotate:  ;
		--tw-invert:  ;
		--tw-saturate:  ;
		--tw-sepia:  ;
		--tw-drop-shadow:  ;
		--tw-backdrop-blur:  ;
		--tw-backdrop-brightness:  ;
		--tw-backdrop-contrast:  ;
		--tw-backdrop-grayscale:  ;
		--tw-backdrop-hue-rotate:  ;
		--tw-backdrop-invert:  ;
		--tw-backdrop-opacity:  ;
		--tw-backdrop-saturate:  ;
		--tw-backdrop-sepia:  ;
		--tw-contain-size:  ;
		--tw-contain-layout:  ;
		--tw-contain-paint:  ;
		--tw-contain-style:  ;
}

::backdrop {
		--tw-border-spacing-x: 0;
		--tw-border-spacing-y: 0;
		--tw-translate-x: 0;
		--tw-translate-y: 0;
		--tw-rotate: 0;
		--tw-skew-x: 0;
		--tw-skew-y: 0;
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		--tw-pan-x:  ;
		--tw-pan-y:  ;
		--tw-pinch-zoom:  ;
		--tw-scroll-snap-strictness: proximity;
		--tw-gradient-from-position:  ;
		--tw-gradient-via-position:  ;
		--tw-gradient-to-position:  ;
		--tw-ordinal:  ;
		--tw-slashed-zero:  ;
		--tw-numeric-figure:  ;
		--tw-numeric-spacing:  ;
		--tw-numeric-fraction:  ;
		--tw-ring-inset:  ;
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: rgb(59 130 246 / 0.5);
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-ring-shadow: 0 0 #0000;
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		--tw-blur:  ;
		--tw-brightness:  ;
		--tw-contrast:  ;
		--tw-grayscale:  ;
		--tw-hue-rotate:  ;
		--tw-invert:  ;
		--tw-saturate:  ;
		--tw-sepia:  ;
		--tw-drop-shadow:  ;
		--tw-backdrop-blur:  ;
		--tw-backdrop-brightness:  ;
		--tw-backdrop-contrast:  ;
		--tw-backdrop-grayscale:  ;
		--tw-backdrop-hue-rotate:  ;
		--tw-backdrop-invert:  ;
		--tw-backdrop-opacity:  ;
		--tw-backdrop-saturate:  ;
		--tw-backdrop-sepia:  ;
		--tw-contain-size:  ;
		--tw-contain-layout:  ;
		--tw-contain-paint:  ;
		--tw-contain-style:  ;
}

*,
	::before,
	::after {
		border-color: currentColor;
		border-style: solid;
		border-width: 0;
		box-sizing: border-box;
	}

::before,
	::after {
		--tw-content: "";
	}

html {
		font-family: Musi Normal, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 300;
		line-height: 1.2;
		-moz-tab-size: 4;
		     tab-size: 4;
		-webkit-text-size-adjust: 100%;
		   -moz-text-size-adjust: 100%;
		        text-size-adjust: 100%;
	}

body {
		height: 100%;
		line-height: inherit;
		margin: 0;
	}

hr {
		border-top-width: 1px;
		color: inherit;
		height: 0;
	}

abbr:where([title]) {
		text-decoration: underline;
		-webkit-text-decoration: underline dotted;
		        text-decoration: underline dotted;
	}

h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: inherit;
		font-weight: inherit;
	}

a:where(:not(.components-external-link)) {
		color: inherit;
		text-decoration: inherit;
	}

b,
	strong {
		font-weight: 500;
	}

code,
	kbd,
	samp,
	pre {
		font-family: mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
		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 {
		border-collapse: collapse;
		border-color: inherit;
		text-indent: 0;
	}

/* button, */

button:where(:not(.components-button)),
	input,
	optgroup,
	select,
	textarea {
		color: inherit;
		font-family: inherit;
		font-size: 100%;
		font-weight: inherit;
		line-height: inherit;
		margin: 0;
		padding: 0;
	}

/* button, */

button:where(:not(.components-button)),
	select {
		text-transform: none;
	}

/*
	button,
	[type="button"],
	[type="reset"],
	[type="submit"],
	*/

button:where(:not(.components-button)),
	[type="button"]:where(:not(.components-button)),
	[type="reset"]:where(:not(.components-button)),
	[type="submit"]:where(:not(.components-button)) {
		-webkit-appearance: button;
		        appearance: button;
		background-color: transparent;
		background-image: none;
	}

:-moz-focusring {
		outline: auto;
	}

:-moz-ui-invalid {
		box-shadow: none;
	}

progress {
		vertical-align: baseline;
	}

::-webkit-inner-spin-button,
	::-webkit-outer-spin-button {
		height: auto;
	}

/* [type='search'],  */

[type="search"]:where(:not(.components-button)) {
		-webkit-appearance: textfield;
		        appearance: textfield;
		outline-offset: -2px;
	}

::-webkit-search-decoration {
		-webkit-appearance: none;
		        appearance: none;
	}

::-webkit-file-upload-button {
		-webkit-appearance: button;
		        appearance: button;
		font: inherit;
	}

summary {
		display: list-item;
	}

blockquote,
	dl,
	dd,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	hr,
	figure,
	p,
	pre {
		margin: 0;
	}

fieldset {
		margin: 0;
		padding: 0;
	}

legend {
		padding: 0;
	}

ol,
	ul,
	menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

textarea {
		resize: vertical;
	}

input::placeholder,
	textarea::placeholder {
		color: var(--wp--preset--color--cyan-bluish-gray, #9ca3af);
		opacity: 1;
	}

/* button, */

button:where(:not(.components-button)),
	[role="button"]:where(:not(.components-button)) {
		cursor: pointer;
	}

:disabled {
		cursor: default;
	}

img,
	svg,
	video,
	canvas,
	audio,
	iframe,
	embed,
	object {
		display: block;
		vertical-align: middle;
	}

img,
	video {
		height: auto;
		max-width: 100%;
	}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 * Use @layer components { ... } for any more complicated classes you want
 * to add to your project that you’d still like to be able to override with
 * utility classes.
 * More info: https://tailwindcss.com/docs/adding-custom-styles#adding-component-classes
 */

.prose {
		color: var(--tw-prose-body);
		max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
}

.prose :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;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-links);
		-webkit-text-decoration: underline;
		text-decoration: underline;
		font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-bold);
		font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.prose :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;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: decimal;
}

.prose :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;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
		font-weight: 400;
		color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
		color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 600;
		margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-color: var(--tw-prose-hr);
		border-top-width: 1px;
		margin-top: 3em;
		margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 500;
		font-style: italic;
		color: var(--tw-prose-quotes);
		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;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
		content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
		content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 800;
		font-size: 2.25em;
		margin-top: 0;
		margin-bottom: 0.8888889em;
		line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 900;
		color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 700;
		font-size: 1.5em;
		margin-top: 2em;
		margin-bottom: 1em;
		line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 800;
		color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 600;
		font-size: 1.25em;
		margin-top: 1.6em;
		margin-bottom: 0.6em;
		line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 700;
		color: inherit;
}

.prose :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;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 700;
		color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		display: block;
		margin-top: 2em;
		margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.prose :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 var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
		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;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-code);
		font-weight: 600;
		font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
		content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
		content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
		font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
		font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.prose :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;
}

.prose :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;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
		content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
		content: none;
}

.prose :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;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-bottom-width: 1px;
		border-bottom-color: var(--tw-prose-th-borders);
}

.prose :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;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-bottom-width: 1px;
		border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-top-width: 1px;
		border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
}

.prose :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;
}

.prose {
		--tw-prose-body: #374151;
		--tw-prose-headings: #111827;
		--tw-prose-lead: #4b5563;
		--tw-prose-links: #111827;
		--tw-prose-bold: #111827;
		--tw-prose-counters: #6b7280;
		--tw-prose-bullets: #d1d5db;
		--tw-prose-hr: #e5e7eb;
		--tw-prose-quotes: #111827;
		--tw-prose-quote-borders: #e5e7eb;
		--tw-prose-captions: #6b7280;
		--tw-prose-kbd: #111827;
		--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
		--tw-prose-code: #111827;
		--tw-prose-pre-code: #e5e7eb;
		--tw-prose-pre-bg: #1f2937;
		--tw-prose-th-borders: #d1d5db;
		--tw-prose-td-borders: #e5e7eb;
		--tw-prose-invert-body: #d1d5db;
		--tw-prose-invert-headings: #fff;
		--tw-prose-invert-lead: #9ca3af;
		--tw-prose-invert-links: #fff;
		--tw-prose-invert-bold: #fff;
		--tw-prose-invert-counters: #9ca3af;
		--tw-prose-invert-bullets: #4b5563;
		--tw-prose-invert-hr: #374151;
		--tw-prose-invert-quotes: #f3f4f6;
		--tw-prose-invert-quote-borders: #374151;
		--tw-prose-invert-captions: #9ca3af;
		--tw-prose-invert-kbd: #fff;
		--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
		--tw-prose-invert-code: #fff;
		--tw-prose-invert-pre-code: #d1d5db;
		--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
		--tw-prose-invert-th-borders: #4b5563;
		--tw-prose-invert-td-borders: #374151;
		font-size: 1rem;
		line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.75em;
		margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 1.25em;
}

.prose :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;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.5em;
		padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-end: 0;
}

.prose :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;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 0;
}

.prose-invert {
		--tw-prose-body: var(--tw-prose-invert-body);
		--tw-prose-headings: var(--tw-prose-invert-headings);
		--tw-prose-lead: var(--tw-prose-invert-lead);
		--tw-prose-links: var(--tw-prose-invert-links);
		--tw-prose-bold: var(--tw-prose-invert-bold);
		--tw-prose-counters: var(--tw-prose-invert-counters);
		--tw-prose-bullets: var(--tw-prose-invert-bullets);
		--tw-prose-hr: var(--tw-prose-invert-hr);
		--tw-prose-quotes: var(--tw-prose-invert-quotes);
		--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
		--tw-prose-captions: var(--tw-prose-invert-captions);
		--tw-prose-kbd: var(--tw-prose-invert-kbd);
		--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
		--tw-prose-code: var(--tw-prose-invert-code);
		--tw-prose-pre-code: var(--tw-prose-invert-pre-code);
		--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
		--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
		--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

/**
 * This is intended for Tailwind Custom Styles for the project.
 * The custom Tailwind CSS uses @layer directives..
 * The @layer directive helps you control declaration order by automatically
 * relocating your styles to the corresponding directive, and also enables
 * features like modifiers and tree-shaking for your own custom CSS.
 */

/**
 * Tailwind Custom CSS Styles
 *
 * The imported files add the Tailwind directives to your CSS.
 * The `@layer` directive helps you control declaration order by automatically
 * relocating your styles to the corresponding `@tailwind` directive in the main
 * stylesheet, and also enables features like modifiers and tree-shaking for
 * your own custom CSS.
 * Any custom styles you add to the base, components, or utilities layers will
 * only be included in your compiled CSS if those styles are
 * actually used in your HTML.
 *
 * More info: https://tailwindcss.com/docs/adding-custom-styles#using-css-and-layer
 */

/**
* Custom Reset modified for WordPress based off of Tailwind's reset:
* https://unpkg.com/tailwindcss@3.1.8/src/css/preflight.css
* Refer to the tailwind.config.js file for a more detailed explanation.
* Tailwind official docs: https://tailwindcss.com/docs/preflight
*
* These styles will be imported at the @import url("tailwindcss/base") level
* in the main stylesheet
*/

/* @import url("./components.css"); */

/* @import url("./utilities.css"); */

/* Global - global pieces like media queries, mixins and placholders */

/* @import url("global/index.css"); */

/* Base - base styles such as fonts, typography, and wordpress overrides */

/*
 * Resources on prefers-reduced-motion:
 * https://webkit.org/blog-files/prefers-reduced-motion/prm.htm
 * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
 */

@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
				animation-duration: 0.001s !important;
				transition-duration: 0.001s !important;
		}
}

/* WordPress generated classes */

.alignleft {
		float: left;
		margin-right: 20px;
		text-align: left;
}

.alignright {
		float: right;
		margin-left: 20px;
		text-align: right;
}

.aligncenter {
		clear: both;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
}

.wp-caption {
		max-width: 100%;
}

.wp-caption.aligncenter {
		text-align: center;
}

.wp-caption.alignright {
		text-align: right;
}

.wp-caption-text {
		margin: 0px;
}

.entry-content > * {
		margin-left: auto;
		margin-right: auto;
		max-width: var(--wp--custom--width--content);
}

.entry-content > .alignwide {
		max-width: var(--wp--custom--width--wide);
}

.entry-content > .alignfull {
		max-width: none;
}

/**
	* Post title styles
	*
	* These will be applied to all headings with an `entry-title` class on the
	* frontend and to the post heading in the block editor.
	*
	* The supplied styles are meant to match the default `h1` classes from
	* Tailwind Typography.
*/

.edit-post-visual-editor__post-title-wrapper .editor-post-title__input,
.entry-title {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		max-width: var(--wp--custom--width--content);
		font-size: clamp(2.4414rem, 2.2741rem + 0.63vw, 2.7466rem);
		line-height: 1.16;
		font-weight: 800;
}

/**
	* Post content styles (via Tailwind Typography)
	*
	* These will be applied to all content blocks with an `entry-content` class on
	* the frontend and within the block editor.
	*
	* For details on how to customize Tailwind Typography via its modifier
	* classes, please see:
	*
	* https://tailwindcss.com/docs/typography-plugin
	*
	* To disable the richtext styling remove the `prose` class.
*/

.block-editor-block-list__layout,
.entry-content {
		color: var(--tw-prose-body);
		max-width: 65ch;
}

.block-editor-block-list__layout :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
}

.block-editor-block-list__layout :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-links);
		-webkit-text-decoration: underline;
		text-decoration: underline;
		font-weight: 500;
}

.block-editor-block-list__layout :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-bold);
		font-weight: 600;
}

.block-editor-block-list__layout :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.block-editor-block-list__layout :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.block-editor-block-list__layout :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.block-editor-block-list__layout :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: upper-alpha;
}

.block-editor-block-list__layout :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: lower-alpha;
}

.block-editor-block-list__layout :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: upper-alpha;
}

.block-editor-block-list__layout :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: lower-alpha;
}

.block-editor-block-list__layout :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: upper-roman;
}

.block-editor-block-list__layout :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: lower-roman;
}

.block-editor-block-list__layout :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: upper-roman;
}

.block-editor-block-list__layout :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: lower-roman;
}

.block-editor-block-list__layout :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		list-style-type: decimal;
}

.block-editor-block-list__layout :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
		font-weight: 400;
		color: var(--tw-prose-counters);
}

.block-editor-block-list__layout :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
		color: var(--tw-prose-bullets);
}

.block-editor-block-list__layout :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 600;
		margin-top: 1.25em;
}

.block-editor-block-list__layout :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-color: var(--tw-prose-hr);
		border-top-width: 1px;
		margin-top: 3em;
		margin-bottom: 3em;
}

.block-editor-block-list__layout :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 500;
		font-style: italic;
		color: var(--tw-prose-quotes);
		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;
}

.block-editor-block-list__layout :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
		content: open-quote;
}

.block-editor-block-list__layout :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
		content: close-quote;
}

.block-editor-block-list__layout :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 800;
		font-size: 2.25em;
		margin-top: 0;
		margin-bottom: 0.8888889em;
		line-height: 1.1111111;
}

.block-editor-block-list__layout :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 900;
		color: inherit;
}

.block-editor-block-list__layout :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 700;
		font-size: 1.5em;
		margin-top: 2em;
		margin-bottom: 1em;
		line-height: 1.3333333;
}

.block-editor-block-list__layout :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 800;
		color: inherit;
}

.block-editor-block-list__layout :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 600;
		font-size: 1.25em;
		margin-top: 1.6em;
		margin-bottom: 0.6em;
		line-height: 1.6;
}

.block-editor-block-list__layout :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 700;
		color: inherit;
}

.block-editor-block-list__layout :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 700;
		color: inherit;
}

.block-editor-block-list__layout :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.block-editor-block-list__layout :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		display: block;
		margin-top: 2em;
		margin-bottom: 2em;
}

.block-editor-block-list__layout :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.block-editor-block-list__layout :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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 var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
		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;
}

.block-editor-block-list__layout :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: var(--tw-prose-code);
		font-weight: 600;
		font-size: 0.875em;
}

.block-editor-block-list__layout :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
		content: "`";
}

.block-editor-block-list__layout :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
		content: "`";
}

.block-editor-block-list__layout :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.block-editor-block-list__layout :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.block-editor-block-list__layout :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
		font-size: 0.875em;
}

.block-editor-block-list__layout :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
		font-size: 0.9em;
}

.block-editor-block-list__layout :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.block-editor-block-list__layout :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.block-editor-block-list__layout :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		color: inherit;
}

.block-editor-block-list__layout :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
		content: none;
}

.block-editor-block-list__layout :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
		content: none;
}

.block-editor-block-list__layout :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-bottom-width: 1px;
		border-bottom-color: var(--tw-prose-th-borders);
}

.block-editor-block-list__layout :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-bottom-width: 1px;
		border-bottom-color: var(--tw-prose-td-borders);
}

.block-editor-block-list__layout :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-bottom-width: 0;
}

.block-editor-block-list__layout :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		vertical-align: baseline;
}

.block-editor-block-list__layout :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		border-top-width: 1px;
		border-top-color: var(--tw-prose-th-borders);
}

.block-editor-block-list__layout :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		vertical-align: top;
}

.block-editor-block-list__layout :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		text-align: start;
}

.block-editor-block-list__layout :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
}

.block-editor-block-list__layout :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout,
.entry-content {
		--tw-prose-body: #374151;
		--tw-prose-headings: #111827;
		--tw-prose-lead: #4b5563;
		--tw-prose-links: #111827;
		--tw-prose-bold: #111827;
		--tw-prose-counters: #6b7280;
		--tw-prose-bullets: #d1d5db;
		--tw-prose-hr: #e5e7eb;
		--tw-prose-quotes: #111827;
		--tw-prose-quote-borders: #e5e7eb;
		--tw-prose-captions: #6b7280;
		--tw-prose-kbd: #111827;
		--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
		--tw-prose-code: #111827;
		--tw-prose-pre-code: #e5e7eb;
		--tw-prose-pre-bg: #1f2937;
		--tw-prose-th-borders: #d1d5db;
		--tw-prose-td-borders: #e5e7eb;
		--tw-prose-invert-body: #d1d5db;
		--tw-prose-invert-headings: #fff;
		--tw-prose-invert-lead: #9ca3af;
		--tw-prose-invert-links: #fff;
		--tw-prose-invert-bold: #fff;
		--tw-prose-invert-counters: #9ca3af;
		--tw-prose-invert-bullets: #4b5563;
		--tw-prose-invert-hr: #374151;
		--tw-prose-invert-quotes: #f3f4f6;
		--tw-prose-invert-quote-borders: #374151;
		--tw-prose-invert-captions: #9ca3af;
		--tw-prose-invert-kbd: #fff;
		--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
		--tw-prose-invert-code: #fff;
		--tw-prose-invert-pre-code: #d1d5db;
		--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
		--tw-prose-invert-th-borders: #4b5563;
		--tw-prose-invert-td-borders: #374151;
		font-size: 1rem;
		line-height: 1.75;
}

.block-editor-block-list__layout :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
}

.block-editor-block-list__layout :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
}

.block-editor-block-list__layout :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0.375em;
}

.block-editor-block-list__layout :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0.375em;
}

.block-editor-block-list__layout :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.75em;
		margin-bottom: 0.75em;
}

.block-editor-block-list__layout :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.25em;
}

.block-editor-block-list__layout :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 1.25em;
}

.block-editor-block-list__layout :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.25em;
}

.block-editor-block-list__layout :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 1.25em;
}

.block-editor-block-list__layout :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
}

.block-editor-block-list__layout :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.5em;
		padding-inline-start: 1.625em;
}

.block-editor-block-list__layout :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.block-editor-block-list__layout :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.block-editor-block-list__layout :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.block-editor-block-list__layout :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.block-editor-block-list__layout :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0;
}

.block-editor-block-list__layout :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-end: 0;
}

.block-editor-block-list__layout :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :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;
}

.block-editor-block-list__layout :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0;
}

.block-editor-block-list__layout :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-end: 0;
}

.block-editor-block-list__layout :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.block-editor-block-list__layout :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.block-editor-block-list__layout :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.entry-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 0;
}

.block-editor-block-list__layout,
.entry-content {
		max-width: none;
}

@font-face {
	font-family: Musi;
	src:
		url("../fonts/ABCMusiAnimationVF.woff2") format("woff2-variations"),
		url("../fonts/ABCMusiAnimationVF.woff") format("woff");
}

@font-face {
	font-family: "Musi Normal";
	font-weight: 300;
	src:
		url("../fonts/ABCMusiNormal-Light.woff2") format("woff2"),
		url("../fonts/ABCMusiNormal-Light.woff") format("woff");
}

@font-face {
	font-family: "Musi Normal";
	font-weight: 400;
	src:
		url("../fonts/ABCMusiNormal-Regular.woff2") format("woff2"),
		url("../fonts/ABCMusiNormal-Regular.woff") format("woff");
}

@font-face {
	font-family: "Musi Normal";
	font-weight: 600;
	src:
		url("../fonts/ABCMusiNormal-Medium.woff2") format("woff2"),
		url("../fonts/ABCMusiNormal-Medium.woff") format("woff");
}

@font-face {
	font-family: "Musi Extended";
	font-weight: 400;
	src:
		url("../fonts/ABCMusiExtended-Regular.woff2") format("woff2"),
		url("../fonts/ABCMusiExtended-Regular.woff") format("woff");
}

@font-face {
	font-family: "Musi Extended";
	font-weight: 500;
	src:
		url("../fonts/ABCMusiExtended-Medium.woff2") format("woff2"),
		url("../fonts/ABCMusiExtended-Medium.woff") format("woff");
}

@font-face {
	font-family: "Musi Mono";
	font-weight: 300;
	src:
		url("../fonts/ABCMusiMono-Light.woff2") format("woff2"),
		url("../fonts/ABCMusiMono-Light.woff") format("woff");
}

@font-face {
	font-family: "Musi Mono";
	font-weight: 400;
	src:
		url("../fonts/ABCMusiMono-Regular.woff2") format("woff2"),
		url("../fonts/ABCMusiMono-Regular.woff") format("woff");
}

@font-face {
	font-family: "Musi Mono";
	font-weight: 500;
	src:
		url("../fonts/ABCMusiMono-Medium.woff2") format("woff2"),
		url("../fonts/ABCMusiMono-Medium.woff") format("woff");
}

.section-title {
		font-family: Musi Normal;
		font-size: clamp(1.25rem, 1.1643rem + 0.3226vw, 1.4063rem);
		line-height: 1.41;
		font-weight: 600;
		text-transform: uppercase;
}

p {
		font-size: clamp(1rem, 0.9315rem + 0.2581vw, 1.125rem);
		line-height: 1.50;
		font-weight: 300;
}

.wp-block-agenda-session-price-info {
		scroll-margin-top: 70px;
}

@media (min-width: 768px) {

		.wp-block-agenda-session-price-info {
				scroll-margin-top: 155px;
		}
}

.icon {
	fill: currentcolor;
	height: 1em;
	stroke: currentcolor;
	width: auto;
}

.icon--stroke {
	fill: none;
	stroke: currentcolor;
}

.icon--fill {
	fill: currentcolor;
	stroke: none;
}

[x-cloak] {
	display: none !important;
}

/* Layout - styles specific to layout */

/* Layout */

.container {
		margin-left: auto;
		margin-right: auto;
		width: 100vw;
		max-width: 1280px;
		padding-left: 20px;
		padding-right: 20px;
}

@media (min-width: 1024px) {

		.container {
				padding-left: 30px;
				padding-right: 30px;
		}
}

@media (min-width: 1280px) {

		.container {
				padding-left: 40px;
				padding-right: 40px;
		}
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		padding-left: 20px;
		padding-right: 20px;
}

@media (min-width: 1024px) {

		.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
				padding-left: 30px;
				padding-right: 30px;
		}
}

@media (min-width: 1280px) {

		.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
				padding-left: 40px;
				padding-right: 40px;
		}
}

.stretched-content-layout {
	display: grid;
	grid-template-rows: 1fr auto;
}

/* Templates */

/* Templates */

.wrapper-404 {
	background: linear-gradient(0deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 100%), url("../images/bg-404.jpeg"), lightgray 50%;
}

.tickets-h1 {
		font-family: Musi Normal;
		font-size: clamp(1.9531rem, 1.8192rem + 0.504vw, 2.1973rem);
		text-transform: uppercase;
		line-height: 1;
}

.tickets-section-title {
		margin-bottom: 50px;
		border-top-width: 1px;
		--tw-border-opacity: 1;
		border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		padding-top: 20px;
		font-family: Musi Normal;
		font-size: clamp(1.25rem, 1.1643rem + 0.3226vw, 1.4063rem);
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1;
}

/* Components */

/* Components */

.skip-to-content-link {
		position: absolute;
		top: 0.3125rem;
		left: 0.3125rem;
}

/*
* Hide WordPress' default Skip To Content
* Please use Tailwind's .sr-only utility for
* all other instances of screen reader only content
*/

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:active) {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border-width: 0;
		word-wrap: normal !important;
}

.wp-embed-aspect-16-9 iframe {
		aspect-ratio: 16 / 9;
		height: auto;
		width: 100%;
}

.header-top {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 50;
		width: 100%;
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.admin-bar .header-top {
		top: 32px;
}

.language-banner-visible .header-top {
		top: 60px;
}

.admin-bar.language-banner-visible .header-top {
		top: 92px;
}

.header-menu {
		z-index: 40;
		margin-bottom: 30px;
		display: none;
		padding-bottom: 10px;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-duration: 150ms;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {

		.header-menu {
				position: sticky;
				top: -50px;
				margin-bottom: 50px;
				padding-top: 100px;
				padding-bottom: 20px;
		}
}

@media (min-width: 1024px) {

		.header-menu {
				display: block;
		}
}

@media (min-width: 768px) {

		.admin-bar .header-menu {
				top: -18px;
		}
}

@media screen and (max-width: 782px) {
	.admin-bar .header-top {
				top: 46px;
		}
}

.admin-bar .language-banner {
		top: 32px;
}

footer {
		position: sticky;

	top: 100vh;
}

footer .block-newsletter form {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
}

@media (min-width: 768px) {

		footer .block-newsletter form {
				margin-left: auto;
				margin-right: auto;
				max-width: 41rem;
		}
}

input.is-size-big {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: clamp(1.5625rem, 1.4554rem + 0.4032vw, 1.7578rem);
		line-height: 1.32;
}

.input-radio {
		display: flex;
		align-items: center;
		gap: 15px;
}

.input-radio > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(10px * var(--tw-space-x-reverse));
		margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.input-radio {
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		padding: 20px;
}

.input-radio [type="radio"] {
		margin: 0px;
		display: grid;
		height: 30px;
		width: 30px;
		-webkit-appearance: none;
		        appearance: none;
		place-content: center;
		border-radius: 9999px;
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.input-radio [type="radio"]::before {
		height: 24px;
		width: 24px;
		--tw-scale-x: 0;
		--tw-scale-y: 0;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		border-radius: 9999px;
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
		transition-property: transform;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		--tw-content: "";
		content: var(--tw-content);
}

.input-radio [type="radio"]:checked::before {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.input-checkbox {
		display: flex;
		align-items: center;
		gap: 15px;
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
}

.input-checkbox [type="checkbox"] {
		margin: 0px;
		display: grid;
		height: 30px;
		width: 30px;
		-webkit-appearance: none;
		        appearance: none;
		place-content: center;
		border-width: 1px;
		border-color: currentcolor;
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.input-checkbox [type="checkbox"]::before {
		height: 30px;
		width: 30px;
		transform-origin: bottom left;
		--tw-scale-x: 0;
		--tw-scale-y: 0;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
		transition-property: transform;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		--tw-content: "";
		content: var(--tw-content);

		clip-path: polygon(10% 50%, 40% 80%, 90% 20%, 85% 15%, 40% 70%, 15% 45%);
}

.input-checkbox [type="checkbox"]:checked::before {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.react-select {

}

.react-select__control {
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.react-select__value-container {
		padding: 15px;
}

.react-select__indicators {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
}

.react-select__menu {
		border-width: 1px;
		border-top-width: 0px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.react-select__option {
		padding: 15px;
}

.react-select__option:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
}

.react-select__option--is-selected {
		font-weight: 600;
}

.react-select__option--is-disabled {
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));

	cursor: not-allowed !important;
}

.search-form {
	align-items: center;
	border: 1px solid var(--color-black);
	display: flex;
	flex-shrink: 0;
	height: 4rem;
	justify-content: space-between;
	margin-bottom: 4rem;
	margin-top: 6rem;
	min-width: 27.3125rem;
	padding: 0.5rem;
	width: 40.8125rem;
}

.search-form label {
	display: none;
}

.search-form .search-form__query {
	background-color: var(--color-white);
	border: none;
	color: var(--color-gray);

	/* desktop/H4/Regular */
	font-family: var(--font-main);
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	leading-trim: both;
	letter-spacing: 0.01625rem;
	line-height: 1.875rem; /* 115.385% */
	text-edge: cap;
}

.search-form .search-form__button {
	background-color: var(--color-white);
	border: none;
	color: var(--color-black);
	cursor: pointer;
}

.search__results {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.search__title {
	color: var(--color-black);

	/* desktop/H2/CAPS */
	font-family: var(--font-main);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	leading-trim: both;
	letter-spacing: 0.025rem;
	line-height: 2.375rem; /* 95% */
	margin-bottom: 4rem;
	text-edge: cap;
	text-transform: uppercase;
}

.select {
		font-family: Musi Normal;
}

.select__dropdown {
	position: relative;
}

.select__dropdown-button {
	background-color: transparent;
	box-shadow: none;
	color: black;
	padding: 0 20px 0 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.select__dropdown-button:disabled {
		cursor: not-allowed;
		opacity: 0.65;
		pointer-events: none;
	}

.select__dropdown-label {
	display: block;
	font-size: 15px;
	line-height: 1;
	margin-right: 5px;
	overflow: hidden;
	padding-top: 8px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.select__dropdown-icon {
	font-size: 20px;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.select__dropdown-list {
	background-color: white;
	border: 1px solid black;
	box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
	left: -10px;
	list-style: none;
	max-height: 40vh;
	max-width: 80vw;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 300px;
	z-index: 2;
}

.select__dropdown-list.select__dropdown-list--top {
		bottom: 100%;
		margin-top: 0;
		top: inherit;
	}

.select__dropdown-option {
	align-items: center;
	background: transparent;
	border: none;
	color: #000;
	display: flex;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.select__dropdown-option:hover {
		background-color: #f5f5f5;
	}

.select__dropdown-checkbox {
	align-self: flex-start;
	background-color: transparent;
	border: 1px solid black;
	display: flex;
	flex: 0 0 13px;
	font-size: 12px;
	height: 13px;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;
	width: 13px;
}

.select__dropdown-checkbox .icon {
		display: block;
	}

.select__dropdown-checkbox.-child {
	align-self: baseline;
	left: 35px;
	margin-top: 3px;
	position: absolute;
}

.select__dropdown-checkbox-label {
	padding-left: 43px;
	position: relative;
}

.react-calendar {
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		padding: 15px;
		font-family: Musi Mono;
}

.react-calendar__navigation {
		display: flex;
}

.react-calendar__navigation__arrow {
		aspect-ratio: 1 / 1;
		width: 50px;
}

.react-calendar__navigation__arrow:not(:disabled):hover {
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.react-calendar__navigation__arrow:disabled {
		--tw-text-opacity: 1;
		color: rgb(156 156 156 / var(--tw-text-opacity, 1));
}

.react-calendar__navigation__prev2-button,
.react-calendar__navigation__next2-button {
		display: none;
}

.react-calendar__month-view__weekdays__weekday {
		display: flex;
		aspect-ratio: 1 / 1;
		align-items: center;
		justify-content: center;
		font-weight: 300;
}

.react-calendar__month-view__days {
		display: grid;
		grid-template-columns: repeat(7, minmax(0, 1fr));
}

.react-calendar__tile {
		aspect-ratio: 1 / 1;
}

.react-calendar__tile:not(:disabled):hover {
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.react-calendar__tile:disabled {
		--tw-text-opacity: 1;
		color: rgb(156 156 156 / var(--tw-text-opacity, 1));
}

.react-calendar__tile--now {
		font-weight: 600;
}

.react-calendar__tile--active {
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
		font-weight: 600;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tabs-nav {
		margin-bottom: 10px;
		display: flex;
		list-style-type: none;
		gap: 30px;
		overflow-x: auto;
		border-bottom-width: 1px;
		--tw-border-opacity: 1;
		border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		font-family: Musi Normal;
}

.tabs-nav__control {
		display: inline-block;
		white-space: nowrap;
		border-bottom-width: 4px;
		border-bottom-color: transparent;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		text-transform: uppercase;
		line-height: 1;
}

.tabs-nav__control:hover {
		--tw-border-opacity: 1;
		border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.tabs-nav__control.is-active {
		--tw-border-opacity: 1;
		border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.tabs--scrollspy .tabs-nav {
		position: sticky;
		top: 50px;
		z-index: 10;
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {

		.tabs--scrollspy .tabs-nav {
				top: 110px;
		}
}

.button,
.button[type="submit"] {
		display: inline-block;
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
		padding: 25px;
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button:not(.does-not-exist):hover,.button[type="submit"]:hover {
		box-shadow: 0 8px 20px rgb(0 0 0 / 40%);
	}

.button.is-style-inverted.button:not(.does-not-exist),.button.is-style-inverted.button[type="submit"] {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.button.is-style-inverted.button:not(.does-not-exist):hover,.button.is-style-inverted.button[type="submit"]:hover {
		box-shadow: 0 8px 20px rgb(255 255 255 / 40%);
	}

.button:not(.does-not-exist):disabled {
		cursor: not-allowed;
		--tw-bg-opacity: 1;
		background-color: rgb(90 86 86 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button[type="submit"]:disabled {
		cursor: not-allowed;
		--tw-bg-opacity: 1;
		background-color: rgb(90 86 86 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button:not(.does-not-exist):active:hover {
		cursor: not-allowed;
		--tw-bg-opacity: 1;
		background-color: rgb(90 86 86 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button[type="submit"]:active:hover {
		cursor: not-allowed;
		--tw-bg-opacity: 1;
		background-color: rgb(90 86 86 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button:not(.does-not-exist):disabled:hover {
		cursor: not-allowed;
		--tw-bg-opacity: 1;
		background-color: rgb(90 86 86 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button[type="submit"]:disabled:hover {
		cursor: not-allowed;
		--tw-bg-opacity: 1;
		background-color: rgb(90 86 86 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button:not(.does-not-exist):disabled::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button[type="submit"]:disabled::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button:not(.does-not-exist):active:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button[type="submit"]:active:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button:not(.does-not-exist):disabled:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button[type="submit"]:disabled:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-outlined,
.button-outlined[type="submit"] {
		position: relative;
		display: inline-block;
		background-color: transparent;
		padding: 25px;
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.button-outlined:not(.does-not-exist):hover,.button-outlined[type="submit"]:hover {
		box-shadow: 0 8px 20px rgb(0 0 0 / 40%);
	}

.button-outlined:not(.does-not-exist)::before {
		position: absolute;
		inset: 0px;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
		--tw-ring-inset: inset;
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
		--tw-content: "";
		content: var(--tw-content);
}

.button-outlined[type="submit"]::before {
		position: absolute;
		inset: 0px;
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
		--tw-ring-inset: inset;
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
		--tw-content: "";
		content: var(--tw-content);
}

.button-outlined:not(.does-not-exist):hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-outlined[type="submit"]:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-outlined.is-style-inverted.button-outlined:not(.does-not-exist),.button-outlined.is-style-inverted.button-outlined[type="submit"] {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-outlined.is-style-inverted.button-outlined:not(.does-not-exist)::before {
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.button-outlined.is-style-inverted.button-outlined[type="submit"]::before {
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.button-outlined.is-style-inverted.button-outlined:not(.does-not-exist):hover,.button-outlined.is-style-inverted.button-outlined[type="submit"]:hover {
		box-shadow: 0 8px 20px rgb(255 255 255 / 40%);
	}

.button-outlined:not(.does-not-exist):disabled {
		cursor: not-allowed;
		--tw-border-opacity: 1;
		border-color: rgb(90 86 86 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button-outlined[type="submit"]:disabled {
		cursor: not-allowed;
		--tw-border-opacity: 1;
		border-color: rgb(90 86 86 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button-outlined:not(.does-not-exist):active:hover {
		cursor: not-allowed;
		--tw-border-opacity: 1;
		border-color: rgb(90 86 86 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button-outlined[type="submit"]:active:hover {
		cursor: not-allowed;
		--tw-border-opacity: 1;
		border-color: rgb(90 86 86 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button-outlined:not(.does-not-exist):disabled:hover {
		cursor: not-allowed;
		--tw-border-opacity: 1;
		border-color: rgb(90 86 86 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button-outlined[type="submit"]:disabled:hover {
		cursor: not-allowed;
		--tw-border-opacity: 1;
		border-color: rgb(90 86 86 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button-outlined:not(.does-not-exist):disabled::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-outlined[type="submit"]:disabled::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-outlined:not(.does-not-exist):active:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-outlined[type="submit"]:active:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-outlined:not(.does-not-exist):disabled:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-outlined[type="submit"]:disabled:hover::before {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button-link,
.button-link[type="submit"] {
		display: inline-block;
		font-family: Musi Mono;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		text-transform: uppercase;
		text-decoration-line: underline;
		text-underline-offset: 4px;
}

.button-link.is-style-inverted.button-link:not(.does-not-exist),.button-link.is-style-inverted.button-link[type="submit"] {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-link:not(.does-not-exist):disabled {
		--tw-text-opacity: 1;
		color: rgb(90 86 86 / var(--tw-text-opacity, 1));
}

.button-link[type="submit"]:disabled {
		--tw-text-opacity: 1;
		color: rgb(90 86 86 / var(--tw-text-opacity, 1));
}

.button-link:not(.does-not-exist):hover,.button-link[type="submit"]:hover {
		text-decoration-line: none;
}

.button-link:not(.does-not-exist):disabled:hover {
		text-decoration-line: underline;
}

.button-link[type="submit"]:disabled:hover {
		text-decoration-line: underline;
}

.button--with-icon {
		display: inline-flex;
		align-items: center;
		gap: 5px;
}

.button--small,
.button--small[type="submit"] {
		padding: 15px;
		line-height: 1.25;
}

.menu-header {
		display: flex;
		place-items: end;
		justify-content: flex-end;
}

.menu-header > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(30px * var(--tw-space-x-reverse));
		margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}

.menu-header {
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		font-weight: 300;
		text-transform: uppercase;
}

.menu-header .sub-menu {
		display: none;
}

.menu-header > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
}

.menu-header > li > a:hover,
.menu-header > li.current-menu-parent > a,
.menu-header > li.current-menu-ancestor > a,
.menu-header > li.current-menu-item > a {
		border-bottom-width: 4px;
		--tw-border-opacity: 1;
		border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

#footer-nav div > div {
	text-transform: initial;
}

.menu-footer {
		-moz-columns: 2;
		     columns: 2;
		gap: 30px;
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
}

@media (min-width: 768px) {

		.menu-footer {
				-moz-columns: 4;
				     columns: 4;
		}
}

.menu-footer > li {
		page-break-inside: avoid;
		-moz-column-break-inside: avoid;
		     break-inside: avoid;
		padding-bottom: 30px;
}

.menu-footer > li > a {
		text-transform: uppercase;
}

.menu-footer a:hover {
		text-decoration-line: underline;
		text-underline-offset: 4px;
}

.menu-footer .sub-menu {
		margin-bottom: 30px;
		margin-top: 5px;
}

.menu-footer .sub-menu > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

.menu-mobile {
		font-family: Musi Normal;
		font-size: clamp(1rem, 0.9315rem + 0.2581vw, 1.125rem);
		line-height: 1.50;
}

.menu-mobile .sub-menu {
		display: none;
}

.menu-mobile .menu-item {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		text-transform: uppercase;
}

.menu-footer-links {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		text-transform: uppercase;
		line-height: 1.25;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.menu-footer-links a:hover {
		text-decoration-line: underline;
		text-underline-offset: 4px;
}

.menu-footer-links button {
		text-transform: uppercase;
}

.breadcrumbs {
		border-top-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		text-align: right;
		font-family: Musi Mono;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
}

.breadcrumbs a {
		line-height: 1.25;
		text-decoration-line: underline;
		text-underline-offset: 4px;
}

.breadcrumbs .container > span {
		display: flex;
		height: 50px;
		align-items: center;
		gap: 10px;
		overflow-x: auto;
}

@media (min-width: 768px) {

		.breadcrumbs .container > span {
				flex-direction: row-reverse;
		}
}

.breadcrumbs .container > span > span {
		flex: none;
}

/* Gutenberg blocks */

.wp-block-pixelalbatross-accordion .wp-block-pixelalbatross-accordion-item {
		border-top-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		padding-top: clamp(1rem, 0.8629rem + 0.5161vw, 1.25rem);
		padding-bottom: clamp(1rem, 0.8629rem + 0.5161vw, 1.25rem);
}

.wp-block-pixelalbatross-accordion .wp-block-pixelalbatross-accordion-item:last-child {
		border-bottom-width: 1px;
}

.wp-block-pixelalbatross-accordion .accordion-title {
		margin-right: 50px;
		font-family: Musi Normal;
		font-size: clamp(1.25rem, 1.1643rem + 0.3226vw, 1.4063rem);
		line-height: 1.41;
		text-transform: uppercase;
}

.wp-block-pixelalbatross-accordion .accordion-button[aria-expanded="true"] .accordion-title {
		font-weight: 700;
}

.wp-block-pixelalbatross-accordion .accordion-panel {
		padding-top: clamp(1rem, 0.8629rem + 0.5161vw, 1.25rem);
		font-size: clamp(1rem, 0.9315rem + 0.2581vw, 1.125rem);
		line-height: 1.50;
		color: currentcolor;
}

.js .wp-block-pixelalbatross-accordion .accordion-button::before {
		pointer-events: none;
		position: absolute;
		right: 15px;
		top: 50%;
		height: 15px;
		width: 15px;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		--tw-content: "";
		content: var(--tw-content);
}

.js .wp-block-pixelalbatross-accordion .accordion-button[aria-expanded="true"]::before {
		--tw-translate-y: -50%;
		--tw-rotate: 45deg;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.js .wp-block-pixelalbatross-accordion .accordion-button::before {
		--tw-translate-y: -50%;
		--tw-rotate: -45deg;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wp-block-group.is-banner .wp-block-cover.has-custom-content-position {
		aspect-ratio: 6 / 3;
		width: 100%;
}

.wp-block-group.is-banner .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%;
		gap: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 25px;
		padding-bottom: 25px;
		--tw-backdrop-blur: blur(16px);
		-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);
}

@media (min-width: 768px) {

		.wp-block-group.is-banner .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
				margin-top: 40px;
				margin-bottom: 40px;
				padding-left: 30px;
				padding-right: 30px;
				padding-top: 50px;
				padding-bottom: 50px;
		}
}

.wp-block-group.is-banner .wp-block-cover {
		min-height: 300px;
		padding-left: 0px;
		padding-right: 0px;
}

.wp-block-group.is-banner .wp-block-cover__inner-container > .wp-block-group {
		width: 100%;
		gap: 0px;
}

@media (min-width: 768px) {

		.wp-block-group.is-banner .wp-block-cover__inner-container > .wp-block-group {
				max-width: 800px;
		}
}

.wp-block-group.is-banner .wp-block-cover__inner-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
}

.wp-block-group.is-banner .wp-block-heading.has-line-above {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%;
		border-color: currentcolor;
		padding-top: 15px;
		padding-bottom: 0px;
		line-height: 1;
}

@media (min-width: 768px) {

		.wp-block-group.is-banner .wp-block-heading.has-line-above {
				margin-bottom: 40px;
				margin-top: 30px;
				padding-top: 20px;
		}
}

.wp-block-group.is-banner p {
		font-family: Musi Normal;
		font-size: clamp(1rem, 0.9315rem + 0.2581vw, 1.125rem);
		font-weight: 400;
		font-style: normal;
		line-height: 1;
}

.wp-block-group.is-banner .is-subtitle {
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		font-weight: 400;
		text-transform: uppercase;
}

.wp-block-group.is-banner .wp-block-buttons {
		margin-top: 30px;
}

/* @import url("buttons.css"); */

h1,
h1.wp-block-heading {
		font-family: Musi;
		font-size: clamp(2.4414rem, 2.2741rem + 0.63vw, 2.7466rem);
		line-height: 1.16;
		font-weight: 400;
		text-transform: uppercase;
	font-variation-settings: "wght" 0, "wdth" 0;
}

h2,
h2.wp-block-heading {
		font-family: Musi;
		font-size: clamp(1.9531rem, 1.8192rem + 0.504vw, 2.1973rem);
		line-height: 1.23;
		font-weight: 400;
		text-transform: uppercase;
	font-variation-settings: "wght" 0, "wdth" 0;
}

h3,
h3.wp-block-heading {
		font-family: Musi;
		font-size: clamp(1.5625rem, 1.4554rem + 0.4032vw, 1.7578rem);
		line-height: 1.32;
		font-weight: 400;
	font-variation-settings: "wght" 0, "wdth" 0;
}

h4,
h4.wp-block-heading {
		font-size: clamp(1.25rem, 1.1643rem + 0.3226vw, 1.4063rem);
		line-height: 1.41;
		font-weight: 300;
}

@media (min-width: 768px) {

		h4,
h4.wp-block-heading {
				font-weight: 600;
		}
}

h5,
h5.wp-block-heading {
		font-size: clamp(1rem, 0.9315rem + 0.2581vw, 1.125rem);
		line-height: 1.50;
		font-weight: 600;
}

h6,
h6.wp-block-heading {
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		font-weight: 600;
}

.wp-block-heading.has-line-above::before {
	content: "";
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-color: currentcolor;
	padding-top: 25px;
}

/* TODO: move this p.wp-block-subtitle to it's specific block css */

.wp-block-subtitle {
		font-family: Musi Normal;
		font-size: clamp(1.5625rem, 1.4554rem + 0.4032vw, 1.7578rem);
		font-weight: 400;
		line-height: 1.375;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wp-block-image .wp-element-caption {
		position: absolute;
		right: 0px;
		top: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 100%;
		--tw-rotate: 180deg;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: right;
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		font-weight: 300;
		line-height: 1.375;

	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.wp-block-image {
		position: relative;
}

.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container.is-layout-flow {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;

	/* TODO: review the width */
	max-width: var(--wp--style--global--content-size);
}

/*
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .wp-block-image .wp-element-caption {

	right: 10px;
}
*/

.wp-block-group.is-layout-constrained > .wp-block-image .wp-element-caption {
		background-color: transparent;
		color: currentcolor;
}

.wp-block-cover.has-custom-content-position.is-position-bottom-left .wp-block-cover__background,
	.wp-block-cover.has-custom-content-position.is-position-bottom-center .wp-block-cover__background,
	.wp-block-cover.has-custom-content-position.is-position-bottom-right .wp-block-cover__background {
		background-color: transparent;
		background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
		--tw-gradient-from: transparent var(--tw-gradient-from-position);
		--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
		--tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.wp-block-cover.has-custom-content-position.is-position-top-left .wp-block-cover__background,
	.wp-block-cover.has-custom-content-position.is-position-top-center .wp-block-cover__background,
	.wp-block-cover.has-custom-content-position.is-position-top-right .wp-block-cover__background {
		background-color: transparent;
		background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
		--tw-gradient-from: #000 var(--tw-gradient-from-position);
		--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
		--tw-gradient-to: transparent var(--tw-gradient-to-position);
}

/*
* Ensure that we are not overriding the editor styles of the
* WordPress Components.
*
* This is a workaround for: https://github.com/WordPress/gutenberg/issues/10178
*
* using :where to prevent the specificity increase of using :not
*/

a:where(:not(.components-external-link)) {

}

.link {
	align-items: center;
	color: var(--color-black);
	display: inline-flex;
	gap: 0.3125rem;
	justify-content: center;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.link .link__label {
	border-bottom: 1px solid var(--color-black);

	/* desktop/H6/Regular */
	font-family: var(--font-main);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	leading-trim: both;
	letter-spacing: 0.00875rem;
	line-height: 1.125rem; /* 128.571% */
	text-edge: cap;
	text-transform: uppercase;
}

.link .link__arrow {
	display: none;
}

.link.link--arrow .link__arrow {
	display: inline-block;
}

.link.link--inverted {
	color: var(--color-white);
}

.link.link--inverted .link__label {
	border-color: var(--color-white);
}

.mediateca-pattern {
		background-position: right;
		background-repeat: repeat-y;
}

@media (min-width: 1024px) {

		.mediateca-pattern {
				background-image: url("../images/related-posts-bg.svg");
		}
}

.wp-block-allegro-post-header .wp-block-subtitle {
		margin-bottom: 20px;
}

.wp-block-allegro-post-header .wp-block-allegro-terms-list {
		margin-top: 40px;
		margin-bottom: 10px;
}

.wp-block-group.is-poster .wp-block-cover {
		aspect-ratio: 4 / 6;
		height: auto;
		min-height: 200px;
		width: 100%;
		padding: 0px;
}

@media (min-width: 768px) {

		.wp-block-group.is-poster .wp-block-cover {
				width: auto;
		}
}

.wp-block-group.is-poster .wp-block-cover__inner-container > .wp-block-group.is-vertical {
		width: 100%;
		min-width: 100%;
		gap: 10px;
		padding: 20px;
}

.wp-block-group.is-poster:not(.is-style-solid):not(.is-style-gradient) .wp-block-cover__inner-container > .wp-block-group.is-vertical {
		--tw-backdrop-blur: blur(16px);
		-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);
}

.wp-block-group.is-poster .wp-block-cover__inner-container {
		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: flex-end;
		padding: 20px;
}

.wp-block-group.is-poster h4 {
		font-size: clamp(1.25rem, 1.1643rem + 0.3226vw, 1.4063rem);
		font-weight: 600;
		text-transform: uppercase;
		font-style: normal;
		line-height: 1;
}

.wp-block-group.is-poster h5 {
		margin-bottom: 5px;
		font-family: Musi Normal;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		font-weight: 400;
}

.wp-block-group.is-poster .wp-block-button {
		background-color: transparent;
}

.wp-block-group.is-poster .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
		width: 100%;
}

.wp-block-group.is-poster .wp-block-cover .has-background-dim:not([class*="-background-color"]) {
		background-color: transparent;
}

/** solid variant: is-style-solid **/

.wp-block-group.is-poster.is-style-solid .wp-block-cover__inner-container > .wp-block-group.is-vertical {
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

/** gradient variant: is-style-gradient **/

.wp-block-group.is-poster.is-style-gradient .wp-block-cover__inner-container > .wp-block-group.is-vertical {
		background-color: transparent;
		padding: 0px;
}

.wp-block-group.is-poster.is-style-gradient .wp-block-cover .has-background-dim:not([class*="-background-color"]) {
		opacity: 1;

	background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 80%) 68%);
}

.wp-block-group.is-poster .wp-block-cover a::before {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		--tw-content: "";
		content: var(--tw-content);
}

.wp-block-query .wp-block-post-template {
		row-gap: 30px;
}

@media (min-width: 768px) {

		.wp-block-query .wp-block-post-template {
				row-gap: 70px;
		}
}

.wp-block-query .wp-block-post-featured-image {
		margin-bottom: 30px;
		display: block;
		height: 235px;
		width: 100%;
}

@media (min-width: 768px) {

		.wp-block-query .wp-block-post-featured-image {
				margin-bottom: 40px;
				height: 300px;
		}
}

.wp-block-query .wp-block-post-featured-image img {
		height: 235px;
		object-fit: cover;
}

@media (min-width: 768px) {

		.wp-block-query .wp-block-post-featured-image img {
				height: 300px;
		}
}

.wp-block-query .wp-block-post-title {
		margin-bottom: 10px;
		font-size: clamp(1.25rem, 1.1643rem + 0.3226vw, 1.4063rem);
		font-weight: 400;
		text-transform: uppercase;
		line-height: 1.5;
		color: currentcolor;
}

@media (min-width: 768px) {

		.wp-block-query .wp-block-post-title {
				margin-bottom: 0px;
		}
}

.wp-block-query .wp-block-allegro-query-post-meta-subtitle {
		display: none;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		font-weight: 400;
		color: currentcolor;
}

@media (min-width: 768px) {

		.wp-block-query .wp-block-allegro-query-post-meta-subtitle {
				display: block;
		}
}

.wp-block-query .wp-block-post-excerpt {
		margin-top: 10px;
		margin-bottom: 10px;
		display: none;
		padding-bottom: 20px;
		font-family: Musi Normal;
		font-size: clamp(1rem, 0.9315rem + 0.2581vw, 1.125rem);
		font-weight: 300;
		line-height: 1.375;
}

@media (min-width: 768px) {

		.wp-block-query .wp-block-post-excerpt {
				display: block;
				padding-bottom: 40px;
		}
}

.wp-block-query > ul > li.wp-block-post {
		display: flex;
		flex-direction: column;
}

.wp-block-query .wp-block-read-more {
		position: relative;
		margin-top: auto;
		white-space: nowrap;
		border-bottom-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		font-family: Musi Mono;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		font-weight: 400;
		text-transform: uppercase;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wp-block-query .wp-block-read-more:hover {
		border-bottom-color: transparent;
}

@media (min-width: 768px) {

		.wp-block-query .wp-block-read-more {
				line-height: 1;
		}
}

.wp-block-query .wp-block-read-more::after {
		position: absolute;
		right: -35px;
		bottom: -5px;
		height: 20px;
		width: 20px;

	content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'><path d='M1 15.5L8.5 8L1 0.5' stroke='black'/></svg>");
}

/*
 * Remove horizontal scrollbar from each browser
 */

.wp-block-allegro-related-events::-webkit-scrollbar {
	display: none;
}

.wp-block-allegro-related-events {
	scrollbar-width: none;
}

/*
 * Grid view (Slider)
 */

.wp-block-allegro-related-events > div {
		position: relative;
}

.wp-block-allegro-related-events .post-list.is-layout-grid {
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;
		display: flex;
		scroll-snap-type: x var(--tw-scroll-snap-strictness);
		--tw-scroll-snap-strictness: mandatory;
		gap: 25px;
		overflow-x: scroll;
		padding-bottom: 10px;  /* Firefox */
	}

.wp-block-allegro-related-events .post-list.is-layout-grid::-webkit-scrollbar {
			display: none;
		}

.wp-block-allegro-related-events .post-list.is-layout-grid > div {

		/* TODO: Review these measurements. */

		min-width: 80%;

		scroll-snap-align: start;
	}

@media (min-width: 768px) {

		.wp-block-allegro-related-events .post-list.is-layout-grid > div {
				min-width: calc((100% - 50px) / 3);
				max-width: calc((100% - 50px) / 3);
		}
}

/*
 * Slider controls
 */

.wp-block-allegro-related-events .slideshow__control {
		position: absolute;
		top: 50%;
		display: none;
		font-size: clamp(1.5625rem, 1.4554rem + 0.4032vw, 1.7578rem);
		line-height: 1.32;
}

@media (min-width: 1280px) {

		.wp-block-allegro-related-events .slideshow__control {
				display: block;
		}
}

.wp-block-allegro-related-events .slideshow__control:disabled {
		display: none;
}

.wp-block-allegro-related-events .slideshow__control--left {
		left: -55px;
}

.wp-block-allegro-related-events .slideshow__control--right {
		right: -55px;
}

.wp-block-allegro-related-events .assist {
		display: none;
}

/*
 * List view
 */

.wp-block-allegro-related-events .post-list.is-layout-list > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(100px * var(--tw-space-y-reverse));
}

.wp-block-allegro-related-events .post-list.is-layout-list {
		padding-top: 30px;
}

/*
* Admin
*/

.block-editor-block-list__block.wp-block-allegro-related-events {
		border-width: 1px;
		border-style: dashed;
		--tw-border-opacity: 1;
		border-color: rgb(156 156 156 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.wp-block-allegro-related-posts .post-list.is-layout-grid {
		display: flex;
		scroll-snap-type: x var(--tw-scroll-snap-strictness);
		--tw-scroll-snap-strictness: mandatory;
		gap: 25px;
		overflow-x: scroll;
}

.wp-block-allegro-related-posts .post-list.is-layout-grid > div {

	/* TODO: Percentages could be improved, maybe. */

	min-width: 80%;

	scroll-snap-align: start;
}

@media (min-width: 768px) {

		.wp-block-allegro-related-posts .post-list.is-layout-grid > div {
				min-width: 30%;
		}
}

.wp-block-allegro-related-posts .post-list.is-layout-list {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 30px;
}

@media (min-width: 768px) {

		.wp-block-allegro-related-posts .post-list.is-layout-list {
				grid-template-columns: repeat(3, minmax(0, 1fr));
				gap: 50px;
		}
}

/*
 * Remove horizontal scrollbar from each browser
 */

.wp-block-allegro-related-posts::-webkit-scrollbar {
	display: none;
}

.wp-block-allegro-related-posts{
	scrollbar-width: none;
}

/*
 * Admin
 */

.block-editor-block-list__block.wp-block-allegro-related-posts {
		border-width: 1px;
		border-style: dashed;
		--tw-border-opacity: 1;
		border-color: rgb(156 156 156 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.wp-block-allegro-terms-list {
		font-family: Musi Mono;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		font-weight: 400;
		text-transform: uppercase;
		color: currentcolor;

	line-height: 17px;
}

.wp-block-allegro-terms-list li {
		display: inline;
		padding-right: 20px;
}

/*
 * Admin
 */

.block-editor-block-list__block.wp-block-allegro-terms-list {
		border-width: 1px;
		border-style: dashed;
		--tw-border-opacity: 1;
		border-color: rgb(156 156 156 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
		padding: 20px;
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
		--tw-text-opacity: 1;
		color: rgb(90 86 86 / var(--tw-text-opacity, 1));
}

.block-editor-block-list__block.wp-block-allegro-terms-list header {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		font-weight: 600;
}

.wp-block-group.is-style-prose {
		font-size: 1.25rem;
		line-height: 1.8;
}

.wp-block-group.is-style-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
}

.wp-block-group.is-style-prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 1.2em;
		line-height: 1.5;
		margin-top: 1em;
		margin-bottom: 1em;
}

.wp-block-group.is-style-prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.6em;
		margin-bottom: 1.6em;
		padding-inline-start: 1.0666667em;
}

.wp-block-group.is-style-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 2.8em;
		margin-top: 0;
		margin-bottom: 0.8571429em;
		line-height: 1;
}

.wp-block-group.is-style-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 1.8em;
		margin-top: 1.5555556em;
		margin-bottom: 0.8888889em;
		line-height: 1.1111111;
}

.wp-block-group.is-style-prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 1.5em;
		margin-top: 1.6em;
		margin-bottom: 0.6666667em;
		line-height: 1.3333333;
}

.wp-block-group.is-style-prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.8em;
		margin-bottom: 0.6em;
		line-height: 1.6;
}

.wp-block-group.is-style-prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.wp-block-group.is-style-prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.wp-block-group.is-style-prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
}

.wp-block-group.is-style-prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.wp-block-group.is-style-prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 0.9em;
		border-radius: 0.3125rem;
		padding-top: 0.25em;
		padding-inline-end: 0.4em;
		padding-bottom: 0.25em;
		padding-inline-start: 0.4em;
}

.wp-block-group.is-style-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 0.9em;
}

.wp-block-group.is-style-prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 0.8611111em;
}

.wp-block-group.is-style-prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 0.9em;
}

.wp-block-group.is-style-prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 0.9em;
		line-height: 1.7777778;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.5rem;
		padding-top: 1.1111111em;
		padding-inline-end: 1.3333333em;
		padding-bottom: 1.1111111em;
		padding-inline-start: 1.3333333em;
}

.wp-block-group.is-style-prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		padding-inline-start: 1.6em;
}

.wp-block-group.is-style-prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		padding-inline-start: 1.6em;
}

.wp-block-group.is-style-prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.6em;
		margin-bottom: 0.6em;
}

.wp-block-group.is-style-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0.4em;
}

.wp-block-group.is-style-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0.4em;
}

.wp-block-group.is-style-prose :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
}

.wp-block-group.is-style-prose :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.2em;
}

.wp-block-group.is-style-prose :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 1.2em;
}

.wp-block-group.is-style-prose :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.2em;
}

.wp-block-group.is-style-prose :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 1.2em;
}

.wp-block-group.is-style-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
}

.wp-block-group.is-style-prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
}

.wp-block-group.is-style-prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 1.2em;
}

.wp-block-group.is-style-prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0.6em;
		padding-inline-start: 1.6em;
}

.wp-block-group.is-style-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2.8em;
		margin-bottom: 2.8em;
}

.wp-block-group.is-style-prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.wp-block-group.is-style-prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.wp-block-group.is-style-prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.wp-block-group.is-style-prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.wp-block-group.is-style-prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 0.9em;
		line-height: 1.5555556;
}

.wp-block-group.is-style-prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-end: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-inline-start: 0.6666667em;
}

.wp-block-group.is-style-prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0;
}

.wp-block-group.is-style-prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-end: 0;
}

.wp-block-group.is-style-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-top: 0.8888889em;
		padding-inline-end: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-inline-start: 0.6666667em;
}

.wp-block-group.is-style-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-start: 0;
}

.wp-block-group.is-style-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-inline-end: 0;
}

.wp-block-group.is-style-prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
}

.wp-block-group.is-style-prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
}

.wp-block-group.is-style-prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 0.9em;
		line-height: 1.5555556;
		margin-top: 1em;
}

.wp-block-group.is-style-prose :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-top: 0;
}

.wp-block-group.is-style-prose :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 0;
}

.wp-block-group.is-style-prose {
		max-width: none;
}

.wp-block-group.is-style-prose :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-family: Musi Normal;
		font-weight: 400;
}

/* Style .is-style-divider */

.wp-block-columns.is-style-divider .wp-block-column {
		border-top-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {

		.wp-block-columns.is-style-divider .wp-block-column {
				border-top-width: 0px;
				border-left-width: 1px;
		}
}

.wp-block-columns.is-style-divider .wp-block-column:first-child {
		border-width: 0px;
}

.wp-block-columns.is-style-divider .wp-block-column:first-child + .wp-block-column {
		padding-top: var(--wp--style--block-gap);
}

.wp-block-pixelalbatross-slider .wp-block-cover,
.wp-block-pixelalbatross-slider .wp-block-image {
		aspect-ratio: 5 / 4;
		max-height: 70vh;
		width: 100%;
}

@media (min-width: 768px) {

		.wp-block-pixelalbatross-slider .wp-block-cover,
.wp-block-pixelalbatross-slider .wp-block-image {
				aspect-ratio: 2/1;
		}
}

.wp-block-pixelalbatross-slider .wp-block-image img {
	width: inherit !important;
	height: 100%;
	width: auto;
	object-fit: cover;
}

.wp-block-pixelalbatross-slider .wp-block-image .wp-element-caption {
		background-color: rgb(0 0 0 / 0.5);
		padding-top: 10px;
		padding-bottom: 10px;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*
 * Swiper
 */

.swiper-button-next,
.swiper-button-prev {
		top: auto;
		bottom: 0px;
		z-index: 50;
}

.swiper-wrapper {
		padding-bottom: 50px;
}

.swiper-pagination {
		font-family: Musi Normal;
		font-weight: 300;
		line-height: 1.375;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
		right: 0px;
		left: 180px;
		margin-left: auto;
		margin-right: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
		left: 0px;
		right: 180px;
		margin-left: auto;
		margin-right: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
	content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'><path d='M0.666992 5.33301H14.667' stroke='black'/><path d='M10.667 9.66699L15.0003 5.33366L10.667 1.00032' stroke='black'/></svg>");
	margin-bottom: 30px;
	--tw-scale-x: 1.5;
	--tw-scale-y: 1.5;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
	content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'><path d='M0.666992 5.33301H14.667' stroke='black'/><path d='M10.667 9.66699L15.0003 5.33366L10.667 1.00032' stroke='black'/></svg>");
	margin-bottom: 30px;
	--tw-scale-x: -1.5;
	--tw-scale-y: 1.5;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins. Use @layer utilities { ... } to add any of your own custom
 * utility classes. This can be useful when there’s a CSS feature you’d like
 * to use in your project that Tailwind doesn’t include utilities for
 * out of the box.
 * Always import utilities last. These are small single-purpose classes
 * that should always take precedence over any other styles.
 *
 * More info: https://tailwindcss.com/docs/adding-custom-styles#adding-custom-utilities
 */

.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border-width: 0;
}

.pointer-events-none {
		pointer-events: none;
}

.visible {
		visibility: visible;
}

.\!collapse {
		visibility: collapse !important;
}

.collapse {
		visibility: collapse;
}

.static {
		position: static;
}

.fixed {
		position: fixed;
}

.absolute {
		position: absolute;
}

.relative {
		position: relative;
}

.sticky {
		position: sticky;
}

.inset-0 {
		inset: 0px;
}

.inset-x-0 {
		left: 0px;
		right: 0px;
}

.inset-y-0 {
		top: 0px;
		bottom: 0px;
}

.-left-20 {
		left: -100px;
}

.-right-20 {
		right: -100px;
}

.-right-3 {
		right: -15px;
}

.bottom-0 {
		bottom: 0px;
}

.bottom-4 {
		bottom: 20px;
}

.left-0 {
		left: 0px;
}

.left-4 {
		left: 20px;
}

.right-0 {
		right: 0px;
}

.right-4 {
		right: 20px;
}

.top-0 {
		top: 0px;
}

.top-1\/2 {
		top: 50%;
}

.top-\[80px\] {
		top: 80px;
}

.-z-10 {
		z-index: -10;
}

.z-10 {
		z-index: 10;
}

.z-30 {
		z-index: 30;
}

.z-50 {
		z-index: 50;
}

.z-\[1px\] {
		z-index: 1px;
}

.z-\[999999\] {
		z-index: 999999;
}

.order-1 {
		order: 1;
}

.order-2 {
		order: 2;
}

.order-3 {
		order: 3;
}

.col-span-1 {
		grid-column: span 1 / span 1;
}

.col-span-2 {
		grid-column: span 2 / span 2;
}

.col-span-3 {
		grid-column: span 3 / span 3;
}

.m-1 {
		margin: 5px;
}

.m-2 {
		margin: 10px;
}

.mx-1 {
		margin-left: 5px;
		margin-right: 5px;
}

.mx-auto {
		margin-left: auto;
		margin-right: auto;
}

.my-1 {
		margin-top: 5px;
		margin-bottom: 5px;
}

.my-10 {
		margin-top: 50px;
		margin-bottom: 50px;
}

.my-20 {
		margin-top: 100px;
		margin-bottom: 100px;
}

.my-3 {
		margin-top: 15px;
		margin-bottom: 15px;
}

.my-4 {
		margin-top: 20px;
		margin-bottom: 20px;
}

.my-8 {
		margin-top: 40px;
		margin-bottom: 40px;
}

.mb-1 {
		margin-bottom: 5px;
}

.mb-10 {
		margin-bottom: 50px;
}

.mb-2 {
		margin-bottom: 10px;
}

.mb-20 {
		margin-bottom: 100px;
}

.mb-3 {
		margin-bottom: 15px;
}

.mb-4 {
		margin-bottom: 20px;
}

.mb-5 {
		margin-bottom: 25px;
}

.mb-6 {
		margin-bottom: 30px;
}

.mb-8 {
		margin-bottom: 40px;
}

.mb-m {
		margin-bottom: clamp(1.5rem, 1.2944rem + 0.7742vw, 1.875rem);
}

.ml-1 {
		margin-left: 5px;
}

.ml-2 {
		margin-left: 10px;
}

.ml-3 {
		margin-left: 15px;
}

.ml-4 {
		margin-left: 20px;
}

.mr-1 {
		margin-right: 5px;
}

.mr-3 {
		margin-right: 15px;
}

.mr-5 {
		margin-right: 25px;
}

.mt-1 {
		margin-top: 5px;
}

.mt-10 {
		margin-top: 50px;
}

.mt-14 {
		margin-top: 70px;
}

.mt-2 {
		margin-top: 10px;
}

.mt-20 {
		margin-top: 100px;
}

.mt-3 {
		margin-top: 15px;
}

.mt-4 {
		margin-top: 20px;
}

.mt-5 {
		margin-top: 25px;
}

.mt-6 {
		margin-top: 30px;
}

.mt-8 {
		margin-top: 40px;
}

.mt-s {
		margin-top: clamp(1rem, 0.8629rem + 0.5161vw, 1.25rem);
}

.mt-xs {
		margin-top: clamp(0.75rem, 0.6472rem + 0.3871vw, 0.9375rem);
}

.block {
		display: block;
}

.inline-block {
		display: inline-block;
}

.inline {
		display: inline;
}

.flex {
		display: flex;
}

.inline-flex {
		display: inline-flex;
}

.table {
		display: table;
}

.grid {
		display: grid;
}

.hidden {
		display: none;
}

.aspect-5\/4 {
		aspect-ratio: 5 / 4;
}

.aspect-\[5\/3\] {
		aspect-ratio: 5/3;
}

.h-1 {
		height: 5px;
}

.h-10 {
		height: 50px;
}

.h-12 {
		height: 60px;
}

.h-15 {
		height: 75px;
}

.h-16 {
		height: 80px;
}

.h-4 {
		height: 20px;
}

.h-5 {
		height: 25px;
}

.h-6 {
		height: 30px;
}

.h-7 {
		height: 35px;
}

.h-9 {
		height: 45px;
}

.h-\[16px\] {
		height: 16px;
}

.h-\[17px\] {
		height: 17px;
}

.h-\[1px\] {
		height: 1px;
}

.h-\[32px\] {
		height: 32px;
}

.h-auto {
		height: auto;
}

.h-full {
		height: 100%;
}

.h-s {
		height: clamp(1rem, 0.8629rem + 0.5161vw, 1.25rem);
}

.max-h-\[60vh\] {
		max-height: 60vh;
}

.min-h-8 {
		min-height: 40px;
}

.min-h-full {
		min-height: 100%;
}

.w-10 {
		width: 50px;
}

.w-24 {
		width: 120px;
}

.w-4 {
		width: 20px;
}

.w-5 {
		width: 25px;
}

.w-6 {
		width: 30px;
}

.w-7 {
		width: 35px;
}

.w-9 {
		width: 45px;
}

.w-\[15px\] {
		width: 15px;
}

.w-\[17px\] {
		width: 17px;
}

.w-\[25px\] {
		width: 25px;
}

.w-auto {
		width: auto;
}

.w-full {
		width: 100%;
}

.w-screen {
		width: 100vw;
}

.min-w-\[150px\] {
		min-width: 150px;
}

.min-w-full {
		min-width: 100%;
}

.max-w-\[475px\] {
		max-width: 475px;
}

.max-w-full {
		max-width: 100%;
}

.max-w-md {
		max-width: 28rem;
}

.max-w-screen-md {
		max-width: 768px;
}

.max-w-screen-xl {
		max-width: 1280px;
}

.max-w-sm {
		max-width: 24rem;
}

.flex-1 {
		flex: 1 1 0%;
}

.flex-none {
		flex: none;
}

.flex-shrink-0 {
		flex-shrink: 0;
}

.flex-grow {
		flex-grow: 1;
}

.grow {
		flex-grow: 1;
}

.grow-0 {
		flex-grow: 0;
}

.-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2 {
		--tw-translate-y: -10px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
		--tw-translate-x: 0px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
		--tw-translate-x: 100%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
		--tw-translate-y: 0px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
		--tw-translate-y: 50%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4 {
		--tw-translate-y: 20px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
		cursor: pointer;
}

.resize {
		resize: both;
}

.break-inside-avoid {
		page-break-inside: avoid;
		-moz-column-break-inside: avoid;
		     break-inside: avoid;
}

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

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

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

.flex-col {
		flex-direction: column;
}

.flex-wrap {
		flex-wrap: wrap;
}

.place-content-center {
		place-content: center;
}

.place-items-center {
		place-items: center;
}

.items-start {
		align-items: flex-start;
}

.items-end {
		align-items: flex-end;
}

.items-center {
		align-items: center;
}

.items-stretch {
		align-items: stretch;
}

.justify-start {
		justify-content: flex-start;
}

.justify-end {
		justify-content: flex-end;
}

.justify-center {
		justify-content: center;
}

.justify-between {
		justify-content: space-between;
}

.gap-1 {
		gap: 5px;
}

.gap-10 {
		gap: 50px;
}

.gap-2 {
		gap: 10px;
}

.gap-3 {
		gap: 15px;
}

.gap-4 {
		gap: 20px;
}

.gap-5 {
		gap: 25px;
}

.gap-6 {
		gap: 30px;
}

.gap-x-10 {
		-moz-column-gap: 50px;
		     column-gap: 50px;
}

.gap-x-2 {
		-moz-column-gap: 10px;
		     column-gap: 10px;
}

.gap-x-3 {
		-moz-column-gap: 15px;
		     column-gap: 15px;
}

.gap-x-4 {
		-moz-column-gap: 20px;
		     column-gap: 20px;
}

.gap-x-6 {
		-moz-column-gap: 30px;
		     column-gap: 30px;
}

.gap-y-0 {
		row-gap: 0px;
}

.gap-y-1 {
		row-gap: 5px;
}

.gap-y-2 {
		row-gap: 10px;
}

.gap-y-3 {
		row-gap: 15px;
}

.gap-y-3xl {
		row-gap: clamp(6rem, 5.1774rem + 3.0968vw, 7.5rem);
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(5px * var(--tw-space-x-reverse));
		margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(10px * var(--tw-space-x-reverse));
		margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(20px * var(--tw-space-x-reverse));
		margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(25px * var(--tw-space-x-reverse));
		margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(50px * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(80px * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(100px * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
		border-style: solid;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.self-start {
		align-self: flex-start;
}

.self-end {
		align-self: flex-end;
}

.justify-self-start {
		justify-self: start;
}

.justify-self-end {
		justify-self: end;
}

.overflow-auto {
		overflow: auto;
}

.overflow-hidden {
		overflow: hidden;
}

.overflow-x-auto {
		overflow-x: auto;
}

.overflow-y-auto {
		overflow-y: auto;
}

.overflow-y-scroll {
		overflow-y: scroll;
}

.scroll-smooth {
		scroll-behavior: smooth;
}

.whitespace-nowrap {
		white-space: nowrap;
}

.rounded-full {
		border-radius: 9999px;
}

.rounded-lg {
		border-radius: 0.5rem;
}

.rounded-none {
		border-radius: 0px;
}

.border {
		border-width: 1px;
}

.border-b {
		border-bottom-width: 1px;
}

.border-b-4 {
		border-bottom-width: 4px;
}

.border-l {
		border-left-width: 1px;
}

.border-r-4 {
		border-right-width: 4px;
}

.border-t {
		border-top-width: 1px;
}

.border-amber-800 {
		--tw-border-opacity: 1;
		border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.border-black {
		--tw-border-opacity: 1;
		border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-800 {
		--tw-border-opacity: 1;
		border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.border-green-600 {
		--tw-border-opacity: 1;
		border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-red {
		--tw-border-opacity: 1;
		border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}

.border-rose-800 {
		--tw-border-opacity: 1;
		border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.border-rose-900 {
		--tw-border-opacity: 1;
		border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.border-transparent {
		border-color: transparent;
}

.border-b-black {
		--tw-border-opacity: 1;
		border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-b-white {
		--tw-border-opacity: 1;
		border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-r-black {
		--tw-border-opacity: 1;
		border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-t-black {
		--tw-border-opacity: 1;
		border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.bg-amber-300 {
		--tw-bg-opacity: 1;
		background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.bg-black {
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-300 {
		--tw-bg-opacity: 1;
		background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-gray-light {
		--tw-bg-opacity: 1;
		background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
}

.bg-gray-very-light {
		--tw-bg-opacity: 1;
		background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.bg-green-300 {
		--tw-bg-opacity: 1;
		background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
		--tw-bg-opacity: 1;
		background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-rose-100 {
		--tw-bg-opacity: 1;
		background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.bg-rose-300 {
		--tw-bg-opacity: 1;
		background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.bg-stone-300 {
		--tw-bg-opacity: 1;
		background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-stone-500 {
		--tw-bg-opacity: 1;
		background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.bg-white {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/80 {
		background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
		background-color: rgb(255 255 255 / 0.9);
}

.bg-opacity-10 {
		--tw-bg-opacity: 0.1;
}

.bg-opacity-75 {
		--tw-bg-opacity: 0.75;
}

.bg-cover {
		background-size: cover;
}

.fill-black {
		fill: #000;
}

.fill-gray-light {
		fill: #d8d8d8;
}

.fill-none {
		fill: none;
}

.fill-white {
		fill: #fff;
}

.stroke-black {
		stroke: #000;
}

.stroke-current {
		stroke: currentcolor;
}

.stroke-1 {
		stroke-width: 1;
}

.object-cover {
		object-fit: cover;
}

.p-0 {
		padding: 0px;
}

.p-1 {
		padding: 5px;
}

.p-2 {
		padding: 10px;
}

.p-3 {
		padding: 15px;
}

.p-4 {
		padding: 20px;
}

.p-5 {
		padding: 25px;
}

.p-6 {
		padding: 30px;
}

.p-7 {
		padding: 35px;
}

.p-s {
		padding: clamp(1rem, 0.8629rem + 0.5161vw, 1.25rem);
}

.px-1 {
		padding-left: 5px;
		padding-right: 5px;
}

.px-2 {
		padding-left: 10px;
		padding-right: 10px;
}

.px-3 {
		padding-left: 15px;
		padding-right: 15px;
}

.px-4 {
		padding-left: 20px;
		padding-right: 20px;
}

.px-5 {
		padding-left: 25px;
		padding-right: 25px;
}

.px-6 {
		padding-left: 30px;
		padding-right: 30px;
}

.px-\[2\.5px\] {
		padding-left: 2.5px;
		padding-right: 2.5px;
}

.py-1 {
		padding-top: 5px;
		padding-bottom: 5px;
}

.py-10 {
		padding-top: 50px;
		padding-bottom: 50px;
}

.py-15 {
		padding-top: 75px;
		padding-bottom: 75px;
}

.py-2 {
		padding-top: 10px;
		padding-bottom: 10px;
}

.py-20 {
		padding-top: 100px;
		padding-bottom: 100px;
}

.py-3 {
		padding-top: 15px;
		padding-bottom: 15px;
}

.py-4 {
		padding-top: 20px;
		padding-bottom: 20px;
}

.py-5 {
		padding-top: 25px;
		padding-bottom: 25px;
}

.py-6 {
		padding-top: 30px;
		padding-bottom: 30px;
}

.py-\[6px\] {
		padding-top: 6px;
		padding-bottom: 6px;
}

.pb-0 {
		padding-bottom: 0px;
}

.pb-1 {
		padding-bottom: 5px;
}

.pb-10 {
		padding-bottom: 50px;
}

.pb-12 {
		padding-bottom: 60px;
}

.pb-2 {
		padding-bottom: 10px;
}

.pb-4 {
		padding-bottom: 20px;
}

.pb-5 {
		padding-bottom: 25px;
}

.pb-8 {
		padding-bottom: 40px;
}

.pl-0 {
		padding-left: 0px;
}

.pl-2 {
		padding-left: 10px;
}

.pl-3 {
		padding-left: 15px;
}

.pl-4 {
		padding-left: 20px;
}

.pr-0 {
		padding-right: 0px;
}

.pr-1 {
		padding-right: 5px;
}

.pr-12 {
		padding-right: 60px;
}

.pr-2 {
		padding-right: 10px;
}

.pr-3 {
		padding-right: 15px;
}

.pr-4 {
		padding-right: 20px;
}

.pr-5 {
		padding-right: 25px;
}

.pt-0 {
		padding-top: 0px;
}

.pt-1 {
		padding-top: 5px;
}

.pt-10 {
		padding-top: 50px;
}

.pt-16 {
		padding-top: 80px;
}

.pt-2 {
		padding-top: 10px;
}

.pt-3 {
		padding-top: 15px;
}

.pt-4 {
		padding-top: 20px;
}

.pt-5 {
		padding-top: 25px;
}

.pt-6 {
		padding-top: 30px;
}

.pt-\[8px\] {
		padding-top: 8px;
}

.pt-m {
		padding-top: clamp(1.5rem, 1.2944rem + 0.7742vw, 1.875rem);
}

.text-left {
		text-align: left;
}

.text-center {
		text-align: center;
}

.text-right {
		text-align: right;
}

.align-top {
		vertical-align: top;
}

.font-mono {
		font-family: Musi Mono;
}

.font-regular {
		font-family: Musi Normal;
}

.font-text {
		font-family: Musi Normal;
}

.text-2xl {
		font-size: clamp(1.9531rem, 1.8192rem + 0.504vw, 2.1973rem);
		line-height: 1.23;
}

.text-4xl {
		font-size: clamp(3.0518rem, 2.8426rem + 0.7876vw, 3.4332rem);
		line-height: 1.08;
}

.text-\[15px\] {
		font-size: 15px;
}

.text-\[35px\] {
		font-size: 35px;
}

.text-base {
		font-size: clamp(1rem, 0.9315rem + 0.2581vw, 1.125rem);
		line-height: 1.50;
}

.text-lg {
		font-size: clamp(1.25rem, 1.1643rem + 0.3226vw, 1.4063rem);
		line-height: 1.41;
}

.text-sm {
		font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
		line-height: 1.41;
}

.text-xl {
		font-size: clamp(1.5625rem, 1.4554rem + 0.4032vw, 1.7578rem);
		line-height: 1.32;
}

.text-xs {
		font-size: clamp(0.64rem, 0.5961rem + 0.1652vw, 0.72rem);
		line-height: 1.32;
}

.font-bold {
		font-weight: 700;
}

.font-light {
		font-weight: 300;
}

.font-medium {
		font-weight: 500;
}

.font-normal {
		font-weight: 400;
}

.font-semibold {
		font-weight: 600;
}

.uppercase {
		text-transform: uppercase;
}

.lowercase {
		text-transform: lowercase;
}

.italic {
		font-style: italic;
}

.leading-\[50px\] {
		line-height: 50px;
}

.leading-loose {
		line-height: 2;
}

.leading-none {
		line-height: 1;
}

.leading-relaxed {
		line-height: 1.625;
}

.leading-snug {
		line-height: 1.375;
}

.leading-tight {
		line-height: 1.25;
}

.text-amber-950 {
		--tw-text-opacity: 1;
		color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.text-black {
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-950 {
		--tw-text-opacity: 1;
		color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-brand-orange {
		--tw-text-opacity: 1;
		color: rgb(255 165 0 / var(--tw-text-opacity, 1));
}

.text-current {
		color: currentcolor;
}

.text-green-800 {
		--tw-text-opacity: 1;
		color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-950 {
		--tw-text-opacity: 1;
		color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-red {
		--tw-text-opacity: 1;
		color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.text-rose-950 {
		--tw-text-opacity: 1;
		color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.text-stone-950 {
		--tw-text-opacity: 1;
		color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
		text-decoration-line: underline;
}

.underline-offset-4 {
		text-underline-offset: 4px;
}

.opacity-0 {
		opacity: 0;
}

.opacity-100 {
		opacity: 1;
}

.opacity-50 {
		opacity: 0.5;
}

.shadow-lg {
		--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
		--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
		--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
		--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
		outline: 2px solid transparent;
		outline-offset: 2px;
}

.outline {
		outline-style: solid;
}

.ring-2 {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black {
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.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);
}

.transition {
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}

.transition-all {
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}

.transition-colors {
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}

.transition-opacity {
		transition-property: opacity;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}

.duration-200 {
		transition-duration: 200ms;
}

.duration-300 {
		transition-duration: 300ms;
}

.duration-500 {
		transition-duration: 500ms;
}

.ease-in {
		transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/**
 * Use this directive to control where Tailwind injects the hover, focus,
 * responsive, dark mode, and other variants of each class.
 *
 * If omitted, Tailwind will append these classes to the very end of
 * your stylesheet by default.
 */

/* @import url("tailwindcss/variants"); */

.hover\:border-r-4:hover {
		border-right-width: 4px;
}

.hover\:border-b-black:hover {
		--tw-border-opacity: 1;
		border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:border-b-white:hover {
		--tw-border-opacity: 1;
		border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:border-r-black:hover {
		--tw-border-opacity: 1;
		border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:bg-white:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:fill-gray-light:hover {
		fill: #d8d8d8;
}

.hover\:underline:hover {
		text-decoration-line: underline;
}

.hover\:no-underline:hover {
		text-decoration-line: none;
}

.hover\:grayscale-0:hover {
		--tw-grayscale: grayscale(0);
		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);
}

.focus\:bg-white:focus {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus {
		outline: 2px solid transparent;
		outline-offset: 2px;
}

.focus\:ring-1:focus {
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
		--tw-ring-inset: inset;
}

.focus\:ring-black:focus {
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.active\:bg-white:active {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.enabled\:flex:enabled {
		display: flex;
}

.enabled\:p-0:enabled {
		padding: 0px;
}

.disabled\:pointer-events-none:disabled {
		pointer-events: none;
}

.disabled\:flex:disabled {
		display: flex;
}

.disabled\:p-0:disabled {
		padding: 0px;
}

.disabled\:opacity-50:disabled {
		opacity: 0.5;
}

.group:hover .group-hover\:block {
		display: block;
}

.group:hover .group-hover\:hidden {
		display: none;
}

.group:hover .group-hover\:translate-x-1 {
		--tw-translate-x: 5px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:no-underline {
		text-decoration-line: none;
}

.group:active .group-active\:block {
		display: block;
}

.group:active .group-active\:hidden {
		display: none;
}

.group:active .group-active\:translate-x-2 {
		--tw-translate-x: 10px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:enabled .group-enabled\:hover\:border-2:hover {
		border-width: 2px;
}

.group:disabled .group-disabled\:block {
		display: block;
}

.group:disabled .group-disabled\:hidden {
		display: none;
}

.group:disabled .group-disabled\:translate-x-0 {
		--tw-translate-x: 0px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.prose-a\:font-light :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-weight: 300;
}

.prose-a\:hover\:no-underline:hover :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		text-decoration-line: none;
}

@media (min-width: 640px) {

		.sm\:col-span-1 {
				grid-column: span 1 / span 1;
		}

		.sm\:col-span-2 {
				grid-column: span 2 / span 2;
		}

		.sm\:my-8 {
				margin-top: 40px;
				margin-bottom: 40px;
		}

		.sm\:mt-6 {
				margin-top: 30px;
		}

		.sm\:inline-block {
				display: inline-block;
		}

		.sm\:grid {
				display: grid;
		}

		.sm\:hidden {
				display: none;
		}

		.sm\:w-auto {
				width: auto;
		}

		.sm\:w-full {
				width: 100%;
		}

		.sm\:max-w-sm {
				max-width: 24rem;
		}

		.sm\:translate-y-0 {
				--tw-translate-y: 0px;
				transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		}

		.sm\:scale-100 {
				--tw-scale-x: 1;
				--tw-scale-y: 1;
				transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		}

		.sm\:scale-95 {
				--tw-scale-x: .95;
				--tw-scale-y: .95;
				transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		}

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

		.sm\:grid-cols-\[1fr_auto_auto_1fr\] {
				grid-template-columns: 1fr auto auto 1fr;
		}

		.sm\:grid-cols-\[auto_auto_1fr\] {
				grid-template-columns: auto auto 1fr;
		}

		.sm\:grid-cols-\[auto_auto_auto_1fr\] {
				grid-template-columns: auto auto auto 1fr;
		}

		.sm\:flex-row {
				flex-direction: row;
		}

		.sm\:justify-start {
				justify-content: flex-start;
		}

		.sm\:p-0 {
				padding: 0px;
		}

		.sm\:p-6 {
				padding: 30px;
		}

		.sm\:px-5 {
				padding-left: 25px;
				padding-right: 25px;
		}

		.sm\:px-6 {
				padding-left: 30px;
				padding-right: 30px;
		}

		.sm\:pt-6 {
				padding-top: 30px;
		}

		.sm\:duration-700 {
				transition-duration: 700ms;
		}
}

@media (min-width: 768px) {

		.md\:static {
				position: static;
		}

		.md\:relative {
				position: relative;
		}

		.md\:sticky {
				position: sticky;
		}

		.md\:order-1 {
				order: 1;
		}

		.md\:order-2 {
				order: 2;
		}

		.md\:col-span-1 {
				grid-column: span 1 / span 1;
		}

		.md\:col-span-2 {
				grid-column: span 2 / span 2;
		}

		.md\:col-start-2 {
				grid-column-start: 2;
		}

		.md\:row-span-2 {
				grid-row: span 2 / span 2;
		}

		.md\:my-20 {
				margin-top: 100px;
				margin-bottom: 100px;
		}

		.md\:mb-10 {
				margin-bottom: 50px;
		}

		.md\:mb-20 {
				margin-bottom: 100px;
		}

		.md\:mb-6 {
				margin-bottom: 30px;
		}

		.md\:block {
				display: block;
		}

		.md\:inline-block {
				display: inline-block;
		}

		.md\:flex {
				display: flex;
		}

		.md\:grid {
				display: grid;
		}

		.md\:w-1\/3 {
				width: 33.333333%;
		}

		.md\:w-2\/3 {
				width: 66.666667%;
		}

		.md\:w-3\/4 {
				width: 75%;
		}

		.md\:w-56 {
				width: 280px;
		}

		.md\:w-auto {
				width: auto;
		}

		.md\:w-full {
				width: 100%;
		}

		.md\:basis-1\/2 {
				flex-basis: 50%;
		}

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

		.md\:grid-cols-3 {
				grid-template-columns: repeat(3, minmax(0, 1fr));
		}

		.md\:grid-cols-5 {
				grid-template-columns: repeat(5, minmax(0, 1fr));
		}

		.md\:grid-cols-\[25\%_auto_226px\] {
				grid-template-columns: 25% auto 226px;
		}

		.md\:flex-row {
				flex-direction: row;
		}

		.md\:flex-col {
				flex-direction: column;
		}

		.md\:flex-wrap {
				flex-wrap: wrap;
		}

		.md\:items-center {
				align-items: center;
		}

		.md\:justify-between {
				justify-content: space-between;
		}

		.md\:gap-10 {
				gap: 50px;
		}

		.md\:gap-12 {
				gap: 60px;
		}

		.md\:gap-4 {
				gap: 20px;
		}

		.md\:gap-6 {
				gap: 30px;
		}

		.md\:gap-7 {
				gap: 35px;
		}

		.md\:gap-x-10 {
				-moz-column-gap: 50px;
				     column-gap: 50px;
		}

		.md\:justify-self-end {
				justify-self: end;
		}

		.md\:border-0 {
				border-width: 0px;
		}

		.md\:border-l {
				border-left-width: 1px;
		}

		.md\:border-t {
				border-top-width: 1px;
		}

		.md\:border-l-black {
				--tw-border-opacity: 1;
				border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		}

		.md\:bg-transparent {
				background-color: transparent;
		}

		.md\:p-0 {
				padding: 0px;
		}

		.md\:p-10 {
				padding: 50px;
		}

		.md\:p-6 {
				padding: 30px;
		}

		.md\:px-0 {
				padding-left: 0px;
				padding-right: 0px;
		}

		.md\:px-6 {
				padding-left: 30px;
				padding-right: 30px;
		}

		.md\:py-0 {
				padding-top: 0px;
				padding-bottom: 0px;
		}

		.md\:py-12 {
				padding-top: 60px;
				padding-bottom: 60px;
		}

		.md\:py-40 {
				padding-top: 200px;
				padding-bottom: 200px;
		}

		.md\:py-5 {
				padding-top: 25px;
				padding-bottom: 25px;
		}

		.md\:pb-20 {
				padding-bottom: 100px;
		}

		.md\:pb-6 {
				padding-bottom: 30px;
		}

		.md\:pl-5 {
				padding-left: 25px;
		}

		.md\:pl-6 {
				padding-left: 30px;
		}

		.md\:pt-0 {
				padding-top: 0px;
		}

		.md\:pt-10 {
				padding-top: 50px;
		}

		.md\:pt-20 {
				padding-top: 100px;
		}

		.md\:pt-4 {
				padding-top: 20px;
		}

		.md\:pt-5 {
				padding-top: 25px;
		}

		.md\:text-right {
				text-align: right;
		}

		.md\:text-sm {
				font-size: clamp(0.8rem, 0.7452rem + 0.2065vw, 0.9rem);
				line-height: 1.41;
		}
}

@media (min-width: 1024px) {

		.lg\:sticky {
				position: sticky;
		}

		.lg\:left-6 {
				left: 30px;
		}

		.lg\:col-span-1 {
				grid-column: span 1 / span 1;
		}

		.lg\:col-span-2 {
				grid-column: span 2 / span 2;
		}

		.lg\:col-span-3 {
				grid-column: span 3 / span 3;
		}

		.lg\:ml-10 {
				margin-left: 50px;
		}

		.lg\:mr-5 {
				margin-right: 25px;
		}

		.lg\:mt-0 {
				margin-top: 0px;
		}

		.lg\:mt-20 {
				margin-top: 100px;
		}

		.lg\:block {
				display: block;
		}

		.lg\:flex {
				display: flex;
		}

		.lg\:table-cell {
				display: table-cell;
		}

		.lg\:hidden {
				display: none;
		}

		.lg\:w-2\/3 {
				width: 66.666667%;
		}

		.lg\:w-60 {
				width: 300px;
		}

		.lg\:max-w-60 {
				max-width: 300px;
		}

		.lg\:max-w-\[calc\(100\%_-_350px\)\] {
				max-width: calc(100% - 350px);
		}

		.lg\:grid-cols-3 {
				grid-template-columns: repeat(3, minmax(0, 1fr));
		}

		.lg\:items-stretch {
				align-items: stretch;
		}

		.lg\:justify-center {
				justify-content: center;
		}

		.lg\:gap-10 {
				gap: 50px;
		}

		.lg\:gap-6 {
				gap: 30px;
		}

		.lg\:border-r {
				border-right-width: 1px;
		}

		.lg\:border-black {
				--tw-border-opacity: 1;
				border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
		}

		.lg\:p-8 {
				padding: 40px;
		}

		.lg\:px-0 {
				padding-left: 0px;
				padding-right: 0px;
		}

		.lg\:px-8 {
				padding-left: 40px;
				padding-right: 40px;
		}

		.lg\:py-14 {
				padding-top: 70px;
				padding-bottom: 70px;
		}

		.lg\:py-20 {
				padding-top: 100px;
				padding-bottom: 100px;
		}

		.lg\:pt-10 {
				padding-top: 50px;
		}
}

@media (min-width: 1280px) {

		.xl\:left-8 {
				left: 40px;
		}
}

