@font-face {
  font-family: "PP Neue Montreal";
  src: url("./PPNeueMontreal-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("./PPNeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("./PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body[data-uae-space-demo] {
  margin: 0;
  background: #17191f;
}

:where(#uae-space-hero, [data-uae-space-hero]) {
  --uae-space-hero-bg: #2b2d35;
  --uae-space-hero-fg: #f5f7fb;
  --uae-space-hero-muted: rgba(245, 247, 251, 0.66);
  --uae-space-hero-soft: rgba(245, 247, 251, 0.2);
  --uae-space-hero-line: rgba(245, 247, 251, 0.28);
  --uae-space-hero-height: 100svh;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: var(--uae-space-hero-height);
  min-height: 560px;
  overflow: hidden;
  background: var(--uae-space-hero-bg);
  color: var(--uae-space-hero-fg);
  font-family: "PP Neue Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) *,
:where(#uae-space-hero, [data-uae-space-hero]) *::before,
:where(#uae-space-hero, [data-uae-space-hero]) *::after {
  box-sizing: border-box;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__scene canvas {
  display: block;
  width: 100%;
  height: 100%;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-intro {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 96px;
  bottom: 156px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-intro[hidden] {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-heading {
  margin: 0 0 28px;
  color: #f5f7fb;
  font-size: clamp(56px, 7.2vw, 156px);
  font-weight: 350;
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 7.8ch;
  text-wrap: balance;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-body {
  margin: 0;
  color: rgba(245, 247, 251, 0.9);
  font-size: clamp(18px, 1.72vw, 34px);
  font-weight: 350;
  line-height: 1.32;
  letter-spacing: -0.008em;
  width: min(760px, 62vw);
  max-width: 100%;
  text-wrap: pretty;
  transform: translateY(-20%);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__overview-top {
  width: 23px;
  height: 23px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 3;
  width: min(280px, calc(100% - 48px));
  pointer-events: auto;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__button,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls button,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls-toggle,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(245, 247, 251, 0.24);
  padding: 10px 14px;
  background: rgba(27, 29, 35, 0.88);
  color: #f5f7fb;
  cursor: pointer;
  font-size: 12px;
  font-weight: 350;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__quick-actions {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__show-ui {
  width: 19px;
  height: 19px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__show-ui,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__overview-top,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__chrome-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(245, 247, 251, 0.9);
  cursor: pointer;
  opacity: 0.9;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__chrome-toggle {
  width: 28px;
  height: 28px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__show-ui svg,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__overview-top svg,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__chrome-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__chrome-toggle .uae-space-hero__chrome-toggle-slash {
  opacity: 0;
  transition: opacity 200ms ease;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__chrome-toggle.is-off .uae-space-hero__chrome-toggle-slash {
  opacity: 1;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__show-ui[hidden],
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls[hidden],
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail[hidden] {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls-panel {
  display: none;
  margin-top: 10px;
  padding: 16px;
  border: 1px solid rgba(245, 247, 251, 0.18);
  background: rgba(27, 29, 35, 0.92);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls-panel.is-open {
  display: block;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__control {
  display: block;
  margin: 0 0 14px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__control:last-of-type {
  margin-bottom: 16px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__control-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: rgba(245, 247, 251, 0.72);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__control-value {
  color: #ffffff;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__control input {
  width: 100%;
  margin: 0;
  accent-color: #ffffff;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__control input[type="color"] {
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls-actions {
  display: grid;
  gap: 8px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls-action {
  width: 100%;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  pointer-events: auto;
  opacity: 0;
  transform: translate3d(0, 6px, 0);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-name {
  display: inline-block;
  max-width: min(44vw, 520px);
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(245, 247, 251, 0.98);
  font-size: clamp(14px, 1.24vw, 21px);
  font-weight: 350;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-info {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(245, 247, 251, 0.74);
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: rgba(245, 247, 251, 0.92);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
  transform: scale(1);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-info:hover,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-info:focus-visible {
  background: rgba(245, 247, 251, 0.96);
  color: #1a1f2b;
  border-color: rgba(245, 247, 251, 0.98);
  transform: scale(1.1);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-backdrop {
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(10, 12, 18, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: min(520px, 40vw);
  transform: translateX(106%);
  opacity: 0;
  padding: 34px 32px 24px;
  background: rgba(11, 13, 20, 0.95);
  border-left: 1px solid rgba(245, 247, 251, 0.16);
  pointer-events: none;
  transition: transform 360ms cubic-bezier(0.2, 0.82, 0.22, 1), opacity 280ms ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-year {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 20px;
  color: #f5f7fb;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-icon[hidden] {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-icon svg {
  display: block;
  width: auto;
  height: 52px;
  max-width: 126px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media {
  width: 100%;
  margin: 18px 0 20px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media.is-hidden {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-track {
  display: flex;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(245, 247, 251, 0.08);
  background: rgba(245, 247, 251, 0.03);
  transform: translateX(0%);
  transition: transform 320ms cubic-bezier(0.22, 0.82, 0.22, 1);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-slide {
  min-width: 100%;
  width: 100%;
  height: clamp(260px, 33vh, 420px);
  flex: 0 0 100%;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-image,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.32);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-dot {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(245, 247, 251, 0.24);
  background: rgba(245, 247, 251, 0.3);
  padding: 0;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-dot:hover,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-dot:focus-visible {
  transform: scale(1.06);
  border-color: rgba(245, 247, 251, 0.7);
  background: rgba(245, 247, 251, 0.7);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-dot.is-active {
  border-color: rgba(245, 247, 251, 0.98);
  background: rgba(245, 247, 251, 1);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-year.is-kind {
  font-size: clamp(20px, 2.2vw, 34px);
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-header {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  padding-right: 72px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-content {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 124px);
  overflow-y: auto;
  scrollbar-width: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-content::-webkit-scrollbar {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-title {
  margin: 0;
  color: #f5f7fb;
  font-size: clamp(30px, 2.4vw, 44px);
  font-weight: 350;
  line-height: 1.06;
  letter-spacing: -0.03em;
  width: 80%;
  max-width: 80%;
  text-wrap: balance;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-close {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-close svg {
  display: block;
  width: 28px;
  height: 28px;
  transform-origin: 50% 50%;
  transition: transform 220ms ease;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-close:hover svg,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-close:focus-visible svg {
  transform: rotate(90deg);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-body {
  margin: 0 0 16px;
  color: rgba(245, 247, 251, 0.88);
  font-size: 20px;
  font-weight: 350;
  line-height: 1.28;
  letter-spacing: -0.022em;
  width: 80%;
  max-width: 80%;
  text-wrap: pretty;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-meta {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(245, 247, 251, 0.66);
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 1.34;
  letter-spacing: -0.004em;
  width: 80%;
  max-width: 80%;
  text-wrap: pretty;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-meta-row {
  position: relative;
  padding: 0 0 8px 0;
  border-bottom: 1px solid rgba(245, 247, 251, 0.12);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-meta-row::before {
  content: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline {
  position: absolute;
  left: 72px;
  right: 72px;
  bottom: 34px;
  z-index: 3;
  pointer-events: auto;
  transition: opacity 240ms ease, transform 240ms ease;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline.is-hidden {
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-scroll {
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 24px;
  padding-bottom: 4px;
  scrollbar-width: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-scroll::-webkit-scrollbar {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-width: 100%;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-start,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-line,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-progress {
  position: absolute;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-line,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-progress {
  pointer-events: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-start {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-start svg {
  display: block;
  width: 100%;
  height: 100%;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-start path {
  transition: opacity 220ms ease;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-start:not(.is-active) path:first-child {
  opacity: 0.86;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-start:not(.is-active) path:last-child {
  opacity: 0.72;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-start.is-active {
  transform: scale(1.04);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-line,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-progress {
  top: 0;
  height: 1px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-line {
  left: 0;
  right: 0;
  background: rgba(245, 247, 251, 0.2);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-progress {
  left: 0;
  width: 0;
  background: rgba(245, 247, 251, 0.92);
  transition: width 650ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 80px;
  padding: 14px 16px 10px;
  color: rgba(245, 247, 251, 0.66);
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button:focus {
  outline: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(245, 247, 251, 0.16);
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border: 1px solid rgba(245, 247, 251, 0.44);
  border-radius: 999px;
  background: var(--uae-space-hero-bg);
  box-shadow: 0 0 0 6px var(--uae-space-hero-bg);
  transition: border-color 220ms ease, background-color 220ms ease;
  z-index: 2;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-edge-start::before,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-edge-start::after {
  left: 0;
  margin-left: -6px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-edge-end::before,
:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-edge-end::after {
  left: 100%;
  margin-left: -6px;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border: 1.5px solid rgba(245, 247, 251, 0.82);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-active {
  color: #ffffff;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-active::before {
  border-color: #ffffff;
  background: #ffffff;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-active::after {
  animation: uae-space-hero-dot-pulse 3.4s cubic-bezier(0.16, 0.74, 0.34, 1) infinite;
}

@keyframes uae-space-hero-dot-pulse {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  18% {
    opacity: 0.72;
    transform: scale(1);
  }
  72% {
    opacity: 0;
    transform: scale(2.9);
  }
  100% {
    opacity: 0;
    transform: scale(2.9);
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-active::after {
    animation: none;
  }
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-year {
  display: none;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-title {
  display: block;
  max-width: 140px;
  margin: 16px auto 0;
  color: inherit;
  font-size: 13px;
  font-weight: 350;
  line-height: 1.22;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-edge-start .uae-space-hero__timeline-title {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

:where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-button.is-edge-end .uae-space-hero__timeline-title {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

@media (max-width: 991px) {
  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-intro {
    left: 28px;
    right: 28px;
    top: 82px;
    bottom: 146px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-heading {
    margin-bottom: 20px;
    font-size: clamp(48px, 8vw, 112px);
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-body {
    font-size: clamp(17px, 2.05vw, 28px);
    line-height: 1.34;
    width: min(620px, 70vw);
    max-width: 100%;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline {
    left: 28px;
    right: 28px;
    bottom: 24px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-name {
    font-size: clamp(14px, 1.4vw, 18px);
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer {
    width: min(420px, 56vw);
    padding: 24px 20px 16px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-close {
    top: 16px;
    right: 16px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-year {
    display: none;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-icon {
    margin: 0 0 16px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-content {
    left: 20px;
    right: 20px;
    bottom: 16px;
    max-height: calc(100% - 108px);
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-icon svg {
    height: 44px;
    max-width: 104px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-slide {
    height: clamp(180px, 24vh, 280px);
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-title {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 350;
    width: 80%;
    max-width: 80%;
    text-wrap: balance;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-body {
    font-size: 20px;
    font-weight: 350;
    width: 80%;
    max-width: 80%;
    text-wrap: pretty;
  }
}

@media (max-width: 767px) {
  :where(#uae-space-hero, [data-uae-space-hero]) {
    --uae-space-hero-height: 100svh;
    min-height: 540px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__controls {
    left: 16px;
    top: 16px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__quick-actions {
    top: 16px;
    right: 16px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-intro {
    left: 16px;
    right: 16px;
    top: 74px;
    bottom: 156px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-heading {
    margin-bottom: 14px;
    font-size: clamp(36px, 14vw, 72px);
    max-width: 8.2ch;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__hero-body {
    font-size: clamp(15px, 4.6vw, 21px);
    line-height: 1.36;
    width: min(100%, 30ch);
    max-width: 100%;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline {
    left: 16px;
    right: 16px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__timeline-track {
    grid-template-columns: repeat(5, 150px);
    min-width: 750px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-name {
    font-size: clamp(13px, 3.6vw, 16px);
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer {
    width: min(94vw, 360px);
    padding: 18px 14px 14px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-close {
    top: 12px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-year {
    display: none;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-icon {
    margin: 0 0 12px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-content {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-height: calc(100% - 96px);
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-icon svg {
    height: 34px;
    max-width: 84px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media {
    margin: 12px 0 14px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-slide {
    height: clamp(180px, 25vh, 250px);
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-dots {
    gap: 8px;
    margin-top: 8px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-media-dot {
    width: 10px;
    height: 10px;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-title {
    font-size: clamp(22px, 7.4vw, 30px);
    font-weight: 350;
    width: 80%;
    max-width: 80%;
    text-wrap: balance;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-body {
    font-size: 20px;
    font-weight: 350;
    width: 80%;
    max-width: 80%;
    text-wrap: pretty;
  }

  :where(#uae-space-hero, [data-uae-space-hero]) .uae-space-hero__detail-drawer-meta {
    font-size: clamp(12px, 3.8vw, 14px);
    width: 80%;
    max-width: 80%;
  }
}
