/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --spacing: 0.25rem;
    --tracking-normal: 0em;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --aspect-video: 16 / 9;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-default: var(--color-primary-default);
    --color-primary-contrast: var(--color-primary-contrast);
    --color-orange-default: var(--color-palette-orange-default);
    --responsive-pixel: min(1.2vw, .9vh);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .right-\[10vw\] {
    right: 10vw;
  }
  .right-\[11vw\] {
    right: 11vw;
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-\[3vw\] {
    bottom: 3vw;
  }
  .bottom-\[4vw\] {
    bottom: 4vw;
  }
  .bottom-\[7vw\] {
    bottom: 7vw;
  }
  .bottom-\[9vw\] {
    bottom: 9vw;
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[10vw\] {
    left: 10vw;
  }
  .left-\[18vw\] {
    left: 18vw;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .aspect-4\/3 {
    aspect-ratio: 4/3;
  }
  .aspect-4\/5 {
    aspect-ratio: 4/5;
  }
  .aspect-5\/4 {
    aspect-ratio: 5/4;
  }
  .aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .aspect-21\/9 {
    aspect-ratio: 21/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5\/6 {
    width: calc(5/6 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[18vw\] {
    width: 18vw;
  }
  .w-\[20vw\] {
    width: 20vw;
  }
  .w-\[23vw\] {
    width: 23vw;
  }
  .w-\[25vw\] {
    width: 25vw;
  }
  .w-\[28vw\] {
    width: 28vw;
  }
  .w-\[30vw\] {
    width: 30vw;
  }
  .w-\[32vw\] {
    width: 32vw;
  }
  .w-\[35vw\] {
    width: 35vw;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[66\%\] {
    width: 66%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-full {
    width: 100%;
  }
  .origin-bottom-right {
    transform-origin: 100% 100%;
  }
  .origin-top-left {
    transform-origin: 0 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-35 {
    rotate: calc(35deg * -1);
  }
  .rotate-12 {
    rotate: 12deg;
  }
  .rotate-15 {
    rotate: 15deg;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-orange-default {
    background-color: var(--color-orange-default);
  }
  .bg-primary-contrast {
    background-color: var(--color-primary-contrast);
  }
  .bg-primary-default {
    background-color: var(--color-primary-default);
  }
  .object-cover {
    object-fit: cover;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-primary-default {
    color: var(--color-primary-default);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .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,);
  }
  @media (width < 48rem) {
    .max-md\:w-\[70vw\] {
      width: 70vw;
    }
  }
}
:root {
  --color-primary-default: #F8F2EC;
  --color-primary-contrast: #201E20;
  --color-primary-gray: #252526;
  --color-palette-blue-default: #B2DBE7;
  --color-palette-blue-contrast: #004AB3;
  --color-palette-green-default: #45B082;
  --color-palette-green-contrast: #9EE8BF;
  --color-palette-purple-default: #D1BAF5;
  --color-palette-purple-contrast: #7845D1;
  --color-palette-orange-default: #D96136;
  --color-palette-orange-contrast: #E5C47D;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../../fonts/BDOGrotesk-Black.woff2') format('woff2'), url('../../fonts/BDOGrotesk-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../../fonts/BDOGrotesk-ExtraBold.woff2') format('woff2'), url('../../fonts/BDOGrotesk-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../../fonts/BDOGrotesk-Bold.woff2') format('woff2'), url('../../fonts/BDOGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../../fonts/BDOGrotesk-DemiBold.woff2') format('woff2'), url('../../fonts/BDOGrotesk-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../../fonts/BDOGrotesk-Medium.woff2') format('woff2'), url('../../fonts/BDOGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../../fonts/BDOGrotesk-Regular.woff2') format('woff2'), url('../../fonts/BDOGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../../fonts/BDOGrotesk-Light.woff2') format('woff2'), url('../../fonts/BDOGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  scrollbar-width: none;
  background-color: #D96136;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  --responsive-factor: 1.6;
  --min-font-size: 15px;
  --max-font-size: 9999px;
  --responsive-pixel: min(1.2vw, .9vh);
}
@media screen and (max-width: 768px) {
  body {
    --responsive-pixel: min(2.5vw, 1.5vh);
  }
}
body {
  font-family: "BDO Grotesk", sans-serif;
  background-color: var(--color-primary-default);
  color: var(--color-primary-contrast);
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.2;
}
body * {
  font-size: min(var(--max-font-size), max(calc(var(--responsive-pixel) * var(--responsive-factor)), var(--min-font-size)));
}
main {
  position: relative;
  z-index: 0;
  box-shadow: 10vw 0 20vw rgba(0, 0, 0, 0.05);
}
h1,
.h1 {
  --responsive-factor: 12.79;
  --min-font-size: 40px;
}
@media screen and (max-width: 768px) {
  h1,
.h1 {
    --responsive-factor: 11.2;
  }
}
h2,
.h2 {
  --responsive-factor: 9.05;
  --min-font-size: 33px;
}
@media screen and (max-width: 768px) {
  h2,
.h2 {
    --responsive-factor: 7.9;
  }
}
h3,
.h3 {
  --responsive-factor: 6.4;
  --min-font-size: 28px;
}
@media screen and (max-width: 768px) {
  h3,
.h3 {
    --responsive-factor: 3.7;
  }
}
h4,
.h4 {
  --responsive-factor: 4.52;
  --min-font-size: 25px;
}
@media screen and (max-width: 768px) {
  h4,
.h4 {
    --responsive-factor: 3;
  }
}
h5,
.h5 {
  --responsive-factor: 3.2;
  --min-font-size: 22px;
}
@media screen and (max-width: 768px) {
  h5,
.h5 {
    --responsive-factor: 2.8;
  }
}
h6,
.h6 {
  --responsive-factor: 2.3;
  --min-font-size: 18px;
}
@media screen and (max-width: 768px) {
  h6,
.h6 {
    --responsive-factor: 2;
  }
}
p {
  --responsive-factor: 1.6;
  --min-font-size: 14px;
}
@media screen and (max-width: 768px) {
  p {
    --responsive-factor: 1.4;
  }
}
small {
  font-size: 11.3px;
}
nw {
  white-space: nowrap;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  color: var(--color-primary-default);
}
@media screen and (max-width: 768px) {
  header {
    padding: 24px;
  }
}
header .logo {
  font-size: 96px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header .logo {
    font-size: 48px;
  }
}
header .menu-trigger {
  position: relative;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .menu-trigger {
    width: 40px;
    height: 40px;
  }
}
header .menu-trigger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--color-primary-default);
}
@media screen and (max-width: 768px) {
  header .menu-trigger span {
    height: 3px;
  }
}
header .menu-trigger span.menu-top-line {
  transform: translate(0, -350%);
}
header .menu-trigger span.menu-bottom-line {
  transform: translate(0, 350%);
}
.menu-content-wrapper {
  position: fixed;
  inset: 0;
  background-color: var(--color-primary-contrast);
  color: var(--color-primary-default);
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-block: 120px;
  padding-inline: 32px;
  z-index: 0;
}
[data-scroll-to], a {
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.3s ease;
}
[data-scroll-to]:hover, a:hover {
  transform: scale(1.05) rotate(2deg);
}
[data-scroll-to]:nth-child(2n+2):hover, [data-scroll-to]:nth-of-type(2n+2):hover, a:nth-child(2n+2):hover, a:nth-of-type(2n+2):hover {
  transform: scale(1.05) rotate(-2deg);
}
.rocket-ship-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--color-primary-default);
  pointer-events: none;
}
.rocket-ship-section #rocket-ship {
  position: absolute;
  transform: scale(.5, .5);
  top: 11.9%;
  left: -2%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}
.faces-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--color-primary-default);
  pointer-events: none;
  padding: max(24px, 8vw);
  perspective: 1000px;
  transform-style: preserve-3d;
}
.faces-section .faces-text {
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
  transform: translateZ(0);
}
.faces-section #faces {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
}
.logo-section {
  --responsive-factor: 20;
  --min-font-size: 15vw;
  --max-font-size: 15vw;
  position: absolute;
  display: flex;
  align-items: baseline;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: var(--color-primary-default);
  pointer-events: none;
}
.logo-section .lindbergh-logo {
  width: 100%;
  text-align: center;
}
.for-who-section {
  position: absolute;
  display: flex;
  align-items: baseline;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--color-primary-default);
  pointer-events: none;
}
.for-who-section .for-who-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.for-who-section .for-who-text-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: max(24px, 2vw);
  padding: max(96px, 12vw) max(24px, 12vw);
}
.about-section {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: max(96px, 12vw) max(24px, 12vw);
  color: var(--color-primary-default);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .about-section .about-text {
    --responsive-factor: 2.6;
    --min-font-size: 18px;
  }
}
.collapsible-section {
  position: absolute;
  inset: 0;
  display: flex;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .collapsible-section {
    flex-direction: column;
  }
}
.collapsible-section .collapsible-section-canvas {
  position: relative;
  padding: 8vw;
  flex-basis: 60%;
  flex-shrink: 0;
  color: var(--color-primary-default);
}
@media screen and (max-width: 768px) {
  .collapsible-section .collapsible-section-canvas {
    flex-basis: auto;
    height: 80dvh;
    padding: 6vw;
  }
}
.collapsible-section .collapsible-section-canvas .what-text, .collapsible-section .collapsible-section-canvas .how-text {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .collapsible-section .collapsible-section-canvas .what-text, .collapsible-section .collapsible-section-canvas .how-text {
    --responsive-factor: 2.6;
    --min-font-size: 14px;
    margin-block-start: 64px;
  }
}
.collapsible-section .collapsible-section-canvas #what__title, .collapsible-section .collapsible-section-canvas #how__title {
  --responsive-factor: 30;
  --max-font-size: 14vw;
  --min-font-size: 90px;
  position: absolute;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .collapsible-section .collapsible-section-canvas #what__title, .collapsible-section .collapsible-section-canvas #how__title {
    --responsive-factor: 15;
    --min-font-size: 50px;
  }
}
.collapsible-section .collapsible-section-canvas #what__title {
  bottom: 0;
  left: 8vw;
}
@media screen and (max-width: 768px) {
  .collapsible-section .collapsible-section-canvas #what__title {
    left: 6vw;
  }
}
.collapsible-section .collapsible-section-canvas #how__title {
  bottom: 0;
  right: 8vw;
}
@media screen and (max-width: 768px) {
  .collapsible-section .collapsible-section-canvas #how__title {
    right: 6vw;
  }
}
.collapsible-section .collapsible-section-canvas.what {
  background: var(--color-palette-purple-default);
}
.collapsible-section .collapsible-section-canvas.how {
  background: var(--color-palette-purple-contrast);
}
.collapsible-section .collapsible-wrapper {
  display: flex;
  flex-direction: column;
  padding: 8vw 48px;
  background: var(--color-primary-contrast);
  color: var(--color-primary-default);
  flex-basis: 40%;
  flex-shrink: 0;
  z-index: 10;
  overflow: hidden;
  will-change: transform, height;
}
@media screen and (max-width: 768px) {
  .collapsible-section .collapsible-wrapper {
    flex-basis: auto;
    height: 20dvh;
    padding: 6vw 24px;
    overflow-y: auto;
  }
}
.collapsible-section .what-collapsible, .collapsible-section .how-collapsible {
  border-bottom: solid 2px var(--color-primary-default);
  padding-block: 32px;
}
@media screen and (max-width: 768px) {
  .collapsible-section .what-collapsible, .collapsible-section .how-collapsible {
    padding-block: 1rem;
  }
  .collapsible-section .what-collapsible#how__collapsible_1, .collapsible-section .how-collapsible#how__collapsible_1 {
    padding-block-start: 0;
    border-top: none;
  }
}
.collapsible-section .what-collapsible:first-child, .collapsible-section .how-collapsible:first-child {
  border-top: solid 2px var(--color-primary-default);
}
@media screen and (max-width: 768px) {
  .collapsible-section .what-collapsible:first-child, .collapsible-section .how-collapsible:first-child {
    padding-block-start: 0;
    border-top: none;
  }
}
.collapsible-section .what-collapsible .what-collapsible-title, .collapsible-section .what-collapsible .how-collapsible-title, .collapsible-section .how-collapsible .what-collapsible-title, .collapsible-section .how-collapsible .how-collapsible-title {
  display: flex;
  gap: .5em;
}
@media screen and (max-width: 768px) {
  .collapsible-section .what-collapsible .what-collapsible-title, .collapsible-section .what-collapsible .how-collapsible-title, .collapsible-section .how-collapsible .what-collapsible-title, .collapsible-section .how-collapsible .how-collapsible-title {
    --max-font-size: 20px;
  }
}
.collapsible-section .what-collapsible .what-collapsible-content, .collapsible-section .what-collapsible .how-collapsible-content, .collapsible-section .how-collapsible .what-collapsible-content, .collapsible-section .how-collapsible .how-collapsible-content {
  overflow: hidden;
}
.collapsible-section .what-collapsible .what-collapsible-content .what-collapsible-inner, .collapsible-section .what-collapsible .what-collapsible-content .how-collapsible-inner, .collapsible-section .what-collapsible .how-collapsible-content .what-collapsible-inner, .collapsible-section .what-collapsible .how-collapsible-content .how-collapsible-inner, .collapsible-section .how-collapsible .what-collapsible-content .what-collapsible-inner, .collapsible-section .how-collapsible .what-collapsible-content .how-collapsible-inner, .collapsible-section .how-collapsible .how-collapsible-content .what-collapsible-inner, .collapsible-section .how-collapsible .how-collapsible-content .how-collapsible-inner {
  padding-inline-start: 3em;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .collapsible-section .what-collapsible .what-collapsible-content .what-collapsible-inner, .collapsible-section .what-collapsible .what-collapsible-content .how-collapsible-inner, .collapsible-section .what-collapsible .how-collapsible-content .what-collapsible-inner, .collapsible-section .what-collapsible .how-collapsible-content .how-collapsible-inner, .collapsible-section .how-collapsible .what-collapsible-content .what-collapsible-inner, .collapsible-section .how-collapsible .what-collapsible-content .how-collapsible-inner, .collapsible-section .how-collapsible .how-collapsible-content .what-collapsible-inner, .collapsible-section .how-collapsible .how-collapsible-content .how-collapsible-inner {
    padding-inline-start: 0;
    gap: 16px;
    padding-block-start: 16px;
  }
}
.gallery-section {
  position: absolute;
  display: grid;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--color-primary-default);
}
.gallery-section .gallery-text {
  position: absolute;
  top: 8vw;
  left: 8vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-text {
    top: 4vw;
    left: 4vw;
  }
}
.gallery-section .gallery-element {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-element {
    gap: 16px;
  }
}
.gallery-section .gallery-element.left {
  left: 25%;
  top: 100%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-element.left {
    left: 50%;
    transform: translateX(-50%);
  }
}
.gallery-section .gallery-element.right {
  right: 25%;
  top: 100%;
  transform: translate(50%, 0);
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-element.right {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.gallery-section .gallery-element .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.logos-gallery-section {
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 12vh;
  display: grid;
  grid-template-columns: repeat(6, minmax(auto, 1fr));
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .logos-gallery-section {
    grid-template-columns: repeat(3, 1fr);
    padding: 6vh 4vw;
    gap: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .logos-gallery-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
.logos-gallery-section .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-gallery-section .logo-wrapper img {
  object-fit: contain;
  object-position: center;
}
.ending-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--color-primary-default);
  pointer-events: none;
}
.ending-section img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
}
.ending-section .ending-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.footer-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 32px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: var(--color-primary-default);
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events: none;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .footer-section {
    gap: 16px;
  }
}
.footer-section .footer-overlay {
  position: fixed;
  inset: 0;
  background-color: var(--color-primary-gray);
  pointer-events: none;
}
.footer-section .footer-inner {
  padding: max(24px, 4vh) max(48px, 8vw);
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.footer-section .footer-inner .footer-text {
  width: 100%;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .footer-section .footer-inner .footer-text {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.footer-section .footer-inner .footer-text .footer-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 2rem;
  flex-basis: 33.3%;
}
@media screen and (max-width: 768px) {
  .footer-section .footer-inner .footer-text .footer-left {
    flex-basis: auto;
    justify-content: center;
    text-align: center;
  }
}
.footer-section .footer-inner .footer-text .footer-center {
  text-align: center;
  flex-basis: 33.3%;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer-section .footer-inner .footer-text .footer-center {
    flex-basis: auto;
    text-align: center;
  }
}
.footer-section .footer-inner .footer-text .footer-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 2rem;
  flex-basis: 33.3%;
}
@media screen and (max-width: 768px) {
  .footer-section .footer-inner .footer-text .footer-right {
    flex-basis: auto;
    justify-content: center;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}