.okx-home {
  --muted: #a7a7a7;
  --line: #303030;
  background: #080808;
  color: #f5f5f5;
}
.okx-home h1,
.okx-home h2,
.okx-home h3 {
  font-weight: 500;
}
.okx-home .button {
  border-radius: 99px;
}
.okx-home .primary {
  background: #f5f5f5;
  color: #080808;
}
.okx-home .primary:hover {
  background: #c5ff32;
}
.okx-home .outline {
  border-color: #656565;
}
.okx-home .outline:hover {
  background: #232323;
}
.okx-home :focus-visible {
  outline-color: #c5ff32;
}
.ox-label {
  font-size: 12px;
  color: #a3a3a3;
  font-weight: 500;
  margin-bottom: 20px;
}
.ox-intro {
  padding-top: 40px;
  background: #000 url("/assets/okx-stage.png") center / cover no-repeat;
}
.ox-intro-top {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 56px;
  position: relative;
  z-index: 1;
}
.ox-title h1 {
  font-size: 60px;
  line-height: 1.18;
  font-weight: 400;
}
.ox-title h1 span {
  color: #f5f5f5;
}
.ox-intro-copy {
  padding-top: 4px;
}
.ox-intro-copy .ox-lead {
  font-size: 25px;
  line-height: 1.45;
  color: #f5f5f5;
  font-weight: 400;
}
.ox-intro-copy > p:not(.ox-lead) {
  font-size: 15px;
  color: #a7a7a7;
}
.ox-intro-copy > p + p {
  margin-top: 14px;
}
.ox-intro-copy .actions {
  margin-top: 24px;
  gap: 12px;
  justify-content: flex-start;
}
.ox-intro-copy > .ox-region {
  font-size: 13px;
  margin-top: 18px;
  max-width: 445px;
}
.ox-region a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #d5d5d5;
}
.ox-region svg {
  width: 13px;
  height: 13px;
}
.ox-product {
  padding: 32px 24px 18px;
}
.ox-product img {
  width: min(100%, 520px);
  margin: auto;
  animation: card-arrival 1s cubic-bezier(0.2, 0.75, 0.3, 1) both;
}
.ox-product figcaption {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}
.ox-intro-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 12px;
  color: #999;
  font-size: 12px;
}
.ox-intro-bottom a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #e0e0e0;
}
.ox-intro-bottom svg {
  width: 18px;
}
.ox-benefits {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.ox-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ox-benefit-grid > a {
  display: grid;
  grid-template-columns: 60px 1fr 20px;
  align-items: start;
  gap: 20px;
  padding: 34px 28px;
  text-decoration: none;
}
.ox-benefit-grid > a:first-child {
  padding-left: 0;
}
.ox-benefit-grid > a:last-child {
  padding-right: 0;
}
.ox-benefit-grid > a + a {
  border-left: 1px solid #303030;
}
.ox-benefit-mark {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
}
.ox-benefit-mark svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.2;
}
.ox-benefit-grid h2 {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 9px;
}
.ox-benefit-grid p {
  font-size: 13px;
  color: #a7a7a7;
  line-height: 1.8;
}
.ox-benefit-grid > a > svg {
  width: 18px;
  transition: transform 0.2s;
}
.ox-benefit-grid > a:hover > svg {
  transform: translate(3px, -3px);
  color: #c5ff32;
}
.ox-everyday {
  padding: 90px 0 68px;
}
.ox-section-title {
  text-align: center;
  margin-bottom: 60px;
}
.ox-section-title h2 {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 400;
}
.ox-section-title h2 span {
  color: #989898;
}
.ox-section-title > p:last-child {
  color: #aaa;
  margin-top: 24px;
  font-size: 16px;
}
.ox-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr) minmax(0, 1fr);
  align-items: start;
  gap: 54px;
}
.ox-story-copy {
  padding: 18px 0;
}
.ox-number {
  font-size: 13px;
  color: #c5ff32;
  display: block;
  margin-bottom: 14px;
}
.ox-story h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.ox-story p {
  font-size: 15px;
  color: #aaa;
}
.ox-story .text-link {
  min-height: 44px;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;
}
.ox-story .text-link:hover {
  text-decoration: underline;
}
.ox-life-image {
  width: 100%;
  border-radius: 8px;
}
.ox-story-online > img {
  margin: 20px 0;
}
.ox-pay-screen {
  padding: 28px 0 0;
  align-self: center;
}
.ox-pay-screen > img {
  width: 100%;
  max-width: 310px;
  margin: auto;
}
.ox-pay-screen figcaption {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 18px;
}
.ox-story-tap > .ox-story-copy {
  margin-top: 24px;
}
.ox-image-note {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 40px;
}
.ox-fit {
  background: #141414;
  padding: 72px 0;
}
.ox-fit-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.ox-fit h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35;
}
.ox-fit h2 + p {
  font-size: 15px;
  color: #aaa;
  margin-top: 24px;
  max-width: 470px;
}
.ox-fit-links > a {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  text-decoration: none;
  padding: 25px 0;
  border-top: 1px solid #404040;
}
.ox-fit-links > a:last-child {
  border-bottom: 1px solid #404040;
}
.ox-fit-links > a > span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ox-fit-links small {
  font-size: 12px;
  color: #aaa;
}
.ox-fit-links strong {
  font-size: 23px;
  font-weight: 500;
}
.ox-fit-links > a > span > span {
  font-size: 14px;
  color: #aaa;
}
.ox-fit-links > a > svg {
  margin-top: 35px;
  width: 28px;
  height: 28px;
}
.ox-fit-links > a:hover strong {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.ox-questions {
  padding: 80px 0;
}
.ox-questions > .wrap {
  max-width: 1130px;
}
.ox-faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}
.ox-faq-heading h2 {
  font-size: 32px;
  font-weight: 400;
}
.ox-faq-heading .text-link {
  font-size: 14px;
  min-height: 44px;
  white-space: nowrap;
  text-decoration: none;
}
.ox-questions .faq summary {
  font-size: 18px;
  font-weight: 400;
  padding: 25px 0;
}
.ox-questions .faq details > p {
  max-width: 900px;
}
.ox-questions .faq svg {
  transition: transform 0.2s;
}
.ox-outro {
  padding: 60px 0 72px;
  text-align: center;
  background: url("/assets/okx-stage.png") center / cover no-repeat;
}
.ox-outro h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
}
.ox-outro h2 span {
  color: #aaa;
}
.ox-outro h2 + p {
  color: #aaa;
  margin-top: 24px;
  font-size: 16px;
}
.ox-outro .actions {
  justify-content: center;
  margin-top: 32px;
}
.ox-outro .fine-print {
  font-size: 13px;
}
.ox-sources {
  padding-bottom: 40px;
}
.ox-sources .sources {
  margin-top: 32px;
}
.ox-sources .sources h2 {
  font-size: 14px;
}
@keyframes card-arrival {
  from {
    transform: translateY(18px) scale(0.97);
  }
  to {
    transform: none;
  }
}
@media (min-width: 1800px) {
  .ox-intro {
    padding-top: 64px;
  }
  .ox-title h1 {
    font-size: 66px;
  }
  .ox-product {
    padding-top: 54px;
  }
  .ox-product img {
    width: 610px;
  }
}
@media (max-width: 1150px) {
  .ox-intro-top {
    gap: 38px;
    grid-template-columns: 1.1fr 1fr;
  }
  .ox-title h1 {
    font-size: 48px;
  }
  .ox-intro-copy .ox-lead {
    font-size: 22px;
  }
  .ox-intro-copy .button {
    padding-left: 18px;
    padding-right: 18px;
  }
  .ox-benefit-grid > a {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 28px 20px;
  }
  .ox-benefit-grid > a > svg {
    display: none;
  }
  .ox-benefit-mark {
    font-size: 30px;
  }
  .ox-benefit-mark svg {
    width: 32px;
    height: 32px;
  }
  .ox-benefit-grid h2 {
    font-size: 16px;
  }
  .ox-story {
    gap: 32px;
  }
  .ox-story h3 {
    font-size: 21px;
  }
  .ox-fit-inner {
    gap: 56px;
  }
}
@media (max-width: 900px) {
  .ox-intro {
    padding-top: 38px;
  }
  .ox-intro-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ox-intro-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    padding: 0;
  }
  .ox-intro-copy > p {
    grid-column: 1;
  }
  .ox-intro-copy .actions {
    grid-column: 2;
    grid-row: 1 / 3;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    justify-content: center;
  }
  .ox-intro-copy > .ox-region {
    grid-column: 1 / -1;
    max-width: none;
  }
  .ox-product {
    padding-top: 34px;
  }
  .ox-product img {
    max-width: 440px;
  }
  .ox-benefit-grid {
    grid-template-columns: 1fr;
  }
  .ox-benefit-grid > a {
    padding: 24px 0;
    grid-template-columns: 54px 1fr 20px;
    align-items: center;
    gap: 24px;
  }
  .ox-benefit-grid > a + a {
    border-left: 0;
    border-top: 1px solid #303030;
  }
  .ox-benefit-grid > a > svg {
    display: block;
  }
  .ox-benefit-grid p br {
    display: none;
  }
  .ox-benefit-grid h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .ox-everyday {
    padding-top: 64px;
  }
  .ox-section-title h2 {
    font-size: 36px;
  }
  .ox-story {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .ox-story-online {
    display: contents;
  }
  .ox-story-online .ox-story-copy:first-child {
    grid-column: 1;
    align-self: center;
  }
  .ox-pay-screen {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
  }
  .ox-pay-screen img {
    max-width: 220px;
  }
  .ox-story-online > img {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    margin: 0;
  }
  .ox-story-online .ox-story-copy:last-child {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
  .ox-story-tap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    grid-column: 1 / -1;
  }
  .ox-story-tap img {
    max-width: 310px;
    margin: auto;
  }
  .ox-story-tap > .ox-story-copy {
    margin: 0;
    align-self: center;
  }
  .ox-fit-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ox-fit h2 + p {
    max-width: 650px;
  }
  .ox-faq-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 620px) {
  .ox-intro {
    padding-top: 24px;
  }
  .ox-label {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .ox-title h1 {
    font-size: 38px;
    line-height: 1.25;
  }
  .ox-intro-top {
    gap: 20px;
  }
  .ox-intro-copy {
    display: block;
  }
  .ox-intro-copy .ox-lead {
    font-size: 18px;
    line-height: 1.65;
  }
  .ox-intro-copy .ox-lead br {
    display: none;
  }
  .ox-intro-copy > p:not(.ox-lead, .ox-region) {
    font-size: 15px;
    margin-top: 10px;
  }
  .ox-desktop-break {
    display: none;
  }
  .ox-intro-copy .actions {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 22px;
    gap: 10px;
  }
  .ox-intro-copy .actions .primary {
    flex: 1;
  }
  .ox-intro-copy .button {
    padding: 13px 16px;
    min-height: 50px;
    gap: 8px;
    font-size: 14px;
  }
  .ox-intro-copy .button svg {
    width: 17px;
    height: 17px;
  }
  .ox-intro-copy > .ox-region {
    font-size: 13px;
    line-height: 1.75;
    margin-top: 14px;
  }
  .ox-product {
    padding: 24px 32px 12px;
  }
  .ox-product img {
    width: 100%;
    max-width: 350px;
  }
  .ox-product figcaption {
    font-size: 11px;
    margin-top: 16px;
  }
  .ox-intro-bottom {
    padding-top: 6px;
    padding-bottom: 12px;
    font-size: 10px;
    gap: 16px;
  }
  .ox-intro-bottom a {
    font-size: 11px;
    gap: 8px;
  }
  .ox-benefit-grid > a {
    gap: 18px;
    grid-template-columns: 46px 1fr 18px;
  }
  .ox-benefit-grid h2 {
    font-size: 17px;
  }
  .ox-benefit-grid p {
    font-size: 13px;
  }
  .ox-everyday {
    padding: 52px 0 40px;
  }
  .ox-section-title {
    text-align: left;
    margin-bottom: 36px;
  }
  .ox-section-title h2 {
    font-size: 29px;
  }
  .ox-section-title > p:last-child {
    font-size: 15px;
    margin-top: 20px;
  }
  .ox-story {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ox-story-copy {
    padding: 0;
  }
  .ox-story-online .ox-story-copy:first-child {
    grid-row: 1;
  }
  .ox-pay-screen {
    grid-row: 2;
    grid-column: 1;
    background: url("/assets/okx-stage.png") center / cover no-repeat;
    padding: 16px 0;
  }
  .ox-pay-screen img {
    max-width: 222px;
  }
  .ox-story-online .ox-story-copy:last-child {
    grid-column: 1;
    grid-row: 3;
    border-top: 1px solid #303030;
    padding-top: 28px;
  }
  .ox-story-online > img {
    grid-column: 1;
    grid-row: 4;
  }
  .ox-story-tap {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    border-top: 1px solid #303030;
    padding-top: 28px;
  }
  .ox-story-tap img {
    max-width: 100%;
  }
  .ox-story-tap > .ox-story-copy {
    align-self: stretch;
  }
  .ox-story h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .ox-image-note {
    margin-top: 24px;
    text-align: left;
    font-size: 11px;
  }
  .ox-fit {
    padding: 48px 0;
  }
  .ox-fit h2 {
    font-size: 28px;
  }
  .ox-fit h2 + p {
    margin-top: 20px;
  }
  .ox-fit-links strong {
    font-size: 22px;
  }
  .ox-questions {
    padding: 48px 0;
  }
  .ox-faq-heading {
    display: block;
    margin-bottom: 22px;
  }
  .ox-faq-heading h2 {
    font-size: 27px;
  }
  .ox-faq-heading .text-link {
    margin-top: 16px;
  }
  .ox-questions .faq summary {
    font-size: 16px;
    padding: 22px 0;
  }
  .ox-questions .faq details > p {
    font-size: 15px;
  }
  .ox-outro {
    padding: 44px 0;
  }
  .ox-outro h2 {
    font-size: 36px;
  }
  .ox-outro h2 + p {
    font-size: 15px;
  }
  .ox-outro .actions {
    gap: 10px;
  }
  .ox-outro .button {
    font-size: 14px;
    padding: 13px 16px;
    gap: 8px;
  }
  .ox-outro .fine-print {
    font-size: 12px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .ox-sources {
    padding-bottom: 28px;
  }
}
@media (max-width: 359px) {
  .ox-title h1 {
    font-size: 32px;
  }
  .ox-intro-copy .actions {
    flex-direction: column;
  }
  .ox-intro-bottom > span {
    max-width: 140px;
  }
  .ox-section-title h2 {
    font-size: 26px;
  }
}
@media (min-width: 901px) and (max-height: 850px) {
  .ox-intro {
    padding-top: 28px;
  }
  .ox-product {
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .ox-product img {
    width: min(100%, 480px);
  }
  .ox-product figcaption {
    margin-top: 14px;
  }
}
@media (min-width: 901px) and (max-height: 760px) {
  .ox-product img {
    width: min(100%, 420px);
  }
  .ox-intro-copy .ox-lead {
    font-size: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ox-product img {
    animation: none;
  }
}
