/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}
.container {
	width: 100%;
}
@media (min-width: 400px) {

	.container {
		max-width: 400px;
	}
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
@media (min-width: 2000px) {

	.container {
		max-width: 2000px;
	}
}
.visible {
	visibility: visible;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.left-1\/2 {
	left: 50%;
}
.bottom-14 {
	bottom: 3.5rem;
}
.m-0 {
	margin: 0px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.-mt-3 {
	margin-top: -0.75rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.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;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-28 {
	height: 7rem;
}
.h-9 {
	height: 2.25rem;
}
.h-8 {
	height: 2rem;
}
.h-5 {
	height: 1.25rem;
}
.h-32 {
	height: 8rem;
}
.h-full {
	height: 100%;
}
.min-h-full {
	min-height: 100%;
}
.min-h-screen {
	min-height: 100vh;
}
.w-full {
	width: 100%;
}
.w-auto {
	width: auto;
}
.w-\[90\%\] {
	width: 90%;
}
.w-9 {
	width: 2.25rem;
}
.w-8 {
	width: 2rem;
}
.w-5 {
	width: 1.25rem;
}
.w-1 {
	width: 0.25rem;
}
.min-w-full {
	min-width: 100%;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-\[90\%\] {
	max-width: 90%;
}
.flex-1 {
	flex: 1 1 0%;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-y-4 {
	--tw-translate-y: -1rem;
	transform: var(--tw-transform);
}
.scale-x-\[-1\] {
	--tw-scale-x: -1;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
@-webkit-keyframes bounce {

	0%, 100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		        animation-timing-function: cubic-bezier(0.8,0,1,1);
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		        animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}
@keyframes bounce {

	0%, 100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		        animation-timing-function: cubic-bezier(0.8,0,1,1);
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		        animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}
.animate-bounce {
	-webkit-animation: bounce 1s infinite;
	        animation: bounce 1s infinite;
}
.resize {
	resize: both;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-2 {
	gap: 0.5rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.border {
	border-width: 1px;
}
.border-4 {
	border-width: 4px;
}
.border-transparent {
	border-color: transparent;
}
.border-accent {
	--tw-border-opacity: 1;
	border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
.border-accentHover {
	--tw-border-opacity: 1;
	border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
.border-opacity-10 {
	--tw-border-opacity: 0.1;
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-accent {
	--tw-bg-opacity: 1;
	background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.fill-\[\#FFFFFF\] {
	fill: #FFFFFF;
}
.p-0 {
	padding: 0px;
}
.p-1 {
	padding: 0.25rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-1\.5 {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.text-center {
	text-align: center;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-extrabold {
	font-weight: 800;
}
.font-normal {
	font-weight: 400;
}
.font-thin {
	font-weight: 100;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-5 {
	line-height: 1.25rem;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-accent {
	--tw-text-opacity: 1;
	color: rgba(190, 24, 93, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}

html {
    scroll-behavior: smooth;
}

body {
}

#cover {
    background-attachment: fixed;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1064%26quot%3b)' fill='none'%3e%3crect width='1920' height='1080' x='0' y='0' fill='rgba(17%2c 24%2c 39%2c 1)'%3e%3c/rect%3e%3cpath d='M864.572%2c952.24C913.645%2c952.917%2c965.561%2c943.837%2c992.826%2c903.029C1022.907%2c858.005%2c1026.819%2c797.815%2c998.637%2c751.579C971.404%2c706.898%2c916.898%2c692.386%2c864.572%2c692.608C812.719%2c692.828%2c758.835%2c708.063%2c732.46%2c752.707C705.711%2c797.985%2c713.267%2c855.727%2c742.299%2c899.576C768.557%2c939.234%2c817.014%2c951.584%2c864.572%2c952.24' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1479.093%2c897.156C1571.029%2c893.096%2c1660.033%2c862.225%2c1711.395%2c785.866C1769.692%2c699.197%2c1798.15%2c588.081%2c1748.975%2c495.93C1697.413%2c399.306%2c1588.495%2c345.447%2c1479.093%2c350.541C1377.425%2c355.275%2c1301.332%2c431.6%2c1249.495%2c519.188C1196.396%2c608.909%2c1154.182%2c718.98%2c1208.309%2c808.084C1261.182%2c895.124%2c1377.351%2c901.649%2c1479.093%2c897.156' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1238.597%2c227.708C1278.186%2c229.764%2c1314.651%2c208.147%2c1336.152%2c174.843C1359.814%2c138.192%2c1372.887%2c91.362%2c1350.98%2c53.635C1329.14%2c16.023%2c1282.083%2c6.083%2c1238.597%2c6.836C1196.695%2c7.562%2c1151.894%2c20.129%2c1132.759%2c57.414C1114.677%2c92.647%2c1136.242%2c131.91%2c1157.146%2c165.545C1176.469%2c196.636%2c1202.04%2c225.809%2c1238.597%2c227.708' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M132.86%2c1077.104C197.208%2c1073.963%2c251.091%2c1031.927%2c281.637%2c975.204C310.542%2c921.528%2c308.157%2c858.447%2c279.619%2c804.575C248.923%2c746.63%2c198.427%2c693.473%2c132.86%2c694.354C68.324%2c695.221%2c25.74%2c752.94%2c-7.223%2c808.43C-41.195%2c865.619%2c-74.15%2c932.087%2c-43.397%2c991.069C-11.001%2c1053.203%2c62.871%2c1080.52%2c132.86%2c1077.104' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1667.074%2c1367.278C1773.087%2c1371.279%2c1858.292%2c1290.757%2c1911.866%2c1199.19C1966.088%2c1106.517%2c1992.929%2c993.697%2c1940.459%2c900.021C1887.003%2c804.586%2c1776.345%2c757.156%2c1667.074%2c762.161C1565.927%2c766.793%2c1479.998%2c833.084%2c1433.875%2c923.222C1391.679%2c1005.685%2c1409.254%2c1099.835%2c1452.323%2c1181.846C1499.453%2c1271.59%2c1565.779%2c1363.455%2c1667.074%2c1367.278' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M317.876%2c962.403C381.914%2c960.999%2c432.84%2c917.44%2c467.437%2c863.534C505.895%2c803.613%2c538.585%2c731.828%2c506.729%2c668.151C472.3%2c599.332%2c394.798%2c562.471%2c317.876%2c564.578C244.367%2c566.592%2c180.454%2c612.993%2c146.132%2c678.029C114.017%2c738.885%2c120.938%2c811.448%2c156.511%2c870.35C190.823%2c927.164%2c251.521%2c963.857%2c317.876%2c962.403' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1043.587%2c965.379C1110.977%2c967.752%2c1176.337%2c930.105%2c1206.271%2c869.681C1233.663%2c814.389%2c1206.082%2c753.19%2c1175.159%2c699.793C1144.335%2c646.567%2c1105.076%2c590.25%2c1043.587%2c588.762C980.329%2c587.231%2c930.266%2c637.305%2c900.502%2c693.145C872.649%2c745.399%2c872.056%2c806.469%2c899.605%2c858.884C929.373%2c915.52%2c979.645%2c963.128%2c1043.587%2c965.379' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M759.949%2c1238.601C853.309%2c1243.829%2c948.33%2c1204.363%2c994.898%2c1123.278C1041.312%2c1042.462%2c1021.548%2c944.206%2c975.583%2c863.134C928.866%2c780.735%2c854.669%2c708.56%2c759.949%2c708.879C665.651%2c709.197%2c588.678%2c780.08%2c546.819%2c864.579C509.465%2c939.984%2c524.886%2c1026.177%2c566.548%2c1099.29C608.708%2c1173.276%2c674.927%2c1233.84%2c759.949%2c1238.601' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M226.585%2c196.308C250.739%2c194.667%2c270.811%2c180.226%2c283.583%2c159.659C297.253%2c137.646%2c305.885%2c110.86%2c293.927%2c87.872C281.196%2c63.397%2c254.168%2c50.606%2c226.585%2c50.085C197.998%2c49.546%2c169.583%2c60.836%2c154.692%2c85.244C139.212%2c110.618%2c138.231%2c143.486%2c154.382%2c168.438C169.408%2c191.65%2c198.998%2c198.182%2c226.585%2c196.308' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1327.903%2c640.952C1394.822%2c637.433%2c1450.551%2c597.347%2c1486.484%2c540.785C1525.834%2c478.844%2c1555.151%2c402.729%2c1520.248%2c338.178C1484.113%2c271.35%2c1403.875%2c247.496%2c1327.903%2c247.501C1251.942%2c247.506%2c1175.202%2c273.382%2c1135.604%2c338.205C1094.456%2c405.566%2c1095.214%2c492.507%2c1137.536%2c559.137C1177.227%2c621.624%2c1253.978%2c644.84%2c1327.903%2c640.952' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1064'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
}

@-moz-document url-prefix() {
    #cover {
        background-attachment: fixed;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1064%26quot%3b)' fill='none'%3e%3crect width='1920' height='1080' x='0' y='0' fill='rgba(17%2c 24%2c 39%2c 1)'%3e%3c/rect%3e%3cpath d='M864.572%2c952.24C913.645%2c952.917%2c965.561%2c943.837%2c992.826%2c903.029C1022.907%2c858.005%2c1026.819%2c797.815%2c998.637%2c751.579C971.404%2c706.898%2c916.898%2c692.386%2c864.572%2c692.608C812.719%2c692.828%2c758.835%2c708.063%2c732.46%2c752.707C705.711%2c797.985%2c713.267%2c855.727%2c742.299%2c899.576C768.557%2c939.234%2c817.014%2c951.584%2c864.572%2c952.24' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1479.093%2c897.156C1571.029%2c893.096%2c1660.033%2c862.225%2c1711.395%2c785.866C1769.692%2c699.197%2c1798.15%2c588.081%2c1748.975%2c495.93C1697.413%2c399.306%2c1588.495%2c345.447%2c1479.093%2c350.541C1377.425%2c355.275%2c1301.332%2c431.6%2c1249.495%2c519.188C1196.396%2c608.909%2c1154.182%2c718.98%2c1208.309%2c808.084C1261.182%2c895.124%2c1377.351%2c901.649%2c1479.093%2c897.156' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1238.597%2c227.708C1278.186%2c229.764%2c1314.651%2c208.147%2c1336.152%2c174.843C1359.814%2c138.192%2c1372.887%2c91.362%2c1350.98%2c53.635C1329.14%2c16.023%2c1282.083%2c6.083%2c1238.597%2c6.836C1196.695%2c7.562%2c1151.894%2c20.129%2c1132.759%2c57.414C1114.677%2c92.647%2c1136.242%2c131.91%2c1157.146%2c165.545C1176.469%2c196.636%2c1202.04%2c225.809%2c1238.597%2c227.708' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M132.86%2c1077.104C197.208%2c1073.963%2c251.091%2c1031.927%2c281.637%2c975.204C310.542%2c921.528%2c308.157%2c858.447%2c279.619%2c804.575C248.923%2c746.63%2c198.427%2c693.473%2c132.86%2c694.354C68.324%2c695.221%2c25.74%2c752.94%2c-7.223%2c808.43C-41.195%2c865.619%2c-74.15%2c932.087%2c-43.397%2c991.069C-11.001%2c1053.203%2c62.871%2c1080.52%2c132.86%2c1077.104' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1667.074%2c1367.278C1773.087%2c1371.279%2c1858.292%2c1290.757%2c1911.866%2c1199.19C1966.088%2c1106.517%2c1992.929%2c993.697%2c1940.459%2c900.021C1887.003%2c804.586%2c1776.345%2c757.156%2c1667.074%2c762.161C1565.927%2c766.793%2c1479.998%2c833.084%2c1433.875%2c923.222C1391.679%2c1005.685%2c1409.254%2c1099.835%2c1452.323%2c1181.846C1499.453%2c1271.59%2c1565.779%2c1363.455%2c1667.074%2c1367.278' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M317.876%2c962.403C381.914%2c960.999%2c432.84%2c917.44%2c467.437%2c863.534C505.895%2c803.613%2c538.585%2c731.828%2c506.729%2c668.151C472.3%2c599.332%2c394.798%2c562.471%2c317.876%2c564.578C244.367%2c566.592%2c180.454%2c612.993%2c146.132%2c678.029C114.017%2c738.885%2c120.938%2c811.448%2c156.511%2c870.35C190.823%2c927.164%2c251.521%2c963.857%2c317.876%2c962.403' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1043.587%2c965.379C1110.977%2c967.752%2c1176.337%2c930.105%2c1206.271%2c869.681C1233.663%2c814.389%2c1206.082%2c753.19%2c1175.159%2c699.793C1144.335%2c646.567%2c1105.076%2c590.25%2c1043.587%2c588.762C980.329%2c587.231%2c930.266%2c637.305%2c900.502%2c693.145C872.649%2c745.399%2c872.056%2c806.469%2c899.605%2c858.884C929.373%2c915.52%2c979.645%2c963.128%2c1043.587%2c965.379' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M759.949%2c1238.601C853.309%2c1243.829%2c948.33%2c1204.363%2c994.898%2c1123.278C1041.312%2c1042.462%2c1021.548%2c944.206%2c975.583%2c863.134C928.866%2c780.735%2c854.669%2c708.56%2c759.949%2c708.879C665.651%2c709.197%2c588.678%2c780.08%2c546.819%2c864.579C509.465%2c939.984%2c524.886%2c1026.177%2c566.548%2c1099.29C608.708%2c1173.276%2c674.927%2c1233.84%2c759.949%2c1238.601' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M226.585%2c196.308C250.739%2c194.667%2c270.811%2c180.226%2c283.583%2c159.659C297.253%2c137.646%2c305.885%2c110.86%2c293.927%2c87.872C281.196%2c63.397%2c254.168%2c50.606%2c226.585%2c50.085C197.998%2c49.546%2c169.583%2c60.836%2c154.692%2c85.244C139.212%2c110.618%2c138.231%2c143.486%2c154.382%2c168.438C169.408%2c191.65%2c198.998%2c198.182%2c226.585%2c196.308' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1327.903%2c640.952C1394.822%2c637.433%2c1450.551%2c597.347%2c1486.484%2c540.785C1525.834%2c478.844%2c1555.151%2c402.729%2c1520.248%2c338.178C1484.113%2c271.35%2c1403.875%2c247.496%2c1327.903%2c247.501C1251.942%2c247.506%2c1175.202%2c273.382%2c1135.604%2c338.205C1094.456%2c405.566%2c1095.214%2c492.507%2c1137.536%2c559.137C1177.227%2c621.624%2c1253.978%2c644.84%2c1327.903%2c640.952' fill='rgba(31%2c 41%2c 55%2c 0.3)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1064'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
        background-size: cover;
    }
}

.crox-title {
    text-shadow:
        0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0,0,0,.1),
        0 0 5px rgba(0,0,0,.1),
        0 1px 3px rgba(0,0,0,.3),
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.25),
        0 10px 10px rgba(0,0,0,.2),
        0 20px 20px rgba(0,0,0,.15);
}

.cta-button {
    box-shadow: #BE185D99 0 5px 15px;
}

.crox-card {
    transform:
        perspective(1000px)
        rotateX(3deg)
        rotateY(-13deg)
        rotateZ(3deg);

    box-shadow: #BE185D99 0 5px 15px;
    border-radius: 2px;
}
.crox-tokenomics-card {
    transform:
        perspective(1000px)
        rotateX(3deg)
        rotateY(-13deg)
        rotateZ(3deg);

    box-shadow: #BE185D99 0 5px 15px;
    border-radius: 2px;
}
.crox-roadmap-card {
    transform:
        perspective(1000px);

    box-shadow: #BE185D99 0 5px 15px;
    border-radius: 2px;
}
.hover\:bg-accentHover:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
.hover\:fill-\[\#1DA1F2\]:hover {
	fill: #1DA1F2;
}
.hover\:fill-\[\#0088CC\]:hover {
	fill: #0088CC;
}
.hover\:text-accent:hover {
	--tw-text-opacity: 1;
	color: rgba(190, 24, 93, var(--tw-text-opacity));
}
.hover\:text-gray-200:hover {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.hover\:text-accentHover:hover {
	--tw-text-opacity: 1;
	color: rgba(219, 39, 119, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-2: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(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);
}
.focus\:ring-indigo-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}
@media (min-width: 640px) {

	.sm\:mt-5 {
		margin-top: 1.25rem;
	}

	.sm\:mt-12 {
		margin-top: 3rem;
	}

	.sm\:mt-0 {
		margin-top: 0px;
	}

	.sm\:mb-12 {
		margin-bottom: 3rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:w-64 {
		width: 16rem;
	}

	.sm\:w-1\/2 {
		width: 50%;
	}

	.sm\:max-w-2xl {
		max-width: 42rem;
	}

	.sm\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}

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

	.sm\:gap-5 {
		gap: 1.25rem;
	}

	.sm\:gap-6 {
		gap: 1.5rem;
	}

	.sm\:p-6 {
		padding: 1.5rem;
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.sm\:pt-16 {
		padding-top: 4rem;
	}

	.sm\:pr-8 {
		padding-right: 2rem;
	}

	.sm\:pl-8 {
		padding-left: 2rem;
	}

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

	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.sm\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 768px) {

	.md\:-my-2 {
		margin-top: -0.5rem;
		margin-bottom: -0.5rem;
	}

	.md\:mb-auto {
		margin-bottom: auto;
	}

	.md\:ml-10 {
		margin-left: 2.5rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mr-8 {
		margin-right: 2rem;
	}

	.md\:ml-4 {
		margin-left: 1rem;
	}

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

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-28 {
		height: 7rem;
	}

	.md\:w-auto {
		width: auto;
	}

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

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

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

	.md\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.md\:text-left {
		text-align: left;
	}
}
@media (min-width: 1024px) {

	.lg\:relative {
		position: relative;
	}

	.lg\:m-0 {
		margin: 0px;
	}

	.lg\:mt-6 {
		margin-top: 1.5rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

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

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

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.lg\:pt-8 {
		padding-top: 2rem;
	}

	.lg\:pb-14 {
		padding-bottom: 3.5rem;
	}

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

	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1280px) {

	.xl\:grid {
		display: grid;
	}

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

	.xl\:gap-8 {
		gap: 2rem;
	}

	.xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.xl\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1536px) {

	.\32xl\:absolute {
		position: absolute;
	}

	.\32xl\:left-1\/2 {
		left: 50%;
	}

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

	.\32xl\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}

	.\32xl\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
}