/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*:where(.tw-comp,.tw-comp *),
::before:where(.tw-comp,.tw-comp *),
::after:where(.tw-comp,.tw-comp *) {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before:where(.tw-comp,.tw-comp *),
::after:where(.tw-comp,.tw-comp *) {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html :where(.tw-comp),
:host :where(.tw-comp) {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body :where(.tw-comp) {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr:where(.tw-comp,.tw-comp *) {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

abbr:where([title]):where(.tw-comp,.tw-comp *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.tw-comp,.tw-comp *),
h2:where(.tw-comp,.tw-comp *),
h3:where(.tw-comp,.tw-comp *),
h4:where(.tw-comp,.tw-comp *),
h5:where(.tw-comp,.tw-comp *),
h6:where(.tw-comp,.tw-comp *) {
  font-size: inherit;
  font-weight: inherit;
}

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

a:where(.tw-comp,.tw-comp *) {
  color: inherit;
  text-decoration: inherit;
}

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

b:where(.tw-comp,.tw-comp *),
strong:where(.tw-comp,.tw-comp *) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code:where(.tw-comp,.tw-comp *),
kbd:where(.tw-comp,.tw-comp *),
samp:where(.tw-comp,.tw-comp *),
pre:where(.tw-comp,.tw-comp *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small:where(.tw-comp,.tw-comp *) {
  font-size: 80%;
}

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

sub:where(.tw-comp,.tw-comp *),
sup:where(.tw-comp,.tw-comp *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.tw-comp,.tw-comp *) {
  bottom: -0.25em;
}

sup:where(.tw-comp,.tw-comp *) {
  top: -0.5em;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table:where(.tw-comp,.tw-comp *) {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button:where(.tw-comp,.tw-comp *),
input:where(.tw-comp,.tw-comp *),
optgroup:where(.tw-comp,.tw-comp *),
select:where(.tw-comp,.tw-comp *),
textarea:where(.tw-comp,.tw-comp *) {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button:where(.tw-comp,.tw-comp *),
select:where(.tw-comp,.tw-comp *) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.tw-comp,.tw-comp *),
input:where([type='button']):where(.tw-comp,.tw-comp *),
input:where([type='reset']):where(.tw-comp,.tw-comp *),
input:where([type='submit']):where(.tw-comp,.tw-comp *) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.tw-comp,.tw-comp *) {
  outline: auto;
}

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

:-moz-ui-invalid:where(.tw-comp,.tw-comp *) {
  box-shadow: none;
}

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

progress:where(.tw-comp,.tw-comp *) {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button:where(.tw-comp,.tw-comp *),
::-webkit-outer-spin-button:where(.tw-comp,.tw-comp *) {
  height: auto;
}

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

[type='search']:where(.tw-comp,.tw-comp *) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration:where(.tw-comp,.tw-comp *) {
  -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:where(.tw-comp,.tw-comp *) {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary:where(.tw-comp,.tw-comp *) {
  display: list-item;
}

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

blockquote:where(.tw-comp,.tw-comp *),
dl:where(.tw-comp,.tw-comp *),
dd:where(.tw-comp,.tw-comp *),
h1:where(.tw-comp,.tw-comp *),
h2:where(.tw-comp,.tw-comp *),
h3:where(.tw-comp,.tw-comp *),
h4:where(.tw-comp,.tw-comp *),
h5:where(.tw-comp,.tw-comp *),
h6:where(.tw-comp,.tw-comp *),
hr:where(.tw-comp,.tw-comp *),
figure:where(.tw-comp,.tw-comp *),
p:where(.tw-comp,.tw-comp *),
pre:where(.tw-comp,.tw-comp *) {
  margin: 0;
}

fieldset:where(.tw-comp,.tw-comp *) {
  margin: 0;
  padding: 0;
}

legend:where(.tw-comp,.tw-comp *) {
  padding: 0;
}

ol:where(.tw-comp,.tw-comp *),
ul:where(.tw-comp,.tw-comp *),
menu:where(.tw-comp,.tw-comp *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog:where(.tw-comp,.tw-comp *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.tw-comp,.tw-comp *) {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder:where(.tw-comp,.tw-comp *), textarea::-moz-placeholder:where(.tw-comp,.tw-comp *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder:where(.tw-comp,.tw-comp *),
textarea::placeholder:where(.tw-comp,.tw-comp *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.tw-comp,.tw-comp *),
[role="button"]:where(.tw-comp,.tw-comp *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled:where(.tw-comp,.tw-comp *) {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img:where(.tw-comp,.tw-comp *),
svg:where(.tw-comp,.tw-comp *),
video:where(.tw-comp,.tw-comp *),
canvas:where(.tw-comp,.tw-comp *),
audio:where(.tw-comp,.tw-comp *),
iframe:where(.tw-comp,.tw-comp *),
embed:where(.tw-comp,.tw-comp *),
object:where(.tw-comp,.tw-comp *) {
  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:where(.tw-comp,.tw-comp *),
video:where(.tw-comp,.tw-comp *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(.tw-comp,.tw-comp *) {
  display: none;
}

@font-face {
  font-family: 'NewEdge666';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(./src/fonts/NewEdge666-RegularRounded.woff2) format('woff2');
}

*, ::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:  ;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 100%) {
  .\!container {
    max-width: 100% !important;
  }

  .container {
    max-width: 100%;
  }
}

@media (min-width: 1360px) {
  .\!container {
    max-width: 1360px !important;
  }

  .container {
    max-width: 1360px;
  }
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-7 {
  bottom: 1.75rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.isolate {
  isolation: isolate;
}

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

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

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

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

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

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

.-ml-\[1px\] {
  margin-left: -1px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-\[-100px\] {
  margin-bottom: -100px;
}

.mb-\[-10px\] {
  margin-bottom: -10px;
}

.mb-\[-20px\] {
  margin-bottom: -20px;
}

.mb-\[-30px\] {
  margin-bottom: -30px;
}

.mb-\[-40px\] {
  margin-bottom: -40px;
}

.mb-\[-50px\] {
  margin-bottom: -50px;
}

.mb-\[-60px\] {
  margin-bottom: -60px;
}

.mb-\[-70px\] {
  margin-bottom: -70px;
}

.mb-\[-80px\] {
  margin-bottom: -80px;
}

.mb-\[-90px\] {
  margin-bottom: -90px;
}

.mb-\[0px\] {
  margin-bottom: 0px;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[90px\] {
  margin-bottom: 90px;
}

.ml-\[0\%\] {
  margin-left: 0%;
}

.ml-\[16\.667\%\] {
  margin-left: 16.667%;
}

.ml-\[25\%\] {
  margin-left: 25%;
}

.ml-\[33\.334\%\] {
  margin-left: 33.334%;
}

.ml-\[41\.667\%\] {
  margin-left: 41.667%;
}

.ml-\[50\%\] {
  margin-left: 50%;
}

.ml-\[58\.334\%\] {
  margin-left: 58.334%;
}

.ml-\[66\.667\%\] {
  margin-left: 66.667%;
}

.ml-\[75\%\] {
  margin-left: 75%;
}

.ml-\[8\.334\%\] {
  margin-left: 8.334%;
}

.ml-\[83\.334\%\] {
  margin-left: 83.334%;
}

.ml-\[91\.667\%\] {
  margin-left: 91.667%;
}

.ml-auto {
  margin-left: auto;
}

.mr-\[0\%\] {
  margin-right: 0%;
}

.mr-\[16\.667\%\] {
  margin-right: 16.667%;
}

.mr-\[25\%\] {
  margin-right: 25%;
}

.mr-\[33\.334\%\] {
  margin-right: 33.334%;
}

.mr-\[41\.667\%\] {
  margin-right: 41.667%;
}

.mr-\[50\%\] {
  margin-right: 50%;
}

.mr-\[58\.334\%\] {
  margin-right: 58.334%;
}

.mr-\[66\.667\%\] {
  margin-right: 66.667%;
}

.mr-\[75\%\] {
  margin-right: 75%;
}

.mr-\[8\.334\%\] {
  margin-right: 8.334%;
}

.mr-\[83\.334\%\] {
  margin-right: 83.334%;
}

.mr-\[91\.667\%\] {
  margin-right: 91.667%;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-\[-100px\] {
  margin-top: -100px;
}

.mt-\[-10px\] {
  margin-top: -10px;
}

.mt-\[-20px\] {
  margin-top: -20px;
}

.mt-\[-30px\] {
  margin-top: -30px;
}

.mt-\[-40px\] {
  margin-top: -40px;
}

.mt-\[-50px\] {
  margin-top: -50px;
}

.mt-\[-60px\] {
  margin-top: -60px;
}

.mt-\[-70px\] {
  margin-top: -70px;
}

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

.mt-\[-90px\] {
  margin-top: -90px;
}

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

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

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

.mt-\[90px\] {
  margin-top: 90px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-\[22\.5px\] {
  height: 22.5px;
}

.h-\[50dvh\] {
  height: 50dvh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

.w-1\/12 {
  width: 8.333333%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.max-w-none {
  max-width: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

.origin-left {
  transform-origin: left;
}

.-translate-x-1\/2 {
  --tw-translate-x: -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-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: 0.5rem;
  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)) !important;
}

.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));
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

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

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

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

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

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

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

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

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

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

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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 !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

html.tw-comp {
  height: 100%;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #b7a29f;
  font-family: "NewEdge666";
}

html.tw-comp body {
  height: 100%;
  font-family: "NewEdge666";
}

.tw-comp {
  * {
    box-sizing: border-box;
  }
  .click-to-copy__inner-el div:nth-of-type(2) {
    @media(hover:none) {
      display: none;
    }
  }
  .work-item {
    @media(hover:hover) {
      a {
        img {
          will-change: transform;
          transform: scale(1.0001);
          transition: transform 0.75s;
        }
      }

      a:hover {
        img {
          transform: scale(1.05);
        }
      }
    }
  }
}

.-js-scroll-top {
  pointer-events: none;
  .word {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  svg, .word {
    transition: transform 0.3s, opacity 0.3s;
  }
  &.visible {
    pointer-events: auto;
  }
  &.visible {
    svg, .word {
      opacity: 1;
      transform: translateY(0);
    }
    .word:nth-of-type(2) {
      transition: transform 0.3s 0.05s, opacity 0.3s 0.05s;
    }
    .word:nth-of-type(3) {
      transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
    }
    .word:nth-of-type(4) {
      transition: transform 0.3s 0.15s, opacity 0.3s 0.15s;
    }
  }
}

@media not all and (min-width: 768px) {
  .max-md\:relative {
    position: relative;
  }

  .max-md\:mt-11 {
    margin-top: 2.75rem;
  }

  .max-md\:grow {
    flex-grow: 1;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:space-x-\[3\.75rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-md\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-md\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .max-md\:leading-\[1\.08333333\] {
    line-height: 1.08333333;
  }
}

@media (min-width: 640px) {
  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }

  .md\:mb-\[-100px\] {
    margin-bottom: -100px;
  }

  .md\:mb-\[-10px\] {
    margin-bottom: -10px;
  }

  .md\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .md\:mb-\[-30px\] {
    margin-bottom: -30px;
  }

  .md\:mb-\[-40px\] {
    margin-bottom: -40px;
  }

  .md\:mb-\[-50px\] {
    margin-bottom: -50px;
  }

  .md\:mb-\[-60px\] {
    margin-bottom: -60px;
  }

  .md\:mb-\[-70px\] {
    margin-bottom: -70px;
  }

  .md\:mb-\[-80px\] {
    margin-bottom: -80px;
  }

  .md\:mb-\[-90px\] {
    margin-bottom: -90px;
  }

  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .md\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .md\:ml-\[0\%\] {
    margin-left: 0%;
  }

  .md\:ml-\[16\.667\%\] {
    margin-left: 16.667%;
  }

  .md\:ml-\[25\%\] {
    margin-left: 25%;
  }

  .md\:ml-\[33\.334\%\] {
    margin-left: 33.334%;
  }

  .md\:ml-\[41\.667\%\] {
    margin-left: 41.667%;
  }

  .md\:ml-\[50\%\] {
    margin-left: 50%;
  }

  .md\:ml-\[58\.334\%\] {
    margin-left: 58.334%;
  }

  .md\:ml-\[66\.667\%\] {
    margin-left: 66.667%;
  }

  .md\:ml-\[75\%\] {
    margin-left: 75%;
  }

  .md\:ml-\[8\.334\%\] {
    margin-left: 8.334%;
  }

  .md\:ml-\[83\.334\%\] {
    margin-left: 83.334%;
  }

  .md\:ml-\[91\.667\%\] {
    margin-left: 91.667%;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-\[0\%\] {
    margin-right: 0%;
  }

  .md\:mr-\[16\.667\%\] {
    margin-right: 16.667%;
  }

  .md\:mr-\[25\%\] {
    margin-right: 25%;
  }

  .md\:mr-\[33\.334\%\] {
    margin-right: 33.334%;
  }

  .md\:mr-\[41\.667\%\] {
    margin-right: 41.667%;
  }

  .md\:mr-\[50\%\] {
    margin-right: 50%;
  }

  .md\:mr-\[58\.334\%\] {
    margin-right: 58.334%;
  }

  .md\:mr-\[66\.667\%\] {
    margin-right: 66.667%;
  }

  .md\:mr-\[75\%\] {
    margin-right: 75%;
  }

  .md\:mr-\[8\.334\%\] {
    margin-right: 8.334%;
  }

  .md\:mr-\[83\.334\%\] {
    margin-right: 83.334%;
  }

  .md\:mr-\[91\.667\%\] {
    margin-right: 91.667%;
  }

  .md\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .md\:mt-\[-10px\] {
    margin-top: -10px;
  }

  .md\:mt-\[-20px\] {
    margin-top: -20px;
  }

  .md\:mt-\[-30px\] {
    margin-top: -30px;
  }

  .md\:mt-\[-40px\] {
    margin-top: -40px;
  }

  .md\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .md\:mt-\[-60px\] {
    margin-top: -60px;
  }

  .md\:mt-\[-70px\] {
    margin-top: -70px;
  }

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

  .md\:mt-\[-90px\] {
    margin-top: -90px;
  }

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

  .md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .md\:mt-\[10px\] {
    margin-top: 10px;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .md\:mt-\[50px\] {
    margin-top: 50px;
  }

  .md\:mt-\[60px\] {
    margin-top: 60px;
  }

  .md\:mt-\[70px\] {
    margin-top: 70px;
  }

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

  .md\:mt-\[90px\] {
    margin-top: 90px;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\: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)));
  }

  .md\:py-\[5rem\] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }
}