/* =============================================
   WHITEPAPER DETAIL PAGE STYLES
   Merged from: whitepaper-styleguide.css + whitepaper-detail.css
   ============================================= */

/* Design tokens (:root variables) are defined globally in style.css — no duplication needed here. */

/* -----------------------------------------
   WHITEPAPER DETAIL PAGE RULES
   Source: whitepaper-detail.css
   ----------------------------------------- */

/* responsive helpers */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.whitepaper-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  align-items: flex-end;
  position: relative;
  background-color: var(--dark-white);
  margin: 0 auto;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .whitepaper-detail .hero {
    padding: 40px 16px;
  }
  .whitepaper-detail .frame-2 {
    flex-direction: column;
    gap: 32px;
  }
  .whitepaper-detail .content-with-sidebar {
    flex-direction: column;
    padding: 0 16px 64px;
  }
  .whitepaper-detail .hero-2 {
    padding: 40px 0 0;
  }
  .whitepaper-detail .frame-6 {
    position: static;
    width: 100%;
    margin-top: 0;
    gap: 16px;
  }
  .cta-section__inner {
    width: calc(100% - 32px); /* 16px gutters on mobile */
    padding: 40px 16px;
  }
  .whitepaper-detail .frame-5 {
    flex-direction: column;
    gap: 8px;
  }
  .whitepaper-detail .link-text-7,
  .whitepaper-detail .including-this {
    width: 100%;
    max-width: 100%;
  }
  .whitepaper-detail .frame-11 {
    height: auto;
  }
  .whitepaper-detail .group-2 {
    transform: translateX(-50%) scale(0.75);
    transform-origin: top center;
  }
}


.whitepaper-detail .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #000000;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 72px;
  padding: 64px 72px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.whitepaper-detail .link-text-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: var(--black);
  font-size: var(--desktop-tags-font-size);
  text-align: center;
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .frame-2 {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.whitepaper-detail .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.whitepaper-detail .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.whitepaper-detail .link-text-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: var(--medium-blue);
  font-size: var(--desktop-tags-font-size);
  text-align: center;
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .p {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-h3-font-family);
  font-weight: var(--desktop-h3-font-weight);
  color: #000000;
  font-size: var(--desktop-h3-font-size);
  letter-spacing: var(--desktop-h3-letter-spacing);
  line-height: var(--desktop-h3-line-height);
  font-style: var(--desktop-h3-font-style);
}

.whitepaper-detail .frame-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.whitepaper-detail .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  opacity: 0.6;
  font-family: var(--desktop-text-size-mini-font-family);
  font-weight: var(--desktop-text-size-mini-font-weight);
  color: var(--dark-blue);
  font-size: var(--desktop-text-size-mini-font-size);
  letter-spacing: var(--desktop-text-size-mini-letter-spacing);
  line-height: var(--desktop-text-size-mini-line-height);
  white-space: nowrap;
  font-style: var(--desktop-text-size-mini-font-style);
}

.whitepaper-detail .fussionchart-wrapper {
  display: flex;
  flex-direction: column;
  height: 354px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.whitepaper-detail .fussionchart {
  flex: 1;
  flex-grow: 1;
  background-color: var(--dark-white-2);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whitepaper-detail .fussionchart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.whitepaper-detail .group-2 {
  position: relative;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 517px;
  height: auto;
}

.whitepaper-detail .rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 515px;
  aspect-ratio: 515 / 252;
  background-color: #3971c029;
  border-radius: 8.84px;
  border: 2.21px solid;
  border-color: #3971c066;
}

.whitepaper-detail .link-text-4 {
  position: absolute;
  top: 20px;
  left: 387px;
  opacity: 0.5;
  font-family: "GT Standard Trial-LMd", Helvetica;
  font-weight: 400;
  color: var(--blue);
  font-size: 48.6px;
  text-align: center;
  letter-spacing: -0.97px;
  line-height: 58.3px;
  white-space: nowrap;
}

.whitepaper-detail .rectangle-2 {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 38px;
  height: 230px;
  background-color: #3971c029;
  border-radius: 8.84px;
  border: 2.21px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-3 {
  position: absolute;
  top: 11px;
  left: 188px;
  width: 38px;
  height: 230px;
  border-radius: 8.84px;
  border: 2.21px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-4 {
  position: absolute;
  top: 11px;
  left: 232px;
  width: 38px;
  height: 230px;
  border-radius: 8.84px;
  border: 2.21px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-5 {
  position: absolute;
  top: 11px;
  left: 276px;
  width: 38px;
  height: 230px;
  border-radius: 8.84px;
  border: 2.21px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-6 {
  position: absolute;
  top: 11px;
  left: 55px;
  width: 38px;
  height: 230px;
  background-color: #3971c042;
  border-radius: 8.84px;
  border: 2.21px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-7 {
  position: absolute;
  top: 11px;
  left: 99px;
  width: 38px;
  height: 230px;
  background-color: #3971c05c;
  border-radius: 8.84px;
  border: 2.21px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-8 {
  position: absolute;
  top: 11px;
  left: 144px;
  width: 38px;
  height: 230px;
  background-color: #3971c075;
  border-radius: 8.84px;
  border: 2.21px solid;
  border-color: #3971c066;
}

.whitepaper-detail .content-with-sidebar {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 72px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.whitepaper-detail .hero-2 {
  flex: 1;
  min-width: 0;
  padding: 100px 0 64px;
  position: relative;
}

.whitepaper-detail .including-this {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: "GT Standard Trial-Regular", Helvetica;
  font-weight: 400;
  color: var(--dark-blue);
  font-size: 30px;
  line-height: 30px;
}

.whitepaper-detail .span {
  letter-spacing: var(--desktop-h4-letter-spacing);
  font-family: var(--desktop-h4-font-family);
  font-style: var(--desktop-h4-font-style);
  font-weight: var(--desktop-h4-font-weight);
  line-height: var(--desktop-h4-line-height);
  font-size: var(--desktop-h4-font-size);
}

.whitepaper-detail .text-wrapper-3 {
  font-size: var(--desktop-h5-font-size);
  letter-spacing: var(--desktop-h5-letter-spacing);
  line-height: var(--desktop-h5-line-height);
  font-family: var(--desktop-h5-font-family);
  font-style: var(--desktop-h5-font-style);
  font-weight: var(--desktop-h5-font-weight);
}

.whitepaper-detail .text-wrapper-4 {
  font-size: var(--desktop-body-font-size);
  letter-spacing: var(--desktop-body-letter-spacing);
  line-height: var(--desktop-body-line-height);
  font-family: var(--desktop-body-font-family);
  font-style: var(--desktop-body-font-style);
  font-weight: var(--desktop-body-font-weight);
}

.whitepaper-detail .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: sticky;
  top: 24px;
  width: 320px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 100px;
}

.whitepaper-detail .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: var(--cards-shadow);
}

.whitepaper-detail .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--desktop-h5-font-family);
  font-weight: var(--desktop-h5-font-weight);
  color: var(--dark-blue);
  font-size: var(--desktop-h5-font-size);
  letter-spacing: var(--desktop-h5-letter-spacing);
  line-height: var(--desktop-h5-line-height);
  white-space: nowrap;
  font-style: var(--desktop-h5-font-style);
}

.whitepaper-detail .link-text-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  height: 43px;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 4px;
  border: 1px solid;
  border-color: #071c2133;
}

.whitepaper-detail .link-text-5 {
  position: relative;
  width: fit-content;
  opacity: 0.5;
  font-family: var(--desktop-body-font-family);
  font-weight: var(--desktop-body-font-weight);
  color: var(--background);
  font-size: var(--desktop-body-font-size);
  letter-spacing: var(--desktop-body-letter-spacing);
  line-height: var(--desktop-body-line-height);
  white-space: nowrap;
  font-style: var(--desktop-body-font-style);
}

.whitepaper-detail .div-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--background);
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 13px;
  border-radius: 4px;
}

.whitepaper-detail .link-text-6 {
  position: relative;
  width: fit-content;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: var(--white);
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .note-by-filling-and {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-text-size-mini-font-family);
  font-weight: var(--desktop-text-size-mini-font-weight);
  color: var(--dark-blue);
  font-size: var(--desktop-text-size-mini-font-size);
  letter-spacing: var(--desktop-text-size-mini-letter-spacing);
  line-height: var(--desktop-text-size-mini-line-height);
  font-style: var(--desktop-text-size-mini-font-style);
}

.whitepaper-detail .text-wrapper-6 {
  letter-spacing: var(--desktop-text-size-mini-letter-spacing);
  font-family: var(--desktop-text-size-mini-font-family);
  font-style: var(--desktop-text-size-mini-font-style);
  font-weight: var(--desktop-text-size-mini-font-weight);
  line-height: var(--desktop-text-size-mini-line-height);
  font-size: var(--desktop-text-size-mini-font-size);
}

.whitepaper-detail .text-wrapper-7 {
  letter-spacing: var(--desktop-text-size-mini-letter-spacing);
  text-decoration: underline;
  font-family: var(--desktop-text-size-mini-font-family);
  font-style: var(--desktop-text-size-mini-font-style);
  font-weight: var(--desktop-text-size-mini-font-weight);
  line-height: var(--desktop-text-size-mini-line-height);
  font-size: var(--desktop-text-size-mini-font-size);
}

.whitepaper-detail .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.whitepaper-detail .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.whitepaper-detail .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: var(--blue);
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .img {
  position: relative;
  flex: 0 0 auto;
}

.whitepaper-detail .hero-3 {
  flex-direction: column;
  align-items: center;
  padding: 100px 72px 120px;
  display: flex;
  gap: 72px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.whitepaper-detail .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.whitepaper-detail .link-text-7 {
  position: relative;
  width: 932px;
  margin-top: -1.00px;
  font-family: var(--desktop-h4-font-family);
  font-weight: var(--desktop-h4-font-weight);
  color: #000000;
  font-size: var(--desktop-h4-font-size);
  text-align: center;
  letter-spacing: var(--desktop-h4-letter-spacing);
  line-height: var(--desktop-h4-line-height);
  font-style: var(--desktop-h4-font-style);
}

.whitepaper-detail .frame-10 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-self: stretch;
}

@media (max-width: 1024px) {
  .whitepaper-detail .frame-10 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .whitepaper-detail .frame-10 {
    grid-template-columns: 1fr;
  }
}

.whitepaper-detail .frame-11 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 16px;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.whitepaper-detail .fussionchart-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 174px;
  background-color: var(--dark-white-2);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--border);
}

.whitepaper-detail .rectangle-9 {
  position: absolute;
  top: 19px;
  left: 51px;
  width: 99px;
  height: 136px;
  background-color: #3971c029;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-10 {
  position: absolute;
  top: 19px;
  left: 158px;
  width: 99px;
  height: 64px;
  background-color: #3971c029;
  border-radius: 4px;
}

.whitepaper-detail .rectangle-11 {
  position: absolute;
  top: 91px;
  left: 158px;
  width: 99px;
  height: 64px;
  background-color: #3971c00f;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.whitepaper-detail .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.whitepaper-detail .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: var(--medium-blue);
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-h6-font-family);
  font-weight: var(--desktop-h6-font-weight);
  color: var(--background);
  font-size: var(--desktop-h6-font-size);
  letter-spacing: var(--desktop-h6-letter-spacing);
  line-height: var(--desktop-h6-line-height);
  font-style: var(--desktop-h6-font-style);
}

.whitepaper-detail .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  height: 22px;
  font-family: var(--desktop-body-small-font-family);
  font-weight: var(--desktop-body-small-font-weight);
  color: var(--background);
  font-size: var(--desktop-body-small-font-size);
  letter-spacing: var(--desktop-body-small-letter-spacing);
  line-height: var(--desktop-body-small-line-height);
  white-space: nowrap;
  font-style: var(--desktop-body-small-font-style);
}

.whitepaper-detail .frame-14 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  align-self: start;
  width: 100%;
  height: 354px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 16px;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.whitepaper-detail .fussionchart-3 {
  height: 174px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.whitepaper-detail .frame-15 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  align-self: start;
  width: 100%;
  height: 354px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 16px;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.whitepaper-detail .group-3 {
  position: relative;
  top: 30px;
  left: 38px;
  width: 235px;
  height: 114px;
}

.whitepaper-detail .rectangle-12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 233px;
  height: 114px;
  background-color: #3971c029;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .link-text-8 {
  position: absolute;
  top: 9px;
  left: 175px;
  opacity: 0.5;
  font-family: var(--desktop-h5-font-family);
  font-weight: var(--desktop-h5-font-weight);
  color: var(--blue);
  font-size: var(--desktop-h5-font-size);
  text-align: center;
  letter-spacing: var(--desktop-h5-letter-spacing);
  line-height: var(--desktop-h5-line-height);
  white-space: nowrap;
  font-style: var(--desktop-h5-font-style);
}

.whitepaper-detail .rectangle-13 {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 17px;
  height: 104px;
  background-color: #3971c029;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-14 {
  top: 5px;
  left: 85px;
  width: 17px;
  height: 104px;
  border: 1px solid;
  border-color: #3971c066;
  position: absolute;
  border-radius: 4px;
}

.whitepaper-detail .rectangle-15 {
  position: absolute;
  top: 5px;
  left: 105px;
  width: 17px;
  height: 104px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-16 {
  position: absolute;
  top: 5px;
  left: 125px;
  width: 17px;
  height: 104px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-17 {
  position: absolute;
  top: 5px;
  left: 25px;
  width: 17px;
  height: 104px;
  background-color: #3971c042;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-18 {
  position: absolute;
  top: 5px;
  left: 45px;
  width: 17px;
  height: 104px;
  background-color: #3971c05c;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .rectangle-19 {
  position: absolute;
  top: 5px;
  left: 65px;
  width: 17px;
  height: 104px;
  background-color: #3971c075;
  border-radius: 4px;
  border: 1px solid;
  border-color: #3971c066;
}

.whitepaper-detail .frame-16 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 4 / 5;
  align-self: start;
  width: 100%;
  height: 354px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 16px;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.whitepaper-detail .rectangle-20 {
  top: 29px;
  left: 97px;
  width: 115px;
  height: 116px;
  background-color: #3971c029;
  position: absolute;
  border-radius: 4px;
}

.whitepaper-detail .link-text-9 {
  position: absolute;
  top: 103px;
  left: 170px;
  width: 30px;
  height: 28px;
}

.whitepaper-detail .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  background-color: var(--background);
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 13px;
  border-radius: 4px;
}

.whitepaper-detail .line {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 1px;
  object-fit: cover;
}

.whitepaper-detail .footer {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 820px;
  background-color: var(--background);
}

.whitepaper-detail .line-2 {
  position: absolute;
  top: 299px;
  left: 0;
  width: 100%;
  max-width: 1440px;
  height: 1px;
  object-fit: cover;
}

.whitepaper-detail .line-3 {
  position: absolute;
  top: 400px;
  left: 0;
  width: 100%;
  max-width: 1440px;
  height: 1px;
  object-fit: cover;
}

.whitepaper-detail .line-4 {
  position: absolute;
  top: 501px;
  left: 0;
  width: 100%;
  max-width: 1440px;
  height: 1px;
  object-fit: cover;
}

.whitepaper-detail .line-5 {
  position: absolute;
  top: 198px;
  left: 0;
  width: 100%;
  max-width: 1440px;
  height: 1px;
  object-fit: cover;
}

.whitepaper-detail .line-6 {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  max-width: 1440px;
  height: 1px;
  object-fit: cover;
}

.whitepaper-detail .rectangle-26 {
  position: absolute;
  top: 199px;
  left: 360px;
  width: 360px;
  height: 621px;
  background-color: var(--blue);
}

.whitepaper-detail .rectangle-27 {
  position: absolute;
  top: 502px;
  left: 0;
  width: 360px;
  height: 318px;
  background-color: var(--blue);
}

.whitepaper-detail .rectangle-28 {
  position: absolute;
  top: 300px;
  left: 720px;
  width: 360px;
  height: 520px;
  background-color: var(--blue);
}

.whitepaper-detail .rectangle-29 {
  position: absolute;
  top: 1px;
  left: 1080px;
  width: 360px;
  height: 820px;
  background-color: var(--blue);
}

.whitepaper-detail .button-4 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  position: absolute;
  top: 385px;
  left: 403px;
  background-color: #000000;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 13px;
  border-radius: 4px;
}

.whitepaper-detail .frame-18 {
  display: flex;
  flex-direction: column;
  width: 83px;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
  top: 230px;
  left: 403px;
}

.whitepaper-detail .link-text-12 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  opacity: 0.5;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #ffffff;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.whitepaper-detail .link-text-13 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #ffffff;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .link-text-14 {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #ffffff;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .frame-20 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
  top: 230px;
  left: 573px;
}

.whitepaper-detail .link-text-15 {
  position: relative;
  width: 99px;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #ffffff;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .frame-21 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
  top: 346px;
  left: 755px;
}

.whitepaper-detail .frame-22 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
  top: 346px;
  left: 940px;
}

.whitepaper-detail .link-text-16 {
  position: absolute;
  top: 346px;
  left: 1128px;
  width: 99px;
  opacity: 0.5;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #ffffff;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .frame-23 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
  top: 378px;
  left: 1128px;
}

.whitepaper-detail .link-text-17 {
  position: relative;
  width: 212px;
  margin-top: -1.00px;
  font-family: var(--desktop-h5-font-family);
  font-weight: var(--desktop-h5-font-weight);
  color: #ffffff;
  font-size: var(--desktop-h5-font-size);
  letter-spacing: var(--desktop-h5-letter-spacing);
  line-height: var(--desktop-h5-line-height);
  font-style: var(--desktop-h5-font-style);
}

.whitepaper-detail .frame-24 {
  display: inline-flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 13px;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
}

.whitepaper-detail .link-text-18 {
  position: relative;
  width: fit-content;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #071c21;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.whitepaper-detail .discord {
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
  aspect-ratio: 1;
  object-fit: cover;
}

.whitepaper-detail .group-5 {
  position: absolute;
  top: 651px;
  left: 22px;
  width: 1393px;
  height: 152px;
}
