/* Desktop artboard geometry; smaller viewports retain the semantic flow layout. */
.figma-native {
  position: relative;
  width: 1440px;
  margin-inline: calc((100% - 1440px) / 2);
  font-family: Satoshi, "Noto Sans SC", sans-serif;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}
.figma-native :where(p, h1, h2, h3, ul, li) {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-wrap: initial;
  overflow-wrap: normal;
}
.figma-native h1,
.figma-native h2 {
  text-wrap: initial;
}
.figma-native [data-node-id="1:3226"],
.figma-native [data-node-id="1:2845"] {
  text-shadow: none;
  filter: drop-shadow(0 4px 4px #0006);
}
.figma-native .figma-heading {
  font: inherit;
  color: inherit;
  margin: 0;
}
.figma-native * {
  letter-spacing: 0 !important;
  border-width: 0;
  border-style: solid;
}
.figma-native a {
  cursor: pointer;
  pointer-events: auto;
}
.figma-native :is(p, h1, h2, h3) {
  pointer-events: auto;
}
.figma-native img {
  pointer-events: none;
}
body.pixel-layout {
  background: #0b131c;
}
.pixel-layout .site-header {
  position: absolute;
  inset: 65.99px 0 auto;
  padding: 0;
  z-index: 100;
}
.pixel-layout .header-inner {
  width: 1237px;
  max-width: none;
  gap: 15px;
}
.pixel-layout .nav-pill {
  position: relative;
  flex: none;
  width: 983px;
  height: 56.56px;
  min-height: 0;
  border-radius: 20px;
  padding: 0;
  background: #f4f8ff;
  box-shadow: 0 4px 4px #0004;
}
.pixel-layout .brand {
  position: absolute;
  left: 40px;
  top: 15px;
}
.pixel-layout .brand img {
  width: 160.353px;
  height: 25px;
}
.pixel-layout #primary-nav {
  display: contents;
  font-family: Raleway, "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.pixel-layout #primary-nav > a,
.pixel-layout .nav-dropdown {
  position: absolute;
  top: 18px;
  line-height: 20px;
  color: #0d152c;
}
.pixel-layout #primary-nav > a:first-child {
  left: 274px;
}
.pixel-layout #primary-nav > a:nth-of-type(2) {
  left: 570px;
}
.pixel-layout #primary-nav > a:nth-of-type(3) {
  left: 717px;
}
.pixel-layout .nav-dropdown {
  left: 379px;
}
.pixel-layout .nav-dropdown summary {
  line-height: 20px;
  color: #0d152c;
  gap: 14px;
}
.pixel-layout summary .icon {
  width: 24px;
  height: 24px;
}
.pixel-layout .language-dropdown {
  position: absolute;
  top: 16px;
  right: 39px;
  margin: 0;
}
.pixel-layout .language-dropdown summary {
  font:
    500 20px/20px Raleway,
    "Noto Sans SC",
    sans-serif;
  gap: 0;
  color: #013fe3;
}
.pixel-layout .language-dropdown summary > .icon:first-child {
  display: none;
}
.pixel-layout .account-actions {
  gap: 15px;
  position: relative;
  top: 1.73px;
}
.pixel-layout .account-actions .button {
  width: 112px;
  min-width: 0;
  height: 50px;
  padding: 12px 24px;
  min-height: 0;
  border: 0;
  border-radius: 15px;
  font:
    500 16px/26px Satoshi,
    "Noto Sans SC",
    sans-serif;
  background: #45b3fd;
}
.pixel-layout .account-actions .button:last-child {
  background: #1162dc;
}

html[lang="en"] .pixel-layout .header-inner {
  width: 1254px;
  margin-left: calc(50% - 631px);
}
html[lang="en"] .pixel-layout .brand {
  top: 22px;
}
html[lang="en"] .pixel-layout #primary-nav > a,
html[lang="en"] .pixel-layout .nav-dropdown {
  top: 25px;
}
html[lang="en"] .pixel-layout .language-dropdown {
  top: 23px;
}
html[lang="en"] .pixel-layout .account-actions {
  gap: 25px;
}
html[lang="en"] .pixel-layout .account-actions .button {
  width: 128px;
  white-space: nowrap;
}
html[lang="en"] .pixel-layout .account-actions .button:last-child {
  width: 103px;
}

/* Fit reviewed wording inside the existing artboard text areas. */
.figma-native [data-node-id="1:1408"] :is(h1, span) {
  font-size: 76px;
  line-height: 1.2;
}
.figma-native [data-node-id="1:2553"] p {
  font-size: 100px;
}
