@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Tailwind entry for The Curiosity Labs theme */

*, ::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.18 | 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.
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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

body {
  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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  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: #D9E0E9;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #D9E0E9;
  /* 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;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.\!bottom-0{
  bottom: 0px !important;
}

.\!left-auto{
  left: auto !important;
}

.\!right-3{
  right: 0.75rem !important;
}

.\!top-auto{
  top: auto !important;
}

.-bottom-\[12px\]{
  bottom: -12px;
}

.-bottom-\[135px\]{
  bottom: -135px;
}

.-bottom-\[17px\]{
  bottom: -17px;
}

.-left-\[10px\]{
  left: -10px;
}

.-left-\[18px\]{
  left: -18px;
}

.-right-0{
  right: -0px;
}

.-right-\[16px\]{
  right: -16px;
}

.-right-\[17px\]{
  right: -17px;
}

.-right-\[20px\]{
  right: -20px;
}

.-top-32{
  top: -8rem;
}

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

.-top-\[15px\]{
  top: -15px;
}

.-top-\[18px\]{
  top: -18px;
}

.-top-\[2px\]{
  top: -2px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-2{
  bottom: 0.5rem;
}

.left-0{
  left: 0px;
}

.left-10{
  left: 2.5rem;
}

.left-2{
  left: 0.5rem;
}

.left-\[0\]{
  left: 0;
}

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

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-2{
  right: 0.5rem;
}

.right-full{
  right: 100%;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-16{
  top: 4rem;
}

.top-24{
  top: 6rem;
}

.top-5{
  top: 1.25rem;
}

.top-8{
  top: 2rem;
}

.top-\[0\%\]{
  top: 0%;
}

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

.top-\[50\%\]{
  top: 50%;
}

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

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

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

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

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

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

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

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

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

.m-auto{
  margin: auto;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.-mt-20{
  margin-top: -5rem;
}

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

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

.mb-1{
  margin-bottom: 0.25rem;
}

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

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

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

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

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

.mb-3{
  margin-bottom: 0.75rem;
}

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

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

.ml-0{
  margin-left: 0px;
}

.mr-0{
  margin-right: 0px;
}

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

.mt-10{
  margin-top: 2.5rem;
}

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

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

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

.mt-28{
  margin-top: 7rem;
}

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

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

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.\!aspect-auto{
  aspect-ratio: auto !important;
}

.\!h-\[440px\]{
  height: 440px !important;
}

.\!h-\[586px\]{
  height: 586px !important;
}

.h-2{
  height: 0.5rem;
}

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

.max-h-screen{
  max-height: 100vh;
}

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

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

.\!w-\[calc\(100\%-25px\)\]{
  width: calc(100% - 25px) !important;
}

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

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

.w-2{
  width: 0.5rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-4{
  width: 1rem;
}

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

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

.w-\[385vw\]{
  width: 385vw;
}

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-x-0{
  --tw-translate-x: -0px;
  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-x-full{
  --tw-translate-x: -100%;
  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-0{
  --tw-translate-y: 0px;
  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-5{
  --tw-translate-y: 1.25rem;
  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-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

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

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.bg-black\/20{
  background-color: rgb(26 26 31 / 0.2);
}

.bg-black\/40{
  background-color: rgb(26 26 31 / 0.4);
}

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

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
}

.bg-tint{
  --tw-bg-opacity: 1;
  background-color: rgb(11 238 219 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

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

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

.bg-\[linear-gradient\(to_top\2c \#000000_0\%\2c \#00000015_20\%\2c transparent_100\%\)\]{
  background-image: linear-gradient(to top,#000000 0%,#00000015 20%,transparent 100%);
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/20{
  --tw-gradient-from: rgb(26 26 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.fill-white{
  fill: #ffffff;
}

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

.p-6{
  padding: 1.5rem;
}

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

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

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.px-\[34px\]{
  padding-left: 34px;
  padding-right: 34px;
}

.px-\[52px\]{
  padding-left: 52px;
  padding-right: 52px;
}

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

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

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

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\!pr-0{
  padding-right: 0px !important;
}

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

.pb-12{
  padding-bottom: 3rem;
}

.pb-24{
  padding-bottom: 6rem;
}

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

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

.pb-\[1px\]{
  padding-bottom: 1px;
}

.pl-0{
  padding-left: 0px;
}

.pl-24{
  padding-left: 6rem;
}

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

.pl-\[26px\]{
  padding-left: 26px;
}

.pr-16{
  padding-right: 4rem;
}

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

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

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

.pt-20{
  padding-top: 5rem;
}

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

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

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

.font-inter{
  font-family: Inter, sans-serif;
}

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

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

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

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

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

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

.text-lg{
  font-size: 1.563rem;
  line-height: 2.3rem;
}

.text-md{
  font-size: 1.375rem;
  line-height: 1.8rem;
}

.text-sm{
  font-size: 1.188rem;
  line-height: 1.8rem;
}

.text-xl{
  font-size: 2.438rem;
  line-height: 2.938rem;
}

.text-xs{
  font-size: 0.875rem;
  line-height: 1.2rem;
}

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

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

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

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

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

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

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

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

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

.leading-\[18px\]{
  line-height: 18px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[36px\]{
  line-height: 36px;
}

.leading-\[40px\]{
  line-height: 40px;
}

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

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

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}

.text-tint{
  --tw-text-opacity: 1;
  color: rgb(11 238 219 / var(--tw-text-opacity, 1));
}

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

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

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

.opacity-0{
  opacity: 0;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-35{
  opacity: 0.35;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-\[0\.5\]{
  opacity: 0.5;
}

.opacity-\[1\]{
  opacity: 1;
}

.shadow-\[0_8px_20px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 8px 20px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}

.transition-transform{
  transition-property: transform;
  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-\[300ms\]{
  transition-duration: 300ms;
}

.duration-\[350ms\]{
  transition-duration: 350ms;
}

.duration-\[450ms\]{
  transition-duration: 450ms;
}

.duration-\[600ms\]{
  transition-duration: 600ms;
}

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

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

.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}

/* Add theme-specific utilities or component overrides below */

body{
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}

@media (min-width: 767px){
  body{
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

.container{
  margin: auto;
  max-width: 1160px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 767px){
  .container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.container-fluid{
  padding-left: 2rem;
  padding-right: 2rem;
}

strong{
  font-weight: 600;
}

p{
  margin-bottom: 2rem;
}

@media (min-width: 1366px){
  p{
    margin-bottom: 1.25rem;
  }
}

p:last-child{
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6{
  font-family: Inter, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}

/* Parallax section */

.parallax-section{
  position: relative;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

@media (min-width: 1600px){
  .parallax-section{
    max-height: 100%;
  }
}

.parallax-section:after{
  position: absolute;
  inset: 0px;
  z-index: 2;
  background-color: rgb(26 26 31 / 0.4);
  --tw-content: '';
  content: var(--tw-content);
}

.vimeo-bg{
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150vh;
  width: 385vw;
  --tw-translate-x: -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));
}

/* Overlay */

.overlay{
  position: absolute;
  inset: 0px;
  background-color: rgb(26 26 31 / 0.4);
}

/* Caption */

.item-caption{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 200;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1366px){
  .item-caption{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.video-arrow,
.video-play{
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* BEFORE ELEMENT */

.video-arrow::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  --tw-translate-x: -0px;
  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));
  background-color: rgb(26 26 31 / 0.8);
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.video-arrow::after {
  content: '';
  position: absolute;
  inset: 0px;
  top: 0px;
  --tw-translate-x: -100%;
  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));
  background-color: rgb(255 255 255 / 0.8);
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

/* HOVER ANIMATION */

.video-arrow:hover::before,
.video-card:hover .video-arrow::before {
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 100%;
  --tw-translate-x: -0px;
  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));
  background-color: transparent
}

.video-arrow:hover::after,
.video-card:hover .video-arrow::after{
  --tw-translate-x: -0px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.video-arrow svg{
  position: relative;
  z-index: 10;
}

.video-play svg{
  width: 1rem;
}

.video-arrow svg path{
  fill: #ffffff;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.video-arrow:hover svg path, .video-card:hover .video-arrow svg path{
  fill: #1A1A1F;
}

.video-carousel .owl-item.cloned{
  opacity: 0.3;
}

.slider{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 100%;
}

@media (min-width: 767px){
  .slider{
    margin-top: 0px;
  }
}

.stage-outer{
  overflow: hidden;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 767px){
  .stage-outer{
    padding-left: 100px;
    padding-right: 100px;
  }
}

.stage{
  display: flex;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.item{
  flex-shrink: 0;
  opacity: 0.35;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.item:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top,#000000 0%,#00000015 20%,transparent 100%);
}

.item.active{
  opacity: 1;
}

.item img{
  position: relative;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.three-column-section p{
  margin-bottom: 2rem;
}

.nav{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  height: 40px;
  width: 40px;
  --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));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 8px 20px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.nav:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(11 238 219 / var(--tw-bg-opacity, 1));
}

.arrow-container {
  display: flex;
  align-items: center;
  position: relative;
  transform: translateX(0);
}

.nav.next {
  justify-content: flex-start;
}

.nav.prev {
  justify-content: flex-end;
}

.arrow-icon {
  min-width:40px;
  height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nav svg {
  width: 24px;
  height: 24px;
  stroke: #333;
  transition: stroke 0.3s ease;
}

.nav:hover svg {
  stroke: white;
}

.nav.prev svg {
  transform: rotate(180deg);
}

.gradient-20:before{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(26 26 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.nav.disabled{
  cursor: default;
  opacity: 0;
}

.prev{
  left: 0.5rem;
}

@media (min-width: 767px){
  .prev{
    left: 2.5rem;
  }
}

.next{
  right: 0.5rem;
}

@media (min-width: 767px){
  .next{
    right: 2.5rem;
  }
}

.dots{
  margin-top: 2.5rem;
  margin-right: 0px;
  display: flex;
  justify-content: center;
}

@media (min-width: 767px){
  .dots{
    justify-content: flex-end;
  }
}

@media (min-width: 1600px){
  .dots{
    margin-right: 6rem;
  }
}

.dots .dot {
  /* Base State: Small, faded dot */
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgb(26 26 31 / 0.2);
  /* CRITICAL: Apply transitions to the properties that will animate (transform and background) */
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  /* Using a standard fluid easing curve */
  /* Ensure transformation origin is center */
  transform-origin: center;
  /* Base Scale: Start at normal size */
  transform: scale(1);
}

.dots .dot.active{
  height: 0.5rem;
  width: 23px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
}

.dots .dot:hover:not(.active) {
  transform: scale(1.4);
  background-color: rgb(26 26 31 / 0.5);
}

.video-description{
  line-height: 125%;
}

@media (min-width: 767px){
  .video-description{
    line-height: 155%;
  }
}

.desc-long {
  display: none;
  margin-top: 8px;
}

.slider .item:after{
  content:'';
  background:rgba(26, 26, 31, 0.5);
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  position:absolute;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

.slider .item.is-active::after{
  opacity:1;
  visibility: visible;
}

.desc-toggle{
  margin-top: 0.5rem;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.desc-toggle:hover{
  --tw-text-opacity: 1;
  color: rgb(11 238 219 / var(--tw-text-opacity, 1));
}

.expand-section{
  position: relative;
  min-height: 333px;
}

@media (min-width: 767px){
  .expand-section{
    min-height: 450px;
  }
}

/* Right-half white panel for expand sections.
     Width controlled by --expand-right-width (default 50%).
*/

.expand-section {
  --expand-right-width: 50%;
}

.expand-right{
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 70px;
  bottom: 0px;
  z-index: 0;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 767px){
  .expand-right{
    width: 50%;
  }
}

.expand-bg{
  right: 0.75rem !important;
  width: calc(100% - 25px) !important;
}

@media (min-width: 767px){
  .expand-bg{
    width: 50% !important;
  }
}

@media (min-width: 1024px){
  .expand-bg{
    right: 0px !important;
  }
}

/* .expand-bg::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: var(--expand-right-width);
    background: #ffffff;
    z-index: 0; /* behind content 
    pointer-events: none;
} */

.expand-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

@media (min-width: 767px){
  .expand-bg{
    width: 100%;
    background-color: transparent;
  }
}

.expand-bg .content ul li{
  margin-bottom: 0.5rem;
}

.expand-content{
  position: absolute;
  top: 0%;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  --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));
  flex-direction: column;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
}

.gray-halfbg{
  position: relative;
}

.gray-halfbg:before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 767px){
  .gray-halfbg:before{
    width: 75%;
  }
}

.fade-in-section{
  --tw-translate-y: 1.25rem;
  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));
  opacity: 0;
  transition-property: opacity;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.fade-in-section.is-visible{
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.video-card{
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  line-height: 0;
}

/* 1. Ensure the First Section (Header) is Full Screen */

.parallax-section {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Set to one full viewport height */
  overflow: hidden;
  /* FIX: Add a background color fallback in case the video doesn't load */
  background-color: #222;
}

/* 2. Positioning the Second Section (The one with the gray bar) */

.expand-section {
  position: relative;
  /* Must be relative to flow normally after the header */
  width: 100%;
  /* Ensure this section has a height so the content can be positioned within it */
  z-index: 2;
  /* Ensure it overlaps the video when scrolling */
  display: flex;
  align-items: center;
}

/* 3. The Expandable Background (.expand-bg - the gray bar in your image) */

.expand-bg {
  position: absolute;
  bottom: 0;
  /* Make it expand upwards from the bottom of the expand-section */
  left: 0;
  width: 100%;
  /* The height is controlled by your JS: height: 20% to 100% */
}

/* 4. Overlay for Header Readability (Car Image Look) */

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* You also need the CSS for .video-caption and .footer-caption from the previous reply */

/* .video-card:before{
    @apply content-[''] absolute inset-0 bg-white opacity-0 transition-all duration-[300ms] ease-out; /* Increased duration for smoother slide */

/* 1. Base State: Start completely off-screen to the left */

/* Set the width to 100% to ensure it covers the card when it arrives 
    width: 100%; 
    
    /* Push the element 100% of its own width to the left (off-screen) 
    transform: translateX(-100%); 
}

.video-card:hover:before{
    @apply opacity-[0.5];
    
    /* 2. Hover State: Slide back to its original position (0) */

/* The opacity and the slide happen simultaneously 
    transform: translateX(0); 
} */

.video-loading {
  background: #000 !important;
}

.video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh;
  /* 16:9 trick */
  height: 100vh;
  min-width: 100vw;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 1024px){
  .video-card:hover .video-iframe{
    opacity: 1;
  }
}

.video-thumb{
  display: block;
  height: 608px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

/* .site-footer:before{
    @apply content-[''] bg-gray-900 w-[60%] absolute right-0 -top-[100px] h-[150px];
} */

/* --- 1. First Section (Header) Layout: Fixed/Sticky --- */

.parallax-section {
  position: fixed;
  /* Makes the header stick to the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* Full viewport height */
  overflow: hidden;
  z-index: -1;
  /* Place behind all content */
  background-color: #222;
  /* Fallback for video */
}

/* --- 2. Video Positioning (Relative to Fixed Parent) --- */

.parallax-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

/* --- 3. Header Overlay and Text (For the Car Image Look) --- */

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  z-index: 0;
}

.video-caption{
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 2rem;
}

@media (min-width: 767px){
  .video-caption{
    left: 0px;
    bottom: 0px;
  }
}

.video-caption {
  z-index:3;
  color: #ffffff;
  /* Add other font/sizing styles here */
}

/* --- 1. First Section (Header) Layout: Fixed/Sticky --- */

.parallax-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

/* --- 2. Second Section Layout (Starts below the fixed header) --- */

.expand-section {
  position: relative;
  width: 100%;
  margin-top: 100vh;
  /* Pushes content down */
  z-index: 1;
}

.expand-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  /* IMPORTANT → starts from the bottom */
  width:50%;
  height: 0%;
  /* JS expands to 100% */
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

/* --- 4. Caption Positioning --- */

.video-caption {
  position: absolute;
  /* Add top/left positioning here (e.g., top: 20%; left: 10%;) */
  will-change: transform, opacity;
  /* Performance improvement for JS animation */
}

/* keep left aligned on smaller viewports if you prefer */

.arrow{
  width: 100%;
}

.arrow svg{
  margin: auto;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 8888;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0,0,0);
  /* Fallback color */
  background-color: rgba(0,0,0,0.8);
  /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-outer {
  margin:50px auto;
  /* 15% from the top and centered */
  width:90%;
  /* Could be more or less, depending on screen size */
  position: relative;
  height: calc(100vh - 120px);
}

.contact-form{
  position: relative;
}

.modal-content {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Vimeo / YouTube iframe cover trick */

.modal-content iframe{
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px){
  .modal-content iframe{
    top: 50%;
    left: 50%;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    --tw-translate-x: -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));
  }
}

.modal-content iframe {
  /* 16:9 */
}

/* The Close Button */

.close{
  position: absolute;
  right: 0px;
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.close:hover{
  opacity: 0.5;
}

@media (min-width: 767px){
  .close{
    right: 0px;
  }
}

.close {
  position: absolute;
  top:-30px;
  z-index: 10;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

button.button {
  background:none;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:#02274a 1px solid;
  padding:0 0 3px 0;
  font-size:16px;
}

button.button:hover {
  border-bottom:#a99567 1px solid;
  color:#a99567;
}

#footer-nav ul{
  display: flex;
}

#footer-nav li a{
  margin-left: 0px;
  display: inline-block;
  font-size: 11px;
  color: rgb(255 255 255 / 0.5);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#footer-nav li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 767px){
  #footer-nav li a{
    margin-left: 2rem;
  }
}

@media (max-width: 1023px) {
  .expand-section .content {
    left:20px;
    transform: translateX(0) translateY(0);
    width: calc(100% - 20px);
  }
}

@media (max-width: 768px) {
  .parallax-bg {
    transform: none !important;
    background-position: center center !important;
  }

  .parallax-section {
    min-height: 320px;
  }
}

.before\:bg-black\/40::before{
  content: var(--tw-content);
  background-color: rgb(26 26 31 / 0.4);
}

.before\:bg-black\/70::before{
  content: var(--tw-content);
  background-color: rgb(26 26 31 / 0.7);
}

.hover\:text-tint:hover{
  --tw-text-opacity: 1;
  color: rgb(11 238 219 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.group:hover .group-hover\:fill-black{
  fill: #1A1A1F;
}

@media (min-width: 767px){
  .sm\:absolute{
    position: absolute;
  }

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

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

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

  .sm\:left-0{
    left: 0px;
  }

  .sm\:left-10{
    left: 2.5rem;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:right-10{
    right: 2.5rem;
  }

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

  .sm\:top-10{
    top: 2.5rem;
  }

  .sm\:top-24{
    top: 6rem;
  }

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

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

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

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mt-28{
    margin-top: 7rem;
  }

  .sm\:mt-32{
    margin-top: 8rem;
  }

  .sm\:mt-36{
    margin-top: 9rem;
  }

  .sm\:mt-44{
    margin-top: 11rem;
  }

  .sm\:h-auto{
    height: auto;
  }

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

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

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

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

  .sm\:w-2\/3{
    width: 66.666667%;
  }

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

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

  .sm\:min-w-\[350px\]{
    min-width: 350px;
  }

  .sm\:min-w-\[60\%\]{
    min-width: 60%;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-16{
    gap: 4rem;
  }

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

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

  .sm\:\!px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

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

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .sm\:\!pr-5{
    padding-right: 1.25rem !important;
  }

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

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pb-36{
    padding-bottom: 9rem;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

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

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

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pt-36{
    padding-top: 9rem;
  }

  .sm\:pt-44{
    padding-top: 11rem;
  }

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

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

  .sm\:text-2xl{
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

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

  .sm\:text-lg{
    font-size: 1.563rem;
    line-height: 2.3rem;
  }

  .sm\:text-xl{
    font-size: 2.438rem;
    line-height: 2.938rem;
  }

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

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

@media (min-width: 992px){
  .md\:left-\[50\%\]{
    left: 50%;
  }

  .md\:top-\[50\%\]{
    top: 50%;
  }

  .md\:-mt-28{
    margin-top: -7rem;
  }

  .md\:h-\[56\.25vw\]{
    height: 56.25vw;
  }

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

  .md\:min-w-\[177\.77vh\]{
    min-width: 177.77vh;
  }

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

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

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

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

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:text-lg{
    font-size: 1.563rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 1024px){
  .lg\:\!right-0{
    right: 0px !important;
  }

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

  .lg\:min-w-\[458px\]{
    min-width: 458px;
  }

  .lg\:min-w-\[760px\]{
    min-width: 760px;
  }

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

  .lg\:pl-44{
    padding-left: 11rem;
  }

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

  .lg\:opacity-\[1\]{
    opacity: 1;
  }
}

@media (min-width: 1366px){
  .xl\:bottom-2{
    bottom: 0.5rem;
  }

  .xl\:left-16{
    left: 4rem;
  }

  .xl\:left-\[100px\]{
    left: 100px;
  }

  .xl\:right-10{
    right: 2.5rem;
  }

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

  .xl\:top-36{
    top: 9rem;
  }

  .xl\:-mt-20{
    margin-top: -5rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-32{
    margin-left: 8rem;
  }

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

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

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

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

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

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

  .xl\:gap-24{
    gap: 6rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pl-44{
    padding-left: 11rem;
  }

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

  .xl\:text-lg{
    font-size: 1.563rem;
    line-height: 2.3rem;
  }

  .xl\:text-xl{
    font-size: 2.438rem;
    line-height: 2.938rem;
  }
}

@media (min-width: 1600px){
  .xxl\:mr-24{
    margin-right: 6rem;
  }

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

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

  .xxl\:w-2\/3{
    width: 66.666667%;
  }

  .xxl\:min-w-\[458px\]{
    min-width: 458px;
  }

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

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

  .xxl\:pt-28{
    padding-top: 7rem;
  }

  .xxl\:text-xl{
    font-size: 2.438rem;
    line-height: 2.938rem;
  }
}

