/*
! tailwindcss v3.2.7 | 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: #e5e7eb;
  /* 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.
*/

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.\!-bottom-\[2\.5rem\] {
  bottom: -2.5rem !important;
}

.-bottom-\[22rem\] {
  bottom: -22rem;
}

.-top-\[100vh\] {
  top: -100vh;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-1\/4 {
  left: 25%;
}

.right-0 {
  right: 0px;
}

.right-1\/4 {
  right: 25%;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-\[49rem\] {
  margin-bottom: -49rem;
}

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

.-mr-\[3rem\] {
  margin-right: -3rem;
}

.-mt-4 {
  margin-top: -1rem;
}

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

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

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

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

.mb-\[0\.1rem\] {
  margin-bottom: 0.1rem;
}

.mb-\[0\.2rem\] {
  margin-bottom: 0.2rem;
}

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}

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

.mb-\[3rem\] {
  margin-bottom: 3rem;
}

.mb-\[4rem\] {
  margin-bottom: 4rem;
}

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

.ml-\[28\.5\%\] {
  margin-left: 28.5%;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mr-\[28\.5\%\] {
  margin-right: 28.5%;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

.mt-\[12rem\] {
  margin-top: 12rem;
}

.mt-\[1rem\] {
  margin-top: 1rem;
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

.mt-\[6rem\] {
  margin-top: 6rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

.h-36 {
  height: 9rem;
}

.h-\[1\.2rem\] {
  height: 1.2rem;
}

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.w-\[1\.5rem\] {
  width: 1.5rem;
}

.w-\[14rem\] {
  width: 14rem;
}

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.max-w-xl {
  max-width: 36rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.rounded-\[0\.7rem\] {
  border-radius: 0.7rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.rounded-\[3rem\] {
  border-radius: 3rem;
}

.bg-\[\#333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

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

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

.bg-dark-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(43 31 40 / var(--tw-bg-opacity));
}

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

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.from-dark {
  --tw-gradient-from: #121010;
  --tw-gradient-to: rgb(18 16 16 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.p-8 {
  padding: 2rem;
}

.p-\[1\.5rem\] {
  padding: 1.5rem;
}

.p-\[2\.4rem\] {
  padding: 2.4rem;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[2rem\] {
  padding: 2rem;
}

.p-\[3rem\] {
  padding: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pb-\[4rem\] {
  padding-bottom: 4rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-\[3\.5rem\] {
  padding-left: 3.5rem;
}

.pl-\[7rem\] {
  padding-left: 7rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-\[10rem\] {
  padding-top: 10rem;
}

.pt-\[12rem\] {
  padding-top: 12rem;
}

.pt-\[6rem\] {
  padding-top: 6rem;
}

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

.font-Poppins {
  font-family: "Source Code Pro", sans-serif;
}

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

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

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

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

.text-\[2\.9rem\] {
  font-size: 2.9rem;
}

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

.text-\[3\.5rem\] {
  font-size: 3.5rem;
}

.text-\[4rem\] {
  font-size: 4rem;
}

.text-\[5\.5rem\] {
  font-size: 5.5rem;
}

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

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.6rem\] {
  line-height: 1.6rem;
}

.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}

.leading-\[2\.9rem\] {
  line-height: 2.9rem;
}

.leading-\[2rem\] {
  line-height: 2rem;
}

.leading-\[4rem\] {
  line-height: 4rem;
}

.leading-\[5\.5rem\] {
  line-height: 5.5rem;
}

.leading-\[5rem\] {
  line-height: 5rem;
}

.leading-loose {
  line-height: 2;
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(242 237 235 / var(--tw-text-opacity));
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgb(233 6 81 / var(--tw-text-opacity));
}

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

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'IBM Plex Mono', sans-serif;
}

html {
  font-size: calc(14 / 360 * 100vw);
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 760px) {
  html {
    font-size: calc(14 / 760 * 100vw);
  }
}

@media (min-width: 640px) {
  html {
    font-size: calc(14 / 640 * 100vw);
  }

  .container {
    max-width: 60rem;
  }
}

@media (min-width: 768px) {
  html {
    font-size: calc(14 / 1440 * 100vw);
  }
}

@media (min-width: 1088px) {
  .container {
    max-width: 75rem;
  }
}

* {
  /* anti aliasing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

spline-viewer, video{
  pointer-events: none;
  width: 100vw;
  aspect-ratio: 16/12;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.spline-cont {
  aspect-ratio: 16/9;
}

.background{
  aspect-ratio: 16/5;
}

.dark-cube{
  filter: hue-rotate(48deg) brightness(1.5) saturate(0);
}

.c1 {
  top: -14rem;
  left: 53%;
}

.c2 {
  top: -9rem;
  left: 62%;
}

.c3 {
  top: -4rem;
  left: 71%;
}

.c4 {
  top: 1rem;
  left: 80%;
}

.c5 {
  top: 6rem;
  left: 89%;
}

.c6 {
  top: 11rem;
  left: 80%;
}

.c7 {
  top: 16rem;
  left: 71%;
}

.white-box{
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: 30% 200%;
}

.heart{
  aspect-ratio: 18/12;
}

.pulse-heart{
  animation: heart 1s ease-in-out;
  animation-iteration-count: 2;
}

.a-delay-1{
  animation-delay: 0.2s !important;
}

.a-delay-2{
  animation-delay: 0.4s !important;
}

.a-delay-3{
  animation-delay: 0.6s !important;
}

.a-delay-4{
  animation-delay: 0.8s !important;
}

@keyframes heart {
  0% {
    transform: translateX(-50%) translateY(0%);
  }

  50% {
    transform: translateX(-50%) translateY(-10%);
  }

  100% {
    transform: translateX(-50%) translateY(0%);
  }
}

.partner{
  aspect-ratio: 16/12;
  padding: 1.8rem;
  margin: 0 auto;
}

.project{
  aspect-ratio: 12/16;
}

.project .img-overflow{
  background: linear-gradient(180deg, rgba(21, 20, 21, 0.75) 0%, rgba(92, 92, 92, 0.00) 50%, rgba(21, 20, 21, 0.75) 100%);
}

.people{
  aspect-ratio: 36/12;
}

.map, .contact{
  aspect-ratio: 20/12;
}

img.partner{
  max-height: 8rem !important;
  max-width: 10rem !important;
}

#hero-animation{
  position: relative;
}

.slogan-cont{
  transform: translateY(-90%);
  left: 150px;
  top: 50%;
  position: absolute;
}

.small{
  color: rgba(255, 255, 255, 0.5);
  font-family: 'IBM Plex Mono', sans-serif;
  font-weight: 500;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  display: inline-block;
}

h1{
  z-index: 100;
  pointer-events: none;
  font-family: 'IBM Plex Mono', sans-serif;
  color:#fff;
  font-size: 6rem;
  line-height: 5rem;
  font-weight: 900;
  margin: 0;
}

h1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60rem;
  /* Width of the ellipse */
  height: 30rem;
  /* Height of the ellipse */
  background: rgba(0, 0, 0, 0.5);
  /* Transparent pink color */
  border-radius: 50%;
  /* Make it elliptical */
  filter: blur(50px);
  /* Add a blur for soft edges */
  transform: translate(-50%, -50%);
  transition: opacity;
  transition-duration: 0.6s;
  z-index: -1;
  /* Place the ellipse behind the text */
  opacity: 0;
}

h1.animated::before{
  opacity: 1;
}

.pink{
  color: #FD0051
}

#hero-animation {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
}

body {
  margin: 0;
  background: #121010;
  min-height: 200vh;
  /* Keep this to enable scrolling */
}

.slogan-cont {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50vh);
  z-index: 10;
  color: #ffffff;
}

.slogan-cont .small {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 1rem;
}

.slogan-cont h1 {
  font-size: 5.5rem;
  line-height: 5rem;
  font-weight: 900;
}

.slogan-cont .pink {
  color: #E90651;
}

.about-box{
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.gradient{
  background: rgb(18,16,16);
  background: linear-gradient(0deg, rgba(18,16,16,1) 0%, rgba(18,16,16,0.013064600840336116) 87%, rgba(18,16,16,0) 100%);
}

.bottom-gradient{
  opacity: 0;
  background: rgb(233,6,81);
  background: radial-gradient(circle, rgba(233,6,81,0) 0%, rgba(0,0,0,0.013064600840336116) 9%, rgba(233,6,81,1) 80%);
}

.footer-seen .bottom-gradient{
  opacity: 1;
}

[data-scramble]{
  opacity: 0;
}

[data-scramble].animated{
  opacity: 1;
}

.heart-canvas {
  width: 130%;
  transform: translateX(-25%) translateY(-10%) scale(1.2);
  aspect-ratio: 400/320;
  cursor: pointer;
  margin: 0 auto;
}

.heart-cont{
  transition-delay: 500ms;
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  filter: brightness(0.1);
  mix-blend-mode: lighten;
}

.heart-cont.pop-heart{
  filter: brightness(1);
}

.lights-out{
  transform: scale(0.9) translateY(50px);
  box-shadow: none;
}

.lights-out.lights-on{
  filter: brightness(1);
  transform: scale(1);
  box-shadow: 0 35px 7rem -15px rgba(233, 6, 81, 0.6);
}

.partner-cont{
  perspective: 1000px;
}

.partner-cont div{
  aspect-ratio: 16/9;
}

.partner, .flip-animation, .about-logo, .from-dark{
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transform: translateZ(-200px);
  opacity: 0.3;
  filter: brightness(0.3);
}

.animation-perspective{
  transform-style: preserve-3d;
  perspective: 1000px;
}

.animation-perspective-smaller{
  transform-style: preserve-3d;
  perspective: 500px;
}

.partner.flip-up, .flip-animation.flip-up, .about-logo.pop, .from-dark.pop{
  opacity: 1;
  transform: translateZ(0);
  filter: brightness(1);
}

.cube-scene {
  width: 100%;
  aspect-ratio: 16/9;
}

.white-box #multi-scene{
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transform: translateY(100px);
  opacity: 0;
}

.white-box.animated #multi-scene{
  transform: translateY(0);
  opacity: 1;
}

.shadow-cont{
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  background: #2b1f28;
  transform: translateZ(-200px);
  opacity: 0.5;
  filter: brightness(0.5);
}

.shadow-cont.pop{
  opacity: 1;
  transform: translateZ(0);
  filter: brightness(1);
}

#map-container {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  transform-style: preserve-3d;
}

.leaflet-control-container {
  transform: rotateX(-60deg) rotateZ(45deg);
  transform-origin: center center;
  position: relative;
  z-index: 1000;
}

.leaflet-control-attribution {
  display: none;
}

/* Base project card and clone styles */

.project-card, .project-clone {
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background: #121010;
}

/* Background image styles */

.project-card img:not(.project-logo),
.project-clone img:not(.project-logo) {
  transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.project-card.expanded .project-bg,
.project-clone.expanded .project-bg {
  opacity: 0.3;
  transform: scale(1.1);
}

/* Logo styles */

/* Info section styles */

.project-card.expanded .info,
.project-clone.expanded .info {
}

/* Content styles */

.project-content {
  opacity: 0;
}

.project-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.project-card.expanded .project-content{
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.project-clone.expanded .project-content{
  opacity: 1;
  transform: translateY(0);
}

/* Close button styles */

.project-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10000;
  transition: background-color 0.3s ease;
}

.project-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Overlay styles */

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 9998;
}

.page-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Utility classes */

body.project-expanded {
  overflow: hidden;
}

.w-1\/3.animation-perspective {
  overflow: visible !important;
}

.cubic-anim{
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.project-clone {
  will-change: transform, width, height;
  transform-origin: 0 0;
}

.project-clone img.object-cover, .project-clone .img-overflow{
  border-radius: 2rem;
}

.project-close {
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.project-close:hover {
  transform: scale(1.1);
}

.project-clone .project-content {
  opacity: 0;
  transform: translateY(-200%);
  overflow: hidden;
}

/* Add smooth transition for content height */

.project-clone.expanded .project-content {
  transition-delay: 1000ms;
  opacity: 1;
  transform: translateY(0);
}

/* Ensure expanded card doesn't have overflow hidden */

.project-clone.expanded {
  overflow: visible !important;
}

*::-moz-selection{
  background: #E90651;
  color: #121010;
}

*::selection{
  background: #E90651;
  color: #121010;
}

.\[\&\>li\]\:mb-4>li {
  margin-bottom: 1rem;
}

.\[\&\>li\]\:text-light>li {
  --tw-text-opacity: 1;
  color: rgb(242 237 235 / var(--tw-text-opacity));
}