@charset "UTF-8";
@font-face {
  font-family: "TT-Thin";
  src: url("../fonts/TT Norms Pro Thin.otf") format("opentype");
}
@font-face {
  font-family: "TT-Light";
  src: url("../fonts/TT Norms Pro Light.otf") format("opentype");
}
@font-face {
  font-family: "TT-Regular";
  src: url("../fonts/TT Norms Pro Regular.otf") format("opentype");
}
@font-face {
  font-family: "TT-Medium";
  src: url("../fonts/TT Norms Pro Medium.otf") format("opentype");
}
@font-face {
  font-family: "TT-Bold";
  src: url("../fonts/TT Norms Pro Bold.otf") format("opentype");
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "TT Norms Pro", "Segoe UI", Arial, sans-serif;
  color: #ffffff;
  background: #000000;
}

h1,
h2,
h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.semantic-heading {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --scale: calc(100vw / 1920);
}

@media screen and (max-width: 1920px) {
  :root {
    --scale: calc(100vw / 1920);
  }
}
@media screen and (max-width: 960px) {
  :root {
    --scale: calc(100vw / 960);
  }
}
.grad-main-text {
  background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
  background: #000;
}

.page {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-image: url("../img/pc/bg_01.jpg");
  background-size: 100% auto;
}
@media (max-width: 960px) {
  .page {
    background-image: url("../img/mobile/bg_01_mobile.jpg");
  }
}

.container {
  width: calc(1280 * var(--scale));
  margin: 0 auto;
}
@media (max-width: 960px) {
  .container {
    width: 100%;
  }
}

.hero {
  position: relative;
  width: 100%;
  padding-top: calc(63 * var(--scale));
}
@media (max-width: 960px) {
  .hero {
    padding-top: calc(110 * var(--scale));
    padding-left: calc(120 * var(--scale));
    padding-right: calc(120 * var(--scale));
  }
}
.hero-title {
  max-width: calc(600 * var(--scale));
}
@media (max-width: 960px) {
  .hero-title {
    max-width: calc(529 * var(--scale));
  }
}
.hero-title img {
  width: 100%;
  display: block;
}
.hero-buttons {
  display: flex;
  gap: 18px;
  margin-top: calc(66 * var(--scale));
  align-items: center;
}
@media (max-width: 960px) {
  .hero-buttons {
    justify-content: center;
  }
}
.hero-logo {
  position: absolute;
  width: calc(146 * var(--scale));
  top: calc(49 * var(--scale));
  right: calc(240 * var(--scale));
}
@media (max-width: 960px) {
  .hero-logo {
    top: calc(26 * var(--scale));
    right: calc(49 * var(--scale));
  }
}
.hero-logo img {
  width: 100%;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(340 * var(--scale));
  height: calc(92 * var(--scale));
  border-radius: calc(35 * var(--scale));
  border: calc(3 * var(--scale)) solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: calc(28 * var(--scale));
  line-height: 1;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: "TT-Medium";
  cursor: pointer;
}
.btn-join-normal {
  background: linear-gradient(90deg, #5a58f5 0%, #1560f0 58%, #19c5f7 100%);
  color: #fff;
}
.btn-join-normal::after {
  content: "";
  position: absolute;
  left: calc(28 * var(--scale));
  right: calc(24 * var(--scale));
  bottom: calc(-22 * var(--scale));
  height: calc(28 * var(--scale));
  border-radius: 999px;
  border: calc(3 * var(--scale)) solid #fff;
  opacity: 0.45;
  filter: blur(calc(13 * var(--scale)));
  background: radial-gradient(271.8% 88.07% at 2.54% 13.57%, #7a68fd 0%, rgba(21, 48, 225, 0) 100%), radial-gradient(164.88% 73.71% at 96% 106.55%, #8aecfd 0%, #21c0fd 10.31%, rgba(15, 51, 215, 0.26) 100%), rgba(0, 34, 255, 0.75);
  pointer-events: none;
}
.btn-join-normal span {
  transition: all 0.5s ease;
  margin-left: calc(5 * var(--scale));
}
.btn-updates-hover {
  border-color: #2f6eff;
  background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-join-normal:hover {
  color: #00ffff;
}
.btn-join-normal:hover span {
  transform: translateX(calc(5 * var(--scale)));
}
.btn-updates-hover:hover {
  background: #00ffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.booth {
  padding: calc(365 * var(--scale)) 0 calc(80 * var(--scale));
}
@media (max-width: 960px) {
  .booth {
    padding: calc(320 * var(--scale)) 0 calc(80 * var(--scale));
  }
}
.booth-grid {
  display: grid;
  grid-template-columns: calc(400 * var(--scale)) 1fr;
  align-items: center;
}
@media (max-width: 960px) {
  .booth-grid {
    grid-template-columns: 1fr;
  }
}

.info-item {
  display: flex;
  gap: 14px;
  padding: calc(24 * var(--scale)) 0;
  border-bottom: calc(1 * var(--scale)) solid #2242a0;
}
@media (max-width: 960px) {
  .info-item {
    padding: calc(58 * var(--scale)) 0;
    margin: 0 calc(90 * var(--scale));
    align-items: center;
  }
}
.info-item:last-child {
  border-bottom: 0;
}

.icon {
  width: calc(64 * var(--scale));
  height: calc(64 * var(--scale));
}
@media (max-width: 960px) {
  .icon {
    width: calc(128 * var(--scale));
    height: calc(128 * var(--scale));
  }
}

.info-title {
  font-size: calc(32 * var(--scale));
  text-transform: uppercase;
  margin: 0 0 6px;
  font-family: "TT-Medium";
  font-weight: 500;
}
@media (max-width: 960px) {
  .info-title {
    font-size: calc(64 * var(--scale));
  }
}

.info-sub {
  font-size: calc(28 * var(--scale));
  margin: 0;
  font-family: "TT-Light";
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .info-sub {
    font-size: calc(56 * var(--scale));
  }
}
.info-sub span {
  background: linear-gradient(246deg, #0ff 0%, #2f95ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "TT-Medium";
  font-weight: 500;
}

.map-image {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.tagline {
  text-align: center;
  color: #0f80c2;
  font-size: calc(11 * var(--scale));
  letter-spacing: 0.6em;
  text-transform: uppercase;
  margin-top: calc(26 * var(--scale));
}

.story {
  background-color: #130A65;
  padding: calc(140 * var(--scale)) 0 calc(80 * var(--scale));
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .story {
    padding: calc(220 * var(--scale)) 0 calc(100 * var(--scale));
  }
  .story .grad {
    display: block;
  }
  .story .story-copy,
  .story .story-cards,
  .story .story-viewport,
  .story .story-list,
  .story .product-card {
    min-width: 0;
    width: 100%;
  }
  .story .story-cards {
    flex-wrap: nowrap;
  }
  .story .story-tabs {
    overflow: hidden;
  }
}
.story::before {
  background: #130A65;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 3;
}
.story::after {
  background: linear-gradient(180deg, #130A65 0%, rgba(38, 20, 203, 0) 67.57%);
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 4;
  opacity: 0.1;
  transition: opacity 0.5s ease;
}
.story.is-fading::before {
  opacity: 0.85;
  transition: opacity 1.5s ease;
}
.story.is-fading::after {
  opacity: 1;
  transition: opacity 1s ease;
}
.story .story-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, #040817 0%, #061235 100%);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transform: translateY(calc(100 * var(--scale)));
  opacity: 0;
  transition: none !important;
}
@media (max-width: 960px) {
  .story .story-bg {
    background-attachment: scroll;
  }
}
.story.is-changing .story-bg {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity ease !important;
}
.story .container {
  width: calc(1440 * var(--scale));
  margin: 0 auto;
  z-index: 5;
  position: relative;
}
@media (max-width: 960px) {
  .story .container {
    width: 100%;
  }
}
.story .section-title {
  margin-bottom: calc(32 * var(--scale));
}
.story .story-tabs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: calc(60 * var(--scale));
  border-radius: calc(999 * var(--scale));
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .story .story-tabs {
    border-radius: 0;
  }
}
.story .story-tabs--mobile-bottom {
  display: none;
}
.story .story-tabs__viewport {
  width: 100%;
  overflow: hidden;
  touch-action: auto;
}
.story .story-tabs__viewport::-webkit-scrollbar {
  display: none;
}
.story .story-tabs__viewport {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.story .story-tabs__container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
.story .story-tab {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #fff;
  padding: calc(14 * var(--scale)) calc(14 * var(--scale));
  font-size: calc(24 * var(--scale));
  letter-spacing: 0.04em;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease, background 0.25s ease !important;
  border-radius: calc(999 * var(--scale));
}
@media (max-width: 960px) {
  .story .story-tab {
    font-size: calc(48 * var(--scale));
    padding: calc(20 * var(--scale)) calc(20 * var(--scale));
    opacity: 0.2;
  }
}
@media screen and (min-width: 961px) {
  .story .story-tab:hover, .story .story-tab:focus {
    position: relative;
  }
  .story .story-tab:hover .txt, .story .story-tab:focus .txt {
    background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 3;
  }
  .story .story-tab:hover::before, .story .story-tab:focus::before {
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: calc(999 * var(--scale));
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
  }
}
@media (max-width: 960px) {
  .story .story-tabs {
    overflow: hidden;
  }
  .story .story-tabs__viewport {
    width: 100%;
    overflow: hidden;
    touch-action: auto;
    touch-action: pan-y;
  }
  .story .story-tabs__container,
  .story .story-tab {
    will-change: transform;
    transition: color 0.25s ease, opacity 0.25s ease !important;
    -webkit-transition-property: color, opacity !important;
    transition-property: color, opacity !important;
  }
  .story .story-tabs__container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    gap: calc(24 * var(--scale));
  }
  .story .story-tabs--mobile-bottom {
    display: block;
    margin-top: calc(40 * var(--scale));
  }
}
.story .story-tabs--mobile-bottom .story-tabs__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.story .story-tabs--mobile-bottom .story-tab {
  scroll-snap-align: center;
}
.story .story-tab.story-tab--active {
  opacity: 1;
}
.story .story-tab.story-tab--active .txt {
  background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  z-index: 3;
}
.story .story-tab--active {
  background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}
.story .story-tab--active::before {
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: calc(999 * var(--scale));
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}
@media (max-width: 960px) {
  .story .story-tab--active {
    opacity: 1;
  }
}
.story .story-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1.1fr);
  align-items: start;
  display: none;
}
.story .story-grid.story-grid--active {
  display: grid;
}
@media (max-width: 960px) {
  .story .story-grid {
    grid-template-columns: 1fr;
    gap: calc(80 * var(--scale));
  }
}
.story .story-copy {
  min-width: 0;
  padding: calc(70 * var(--scale)) calc(100 * var(--scale));
  overflow-wrap: break-word;
  word-break: break-word;
  z-index: 5;
  position: relative;
  transform: translateY(calc(40 * var(--scale))) !important;
  opacity: 0 !important;
  transition: none !important;
}
.story .story-copy h3 {
  font-size: calc(60 * var(--scale));
  line-height: 1.05;
  margin-bottom: calc(20 * var(--scale));
  padding-bottom: calc(20 * var(--scale));
  position: relative;
  overflow-wrap: break-word;
  word-break: break-word;
}
.story .story-copy h3::before {
  content: "";
  width: calc(247 * var(--scale));
  height: calc(3 * var(--scale));
  background: linear-gradient(245.82deg, #00FFFF 0%, #2F95FF 30%, #2C5BFF 65%, #8067FF 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.story .story-copy p {
  max-width: calc(620 * var(--scale));
  font-size: calc(24 * var(--scale));
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.02em;
  font-family: "TT-Light";
}
@media (max-width: 960px) {
  .story .story-copy {
    padding: calc(70 * var(--scale)) calc(60 * var(--scale));
  }
  .story .story-copy p {
    font-size: calc(36 * var(--scale));
    width: 100%;
    max-width: none;
  }
}
.story .story-copy.is-content-visible {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease !important;
}
@media (max-width: 960px) {
  .story .story-copy.is-content-visible {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.1s ease !important;
  }
}
.story .story-cards {
  z-index: 5;
  position: relative;
}
.story .story-cards {
  display: flex;
  align-items: center;
  gap: calc(24 * var(--scale));
  position: relative;
  flex-wrap: wrap;
  padding: 0 calc(60 * var(--scale)) calc(40 * var(--scale));
}
@media (max-width: 960px) {
  .story .story-cards {
    gap: calc(16 * var(--scale));
  }
}
.story .story-viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.story .story-list {
  display: flex;
  gap: calc(24 * var(--scale));
}
.story .story-carousel-btn {
  width: calc(60 * var(--scale));
  height: calc(60 * var(--scale));
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
  flex: 0 0 auto;
  position: absolute;
  background: transparent;
  border: none;
  z-index: 5;
  opacity: 0.8;
}
@media (max-width: 960px) {
  .story .story-carousel-btn {
    width: calc(110 * var(--scale));
    height: calc(110 * var(--scale));
  }
}
.story .story-carousel-btn--prev {
  left: calc(10 * var(--scale));
}
.story .story-carousel-btn--next {
  right: calc(10 * var(--scale));
}
.story .story-carousel-btn img {
  max-width: 100%;
}
.story .story-carousel-btn:hover:not(:disabled) {
  opacity: 1;
}
.story .story-carousel-btn:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.story .product-card {
  flex: 0 0 calc((100% - 24 * var(--scale)) / 2);
  position: relative;
  padding: 0 calc(20 * var(--scale)) calc(36 * var(--scale));
  min-height: calc(520 * var(--scale));
  background: linear-gradient(0deg, rgba(0, 20, 77, 0.85), rgba(0, 20, 77, 0.85)), linear-gradient(0deg, rgba(32, 22, 241, 0) 14.85%, #2016F1 69.23%), radial-gradient(81.43% 35.6% at 102.92% 0%, #17D5FF 0%, rgba(23, 213, 255, 0) 100%);
  box-shadow: 0px 4px 8.5px 0px rgba(3, 0, 75, 0.4);
  border-radius: calc(30 * var(--scale));
  overflow: hidden;
  backdrop-filter: blur(calc(12 * var(--scale)));
  transition: transform 0.35s ease;
}
.story .product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(0, 255, 255, 0.15), transparent 38%);
  pointer-events: none;
}
.story .product-card:hover {
  transform: translateY(calc(-6 * var(--scale)));
}
.story .product-card .product-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--scale));
  height: 100%;
  font-family: "TT-Light";
  justify-content: space-between;
}
.story .product-card .product-card-text {
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--scale));
}
@media (max-width: 960px) {
  .story .product-card .product-card-text {
    gap: calc(15 * var(--scale));
  }
}
.story .product-card .product-card-name {
  display: block;
  text-align: center;
  font-size: calc(24 * var(--scale));
  font-family: "TT-Regular";
  margin: 0;
}
@media (max-width: 960px) {
  .story .product-card .product-card-name {
    font-size: calc(42 * var(--scale));
  }
}
.story .product-card .product-card-name__media {
  width: calc(270 * var(--scale));
  margin: 0 auto;
  text-align: center;
}
.story .product-card .product-card-name__media img {
  max-width: 100%;
}
.story .product-card .product-card-model {
  display: block;
  text-align: center;
  font-size: calc(18 * var(--scale));
  margin: calc(8 * var(--scale)) 0 0;
  color: #fff;
}
@media (max-width: 960px) {
  .story .product-card .product-card-model {
    font-size: calc(36 * var(--scale));
  }
}
.story .product-card .product-card-specs {
  margin: 0;
  padding: 0 0 0 calc(20 * var(--scale));
  list-style: none;
  display: grid;
  gap: calc(12 * var(--scale));
  font-size: calc(20 * var(--scale));
  line-height: 1.6;
}
@media (max-width: 960px) {
  .story .product-card .product-card-specs {
    font-size: calc(36 * var(--scale));
  }
}
.story .product-card .product-card-specs li::marker {
  content: "．";
}
.story .product-card .learn-more {
  margin: calc(20 * var(--scale)) auto;
  width: fit-content;
}
.story .story-carousel-dots {
  display: flex;
  justify-content: center;
  gap: calc(10 * var(--scale));
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .story .story-carousel-dots {
    margin-top: calc(90 * var(--scale));
  }
}
.story .story-carousel-dot {
  width: calc(8 * var(--scale));
  height: calc(8 * var(--scale));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}
.story .story-carousel-dot.is-selected {
  background: #fff;
  transform: scale(1.1);
  width: calc(100 * var(--scale));
  height: calc(4 * var(--scale));
  border-radius: calc(5 * var(--scale));
}

.giveaway {
  position: relative;
  overflow: hidden;
  background: #000;
  padding: calc(70 * var(--scale)) 0 calc(120 * var(--scale)) 0;
}
@media (max-width: 960px) {
  .giveaway {
    padding: calc(100 * var(--scale)) 0;
  }
}
.giveaway .giveaway-video {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.giveaway .container {
  max-width: calc(1200 * var(--scale));
  position: relative;
  height: calc(920 * var(--scale));
  padding: 0 calc(20 * var(--scale));
  z-index: 1;
}
@media (max-width: 960px) {
  .giveaway .container {
    height: calc(1960 * var(--scale));
    padding: 0 calc(60 * var(--scale));
  }
}
.giveaway .giveaway-title {
  max-width: calc(567 * var(--scale));
}
.giveaway .giveaway-title img {
  max-width: 100%;
}
.giveaway .giveaway-text {
  font-size: calc(24 * var(--scale));
  font-family: "TT-Light";
  line-height: 1.5;
  color: #464B4F;
  max-width: calc(720 * var(--scale));
  position: absolute;
  left: 0;
  bottom: calc(50 * var(--scale));
  top: auto;
  width: 100%;
  text-align: left;
}
.giveaway .giveaway-icon {
  width: calc(105 * var(--scale));
  position: absolute;
  right: calc(-120 * var(--scale));
  bottom: calc(50 * var(--scale));
}
.giveaway .giveaway-icon img {
  max-width: 100%;
}
.giveaway .giveaway-link {
  font-size: calc(24 * var(--scale));
  text-decoration: none;
  border-radius: calc(50 * var(--scale));
  color: #2f6eff;
  border: calc(3 * var(--scale)) solid #2f6eff;
  padding: calc(10 * var(--scale)) calc(15 * var(--scale));
  overflow: hidden;
}
.giveaway .giveaway-link:hover, .giveaway .giveaway-link:focus {
  background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
  color: #fff;
}
@media (max-width: 960px) {
  .giveaway {
    padding: calc(140 * var(--scale)) 0;
  }
  .giveaway .giveaway-content {
    max-width: calc(760 * var(--scale));
    gap: calc(24 * var(--scale));
    text-align: center;
    align-items: center;
  }
  .giveaway .giveaway-text {
    font-size: calc(48 * var(--scale));
    max-width: none;
    margin: 0 auto;
    padding: 0 calc(60 * var(--scale));
    bottom: calc(-55 * var(--scale));
  }
  .giveaway .giveaway-icon {
    width: calc(105 * var(--scale));
    margin: 0 auto;
    bottom: auto;
    position: absolute;
    top: calc(1300 * var(--scale));
    right: calc(60 * var(--scale));
  }
  .giveaway .giveaway-link {
    font-size: calc(40 * var(--scale));
  }
}
.giveaway-banner {
  display: block;
  width: calc(1200 * var(--scale));
  margin: 0 auto;
}
@media (max-width: 960px) {
  .giveaway-banner {
    display: none;
  }
}
.giveaway-banner--mobile {
  display: none;
  width: calc(840 * var(--scale));
  margin: 0 auto;
}
@media (max-width: 960px) {
  .giveaway-banner--mobile {
    display: block;
  }
}
.giveaway-text {
  font-size: calc(28 * var(--scale));
  font-family: "TT-Light";
  position: absolute;
  left: calc(150 * var(--scale));
  top: calc(160 * var(--scale));
}
@media (max-width: 960px) {
  .giveaway-text {
    font-size: calc(42 * var(--scale));
    text-align: center;
    width: 100%;
    left: 0;
    top: calc(250 * var(--scale));
  }
}
.giveaway-text span {
  color: #2f95ff;
}

.faq {
  background: radial-gradient(118.67% 98.34% at -1.54% 0%, rgba(23, 154, 255, 0.91) 0%, rgba(6, 131, 227, 0) 100%), linear-gradient(180deg, #130A65 75.08%, #9CB0EB 100%);
  padding: calc(110 * var(--scale)) 0 calc(180 * var(--scale));
}
@media (max-width: 960px) {
  .faq {
    padding: calc(140 * var(--scale)) 0 calc(164 * var(--scale));
  }
}

body.is-lightbox-open {
  overflow: hidden;
}

.terms-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
}
.terms-lightbox.is-open {
  display: block;
}
.terms-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.terms-lightbox__panel {
  position: relative;
  width: min(calc(980 * var(--scale)), 92vw);
  max-height: 90vh;
  margin: 5vh auto 0;
  background: #000;
  color: #fff;
  border: calc(2 * var(--scale)) solid rgba(255, 255, 255, 0.42);
  border-radius: calc(20 * var(--scale));
  padding: calc(56 * var(--scale)) calc(40 * var(--scale)) calc(36 * var(--scale));
  overflow: hidden;
}
.terms-lightbox__panel h3 {
  margin: 0 0 calc(24 * var(--scale));
  font-size: calc(36 * var(--scale));
  font-family: "TT-Medium";
}
.terms-lightbox__close {
  position: absolute;
  top: calc(16 * var(--scale));
  right: calc(20 * var(--scale));
  width: calc(42 * var(--scale));
  height: calc(42 * var(--scale));
  border: calc(1 * var(--scale)) solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: calc(30 * var(--scale));
  line-height: 1;
  cursor: pointer;
}
.terms-lightbox__content {
  max-height: calc(90vh - 210 * var(--scale));
  overflow-y: auto;
  padding-right: calc(10 * var(--scale));
}
.terms-lightbox__content p {
  margin: 0 0 calc(16 * var(--scale));
  font-size: calc(24 * var(--scale));
  line-height: 1.6;
}
.terms-lightbox__content ol,
.terms-lightbox__content ul {
  margin: 0 0 calc(16 * var(--scale));
  padding-left: calc(28 * var(--scale));
}
.terms-lightbox__content li {
  margin: 0 0 calc(10 * var(--scale));
  font-size: calc(24 * var(--scale));
  line-height: 1.6;
}
.terms-lightbox__content li > ol,
.terms-lightbox__content li > ul {
  margin-top: calc(10 * var(--scale));
}
.terms-lightbox__content a {
  color: #00ffff;
}
@media (max-width: 960px) {
  .terms-lightbox__panel {
    width: 90vw;
    margin-top: 7vh;
    max-height: 86vh;
    border-width: calc(2 * var(--scale));
    border-radius: calc(24 * var(--scale));
    padding: calc(90 * var(--scale)) calc(48 * var(--scale)) calc(56 * var(--scale));
  }
  .terms-lightbox__panel h3 {
    margin-bottom: calc(30 * var(--scale));
    font-size: calc(56 * var(--scale));
  }
  .terms-lightbox__close {
    top: calc(28 * var(--scale));
    right: calc(28 * var(--scale));
    width: calc(68 * var(--scale));
    height: calc(68 * var(--scale));
    font-size: calc(52 * var(--scale));
  }
  .terms-lightbox__content {
    max-height: calc(86vh - 376 * var(--scale));
  }
  .terms-lightbox__content p {
    margin-bottom: calc(24 * var(--scale));
    font-size: calc(34 * var(--scale));
  }
  .terms-lightbox__content ol,
  .terms-lightbox__content ul {
    margin-bottom: calc(24 * var(--scale));
    padding-left: calc(40 * var(--scale));
  }
  .terms-lightbox__content li {
    margin-bottom: calc(16 * var(--scale));
    font-size: calc(34 * var(--scale));
  }
}

.articles {
  background-image: url("../img/pc/bg_03.jpg");
  background-size: cover;
  background-position: center;
  padding: calc(86 * var(--scale)) 0;
}
@media (max-width: 960px) {
  .articles {
    background-image: url("../img/mobile/bg_03_mobile.jpg");
    padding: calc(120 * var(--scale)) 0 calc(190 * var(--scale));
  }
}
.articles .container {
  width: calc(1440 * var(--scale));
  margin: 0 auto;
}
@media (max-width: 960px) {
  .articles .container {
    width: 100%;
  }
}

.articles-carousel {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--scale));
}
@media (max-width: 960px) {
  .articles-carousel {
    width: calc(692 * var(--scale));
    margin: 0 auto;
  }
}

.article-viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 960px) {
  .article-viewport {
    overflow: visible;
  }
}

.carousel-btn {
  width: calc(56 * var(--scale));
  height: calc(56 * var(--scale));
  border-radius: 50%;
  border: calc(2 * var(--scale)) solid rgba(255, 255, 255, 0.7);
  background: rgba(3, 8, 30, 0.5);
  color: #fff;
  font-size: calc(38 * var(--scale));
  cursor: pointer;
  transition: all 0.25s ease;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .carousel-btn {
    display: none;
  }
}
.carousel-btn--prev::after {
  content: "";
  display: block;
  border-top: calc(8 * var(--scale)) solid transparent;
  border-bottom: calc(8 * var(--scale)) solid transparent;
  border-right: calc(12 * var(--scale)) solid #fff;
}
.carousel-btn--prev:hover:not(:disabled) {
  border-color: #00ffff;
}
.carousel-btn--prev:hover:not(:disabled)::after {
  border-right-color: #00ffff;
}
.carousel-btn--next::after {
  content: "";
  display: block;
  border-top: calc(8 * var(--scale)) solid transparent;
  border-bottom: calc(8 * var(--scale)) solid transparent;
  border-left: calc(12 * var(--scale)) solid #fff;
}
.carousel-btn--next:hover:not(:disabled) {
  border-color: #00ffff;
}
.carousel-btn--next:hover:not(:disabled)::after {
  border-left-color: #00ffff;
}
.carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.section-title {
  text-align: center;
  font-size: calc(72 * var(--scale));
  font-weight: 400;
  margin: 0 0 calc(30 * var(--scale));
  font-family: "TT-Light";
  font-weight: 400;
}
.section-title .grad {
  background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 960px) {
  .section-title {
    font-size: calc(102 * var(--scale));
    margin: 0 0 calc(124 * var(--scale));
  }
}

.article-list {
  display: flex;
  gap: calc(18 * var(--scale));
}
@media (max-width: 960px) {
  .article-list {
    gap: calc(65 * var(--scale));
  }
}

.card {
  flex: 0 0 calc((100% - 18 * var(--scale) * 3) / 4);
  position: relative;
  background: #1c1c1c;
  border: calc(2 * var(--scale)) solid #fff;
  border-radius: calc(36 * var(--scale));
  height: calc(468 * var(--scale));
  cursor: pointer;
}
@media (max-width: 960px) {
  .card {
    flex: 0 0 calc(692 * var(--scale));
  }
}
.card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  border-radius: inherit;
}
.card-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: calc(36 * var(--scale));
  transition: transform 0.5s ease;
}
.card-mask {
  width: calc(100% + 4 * var(--scale));
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 22, 241, 0) 38.141%, rgba(32, 22, 241, 0.8) 85.15%);
  left: calc(-2 * var(--scale));
  bottom: calc(-2 * var(--scale));
  pointer-events: none;
  border-radius: calc(36 * var(--scale));
  overflow: hidden;
}
.card-mask::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  background: radial-gradient(74.81% 36.95% at 7.95% 100%, #17d5fa 0%, rgba(23, 213, 255, 0) 100%), linear-gradient(180deg, rgba(32, 22, 241, 0) 38.141%, rgba(32, 22, 241, 0.8) 85.15%);
  transition: all 0.3s;
}
.card-body {
  position: absolute;
  left: calc(27 * var(--scale));
  right: calc(25 * var(--scale));
  bottom: calc(25 * var(--scale));
  z-index: 1;
}
.card-title {
  font-size: calc(24 * var(--scale));
  line-height: 1.25;
  margin: 0 0 calc(19 * var(--scale));
  min-height: calc(78 * var(--scale));
  color: #fff;
  text-shadow: 0 0 calc(5 * var(--scale)) #2016f1;
  font-weight: 400;
}
.card:hover .card-cover {
  transform: scale(1.08);
}
.card:hover .learn-more {
  border: calc(2 * var(--scale)) solid #0ff;
  color: #0ff;
}
.card:hover .card-mask::after {
  opacity: 1;
}
@media (max-width: 960px) {
  .card {
    height: calc(936 * var(--scale));
  }
  .card-cover {
    border-radius: inherit;
  }
  .card-mask {
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: inherit;
  }
  .card-body {
    left: calc(28 * var(--scale));
    right: calc(28 * var(--scale));
    bottom: calc(28 * var(--scale));
  }
  .card-title {
    font-size: calc(48 * var(--scale));
    margin-bottom: calc(38 * var(--scale));
    min-height: auto;
    line-height: 1.22;
  }
}

.learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: calc(2 * var(--scale)) solid #fff;
  border-radius: calc(24 * var(--scale));
  color: #fff;
  text-decoration: none;
  height: calc(36 * var(--scale));
  min-width: calc(160 * var(--scale));
  font-size: calc(16 * var(--scale));
  text-transform: uppercase;
  transition: 0.3s all;
  font-family: "TT-Light";
}
@media (max-width: 960px) {
  .learn-more {
    height: calc(72 * var(--scale));
    min-width: calc(320 * var(--scale));
    font-size: calc(32 * var(--scale));
    border-radius: calc(40 * var(--scale));
  }
}

.faq {
  background: radial-gradient(118.67% 98.34% at -1.54% 0%, rgba(23, 154, 255, 0.91) 0%, rgba(6, 131, 227, 0) 100%), linear-gradient(180deg, #130A65 75.08%, #9CB0EB 100%);
  padding: calc(110 * var(--scale)) 0 calc(180 * var(--scale));
}
@media (max-width: 960px) {
  .faq {
    padding: calc(140 * var(--scale)) 0 calc(164 * var(--scale));
  }
}
.faq-list {
  margin-top: calc(74 * var(--scale));
}
@media (max-width: 960px) {
  .faq-list {
    padding: 0 calc(60 * var(--scale));
  }
}
.faq-item {
  padding: calc(32 * var(--scale)) calc(24 * var(--scale)) calc(32 * var(--scale)) calc(32 * var(--scale));
  position: relative;
}
.faq-item::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(2 * var(--scale));
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: calc(28 * var(--scale));
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 960px) {
  .faq-item summary {
    font-size: calc(54 * var(--scale));
    align-items: flex-start;
  }
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "";
  display: block;
  background-image: url("../img/Property 1=open.svg");
  background-size: cover;
  width: calc(21 * var(--scale));
  height: calc(21 * var(--scale));
  flex: 0 0 auto;
}
@media (max-width: 960px) {
  .faq-item summary::after {
    width: calc(42 * var(--scale));
    height: calc(42 * var(--scale));
    margin-top: calc(12 * var(--scale));
  }
}
.faq-item .faq-question {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.faq-item[open], .faq-item:hover {
  background: linear-gradient(0deg, rgba(0, 20, 77, 0.85), rgba(0, 20, 77, 0.85)), linear-gradient(0deg, rgba(32, 22, 241, 0) 14.85%, #2016F1 69.23%), radial-gradient(81.43% 35.6% at 102.92% 0%, #17D5FF 0%, rgba(23, 213, 255, 0) 100%);
}
.faq-item[open]::after, .faq-item:hover::after {
  background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
}
.faq-item[open] summary, .faq-item:hover summary {
  border-color: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
  background: linear-gradient(220deg, #00ffff 0%, #2f95ff 30%, #2c5bff 65%, #8067ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-item[open] summary::after, .faq-item:hover summary::after {
  background-image: url("../img/Property 1=close.svg");
}
.faq-item[open] summary::after {
  transform: rotate(180deg);
}
.faq-item p {
  margin: calc(16 * var(--scale)) 0 0;
  font-size: calc(20 * var(--scale));
  color: #fff;
}
@media (max-width: 960px) {
  .faq-item p {
    margin-top: calc(60 * var(--scale));
    font-size: calc(36 * var(--scale));
    word-break: break-word;
  }
}
.faq-item p a {
  color: #0ff;
}
.faq-item:last-child {
  border-bottom: calc(2 * var(--scale)) solid #fff;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, calc(28 * var(--scale)), 0);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.2, 0.9, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}/*# sourceMappingURL=styles.css.map */