* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.cashback-rkgj0d {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .cashback-rkgj0d {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .cashback-rkgj0d {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.cashback-ud9wck {
  overflow: hidden;
}

.cashback-93xos3 img {
  background: var(--Neutral-300);
}

.cashback-zhxbp7 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.cashback-yxr8sz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.cashback-yxr8sz:hover {
  background: var(--button-bg-hover);
}

.cashback-qnq4ct {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.cashback-qnq4ct:hover {
  background: var(--button-bg-hover);
}

.cashback-05az0j {
  font-size: 12px;
  line-height: 18px;
}

.cashback-r9dwl6 {
  font-size: 18px;
  line-height: 26px;
}

.cashback-t94wnu {
  width: 100%;
}

.cashback-0ipsf5 {
  padding: 6px 16px;
}

.cashback-4i9nmp {
  padding: 10px 16px;
}

.cashback-78976b {
  padding: 15px 26px;
}

.cashback-mgpkmh {
  flex-shrink: 0;
}

.cashback-m3gjtd {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.cashback-6icbdo {
  display: none;
}

.cashback-4zq80x {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.cashback-78qzuv {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.cashback-zrnu75 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cashback-eglf3o {
  cursor: grab;
}

.cashback-zrnu75::-webkit-scrollbar {
  display: none;
}

.cashback-gx8jij {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.cashback-brpwf8 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.cashback-awwfle {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.cashback-qwzrxj {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.cashback-l1a4f4 {
  visibility: visible;
}

.cashback-kz9kjk {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.cashback-jhgf1n ease;
}

.cashback-54jteq {
  background-color: var(--Primary-200);
  width: 16px;
}

.cashback-kmh9cm {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.cashback-jhgf1n,
    mask-image 0.3s;
}

.cashback-kmh9cm.cashback-hn721j {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.cashback-s1pd58:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cashback-l3k43p {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.cashback-6ik8mt.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.cashback-6ik8mt.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.cashback-wusuvn {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.cashback-wusuvn::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.cashback-vcnai1 {
  position: relative;
  z-index: 1;
}

.cashback-lkfz33 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.cashback-w6jx7u {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.cashback-wb2stm {
  font-size: 40px;
  line-height: 48px;
}

.cashback-6wisic {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cashback-81i7yq {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.cashback-81i7yq:hover {
  background: var(--Primary-400);
}

.cashback-81i7yq svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.cashback-s1pd58 img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .cashback-wusuvn {
    max-width: 600px;
    padding: 64px;
  }

  .cashback-lkfz33 {
    font-size: 24px;
    line-height: 32px;
  }

  .cashback-w6jx7u {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .cashback-wb2stm {
    font-size: 50px;
    line-height: 56px;
  }

  .cashback-6wisic {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .cashback-l3k43p {
    top: 25px;
    right: 25px;
  }
}

.cashback-q9am3q,
.cashback-eai4fz {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.cashback-xyyuze.cashback-0ej5iu::before,
.cashback-eai4fz::before,
.cashback-92ir0w::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.cashback-6ik8mt.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.cashback-9kmp5t 14.cashback-49y6ga.cashback-3gtkpg 14.cashback-zfnf93 15.cashback-6mdwtd 14.cashback-ntujft 15.cashback-ggtd4i 14.cashback-d0cnaw.cashback-zhhb3h 14.cashback-qa5on9 19.cashback-4bwy6a 12.cashback-q9pv09 19.cashback-4bwy6a 10.cashback-70yw37.cashback-4bwy6a 8.cashback-jh1347 17.cashback-4ciwuv 7.cashback-8fhtq7 15.cashback-4hotvs 7.cashback-3ns82w.cashback-dcmrfa 7.cashback-8fhtq7 11.cashback-ix1p22 8.cashback-jh1347 11.cashback-ix1p22 10.cashback-izuooi.cashback-ix1p22 12.cashback-cta2c3 13.cashback-l7mlvi 14.cashback-aoimkc 15.cashback-dxm9s1 14.cashback-74u41n.cashback-7c23gl 14.cashback-x9hbdh 15.cashback-bn9alz 14.cashback-syipp3 15.cashback-d9v408 14.cashback-v3kmdf.cashback-9kmp5t 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.cashback-yh3ng1 15.cashback-if68wv.cashback-90afo0 15.cashback-qujhin 15.cashback-h5u2t7 15.cashback-g29ase 15.cashback-kfol8h 15.cashback-946310.cashback-sf3ci7 15.cashback-g29ase 15.cashback-0z1qxv 15.cashback-apq9xl 15.cashback-2p3m7d 15.cashback-0syf73.cashback-j7iujj 15.cashback-nn9jza 7.cashback-d650tq 18.cashback-7evra9 7.cashback-417iqx 23.cashback-nkao39.cashback-r44dir.cashback-mykmz8 18.cashback-78nd27 19.cashback-duhf8j 15.cashback-ce6n09 15.cashback-yh3ng1 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.cashback-bgma7y [type="submit"] *,
.cashback-i7tjxs button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .cashback-7ih0qz {
    display: none;
  }
}

.cashback-4mob0s {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .cashback-4mob0s {
  display: none;
}

@media (min-width: 768px) {
  .cashback-4mob0s {
    bottom: 22px;
  }
}

.cashback-4mob0s input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .cashback-4mob0s {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.cashback-tpvmk7.static) .cashback-4mob0s {
    bottom: 8px;
  }
}

.cashback-ak5l10 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.cashback-6ik8mt.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.cashback-cz9ayh 3.cashback-e1rbkn.cashback-i7o3k4.cashback-ajmkn5 3.cashback-ytjnuj 3.cashback-uwqbxn 5.cashback-osj8j9 3.cashback-uwqbxn 8.cashback-7jz41k.cashback-kurxfz.cashback-uwqbxn 26.cashback-6rjnb8 5.cashback-olqaaz 28.cashback-oqpim2 8.cashback-ad8fto 28.cashback-dwclog.cashback-v8dg4c 28.cashback-gi4met.cashback-pswyfz 34.cashback-qb5j6c.cashback-ory7qi 36.cashback-mzshxr 11.cashback-ghz2pj 37.cashback-bf5532 12.cashback-d1v5ic 36.cashback-28qw15.cashback-9d1jvn 28.cashback-tu28b1.cashback-2rgvwf.cashback-15m6zs 28.cashback-c5f31r 36.cashback-jog1x7 26.cashback-t9yjev 36.cashback-jog1x7 23.cashback-ig6kf9.cashback-rotyte.cashback-jog1x7 5.cashback-ovm3qj 34.cashback-il04w0 3.cashback-ytjnuj 31.cashback-cz9ayh 3.cashback-25l1ur.cashback-11ogzj 18.cashback-zoljxc.cashback-sxjgox 18.cashback-svmo95 8.cashback-wjq04c 17.cashback-4cf02v 8.cashback-wjq04c 15.cashback-3w99zt.cashback-wjq04c 14.cashback-ihemqx 9.cashback-sxjgox 13.cashback-je60cd 11.cashback-11ogzj 13.cashback-3kasye.cashback-qlaty6 13.cashback-je60cd 13.cashback-1hmcpr 14.cashback-ihemqx 13.cashback-1hmcpr 15.cashback-rya373.cashback-1hmcpr 17.cashback-4cf02v 12.cashback-qlaty6 18.cashback-svmo95 11.cashback-11ogzj 18.cashback-r6l38j.cashback-c3y7ay 18.cashback-r5n8ip.cashback-45ajj7 18.cashback-svmo95 17.cashback-o3gvhv 17.cashback-4cf02v 17.cashback-o3gvhv 15.cashback-e8op68.cashback-o3gvhv 14.cashback-ihemqx 18.cashback-45ajj7 13.cashback-je60cd 20.cashback-c3y7ay 13.cashback-gi7fbb.cashback-emxepw 13.cashback-je60cd 22.cashback-gqpkhc 14.cashback-ihemqx 22.cashback-gqpkhc 15.cashback-5wp7cn.cashback-zt13qn 17.cashback-4cf02v 21.cashback-emxepw 18.cashback-svmo95 20.cashback-c3y7ay 18.cashback-k01p6m.cashback-wevuzi 18.cashback-ogrzm1.cashback-ari8mu 18.cashback-svmo95 26.cashback-h7g1ky 17.cashback-4cf02v 26.cashback-h7g1ky 15.cashback-0fuh7e.cashback-h7g1ky 14.cashback-ihemqx 27.cashback-ari8mu 13.cashback-je60cd 28.cashback-wevuzi 13.cashback-ntv0x8.cashback-n2otj3 13.cashback-je60cd 31.cashback-s154z7 14.cashback-ihemqx 31.cashback-s154z7 15.cashback-ltxi0b.cashback-h7g1ky 17.cashback-4cf02v 30.cashback-n2otj3 18.cashback-svmo95 28.cashback-wevuzi 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .cashback-ak5l10 {
    display: none;
  }
}

.cashback-y5lngr {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .cashback-y5lngr {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.cashback-i7tjxs {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .cashback-i7tjxs {
    padding: 14px 16px;
  }
}

.cashback-i7tjxs button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.cashback-i7tjxs button:first-child {
  align-content: end;
}

.cashback-i7tjxs button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .cashback-i7tjxs
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .cashback-i7tjxs
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.cashback-i7tjxs button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.cashback-i7tjxs button:last-child svg {
  width: 38px;
  height: 38px;
}

.cashback-92ir0w {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.cashback-92ir0w::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .cashback-92ir0w,
.pc61d126-chatbot[data-active-screen="3"]
  .cashback-92ir0w {
  opacity: 1;
  visibility: visible;
}

.cashback-0ez808 {
  flex: 1 1;
}

.cashback-q3y9m1 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .cashback-q3y9m1 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .cashback-lm8s0a {
  display: block;
}

.cashback-ocnhc5 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .cashback-ocnhc5 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.cashback-eai4fz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.cashback-eai4fz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.cashback-kuyzn4 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.cashback-kuyzn4 p {
  color: var(--Text-100);
}

.cashback-eai4fz .cashback-nqhoy4 {
  grid-area: button;
}

.cashback-eai4fz .cashback-nqhoy4::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.cashback-6ik8mt.org/2000/svg'%3E%3Cpath d='M4.cashback-ghzh3p 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.cashback-1x7bh3 15L16.cashback-1x7bh3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.cashback-1x7bh3 5L16.cashback-1x7bh3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .cashback-849xlt {
  display: block;
}

.cashback-zy9asl {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .cashback-zy9asl {
    margin-top: 40px;
  }
}

.cashback-q9am3q label,
.cashback-q9am3q input {
  display: block;
  width: 100%;
}

.cashback-q9am3q label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.cashback-q9am3q label.cashback-afkxwo input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.cashback-q9am3q label.cashback-afkxwo::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.cashback-q9am3q input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.cashback-q9am3q input::placeholder {
  color: var(--Text-400);
}

.cashback-e1twyd {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .cashback-e1twyd {
  display: flex;
}

.cashback-e1twyd ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .cashback-e1twyd ol {
    height: 420px;
    padding: 24px;
  }
}

.cashback-e1twyd ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.cashback-bgma7y {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .cashback-bgma7y {
    padding: 0 24px 24px;
  }
}

.cashback-bgma7y input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.cashback-bgma7y input::placeholder {
  color: var(--Text-400);
}

.cashback-bgma7y [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.cashback-bgma7y [type="submit"]:disabled {
  opacity: 0.5;
}

.cashback-bgma7y [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .cashback-bgma7y [type="submit"] {
    right: 40px;
  }
}

.cashback-xyyuze {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.cashback-xyyuze.cashback-0ej5iu {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.cashback-xyyuze.cashback-0ej5iu::before {
  content: "";
  width: 31px;
}

.cashback-xyyuze.cashback-0ej5iu p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.cashback-xyyuze.cashback-2z30rw p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.cashback-xyyuze p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.cashback-4mob0s .cashback-nqhoy4 {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.cashback-7ih0qz {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .cashback-7ih0qz {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .cashback-7ih0qz {
    padding: 18px 0;
  }
}

.cashback-7ih0qz .cashback-rkgj0d {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .cashback-7ih0qz .cashback-rkgj0d {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.cashback-dhg54o {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .cashback-dhg54o {
    max-width: 160px;
    height: 40px;
  }
}

.cashback-dhg54o picture,
.cashback-dhg54o img {
  display: block;
  width: 100%;
  height: 100%;
}

.cashback-dhg54o img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .cashback-6m2r7r {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.cashback-jhgf1n ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .cashback-7ih0qz.cashback-3ujhej .cashback-6m2r7r {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cashback-6m2r7r {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .cashback-6m2r7r {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.cashback-ck4eub,
.cashback-8h3szh {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .cashback-ck4eub,
  .cashback-8h3szh {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .cashback-8h3szh {
    display: none;
  }
}

.cashback-vgx8ft {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.cashback-3ujhej .cashback-vgx8ft {
  background: var(--fh-bg-color);
}

.cashback-vgx8ft button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .cashback-vgx8ft {
    display: none;
  }
}

.cashback-5pcjl4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cashback-5pcjl4 {
    display: none;
  }
}

.cashback-wdqu8u {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.cashback-7ih0qz.cashback-3ujhej .cashback-wdqu8u:first-child {
  display: none;
}

.cashback-7ih0qz.cashback-3ujhej .cashback-wdqu8u:last-child {
  display: block;
}

.cashback-wdqu8u:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .cashback-wdqu8u {
    display: none;
  }
}

.cashback-9slbmu {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .cashback-9slbmu {
    display: flex;
  }
}

.cashback-9slbmu ul {
  max-height: 350px;
  overflow-y: auto;
}

.cashback-9slbmu:hover ul {
  visibility: visible;
  opacity: 1;
}

.cashback-9slbmu:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.cashback-9slbmu:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.cashback-9slbmu:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.cashback-9slbmu:hover .cashback-9ceky4 svg {
  transform: rotate(180deg);
}

.cashback-cdjsci {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.cashback-s649bv {
  padding: 0 8px;
}

.cashback-t6jgvo {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.cashback-t6jgvo:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .cashback-t6jgvo {
    padding: 4px 8px;
  }
}

.cashback-uyqo7x {
  display: flex;
}

.cashback-uyqo7x img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.cashback-9ceky4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.cashback-9ceky4 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.cashback-ab0u7f {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .cashback-ab0u7f {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.cashback-jzgeo4 {
  width: 100%;
}

@media (min-width: 1200px) {
  .cashback-jzgeo4 {
    display: none;
  }
}

.cashback-41irhf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.cashback-oenfeb {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.cashback-5zrnik {
  display: flex;
}

.cashback-w6zyti {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cashback-w6mvdp {
  list-style: none;
}

@media (max-width: 1199px) {
  .cashback-w6mvdp {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .cashback-w6mvdp {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cashback-w6mvdp .cashback-dqno59 [data-ref-el],
  .cashback-w6mvdp .cashback-dqno59 span,
  .cashback-w6mvdp .cashback-dqno59 a {
    white-space: nowrap;
  }
}

.cashback-vv7dxn {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .cashback-vv7dxn.cashback-8ru5wu > .cashback-dqno59 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .cashback-vv7dxn.cashback-yv7dra:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .cashback-vv7dxn.cashback-8ru5wu > .cashback-3cfsvj {
    height: auto;
  }

  .cashback-vv7dxn.cashback-8ru5wu > div > .cashback-4bc9wr {
    transform: rotate(180deg);
  }
}

.cashback-vv7dxn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.cashback-vv7dxn [data-ref-el],
.cashback-vv7dxn span {
  cursor: pointer;
}

.cashback-vv7dxn [data-ref-el],
.cashback-vv7dxn span,
.cashback-vv7dxn a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .cashback-vv7dxn [data-ref-el],
  .cashback-vv7dxn span,
  .cashback-vv7dxn a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .cashback-vv7dxn [data-ref-el],
  .cashback-vv7dxn span,
  .cashback-vv7dxn a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.cashback-3cfsvj {
  height: 0;
  overflow: hidden;
  transition: height 0.cashback-jhgf1n ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.cashback-3cfsvj::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.cashback-3cfsvj::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.cashback-3cfsvj::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .cashback-3cfsvj {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .cashback-3cfsvj:has(> .cashback-vv7dxn.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .cashback-3cfsvj .cashback-3cfsvj {
    padding: 0;
  }

  .cashback-3cfsvj .cashback-vv7dxn {
    font-weight: 400;
  }

  .cashback-3cfsvj .cashback-vv7dxn:hover > .cashback-dqno59 {
    background: var(--Neutral-300);
  }

  .cashback-3cfsvj .cashback-4bc9wr {
    rotate: -90deg;
  }
}

.cashback-dqno59 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cashback-dqno59 {
    padding: 8px;
  }

  .cashback-vv7dxn.cashback-855q25 > .cashback-dqno59 {
    background: var(--Neutral-300);
  }
}

.cashback-4bc9wr {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.cashback-6ik8mt.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.cashback-4vuj86 0.cashback-26bt92.cashback-agviyy -0.cashback-6d7c45 0.cashback-d7p2s9 -0.cashback-6d7c45 1.cashback-ldfha0 0.cashback-rva0j2.cashback-yrr0zc 4.cashback-6ua4h0.cashback-4vuj86 0.cashback-0yxr99.cashback-79iq2q -0.cashback-6d7c45 9.cashback-u3pwvq -0.cashback-6d7c45 10.cashback-a4ku91 0.cashback-4mw5i2.cashback-bdrwn7 0.cashback-agviyy 10.cashback-bdrwn7 0.cashback-d7p2s9 10.cashback-a4ku91 1.cashback-fe5a7s.cashback-t7l91h 5.cashback-z51gtf.cashback-5n0drp 6.cashback-bq7vo6 5.cashback-1b9jkt 6.cashback-bq7vo6 4.cashback-99wvb8 5.cashback-lyg8l9.cashback-4vuj86 1.cashback-vmckek.cashback-6d7c45 0.cashback-d7p2s9 -0.cashback-6d7c45 0.cashback-agviyy 0.cashback-4vuj86 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.cashback-jhgf1n ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .cashback-4bc9wr {
    cursor: default;
  }
}

.cashback-p8uuf7 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.cashback-cxfk1r {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .cashback-cxfk1r {
    padding: 40px 4px;
  }
}

.cashback-ol2lfs {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .cashback-ol2lfs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.cashback-945het {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .cashback-945het {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.cashback-945het ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.cashback-945het [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.cashback-945het [data-ref-el],
.cashback-945het span,
.cashback-945het a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.cashback-l6dws9 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .cashback-l6dws9 {
    margin-bottom: 12px;
  }
}

.cashback-qmcjsy {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.cashback-qmcjsy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .cashback-qmcjsy:last-child {
    margin-right: 0;
  }
}

.cashback-dl9s1h {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.cashback-l6dws9:hover .cashback-nbuvc5 {
  visibility: visible;
  opacity: 1;
}

.cashback-nbuvc5 {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.cashback-0zlr71 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.cashback-38y0om {
  display: flex;
  margin: 6px;
}

.cashback-38y0om img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.cashback-nbuvc5::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.cashback-nbuvc5::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.cashback-pe71z6 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .cashback-pe71z6 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.cashback-my5avd {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .cashback-my5avd {
    margin-right: 32px;
  }
}

.cashback-3c68ns {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .cashback-3c68ns {
    margin-top: 0;
    width: 340px;
  }
}

.cashback-3c68ns a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.cashback-qkzezh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.cashback-yke1fm {
  position: relative;
}

@media (min-width: 768px) {
  .cashback-yke1fm {
    margin-top: 40px;
  }
}

.cashback-yke1fm + .cashback-3s8gvk,
.cashback-yke1fm + .cashback-yke1fm {
  margin-top: 24px;
}

.cashback-gfedzz {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .cashback-gfedzz {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .cashback-gfedzz {
    padding: 80px;
  }
}

.cashback-3p5h5j {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .cashback-3p5h5j {
    padding: 0 16px;
}


}

.cashback-0bq92o {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .cashback-0bq92o {
    font-size: 48px;
    line-height: 56px;
  }
}

.cashback-f78m08 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .cashback-f78m08 {
    font-size: 24px;
    line-height: 32px;
  }
}

.cashback-devgva {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.cashback-devgva:hover {
  background: var(--button-bg-hover);
}

.cashback-8mdbzi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.cashback-8mdbzi img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .cashback-8mdbzi img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .cashback-8mdbzi img {
  min-height: 100%;
  }
}

.cashback-gfedzz::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.cashback-2ek8a4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cashback-2ek8a4 h1,
.cashback-2ek8a4 h2,
.cashback-2ek8a4 h3,
.cashback-2ek8a4 h4 {
  margin-bottom: 6px;
}

.cashback-2ek8a4 h1:not(:first-child),
.cashback-2ek8a4 h2:not(:first-child),
.cashback-2ek8a4 h3:not(:first-child),
.cashback-2ek8a4 h4:not(:first-child) {
  margin-top: 16px;
}

.cashback-2ek8a4 h1,
.cashback-2ek8a4 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .cashback-2ek8a4 h1,
  .cashback-2ek8a4 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.cashback-2ek8a4 h2,
.cashback-2ek8a4 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .cashback-2ek8a4 h2,
  .cashback-2ek8a4 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.cashback-2ek8a4 h3,
.cashback-2ek8a4 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .cashback-2ek8a4 h3,
  .cashback-2ek8a4 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.cashback-2ek8a4 h4,
.cashback-2ek8a4 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.cashback-2ek8a4 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.cashback-2ek8a4 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.cashback-2ek8a4 ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.cashback-2ek8a4 ul ul {
  margin-bottom: 8px;
}

.cashback-2ek8a4 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.cashback-2ek8a4 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.cashback-2ek8a4 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.cashback-2ek8a4 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.cashback-2ek8a4 ol li::marker {
  font-weight: 700;
}

.cashback-2ek8a4 ol ol {
  margin-bottom: 8px;
}

.cashback-2ek8a4 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.cashback-2ek8a4 ol ul li {
  padding-left: 16px;
}

.cashback-2ek8a4 table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .cashback-2ek8a4 table {
    padding: 24px;
  }
}

.cashback-2ek8a4 table.cashback-gyk0q5 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.cashback-jhgf1n,
    mask-image 0.3s;
}

.cashback-2ek8a4 table.cashback-gyk0q5.cashback-hn721j {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .cashback-2ek8a4 table {
    display: table;
  }
}

.cashback-2ek8a4 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.cashback-2ek8a4 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.cashback-2ek8a4 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.cashback-2ek8a4 table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .cashback-2ek8a4 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.cashback-2ek8a4 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.cashback-2ek8a4 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.cashback-2ek8a4 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.cashback-2ek8a4 img {
  max-width: 100%;
  height: auto;
}

.cashback-2r7blt {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .cashback-2r7blt {
    padding: 24px;
  }
}

.cashback-b8ms15 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cashback-b8ms15 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.cashback-b8ms15 > * {
  margin: 0 !important;
}

.cashback-b8ms15 img,
.cashback-dlu6gs {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .cashback-b8ms15 img,
  .cashback-dlu6gs {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.cashback-5r5a13 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cashback-5r5a13 {
    width: 32px;
    height: 32px;
  }
}

.cashback-jnclg3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.cashback-jnclg3 .cashback-f2y96y {
  flex-shrink: 0;
}

.cashback-jnclg3 .cashback-gh3ut4 svg {
  display: none;
}

.cashback-tspwur {
  display: grid;
  transition: max-height 0.cashback-jhgf1n ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .cashback-tspwur {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .cashback-tspwur {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.cashback-tspwur.cashback-91qhrd + .cashback-f2y96y svg {
  transform: rotate(180deg);
}

.cashback-722y7d {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.cashback-722y7d > div:nth-child(3n) {
  grid-column: span 2;
}

.cashback-722y7d
  > div:nth-child(3n)
  .cashback-0hhev2
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .cashback-722y7d {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .cashback-722y7d > div:nth-child(3n) {
    grid-column: unset;
  }

  .cashback-722y7d
    > div:nth-child(3n)
    .cashback-0hhev2
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .cashback-722y7d {
    max-width: 270px;
  }
}

.cashback-722y7d .cashback-0hhev2 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .cashback-722y7d .cashback-0hhev2 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .cashback-722y7d .cashback-0hhev2 button {
    max-width: 104px;
  }
}

.cashback-qrmqh6 {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .cashback-qrmqh6 {
    margin-bottom: 0;
  }
}

.cashback-sz1i79 {
  display: none;
  opacity: 0;
}

.cashback-bdnqrh {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.cashback-bdnqrh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.cashback-0hhev2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.cashback-0hhev2 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .cashback-0hhev2
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .cashback-0hhev2
    button {
    max-width: 145px;
  }
}

.cashback-a87xgh:first-child
  .cashback-0hhev2
  button {
  max-width: 270px;
}

.cashback-6cc99e {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.cashback-qrmqh6 picture {
  width: 100%;
  max-width: 100%;
}

.cashback-vct0cu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cashback-vct0cu svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.cashback-qrmqh6:hover .cashback-vct0cu {
  display: flex;
}

.cashback-izas75 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.cashback-rfgh06 {
  display: flex;
}

.cashback-rfgh06:hover .cashback-dfo4ex,
.cashback-rfgh06 .cashback-855q25 .cashback-dfo4ex {
  display: flex;
}

.cashback-rfgh06 svg {
  flex-shrink: 0;
}

.cashback-dfo4ex {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .cashback-dfo4ex {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.cashback-dfo4ex:hover {
  display: flex;
}

.cashback-dfo4ex svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.cashback-wrbljf {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .cashback-wrbljf {
    font-size: 12px;
  }
}

.cashback-xrgvc9,
.cashback-izj0gg {
  width: 50%;
  flex-shrink: 0;
}

.cashback-xrgvc9 {
  font-weight: 700;
}

.cashback-e1s6xm .cashback-tspwur {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .cashback-e1s6xm .cashback-tspwur {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .cashback-e1s6xm .cashback-tspwur {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.cashback-e1s6xm
  .cashback-6cc99e:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.cashback-e1s6xm .cashback-bdnqrh {
  height: 100% !important;
  border-radius: 16px;
}

.cashback-e1s6xm .cashback-0hhev2 {
  gap: 4px;
  align-items: center;
}

.cashback-e1s6xm .cashback-0hhev2 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cashback-e1s6xm .cashback-0hhev2 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.cashback-e1s6xm .cashback-ldtn64,
.cashback-e1s6xm .cashback-asjt3j {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.cashback-6ik8mt.org/2000/svg'%3E%3Cpath d='M9.cashback-xt2t2d 4.cashback-afai60.cashback-d2sicl 5.cashback-0kjr91.cashback-2lv7ea 5.cashback-egki6h.cashback-n5b79r 5.cashback-rgeux1.cashback-qw6j1e 8.cashback-e2qm4t.cashback-czdyas 9.cashback-5c6tjv.cashback-fdrl2l 9.cashback-moht9y.cashback-84biom 13.cashback-rhfbqr.cashback-2z6e1v 11.cashback-mvzbiz.cashback-sf2kr1 11.cashback-2m3iu9.cashback-ky4szx 11.cashback-06j2g7.cashback-eguzqw 13.cashback-92ourh.cashback-xyvtoy 9.cashback-762oc5.cashback-ch2xyg 9.cashback-47dg5s.cashback-mharjn 8.cashback-xhgbbv.cashback-libd0r 5.cashback-dvr4ip.cashback-bvhkt2 5.cashback-ev6v6e.cashback-tsuxm4 5.cashback-4fiuic.cashback-ulhzid 4.cashback-y1a42g.cashback-sf2kr1 1.cashback-cadojc.cashback-xt2t2d 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.cashback-e1s6xm .cashback-ldtn64 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.cashback-e1s6xm .cashback-asjt3j {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.cashback-gqnyp4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .cashback-gqnyp4 {
    padding: 24px;
  }
}

.cashback-gqnyp4 .cashback-f2y96y {
  display: flex;
}

@media (min-width: 768px) {
  .cashback-gqnyp4 .cashback-f2y96y {
    display: none;
  }
}

.cashback-gqnyp4 .cashback-gh3ut4 svg {
  display: none;
}

.cashback-x1yk5n {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cashback-x1yk5n .cashback-zhxbp7 {
  display: none;
}

@media (min-width: 768px) {
  .cashback-x1yk5n .cashback-zhxbp7 {
    display: flex;
  }
}

.cashback-4s7yot {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .cashback-4s7yot {
    font-size: 40px;
    line-height: 48px;
  }
}

.cashback-4s7yot > * {
  margin: 0 !important;
}

.cashback-4s7yot img,
.cashback-81xx7d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .cashback-4s7yot img,
  .cashback-81xx7d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.cashback-x8egt2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cashback-x8egt2 {
    width: 32px;
    height: 32px;
  }
}

.cashback-jzw8yo {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .cashback-jzw8yo {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .cashback-jzw8yo::-webkit-scrollbar {
    display: none;
  }
}

.cashback-pxhhvf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .cashback-pxhhvf {
    padding: 7px 15px;
  }
}

.cashback-pxhhvf:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.cashback-vl2eum {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .cashback-vl2eum {
    display: flex;
    opacity: 1;
  }
}

.cashback-pxhhvf picture {
  height: 100%;
  display: block;
}

.cashback-pxhhvf img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .cashback-pxhhvf img {
    width: 88px;
    height: 44px;
  }
}

.cashback-pxhhvf p {
  text-align: center;
  width: 100%;
}

.cashback-pw2tol {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .cashback-pw2tol {
    font-size: 40px;
    line-height: 48px;
  }
}

.cashback-pw2tol img,
.cashback-w458in {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .cashback-pw2tol img,
  .cashback-w458in {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.cashback-ehz2nu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cashback-ehz2nu {
    width: 32px;
    height: 32px;
  }
}

.cashback-u7zq7s {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.cashback-cwlz7g {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.cashback-kk8gmu {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.cashback-kk8gmu.cashback-855q25 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.cashback-cpp3y4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .cashback-cpp3y4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.cashback-sec5jf {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.cashback-qfqa7a {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.cashback-jhgf1n ease;
  opacity: 0;
  color: var(--text-color);
}

.cashback-fyt0t9 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.cashback-fyt0t9 ol,
.cashback-fyt0t9 ul {
  padding-left: 1.3em;
}

.cashback-kk8gmu.cashback-855q25 .cashback-qfqa7a {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.cashback-kk8gmu.cashback-855q25 .cashback-sec5jf {
  transform: rotate(180deg);
  color: var(--text-color);
}

.cashback-g967bc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .cashback-g967bc {
    padding: 24px;
  }
}

.cashback-g967bc .cashback-f2y96y {
  display: flex;
}

@media (min-width: 768px) {
  .cashback-g967bc .cashback-f2y96y {
    display: none;
  }
}

.cashback-g967bc .cashback-gh3ut4 svg {
  display: none;
}

.cashback-stda8f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cashback-stda8f .cashback-zhxbp7 {
  display: none;
}

@media (min-width: 768px) {
  .cashback-stda8f .cashback-zhxbp7 {
    display: flex;
  }
}

.cashback-o582sa {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .cashback-o582sa {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.cashback-o582sa > * {
  margin: 0 !important;
}

.cashback-o582sa img,
.cashback-2fl4px {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .cashback-o582sa img,
  .cashback-2fl4px {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.cashback-hvxq7r {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cashback-hvxq7r {
    width: 32px;
    height: 32px;
  }
}

.cashback-9i76z4 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .cashback-9i76z4 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .cashback-9i76z4::-webkit-scrollbar {
    display: none;
  }
}

.cashback-gy1umh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.cashback-gy1umh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.cashback-dbwid8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .cashback-dbwid8 {
    display: flex;
    opacity: 1;
  }
}

.cashback-gy1umh picture {
  width: auto;
  height: 100%;
  display: block;
}

.cashback-gy1umh picture img {
  display: block;
  width: auto;
  height: 100%;
}

.cashback-7d4dr0 {
  margin: -24px 0;
}

.cashback-7d4dr0:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .cashback-7d4dr0 {
    margin: -16px 0;
  }
}

.cashback-9f8a3e {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .cashback-9f8a3e {
    flex-direction: row;
  }
}

.cashback-oamdtx {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .cashback-oamdtx {
    flex: 1;
  }
}

.cashback-oamdtx::placeholder {
  color: var(--Text-400);
}

.cashback-cxun36 {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.cashback-g9ozff {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.cashback-g9ozff::-webkit-scrollbar {
  display: none;
}

.cashback-ffzdjp {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.cashback-ffzdjp img,
.cashback-ffzdjp svg {
  margin-right: 8px;
}

.cashback-2t1dwg {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.cashback-7d4dr0 + .cashback-jaoitt {
  margin-top: 0;
}

@media (min-width: 768px) {
  .cashback-7d4dr0 + .cashback-jaoitt {
    margin-top: -16px;
  }
}

.cashback-iodc1o {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.cashback-iodc1o > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.cashback-iodc1o > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.cashback-n6qhfj {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cashback-dxwyh8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.cashback-3iri9o {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.cashback-qpbkqw {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.cashback-5v28zc {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.cashback-n6qhfj button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.cashback-n6qhfj button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .cashback-n6qhfj {
    padding: 39px 179px 39px 39px;
  }

  .cashback-dxwyh8 {
    font-size: 40px;
    line-height: 48px;
  }

  .cashback-5v28zc {
    height: 348px;
  }

  .cashback-n6qhfj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .cashback-n6qhfj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .cashback-n6qhfj {
    padding: 63px;
  }
}

.cashback-tmc1v6 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .cashback-tmc1v6 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.cashback-2q9qwd {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .cashback-2q9qwd {
    width: auto;
  }
}

.cashback-9sth11 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.cashback-9sth11::-webkit-scrollbar {
  display: none;
}

.cashback-9sth11 a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.cashback-9sth11 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .cashback-9sth11 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.cashback-tmc1v6 .cashback-e0pfl2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.cashback-jhgf1n,
    mask-image 0.3s;
}

.cashback-tmc1v6 .cashback-e0pfl2.cashback-hn721j {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.cashback-ah3h3i {
  margin: 40px -16px;
}

.cashback-hdpp35 + .cashback-3s8gvk,
.cashback-hdpp35 + .cashback-yke1fm {
  margin-top: 24px;
}

.cashback-uvbdtp {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.cashback-uvbdtp picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cashback-01f0lh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .cashback-01f0lh {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .cashback-01f0lh {
    margin-top: 0;
  }
}

.cashback-xe0cgc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .cashback-xe0cgc {
    font-size: 24px;
    line-height: 32px;
  }
}

.cashback-ce1oxv {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .cashback-ce1oxv {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.cashback-em1dw1 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .cashback-em1dw1 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.cashback-n330xv {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .cashback-n330xv {
    font-size: 20px;
    line-height: 28px;
  }
}

.cashback-wr7g43 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .cashback-wr7g43 {
    font-size: 32px;
    line-height: 40px;
  }
}

.cashback-5ak8fk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.cashback-lrhcwm {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.cashback-lrhcwm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cashback-jaoitt {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cashback-65sgih {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .cashback-65sgih {
    padding: 15px 48px;
  }
}

main > .cashback-jaoitt {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .cashback-tspwur.cashback-vqhdvb > div:nth-child(n+5) {
    display: none;
  }
}

.cashback-2ek8a4 p a img {
  display: block;
  margin: 0 auto;
}


.cashback-u1wc11 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.cashback-xkpx3i {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.cashback-xkpx3i label {
  font-size: 14px;
}

.cashback-xkpx3i h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.cashback-xkpx3i input,
.cashback-xkpx3i textarea,
.cashback-xkpx3i button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.cashback-xkpx3i button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.cashback-xx3myu ease;
}
.cashback-xkpx3i button:hover {
  background-color: var(--button-bg-hover);
}
.cashback-7z75hi {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.cashback-cbndel ease-in;
}

.cashback-7z75hi h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.cashback-wlhkdd, .cashback-cmszl1, [class*="review-card"],
thead, thead th, table th, .cashback-fzuri6,
.cashback-bw7h7y, [class*="collapsible-header"],
.cashback-o30t29, [class*="updated-block"] {
  color: #ece7dc !important;
}
