/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
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)
*/

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

::before,
::after {
  --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.
*/

html {
  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: var(--font-atlas-grotesk), 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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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 {
  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 {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: var(--font-atlas-typewriter), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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 {
  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,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  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 {
  box-shadow: none;
}

/*
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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  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, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  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,
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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

h1 {
  font-size: var(--heading-xl);
}

h2 {
  font-size: var(--heading-lg);
}

h3 {
  font-size: var(--heading-md);
}

body {
  font-size: var(--text-base);
}

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

::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:  ;
}
.container {
  width: 100%;
}
.button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 4.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: var(--text-sm);
  line-height: var(--text-sm-leading);
}
@media (max-width: 480px) {

  .button {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.button {
    font-size: calc((var(--text-base) + var(--text-sm)) / 2);
  }
/* .button--large {
    @apply px-6 py-3 text-base rounded-[4.375rem] mobileL:px-[1.25rem] mobileL:py-2.5;
  } */
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-\[-1rem\] {
  inset: -1rem;
}
.inset-\[0_0_5\.5rem_0\] {
  inset: 0 0 5.5rem 0;
}
.inset-\[0_0_auto_0\] {
  inset: 0 0 auto 0;
}
.-left-1 {
  left: -0.25rem;
}
.-left-1\.5 {
  left: -0.375rem;
}
.-left-4 {
  left: -1rem;
}
.-left-\[10px\] {
  left: -10px;
}
.bottom-\[1px\] {
  bottom: 1px;
}
.bottom-\[2\.25rem\] {
  bottom: 2.25rem;
}
.bottom-\[2px\] {
  bottom: 2px;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[5px\] {
  left: 5px;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-\[--global-padding-x\] {
  right: var(--global-padding-x);
}
.right-\[1px\] {
  right: 1px;
}
.right-\[2px\] {
  right: 2px;
}
.top-0 {
  top: 0px;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[2px\] {
  top: 2px;
}
.top-auto {
  top: auto;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[25\] {
  z-index: 25;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[30\] {
  z-index: 30;
}
.z-\[31\] {
  z-index: 31;
}
.z-\[90\] {
  z-index: 90;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-last {
  order: 9999;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1 / -1;
}
.-m-2 {
  margin: -0.5rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-\[--global-padding-x\] {
  margin-left: calc(var(--global-padding-x) * -1);
  margin-right: calc(var(--global-padding-x) * -1);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}
.mb-\[1em\] {
  margin-bottom: 1em;
}
.mb-\[2\.1875rem\] {
  margin-bottom: 2.1875rem;
}
.mb-\[2\.25rem\] {
  margin-bottom: 2.25rem;
}
.mb-\[3\.25rem\] {
  margin-bottom: 3.25rem;
}
.mb-\[5rem\] {
  margin-bottom: 5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[calc\(100vw\/12\)\] {
  margin-left: calc(100vw / 12);
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[--slideshow-height\] {
  margin-top: var(--slideshow-height);
}
.mt-\[0\.3em\] {
  margin-top: 0.3em;
}
.line-clamp-\[8\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1080\/1350\] {
  aspect-ratio: 1080/1350;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[329\/386\] {
  aspect-ratio: 329/386;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-\[--nav-height\] {
  height: var(--nav-height);
}
.h-\[--slideshow-height\] {
  height: var(--slideshow-height);
}
.h-\[\.5rem\] {
  height: .5rem;
}
.h-\[\.875rem\] {
  height: .875rem;
}
.h-\[0\.5rem\] {
  height: 0.5rem;
}
.h-\[0\.9375rem\] {
  height: 0.9375rem;
}
.h-\[1\.375rem\] {
  height: 1.375rem;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[1\.75rem\] {
  height: 1.75rem;
}
.h-\[100svh\] {
  height: 100svh;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1em\] {
  height: 1em;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.33rem\] {
  height: 2.33rem;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[90svh\] {
  height: 90svh;
}
.h-\[calc\(var\(--nav-height\)\+2rem\)\] {
  height: calc(var(--nav-height) + 2rem);
}
.h-\[calc\(var\(--size\)\/1\.5\)\] {
  height: calc(var(--size) / 1.5);
}
.h-\[clamp\(2\.5rem\2c 3em\2c 5rem\)\] {
  height: clamp(2.5rem,3em,5rem);
}
.h-\[clamp\(2\.5rem\2c 4em\2c 4rem\)\] {
  height: clamp(2.5rem,4em,4rem);
}
.h-\[clamp\(6rem\2c 10\.5vw\2c 20rem\)\] {
  height: clamp(6rem,10.5vw,20rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-\[12rem\] {
  max-height: 12rem;
}
.max-h-\[1em\] {
  max-height: 1em;
}
.max-h-\[7rem\] {
  max-height: 7rem;
}
.max-h-\[8rem\] {
  max-height: 8rem;
}
.max-h-\[calc\(2\.5\*clamp\(6rem\2c 10\.5vw\2c 20rem\)\)\] {
  max-height: calc(2.5 * clamp(6rem,10.5vw,20rem));
}
.min-h-\[1em\] {
  min-height: 1em;
}
.min-h-\[2\.15em\] {
  min-height: 2.15em;
}
.min-h-\[3em\] {
  min-height: 3em;
}
.min-h-\[6rem\] {
  min-height: 6rem;
}
.min-h-\[calc\(100svh-var\(--nav-height\)\)\] {
  min-height: calc(100svh - var(--nav-height));
}
.w-14 {
  width: 3.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[--global-padding-x\] {
  width: var(--global-padding-x);
}
.w-\[--post-width\] {
  width: var(--post-width);
}
.w-\[--size\] {
  width: var(--size);
}
.w-\[1\.25rem\] {
  width: 1.25rem;
}
.w-\[1\.375rem\] {
  width: 1.375rem;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14\.25rem\] {
  width: 14.25rem;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17\.5rem\] {
  width: 17.5rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[37px\] {
  width: 37px;
}
.w-\[98\%\] {
  width: 98%;
}
.w-\[calc\(clamp\(100px\2c 6vw\2c 160px\)\)\] {
  width: calc(clamp(100px,6vw,160px));
}
.w-\[calc\(var\(--global-padding-x\)\)\/2\] {
  width: calc(var(--global-padding-x))/2;
}
.w-\[calc\(var\(--global-padding-x\)\)\] {
  width: calc(var(--global-padding-x));
}
.w-\[calc\(var\(--size\)\/1\.15\)\] {
  width: calc(var(--size) / 1.15);
}
.w-\[calc\(var\(--size\)\/1\.5\)\] {
  width: calc(var(--size) / 1.5);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[6ch\] {
  min-width: 6ch;
}
.min-w-\[88px\] {
  min-width: 88px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[100rem\] {
  max-width: 100rem;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[18ch\] {
  max-width: 18ch;
}
.max-w-\[26ch\] {
  max-width: 26ch;
}
.max-w-\[48ch\] {
  max-width: 48ch;
}
.max-w-\[55ch\] {
  max-width: 55ch;
}
.max-w-\[62ch\] {
  max-width: 62ch;
}
.max-w-\[80ch\] {
  max-width: 80ch;
}
.max-w-\[calc\(100vw-8rem\)\] {
  max-width: calc(100vw - 8rem);
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[10\] {
  flex: 10;
}
.flex-\[3\] {
  flex: 3;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.origin-left {
  transform-origin: left;
}
.-translate-x-\[1\.5px\] {
  --tw-translate-x: -1.5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --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-\[--offset\] {
  --tw-translate-y: var(--offset);
  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-\[-50\%\] {
  --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-\[calc\(-1\*var\(--offset\)\)\] {
  --tw-translate-y: calc(-1 * var(--offset));
  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));
}
.rotate-\[--rotateA\] {
  --tw-rotate: var(--rotateA);
  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));
}
.rotate-\[calc\(-1\*var\(--rotateB\)\)\] {
  --tw-rotate: calc(-1 * var(--rotateB));
  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));
}
.scale-\[0\.9\] {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1fr_33\%\] {
  grid-template-columns: 1fr 33%;
}
.grid-cols-\[33\%_1fr\] {
  grid-template-columns: 33% 1fr;
}
.grid-cols-\[3fr_5fr_5fr\] {
  grid-template-columns: 3fr 5fr 5fr;
}
.grid-cols-\[8ch_auto\] {
  grid-template-columns: 8ch auto;
}
.grid-cols-\[auto_auto_1fr\] {
  grid-template-columns: auto auto 1fr;
}
.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr auto;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[0\.3125rem\] {
  gap: 0.3125rem;
}
.gap-\[1ch\] {
  gap: 1ch;
}
.gap-\[1em\] {
  gap: 1em;
}
.gap-\[2\.25rem\] {
  gap: 2.25rem;
}
.gap-\[2\.5rem\] {
  gap: 2.5rem;
}
.gap-\[2em\] {
  gap: 2em;
}
.gap-\[6\.25rem\] {
  gap: 6.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-\[1em\] {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.gap-x-\[2rem\] {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[4rem\] {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-\[calc\(100vw\/12\)\] {
  -moz-column-gap: calc(100vw / 12);
       column-gap: calc(100vw / 12);
}
.gap-y-\[2rem\] {
  row-gap: 2rem;
}
.gap-y-\[3\.75rem\] {
  row-gap: 3.75rem;
}
.gap-y-\[4rem\] {
  row-gap: 4rem;
}
.gap-y-\[5\.375rem\] {
  row-gap: 5.375rem;
}
.gap-y-\[9\.875rem\] {
  row-gap: 9.875rem;
}
.place-self-end {
  place-self: end;
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overscroll-none {
  overscroll-behavior: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#d8d8da\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 218 / var(--tw-border-opacity));
}
.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-dark-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 216 218 / var(--tw-border-opacity));
}
.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}
.\!bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}
.\!bg-light-grey\/80 {
  background-color: rgb(240 240 240 / 0.8) !important;
}
.\!bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}
.bg-\[--nav-text-color\] {
  background-color: var(--nav-text-color);
}
.bg-\[transparent\] {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/\[\.33\] {
  background-color: rgb(0 0 0 / .33);
}
.bg-black\/\[\.55\] {
  background-color: rgb(0 0 0 / .55);
}
.bg-black\/\[\.5\] {
  background-color: rgb(0 0 0 / .5);
}
.bg-black\/\[0\.05\] {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 218 / var(--tw-bg-opacity));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(226 179 124 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(2 86 73 / var(--tw-bg-opacity));
}
.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-light-grey\/80 {
  background-color: rgb(240 240 240 / 0.8);
}
.bg-light-grey\/90 {
  background-color: rgb(240 240 240 / 0.9);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/\[\.125\] {
  background-color: rgb(255 255 255 / .125);
}
.bg-white\/\[\.25\] {
  background-color: rgb(255 255 255 / .25);
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.30\)17\.5\%\2c rgba\(0\2c 0\2c 0\2c 0\.00\)48\.11\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.30)17.5%,rgba(0,0,0,0.00)48.11%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.33\)0\%\2c rgba\(0\2c 0\2c 0\2c 0\.17\)22\.4\%\2c rgba\(0\2c 0\2c 0\2c 0\.04\)41\.67\%\2c rgba\(0\2c 0\2c 0\2c 0\.04\)62\.5\%\2c rgba\(0\2c 0\2c 0\2c 0\.16\)77\.08\%\2c rgba\(0\2c 0\2c 0\2c 0\.32\)100\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.33)0%,rgba(0,0,0,0.17)22.4%,rgba(0,0,0,0.04)41.67%,rgba(0,0,0,0.04)62.5%,rgba(0,0,0,0.16)77.08%,rgba(0,0,0,0.32)100%);
}
.stroke-\[1\.75px\] {
  stroke-width: 1.75px;
}
.stroke-\[2\.5px\] {
  stroke-width: 2.5px;
}
.stroke-\[2px\] {
  stroke-width: 2px;
}
.stroke-\[3px\] {
  stroke-width: 3px;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[\.5rem\] {
  padding: .5rem;
}
.p-\[0\.5rem\] {
  padding: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[--global-padding-x\] {
  padding-left: var(--global-padding-x);
  padding-right: var(--global-padding-x);
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2\.875rem\] {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}
.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[5\.25rem\] {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
.py-\[6rem\] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[--global-padding-x\] {
  padding-bottom: var(--global-padding-x);
}
.pb-\[1\.625rem\] {
  padding-bottom: 1.625rem;
}
.pb-\[2\.25rem\] {
  padding-bottom: 2.25rem;
}
.pb-\[2\.8125rem\] {
  padding-bottom: 2.8125rem;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem;
}
.pb-\[6\.25rem\] {
  padding-bottom: 6.25rem;
}
.pb-\[6rem\] {
  padding-bottom: 6rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-\[2\.5rem\] {
  padding-left: 2.5rem;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[--hero-padding-top\] {
  padding-top: var(--hero-padding-top);
}
.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}
.pt-\[1em\] {
  padding-top: 1em;
}
.pt-\[1rem\] {
  padding-top: 1rem;
}
.pt-\[2\.375rem\] {
  padding-top: 2.375rem;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-baseline {
  vertical-align: baseline;
}
.font-mono {
  font-family: var(--font-atlas-typewriter), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: var(--font-atlas-grotesk), 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";
}
.font-serif {
  font-family: var(--font-gt-ultra-nrd), ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-headingBase {
  font-size: var(--heading-base);
  line-height: var(--heading-base-leading);
}
.text-headingLg {
  font-size: var(--heading-lg);
  line-height: var(--heading-lg-leading);
}
.text-headingMd {
  font-size: var(--heading-md);
  line-height: var(--heading-md-leading);
}
.text-headingXl {
  font-size: var(--heading-xl);
  line-height: var(--heading-xl-leading);
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--text-sm-leading);
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--text-xs-leading);
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-none {
  line-height: 1;
}
.tracking-\[\.02em\] {
  letter-spacing: .02em;
}
.tracking-\[\.05em\] {
  letter-spacing: .05em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-grey-text {
  --tw-text-opacity: 1 !important;
  color: rgb(136 136 136 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-grey-text {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-grey-text\/\[0\.66\] {
  color: rgb(136 136 136 / 0.66);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.opacity-0 {
  opacity: 0;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-\[\.5\] {
  opacity: .5;
}
.opacity-\[1\] {
  opacity: 1;
}
.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);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[1px_0_0_0_\#d8d8da\] {
  --tw-shadow: 1px 0 0 0 #d8d8da;
  --tw-shadow-colored: 1px 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-\[1px\] {
  outline-width: 1px;
}
.outline-green {
  outline-color: #025649;
}
.outline-white {
  outline-color: #ffffff;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[25px\] {
  --tw-backdrop-blur: blur(25px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-\[250ms\] {
  transition-duration: 250ms;
}
.duration-\[350ms\] {
  transition-duration: 350ms;
}
.duration-\[400ms\] {
  transition-duration: 400ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  /* Color */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-dark-grey: #d8d8da;
  --color-light-grey: #f0f0f0;
  --color-grey-text: #888888;
  --color-blue: #bbdcef;
  --color-pink: #f3adc7;
  --color-gold: #e2b37c;
  --color-green: #025649;
  --color-slate: #09404b;
  --color-crimson: #61162d;
  --background-color: var(--color-black);
  --text-color: var(--color-white);
  --nav-height: 6rem;
  --nav-text-color: var(--color-black);
  --global-padding-x: 2.25rem;
  --global-max-width: 2560px;
  --block-padding-y: 3.125rem;
  --theme-filter: 0;
  --highlight-color: var(--color-ice);
  --slideshow-height: calc(100svh - 180px);
  --hero-padding-top: calc(var(--nav-height) + 7.8125rem);
  --visible-posts: 4.5;
  --post-width: calc(
    (100vw - 1 * var(--global-padding-x)) / var(--visible-posts)
  );
  /* Typography */
  /* Defined: 64px @ 1440px, 40px @ 393px */
  /* Inferred: 89.67px @ 2560px, 38.33px @ 320px */
  --heading-xl: clamp(38.33px, 30.99px + 2.29vw, 89.67px);
  /* Defined: 1.09375 @ 1440px, 1.15 @ 393px */
  /* Inferred: 1.03 @ 2560px, 1.15 @ 320px */
  --heading-xl-leading: 1.09375;

  /* Defined: 40px @ 1440px, 26px @ 393px */
  /* Inferred: 54.98px @ 2560px, 25.02px @ 320px */
  --heading-lg: clamp(25.02px, 20.74px + 1.34vw, 54.98px);
  /* Defined: 1.15 @ 1440px, 1.15 @ 393px */
  /* Inferred: 1.15 @ 2560px, 1.15 @ 320px */
  --heading-lg-leading: 1.15;

  /* Defined: 24px @ 1440px, 20px @ 393px */
  /* Inferred: 28.28px @ 2560px, 19.72px @ 320px */
  --heading-md: clamp(19.72px, 18.5px + 0.38vw, 28.28px);
  /* Defined: 1.33 @ 1440px, 1.3 @ 393px */
  /* Inferred: 1.36 @ 2560px, 1.30 @ 320px */
  --heading-md-leading: clamp(1.3, 1.29 + 0.0029vw, 1.36);

  /* Arbitary between heading-md and heading-sm */
  --heading-base: calc((var(--heading-md) + var(--heading-sm)) / 2);
  --heading-base-leading: calc(
    (var(--heading-md-leading) + var(--heading-sm-leading)) / 2
  );

  /* Defined: 16px @ 1440px, 15px @ 393px */
  /* Inferred: 17.07px @ 2560px, 14.93px @ 320px */
  --heading-sm: clamp(14.93px, 14.62px + 0.1vw, 17.07px);
  /* Defined: 1.375 @ 1440px, 1.33 @ 393px */
  /* Inferred: 1.42 @ 2560px, 1.33 @ 320px */
  --heading-sm-leading: clamp(1.33, 1.31 + 0.0043vw, 1.42);

  --text-base: 1rem;
  --text-base-leading: 1.375;

  --text-sm: 0.8125rem;
  --text-sm-leading: 1.38;

  --text-xs: 0.75rem;
  --text-xs-leading: 1.5;
}

@media (max-width: 1280px) {

:root {
    --visible-posts: 3.5
}
  }

@media (max-width: 768px) {

:root {
    --global-padding-x: 0.9375rem;
    --hero-padding-top: calc(var(--nav-height) + 3.90625rem);
    --visible-posts: 2.5;
    --slideshow-height: calc(100svh - 130px)
}
  }

@media (max-width: 480px) {

:root {
    --nav-height: 4.375rem;
    --visible-posts: 1.33;
    --slideshow-height: calc(100svh - 120px)
}
  }

::-moz-selection {
  background: var(--color-green);
  color: var(--color-white);
}

::selection {
  background: var(--color-green);
  color: var(--color-white);
}

html[data-theme="dark"] {
  --nav-text-color: var(--color-white);
}

html {
  text-rendering: geometricPrecision;
}
body {
  font-family: var(--font-oracle);
  background-color: var(--background-color);
  color: var(--text-color);
  transition: background-color 0.1s ease-out;
}

nav {
  color: var(--nav-text-color);
}

/* globals */
.container {
  width: 100%;
  max-width: var(--global-max-width);
  margin: 0 auto;
  padding: 0 var(--global-padding-x);
  position: relative;
}

.hero {
  height: calc(100svh - var(--nav-height));
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.5rem;
}

@media (max-width: 1024px) {

.hero {
    flex-direction: column;
    height: auto;
    align-items: stretch;
    padding: 12.5rem 0 0;
    gap: 1.25rem
}
  }

.padding-block {
  padding: var(--block-padding-y) 0;
}

/* Utilities */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.debug {
  border: 1px solid red;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

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

/* Typography */
/* Have to apply line heights here instead of tailwind until https://github.com/tailwindlabs/tailwindcss/issues/2965 */
h1 {
  line-height: var(--heading-xl-leading);
}
h2 {
  line-height: var(--heading-lg-leading);
}
h3 {
  line-height: var(--heading-md-leading);
}
h4 {
  line-height: var(--heading-base-leading);
}
h5 {
  line-height: var(--heading-sm-leading);
}
p {
  line-height: var(--text-base-leading);
}
.last\:pr-\[2\.5rem\]:last-child {
  padding-right: 2.5rem;
}
.even\:flex-row-reverse:nth-child(even) {
  flex-direction: row-reverse;
}
.placeholder-shown\:text-ellipsis:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.placeholder-shown\:text-ellipsis:placeholder-shown {
  text-overflow: ellipsis;
}
@media (hover: hover) and (pointer: fine) {

  .hover\:\!bg-black\/80:hover {
    background-color: rgb(0 0 0 / 0.8) !important;
  }

  .hover\:\!bg-black\/90:hover {
    background-color: rgb(0 0 0 / 0.9) !important;
  }

  .hover\:\!bg-light-grey\/80:hover {
    background-color: rgb(240 240 240 / 0.8) !important;
  }

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

  .hover\:bg-black\/80:hover {
    background-color: rgb(0 0 0 / 0.8);
  }

  .hover\:bg-light-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  }

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

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

  .hover\:text-black\/50:hover {
    color: rgb(0 0 0 / 0.5);
  }

  .hover\:text-black\/60:hover {
    color: rgb(0 0 0 / 0.6);
  }

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

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

  .hover\:opacity-100:hover {
    opacity: 1;
  }

  .hover\:opacity-\[1\]:hover {
    opacity: 1;
  }
}
@media (max-width: 1280px) {

  .desktopM\:order-first {
    order: -9999;
  }

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

  .desktopM\:flex {
    display: flex;
  }

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

  .desktopM\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .desktopM\:gap-0 {
    gap: 0px;
  }

  .desktopM\:gap-\[4rem\] {
    gap: 4rem;
  }

  .desktopM\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }
}
@media (max-width: 1024px) {

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

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

  .laptop\:items-start {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {

  .tablet\:static {
    position: static;
  }

  .tablet\:relative {
    position: relative;
  }

  .tablet\:inset-auto {
    inset: auto;
  }

  .tablet\:left-3 {
    left: 0.75rem;
  }

  .tablet\:top-3 {
    top: 0.75rem;
  }

  .tablet\:top-\[0\.875rem\] {
    top: 0.875rem;
  }

  .tablet\:order-\[-1\] {
    order: -1;
  }

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

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

  .tablet\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .tablet\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .tablet\:mb-28 {
    margin-bottom: 7rem;
  }

  .tablet\:mb-4 {
    margin-bottom: 1rem;
  }

  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }

  .tablet\:mb-\[2\.5rem\] {
    margin-bottom: 2.5rem;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }

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

  .tablet\:h-\[10rem\] {
    height: 10rem;
  }

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

  .tablet\:h-\[5rem\] {
    height: 5rem;
  }

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

  .tablet\:max-h-\[6rem\] {
    max-height: 6rem;
  }

  .tablet\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

  .tablet\:\!flex-col {
    flex-direction: column !important;
  }

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

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

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

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

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

  .tablet\:justify-evenly {
    justify-content: space-evenly;
  }

  .tablet\:gap-2 {
    gap: 0.5rem;
  }

  .tablet\:gap-4 {
    gap: 1rem;
  }

  .tablet\:gap-\[1\.875rem\] {
    gap: 1.875rem;
  }

  .tablet\:gap-\[1em\] {
    gap: 1em;
  }

  .tablet\:gap-\[3px\] {
    gap: 3px;
  }

  .tablet\:gap-y-4 {
    row-gap: 1rem;
  }

  .tablet\:gap-y-\[2rem\] {
    row-gap: 2rem;
  }

  .tablet\:gap-y-\[3\.125rem\] {
    row-gap: 3.125rem;
  }

  .tablet\:gap-y-\[3rem\] {
    row-gap: 3rem;
  }

  .tablet\:gap-y-\[4\.375rem\] {
    row-gap: 4.375rem;
  }

  .tablet\:place-self-auto {
    place-self: auto;
  }

  .tablet\:self-auto {
    align-self: auto;
  }

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

  .tablet\:self-center {
    align-self: center;
  }

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

  .tablet\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tablet\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tablet\:py-\[--nav-height\] {
    padding-top: var(--nav-height);
    padding-bottom: var(--nav-height);
  }

  .tablet\:py-\[1rem\] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .tablet\:pb-8 {
    padding-bottom: 2rem;
  }

  .tablet\:pb-\[1\.875rem\] {
    padding-bottom: 1.875rem;
  }

  .tablet\:pb-\[3\.75rem\] {
    padding-bottom: 3.75rem;
  }

  .tablet\:pl-\[--global-padding-x\] {
    padding-left: var(--global-padding-x);
  }

  .tablet\:pt-\[--nav-height\] {
    padding-top: var(--nav-height);
  }

  .tablet\:text-headingXl {
    font-size: var(--heading-xl);
    line-height: var(--heading-xl-leading);
  }

  .tablet\:text-grey-text {
    --tw-text-opacity: 1;
    color: rgb(136 136 136 / var(--tw-text-opacity));
  }

  .tablet\:last\:pr-\[--global-padding-x\]:last-child {
    padding-right: var(--global-padding-x);
  }
}
@media (max-width: 480px) {

  .mobileL\:-mx-\[--global-padding-x\] {
    margin-left: calc(var(--global-padding-x) * -1);
    margin-right: calc(var(--global-padding-x) * -1);
  }

  .mobileL\:-ml-\[--global-padding-x\] {
    margin-left: calc(var(--global-padding-x) * -1);
  }

  .mobileL\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .mobileL\:block {
    display: block;
  }

  .mobileL\:hidden {
    display: none;
  }

  .mobileL\:h-5 {
    height: 1.25rem;
  }

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

  .mobileL\:h-\[3\.75rem\] {
    height: 3.75rem;
  }

  .mobileL\:h-\[6rem\] {
    height: 6rem;
  }

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

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

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

  .mobileL\:w-screen {
    width: 100vw;
  }

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

  .mobileL\:flex-none {
    flex: none;
  }

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

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

  .mobileL\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .mobileL\:gap-1 {
    gap: 0.25rem;
  }

  .mobileL\:gap-2 {
    gap: 0.5rem;
  }

  .mobileL\:gap-y-\[4\.375rem\] {
    row-gap: 4.375rem;
  }

  .mobileL\:px-\[--global-padding-x\] {
    padding-left: var(--global-padding-x);
    padding-right: var(--global-padding-x);
  }

  .mobileL\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobileL\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

  .mobileL\:odd\:justify-self-start:nth-child(odd) {
    justify-self: start;
  }

  .mobileL\:even\:justify-self-end:nth-child(even) {
    justify-self: end;
  }
}
@media (any-pointer: coarse) {

  .likely-touch\:hidden {
    display: none;
  }
}
.\[\&\:not\(\:first-child\)\]\:pt-\[4rem\]:not(:first-child) {
  padding-top: 4rem;
}
.\[\&\:not\(\:first-child\)\]\:pt-\[5\.5625rem\]:not(:first-child) {
  padding-top: 5.5625rem;
}
@media (max-width: 1280px) {

  .desktopM\:\[\&\:not\(\:first-child\)\]\:pt-\[4rem\]:not(:first-child) {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {

  .tablet\:\[\&\:not\(\:first-child\)\]\:pt-\[3rem\]:not(:first-child) {
    padding-top: 3rem;
  }
}
.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child) {
  border-bottom-width: 1px;
}
.\[\&\:not\(\:last-child\)\]\:border-b-dark-grey:not(:last-child) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 216 218 / var(--tw-border-opacity));
}
.\[\&\:not\(\:last-child\)\]\:pb-\[4rem\]:not(:last-child) {
  padding-bottom: 4rem;
}
.\[\&\:not\(\:last-child\)\]\:pb-\[5\.5625rem\]:not(:last-child) {
  padding-bottom: 5.5625rem;
}
@media (max-width: 1280px) {

  .desktopM\:\[\&\:not\(\:last-child\)\]\:pb-\[4rem\]:not(:last-child) {
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {

  .tablet\:\[\&\:not\(\:last-child\)\]\:pb-\[3rem\]:not(:last-child) {
    padding-bottom: 3rem;
  }
}
.\[\&\:nth-child\(8n\+5\)\]\:col-span-full:nth-child(8n+5) {
  grid-column: 1 / -1;
}
.\[\&\:nth-child\(8n\+8\)\]\:col-span-full:nth-child(8n+8) {
  grid-column: 1 / -1;
}
.\[\&\>p\>a\]\:underline>p>a {
  text-decoration-line: underline;
}

.nav {
  position: fixed;
  inset: 0 0 auto 0;
}

@font-face {
font-family: '__atlasGrotesk_d118ea';
src: url(/_next/static/media/953a24bbc1eb00c4-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: '__atlasGrotesk_d118ea';
src: url(/_next/static/media/68b45b3593e7c9e7-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 700;
font-style: normal;
}@font-face {font-family: '__atlasGrotesk_Fallback_d118ea';src: local("Arial");ascent-override: 98.32%;descent-override: 19.61%;line-gap-override: 0.00%;size-adjust: 107.10%
}.__className_d118ea {font-family: '__atlasGrotesk_d118ea', '__atlasGrotesk_Fallback_d118ea'
}.__variable_d118ea {--font-atlas-grotesk: '__atlasGrotesk_d118ea', '__atlasGrotesk_Fallback_d118ea'
}

@font-face {
font-family: '__atlasTypewripter_e62dfc';
src: url(/_next/static/media/6b5744590c9faf5a-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 400;
font-style: normal;
}@font-face {font-family: '__atlasTypewripter_Fallback_e62dfc';src: local("Arial");ascent-override: 75.01%;descent-override: 14.26%;line-gap-override: 0.00%;size-adjust: 140.26%
}.__className_e62dfc {font-family: '__atlasTypewripter_e62dfc', '__atlasTypewripter_Fallback_e62dfc';font-weight: 400;font-style: normal
}.__variable_e62dfc {--font-atlas-typewriter: '__atlasTypewripter_e62dfc', '__atlasTypewripter_Fallback_e62dfc'
}

@font-face {
font-family: '__gtUltraNrd_35ac33';
src: url(/_next/static/media/82d6e31352b5ab44-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 400;
font-style: normal;
}@font-face {font-family: '__gtUltraNrd_Fallback_35ac33';src: local("Arial");ascent-override: 84.58%;descent-override: 18.80%;line-gap-override: 0.00%;size-adjust: 106.41%
}.__className_35ac33 {font-family: '__gtUltraNrd_35ac33', '__gtUltraNrd_Fallback_35ac33';font-weight: 400;font-style: normal
}.__variable_35ac33 {--font-gt-ultra-nrd: '__gtUltraNrd_35ac33', '__gtUltraNrd_Fallback_35ac33'
}

