* {
  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;
  }
}

.btc-o18i5e {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .btc-o18i5e {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .btc-o18i5e {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.btc-o3uuip {
  overflow: hidden;
}

.btc-nae8j0 img {
  background: var(--Neutral-300);
}

.btc-n8yc0q {
  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;
}

.btc-ru118p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.btc-ru118p:hover {
  background: var(--button-bg-hover);
}

.btc-0kgxc6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.btc-0kgxc6:hover {
  background: var(--button-bg-hover);
}

.btc-01l3o3 {
  font-size: 12px;
  line-height: 18px;
}

.btc-m0ul1m {
  font-size: 18px;
  line-height: 26px;
}

.btc-juh3pj {
  width: 100%;
}

.btc-yb79ch {
  padding: 6px 16px;
}

.btc-j3kd5g {
  padding: 10px 16px;
}

.btc-j4inbt {
  padding: 15px 26px;
}

.btc-sai4bw {
  flex-shrink: 0;
}

.btc-rmuhlm {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.btc-n6irb7 {
  display: none;
}

.btc-x2lth4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btc-2y77h8 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.btc-2yer4i {
  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;
}

.btc-2kl3ju {
  cursor: grab;
}

.btc-2yer4i::-webkit-scrollbar {
  display: none;
}

.btc-59ngug {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.btc-0d5594 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.btc-udcors {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.btc-sljpji {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.btc-4291dn {
  visibility: visible;
}

.btc-0nzftn {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.btc-clfhn5 ease;
}

.btc-rgoe3n {
  background-color: var(--Primary-200);
  width: 16px;
}

.btc-vigara {
  -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.btc-clfhn5,
    mask-image 0.3s;
}

.btc-vigara.btc-ycrm6o {
  -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;
  }
}

.btc-a7w210: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;
}

.btc-wtoo64 {
  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.btc-olltzu.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.btc-olltzu.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;
}

.btc-akbdwh {
  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);
}

.btc-akbdwh::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%
  );
}

.btc-ku0b5g {
  position: relative;
  z-index: 1;
}

.btc-lc79rc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.btc-tukzq8 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.btc-kn4kz3 {
  font-size: 40px;
  line-height: 48px;
}

.btc-u66hev {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.btc-dyz7g4 {
  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;
}

.btc-dyz7g4:hover {
  background: var(--Primary-400);
}

.btc-dyz7g4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.btc-a7w210 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) {
  .btc-akbdwh {
    max-width: 600px;
    padding: 64px;
  }

  .btc-lc79rc {
    font-size: 24px;
    line-height: 32px;
  }

  .btc-tukzq8 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .btc-kn4kz3 {
    font-size: 50px;
    line-height: 56px;
  }

  .btc-u66hev {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .btc-wtoo64 {
    top: 25px;
    right: 25px;
  }
}

.btc-1bed15,
.btc-8timsg {
  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;
}

.btc-i9s18h.btc-dv2zp3::before,
.btc-8timsg::before,
.btc-0omhz4::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.btc-olltzu.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.btc-vi3rgh 14.btc-pht5up.btc-wro6wn 14.btc-rhqduf 15.btc-8qtp7d 14.btc-fif6ry 15.btc-x34r9a 14.btc-e29w7m.btc-i1x8f8 14.btc-kmnt9f 19.btc-ah7lg5 12.btc-cympzo 19.btc-ah7lg5 10.btc-n6162g.btc-ah7lg5 8.btc-bxiw6l 17.btc-3pcnfd 7.btc-feukd1 15.btc-neled9 7.btc-wzuvju.btc-m2dj4h 7.btc-feukd1 11.btc-5ienoi 8.btc-bxiw6l 11.btc-5ienoi 10.btc-rxle04.btc-5ienoi 12.btc-4g5oi7 13.btc-xj6v10 14.btc-u59ie4 15.btc-wn4098 14.btc-6vkzws.btc-f9b934 14.btc-7p229k 15.btc-bnycfu 14.btc-g8890l 15.btc-j4ura1 14.btc-x867p4.btc-vi3rgh 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.btc-rjxj9k 15.btc-t1v7jr.btc-81mvt5 15.btc-meapgw 15.btc-mux8ak 15.btc-z64uxm 15.btc-uouvds 15.btc-j91bti.btc-jopvbn 15.btc-z64uxm 15.btc-lfzuda 15.btc-smo9j8 15.btc-pjec39 15.btc-vmi8wt.btc-p7eaci 15.btc-raznyk 7.btc-0bqbet 18.btc-117kj7 7.btc-8466q1 23.btc-2d1z5v.btc-qfew0t.btc-33wfps 18.btc-fs12vm 19.btc-vexw2n 15.btc-ag6b8t 15.btc-rjxj9k 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.btc-7ebz15 [type="submit"] *,
.btc-q2k19q button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .btc-yx7dyj {
    display: none;
  }
}

.btc-wrxo82 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .btc-wrxo82 {
  display: none;
}

@media (min-width: 768px) {
  .btc-wrxo82 {
    bottom: 22px;
  }
}

.btc-wrxo82 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .btc-wrxo82 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.btc-48mse1.static) .btc-wrxo82 {
    bottom: 8px;
  }
}

.btc-9iri04 {
  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.btc-olltzu.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.btc-4rz42t 3.btc-g5mge0.btc-if8hms.btc-22k6dx 3.btc-2mauyu 3.btc-5452dr 5.btc-ww2pse 3.btc-5452dr 8.btc-ykexlv.btc-68vdxt.btc-5452dr 26.btc-oip1cr 5.btc-n8mdqs 28.btc-zdhd2m 8.btc-95goes 28.btc-vrsekw.btc-0w2jt4 28.btc-u31hcn.btc-k2pih6 34.btc-f1ncs5.btc-2klz5w 36.btc-hf0e4e 11.btc-0oh326 37.btc-li2mny 12.btc-1uyyen 36.btc-ixgvxr.btc-abx600 28.btc-n9y6jc.btc-7j3efp.btc-4ak4fn 28.btc-ye2fw5 36.btc-xz76en 26.btc-ietc5t 36.btc-xz76en 23.btc-aerwv4.btc-sxqdqf.btc-xz76en 5.btc-7iplg1 34.btc-mn8f4c 3.btc-2mauyu 31.btc-4rz42t 3.btc-oe5m9q.btc-z4b5vb 18.btc-mia3ef.btc-1xck19 18.btc-wjf4k1 8.btc-8scvzu 17.btc-xlhddm 8.btc-8scvzu 15.btc-l8b7gx.btc-8scvzu 14.btc-a0jg9e 9.btc-1xck19 13.btc-uld1hy 11.btc-z4b5vb 13.btc-qf686o.btc-536602 13.btc-uld1hy 13.btc-0maux5 14.btc-a0jg9e 13.btc-0maux5 15.btc-8uj58b.btc-0maux5 17.btc-xlhddm 12.btc-536602 18.btc-wjf4k1 11.btc-z4b5vb 18.btc-htt7t2.btc-5xnwln 18.btc-98uurh.btc-izs130 18.btc-wjf4k1 17.btc-n6da3i 17.btc-xlhddm 17.btc-n6da3i 15.btc-31n8wx.btc-n6da3i 14.btc-a0jg9e 18.btc-izs130 13.btc-uld1hy 20.btc-5xnwln 13.btc-0f205b.btc-j1c8aj 13.btc-uld1hy 22.btc-zleccm 14.btc-a0jg9e 22.btc-zleccm 15.btc-xh36ml.btc-hrs79w 17.btc-xlhddm 21.btc-j1c8aj 18.btc-wjf4k1 20.btc-5xnwln 18.btc-rzkto9.btc-x40ogz 18.btc-un1kca.btc-c5oi6b 18.btc-wjf4k1 26.btc-k3lcsl 17.btc-xlhddm 26.btc-k3lcsl 15.btc-nvl2ro.btc-k3lcsl 14.btc-a0jg9e 27.btc-c5oi6b 13.btc-uld1hy 28.btc-x40ogz 13.btc-zw4bp4.btc-thyoat 13.btc-uld1hy 31.btc-2izf8z 14.btc-a0jg9e 31.btc-2izf8z 15.btc-2jgbh6.btc-k3lcsl 17.btc-xlhddm 30.btc-thyoat 18.btc-wjf4k1 28.btc-x40ogz 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"])
    .btc-9iri04 {
    display: none;
  }
}

.btc-mox2u9 {
  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) {
  .btc-mox2u9 {
    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;
}

.btc-q2k19q {
  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) {
  .btc-q2k19q {
    padding: 14px 16px;
  }
}

.btc-q2k19q button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.btc-q2k19q button:first-child {
  align-content: end;
}

.btc-q2k19q button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .btc-q2k19q
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .btc-q2k19q
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.btc-q2k19q button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.btc-q2k19q button:last-child svg {
  width: 38px;
  height: 38px;
}

.btc-0omhz4 {
  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;
}

.btc-0omhz4::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .btc-0omhz4,
.pc61d126-chatbot[data-active-screen="3"]
  .btc-0omhz4 {
  opacity: 1;
  visibility: visible;
}

.btc-o9i61u {
  flex: 1 1;
}

.btc-59fhq6 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .btc-59fhq6 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .btc-r3kvou {
  display: block;
}

.btc-1q2xbt {
  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) {
  .btc-1q2xbt {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.btc-8timsg {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.btc-8timsg::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.btc-lvnhsw span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.btc-lvnhsw p {
  color: var(--Text-100);
}

.btc-8timsg .btc-w6ohd5 {
  grid-area: button;
}

.btc-8timsg .btc-w6ohd5::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.btc-olltzu.org/2000/svg'%3E%3Cpath d='M4.btc-csdlry 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.btc-m3k20h 15L16.btc-m3k20h 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.btc-m3k20h 5L16.btc-m3k20h 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .btc-g6mazp {
  display: block;
}

.btc-3slu4d {
  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) {
  .btc-3slu4d {
    margin-top: 40px;
  }
}

.btc-1bed15 label,
.btc-1bed15 input {
  display: block;
  width: 100%;
}

.btc-1bed15 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.btc-1bed15 label.btc-djw2dd input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.btc-1bed15 label.btc-djw2dd::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;
}

.btc-1bed15 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;
}

.btc-1bed15 input::placeholder {
  color: var(--Text-400);
}

.btc-wyipol {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .btc-wyipol {
  display: flex;
}

.btc-wyipol ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .btc-wyipol ol {
    height: 420px;
    padding: 24px;
  }
}

.btc-wyipol ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.btc-7ebz15 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .btc-7ebz15 {
    padding: 0 24px 24px;
  }
}

.btc-7ebz15 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;
}

.btc-7ebz15 input::placeholder {
  color: var(--Text-400);
}

.btc-7ebz15 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.btc-7ebz15 [type="submit"]:disabled {
  opacity: 0.5;
}

.btc-7ebz15 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .btc-7ebz15 [type="submit"] {
    right: 40px;
  }
}

.btc-i9s18h {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.btc-i9s18h.btc-dv2zp3 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.btc-i9s18h.btc-dv2zp3::before {
  content: "";
  width: 31px;
}

.btc-i9s18h.btc-dv2zp3 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.btc-i9s18h.btc-4231nj p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.btc-i9s18h p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.btc-wrxo82 .btc-w6ohd5 {
  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;
  }
}

.btc-yx7dyj {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .btc-yx7dyj {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .btc-yx7dyj {
    padding: 18px 0;
  }
}

.btc-yx7dyj .btc-o18i5e {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .btc-yx7dyj .btc-o18i5e {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.btc-p9zfix {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .btc-p9zfix {
    max-width: 160px;
    height: 40px;
  }
}

.btc-p9zfix picture,
.btc-p9zfix img {
  display: block;
  width: 100%;
  height: 100%;
}

.btc-p9zfix img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .btc-nvywn4 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.btc-clfhn5 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .btc-yx7dyj.btc-nrnh7x .btc-nvywn4 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .btc-nvywn4 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .btc-nvywn4 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.btc-1j5ywt,
.btc-pdc20c {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .btc-1j5ywt,
  .btc-pdc20c {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .btc-pdc20c {
    display: none;
  }
}

.btc-5po1sp {
  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;
}

.btc-nrnh7x .btc-5po1sp {
  background: var(--fh-bg-color);
}

.btc-5po1sp button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .btc-5po1sp {
    display: none;
  }
}

.btc-mmm1rf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .btc-mmm1rf {
    display: none;
  }
}

.btc-d2wokz {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.btc-yx7dyj.btc-nrnh7x .btc-d2wokz:first-child {
  display: none;
}

.btc-yx7dyj.btc-nrnh7x .btc-d2wokz:last-child {
  display: block;
}

.btc-d2wokz:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .btc-d2wokz {
    display: none;
  }
}

.btc-z5zpjn {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .btc-z5zpjn {
    display: flex;
  }
}

.btc-z5zpjn ul {
  max-height: 350px;
  overflow-y: auto;
}

.btc-z5zpjn:hover ul {
  visibility: visible;
  opacity: 1;
}

.btc-z5zpjn:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.btc-z5zpjn:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.btc-z5zpjn:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.btc-z5zpjn:hover .btc-u303an svg {
  transform: rotate(180deg);
}

.btc-a3cjzy {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.btc-0grz8j {
  padding: 0 8px;
}

.btc-9ayaex {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.btc-9ayaex:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .btc-9ayaex {
    padding: 4px 8px;
  }
}

.btc-x60wo9 {
  display: flex;
}

.btc-x60wo9 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.btc-u303an {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.btc-u303an svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.btc-7fqa2k {
  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) {
  .btc-7fqa2k {
    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;
  }
}

.btc-gwivtt {
  width: 100%;
}

@media (min-width: 1200px) {
  .btc-gwivtt {
    display: none;
  }
}

.btc-vm0be6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.btc-djmfd7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.btc-8n9nc5 {
  display: flex;
}

.btc-nn85ni {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.btc-7cvyvm {
  list-style: none;
}

@media (max-width: 1199px) {
  .btc-7cvyvm {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .btc-7cvyvm {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .btc-7cvyvm .btc-fzinds [data-ref-el],
  .btc-7cvyvm .btc-fzinds span,
  .btc-7cvyvm .btc-fzinds a {
    white-space: nowrap;
  }
}

.btc-zmpg1l {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .btc-zmpg1l.btc-pvyu17 > .btc-fzinds {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .btc-zmpg1l.btc-5b9irf:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .btc-zmpg1l.btc-pvyu17 > .btc-ya0l57 {
    height: auto;
  }

  .btc-zmpg1l.btc-pvyu17 > div > .btc-jmhtil {
    transform: rotate(180deg);
  }
}

.btc-zmpg1l [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.btc-zmpg1l [data-ref-el],
.btc-zmpg1l span {
  cursor: pointer;
}

.btc-zmpg1l [data-ref-el],
.btc-zmpg1l span,
.btc-zmpg1l a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .btc-zmpg1l [data-ref-el],
  .btc-zmpg1l span,
  .btc-zmpg1l a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .btc-zmpg1l [data-ref-el],
  .btc-zmpg1l span,
  .btc-zmpg1l a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.btc-ya0l57 {
  height: 0;
  overflow: hidden;
  transition: height 0.btc-clfhn5 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.btc-ya0l57::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.btc-ya0l57::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.btc-ya0l57::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .btc-ya0l57 {
    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;
  }

  .btc-ya0l57:has(> .btc-zmpg1l.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .btc-ya0l57 .btc-ya0l57 {
    padding: 0;
  }

  .btc-ya0l57 .btc-zmpg1l {
    font-weight: 400;
  }

  .btc-ya0l57 .btc-zmpg1l:hover > .btc-fzinds {
    background: var(--Neutral-300);
  }

  .btc-ya0l57 .btc-jmhtil {
    rotate: -90deg;
  }
}

.btc-fzinds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .btc-fzinds {
    padding: 8px;
  }

  .btc-zmpg1l.btc-wt06fi > .btc-fzinds {
    background: var(--Neutral-300);
  }
}

.btc-jmhtil {
  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.btc-olltzu.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.btc-j64be2 0.btc-ltdqcz.btc-5ba6g2 -0.btc-5d0xvd 0.btc-cwx4ut -0.btc-5d0xvd 1.btc-6chzo1 0.btc-8qgw4i.btc-tvdpfa 4.btc-5k732o.btc-j64be2 0.btc-xexdqr.btc-n3qpv8 -0.btc-5d0xvd 9.btc-z8189f -0.btc-5d0xvd 10.btc-vfvbzk 0.btc-nchw2x.btc-xzn9zc 0.btc-5ba6g2 10.btc-xzn9zc 0.btc-cwx4ut 10.btc-vfvbzk 1.btc-51hlyi.btc-7jugpb 5.btc-tslwte.btc-m8xiu5 6.btc-20ew3o 5.btc-9ogy4v 6.btc-20ew3o 4.btc-icawxv 5.btc-jn89fr.btc-j64be2 1.btc-ssq9dc.btc-5d0xvd 0.btc-cwx4ut -0.btc-5d0xvd 0.btc-5ba6g2 0.btc-j64be2 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.btc-clfhn5 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .btc-jmhtil {
    cursor: default;
  }
}

.btc-ivwqei {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.btc-tsydl4 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .btc-tsydl4 {
    padding: 40px 4px;
  }
}

.btc-mpn46h {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .btc-mpn46h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.btc-wi4sqe {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .btc-wi4sqe {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.btc-wi4sqe ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.btc-wi4sqe [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.btc-wi4sqe [data-ref-el],
.btc-wi4sqe span,
.btc-wi4sqe a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.btc-pzre87 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .btc-pzre87 {
    margin-bottom: 12px;
  }
}

.btc-7wdu5h {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.btc-7wdu5h img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .btc-7wdu5h:last-child {
    margin-right: 0;
  }
}

.btc-so07rr {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.btc-pzre87:hover .btc-aywk6w {
  visibility: visible;
  opacity: 1;
}

.btc-aywk6w {
  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);
}

.btc-7ezxf0 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.btc-ieu12s {
  display: flex;
  margin: 6px;
}

.btc-ieu12s img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.btc-aywk6w::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);
}

.btc-aywk6w::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);
}

.btc-tf083i {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .btc-tf083i {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.btc-gkv63w {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .btc-gkv63w {
    margin-right: 32px;
  }
}

.btc-1u09tf {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .btc-1u09tf {
    margin-top: 0;
    width: 340px;
  }
}

.btc-1u09tf a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.btc-e5mh3h {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.btc-3rhxfz {
  position: relative;
}

@media (min-width: 768px) {
  .btc-3rhxfz {
    margin-top: 40px;
  }
}

.btc-3rhxfz + .btc-scpa86,
.btc-3rhxfz + .btc-3rhxfz {
  margin-top: 24px;
}

.btc-1qjf28 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .btc-1qjf28 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .btc-1qjf28 {
    padding: 80px;
  }
}

.btc-8bb3av {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .btc-8bb3av {
    padding: 0 16px;
}


}

.btc-mowii0 {
  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) {
  .btc-mowii0 {
    font-size: 48px;
    line-height: 56px;
  }
}

.btc-snrnai {
  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) {
  .btc-snrnai {
    font-size: 24px;
    line-height: 32px;
  }
}

.btc-qlf21x {
  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;
}

.btc-qlf21x:hover {
  background: var(--button-bg-hover);
}

.btc-v4qh6m {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.btc-v4qh6m img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .btc-v4qh6m img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .btc-v4qh6m img {
  min-height: 100%;
  }
}

.btc-1qjf28::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.btc-vknt71 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.btc-vknt71 h1,
.btc-vknt71 h2,
.btc-vknt71 h3,
.btc-vknt71 h4 {
  margin-bottom: 6px;
}

.btc-vknt71 h1:not(:first-child),
.btc-vknt71 h2:not(:first-child),
.btc-vknt71 h3:not(:first-child),
.btc-vknt71 h4:not(:first-child) {
  margin-top: 16px;
}

.btc-vknt71 h1,
.btc-vknt71 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .btc-vknt71 h1,
  .btc-vknt71 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.btc-vknt71 h2,
.btc-vknt71 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .btc-vknt71 h2,
  .btc-vknt71 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.btc-vknt71 h3,
.btc-vknt71 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .btc-vknt71 h3,
  .btc-vknt71 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.btc-vknt71 h4,
.btc-vknt71 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.btc-vknt71 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.btc-vknt71 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.btc-vknt71 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);
}

.btc-vknt71 ul ul {
  margin-bottom: 8px;
}

.btc-vknt71 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.btc-vknt71 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.btc-vknt71 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.btc-vknt71 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.btc-vknt71 ol li::marker {
  font-weight: 700;
}

.btc-vknt71 ol ol {
  margin-bottom: 8px;
}

.btc-vknt71 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.btc-vknt71 ol ul li {
  padding-left: 16px;
}

.btc-vknt71 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) {
  .btc-vknt71 table {
    padding: 24px;
  }
}

.btc-vknt71 table.btc-2tlmay {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.btc-clfhn5,
    mask-image 0.3s;
}

.btc-vknt71 table.btc-2tlmay.btc-ycrm6o {
  -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) {
  .btc-vknt71 table {
    display: table;
  }
}

.btc-vknt71 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);
}

.btc-vknt71 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.btc-vknt71 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.btc-vknt71 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) {
  .btc-vknt71 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.btc-vknt71 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.btc-vknt71 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.btc-vknt71 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.btc-vknt71 img {
  max-width: 100%;
  height: auto;
}

.btc-gdqz57 {
  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) {
  .btc-gdqz57 {
    padding: 24px;
  }
}

.btc-b24huu {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .btc-b24huu {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.btc-b24huu > * {
  margin: 0 !important;
}

.btc-b24huu img,
.btc-8hev4n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .btc-b24huu img,
  .btc-8hev4n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.btc-z4gq2f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .btc-z4gq2f {
    width: 32px;
    height: 32px;
  }
}

.btc-p2xiwe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.btc-p2xiwe .btc-n67ouh {
  flex-shrink: 0;
}

.btc-p2xiwe .btc-29wv3n svg {
  display: none;
}

.btc-yam4dw {
  display: grid;
  transition: max-height 0.btc-clfhn5 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .btc-yam4dw {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .btc-yam4dw {
    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));
  }
}

.btc-yam4dw.btc-hgyaoa + .btc-n67ouh svg {
  transform: rotate(180deg);
}

.btc-1a37g5 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.btc-1a37g5 > div:nth-child(3n) {
  grid-column: span 2;
}

.btc-1a37g5
  > div:nth-child(3n)
  .btc-tzu375
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .btc-1a37g5 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .btc-1a37g5 > div:nth-child(3n) {
    grid-column: unset;
  }

  .btc-1a37g5
    > div:nth-child(3n)
    .btc-tzu375
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .btc-1a37g5 {
    max-width: 270px;
  }
}

.btc-1a37g5 .btc-tzu375 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .btc-1a37g5 .btc-tzu375 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .btc-1a37g5 .btc-tzu375 button {
    max-width: 104px;
  }
}

.btc-4ym0vm {
  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) {
  .btc-4ym0vm {
    margin-bottom: 0;
  }
}

.btc-43ekch {
  display: none;
  opacity: 0;
}

.btc-urwsv4 {
  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;
  }
}

.btc-urwsv4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.btc-tzu375 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.btc-tzu375 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .btc-tzu375
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .btc-tzu375
    button {
    max-width: 145px;
  }
}

.btc-85kc5b:first-child
  .btc-tzu375
  button {
  max-width: 270px;
}

.btc-0unrml {
  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%;
}

.btc-4ym0vm picture {
  width: 100%;
  max-width: 100%;
}

.btc-treqpz {
  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;
}

.btc-treqpz svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.btc-4ym0vm:hover .btc-treqpz {
  display: flex;
}

.btc-ekmgid {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.btc-yc8y6x {
  display: flex;
}

.btc-yc8y6x:hover .btc-s4q3st,
.btc-yc8y6x .btc-wt06fi .btc-s4q3st {
  display: flex;
}

.btc-yc8y6x svg {
  flex-shrink: 0;
}

.btc-s4q3st {
  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) {
  .btc-s4q3st {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.btc-s4q3st:hover {
  display: flex;
}

.btc-s4q3st svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.btc-anr015 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .btc-anr015 {
    font-size: 12px;
  }
}

.btc-98umw1,
.btc-u16eyp {
  width: 50%;
  flex-shrink: 0;
}

.btc-98umw1 {
  font-weight: 700;
}

.btc-tkx7hd .btc-yam4dw {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .btc-tkx7hd .btc-yam4dw {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .btc-tkx7hd .btc-yam4dw {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.btc-tkx7hd
  .btc-0unrml:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.btc-tkx7hd .btc-urwsv4 {
  height: 100% !important;
  border-radius: 16px;
}

.btc-tkx7hd .btc-tzu375 {
  gap: 4px;
  align-items: center;
}

.btc-tkx7hd .btc-tzu375 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-tkx7hd .btc-tzu375 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.btc-tkx7hd .btc-v7crly,
.btc-tkx7hd .btc-fsn2hx {
  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.btc-olltzu.org/2000/svg'%3E%3Cpath d='M9.btc-us22z0 4.btc-x8trag.btc-an54y5 5.btc-8kzckg.btc-kow1ju 5.btc-yjwp5p.btc-dqisz6 5.btc-628add.btc-kxqntl 8.btc-mt7met.btc-xyofza 9.btc-wqr7kf.btc-na7yzz 9.btc-13oa1u.btc-pvgtda 13.btc-3rt11n.btc-0t8kvc 11.btc-t3ov03.btc-gunewl 11.btc-kiix5l.btc-6ywdpr 11.btc-hi7id6.btc-tztxjf 13.btc-3t37q5.btc-u5le9g 9.btc-xrgh47.btc-36etvl 9.btc-2fw62i.btc-l16ubj 8.btc-3bg0ie.btc-4p0s6w 5.btc-s8odpd.btc-8esorr 5.btc-a9hpud.btc-hny875 5.btc-khytu4.btc-ea22x5 4.btc-3qx9lx.btc-gunewl 1.btc-t1z6h1.btc-us22z0 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.btc-tkx7hd .btc-v7crly {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.btc-tkx7hd .btc-fsn2hx {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.btc-ob7om9 {
  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) {
  .btc-ob7om9 {
    padding: 24px;
  }
}

.btc-ob7om9 .btc-n67ouh {
  display: flex;
}

@media (min-width: 768px) {
  .btc-ob7om9 .btc-n67ouh {
    display: none;
  }
}

.btc-ob7om9 .btc-29wv3n svg {
  display: none;
}

.btc-nq37lr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.btc-nq37lr .btc-n8yc0q {
  display: none;
}

@media (min-width: 768px) {
  .btc-nq37lr .btc-n8yc0q {
    display: flex;
  }
}

.btc-hchk4p {
  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) {
  .btc-hchk4p {
    font-size: 40px;
    line-height: 48px;
  }
}

.btc-hchk4p > * {
  margin: 0 !important;
}

.btc-hchk4p img,
.btc-2rxaev {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .btc-hchk4p img,
  .btc-2rxaev {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.btc-6k8cd0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .btc-6k8cd0 {
    width: 32px;
    height: 32px;
  }
}

.btc-yswskn {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .btc-yswskn {
    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;
  }

  .btc-yswskn::-webkit-scrollbar {
    display: none;
  }
}

.btc-7sup47 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .btc-7sup47 {
    padding: 7px 15px;
  }
}

.btc-7sup47:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.btc-0odkdw {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .btc-0odkdw {
    display: flex;
    opacity: 1;
  }
}

.btc-7sup47 picture {
  height: 100%;
  display: block;
}

.btc-7sup47 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .btc-7sup47 img {
    width: 88px;
    height: 44px;
  }
}

.btc-7sup47 p {
  text-align: center;
  width: 100%;
}

.btc-wji517 {
  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) {
  .btc-wji517 {
    font-size: 40px;
    line-height: 48px;
  }
}

.btc-wji517 img,
.btc-yer6og {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .btc-wji517 img,
  .btc-yer6og {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.btc-nbaevo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .btc-nbaevo {
    width: 32px;
    height: 32px;
  }
}

.btc-a5ehgt {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.btc-qj91kn {
  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;
}

.btc-ce1lqh {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.btc-ce1lqh.btc-wt06fi {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.btc-ou9g0o {
  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) {
  .btc-ou9g0o {
    font-size: 20px;
    line-height: 28px;
  }
}

.btc-l4w27c {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.btc-qm6v4w {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.btc-clfhn5 ease;
  opacity: 0;
  color: var(--text-color);
}

.btc-h3uko2 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.btc-h3uko2 ol,
.btc-h3uko2 ul {
  padding-left: 1.3em;
}

.btc-ce1lqh.btc-wt06fi .btc-qm6v4w {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.btc-ce1lqh.btc-wt06fi .btc-l4w27c {
  transform: rotate(180deg);
  color: var(--text-color);
}

.btc-wklmpu {
  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) {
  .btc-wklmpu {
    padding: 24px;
  }
}

.btc-wklmpu .btc-n67ouh {
  display: flex;
}

@media (min-width: 768px) {
  .btc-wklmpu .btc-n67ouh {
    display: none;
  }
}

.btc-wklmpu .btc-29wv3n svg {
  display: none;
}

.btc-upe69z {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btc-upe69z .btc-n8yc0q {
  display: none;
}

@media (min-width: 768px) {
  .btc-upe69z .btc-n8yc0q {
    display: flex;
  }
}

.btc-5xvtux {
  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) {
  .btc-5xvtux {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.btc-5xvtux > * {
  margin: 0 !important;
}

.btc-5xvtux img,
.btc-rjz5fu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .btc-5xvtux img,
  .btc-rjz5fu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.btc-wu16et {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .btc-wu16et {
    width: 32px;
    height: 32px;
  }
}

.btc-exxwrx {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .btc-exxwrx {
    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;
  }

  .btc-exxwrx::-webkit-scrollbar {
    display: none;
  }
}

.btc-n8mwyr {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.btc-n8mwyr:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.btc-u7tipu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .btc-u7tipu {
    display: flex;
    opacity: 1;
  }
}

.btc-n8mwyr picture {
  width: auto;
  height: 100%;
  display: block;
}

.btc-n8mwyr picture img {
  display: block;
  width: auto;
  height: 100%;
}

.btc-mwipzk {
  margin: -24px 0;
}

.btc-mwipzk:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .btc-mwipzk {
    margin: -16px 0;
  }
}

.btc-7up1od {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .btc-7up1od {
    flex-direction: row;
  }
}

.btc-22kmxe {
  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) {
  .btc-22kmxe {
    flex: 1;
  }
}

.btc-22kmxe::placeholder {
  color: var(--Text-400);
}

.btc-y1bvuw {
  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;
}

.btc-ttuhi5 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.btc-ttuhi5::-webkit-scrollbar {
  display: none;
}

.btc-nnst7m {
  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;
}

.btc-nnst7m img,
.btc-nnst7m svg {
  margin-right: 8px;
}

.btc-fsqiy4 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.btc-mwipzk + .btc-7vudh6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .btc-mwipzk + .btc-7vudh6 {
    margin-top: -16px;
  }
}

.btc-rrs54b {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.btc-rrs54b > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.btc-rrs54b > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.btc-jyl2mi {
  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;
}

.btc-8b0jgh {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.btc-6lmd21 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.btc-yelhgu {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.btc-zznhg2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.btc-jyl2mi 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;
}

.btc-jyl2mi 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) {
  .btc-jyl2mi {
    padding: 39px 179px 39px 39px;
  }

  .btc-8b0jgh {
    font-size: 40px;
    line-height: 48px;
  }

  .btc-zznhg2 {
    height: 348px;
  }

  .btc-jyl2mi button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .btc-jyl2mi button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .btc-jyl2mi {
    padding: 63px;
  }
}

.btc-n6r7nm {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .btc-n6r7nm {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.btc-kx9q9n {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .btc-kx9q9n {
    width: auto;
  }
}

.btc-11k6qv {
  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;
}

.btc-11k6qv::-webkit-scrollbar {
  display: none;
}

.btc-11k6qv 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);
}

.btc-11k6qv a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .btc-11k6qv {
    margin-left: 16px;
    margin-top: 0;
  }
}

.btc-n6r7nm .btc-7hnbvr {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.btc-clfhn5,
    mask-image 0.3s;
}

.btc-n6r7nm .btc-7hnbvr.btc-ycrm6o {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.btc-z66xl3 {
  margin: 40px -16px;
}

.btc-lmd913 + .btc-scpa86,
.btc-lmd913 + .btc-3rhxfz {
  margin-top: 24px;
}

.btc-m5ksfu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.btc-m5ksfu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.btc-mty6lh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .btc-mty6lh {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .btc-mty6lh {
    margin-top: 0;
  }
}

.btc-9hu7z1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .btc-9hu7z1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.btc-28kqke {
  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) {
  .btc-28kqke {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.btc-lnrdd5 {
  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) {
  .btc-lnrdd5 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.btc-oanir0 {
  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) {
  .btc-oanir0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.btc-vj7e4o {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .btc-vj7e4o {
    font-size: 32px;
    line-height: 40px;
  }
}

.btc-4pflju {
  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;
}

.btc-d4t48n {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.btc-d4t48n img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btc-7vudh6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btc-tg1c0s {
  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) {
  .btc-tg1c0s {
    padding: 15px 48px;
  }
}

main > .btc-7vudh6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .btc-yam4dw.btc-63k7mw > div:nth-child(n+5) {
    display: none;
  }
}

.btc-vknt71 p a img {
  display: block;
  margin: 0 auto;
}


.btc-bs562u {
  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 */
.btc-8talsr {
  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;
}

.btc-8talsr label {
  font-size: 14px;
}

.btc-8talsr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.btc-8talsr input,
.btc-8talsr textarea,
.btc-8talsr 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;
}
.btc-8talsr button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.btc-qb9wi2 ease;
}
.btc-8talsr button:hover {
  background-color: var(--button-bg-hover);
}
.btc-xp2m91 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.btc-yua2c7 ease-in;
}

.btc-xp2m91 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;
}
.btc-5464hl, .btc-gb7rob, [class*="review-card"],
thead, thead th, table th, .btc-4lbaqj,
.btc-tvfwpj, [class*="collapsible-header"],
.btc-qf1dtk, [class*="updated-block"] {
  color: #ece7dc !important;
}
