.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-container:after {
  clear: both;
}
.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}
[hidden], template {
  display: none;
}
a {
  background-color: #0000;
}
b, strong {
  font-weight: bold;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -.5em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
:root {
  --_theme---background-primary: var(--base-color-neutral--white);
  --_theme---text-primary: var(--text-color--text-primary);
  --_theme---text-secondary: var(--text-color--text-secondary);
  --base-color-neutral--700: #58595e;
  --text-color--text-secondary: var(--base-color-neutral--700);
  --border-radius--xxlarge: 2.5rem;
  --base-color-neutral--100: #e6e8f0;
  --background-color--background-alternate: var(--base-color-neutral--950);
  --link-color--link-primary: var(--base-color-orange--600);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --border-radius--large: 1.5rem;
  --base-color-green--500: #009262;
  --base-color-neutral--white: white;
  --border-color--border-primary: var(--base-color-neutral--200);
  --base-color-orange--500: #fd4b23;
  --_theme---background-secondary: var(--base-color-neutral--50);
  --text-color--text-black: var(--base-color-neutral--1000);
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-grey--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --text-color--text-primary: var(--base-color-neutral--950);
  --base-color-neutral--500: #5c5e64;
  --base-color-neutral--900: #2a2c33;
  --text-color--text-white: var(--base-color-neutral--white);
  --text-color--text-alternate-secondary: var(--base-color-neutral--200);
  --_theme---background-tertiary: var(--base-color-neutral--100);
  --_theme---link: var(--base-color-orange--500);
  --background-color--background-secondary: var(--base-color-neutral--950);
  --base-color-orange--100: #fec3b6;
  --base-color-orange--950: #4b0f06;
  --base-color-neutral--400: #74767d;
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --background-color--background-tertiary: var(--base-color-neutral--white);
  --_theme---primary-button--background: var(--base-color-orange--500);
  --_theme---primary-button--text: var(--base-color-neutral--white);
  --_theme---primary-button--background-hover: var(--base-color-orange--600);
  --_theme---secondary-button--background: transparent;
  --_theme---secondary-button--text: var(--_theme---text-primary);
  --_theme---secondary-button--outline: var(--_theme---primary-button--background);
  --_theme---secondary-button--background-hover: var(--_theme---background-secondary);
  --text-color--text-alternate-primary: var(--base-color-neutral--50);
  --base-color-neutral--950: #10121a;
  --background-color--background-primary: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-blue--600);
  --base-color-yellow--500: #ffb200;
  --base-color-yellow--600: #ffa000;
  --base-color-teal--500: #7dcbd9;
  --base-color-teal--600: #69b6c8;
  --base-color-green--600: #008155;
  --base-color-blue--500: #1476d8;
  --base-color-blue--600: #1265c6;
  --border-radius--medium: 1rem;
  --base-color-neutral--800: #33353d;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --border-radius--small: .75rem;
  --border-radius--xxsmall: .25rem;
  --border-radius--xlarge: 2rem;
  --base-color-system--focus-state: var(--base-color-blue--500);
  --blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: var(--base-color-blue--200);
  --border-radius--round: 9999px;
  --neutral--n600\<deleted\|variable-63b55763-3fb9-7025-031f-e063443b2a47\>: #5a5f61;
  --light-blue\<deleted\|variable-66883d0c-d36a-f8ff-eb97-aa29448bb6f4\>: var(--base-color-neutral--100);
  --black\<deleted\|variable-ff6d7179\>: var(--base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  --white\<deleted\|variable-776ffbb4\>: var(--base-color-neutral--white);
  --base-color-neutral--600: #4a4b52;
  --base-color-green--50: #e6f4ef;
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --base-color-orange--600: #ef441e;
  --base-color-blue--300: #5b9fe4;
  --base-color-blue--200: #8abbec;
  --base-color-yellow--100: #ffe8b3;
  --border-radius--xsmall: .5rem;
  --base-color-neutral--1000: #090a0c;
  --base-color-neutral--200: #a5a7ad;
  --neutral--n200\<deleted\|variable-f3616aee-de8f-ecc9-9020-950c3654cdb7\>: #c9d2d6;
  --neutral--n700\<deleted\|variable-89f10580-8a1a-cd7d-8d2d-272c0542f335\>: #46484a;
  --base-color-neutral--50: #f3f5fc;
  --link-color--link-alternate: var(--base-color-orange--300);
  --base-color-green--300: #4db391;
  --base-color-yellow--800: #ff6e01;
  --base-color-teal--800: #507e85;
  --base-color-green--700: #01613f;
  --base-color-blue--50: #e8f1fb;
  --base-color-blue--700: #0d46a7;
  --base-color-orange--50: #ffdbd3;
  --base-color-orange--700: #e13d19;
  --base-color-yellow--50: #fff7e6;
  --base-color-yellow--900: #e55000;
  --base-color-teal--50: #f2fafb;
  --base-color-neutral--300: #8e9097;
  --base-color-yellow--700: #ff8e00;
  --interaction--outline-color: #1476d8;
  --_spacing---small: 2rem;
  --_spacing---medium: 3rem;
  --_spacing---xxlarge: 6rem;
  --_spacing---xlarge: 5rem;
  --_spacing---large: 4rem;
  --_spacing---xsmall: 1rem;
  --border-radius--xxhuge: 5rem;
  --base-color-blue--950: #041139;
  --base-color-orange--800: #c82e10;
  --base-color-green--200: #80c9b1;
  --base-color-orange--400: #fd6948;
  --accessible-components--dark-grey: #9b9b9b;
  --base-color-teal--100: #d8eff4;
  --base-color-blue--100: #b9d6f3;
  --base-color-yellow--400: #ffba1a;
  --border-radius--huge: 3rem;
  --base-color-teal--950: #233235;
  --border-radius--xhuge: 4rem;
  --_theme---nav--backdrop: white;
  --_theme---nav--menu: var(--_theme---background-primary);
  --_theme---nav--text: var(--_theme---text-secondary);
  --_theme---nav--text-hover: var(--_theme---text-primary);
  --_theme---link-hover: var(--base-color-orange--700);
  --_theme---primary-button--text-hover: var(--base-color-neutral--white);
  --_theme---secondary-button--text-hover: var(--_theme---text-primary);
  --base-color-blue--400: #2c84dc;
  --base-color-blue--800: #09308a;
  --base-color-blue--900: #0a2162;
  --base-color-green--100: #b3ded0;
  --base-color-green--400: #1a9d72;
  --base-color-green--800: #00492e;
  --base-color-green--900: #002c18;
  --base-color-green--950: #001a0d;
  --base-color-orange--200: #fea591;
  --base-color-orange--300: #fe876c;
  --base-color-orange--900: #811e0d;
  --base-color-system--success-green: var(--base-color-green--100);
  --base-color-system--success-green-dark: var(--base-color-green--800);
  --base-color-system--warning-yellow: var(--base-color-yellow--100);
  --base-color-system--warning-yellow-dark: var(--base-color-yellow--800);
  --base-color-system--error-red: var(--base-color-orange--100);
  --base-color-system--error-red-dark: var(--base-color-orange--800);
  --base-color-teal--200: #bee5ec;
  --base-color-teal--300: #a4dbe4;
  --base-color-teal--400: #8ad0dd;
  --base-color-teal--700: #59929c;
  --base-color-teal--900: #3f5b5d;
  --base-color-yellow--200: #ffd980;
  --base-color-yellow--300: #ffc94d;
  --base-color-yellow--950: #ad2b00;
  --background-color--background-success: var(--base-color-system--success-green);
  --border-color--border-secondary: var(--base-color-neutral--700);
  --text-color--text-brand: var(--base-color-orange--500);
  --base-color-grey--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #10121a;
}
body {
  background-color: var(--_theme---background-primary);
  color: var(--_theme---text-primary);
  font-family: Oracle, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}
h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15;
}
h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.25;
}
p {
  color: var(--_theme---text-secondary);
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}
a {
  color: var(--_theme---text-primary);
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
strong {
  font-weight: 600;
}
.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}
.padding-xlarge {
  padding: 4rem;
}
.padding-xhuge {
  padding: 8rem;
}
.margin-large {
  margin: 3rem;
}
.margin-tiny {
  margin: .125rem;
}
.padding-small {
  padding: 1rem;
}
.padding-medium {
  padding: 2rem;
}
.padding-xsmall {
  padding: .5rem;
}
.margin-small {
  margin: 1rem;
}
.margin-medium {
  margin: 2rem;
}
.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.margin-bottom, .margin-bottom.margin-tiny, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}
.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.margin-top.margin-medium {
  margin-top: 2rem;
}
.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.text-color-secondary {
  color: var(--_theme---text-secondary);
}
.heading-style-display {
  letter-spacing: -.05em;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}
.padding-global {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 5%;
  padding-right: 5%;
}
.padding-global.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padding-section-small {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.max-width-small {
  width: 100%;
  max-width: 20rem;
}
.text-size-regular {
  font-size: 1rem;
}
.text-weight-bold {
  font-weight: 500;
}
.max-width-large {
  width: 100%;
  max-width: 48rem;
}
.text-align-left {
  text-align: left;
}
.heading-style-h6 {
  letter-spacing: -.005em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.page-wrapper {
  overflow: clip;
}
.page-wrapper.theme-dark {
  background-color: var(--background-color--background-secondary);
  background-color: var(--background-color--background-secondary);
  overflow: visible;
}
.heading-style-h5 {
  letter-spacing: -.0075em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
.container-large {
  width: 100%;
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
}
.text-align-center {
  text-align: center;
}
.button {
  background-color: var(--_theme---primary-button--background);
  min-height: 3rem;
  color: var(--_theme---primary-button--text);
  text-align: center;
  white-space: nowrap;
  border-radius: 500rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.button.is-secondary {
  border: 1px solid var(--base-color-orange--500);
  background-color: var(--_theme---secondary-button--background);
  color: var(--_theme---secondary-button--text);
}
.button.is-secondary.is-inverted {
  color: #fff;
}
.button.is-secondary.is-inverted.is-white-blured {
  border-color: var(--border-color--border-primary);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #10121a4d;
}
.button.is-secondary.theme-dark-2 {
  border-color: var(--_theme---text-primary);
}
.button.is-app {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-primary);
  border: 1.5px solid #a6a6a6;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: border-width .2s;
  display: flex;
}
.button.is-yellow {
  background-color: var(--base-color-yellow--500);
  min-height: 3em;
  color: var(--base-color-neutral--950);
}
.button.is-background-color {
  border: 1px solid var(--background-color--background-tertiary);
  background-color: var(--background-color--background-tertiary);
  min-height: 2.5rem;
  color: var(--text-color--text-alternate-primary);
  padding: .5rem 1.25rem;
}
.button.is-text-primary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: auto;
  color: var(--_theme---text-primary);
  background-color: #0000;
  border: 2px solid #0000;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  transition: color .2s;
}
.button.is-text-primary.is-rewards {
  color: #aebbe8;
}
.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.button-group.is-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hide {
  display: none;
}
.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}
._50-50_image_component {
  width: 100%;
}
._50-50_image_component.is-rewards-sticky {
  min-height: 300vh;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
._50-50_image_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}
._50-50_image_content.is-stacked-landscape {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
._50-50_image_content.is-stacked-landscape.is-sticky {
  grid-column-gap: 3rem;
  grid-column-gap: 3rem;
  max-width: 80rem;
  min-height: calc(100vh - 4.5rem);
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 4rem;
}
._50-50_image_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}
._50-50_image_text-wrapper.gap-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-height: 36rem;
}
._50-50_image_image-wrapper {
  z-index: 1;
  border-radius: var(--border-radius--large);
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}
._50-50_image_image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.button_component-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}
.button_hover-state {
  background-color: var(--base-color-blue--300);
  pointer-events: none;
  width: 0%;
  position: absolute;
  inset: 0%;
}
.button_text {
  position: relative;
}
.card2_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--border-radius--xxsmall);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.card2_component.is-vertical:where(.w-variant-809171d7-4ff1-2dad-62f6-9ce4f689b80d), .card2_component.is-vertical:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9) {
  flex: 1;
}
.card2_component.is-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.card2_component.is-vertical:where(.w-variant-809171d7-4ff1-2dad-62f6-9ce4f689b80d), .card2_component.is-vertical:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9) {
  flex: 1;
}
.card2_image-wrapper {
  border-radius: var(--border-radius--medium);
  background-color: var(--_theme---background-secondary);
  width: 100%;
  overflow: hidden;
}
.card2_image {
  aspect-ratio: 424 / 320;
  object-fit: cover;
  width: 100%;
  display: flex;
}
.card2_image:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9) {
  aspect-ratio: 1;
}
.card2_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
._3elements_3cards_component {
  text-wrap: pretty;
  width: 100%;
}
._3elements_3cards_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  align-items: stretch;
  list-style-type: none;
  display: flex;
}
._3elements_3cards_content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.section_faq {
  width: 100%;
  color: var(--_theme---text-primary);
  margin-bottom: -2px;
}
.faq_component {
  border-bottom: 1px solid var(--base-color-neutral--400);
}
.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.faq_question {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--base-color-neutral--400);
  cursor: pointer;
  text-wrap: pretty;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.55rem 0;
  display: flex;
}
.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}
.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}
.faq_answer {
  overflow: hidden;
}
.faq_rich-text {
  max-width: 75ch;
  min-height: 0;
  padding-bottom: 20px;
  padding-left: 2.5rem;
}
.faq_rich-text p {
  color: var(--base-color-neutral--400);
}
.footer_component {
  width: 100%;
  position: relative;
}
.footer_component.theme-dark {
  overflow: hidden;
}
.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}
.footer_left-wrapper {
  flex-flow: column;
  display: flex;
}
.footer_logo-link {
  float: none;
  padding-left: 0;
  display: inline-flex;
}
.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}
.footer_social-link {
  background-color: var(--base-color-neutral--100);
  border-radius: 50px;
  align-items: center;
  padding: .6rem;
  font-size: 14px;
  text-decoration: none;
  transition-property: border-radius;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  color: #10121a !important;
}
.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}
.footer_link {
  color: var(--_theme---text-secondary);
  padding-top: .4rem;
  padding-bottom: .4rem;
  text-decoration: none;
}
.line-divider {
  background-color: var(--_theme---text-secondary);
  width: 100%;
  height: 1px;
}
.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.footer_credit-text {
  font-size: .875rem;
}
.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}
.footer_legal-link {
  color: var(--_theme---text-secondary);
  background-color: #0000;
  padding: 0;
  font-size: .875rem;
  text-decoration: none;
}
.footer_logo {
  max-width: 8rem;
  color: var(--_theme---text-primary);
  display: block;
}
.footer_menu-title {
  margin-bottom: .5rem;
  font-weight: 500;
}
.footer_social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}
._3element_stats_component {
  width: 100%;
}
._3element_stats_card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding-bottom: 2rem;
  display: flex;
}
._3element_stats_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2.5rem;
  display: flex;
}
.stats_card-number {
  letter-spacing: -.0125em;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.stats_card-description {
  color: var(--_theme---text-secondary);
  text-wrap: balance;
}
.stats_card-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.stats_card-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.banner_component {
  text-align: center;
  width: 100%;
  padding: .5rem 2.5rem;
  font-size: 1.125rem;
  text-decoration: none;
  display: none;
  position: relative;
}
.rich-text-arrows p {
  margin-bottom: 1rem;
}
.card2_card-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
  position: relative;
}
.card2_card-top:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9) {
  width: 100%;
}
.flex-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}
.button_app-cover {
  width: 12rem;
}
.ot-sdk-show-settings {
  background-color: #0000;
  width: 100%;
  padding: 0;
  font-size: .875rem;
}
.footer_column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}
.custom-styles, .show-mobile-landscape {
  display: none;
}
.text-wrap-no-wrap {
  white-space: nowrap;
}
.text-wrap-balance {
  text-wrap: balance;
}
.benefit_bullet {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .75rem;
}
.show-tablet {
  display: none;
}
.text-color-alternate-primary {
  color: var(--text-color--text-alternate-primary);
}
.home-cta_detail {
  color: var(--text-color--text-secondary);
}
.home-cta_detail.is-alternate {
  color: var(--text-color--text-alternate-secondary);
  display: none;
}
.footer_big-logo {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  padding-left: 0;
  display: flex;
}
.faq_question-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.faq_number {
  color: #ffb200;
  min-width: 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.gsap__cards-trigger {
  perspective: 1000px;
}
.text-color-primary, .text-color-primary p {
  color: var(--_theme---text-primary);
}
.heading-style-h1 {
  letter-spacing: -.05em;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.15;
}
.theme-dark {
  background-color: var(--_theme---background-primary);
  color: var(--_theme---text-primary);
  --_theme---background-primary: var(--base-color-neutral--950);
  --_theme---text-primary: var(--text-color--text-white);
  --_theme---text-secondary: var(--text-color--text-alternate-secondary);
  --_theme---background-secondary: var(--base-color-neutral--900);
  --_theme---background-tertiary: var(--base-color-neutral--800);
  --_theme---link: var(--base-color-orange--400);
  --_theme---primary-button--background: var(--base-color-orange--500);
  --_theme---primary-button--text: var(--base-color-neutral--white);
  --_theme---primary-button--background-hover: var(--base-color-orange--600);
  --_theme---secondary-button--background: transparent;
  --_theme---secondary-button--text: var(--_theme---text-primary);
  --_theme---secondary-button--outline: var(--_theme---primary-button--background);
  --_theme---secondary-button--background-hover: var(--_theme---background-secondary);
  --_theme---nav--backdrop: white;
  --_theme---nav--menu: var(--_theme---background-primary);
  --_theme---nav--text: var(--_theme---text-secondary);
  --_theme---nav--text-hover: var(--_theme---text-primary);
  --_theme---link-hover: var(--base-color-orange--500);
  --_theme---primary-button--text-hover: var(--base-color-neutral--white);
  --_theme---secondary-button--text-hover: var(--_theme---text-primary);
}
.sticky-nav-wrapper {
  z-index: 999;
  position: sticky;
  top: 0;
}
.border-radius-xlarge {
  border-radius: var(--border-radius--xlarge);
  object-fit: cover;
  overflow: clip;
}
.section_modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2a2c3399;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}
.home_form-wrapper {
  background-color: var(--background-color--background-alternate);
  border-radius: 2rem;
  flex: 1;
  width: 100%;
  padding: 0;
  position: relative;
}
.home_form-close {
  width: 2rem;
  height: 2rem;
  color: var(--text-color--text-alternate-secondary);
  position: absolute;
  inset: -3rem 0% auto auto;
}
.spacer {
  height: var(--_spacing---medium);
}
.spacer:where(.w-variant-edec9a9e-8475-80c1-4fe2-3d872f71fac6) {
  height: var(--_spacing---xxlarge);
}
.spacer:where(.w-variant-2a09e9fe-7e78-eab3-eaa4-3a069ca0d18b) {
  height: var(--_spacing---large);
}
.custom-js {
  display: none;
}
.partnerships_hero_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text-wrap-pretty {
  text-wrap: pretty;
}
.flex-h {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.flex-h.space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.centered-content_hero_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  container-type: inline-size;
}
.section-faq_footnotes {
  background-color: #10121a;
}
.engine-x_heading-superscript {
  vertical-align: super;
  min-width: .5em;
  font-size: .2em;
  font-weight: 300;
  display: inline-block;
  transform: translate(0, -.6em);
}
.rewards_section_hero {
  z-index: 1;
  position: sticky;
  top: 0;
  bottom: 0;
}
.engine-rewards_logo {
  max-width: 16rem;
}
.engine-rewards_logo.hide-mobile-portrait {
  max-width: 18rem;
}
.centered-content_hero_inner {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  font-size: 1cqw;
  display: flex;
  position: absolute;
  inset: 0%;
}
.centered-content_hero_image-1 {
  width: 18%;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(4em, -12.5em, 0);
}
.centered-content_hero_image-2 {
  width: 18%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, -12.5em);
}
.centered-content_hero_image-3 {
  width: 18%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-3em, 11em);
}
.centered-content_hero_image-4 {
  width: 18%;
  position: absolute;
  top: 100%;
  bottom: auto;
  transform: translate(0, 6em);
}
.centered-content_hero_image-5 {
  width: 18%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-1em, 13em);
}
.rewards_silver-text {
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #949494 30%, #dbdbdb 51%, #949494 70%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oracle, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}
.rewards_silver-text.is-small {
  letter-spacing: -.0125em;
  letter-spacing: -.0125em;
  background-image: linear-gradient(100deg, #949494 5%, #dbdbdb 51%, #949494 97%);
  font-size: 1.5rem;
}
.rewards_glass-tag {
  z-index: 1;
  -webkit-backdrop-filter: saturate(150%) brightness(120%) blur(8px);
  backdrop-filter: saturate(150%) brightness(120%) blur(8px);
  background-image: linear-gradient(#0000, #ffffff14);
  border-radius: 20rem;
  margin-bottom: .25rem;
  padding: .2rem 3rem .1rem;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  inset: 0 auto auto 0;
}
.rewards_h3 {
  color: #aebbe8;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: "Sharp Sans Display No. 2", sans-serif;
  font-weight: 900;
}
.rewards_gold-text {
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #ba8d36 30%, #e2ce6e 51%, #debc46 70%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oracle, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}
.rewards_gold-text.is-small {
  letter-spacing: -.0125em;
  letter-spacing: -.0125em;
  background-image: linear-gradient(100deg, #ba8d36, #e2ce6e 51%, #debc46);
  font-size: 1.5rem;
}
.rewards_platinum-text {
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #5b6382 30%, #848eb2 51%, #626e9c 70%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oracle, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}
.rewards_platinum-text.is-small {
  letter-spacing: -.0125em;
  letter-spacing: -.0125em;
  background-image: linear-gradient(100deg, #5b6382, #848eb2 51%, #626e9c);
  font-size: 1.5rem;
}
.rewards_diamond-text {
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: url("https://cdn.prod.website-files.com/69ea3044f0384880c81dec6f/69ea3044f0384880c81e05b7_Frame%201742319757.svg");
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oracle, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}
.rewards_diamond-text.is-small {
  letter-spacing: -.0125em;
  letter-spacing: -.0125em;
  font-size: 1.5rem;
}
.rewards_cta-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #5b6382, #848eb2 47%, #626e9c);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-style-inline-liink {
  color: var(--_theme---text-secondary);
}
._50-50_image_text-layout {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: sticky;
}
.centered-hero_text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.rewards_video_section {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}
.rewards_video_component {
  aspect-ratio: 1920 / 1080;
  mix-blend-mode: normal;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.rewards_hero_padding {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.div-block-61 {
  z-index: 2;
  aspect-ratio: 1920 / 1080;
  position: relative;
}
.footer_bottom-section {
  z-index: -1;
  position: relative;
}
.rewards_video_gradient {
  z-index: 2;
  background-image: linear-gradient(#10121a, #10121a00);
  padding-bottom: 10%;
  position: absolute;
  inset: 0% 0% auto;
}
.rewards_hero-sticky-wrapper {
  min-height: calc(100vh - 4rem);
}
#w-node-ab79a25f-3e67-567a-bc56-85c7c9899dab-c81dff32 {
  align-self: start;
}
#w-node-e567d907-320f-ae3c-2978-da015355c2d9-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-f9976fdb-dafc-699c-39ba-1e3412b12885-db7a8879, #w-node-b32dd389-40fc-39e7-596f-8d1f4fc1b21b-db7a8879, #w-node-_08a9e2b5-361c-89f8-2769-e6759ecfec27-db7a8879 {
  align-self: stretch;
}
#w-node-dfa251cd-ab27-4743-3edd-0c1bf8a374a1-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-dfa251cd-ab27-4743-3edd-0c1bf8a374a3-db7a8879, #w-node-dfa251cd-ab27-4743-3edd-0c1bf8a374a4-db7a8879, #w-node-dfa251cd-ab27-4743-3edd-0c1bf8a374a5-db7a8879 {
  align-self: stretch;
}
#w-node-_84f93d68-c939-db8c-70e6-8aade0e8ad14-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_84f93d68-c939-db8c-70e6-8aade0e8ad16-db7a8879, #w-node-_84f93d68-c939-db8c-70e6-8aade0e8ad17-db7a8879, #w-node-_84f93d68-c939-db8c-70e6-8aade0e8ad18-db7a8879 {
  align-self: stretch;
}
#w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe65-db7a8879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe67-db7a8879 {
  justify-self: start;
}
#w-node-c91640f2-b501-b4c9-5903-d9e0ecab1e09-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}
#w-node-c4334b46-dffd-a3c5-b106-1d45571ca6df-db7a8879 {
  justify-self: start;
}
#w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe95-db7a8879 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe97-db7a8879, #w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe98-db7a8879, #w-node-a9da7ded-778d-2fe8-0b20-8e22f3adfe99-db7a8879 {
  align-self: stretch;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 991px) {
  body {
    --_spacing---small: 1.5rem;
    --_spacing---medium: 2rem;
    --_spacing---xxlarge: 5rem;
    --_spacing---xlarge: 4rem;
    --_spacing---large: 3rem;
    --_spacing---xsmall: .75rem;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  .padding-xlarge {
    padding: 3rem;
  }
  .padding-xhuge {
    padding: 6rem;
  }
  .margin-large {
    margin: 2.5rem;
  }
  .padding-medium {
    padding: 1.5rem;
  }
  .margin-medium {
    margin: 1.5rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hide-tablet {
    display: none;
  }
  .heading-style-display {
    font-size: 4.5rem;
  }
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .button.is-secondary {
    align-self: flex-start;
  }
  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  ._50-50_image_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  ._50-50_image_content.is-stacked-landscape {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  ._50-50_image_text-wrapper.is-first-landscape.text-align-center-tablet {
    text-align: center;
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .card2_component {
    max-width: 100%;
  }
  .faq_question {
    text-align: left;
  }
  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
  .footer_menu-wrapper {
    grid-row-gap: 1rem;
    display: flex;
  }
  ._3element_stats_card-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }
  ._3element_stats_card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .banner_component {
    display: none;
  }
  .footer_column {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .show-mobile-landscape {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .faq_number {
    line-height: 1.4;
  }
  .heading-style-h1 {
    font-size: 4rem;
  }
  .flex-h.space-between {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  .centered-content_hero_image-2 {
    transform: translate(2em, -13.1em);
  }
  .centered-content_hero_image-3 {
    transform: translate(-4em, 11em);
  }
  .centered-content_hero_image-4 {
    transform: translate(0, 5em);
  }
  .centered-content_hero_image-5 {
    transform: translate(1em, 15em);
  }
  .rewards_hero_padding {
    padding-bottom: 12rem;
  }
  .rewards_video_gradient {
    pointer-events: none;
    padding-bottom: 7%;
  }
  .rewards_hero-sticky-wrapper {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #w-node-f5284132-1df2-7e98-488a-22ab34fa78bb-c81dff32, #w-node-bfa5fac0-1c01-61ae-dc65-757b3f1b6bad-c81dff32, #w-node-bfa5fac0-1c01-61ae-dc65-757b3f1b6bc9-c81dff32, #w-node-bfa5fac0-1c01-61ae-dc65-757b3f1b6be5-c81dff32, #w-node-_572090ab-10c5-5f9e-e2b9-ef4fc15bb255-c81dff32 {
    order: 9999;
  }
  #w-node-_572090ab-10c5-5f9e-e2b9-ef4fc15bb26b-c81dff32 {
    justify-self: center;
  }
  #w-node-_572090ab-10c5-5f9e-e2b9-ef4fc15bb271-c81dff32 {
    order: 9999;
  }
  #w-node-_572090ab-10c5-5f9e-e2b9-ef4fc15bb287-c81dff32 {
    place-self: center;
  }
  #w-node-_572090ab-10c5-5f9e-e2b9-ef4fc15bb28d-c81dff32 {
    order: 9999;
  }
  #w-node-_572090ab-10c5-5f9e-e2b9-ef4fc15bb2a3-c81dff32 {
    justify-self: center;
  }
  #w-node-_572090ab-10c5-5f9e-e2b9-ef4fc15bb2a9-c81dff32 {
    order: 9999;
  }
  #w-node-_572090ab-10c5-5f9e-e2b9-ef4fc15bb2bf-c81dff32 {
    place-self: center;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}
@media screen and (max-width: 479px) {
  #w-node-bfa5fac0-1c01-61ae-dc65-757b3f1b6c86-c81dff32 {
    order: -9999;
    place-self: baseline center;
  }
}
@media screen and (max-width: 767px) {
  body {
    --_spacing---small: 1.25rem;
    --_spacing---medium: 1.75rem;
    --_spacing---xxlarge: 3rem;
    --_spacing---xlarge: 2.5rem;
    --_spacing---large: 2rem;
    --_spacing---xsmall: .5rem;
  }
  h1 {
    font-size: 3.75rem;
    line-height: 1.125;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .padding-xlarge {
    padding: 2rem;
  }
  .padding-xhuge {
    padding: 4rem;
  }
  .margin-large {
    margin: 1.5rem;
  }
  .padding-medium {
    padding: 1.25rem;
  }
  .margin-medium {
    margin: 1.25rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hide-mobile-landscape {
    display: none;
  }
  .heading-style-display {
    font-size: 12vw;
    line-height: 1;
  }
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .padding-section-small {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .heading-style-h5 {
    font-size: 1.125rem;
  }
  .button.is-secondary.theme-dark-2 {
    align-self: auto;
  }
  ._50-50_image_content.is-stacked-landscape {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .card2_component.is-vertical:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9), .card2_component.is-vertical.mobile-horizontal-scroll-11, .card2_component.is-vertical.mobile-horizontal-scroll-19, .card2_component.is-vertical.mobile-horizontal-scroll-27, .card2_component.is-vertical.mobile-horizontal-scroll-45, .card2_component.is-vertical.mobile-horizontal-scroll-53, .card2_component.is-vertical.mobile-horizontal-scroll-61, .card2_component.is-vertical.mobile-horizontal-scroll-79, .card2_component.is-vertical.mobile-horizontal-scroll-87, .card2_component.is-vertical.mobile-horizontal-scroll-95, .card2_component.is-vertical:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9), .card2_component.is-vertical.mobile-horizontal-scroll-11, .card2_component.is-vertical.mobile-horizontal-scroll-19, .card2_component.is-vertical.mobile-horizontal-scroll-27, .card2_component.is-vertical.mobile-horizontal-scroll-45, .card2_component.is-vertical.mobile-horizontal-scroll-53, .card2_component.is-vertical.mobile-horizontal-scroll-61, .card2_component.is-vertical.mobile-horizontal-scroll-79, .card2_component.is-vertical.mobile-horizontal-scroll-87, .card2_component.is-vertical.mobile-horizontal-scroll-95, .card2_component.is-vertical.mobile-horizontal-scroll-11, .card2_component.is-vertical.mobile-horizontal-scroll-19, .card2_component.is-vertical.mobile-horizontal-scroll-27, .card2_component.is-vertical.mobile-horizontal-scroll-45, .card2_component.is-vertical.mobile-horizontal-scroll-53, .card2_component.is-vertical.mobile-horizontal-scroll-61, .card2_component.is-vertical.mobile-horizontal-scroll-79, .card2_component.is-vertical.mobile-horizontal-scroll-87, .card2_component.is-vertical.mobile-horizontal-scroll-95 {
    scroll-snap-align: start;
    min-width: 15rem;
  }
  ._3elements_3cards_wrapper {
    flex-direction: column;
  }
  ._3elements_3cards_wrapper:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9) {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  ._3elements_3cards_content-wrapper:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9) {
    scroll-snap-type: both mandatory;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    scroll-padding-left: 1.25rem;
    overflow: auto;
  }
  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .faq_icon-wrapper {
    width: 1.75rem;
  }
  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }
  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .footer_link-list {
    flex: 12rem;
  }
  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  .footer_credit-text {
    margin-top: 2rem;
  }
  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }
  ._3element_stats_card-wrapper {
    flex-flow: column;
  }
  .footer_column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    flex: 12rem;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  .show-mobile-landscape {
    display: block;
  }
  .faq_number {
    font-size: 1.125rem;
  }
  .image-wrapper.is-smaller {
    max-width: 66vw;
  }
  .rewards_video_section {
    top: auto;
  }
  .rewards_hero_padding {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 10vw;
  }
  h2 {
    font-size: 1.75rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .heading-style-display {
    font-size: 11vw;
  }
  .padding-global.padding-section-small:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9), .padding-global.padding-section-small.mobile-horizontal-scroll-2, .padding-global.padding-section-small.mobile-horizontal-scroll-36, .padding-global.padding-section-small.mobile-horizontal-scroll-70 {
    padding-bottom: 1.75rem;
  }
  .padding-global.padding-section-small:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9), .padding-global.padding-section-small.mobile-horizontal-scroll-2, .padding-global.padding-section-small.mobile-horizontal-scroll-36, .padding-global.padding-section-small.mobile-horizontal-scroll-70, .padding-global.padding-section-small.mobile-horizontal-scroll-2, .padding-global.padding-section-small.mobile-horizontal-scroll-36, .padding-global.padding-section-small.mobile-horizontal-scroll-70 {
    padding-bottom: 1.75rem;
  }
  .padding-global.padding-section-small {
    flex: 1;
  }
  .padding-section-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .hide-mobile-portrait {
    display: none;
  }
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .heading-style-h5 {
    font-size: 1.125rem;
  }
  .button.is-yellow.is-full-width-mobile {
    width: 100%;
  }
  .button.is-text-primary.is-rewards {
    border-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
    padding-top: .5rem;
    padding-left: 0;
  }
  .button.is-full-width-mobile {
    width: 100%;
  }
  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
  .padding-section-medium {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  ._50-50_image_content {
    place-items: center stretch;
  }
  ._50-50_image_text-wrapper.is-first-landscape.text-align-center-tablet {
    justify-content: center;
    align-items: stretch;
  }
  .button_component-row.flex-align-center.is-full-width-mobile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
  }
  .card2_component.is-vertical:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9), .card2_component.is-vertical.mobile-horizontal-scroll-11, .card2_component.is-vertical.mobile-horizontal-scroll-19, .card2_component.is-vertical.mobile-horizontal-scroll-27, .card2_component.is-vertical.mobile-horizontal-scroll-45, .card2_component.is-vertical.mobile-horizontal-scroll-53, .card2_component.is-vertical.mobile-horizontal-scroll-61, .card2_component.is-vertical.mobile-horizontal-scroll-79, .card2_component.is-vertical.mobile-horizontal-scroll-87, .card2_component.is-vertical.mobile-horizontal-scroll-95, .card2_component.is-vertical:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9), .card2_component.is-vertical.mobile-horizontal-scroll-11, .card2_component.is-vertical.mobile-horizontal-scroll-19, .card2_component.is-vertical.mobile-horizontal-scroll-27, .card2_component.is-vertical.mobile-horizontal-scroll-45, .card2_component.is-vertical.mobile-horizontal-scroll-53, .card2_component.is-vertical.mobile-horizontal-scroll-61, .card2_component.is-vertical.mobile-horizontal-scroll-79, .card2_component.is-vertical.mobile-horizontal-scroll-87, .card2_component.is-vertical.mobile-horizontal-scroll-95, .card2_component.is-vertical.mobile-horizontal-scroll-11, .card2_component.is-vertical.mobile-horizontal-scroll-19, .card2_component.is-vertical.mobile-horizontal-scroll-27, .card2_component.is-vertical.mobile-horizontal-scroll-45, .card2_component.is-vertical.mobile-horizontal-scroll-53, .card2_component.is-vertical.mobile-horizontal-scroll-61, .card2_component.is-vertical.mobile-horizontal-scroll-79, .card2_component.is-vertical.mobile-horizontal-scroll-87, .card2_component.is-vertical.mobile-horizontal-scroll-95 {
    scroll-snap-align: start;
    min-width: 75vw;
  }
  ._3elements_3cards_wrapper:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9) {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  ._3elements_3cards_content-wrapper:where(.w-variant-e384de4a-71bd-9b3a-3e26-8aed772e92e9), ._3elements_3cards_content-wrapper.mobile-horizontal-scroll-4, ._3elements_3cards_content-wrapper.mobile-horizontal-scroll-38, ._3elements_3cards_content-wrapper.mobile-horizontal-scroll-72 {
    scroll-snap-type: both mandatory;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    scroll-padding-left: 2.5rem;
    overflow: auto;
  }
  .faq_icon-wrapper {
    margin-left: .5rem;
  }
  .faq_rich-text {
    padding-left: 2rem;
  }
  .footer_menu-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
  .footer_link-list {
    flex-basis: 8rem;
  }
  ._3element_stats_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 1.25rem 1.5rem;
  }
  .stats_card-number {
    font-size: 14vw;
  }
  .stats_card-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  .banner_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: none;
  }
  .ot-sdk-show-settings {
    display: block;
  }
  .footer_column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .faq_question-wrapper {
    text-align: left;
    flex: 1;
  }
  .faq_number {
    width: auto;
    min-width: 2rem;
  }
  .heading-style-h1 {
    font-size: 10vw;
  }
  .image-wrapper.is-smaller {
    max-width: 50vw;
  }
  .image-wrapper.is-rewards-desktop {
    max-width: 60vw;
  }
  .flex-h {
    justify-content: flex-start;
    align-items: center;
  }
  .flex-h.space-between {
    justify-content: space-between;
    align-items: center;
  }
  .centered-content_hero_layout {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .rewards_section_hero {
    overflow: hidden;
  }
  .centered-content_hero_inner {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }
  .centered-content_hero_image-1 {
    min-width: 8rem;
    position: relative;
    transform: translate(0);
  }
  .centered-content_hero_image-2 {
    width: 36%;
    min-width: 8rem;
    position: relative;
    transform: translate(0);
  }
  .centered-content_hero_image-3 {
    width: 36%;
    min-width: 8rem;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    transform: translate(0);
  }
  .centered-content_hero_image-4 {
    width: 36%;
    min-width: 8rem;
    display: block;
    position: relative;
    top: 0%;
    transform: translate(0);
  }
  .centered-content_hero_image-5 {
    width: 36%;
    min-width: 8rem;
    display: none;
    position: relative;
    bottom: auto;
    transform: translate(0);
  }
  .rewards_silver-text {
    font-size: 12vw;
  }
  .rewards_silver-text.is-small {
    font-size: 1.25rem;
  }
  .rewards_h3 {
    font-size: 1.5rem;
  }
  .rewards_gold-text {
    font-size: 12vw;
  }
  .rewards_gold-text.is-small {
    font-size: 1.25rem;
  }
  .rewards_platinum-text {
    font-size: 12vw;
  }
  .rewards_platinum-text.is-small {
    font-size: 1.25rem;
  }
  .rewards_diamond-text {
    font-size: 12vw;
  }
  .rewards_diamond-text.is-small {
    font-size: 1.25rem;
  }
  .rewards_50_50_heading {
    font-size: 7.5vw;
  }
  .center-content_hero_text-wrapper {
    min-height: 16rem;
  }
  .rewards_video_section {
    left: auto;
    right: auto;
  }
  .rewards_hero_padding {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

/* ── Page-local styles (from Webflow's <div class="local-styles w-embed"><style>) ──
   Inline <style> blocks aren't captured by extract-coverage-css.mjs (see script TODO).
   Pulled in manually from https://engine-astro.webflow.io/rewards. */

.text-style-code {
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
h2 {
  line-height: 1;
}
@media screen and (max-width: 479px) {
  p {
    font-size: 1rem;
  }
  .heading-style-display {
    font-size: 12.5vw;
  }
  h2 {
    font-size: 9vw;
  }
  h3 {
    font-size: 1.5rem;
  }
  ._3elements_3cards_component .padding-global.padding-section-small {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 991px) {
  h2 {
    line-height: 1;
    font-size: 3.5rem;
  }
}
._3elements_3cards_wrapper img {
  transform: scale(1.01);
}
.sharp-sans-wrapper h1,
.sharp-sans-wrapper h2,
.sharp-sans-wrapper .heading-style-h2,
.sharp-sans-wrapper .heading-style-h1,
.sharp-sans-wrapper .stats_card-number,
.sharp-sans-wrapper .heading-style-display {
  font-family: "Sharp Sans Display No. 2";
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.sharp-sans-wrapper {
  --_theme---primary-button--background: var(--base-color-yellow--500);
  --_theme---primary-button--background-hover: var(--base-color-yellow--600);
  --_theme---primary-button--text: var(--text-color--text-black);
}
.sharp-sans-wrapper h1 {
  line-height: .9;
}
.sharp-sans-wrapper h2 {
  line-height: .9;
}
.sharp-sans-wrapper .rewards_silver-text {
  font-family: Oracle;
  text-transform: none;
}
.hero-dream_heading {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.home_hero_background {
  height: 200rem;
}
.home_testimonial_background {
  display: none;
}
[fs-slide='hero'] .splide__slide.is-active > .home-hero_slide {
  transform: scale(1);
}
.hero-dream_skeleton-heading {
  background: linear-gradient(90deg,
    var(--base-color-neutral--100) 30%,
    #f5f5f5 50%,
    var(--base-color-neutral--100) 70%);
  background-size: 400%;
  animation: shimmer 1.5s infinite linear;
}
@keyframes shimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.navbar_menu-buttons .button {
  background-color: var(--base-color-yellow--500);
  color: var(--base-color-neutral--950);
}
.navbar_menu-buttons .button:hover {
  background-color: var(--base-color-yellow--600);
}
@media screen and (min-width: 992px) {
  .navbar_menu-buttons .button .button_text {
    text-transform: lowercase;
  }
  .navbar_menu-buttons .button .button_text:first-letter {
    text-transform: capitalize;
  }
}
code-island {
  display: block !important;
}
.rewards_section_hero {
  background: radial-gradient(ellipse closest-side at 50% 50%, hsla(0, 0.00%, 100.00%, 0.10), var(--_theme---background-primary));
}
._50-50_image_component .button {
  background-color: var(--base-color-yellow--500);
  color: var(--base-color-neutral--950);
}
._50-50_image_component .button:hover {
  background-color: var(--base-color-yellow--600);
}
.rewards_glass-tag::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  filter: blur(0.5px);
  inset: 1;
}
.rewards_glass-tag::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  filter: blur(0.1px);
  inset: 1;
}
.background-image {
  transform: scale(1.02);
}