:root {
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.68, 0, 0.265, 1);
  --ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --header-h: calc(127 / 1920 * 100vw);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  background: #0e1e31;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  font: inherit;
}

body.intro-lock {
  overflow: hidden;
}

.door-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
}

.door {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.15s var(--ease-in-out);
}

.door-overlay.doors-open .door-left {
  transform: translateX(-104%);
}

.door-overlay.doors-open .door-right {
  transform: translateX(104%);
}

.door-overlay.doors-done {
  display: none;
}

.fixed-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #0e1e31 url('../assets/fixed-bg-d.png') center / cover no-repeat;
}

main {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-inner {
  position: relative;
  width: 100%;
  height: var(--header-h);
  background: url('../assets/header-bg-d.png') center / 100% 100% no-repeat;
}

.header-logo {
  position: absolute;
  left: calc(33 / 1920 * 100vw);
  top: calc(15.8 / 1920 * 100vw);
  width: calc(381.5 / 1920 * 100vw);
}

.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.nav-item {
  position: absolute;
  top: calc(38.4 / 1920 * 100vw);
  width: calc(129.34 / 1920 * 100vw);
  height: calc(73.77 / 1920 * 100vw);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: calc(16.4 / 1920 * 100vw);
}

.nav-item:nth-child(1) { left: calc(1066.79 / 1920 * 100vw); }
.nav-item:nth-child(2) { left: calc(1220.72 / 1920 * 100vw); }
.nav-item:nth-child(3) { left: calc(1377.11 / 1920 * 100vw); }
.nav-item:nth-child(4) { left: calc(1531.13 / 1920 * 100vw); }
.nav-item:nth-child(5) { left: calc(1686.41 / 1920 * 100vw); }

.nav-plate {
  position: absolute;
  inset: 0;
  background: url('../assets/header-menu-d.png') center / 100% 100% no-repeat;
  opacity: 0;
  transition: opacity 0.3s var(--ease-out);
}

.nav-item .nav-label {
  position: relative;
  font-size: calc(20 / 1920 * 100vw);
  line-height: 1;
  letter-spacing: calc(4.5 / 1920 * 100vw);
  margin-right: calc(-4.5 / 1920 * 100vw);
  color: #efefef;
  white-space: nowrap;
  transition: color 0.3s var(--ease-out);
}

.nav-item.is-active .nav-plate {
  opacity: 1;
}

.nav-item:hover .nav-label,
.nav-item.is-active .nav-label {
  color: #92e3ff;
  text-shadow: 0 0 calc(8 / 1920 * 100vw) rgba(30, 180, 255, 0.9);
}

.menu-toggle,
.mobile-menu,
.mobile-fixed-bar {
  display: none;
}

.side-fixed {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 110;
  pointer-events: none;
}

.side-line,
.side-top {
  pointer-events: auto;
  position: absolute;
  display: block;
}

.side-line {
  right: calc(4 / 1920 * 100vw);
  top: 30.8vh;
  width: calc(76 / 1920 * 100vw);
}

.side-top {
  right: calc(4.5 / 1920 * 100vw);
  top: 67.9vh;
  width: calc(75 / 1920 * 100vw);
  transition: opacity 0.3s var(--ease-out);
}

.side-line:hover,
.side-top:hover {
  filter: brightness(1.15);
}

.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kv-bot {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-bottom: calc(-29 / 1920 * 100vw);
}

.kv-bg {
  position: relative;
  width: 100%;
}

.kv-mask {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
  transition: opacity 1.8s var(--ease-out);
  pointer-events: none;
}

.kv.light-on .kv-mask {
  opacity: 0;
}

.kv-cord {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 1.2s var(--ease-out);
}

.kv-cord-left {
  transform: translateX(-58%);
}

.kv-cord-right {
  transform: translateX(58%);
}

.kv.cords-in .kv-cord {
  transform: translateX(0);
}

.kv-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 72%;
  transition: opacity 0.3s var(--ease-out), transform 0.55s var(--ease-back);
}

.kv.light-on .kv-light {
  opacity: 1;
  transform: scale(1);
}

.kv-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out);
}

.kv.text-in .kv-text {
  opacity: 1;
}

.kv-date {
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out);
}

.kv.date-in .kv-date {
  opacity: 1;
}

.kv-date-1,
.kv-date-2 {
  left: calc(574.91 / 1920 * 100vw);
  top: calc(884.36 / 1920 * 100vw);
  width: calc(768.93 / 1920 * 100vw);
}

.kv-date-3 {
  left: calc(661.19 / 1920 * 100vw);
  top: calc(903.14 / 1920 * 100vw);
  width: calc(597.62 / 1920 * 100vw);
}

body.date-1 .kv-date-1 { display: block; }
body.date-2 .kv-date-2 { display: block; }
body.date-3 .kv-date-3 { display: block; }

.block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.block-bg {
  position: relative;
  width: 100%;
}

.block-text,
.block-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.block-1 { width: calc(1530.5 / 1920 * 100vw); margin-top: calc(44.5 / 1920 * 100vw); }
.block-2 { width: calc(1504 / 1920 * 100vw); margin-top: calc(26 / 1920 * 100vw); }
.block-3 { width: calc(1504 / 1920 * 100vw); margin-top: calc(43 / 1920 * 100vw); }
.block-4 { width: calc(1508 / 1920 * 100vw); margin-top: calc(16 / 1920 * 100vw); }
.block-5 { width: calc(1508 / 1920 * 100vw); margin-top: 0; }
.block-6 { width: calc(1530.5 / 1920 * 100vw); margin-top: calc(16 / 1920 * 100vw); }
.block-7 { width: calc(1530.5 / 1920 * 100vw); margin-top: 0; }

.block-buy {
  width: calc(1504 / 1920 * 100vw);
  margin-top: calc(25 / 1920 * 100vw);
}

.buy-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.buy-variant {
  position: relative;
  display: none;
}

body.date-1 .buy-recruit { display: block; }
body.date-2 .buy-listed { display: block; }
body.date-3 .buy-listed { display: block; }

.buy-bg {
  position: relative;
  width: 100%;
}

.buy-title-m {
  display: none;
}

.buy-brokers {
  position: absolute;
  left: calc(158 / 1920 * 100vw);
  top: calc(195 / 1920 * 100vw);
  width: calc(1190 / 1920 * 100vw);
  font-size: calc(25.5 / 1920 * 100vw);
  line-height: calc(45.5 / 1920 * 100vw);
  color: #ececec;
}

.buy-listed-note {
  position: absolute;
  left: calc(158 / 1920 * 100vw);
  top: calc(401 / 1920 * 100vw);
  width: calc(1220 / 1920 * 100vw);
  font-size: calc(25.5 / 1920 * 100vw);
  line-height: 1.2;
  color: #ececec;
}

.buy-alt-note {
  position: absolute;
  left: calc(337 / 1920 * 100vw);
  top: calc(166.6 / 1920 * 100vw);
  width: calc(830 / 1920 * 100vw);
  font-size: calc(34 / 1920 * 100vw);
  line-height: calc(58 / 1920 * 100vw);
  text-align: center;
  color: #ececec;
}

.src {
  position: absolute;
  font-size: calc(16 / 1920 * 100vw);
  line-height: 1.32;
  color: #c3d8d5;
}

.src-line {
  color: #cadcda;
  white-space: nowrap;
}

.src-em {
  color: #f6cf6b;
  font-size: calc(17 / 1920 * 100vw);
}

.src-b1 { left: calc(295.4 / 1920 * 100vw); top: calc(759.3 / 1920 * 100vw); }
.src-b2 { left: calc(145.9 / 1920 * 100vw); top: calc(627.8 / 1920 * 100vw); width: calc(1210 / 1920 * 100vw); }
.src-b3 { left: calc(145.9 / 1920 * 100vw); top: calc(713.5 / 1920 * 100vw); }
.src-b4 { left: calc(148 / 1920 * 100vw); top: calc(540.3 / 1920 * 100vw); width: calc(1210 / 1920 * 100vw); }
.src-b5 { left: calc(148 / 1920 * 100vw); top: calc(506.9 / 1920 * 100vw); width: calc(1236 / 1920 * 100vw); font-size: calc(15.5 / 1920 * 100vw); }
.src-b5 .src-em { font-size: calc(15.5 / 1920 * 100vw); }
.src-b6l { left: calc(127 / 1920 * 100vw); top: calc(623.1 / 1920 * 100vw); }
.src-b6r { left: calc(629.1 / 1920 * 100vw); top: calc(623.8 / 1920 * 100vw); width: calc(770 / 1920 * 100vw); }
.src-b7 { left: calc(295.4 / 1920 * 100vw); top: calc(451.3 / 1920 * 100vw); }

.site-footer {
  position: relative;
  width: 100%;
  margin-top: calc(40 / 1920 * 100vw);
  height: calc(624 / 1920 * 100vw);
  background: url('../assets/footer-bg-d.png') center / 100% 100% no-repeat;
}

.downloads {
  position: absolute;
  top: calc(17 / 1920 * 100vw);
  left: 0;
  width: 100%;
  height: calc(138 / 1920 * 100vw);
}

.dl {
  position: absolute;
  top: 0;
  transition: filter 0.3s var(--ease-out);
}

.dl:hover {
  filter: brightness(1.2);
}

.dl-1 { left: calc(557.5 / 1920 * 100vw); width: calc(330 / 1920 * 100vw); }
.dl-2 { left: calc(890 / 1920 * 100vw); width: calc(257 / 1920 * 100vw); }
.dl-3 { left: calc(1146 / 1920 * 100vw); width: calc(216 / 1920 * 100vw); }

.footer-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.footer-company {
  position: absolute;
  top: calc(257 / 1920 * 100vw);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: calc(16 / 1920 * 100vw);
  line-height: calc(19 / 1920 * 100vw);
  color: #ffffff;
}

.footer-warning {
  position: absolute;
  top: calc(290.5 / 1920 * 100vw);
  left: calc(56 / 1920 * 100vw);
  width: calc(1764 / 1920 * 100vw);
}

.footer-warning p {
  font-size: calc(16 / 1920 * 100vw);
  line-height: calc(23.6 / 1920 * 100vw);
  letter-spacing: calc(1 / 1920 * 100vw);
  color: #c3d8d5;
  text-align: justify;
}

.warn-lead {
  font-weight: 700;
  color: #ffffff;
}

.warn-em {
  font-weight: 700;
  color: #f6cf6b;
}

.br-m {
  display: none;
}

.table-scroll {
  display: none;
}

.reveal .block-bg,
.reveal.block .block-bg {
  opacity: 0;
  transform: translateY(calc(40 / 1920 * 100vw));
  transition: opacity 1.3s var(--ease-out), transform 1.3s var(--ease-out);
}

.reveal .block-title {
  opacity: 0;
  transform: translateY(calc(30 / 1920 * 100vw));
  transition: opacity 1.3s var(--ease-out) 0.25s, transform 1.3s var(--ease-out) 0.25s;
}

.reveal .block-text {
  opacity: 0;
  transform: translateY(calc(30 / 1920 * 100vw));
  transition: opacity 1.3s var(--ease-out) 0.5s, transform 1.3s var(--ease-out) 0.5s;
}

.reveal .block-text.block-chart {
  transform: translateX(calc(-60 / 1920 * 100vw));
}

.reveal .buy-title,
.reveal .buy-bg,
.reveal .buy-brokers,
.reveal .buy-listed-note,
.reveal .buy-alt-note,
.reveal .buy-title-m,
.reveal .src,
.reveal .dl,
.reveal .table-scroll,
.reveal .table-scrollbar {
  opacity: 0;
  transform: translateY(calc(30 / 1920 * 100vw));
  transition: opacity 1.3s var(--ease-out) 0.25s, transform 1.3s var(--ease-out) 0.25s;
}

.reveal .dl-1 {
  transition-delay: 0.25s;
}

.reveal .dl-2 {
  transition-delay: 0.5s;
}

.reveal .dl-3 {
  transition-delay: 0.75s;
}

.block,
.kv,
.downloads {
  scroll-margin-top: var(--header-h);
}

@media (max-width: 800px) {
  :root {
    --header-h: calc(50 / 375 * 100vw);
  }

  .fixed-bg {
    background-image: url('../assets/fixed-bg-m.png');
  }

  .header-inner {
    height: calc(60 / 375 * 100vw);
    background: url('../assets/header-bg-m.png') top center / 100% 100% no-repeat;
  }

  .header-logo {
    left: calc(14.78 / 375 * 100vw);
    top: calc(14.18 / 375 * 100vw);
    width: calc(185.27 / 375 * 100vw);
  }

  .header-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    right: calc(4.5 / 375 * 100vw);
    top: calc(1.2 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }

  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
    background: #071528;
    box-shadow: 0 calc(10 / 375 * 100vw) calc(30 / 375 * 100vw) rgba(0, 0, 0, 0.6);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu-head {
    position: relative;
    height: calc(50 / 375 * 100vw);
    background: url('../assets/header-bg-m.png') top center / 100% auto no-repeat;
  }

  .mobile-menu-logo {
    position: absolute;
    left: calc(14.78 / 375 * 100vw);
    top: calc(14.18 / 375 * 100vw);
    width: calc(185.27 / 375 * 100vw);
  }

  .menu-close {
    position: absolute;
    right: calc(4.5 / 375 * 100vw);
    top: calc(1.2 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }

  .mobile-menu-nav {
    position: relative;
    padding: calc(66.68 / 375 * 100vw) 0 calc(129 / 375 * 100vw);
  }

  .mobile-menu-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(219.1 / 375 * 100vw);
    height: calc(53.64 / 375 * 100vw);
    margin: 0 auto calc(33.96 / 375 * 100vw);
    background: url('../assets/header-menu-m.png') center / 100% auto no-repeat;
  }

  .mobile-menu-item span {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: calc(4 / 375 * 100vw);
    margin-right: calc(-4 / 375 * 100vw);
    color: #eaf4ff;
  }

  .side-fixed {
    display: none;
  }

  .kv-bot {
    margin-bottom: calc(-13 / 375 * 100vw);
  }

  .mobile-fixed-bar {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(67 / 375 * 100vw);
    z-index: 110;
  }

  .mobile-fixed-bar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: env(safe-area-inset-bottom, 0px);
    background: #0c2239;
  }

  .mobile-fixed-bar .bar-bg {
    display: block;
    width: 100%;
  }

  .mobile-fixed-bar .bar-line {
    position: absolute;
    left: calc(24 / 375 * 100vw);
    top: calc(12.5 / 375 * 100vw);
    width: calc(206 / 375 * 100vw);
  }

  .mobile-fixed-bar .bar-top {
    position: absolute;
    right: calc(24 / 375 * 100vw);
    top: calc(13 / 375 * 100vw);
    width: calc(44 / 375 * 100vw);
  }

  .kv {
    padding-top: calc(50 / 375 * 100vw);
  }

  .kv-mask,
  .kv-cord,
  .kv-light,
  .kv-text {
    top: calc(50 / 375 * 100vw);
    height: calc(600 / 375 * 100vw);
  }

  .kv-date-1,
  .kv-date-2,
  .kv-date-3 {
    left: 0;
    width: 100%;
  }

  .kv-date-1 { top: calc(466 / 375 * 100vw); }
  .kv-date-2 { top: calc(468 / 375 * 100vw); }
  .kv-date-3 { top: calc(471 / 375 * 100vw); }

  .block-1 { width: 100%; margin-top: calc(1 / 375 * 100vw); }
  .block-2 { width: 100%; margin-top: calc(17 / 375 * 100vw); }
  .block-3 { width: 100%; margin-top: calc(37 / 375 * 100vw); }
  .block-4 { width: 100%; margin-top: calc(21 / 375 * 100vw); }
  .block-5 { width: calc(374 / 375 * 100vw); margin-top: calc(16 / 375 * 100vw); }
  .block-6 { width: 100%; margin-top: calc(34 / 375 * 100vw); }
  .block-7 { width: 100%; margin-top: calc(13 / 375 * 100vw); }

  .block-buy {
    width: 100%;
    margin-top: calc(17 / 375 * 100vw);
  }

  .buy-title {
    display: none;
  }

  .buy-title-m {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .buy-brokers {
    left: calc(23.5 / 375 * 100vw);
    top: calc(124 / 375 * 100vw);
    width: calc(328 / 375 * 100vw);
    font-size: calc(19.5 / 375 * 100vw);
    line-height: calc(33.3 / 375 * 100vw);
    letter-spacing: calc(1 / 375 * 100vw);
    font-weight: 500;
  }

  .buy-listed-note {
    left: calc(23.5 / 375 * 100vw);
    top: calc(379 / 375 * 100vw);
    width: calc(328 / 375 * 100vw);
    font-size: calc(19.5 / 375 * 100vw);
    line-height: calc(32.8 / 375 * 100vw);
    letter-spacing: calc(1 / 375 * 100vw);
    font-weight: 500;
  }

  .buy-alt-note {
    left: calc(28.5 / 375 * 100vw);
    top: calc(70 / 375 * 100vw);
    width: calc(320 / 375 * 100vw);
    font-size: calc(19.5 / 375 * 100vw);
    line-height: calc(33.85 / 375 * 100vw);
    letter-spacing: calc(1 / 375 * 100vw);
    font-weight: 500;
    text-align: left;
  }

  .site-footer {
    margin-top: calc(17 / 375 * 100vw);
    height: auto;
    background: none;
    padding-bottom: calc(76 / 375 * 100vw);
  }

  .downloads {
    position: relative;
    top: 0;
    height: auto;
  }

  .dl {
    position: relative;
    display: block;
    left: 0;
    width: 100%;
  }

  .dl-1, .dl-2, .dl-3 {
    left: 0;
    width: 100%;
  }

  .footer-panel {
    position: relative;
    height: auto;
    pointer-events: auto;
    margin-top: calc(20 / 375 * 100vw);
    background: #0e1e31 url('../assets/footer-bg-m.png') top center / 100% auto no-repeat;
    padding: calc(21.55 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }

  .footer-company {
    position: relative;
    top: 0;
    left: auto;
    margin: 0 auto;
    width: calc(343 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }

  .footer-warning {
    position: relative;
    top: 0;
    left: auto;
    margin: calc(22 / 375 * 100vw) auto 0;
    width: calc(343.2 / 375 * 100vw);
    border-top: 1px solid rgba(195, 216, 213, 0.35);
    padding-top: calc(14 / 375 * 100vw);
  }

  .footer-warning p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23.2 / 375 * 100vw);
    letter-spacing: 0;
  }

  .br-m {
    display: inline;
  }

  .sep-m {
    display: none;
  }

  .table-scroll {
    display: block;
    position: absolute;
    left: calc(24 / 375 * 100vw);
    top: calc(425 / 375 * 100vw);
    width: calc(329 / 375 * 100vw);
    height: calc(280 / 375 * 100vw);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .table-scroll::-webkit-scrollbar {
    display: none;
  }

  .table-scroll img {
    width: calc(494 / 375 * 100vw);
    max-width: none;
  }

  .table-scrollbar {
    display: block;
    position: absolute;
    left: calc(35 / 375 * 100vw);
    top: calc(683 / 375 * 100vw);
    width: calc(305 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    background: rgba(140, 210, 255, 0.22);
    border-radius: calc(2 / 375 * 100vw);
  }

  .table-scrollbar-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, #45c8ff, #1e8fe0);
    border-radius: calc(2 / 375 * 100vw);
    box-shadow: 0 0 calc(6 / 375 * 100vw) rgba(69, 200, 255, 0.6);
  }

  .src {
    font-size: calc(11.5 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }

  .src-em {
    font-size: inherit;
  }

  .src-b5 .src-em {
    font-size: inherit;
  }

  .src-b1 { left: calc(37 / 375 * 100vw); top: calc(874 / 375 * 100vw); }
  .src-b2 { left: calc(21 / 375 * 100vw); top: calc(583 / 375 * 100vw); width: calc(333 / 375 * 100vw); }
  .src-b3 { left: calc(21 / 375 * 100vw); top: calc(748 / 375 * 100vw); }
  .src-b4 { left: calc(38 / 375 * 100vw); top: calc(922 / 375 * 100vw); width: calc(310 / 375 * 100vw); }
  .src-b5 { left: calc(21 / 375 * 100vw); top: calc(349 / 375 * 100vw); width: calc(333 / 375 * 100vw); font-size: calc(11.5 / 375 * 100vw); }
  .src-b6l {
    display: none;
  }

  .src-b6r {
    left: calc(33 / 375 * 100vw);
    top: calc(716 / 375 * 100vw);
    width: calc(310 / 375 * 100vw);
  }
  .src-b7 { left: calc(36 / 375 * 100vw); top: calc(456 / 375 * 100vw); }

  .reveal .block-bg {
    transform: translateY(calc(30 / 375 * 100vw));
  }

  .reveal .block-title,
  .reveal .block-text,
  .reveal .buy-title,
  .reveal .buy-bg,
  .reveal .buy-brokers,
  .reveal .buy-listed-note,
  .reveal .buy-alt-note,
  .reveal .buy-title-m,
  .reveal .src,
  .reveal .dl,
  .reveal .table-scroll,
  .reveal .table-scrollbar {
    transform: translateY(calc(24 / 375 * 100vw));
  }

  .reveal .block-text.block-chart {
    transform: translateX(calc(-40 / 375 * 100vw));
  }
}

.reveal.is-in .block-bg,
.reveal.is-in .block-title,
.reveal.is-in .block-text,
.reveal.is-in .block-text.block-chart,
.reveal.is-in .buy-title,
.reveal.is-in .buy-bg,
.reveal.is-in .buy-brokers,
.reveal.is-in .buy-listed-note,
.reveal.is-in .buy-alt-note,
.reveal.is-in .buy-title-m,
.reveal.is-in .src,
.reveal.is-in .dl,
.reveal.is-in .table-scroll,
.reveal.is-in .table-scrollbar {
  opacity: 1;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .door-overlay {
    display: none;
  }

  .kv-mask {
    opacity: 0;
  }

  .kv-cord-left,
  .kv-cord-right {
    transform: none;
  }

  .kv-light,
  .kv-text,
  .kv-date {
    opacity: 1;
    transform: none;
  }

  .kv-light {
    transform: scale(1);
  }

  .reveal .block-bg,
  .reveal .block-title,
  .reveal .block-text,
  .reveal .block-text.block-chart,
  .reveal .buy-title,
  .reveal .buy-bg,
  .reveal .buy-brokers,
  .reveal .buy-listed-note,
  .reveal .buy-alt-note,
  .reveal .buy-title-m,
  .reveal .src,
  .reveal .dl,
  .reveal .table-scroll,
  .reveal .table-scrollbar {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
