html, body {
  background: #FFFEF3; }

.lx-container {
  position: relative; }
  @media screen and (min-width: 1441px) {
    .lx-container {
      max-width: 1400px; } }
  @media screen and (max-width: 1440px) {
    .lx-container {
      max-width: 1200px; } }
  @media screen and (min-width: 1800px) {
    .lx-container {
      max-width: 1440px; } }

.lx-hero {
  position: relative;
  min-height: 150vh;
  min-height: 150svh;
  height: auto; }

.lx-nav {
  position: fixed;
  top: 0;
  padding: 20px 0;
  z-index: 99999;
  width: 100%; }
  .lx-nav.is-static {
    position: sticky; }

.lx-logo {
  position: relative; }
  .lx-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity .3s ease; }
  .lx-logo .logo-dark {
    opacity: 0; }
  .lx-logo.is-dark .logo-dark {
    opacity: 1; }
  .lx-logo.is-dark .logo-white {
    opacity: 0; }

.lx-share-btn {
  color: #FFFFFF;
  transition: color .25s ease; }
  .lx-share-btn.is-dark {
    color: #0B1C44; }

.lx-cta {
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.45);
  right: 30px;
  z-index: 999;
  bottom: -100%;
  transition: bottom .5s ease-in-out; }
  @media screen and (min-width: 1600px) {
    .lx-cta {
      right: calc((100vw - 1600px) / 2 + 100px); } }
  .lx-cta.active {
    bottom: 30px; }
  .lx-cta .lx-share-btn i {
    color: #FFFFFF; }
  .lx-cta .lx-btp-btn {
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    width: 30px;
    height: 30px; }
    .lx-cta .lx-btp-btn i {
      color: #FFFFFF; }

.lx-stage,
.lx-orbit,
.lx-item {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform; }

.lx-stage {
  position: sticky;
  top: 0;
  background: #0B1C44;
  height: calc(100vh + 2px);
  height: calc(100svh + 2px);
  overflow: hidden;
  backface-visibility: hidden; }

.lx-circle {
  position: absolute;
  width: 358px;
  height: 358px;
  border-radius: 50%;
  background: #FFFEF3;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    .lx-circle {
      width: 300px;
      height: 300px; } }
  @media screen and (max-width: 400px) {
    .lx-circle {
      width: 270px;
      height: 270px; } }

.lx-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999; }

/* mask per line */
.lx-line {
  overflow: hidden; }
  .lx-line:nth-child(1) {
    height: 48px; }
    @media screen and (max-width: 1024px) {
      .lx-line:nth-child(1) {
        height: 40px; } }
  .lx-line:nth-child(2) {
    height: 28px; }
    @media screen and (max-width: 1024px) {
      .lx-line:nth-child(2) {
        height: 24px; } }
  .lx-line:nth-child(3) {
    height: 28px; }
    @media screen and (max-width: 1024px) {
      .lx-line:nth-child(3) {
        height: 24px; } }
  .lx-line:nth-child(4) {
    height: 28px; }
    @media screen and (max-width: 1024px) {
      .lx-line:nth-child(4) {
        height: 24px; } }
  .lx-line:nth-child(5) {
    height: 48px; }
    @media screen and (max-width: 1024px) {
      .lx-line:nth-child(5) {
        height: 40px; } }
  .lx-line:nth-child(6) {
    height: 48px; }
    @media screen and (max-width: 1024px) {
      .lx-line:nth-child(6) {
        height: 40px; } }
  .lx-line:nth-child(7) {
    height: 48px; }
    @media screen and (max-width: 1024px) {
      .lx-line:nth-child(7) {
        height: 40px; } }
  .lx-line span {
    display: block;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #0B1C44;
    transform: translateY(100%);
    animation: textReveal 600ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    will-change: transform; }
    @media screen and (max-width: 1024px) {
      .lx-line span {
        font-size: 20px;
        line-height: 20px; } }
    @media screen and (max-width: 400px) {
      .lx-line span {
        font-size: 16px;
        line-height: 16px; } }
  .lx-line b {
    font-size: 42px;
    line-height: 42px; }
    @media screen and (max-width: 1024px) {
      .lx-line b {
        font-size: 36px;
        line-height: 36px; } }
    @media screen and (max-width: 400px) {
      .lx-line b {
        font-size: 30px;
        line-height: 30px; } }
  .lx-line:nth-child(1) span {
    animation-delay: 0.3s; }
  .lx-line:nth-child(2) span {
    animation-delay: 0.35s; }
  .lx-line:nth-child(3) span {
    animation-delay: 0.4s; }
  .lx-line:nth-child(4) span {
    animation-delay: 0.45s; }
  .lx-line:nth-child(5) span {
    animation-delay: 0.5s; }
  .lx-line:nth-child(6) span {
    animation-delay: 0.55s; }
  .lx-line:nth-child(7) span {
    animation-delay: 0.6s; }
@keyframes textReveal {
  0% {
    transform: translateY(100%); }
  55% {
    transform: translateY(-10%); }
  72% {
    transform: translateY(3%); }
  85% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0); } }
.lx-orbit {
  position: relative;
  top: 50%;
  left: 50%; }

.lx-item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%); }
  .lx-item img {
    width: auto;
    height: auto; }
  @media screen and (max-width: 1024px) {
    .lx-item:nth-child(1) img {
      transform: scale(1.1); } }
  @media screen and (max-width: 1024px) {
    .lx-item:nth-child(2) img {
      transform: scale(1.4); } }
  @media screen and (max-width: 1024px) {
    .lx-item:nth-child(3) img {
      transform: scale(1.8); } }
  .lx-item:nth-child(4) img {
    transform: scale(1.1); }
  @media screen and (max-width: 1024px) {
    .lx-item:nth-child(4) img {
      transform: scale(2.2); } }
  .lx-item:nth-child(odd) .lx-item__inner {
    animation: orbitLeft 40s linear infinite; }
  .lx-item:nth-child(even) .lx-item__inner {
    animation: orbitRight 40s linear infinite; }

.lx-item__inner {
  transform-origin: center; }

@keyframes orbitLeft {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
@keyframes orbitRight {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.lx-subtitle {
  color: #101D42;
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 112.5% */ }
  @media screen and (max-width: 1024px) {
    .lx-subtitle {
      font-size: 26px;
      text-align: left; } }

.lx-title {
  color: #101D42;
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  /* 77.778% */ }
  @media screen and (max-width: 1024px) {
    .lx-title {
      font-size: 42px;
      line-height: 42px;
      text-align: left; } }

.lx-caption {
  margin-top: 30px;
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */ }
  @media screen and (max-width: 1024px) {
    .lx-caption {
      font-size: 20px;
      line-height: 32px;
      text-align: left; } }

.lx-writer {
  margin-top: 40px;
  color: #101D42;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media screen and (max-width: 1024px) {
    .lx-writer {
      font-size: 18px;
      line-height: 24px;
      text-align: left; } }

.lx-article {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .lx-header {
    padding-left: 16px;
    padding-right: 16px; } }

.lx-decoration img {
  max-width: 55%; }
.lx-decoration--left {
  gap: 1200px; }
.lx-decoration--right {
  gap: 1000px; }
  .lx-decoration--right img:last-child {
    position: absolute;
    bottom: 300px; }

.lx-content {
  margin-top: 40px; }
  @media screen and (max-width: 1024px) {
    .lx-content {
      padding-left: 16px;
      padding-right: 16px; } }
  .lx-content p {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px; }
    .lx-content p:last-child {
      margin-bottom: 0; }

.lx-image {
  margin-bottom: 30px; }
  .lx-image img {
    width: 100%;
    height: auto; }

.lx-credits {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px; }
  @media screen and (max-width: 1024px) {
    .lx-credits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 50px; } }
  @media screen and (max-width: 1024px) {
    .lx-credits .text-sm {
      font-size: 12px; } }
  .lx-credits .lx-role {
    color: #000000; }
  .lx-credits .lx-list {
    padding-left: 0;
    list-style-type: none;
    color: #000000; }

/*# sourceMappingURL=main.css.map */
