:root {
  color-scheme: light;
  background: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: #ffffff;
}

.site-main {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(24px, 5vw, 72px);
}

.lottie-animation {
  width: clamp(40px, 9.8vw, 100px);
  aspect-ratio: 369 / 371;
}

.lottie-animation svg {
  display: block;
  width: 100%;
  height: 100%;
}

.noscript-message {
  margin: 0;
  font: 16px/1.5 system-ui, sans-serif;
  text-align: center;
}

