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

/*
! tailwindcss v3.4.19 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: NeueHaasGrotesk, sans-serif;
  /* 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 {
  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. 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,
kbd,
samp,
pre {
  font-family: DMMono, 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 {
  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-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,
select {
  text-transform: none;
}

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

button,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-top-10 {
  top: -10px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-12 {
  left: 12px;
}

.right-0 {
  right: 0px;
}

.right-20 {
  right: 20px;
}

.top-0 {
  top: 0px;
}

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

.top-48 {
  top: 48px;
}

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

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

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

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

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

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

.z-header {
  z-index: 100;
}

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

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

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

.float-right {
  float: right;
}

.m-auto {
  margin: auto;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

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

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.-mt-12 {
  margin-top: -12px;
}

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

.mb-24 {
  margin-bottom: 24px;
}

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

.mb-36 {
  margin-bottom: 36px;
}

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

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-\[theme\(footerPadding\.sm\)\] {
  margin-top: 72px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/\.45\] {
  aspect-ratio: 1/.45;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-16 {
  height: 16px;
}

.h-24 {
  height: 24px;
}

.h-72 {
  height: 72px;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-144 {
  max-height: 144px;
}

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

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

.w-1 {
  width: 1px;
}

.w-16 {
  width: 16px;
}

.w-24 {
  width: 24px;
}

.w-40 {
  width: 40px;
}

.w-72 {
  width: 72px;
}

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.\!max-w-\[1080px\] {
  max-width: 1080px !important;
}

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.-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-x-\[75\%\] {
  --tw-translate-x: -75%;
  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-\[150px\] {
  --tw-translate-y: -150px;
  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-\[75\%\] {
  --tw-translate-y: -75%;
  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-\[75\%\] {
  --tw-translate-x: 75%;
  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-\[75\%\] {
  --tw-translate-y: 75%;
  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-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-18 {
  gap: 18px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-28 {
  gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-36 {
  gap: 36px;
}

.gap-4 {
  gap: 4px;
}

.gap-48 {
  gap: 48px;
}

.gap-50 {
  gap: 50px;
}

.gap-6 {
  gap: 6px;
}

.gap-60 {
  gap: 60px;
}

.gap-72 {
  gap: 72px;
}

.gap-8 {
  gap: 8px;
}

.gap-x-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(220 226 229 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(138 175 186 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-24 {
  padding: 24px;
}

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

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

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

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-\[theme\(footerPadding\.sm\)\] {
  padding-bottom: 72px;
}

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

.pt-0 {
  padding-top: 0px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-14 {
  padding-top: 14px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-84 {
  padding-top: 84px;
}

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

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

.align-middle {
  vertical-align: middle;
}

.font-mono {
  font-family: DMMono, monospace;
}

.font-sans {
  font-family: NeueHaasGrotesk, sans-serif;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-24 {
  font-size: 24px;
}

.text-28 {
  font-size: 28px;
}

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

.text-\[clamp\(52px\2c 8\.5vw\2c 120px\)\] {
  font-size: clamp(52px, 8.5vw, 120px);
}

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

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-100 {
  line-height: 100%;
}

.leading-120 {
  line-height: 120%;
}

.leading-140 {
  line-height: 140%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[clamp\(52px\2c 8\.5vw\2c 120px\)\] {
  line-height: clamp(52px, 8.5vw, 120px);
}

.tracking-8 {
  letter-spacing: 0.08em;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

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

.text-green {
  --tw-text-opacity: 1;
  color: rgb(138 175 186 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

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

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

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

.duration-300 {
  transition-duration: 300ms;
}

@font-face {
  font-family: "NeueHaasGrotesk";

  src: url('../fonts/NeueHaasGroteskTextPro55Roman.woff2') format('woff2'), url('../fonts/NeueHaasGroteskTextPro55Roman.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "NeueHaasGrotesk";

  src: url('../fonts/NeueHaasGroteskDisplayPro56Italic.woff2') format('woff2'), url('../fonts/NeueHaasGroteskDisplayPro56Italic.woff') format('woff');

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: "NeueHaasGrotesk";

  src: url('../fonts/NeueHaasGroteskDisplayPro65Medium.woff2') format('woff2'), url('../fonts/NeueHaasGroteskDisplayPro65Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

/* latin-ext */

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

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url('../fonts/DMMono-v14-500-ExtendedLatin.woff2') format('woff2');

  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

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

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url('../fonts/DMMono-v14-500-Latin.woff2') format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 500;
}

html {
  scrollbar-gutter: stable;
  /* Be sure to also set variable animationRate in main.js so it matches this value */
  --animation-rate: 0.3;
}

.nav-container {
  padding-inline: 40px;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .nav-container {
    padding-inline: 20px;
  }
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

@media only screen and (min-width: 586px) {
  .container {
    max-width: min(60ch, 100vw - 80px);
    padding-inline: 0;
  }
}

@media only screen and (min-width: 860px) {
  .container {
    max-width: calc(100vw - 80px);
    padding-inline: 0;
  }
}

@media only screen and (min-width: 1521px) {
  .container {
    max-width: 1440px;
  }
}

.logo {
  z-index: 10;
}

lil-header.expanded .logo {
  /* we cannot interleave z-indexes inside and outside the menu dropdown,
  so adding some drop shadow to the logo is the next best thing to handle
  cases where the window is short, the menu is scrolled, and menu items
  overlap the logo */
  transition: filter calc(0.1s * var(--animation-rate)) ease;
  transition-delay: calc(1s * var(--animation-rate));
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
}

.menu-button {
  width: 56px;
  height: 56px;
  position: relative;
  z-index: 10;
  display: block;
}

.menu-button__bar {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 8px)) rotate(0deg);
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
  height: 4px;
  left: 0;
  transition: background-color calc(300ms * var(--animation-rate)) ease calc(400ms * var(--animation-rate)), transform calc(300ms * var(--animation-rate)) ease;
}

lil-header.expanded .menu-button__bar {
  transform: translateY(-50%) rotate(45deg);
  background-color: white;
  transition: background-color calc(300ms * var(--animation-rate)) ease calc(300ms * var(--animation-rate)), transform calc(300ms * var(--animation-rate)) ease;
}

.menu-button__bar:nth-child(2) {
  transform: translateY(calc(-50% - 8px));
}

lil-header.expanded .menu-button .menu-button__bar:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}

lil-header svg {
  transition: color calc(300ms * var(--animation-rate)) ease;
  transition-delay: calc(400ms * var(--animation-rate));
  color: #121212;
}

lil-header a:hover svg {
  color: #8AAFBA;
}

lil-header.expanded svg {
  color: white;
  transition: color calc(300ms * var(--animation-rate)) ease;
  transition-delay: calc(300ms * var(--animation-rate));
}

.nav-menu {
  display: none;
  /* to hide links from tab order; will be turned to flex by js */
  flex-direction: column;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path calc(0.3s * var(--animation-rate)) ease-out, opacity calc(0.3s * var(--animation-rate)) ease-out;
  overflow: auto;
  z-index: 1;
}

.nav-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  gap: 50px;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 1;
  padding-block: 40px;
}

.nav-menu__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(min(100%, 300px), 1fr));
  gap: 15px;
  font-size: clamp(24px, 5vw, 84px);
  line-height: 1;
  font-weight: 500;
}

.nav-menu__spacer {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: 80px;
  min-height: 0;
}

.nav-menu__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity calc(500ms * var(--animation-rate)) ease calc(300ms * var(--animation-rate)), visibility calc(500ms * var(--animation-rate)) ease calc(300ms * var(--animation-rate));
}

lil-header.expanded .nav-menu__overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity calc(500ms * var(--animation-rate)) ease calc(300ms * var(--animation-rate)), visibility calc(500ms * var(--animation-rate)) ease calc(300ms * var(--animation-rate));
}

lil-header.expanded .nav-menu__inner {
  display: flex;
  transition: display calc(500ms * var(--animation-rate)) ease calc(300ms * var(--animation-rate))
}

/*.interactive-link {
  position: relative;
}

.interactive-link:after {
  content: "\00a0";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: .1ch;
  background-color: white;
  transform: scaleX(0);
  transition: transform 350ms ease;
  transform-origin: 100% 100%;
}

.interactive-link:hover:after, a:hover .interactive-link:after {
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform 350ms ease;
}

.interactive-link.dark:after {
  @apply bg-black;
}

.interactive-link.reverse:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}

.interactive-link.reverse:hover:after, a:hover .interactive-link.reverse:after {
  transform: scaleX(0);
  transform-origin: 100% 100%;
}*/

/* mimics .interactive-link pseudo-underlining, in a way that works on wrapping text */

/*.interactive-link-inline:hover, .interactive-link-inline.reverse {
  text-decoration: underline;
  text-decoration-thickness: .1ch;
  text-underline-offset: 5px;
}

.interactive-link-inline.reverse:hover {
  text-decoration: none;
}*/

.interactive-link, .interactive-link-inline  {
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-size: 100% 0;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease;
}

.interactive-link:hover, .interactive-link-inline:hover {
  background-size: 100% .1ch;
}

.interactive-link.dark, .interactive-link-inline.dark {
  background-image: linear-gradient(#121212, #121212);
}

.interactive-link.reverse, .interactive-link-inline.reverse {
  background-size: 100% .1ch;
}

.interactive-link.reverse:hover, .interactive-link-inline.reverse:hover {
  background-size: 100% 0;
}

.label-value {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.label, .page-hero__eyebrow {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.label-value .value {
  font-size: 24px;
  line-height: 115%;
}

.page-hero__eyebrow {
  margin-bottom: 24px;
}

.page-hero {
  padding-bottom: 72px;
  border-bottom: 1px solid #121212;
  margin-bottom: 72px;
  padding-top: 120px;
}

.page-hero__title {
  font-size: clamp(52px, 12vw, 84px);
  font-weight: 500;
  line-height: 100%;
  padding-bottom: 36px;
}

.page-hero__subtitle {
  font-size: 36px;
  line-height: 120%;
  max-width: 950px;
}

.page-hero.simple {
  margin-bottom: 0;
  padding-bottom: 72px;
  border-bottom: 0;
}

.page-hero.simple .page-hero__subtitle {
  max-width: 980px;
}

.page-hero.project {
  padding-bottom: 60px;
}

.page-hero.project .page-hero__title {
  padding-bottom: 16px;
}

/* Align large heading text flush with left side of page content */

.page-hero__title {
  margin-left: -0.05em;
}

.page-hero.events {
  padding-bottom: 0;
}

.page-hero.events .page-hero__title {
  padding-bottom: 72px;
}

.our_work .page-hero {
  padding-bottom: 72px;
}

.our_work .page-hero__title {
  padding-bottom: 0;
}

.body-text, .expandable__content {
  font-size: 24px;
  line-height: 140%;
}

.h1 {
  font-size: clamp(64px, 12vw, 140px);
  font-weight: 500;
  line-height: 100%;
}

.h2 {
  font-size: 50px;
  line-height: 115%;
  font-weight: 500;
}

.card-link:after {
  content: "\00a0";
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
}

.expandable {
  border-bottom: 1px solid #121212;
  display: block;
}

.expandable:last-of-type {
  border-bottom: 0;
}

.expandable__toggle {
  padding-block: 30px;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.expandable__toggle--title {
  max-width: 450px;
  text-align: left;
  line-height: 120%;
  flex: 1;
}

.expandable__icon {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 1.5px solid #121212;
  position: relative;
  transition: transform calc(500ms * var(--animation-rate)) ease;
}

.expandable__icon span {
  width: 18px;
  height: 1.5px;
  background: #121212;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform calc(500ms * var(--animation-rate)) ease;
}

.expandable__icon span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform calc(500ms * var(--animation-rate)) ease;
}

.expandable__toggle:hover .expandable__icon {
  transform: rotate(90deg);
  transition: transform calc(500ms * var(--animation-rate)) ease;
}

.expandable.expanded .expandable__icon {
  transform: rotate(90deg);
  transition: transform calc(500ms * var(--animation-rate)) ease;
}

.expandable.expanded .expandable__icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform calc(500ms * var(--animation-rate)) ease;
}

.expandable__content {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.expandable__content--inner {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 800px;
}

html.is-changing .transition-main {
  transition: opacity calc(350ms * var(--animation-rate)) ease-in-out;
}

html.is-animating .transition-main {
  opacity: 0;
}

@media (max-width: 859px) {
  .page-hero {
    padding-bottom: 36px;
    margin-bottom: 36px;
    padding-top: 60px;
  }

  .page-hero__subtitle {
    font-size: 28px;
  }

  .page-hero.events {
    padding-bottom: 0;
  }

  .page-hero.events .page-hero__title {
    padding-bottom: 36px;
  }

  .page-hero.project {
    padding-bottom: 40px;
  }

  .page-hero.project .page-hero__title {
    margin-left: -4px;
  }

  .body-text, .expandable__content {
    font-size: 18px;
  }

  .h2 {
    font-size: 28px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .menu-button__bar {
    transform: translateY(calc(-50% + 6px)) rotate(0deg);
    height: 3px;
  }

  .menu-button__bar:nth-child(2) {
    transform: translateY(calc(-50% - 6px));
  }

  .label, .page-hero__eyebrow {
    font-size: 16px;
  }

  .label-value .value {
    font-size: 18px;
  }

  .nav-menu__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
  }

  .page-hero__title {
    padding-bottom: 24px;
  }

  /*  .interactive-link {
    text-decoration: underline;
  }

  .interactive-link:after {
    display: none;
  }*/

  .nav-menu__list a, .footer-nav a {
    text-decoration: none;
  }

  .expandable__toggle {
    font-size: 16px;
    padding-block: 16px;
  }

  .expandable__toggle--title {
    max-width: 300px;
  }

  .expandable__icon {
    width: 28px;
    height: 28px;
  }

  .expandable__icon span {
    width: 14px;
  }

  .expandable__content--inner {
    padding-bottom: 32px;
    padding-top: 10px;
  }
}

@media (prefers-reduced-motion) {
  *, *:after, *:before {
    transition: none !important;
  }
}

.content-with-lists > ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: disc;
  padding-left: 20px;
}

.focus\:border-\[blue\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 255 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

.peer:-moz-placeholder ~ .peer-placeholder-shown\:hidden {
  display: none;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:hidden {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .motion-safe\:animate-spin {
    animation: rotate 30s linear infinite;
  }
}

@media (min-width: 586px) {
  .sm\:left-0 {
    left: 0px;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

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

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

  .sm\:grid {
    display: grid;
  }

  .sm\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

  .sm\:max-w-\[88\%\] {
    max-width: 88%;
  }

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

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

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

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

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

  .sm\:gap-100 {
    gap: 100px;
  }

  .sm\:gap-20 {
    gap: 20px;
  }

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

  .sm\:gap-y-10 {
    row-gap: 10px;
  }

  .sm\:gap-y-26 {
    row-gap: 26px;
  }

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

  .sm\:pb-132 {
    padding-bottom: 132px;
  }

  .sm\:pb-40 {
    padding-bottom: 40px;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-60 {
    padding-top: 60px;
  }

  .sm\:pt-96 {
    padding-top: 96px;
  }

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

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

  .sm\:text-16 {
    font-size: 16px;
  }

  .sm\:leading-\[100\%\] {
    line-height: 100%;
  }
}

@media (min-width: 860px) {
  .tbl\:top-52 {
    top: 52px;
  }

  .tbl\:mb-24 {
    margin-bottom: 24px;
  }

  .tbl\:mb-36 {
    margin-bottom: 36px;
  }

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

  .tbl\:mt-12 {
    margin-top: 12px;
  }

  .tbl\:grid {
    display: grid;
  }

  .tbl\:h-136 {
    height: 136px;
  }

  .tbl\:max-h-\[300px\] {
    max-height: 300px;
  }

  .tbl\:w-136 {
    width: 136px;
  }

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

  .tbl\:-translate-x-\[60\%\] {
    --tw-translate-x: -60%;
    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));
  }

  .tbl\:-translate-y-\[60\%\] {
    --tw-translate-y: -60%;
    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));
  }

  .tbl\:translate-x-\[60\%\] {
    --tw-translate-x: 60%;
    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));
  }

  .tbl\:translate-y-\[60\%\] {
    --tw-translate-y: 60%;
    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));
  }

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

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

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

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

  .tbl\:gap-24 {
    gap: 24px;
  }

  .tbl\:gap-32 {
    gap: 32px;
  }

  .tbl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .tbl\:p-72 {
    padding: 72px;
  }

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

  .tbl\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tbl\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tbl\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .tbl\:pb-24 {
    padding-bottom: 24px;
  }

  .tbl\:pt-0 {
    padding-top: 0px;
  }

  .tbl\:pt-120 {
    padding-top: 120px;
  }

  .tbl\:pt-24 {
    padding-top: 24px;
  }

  .tbl\:pt-36 {
    padding-top: 36px;
  }

  .tbl\:pt-60 {
    padding-top: 60px;
  }

  .tbl\:pt-72 {
    padding-top: 72px;
  }

  .tbl\:text-16 {
    font-size: 16px;
  }

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

@media (min-width: 992px) {
  .md\:-right-30 {
    right: -30px;
  }

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

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

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

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

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

  .md\:mb-12 {
    margin-bottom: 12px;
  }

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

  .md\:mb-72 {
    margin-bottom: 72px;
  }

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

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

  .md\:mt-\[theme\(footerPadding\.md\)\] {
    margin-top: 96px;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-165 {
    height: 165px;
  }

  .md\:w-165 {
    width: 165px;
  }

  .md\:w-40 {
    width: 40px;
  }

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

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

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

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

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

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

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

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

  .md\:gap-100 {
    gap: 100px;
  }

  .md\:gap-120 {
    gap: 120px;
  }

  .md\:gap-20 {
    gap: 20px;
  }

  .md\:gap-24 {
    gap: 24px;
  }

  .md\:gap-30 {
    gap: 30px;
  }

  .md\:gap-32 {
    gap: 32px;
  }

  .md\:gap-36 {
    gap: 36px;
  }

  .md\:gap-40 {
    gap: 40px;
  }

  .md\:gap-48 {
    gap: 48px;
  }

  .md\:gap-50 {
    gap: 50px;
  }

  .md\:gap-60 {
    gap: 60px;
  }

  .md\:gap-72 {
    gap: 72px;
  }

  .md\:gap-80 {
    gap: 80px;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md\:gap-y-24 {
    row-gap: 24px;
  }

  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .md\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .md\:pb-120 {
    padding-bottom: 120px;
  }

  .md\:pb-228 {
    padding-bottom: 228px;
  }

  .md\:pb-48 {
    padding-bottom: 48px;
  }

  .md\:pb-60 {
    padding-bottom: 60px;
  }

  .md\:pb-72 {
    padding-bottom: 72px;
  }

  .md\:pb-96 {
    padding-bottom: 96px;
  }

  .md\:pb-\[theme\(footerPadding\.md\)\] {
    padding-bottom: 96px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-156 {
    padding-top: 156px;
  }

  .md\:pt-20 {
    padding-top: 20px;
  }

  .md\:pt-36 {
    padding-top: 36px;
  }

  .md\:pt-60 {
    padding-top: 60px;
  }

  .md\:pt-72 {
    padding-top: 72px;
  }

  .md\:pt-84 {
    padding-top: 84px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-50 {
    font-size: 50px;
  }

  .md\:text-54 {
    font-size: 54px;
  }

  .md\:tracking-\[0\.07em\] {
    letter-spacing: 0.07em;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 1030px) {
  .lg\:-right-60 {
    right: -60px;
  }

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

  .lg\:grid {
    display: grid;
  }

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

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

  .lg\:gap-36 {
    gap: 36px;
  }

  .lg\:gap-x-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:pt-48 {
    padding-top: 48px;
  }
}

@media (min-width: 1300px) {
  .xl\:grid {
    display: grid;
  }

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

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

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

  .xl\:gap-48 {
    gap: 48px;
  }

  .xl\:gap-x-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}
