@layer properties {
@	supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
		*,: before,:after,::backdrop{--tw-rotate-x:initial;
		--tw-rotate-y: initial;
		--tw-rotate-z: initial;
		--tw-skew-x: initial;
		--tw-skew-y: initial;
		--tw-space-y-reverse: 0;
		--tw-border-style: solid;
		--tw-leading: initial;
		--tw-font-weight: initial;
		--tw-tracking: initial;
		--tw-shadow: 0 0 #0000;
		--tw-shadow-color: initial;
		--tw-shadow-alpha: 100%;
		--tw-inset-shadow: 0 0 #0000;
		--tw-inset-shadow-color: initial;
		--tw-inset-shadow-alpha: 100%;
		--tw-ring-color: initial;
		--tw-ring-shadow: 0 0 #0000;
		--tw-inset-ring-color: initial;
		--tw-inset-ring-shadow: 0 0 #0000;
		--tw-ring-inset: initial;
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-blur: initial;
		--tw-brightness: initial;
		--tw-contrast: initial;
		--tw-grayscale: initial;
		--tw-hue-rotate: initial;
		--tw-invert: initial;
		--tw-opacity: initial;
		--tw-saturate: initial;
		--tw-sepia: initial;
		--tw-drop-shadow: initial;
		--tw-drop-shadow-color: initial;
		--tw-drop-shadow-alpha: 100%;
		--tw-drop-shadow-size: initial;
		--tw-backdrop-blur: initial;
		--tw-backdrop-brightness: initial;
		--tw-backdrop-contrast: initial;
		--tw-backdrop-grayscale: initial;
		--tw-backdrop-hue-rotate: initial;
		--tw-backdrop-invert: initial;
		--tw-backdrop-opacity: initial;
		--tw-backdrop-saturate: initial;
		--tw-backdrop-sepia: initial;
		--tw-duration: initial;
		--tw-translate-x: 0;
		--tw-translate-y: 0;
		--tw-translate-z: 0;
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		--tw-scale-z: 1;
	}
}}

@layer theme {
	:root,:host {
		--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
		--color-blue-600: oklch(54.6% .245 262.881);
		--color-gray-600: oklch(44.6% .03 256.802);
		--color-black: #000;
		--color-white: #fff;
		--spacing: .25rem;
		--container-sm: 24rem;
		--container-md: 28rem;
		--container-lg: 32rem;
		--container-xl: 36rem;
		--container-3xl: 48rem;
		--container-6xl: 72rem;
		--text-xs: .75rem;
		--text-xs--line-height: calc(1 / .75);
		--text-sm: .875rem;
		--text-sm--line-height: calc(1.25 / .875);
		--text-base: 1rem;
		--text-base--line-height: 1.5;
		--text-lg: 1.125rem;
		--text-lg--line-height: calc(1.75 / 1.125);
		--text-xl: 1.25rem;
		--text-xl--line-height: calc(1.75 / 1.25);
		--text-2xl: 1.5rem;
		--text-2xl--line-height: calc(2 / 1.5);
		--text-3xl: 1.875rem;
		--text-3xl--line-height: 1.2;
		--text-4xl: 2.25rem;
		--text-4xl--line-height: calc(2.5 / 2.25);
		--text-5xl: 3rem;
		--text-5xl--line-height: 1;
		--text-6xl: 3.75rem;
		--text-6xl--line-height: 1;
		--text-7xl: 4.5rem;
		--text-7xl--line-height: 1;
		--font-weight-medium: 500;
		--font-weight-semibold: 600;
		--font-weight-bold: 700;
		--tracking-wide: .025em;
		--tracking-widest: .1em;
		--leading-tight: 1.25;
		--leading-snug: 1.375;
		--leading-relaxed: 1.625;
		--radius-2xl: 1rem;
		--blur-sm: 8px;
		--default-transition-duration: .15s;
		--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		--default-font-family: var(--font-sans);
		--default-mono-font-family: var(--font-mono);
	}
}

@layer base {
	*,:after,:before,::backdrop {
		box-sizing: border-box;
		border: 0 solid;
		margin: 0;
		padding: 0;
	}

	::file-selector-button {
		box-sizing: border-box;
		border: 0 solid;
		margin: 0;
		padding: 0;
	}

	html,:host {
		-webkit-text-size-adjust: 100%;
		tab-size: 4;
		line-height: 1.5;
		font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
		font-feature-settings: var(--default-font-feature-settings,normal);
		font-variation-settings: var(--default-font-variation-settings,normal);
		-webkit-tap-highlight-color: transparent;
	}

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

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

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

	a {
		color: inherit;
		-webkit-text-decoration: inherit;
		text-decoration: inherit;
	}

	b,strong {
		font-weight: bolder;
	}

	code,kbd,samp,pre {
		font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
		font-feature-settings: var(--default-mono-font-feature-settings,normal);
		font-variation-settings: var(--default-mono-font-variation-settings,normal);
		font-size: 1em;
	}

	small {
		font-size: 80%;
	}

	sub,sup {
		vertical-align: baseline;
		font-size: 75%;
		line-height: 0;
		position: relative;
	}

	sub {
		bottom: -.25em;
	}

	sup {
		top: -.5em;
	}

	table {
		text-indent: 0;
		border-color: inherit;
		border-collapse: collapse;
	}

	:-moz-focusring {
		outline: auto;
	}

	progress {
		vertical-align: baseline;
	}

	summary {
		display: list-item;
	}

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

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

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

	button,input,select,optgroup,textarea {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		opacity: 1;
		background-color: #0000;
		border-radius: 0;
	}

	::file-selector-button {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		opacity: 1;
		background-color: #0000;
		border-radius: 0;
	}

	:where(select:is([multiple],[size])) optgroup {
		font-weight: bolder;
	}

	:where(select:is([multiple],[size])) optgroup option {
		padding-inline-start: 20px;
	}

	::file-selector-button {
		margin-inline-end: 4px;
	}

	::placeholder {
		opacity: 1;
	}@	supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
		:: placeholder{color:currentColor;
	}@	supports (color:color-mix(in lab,red,red)) {
		:: placeholder{color:color-mix(in oklab,currentcolor 50%,transparent);
	}
}}

textarea {
	resize: vertical;
}

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

::-webkit-date-and-time-value {
	min-height: 1lh;
	text-align: inherit;
}

::-webkit-datetime-edit {
	display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-datetime-edit {
	padding-block: 0;
}

::-webkit-datetime-edit-year-field {
	padding-block: 0;
}

::-webkit-datetime-edit-month-field {
	padding-block: 0;
}

::-webkit-datetime-edit-day-field {
	padding-block: 0;
}

::-webkit-datetime-edit-hour-field {
	padding-block: 0;
}

::-webkit-datetime-edit-minute-field {
	padding-block: 0;
}

::-webkit-datetime-edit-second-field {
	padding-block: 0;
}

::-webkit-datetime-edit-millisecond-field {
	padding-block: 0;
}

::-webkit-datetime-edit-meridiem-field {
	padding-block: 0;
}

::-webkit-calendar-picker-indicator {
	line-height: 1;
}

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

button,input:where([type=button],[type=reset],[type=submit]) {
	appearance: button;
}

::file-selector-button {
	appearance: button;
}

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

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

[hidden]:where(:not([hidden=until-found])) {
	display: none!important;
}}

@layer components;

@layer utilities {
	.pointer-events-none {
		pointer-events: none;
	}

	.absolute {
		position: absolute;
	}

	.fixed {
		position: fixed;
	}

	.relative {
		position: relative;
	}

	.static {
		position: static;
	}

	.inset-0 {
		inset: calc(var(--spacing) * 0);
	}

	.inset-x-0 {
		inset-inline: calc(var(--spacing) * 0);
	}

	.start {
		inset-inline-start: var(--spacing);
	}

	.-top-4 {
		top: calc(var(--spacing) * -4);
	}

	.top-0 {
		top: calc(var(--spacing) * 0);
	}

	.top-16 {
		top: calc(var(--spacing) * 16);
	}

	.-right-4 {
		right: calc(var(--spacing) * -4);
	}

	.-right-6 {
		right: calc(var(--spacing) * -6);
	}

	.right-6 {
		right: calc(var(--spacing) * 6);
	}

	.right-\[10\%\] {
		right: 10%;
	}

	.-bottom-6 {
		bottom: calc(var(--spacing) * -6);
	}

	.-bottom-10 {
		bottom: calc(var(--spacing) * -10);
	}

	.bottom-0 {
		bottom: calc(var(--spacing) * 0);
	}

	.bottom-6 {
		bottom: calc(var(--spacing) * 6);
	}

	.bottom-10 {
		bottom: calc(var(--spacing) * 10);
	}

	.bottom-14 {
		bottom: calc(var(--spacing) * 14);
	}

	.-left-10 {
		left: calc(var(--spacing) * -10);
	}

	.left-\[8\%\] {
		left: 8%;
	}

	.isolate {
		isolation: isolate;
	}

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

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

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

	.mx-auto {
		margin-inline: auto;
	}

	.mt-1 {
		margin-top: calc(var(--spacing) * 1);
	}

	.mt-2 {
		margin-top: calc(var(--spacing) * 2);
	}

	.mt-3 {
		margin-top: calc(var(--spacing) * 3);
	}

	.mt-4 {
		margin-top: calc(var(--spacing) * 4);
	}

	.mt-5 {
		margin-top: calc(var(--spacing) * 5);
	}

	.mt-6 {
		margin-top: calc(var(--spacing) * 6);
	}

	.mt-8 {
		margin-top: calc(var(--spacing) * 8);
	}

	.mt-9 {
		margin-top: calc(var(--spacing) * 9);
	}

	.mb-2 {
		margin-bottom: calc(var(--spacing) * 2);
	}

	.mb-14 {
		margin-bottom: calc(var(--spacing) * 14);
	}

	.mb-16 {
		margin-bottom: calc(var(--spacing) * 16);
	}

	.block {
		display: block;
	}

	.flex {
		display: flex;
	}

	.grid {
		display: grid;
	}

	.hidden {
		display: none;
	}

	.inline {
		display: inline;
	}

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

	.h-1\.5 {
		height: calc(var(--spacing) * 1.5);
	}

	.h-4 {
		height: calc(var(--spacing) * 4);
	}

	.h-5 {
		height: calc(var(--spacing) * 5);
	}

	.h-6 {
		height: calc(var(--spacing) * 6);
	}

	.h-7 {
		height: calc(var(--spacing) * 7);
	}

	.h-8 {
		height: calc(var(--spacing) * 8);
	}

	.h-10 {
		height: calc(var(--spacing) * 10);
	}

	.h-14 {
		height: calc(var(--spacing) * 14);
	}

	.h-16 {
		height: calc(var(--spacing) * 16);
	}

	.h-20 {
		height: calc(var(--spacing) * 20);
	}

	.h-24 {
		height: calc(var(--spacing) * 24);
	}

	.h-32 {
		height: calc(var(--spacing) * 32);
	}

	.h-40 {
		height: calc(var(--spacing) * 40);
	}

	.h-64 {
		height: calc(var(--spacing) * 64);
	}

	.h-\[42\%\] {
		height: 42%;
	}

	.h-px {
		height: 1px;
	}

	.min-h-\[100svh\] {
		min-height: 100svh;
	}

	.min-h-screen {
		min-height: 100vh;
	}

	.w-1\.5 {
		width: calc(var(--spacing) * 1.5);
	}

	.w-4 {
		width: calc(var(--spacing) * 4);
	}

	.w-5 {
		width: calc(var(--spacing) * 5);
	}

	.w-7 {
		width: calc(var(--spacing) * 7);
	}

	.w-8 {
		width: calc(var(--spacing) * 8);
	}

	.w-10 {
		width: calc(var(--spacing) * 10);
	}

	.w-14 {
		width: calc(var(--spacing) * 14);
	}

	.w-24 {
		width: calc(var(--spacing) * 24);
	}

	.w-28 {
		width: calc(var(--spacing) * 28);
	}

	.w-32 {
		width: calc(var(--spacing) * 32);
	}

	.w-40 {
		width: calc(var(--spacing) * 40);
	}

	.w-80 {
		width: calc(var(--spacing) * 80);
	}

	.w-\[200\%\] {
		width: 200%;
	}

	.w-fit {
		width: fit-content;
	}

	.w-full {
		width: 100%;
	}

	.max-w-3xl {
		max-width: var(--container-3xl);
	}

	.max-w-6xl {
		max-width: var(--container-6xl);
	}

	.max-w-lg {
		max-width: var(--container-lg);
	}

	.max-w-md {
		max-width: var(--container-md);
	}

	.max-w-sm {
		max-width: var(--container-sm);
	}

	.max-w-xl {
		max-width: var(--container-xl);
	}

	.flex-1 {
		flex: 1;
	}

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

	.rotate-6 {
		rotate: 6deg;
	}

	.rotate-\[-6deg\] {
		rotate: -6deg;
	}

	.transform {
		transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
	}

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

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

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

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

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

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

	.gap-1 {
		gap: calc(var(--spacing) * 1);
	}

	.gap-2 {
		gap: calc(var(--spacing) * 2);
	}

	.gap-3 {
		gap: calc(var(--spacing) * 3);
	}

	.gap-4 {
		gap: calc(var(--spacing) * 4);
	}

	.gap-5 {
		gap: calc(var(--spacing) * 5);
	}

	.gap-8 {
		gap: calc(var(--spacing) * 8);
	}

	.gap-12 {
		gap: calc(var(--spacing) * 12);
	}

	.gap-16 {
		gap: calc(var(--spacing) * 16);
	}

	:where(.space-y-5>:not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
		margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
	}

	.gap-x-10 {
		column-gap: calc(var(--spacing) * 10);
	}

	.gap-y-14 {
		row-gap: calc(var(--spacing) * 14);
	}

	.overflow-hidden {
		overflow: hidden;
	}

	.rounded-2xl {
		border-radius: var(--radius-2xl);
	}

	.rounded-\[24px\] {
		border-radius: 24px;
	}

	.rounded-\[28px\] {
		border-radius: 28px;
	}

	.rounded-full {
		border-radius: 3.40282e38px;
	}

	.border {
		border-style: var(--tw-border-style);
		border-width: 1px;
	}

	.border-b {
		border-bottom-style: var(--tw-border-style);
		border-bottom-width: 1px;
	}

	.border-black\/5 {
		border-color: #0000000d;
	}@	supports (color:color-mix(in lab,red,red)) {
		.border-black\/5{border-color: color-mix(in oklab,var(--color-black) 5%,transparent);
	}
}

.border-black\/8 {
	border-color: #00000014;
}

@supports (color:color-mix(in lab,red,red)) {
	.border-black\/8 {
		border-color: color-mix(in oklab,var(--color-black) 8%,transparent);
	}
}

.border-white\/25 {
	border-color: #ffffff40;
}

@supports (color:color-mix(in lab,red,red)) {
	.border-white\/25 {
		border-color: color-mix(in oklab,var(--color-white) 25%,transparent);
	}
}

.border-white\/35 {
	border-color: #ffffff59;
}

@supports (color:color-mix(in lab,red,red)) {
	.border-white\/35 {
		border-color: color-mix(in oklab,var(--color-white) 35%,transparent);
	}
}

.bg-\[\#25D366\] {
	background-color: #25d366;
}

.bg-\[var\(--color-cream\)\] {
	background-color: var(--color-cream);
}

.bg-\[var\(--color-ink\)\] {
	background-color: var(--color-ink);
}

.bg-\[var\(--color-olive\)\] {
	background-color: var(--color-olive);
}

.bg-\[var\(--color-paper\)\] {
	background-color: var(--color-paper);
}

.bg-\[var\(--color-teal\)\]\/95 {
	background-color: var(--color-teal);
}

@supports (color:color-mix(in lab,red,red)) {
	.bg-\[var\(--color-teal\)\]\/95 {
		background-color: color-mix(in oklab,var(--color-teal) 95%,transparent);
	}
}

.bg-\[var\(--color-teal-dark\)\] {
	background-color: var(--color-teal-dark);
}

.bg-\[var\(--color-terracotta\)\] {
	background-color: var(--color-terracotta);
}

.bg-black\/15 {
	background-color: #00000026;
}

@supports (color:color-mix(in lab,red,red)) {
	.bg-black\/15 {
		background-color: color-mix(in oklab,var(--color-black) 15%,transparent);
	}
}

.bg-black\/30 {
	background-color: #0000004d;
}

@supports (color:color-mix(in lab,red,red)) {
	.bg-black\/30 {
		background-color: color-mix(in oklab,var(--color-black) 30%,transparent);
	}
}

.bg-white\/10 {
	background-color: #ffffff1a;
}

@supports (color:color-mix(in lab,red,red)) {
	.bg-white\/10 {
		background-color: color-mix(in oklab,var(--color-white) 10%,transparent);
	}
}

.bg-white\/20 {
	background-color: #fff3;
}

@supports (color:color-mix(in lab,red,red)) {
	.bg-white\/20 {
		background-color: color-mix(in oklab,var(--color-white) 20%,transparent);
	}
}

.p-8 {
	padding: calc(var(--spacing) * 8);
}

.px-4 {
	padding-inline: calc(var(--spacing) * 4);
}

.px-5 {
	padding-inline: calc(var(--spacing) * 5);
}

.px-7 {
	padding-inline: calc(var(--spacing) * 7);
}

.px-8 {
	padding-inline: calc(var(--spacing) * 8);
}

.py-1\.5 {
	padding-block: calc(var(--spacing) * 1.5);
}

.py-2\.5 {
	padding-block: calc(var(--spacing) * 2.5);
}

.py-3\.5 {
	padding-block: calc(var(--spacing) * 3.5);
}

.py-4 {
	padding-block: calc(var(--spacing) * 4);
}

.py-5 {
	padding-block: calc(var(--spacing) * 5);
}

.py-8 {
	padding-block: calc(var(--spacing) * 8);
}

.py-24 {
	padding-block: calc(var(--spacing) * 24);
}

.py-28 {
	padding-block: calc(var(--spacing) * 28);
}

.pt-32 {
	padding-top: calc(var(--spacing) * 32);
}

.pb-24 {
	padding-bottom: calc(var(--spacing) * 24);
}

.pl-2 {
	padding-left: calc(var(--spacing) * 2);
}

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

.text-2xl {
	font-size: var(--text-2xl);
	line-height: var(--tw-leading,var(--text-2xl--line-height));
}

.text-3xl {
	font-size: var(--text-3xl);
	line-height: var(--tw-leading,var(--text-3xl--line-height));
}

.text-4xl {
	font-size: var(--text-4xl);
	line-height: var(--tw-leading,var(--text-4xl--line-height));
}

.text-5xl {
	font-size: var(--text-5xl);
	line-height: var(--tw-leading,var(--text-5xl--line-height));
}

.text-6xl {
	font-size: var(--text-6xl);
	line-height: var(--tw-leading,var(--text-6xl--line-height));
}

.text-base {
	font-size: var(--text-base);
	line-height: var(--tw-leading,var(--text-base--line-height));
}

.text-lg {
	font-size: var(--text-lg);
	line-height: var(--tw-leading,var(--text-lg--line-height));
}

.text-sm {
	font-size: var(--text-sm);
	line-height: var(--tw-leading,var(--text-sm--line-height));
}

.text-xl {
	font-size: var(--text-xl);
	line-height: var(--tw-leading,var(--text-xl--line-height));
}

.text-xs {
	font-size: var(--text-xs);
	line-height: var(--tw-leading,var(--text-xs--line-height));
}

.text-\[10px\] {
	font-size: 10px;
}

.text-\[13px\] {
	font-size: 13px;
}

.leading-\[0\.95\] {
	--tw-leading: .95;
	line-height: .95;
}

.leading-relaxed {
	--tw-leading: var(--leading-relaxed);
	line-height: var(--leading-relaxed);
}

.leading-snug {
	--tw-leading: var(--leading-snug);
	line-height: var(--leading-snug);
}

.leading-tight {
	--tw-leading: var(--leading-tight);
	line-height: var(--leading-tight);
}

.font-bold {
	--tw-font-weight: var(--font-weight-bold);
	font-weight: var(--font-weight-bold);
}

.font-medium {
	--tw-font-weight: var(--font-weight-medium);
	font-weight: var(--font-weight-medium);
}

.font-semibold {
	--tw-font-weight: var(--font-weight-semibold);
	font-weight: var(--font-weight-semibold);
}

.tracking-\[0\.3em\] {
	--tw-tracking: .3em;
	letter-spacing: .3em;
}

.tracking-wide {
	--tw-tracking: var(--tracking-wide);
	letter-spacing: var(--tracking-wide);
}

.tracking-widest {
	--tw-tracking: var(--tracking-widest);
	letter-spacing: var(--tracking-widest);
}

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

.text-\[var\(--color-cream\)\],.text-\[var\(--color-cream\)\]\/90 {
	color: var(--color-cream);
}

@supports (color:color-mix(in lab,red,red)) {
	.text-\[var\(--color-cream\)\]\/90 {
		color: color-mix(in oklab,var(--color-cream) 90%,transparent);
	}
}

.text-\[var\(--color-ink\)\] {
	color: var(--color-ink);
}

.text-\[var\(--color-ink-soft\)\],.text-\[var\(--color-ink-soft\)\]\/70 {
	color: var(--color-ink-soft);
}

@supports (color:color-mix(in lab,red,red)) {
	.text-\[var\(--color-ink-soft\)\]\/70 {
		color: color-mix(in oklab,var(--color-ink-soft) 70%,transparent);
	}
}

.text-\[var\(--color-paper\)\] {
	color: var(--color-paper);
}

.text-\[var\(--color-terracotta\)\] {
	color: var(--color-terracotta);
}

.text-blue-600 {
	color: var(--color-blue-600);
}

.text-gray-600 {
	color: var(--color-gray-600);
}

.text-white {
	color: var(--color-white);
}

.text-white\/10 {
	color: #ffffff1a;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/10 {
		color: color-mix(in oklab,var(--color-white) 10%,transparent);
	}
}

.text-white\/15 {
	color: #ffffff26;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/15 {
		color: color-mix(in oklab,var(--color-white) 15%,transparent);
	}
}

.text-white\/25 {
	color: #ffffff40;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/25 {
		color: color-mix(in oklab,var(--color-white) 25%,transparent);
	}
}

.text-white\/50 {
	color: #ffffff80;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/50 {
		color: color-mix(in oklab,var(--color-white) 50%,transparent);
	}
}

.text-white\/70 {
	color: #ffffffb3;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/70 {
		color: color-mix(in oklab,var(--color-white) 70%,transparent);
	}
}

.text-white\/75 {
	color: #ffffffbf;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/75 {
		color: color-mix(in oklab,var(--color-white) 75%,transparent);
	}
}

.text-white\/80 {
	color: #fffc;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/80 {
		color: color-mix(in oklab,var(--color-white) 80%,transparent);
	}
}

.text-white\/85 {
	color: #ffffffd9;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/85 {
		color: color-mix(in oklab,var(--color-white) 85%,transparent);
	}
}

.text-white\/90 {
	color: #ffffffe6;
}

@supports (color:color-mix(in lab,red,red)) {
	.text-white\/90 {
		color: color-mix(in oklab,var(--color-white) 90%,transparent);
	}
}

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

.opacity-70 {
	opacity: .7;
}

.opacity-85 {
	opacity: .85;
}

.opacity-\[0\.12\] {
	opacity: .12;
}

.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color,#00000040);
	box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
	box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
}

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);
	box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
}

.shadow-black\/20 {
	--tw-shadow-color: #0003;
}

@supports (color:color-mix(in lab,red,red)) {
	.shadow-black\/20 {
		--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 20%, transparent) var(--tw-shadow-alpha), transparent);
	}
}

.shadow-black\/30 {
	--tw-shadow-color: #0000004d;
}

@supports (color:color-mix(in lab,red,red)) {
	.shadow-black\/30 {
		--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 30%, transparent) var(--tw-shadow-alpha), transparent);
	}
}

.shadow-black\/40 {
	--tw-shadow-color: #0006;
}

@supports (color:color-mix(in lab,red,red)) {
	.shadow-black\/40 {
		--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 40%, transparent) var(--tw-shadow-alpha), transparent);
	}
}

.filter {
	filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}

.backdrop-blur-sm {
	--tw-backdrop-blur: blur(var(--blur-sm));
	-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
	backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}

.transition {
	transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;
	transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
	transition-duration: var(--tw-duration,var(--default-transition-duration));
}

.duration-300 {
	--tw-duration: .3s;
	transition-duration: .3s;
}

@media(hover:hover) {
	.group-hover\:opacity-20:is(:where(.group):hover *) {
		opacity: .2;
	}

	.hover\:-translate-y-1:hover {
		--tw-translate-y: calc(var(--spacing) * -1);
		translate: var(--tw-translate-x) var(--tw-translate-y);
	}

	.hover\:scale-105:hover {
		--tw-scale-x: 105%;
		--tw-scale-y: 105%;
		--tw-scale-z: 105%;
		scale: var(--tw-scale-x) var(--tw-scale-y);
	}

	.hover\:bg-white\/10:hover {
		background-color: #ffffff1a;
	}@	supports (color:color-mix(in lab,red,red)) {
		.hover\: bg-white\/10:hover{background-color:color-mix(in oklab,var(--color-white) 10%,transparent);
	}
}

.hover\:text-white:hover {
	color: var(--color-white);
}

.hover\:underline:hover {
	text-decoration-line: underline;
}

.hover\:shadow-2xl:hover {
	--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color,#00000040);
	box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
}

.hover\:shadow-black\/10:hover {
	--tw-shadow-color: #0000001a;
}

@supports (color:color-mix(in lab,red,red)) {
	.hover\:shadow-black\/10:hover {
		--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 10%, transparent) var(--tw-shadow-alpha), transparent);
	}
}

.hover\:brightness-110:hover {
	--tw-brightness: brightness(110%);
	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,);
}

.hover\:brightness-125:hover {
	--tw-brightness: brightness(125%);
	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,);
}}

@media(min-width:40rem) {
	.sm\:right-8 {
		right: calc(var(--spacing) * 8);
	}

	.sm\:right-14 {
		right: calc(var(--spacing) * 14);
	}

	.sm\:right-\[16\%\] {
		right: 16%;
	}

	.sm\:bottom-8 {
		bottom: calc(var(--spacing) * 8);
	}

	.sm\:left-\[14\%\] {
		left: 14%;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:h-9 {
		height: calc(var(--spacing) * 9);
	}

	.sm\:w-12 {
		width: calc(var(--spacing) * 12);
	}

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

	.sm\:flex-row {
		flex-direction: row;
	}

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

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

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

	.sm\:p-10 {
		padding: calc(var(--spacing) * 10);
	}

	.sm\:px-10 {
		padding-inline: calc(var(--spacing) * 10);
	}

	.sm\:text-left {
		text-align: left;
	}

	.sm\:text-3xl {
		font-size: var(--text-3xl);
		line-height: var(--tw-leading,var(--text-3xl--line-height));
	}

	.sm\:text-4xl {
		font-size: var(--text-4xl);
		line-height: var(--tw-leading,var(--text-4xl--line-height));
	}

	.sm\:text-5xl {
		font-size: var(--text-5xl);
		line-height: var(--tw-leading,var(--text-5xl--line-height));
	}

	.sm\:text-7xl {
		font-size: var(--text-7xl);
		line-height: var(--tw-leading,var(--text-7xl--line-height));
	}

	.sm\:text-base {
		font-size: var(--text-base);
		line-height: var(--tw-leading,var(--text-base--line-height));
	}

	.sm\:text-lg {
		font-size: var(--text-lg);
		line-height: var(--tw-leading,var(--text-lg--line-height));
	}

	.sm\:text-xl {
		font-size: var(--text-xl);
		line-height: var(--tw-leading,var(--text-xl--line-height));
	}
}

@media(min-width:48rem) {
	.md\:flex {
		display: flex;
	}

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

@media(min-width:64rem) {
	.lg\:col-span-5 {
		grid-column: span 5/span 5;
	}

	.lg\:col-span-7 {
		grid-column: span 7/span 7;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

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

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

	.lg\:grid-cols-\[1\.1fr_1fr\] {
		grid-template-columns: 1.1fr 1fr;
	}

	.lg\:grid-cols-\[1\.2fr_1fr\] {
		grid-template-columns: 1.2fr 1fr;
	}

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

:root {
	--color-teal: #4f7f7a;
	--color-teal-dark: #375855;
	--color-olive: #6f8b3b;
	--color-terracotta: #b25a3a;
	--color-cream: #f4efe4;
	--color-paper: #fbf8f1;
	--color-ink: #262420;
	--color-ink-soft: #4a453e;
}

body {
	background: var(--color-cream);
	color: var(--color-ink);
	-webkit-font-smoothing: antialiased;
	margin: 0;
	font-family: Karla,system-ui,sans-serif;
}

code {
	font-family: Menlo,Monaco,Consolas,Courier New,monospace;
}

.font-display {
	font-family: Anton,Karla,sans-serif;
}

.font-accent {
	font-family: Fraunces,Georgia,serif;
}

.grain:after {
	content: "";
	pointer-events: none;
	opacity: .35;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
	position: absolute;
	inset: 0;
}

.torn-edge {
	clip-path: polygon(0% 6%,4% 2%,8% 6%,13% 1%,18% 5%,24% 0%,30% 5%,36% 1%,42% 6%,48% 2%,54% 6%,60% 1%,66% 5%,72% 0%,78% 5%,84% 1%,90% 6%,96% 2%,100% 6%,100% 100%,0% 100%);
}

.torn-edge-bottom {
	clip-path: polygon(0% 0%,100% 0%,100% 94%,96% 98%,90% 94%,84% 99%,78% 95%,72% 100%,66% 95%,60% 99%,54% 94%,48% 98%,42% 94%,36% 99%,30% 95%,24% 100%,18% 95%,13% 99%,8% 94%,4% 98%,0% 94%);
}

@keyframes drift {
	0% {
		transform: translate(0);
	}

	to {
		transform: translate(-33.333%);
	}
}

.animate-drift {
	animation: 60s linear infinite drift;
}

@keyframes rise {
	0% {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.rise {
	animation: .8s cubic-bezier(.16,1,.3,1) both rise;
}

@property --tw-rotate-x {
	syntax:"*";inherits:false;
}

@property --tw-rotate-y {
	syntax:"*";inherits:false;
}

@property --tw-rotate-z {
	syntax:"*";inherits:false;
}

@property --tw-skew-x {
	syntax:"*";inherits:false;
}

@property --tw-skew-y {
	syntax:"*";inherits:false;
}

@property --tw-space-y-reverse {
	syntax:"*";inherits:false;initial-value:0;
}

@property --tw-border-style {
	syntax:"*";inherits:false;initial-value:solid;
}

@property --tw-leading {
	syntax:"*";inherits:false;
}

@property --tw-font-weight {
	syntax:"*";inherits:false;
}

@property --tw-tracking {
	syntax:"*";inherits:false;
}

@property --tw-shadow {
	syntax:"*";inherits:false;initial-value:0 0 #0000;
}

@property --tw-shadow-color {
	syntax:"*";inherits:false;
}

@property --tw-shadow-alpha {
	syntax:"<percentage>";inherits:false;initial-value:100%;
}

@property --tw-inset-shadow {
	syntax:"*";inherits:false;initial-value:0 0 #0000;
}

@property --tw-inset-shadow-color {
	syntax:"*";inherits:false;
}

@property --tw-inset-shadow-alpha {
	syntax:"<percentage>";inherits:false;initial-value:100%;
}

@property --tw-ring-color {
	syntax:"*";inherits:false;
}

@property --tw-ring-shadow {
	syntax:"*";inherits:false;initial-value:0 0 #0000;
}

@property --tw-inset-ring-color {
	syntax:"*";inherits:false;
}

@property --tw-inset-ring-shadow {
	syntax:"*";inherits:false;initial-value:0 0 #0000;
}

@property --tw-ring-inset {
	syntax:"*";inherits:false;
}

@property --tw-ring-offset-width {
	syntax:"<length>";inherits:false;initial-value:0;
}

@property --tw-ring-offset-color {
	syntax:"*";inherits:false;initial-value:#fff;
}

@property --tw-ring-offset-shadow {
	syntax:"*";inherits:false;initial-value:0 0 #0000;
}

@property --tw-blur {
	syntax:"*";inherits:false;
}

@property --tw-brightness {
	syntax:"*";inherits:false;
}

@property --tw-contrast {
	syntax:"*";inherits:false;
}

@property --tw-grayscale {
	syntax:"*";inherits:false;
}

@property --tw-hue-rotate {
	syntax:"*";inherits:false;
}

@property --tw-invert {
	syntax:"*";inherits:false;
}

@property --tw-opacity {
	syntax:"*";inherits:false;
}

@property --tw-saturate {
	syntax:"*";inherits:false;
}

@property --tw-sepia {
	syntax:"*";inherits:false;
}

@property --tw-drop-shadow {
	syntax:"*";inherits:false;
}

@property --tw-drop-shadow-color {
	syntax:"*";inherits:false;
}

@property --tw-drop-shadow-alpha {
	syntax:"<percentage>";inherits:false;initial-value:100%;
}

@property --tw-drop-shadow-size {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-blur {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-brightness {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-contrast {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-grayscale {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-hue-rotate {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-invert {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-opacity {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-saturate {
	syntax:"*";inherits:false;
}

@property --tw-backdrop-sepia {
	syntax:"*";inherits:false;
}

@property --tw-duration {
	syntax:"*";inherits:false;
}

@property --tw-translate-x {
	syntax:"*";inherits:false;initial-value:0;
}

@property --tw-translate-y {
	syntax:"*";inherits:false;initial-value:0;
}

@property --tw-translate-z {
	syntax:"*";inherits:false;initial-value:0;
}

@property --tw-scale-x {
	syntax:"*";inherits:false;initial-value:1;
}

@property --tw-scale-y {
	syntax:"*";inherits:false;initial-value:1;
}

@property --tw-scale-z {
	syntax:"*";inherits:false;initial-value:1;
}

/* customs */
.hero-shadow {
    text-shadow:
        0 1px 3px rgba(0,0,0,.80),
        0 1px 1px rgba(0,0,0,.85),
        0 1px 2px rgba(0,0,0,.85)
	;
}