* {
  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;
  }
}

.roo-e0h2cb {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .roo-e0h2cb {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .roo-e0h2cb {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.roo-1kz6y5 {
  overflow: hidden;
}

.roo-k3hag7 img {
  background: var(--Neutral-300);
}

.roo-5vx7sy {
  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;
}

.roo-q4lejp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.roo-q4lejp:hover {
  background: var(--button-bg-hover);
}

.roo-ayg2tt {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.roo-ayg2tt:hover {
  background: var(--button-bg-hover);
}

.roo-voljam {
  font-size: 12px;
  line-height: 18px;
}

.roo-uqs3oq {
  font-size: 18px;
  line-height: 26px;
}

.roo-lu7z05 {
  width: 100%;
}

.roo-j5oens {
  padding: 6px 16px;
}

.roo-pmy1w1 {
  padding: 10px 16px;
}

.roo-1d6oiv {
  padding: 15px 26px;
}

.roo-q8n60l {
  flex-shrink: 0;
}

.roo-2s9o3q {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.roo-qnh1nm {
  display: none;
}

.roo-6v1b7b {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.roo-fwkrjq {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.roo-1wtp9h {
  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;
}

.roo-nrbpf3 {
  cursor: grab;
}

.roo-1wtp9h::-webkit-scrollbar {
  display: none;
}

.roo-g60xj5 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.roo-0x7hpo {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.roo-fyj5m3 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.roo-xd6sqd {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.roo-7uji4t {
  visibility: visible;
}

.roo-5805es {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.roo-rdr2nx ease;
}

.roo-aa0esj {
  background-color: var(--Primary-200);
  width: 16px;
}

.roo-i6uc0d {
  -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.roo-rdr2nx,
    mask-image 0.3s;
}

.roo-i6uc0d.roo-4axp8q {
  -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;
  }
}

.roo-3lr2yt: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;
}

.roo-sfqcdl {
  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.roo-f5noj7.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.roo-f5noj7.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;
}

.roo-0icbrv {
  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);
}

.roo-0icbrv::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%
  );
}

.roo-pf21x8 {
  position: relative;
  z-index: 1;
}

.roo-fz8s0h {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.roo-0g4rc3 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.roo-fsqyrb {
  font-size: 40px;
  line-height: 48px;
}

.roo-n9s5kr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.roo-duvjkc {
  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;
}

.roo-duvjkc:hover {
  background: var(--Primary-400);
}

.roo-duvjkc svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.roo-3lr2yt 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) {
  .roo-0icbrv {
    max-width: 600px;
    padding: 64px;
  }

  .roo-fz8s0h {
    font-size: 24px;
    line-height: 32px;
  }

  .roo-0g4rc3 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .roo-fsqyrb {
    font-size: 50px;
    line-height: 56px;
  }

  .roo-n9s5kr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .roo-sfqcdl {
    top: 25px;
    right: 25px;
  }
}

.roo-coa631,
.roo-4digve {
  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;
}

.roo-l5w61o.roo-60k0vh::before,
.roo-4digve::before,
.roo-li27hu::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.roo-f5noj7.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.roo-g4o4xl 14.roo-bgmbvv.roo-jtqyue 14.roo-co9tga 15.roo-ojpo8q 14.roo-27nxfz 15.roo-oylu4q 14.roo-wek2uy.roo-vvbwts 14.roo-pibq2x 19.roo-wfk2sg 12.roo-va1tov 19.roo-wfk2sg 10.roo-dne5jx.roo-wfk2sg 8.roo-wbeeug 17.roo-7hh3r6 7.roo-ryb77d 15.roo-z0dnwk 7.roo-3i1ooc.roo-buua9l 7.roo-ryb77d 11.roo-ows1n8 8.roo-wbeeug 11.roo-ows1n8 10.roo-vif8tm.roo-ows1n8 12.roo-8m3ecw 13.roo-zayhmi 14.roo-qqij89 15.roo-wz4tsy 14.roo-z8vhab.roo-wjqk5m 14.roo-xr0i7f 15.roo-5f1yoh 14.roo-r7dqr9 15.roo-a19jyp 14.roo-x5u5co.roo-g4o4xl 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.roo-3cgg0r 15.roo-ormkz5.roo-5hr7d5 15.roo-29nogt 15.roo-q1yjr4 15.roo-o5fagc 15.roo-p86hxl 15.roo-810qb4.roo-iql32m 15.roo-o5fagc 15.roo-h8wpye 15.roo-qua4hp 15.roo-arcewe 15.roo-dqrt4z.roo-9ql3xz 15.roo-yilxnp 7.roo-ranzdd 18.roo-01s4b4 7.roo-nj1mmn 23.roo-0ac4u7.roo-1rrvcp.roo-odqexp 18.roo-zy0l69 19.roo-0g7xdf 15.roo-fg0e90 15.roo-3cgg0r 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.roo-35u63e [type="submit"] *,
.roo-pmefxh button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .roo-ap7y3o {
    display: none;
  }
}

.roo-jy0ljh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .roo-jy0ljh {
  display: none;
}

@media (min-width: 768px) {
  .roo-jy0ljh {
    bottom: 22px;
  }
}

.roo-jy0ljh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .roo-jy0ljh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.roo-y3pa4h.static) .roo-jy0ljh {
    bottom: 8px;
  }
}

.roo-p7m6nb {
  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.roo-f5noj7.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.roo-ftbh87 3.roo-j4evxd.roo-uipo21.roo-4ds6hj 3.roo-2uq2pw 3.roo-446u1c 5.roo-fnfya1 3.roo-446u1c 8.roo-pelmuz.roo-5p6npq.roo-446u1c 26.roo-ey5bm9 5.roo-5v3r27 28.roo-bu61rd 8.roo-bar3zx 28.roo-f4br57.roo-v74kop 28.roo-2dzb0d.roo-cevjbt 34.roo-w7lfqz.roo-qpxvhy 36.roo-2plix1 11.roo-rm8jsc 37.roo-5z0qwe 12.roo-ah8fqq 36.roo-26vcdh.roo-o7r11m 28.roo-llo9sl.roo-wt3s0z.roo-ivlk6j 28.roo-ae6ars 36.roo-wmc1e0 26.roo-j1bw76 36.roo-wmc1e0 23.roo-iupjgw.roo-ajq5pq.roo-wmc1e0 5.roo-xak9ll 34.roo-phthez 3.roo-2uq2pw 31.roo-ftbh87 3.roo-3lv5oe.roo-xlgydb 18.roo-kcict8.roo-z54zzu 18.roo-9hqdcq 8.roo-8dizni 17.roo-uffrk3 8.roo-8dizni 15.roo-5kd3fi.roo-8dizni 14.roo-xin97a 9.roo-z54zzu 13.roo-qyoxkx 11.roo-xlgydb 13.roo-h379w1.roo-lc4b8v 13.roo-qyoxkx 13.roo-ultvti 14.roo-xin97a 13.roo-ultvti 15.roo-l4fl45.roo-ultvti 17.roo-uffrk3 12.roo-lc4b8v 18.roo-9hqdcq 11.roo-xlgydb 18.roo-12681y.roo-y1apbv 18.roo-brq7az.roo-cmbrp2 18.roo-9hqdcq 17.roo-czbo62 17.roo-uffrk3 17.roo-czbo62 15.roo-r03hhv.roo-czbo62 14.roo-xin97a 18.roo-cmbrp2 13.roo-qyoxkx 20.roo-y1apbv 13.roo-mdkd4c.roo-f1m0xj 13.roo-qyoxkx 22.roo-1zjss7 14.roo-xin97a 22.roo-1zjss7 15.roo-0vao0v.roo-f11eq9 17.roo-uffrk3 21.roo-f1m0xj 18.roo-9hqdcq 20.roo-y1apbv 18.roo-2vjlg4.roo-q7z2op 18.roo-05v3gw.roo-v1qrpv 18.roo-9hqdcq 26.roo-u675qi 17.roo-uffrk3 26.roo-u675qi 15.roo-5qy9xn.roo-u675qi 14.roo-xin97a 27.roo-v1qrpv 13.roo-qyoxkx 28.roo-q7z2op 13.roo-2zb4fu.roo-uce1va 13.roo-qyoxkx 31.roo-rmthcl 14.roo-xin97a 31.roo-rmthcl 15.roo-alfigw.roo-u675qi 17.roo-uffrk3 30.roo-uce1va 18.roo-9hqdcq 28.roo-q7z2op 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"])
    .roo-p7m6nb {
    display: none;
  }
}

.roo-35jzi8 {
  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) {
  .roo-35jzi8 {
    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;
}

.roo-pmefxh {
  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) {
  .roo-pmefxh {
    padding: 14px 16px;
  }
}

.roo-pmefxh button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.roo-pmefxh button:first-child {
  align-content: end;
}

.roo-pmefxh button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .roo-pmefxh
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .roo-pmefxh
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.roo-pmefxh button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.roo-pmefxh button:last-child svg {
  width: 38px;
  height: 38px;
}

.roo-li27hu {
  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;
}

.roo-li27hu::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .roo-li27hu,
.pc61d126-chatbot[data-active-screen="3"]
  .roo-li27hu {
  opacity: 1;
  visibility: visible;
}

.roo-401isu {
  flex: 1 1;
}

.roo-ydevyl {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .roo-ydevyl {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .roo-4ek861 {
  display: block;
}

.roo-n9gu0e {
  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) {
  .roo-n9gu0e {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.roo-4digve {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.roo-4digve::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.roo-fm052a span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.roo-fm052a p {
  color: var(--Text-100);
}

.roo-4digve .roo-d85zqp {
  grid-area: button;
}

.roo-4digve .roo-d85zqp::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.roo-f5noj7.org/2000/svg'%3E%3Cpath d='M4.roo-zkggub 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.roo-psx7f3 15L16.roo-psx7f3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.roo-psx7f3 5L16.roo-psx7f3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .roo-701rcb {
  display: block;
}

.roo-e36aom {
  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) {
  .roo-e36aom {
    margin-top: 40px;
  }
}

.roo-coa631 label,
.roo-coa631 input {
  display: block;
  width: 100%;
}

.roo-coa631 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.roo-coa631 label.roo-9mnvqo input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.roo-coa631 label.roo-9mnvqo::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;
}

.roo-coa631 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;
}

.roo-coa631 input::placeholder {
  color: var(--Text-400);
}

.roo-jhriq0 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .roo-jhriq0 {
  display: flex;
}

.roo-jhriq0 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .roo-jhriq0 ol {
    height: 420px;
    padding: 24px;
  }
}

.roo-jhriq0 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.roo-35u63e {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .roo-35u63e {
    padding: 0 24px 24px;
  }
}

.roo-35u63e 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;
}

.roo-35u63e input::placeholder {
  color: var(--Text-400);
}

.roo-35u63e [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.roo-35u63e [type="submit"]:disabled {
  opacity: 0.5;
}

.roo-35u63e [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .roo-35u63e [type="submit"] {
    right: 40px;
  }
}

.roo-l5w61o {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.roo-l5w61o.roo-60k0vh {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.roo-l5w61o.roo-60k0vh::before {
  content: "";
  width: 31px;
}

.roo-l5w61o.roo-60k0vh p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.roo-l5w61o.roo-blljjc p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.roo-l5w61o p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.roo-jy0ljh .roo-d85zqp {
  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;
  }
}

.roo-ap7y3o {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .roo-ap7y3o {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .roo-ap7y3o {
    padding: 18px 0;
  }
}

.roo-ap7y3o .roo-e0h2cb {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .roo-ap7y3o .roo-e0h2cb {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.roo-g1gkka {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .roo-g1gkka {
    max-width: 160px;
    height: 40px;
  }
}

.roo-g1gkka picture,
.roo-g1gkka img {
  display: block;
  width: 100%;
  height: 100%;
}

.roo-g1gkka img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .roo-99bg1n {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.roo-rdr2nx ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .roo-ap7y3o.roo-kzjczd .roo-99bg1n {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .roo-99bg1n {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .roo-99bg1n {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.roo-6poq03,
.roo-4on3bo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .roo-6poq03,
  .roo-4on3bo {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .roo-4on3bo {
    display: none;
  }
}

.roo-2zld2p {
  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;
}

.roo-kzjczd .roo-2zld2p {
  background: var(--fh-bg-color);
}

.roo-2zld2p button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .roo-2zld2p {
    display: none;
  }
}

.roo-twyfzn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .roo-twyfzn {
    display: none;
  }
}

.roo-re0kfa {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.roo-ap7y3o.roo-kzjczd .roo-re0kfa:first-child {
  display: none;
}

.roo-ap7y3o.roo-kzjczd .roo-re0kfa:last-child {
  display: block;
}

.roo-re0kfa:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .roo-re0kfa {
    display: none;
  }
}

.roo-bp7l7d {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .roo-bp7l7d {
    display: flex;
  }
}

.roo-bp7l7d ul {
  max-height: 350px;
  overflow-y: auto;
}

.roo-bp7l7d:hover ul {
  visibility: visible;
  opacity: 1;
}

.roo-bp7l7d:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.roo-bp7l7d:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.roo-bp7l7d:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.roo-bp7l7d:hover .roo-4djahx svg {
  transform: rotate(180deg);
}

.roo-ep134k {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.roo-k3e0e5 {
  padding: 0 8px;
}

.roo-rc883q {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.roo-rc883q:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .roo-rc883q {
    padding: 4px 8px;
  }
}

.roo-qf1ryv {
  display: flex;
}

.roo-qf1ryv img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.roo-4djahx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.roo-4djahx svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.roo-s8j288 {
  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) {
  .roo-s8j288 {
    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;
  }
}

.roo-fci68h {
  width: 100%;
}

@media (min-width: 1200px) {
  .roo-fci68h {
    display: none;
  }
}

.roo-xsngoj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.roo-loqq8l {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.roo-sr9glp {
  display: flex;
}

.roo-c9yhtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.roo-wyzbol {
  list-style: none;
}

@media (max-width: 1199px) {
  .roo-wyzbol {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .roo-wyzbol {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .roo-wyzbol .roo-3nvg54 [data-ref-el],
  .roo-wyzbol .roo-3nvg54 span,
  .roo-wyzbol .roo-3nvg54 a {
    white-space: nowrap;
  }
}

.roo-c3pnah {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .roo-c3pnah.roo-62xyyg > .roo-3nvg54 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .roo-c3pnah.roo-ntzbcn:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .roo-c3pnah.roo-62xyyg > .roo-nzbozz {
    height: auto;
  }

  .roo-c3pnah.roo-62xyyg > div > .roo-3s9cqc {
    transform: rotate(180deg);
  }
}

.roo-c3pnah [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.roo-c3pnah [data-ref-el],
.roo-c3pnah span {
  cursor: pointer;
}

.roo-c3pnah [data-ref-el],
.roo-c3pnah span,
.roo-c3pnah a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .roo-c3pnah [data-ref-el],
  .roo-c3pnah span,
  .roo-c3pnah a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .roo-c3pnah [data-ref-el],
  .roo-c3pnah span,
  .roo-c3pnah a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.roo-nzbozz {
  height: 0;
  overflow: hidden;
  transition: height 0.roo-rdr2nx ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.roo-nzbozz::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.roo-nzbozz::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.roo-nzbozz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .roo-nzbozz {
    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;
  }

  .roo-nzbozz:has(> .roo-c3pnah.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .roo-nzbozz .roo-nzbozz {
    padding: 0;
  }

  .roo-nzbozz .roo-c3pnah {
    font-weight: 400;
  }

  .roo-nzbozz .roo-c3pnah:hover > .roo-3nvg54 {
    background: var(--Neutral-300);
  }

  .roo-nzbozz .roo-3s9cqc {
    rotate: -90deg;
  }
}

.roo-3nvg54 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .roo-3nvg54 {
    padding: 8px;
  }

  .roo-c3pnah.roo-d0mi6e > .roo-3nvg54 {
    background: var(--Neutral-300);
  }
}

.roo-3s9cqc {
  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.roo-f5noj7.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.roo-jaxb08 0.roo-kvazv2.roo-8b8sud -0.roo-53gs34 0.roo-zvtth6 -0.roo-53gs34 1.roo-9ehb34 0.roo-czgggz.roo-pkq29q 4.roo-fnfrvr.roo-jaxb08 0.roo-p341t1.roo-c7cbpi -0.roo-53gs34 9.roo-2xz73j -0.roo-53gs34 10.roo-ea54kf 0.roo-k4iafk.roo-ql2fc2 0.roo-8b8sud 10.roo-ql2fc2 0.roo-zvtth6 10.roo-ea54kf 1.roo-iqsaua.roo-1ng33h 5.roo-gqec4w.roo-3ac1ge 6.roo-kgk68m 5.roo-lejoyc 6.roo-kgk68m 4.roo-an3p1l 5.roo-cfxx2u.roo-jaxb08 1.roo-zs42nn.roo-53gs34 0.roo-zvtth6 -0.roo-53gs34 0.roo-8b8sud 0.roo-jaxb08 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.roo-rdr2nx ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .roo-3s9cqc {
    cursor: default;
  }
}

.roo-8jwx19 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.roo-snf0jb {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .roo-snf0jb {
    padding: 40px 4px;
  }
}

.roo-aogc2c {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .roo-aogc2c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.roo-zbhkv7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .roo-zbhkv7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.roo-zbhkv7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.roo-zbhkv7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.roo-zbhkv7 [data-ref-el],
.roo-zbhkv7 span,
.roo-zbhkv7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.roo-mki5v6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .roo-mki5v6 {
    margin-bottom: 12px;
  }
}

.roo-erits9 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.roo-erits9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .roo-erits9:last-child {
    margin-right: 0;
  }
}

.roo-2398cx {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.roo-mki5v6:hover .roo-2at14s {
  visibility: visible;
  opacity: 1;
}

.roo-2at14s {
  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);
}

.roo-p0w6ss {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.roo-qbei2d {
  display: flex;
  margin: 6px;
}

.roo-qbei2d img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.roo-2at14s::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);
}

.roo-2at14s::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);
}

.roo-k0eg2v {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .roo-k0eg2v {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.roo-nmaggh {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .roo-nmaggh {
    margin-right: 32px;
  }
}

.roo-p86zur {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .roo-p86zur {
    margin-top: 0;
    width: 340px;
  }
}

.roo-p86zur a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.roo-hnafwx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.roo-prrydf {
  position: relative;
}

@media (min-width: 768px) {
  .roo-prrydf {
    margin-top: 40px;
  }
}

.roo-prrydf + .roo-betpfl,
.roo-prrydf + .roo-prrydf {
  margin-top: 24px;
}

.roo-prg5zv {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .roo-prg5zv {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .roo-prg5zv {
    padding: 80px;
  }
}

.roo-hlmp3c {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .roo-hlmp3c {
    padding: 0 16px;
}


}

.roo-r6jhjo {
  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) {
  .roo-r6jhjo {
    font-size: 48px;
    line-height: 56px;
  }
}

.roo-j4lyt7 {
  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) {
  .roo-j4lyt7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.roo-obncwf {
  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;
}

.roo-obncwf:hover {
  background: var(--button-bg-hover);
}

.roo-hjo3ui {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.roo-hjo3ui img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .roo-hjo3ui img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .roo-hjo3ui img {
  min-height: 100%;
  }
}

.roo-prg5zv::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.roo-0kumh0 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.roo-0kumh0 h1,
.roo-0kumh0 h2,
.roo-0kumh0 h3,
.roo-0kumh0 h4 {
  margin-bottom: 6px;
}

.roo-0kumh0 h1:not(:first-child),
.roo-0kumh0 h2:not(:first-child),
.roo-0kumh0 h3:not(:first-child),
.roo-0kumh0 h4:not(:first-child) {
  margin-top: 16px;
}

.roo-0kumh0 h1,
.roo-0kumh0 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .roo-0kumh0 h1,
  .roo-0kumh0 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.roo-0kumh0 h2,
.roo-0kumh0 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .roo-0kumh0 h2,
  .roo-0kumh0 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.roo-0kumh0 h3,
.roo-0kumh0 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .roo-0kumh0 h3,
  .roo-0kumh0 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.roo-0kumh0 h4,
.roo-0kumh0 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.roo-0kumh0 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.roo-0kumh0 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.roo-0kumh0 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);
}

.roo-0kumh0 ul ul {
  margin-bottom: 8px;
}

.roo-0kumh0 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.roo-0kumh0 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.roo-0kumh0 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.roo-0kumh0 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.roo-0kumh0 ol li::marker {
  font-weight: 700;
}

.roo-0kumh0 ol ol {
  margin-bottom: 8px;
}

.roo-0kumh0 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.roo-0kumh0 ol ul li {
  padding-left: 16px;
}

.roo-0kumh0 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) {
  .roo-0kumh0 table {
    padding: 24px;
  }
}

.roo-0kumh0 table.roo-krerur {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.roo-rdr2nx,
    mask-image 0.3s;
}

.roo-0kumh0 table.roo-krerur.roo-4axp8q {
  -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) {
  .roo-0kumh0 table {
    display: table;
  }
}

.roo-0kumh0 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);
}

.roo-0kumh0 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.roo-0kumh0 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.roo-0kumh0 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) {
  .roo-0kumh0 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.roo-0kumh0 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.roo-0kumh0 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.roo-0kumh0 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.roo-0kumh0 img {
  max-width: 100%;
  height: auto;
}

.roo-rfuq2s {
  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) {
  .roo-rfuq2s {
    padding: 24px;
  }
}

.roo-f6udw6 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .roo-f6udw6 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.roo-f6udw6 > * {
  margin: 0 !important;
}

.roo-f6udw6 img,
.roo-7ceqi4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .roo-f6udw6 img,
  .roo-7ceqi4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.roo-fzsufk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .roo-fzsufk {
    width: 32px;
    height: 32px;
  }
}

.roo-t3w3dq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.roo-t3w3dq .roo-g9s89m {
  flex-shrink: 0;
}

.roo-t3w3dq .roo-wr8jnr svg {
  display: none;
}

.roo-sfmnef {
  display: grid;
  transition: max-height 0.roo-rdr2nx ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .roo-sfmnef {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .roo-sfmnef {
    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));
  }
}

.roo-sfmnef.roo-g8zxw4 + .roo-g9s89m svg {
  transform: rotate(180deg);
}

.roo-mddl8v {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.roo-mddl8v > div:nth-child(3n) {
  grid-column: span 2;
}

.roo-mddl8v
  > div:nth-child(3n)
  .roo-2ps9n8
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .roo-mddl8v {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .roo-mddl8v > div:nth-child(3n) {
    grid-column: unset;
  }

  .roo-mddl8v
    > div:nth-child(3n)
    .roo-2ps9n8
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .roo-mddl8v {
    max-width: 270px;
  }
}

.roo-mddl8v .roo-2ps9n8 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .roo-mddl8v .roo-2ps9n8 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .roo-mddl8v .roo-2ps9n8 button {
    max-width: 104px;
  }
}

.roo-493jz5 {
  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) {
  .roo-493jz5 {
    margin-bottom: 0;
  }
}

.roo-nuihyu {
  display: none;
  opacity: 0;
}

.roo-lpfxi9 {
  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;
  }
}

.roo-lpfxi9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.roo-2ps9n8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.roo-2ps9n8 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .roo-2ps9n8
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .roo-2ps9n8
    button {
    max-width: 145px;
  }
}

.roo-0rh605:first-child
  .roo-2ps9n8
  button {
  max-width: 270px;
}

.roo-rquceu {
  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%;
}

.roo-493jz5 picture {
  width: 100%;
  max-width: 100%;
}

.roo-0rqy8c {
  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;
}

.roo-0rqy8c svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.roo-493jz5:hover .roo-0rqy8c {
  display: flex;
}

.roo-jelqeb {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.roo-1bmyxs {
  display: flex;
}

.roo-1bmyxs:hover .roo-k0o0fi,
.roo-1bmyxs .roo-d0mi6e .roo-k0o0fi {
  display: flex;
}

.roo-1bmyxs svg {
  flex-shrink: 0;
}

.roo-k0o0fi {
  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) {
  .roo-k0o0fi {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.roo-k0o0fi:hover {
  display: flex;
}

.roo-k0o0fi svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.roo-i75p2g {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .roo-i75p2g {
    font-size: 12px;
  }
}

.roo-q3d9fz,
.roo-3ay9ig {
  width: 50%;
  flex-shrink: 0;
}

.roo-q3d9fz {
  font-weight: 700;
}

.roo-rmblb8 .roo-sfmnef {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .roo-rmblb8 .roo-sfmnef {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .roo-rmblb8 .roo-sfmnef {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.roo-rmblb8
  .roo-rquceu:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.roo-rmblb8 .roo-lpfxi9 {
  height: 100% !important;
  border-radius: 16px;
}

.roo-rmblb8 .roo-2ps9n8 {
  gap: 4px;
  align-items: center;
}

.roo-rmblb8 .roo-2ps9n8 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roo-rmblb8 .roo-2ps9n8 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.roo-rmblb8 .roo-r6688j,
.roo-rmblb8 .roo-da5kei {
  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.roo-f5noj7.org/2000/svg'%3E%3Cpath d='M9.roo-ih654c 4.roo-080fa7.roo-p5p0x1 5.roo-5c95c9.roo-acfabp 5.roo-dh6hyi.roo-m87nmp 5.roo-uvcdep.roo-ntgu7x 8.roo-xfum0y.roo-wysnpk 9.roo-ybnxzw.roo-fjvkoc 9.roo-bzzkt8.roo-q3ujwl 13.roo-yaavfs.roo-a4c1d9 11.roo-5bn88w.roo-jmtpda 11.roo-ms7lqh.roo-p9a5fy 11.roo-728onq.roo-117l3i 13.roo-m01wwc.roo-v57cr1 9.roo-sf9fn1.roo-ex0d26 9.roo-dzmg42.roo-aro74j 8.roo-st1k1w.roo-yvc79a 5.roo-wrozk1.roo-2rdz37 5.roo-ixkirm.roo-usiy86 5.roo-vzx7ci.roo-4epr88 4.roo-gvqw2b.roo-jmtpda 1.roo-bvwfwy.roo-ih654c 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.roo-rmblb8 .roo-r6688j {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.roo-rmblb8 .roo-da5kei {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.roo-2tjroj {
  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) {
  .roo-2tjroj {
    padding: 24px;
  }
}

.roo-2tjroj .roo-g9s89m {
  display: flex;
}

@media (min-width: 768px) {
  .roo-2tjroj .roo-g9s89m {
    display: none;
  }
}

.roo-2tjroj .roo-wr8jnr svg {
  display: none;
}

.roo-e2gic0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.roo-e2gic0 .roo-5vx7sy {
  display: none;
}

@media (min-width: 768px) {
  .roo-e2gic0 .roo-5vx7sy {
    display: flex;
  }
}

.roo-ghptno {
  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) {
  .roo-ghptno {
    font-size: 40px;
    line-height: 48px;
  }
}

.roo-ghptno > * {
  margin: 0 !important;
}

.roo-ghptno img,
.roo-tx7m57 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .roo-ghptno img,
  .roo-tx7m57 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.roo-wzcafg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .roo-wzcafg {
    width: 32px;
    height: 32px;
  }
}

.roo-cntrdf {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .roo-cntrdf {
    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;
  }

  .roo-cntrdf::-webkit-scrollbar {
    display: none;
  }
}

.roo-8p99lv {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .roo-8p99lv {
    padding: 7px 15px;
  }
}

.roo-8p99lv:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.roo-rrgc21 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .roo-rrgc21 {
    display: flex;
    opacity: 1;
  }
}

.roo-8p99lv picture {
  height: 100%;
  display: block;
}

.roo-8p99lv img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .roo-8p99lv img {
    width: 88px;
    height: 44px;
  }
}

.roo-8p99lv p {
  text-align: center;
  width: 100%;
}

.roo-8hk96z {
  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) {
  .roo-8hk96z {
    font-size: 40px;
    line-height: 48px;
  }
}

.roo-8hk96z img,
.roo-gwfcy5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .roo-8hk96z img,
  .roo-gwfcy5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.roo-gw8mzv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .roo-gw8mzv {
    width: 32px;
    height: 32px;
  }
}

.roo-z3b4t5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.roo-8ra8pa {
  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;
}

.roo-ylze7t {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.roo-ylze7t.roo-d0mi6e {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.roo-r8cyyu {
  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) {
  .roo-r8cyyu {
    font-size: 20px;
    line-height: 28px;
  }
}

.roo-avokqm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.roo-cie1ww {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.roo-rdr2nx ease;
  opacity: 0;
  color: var(--text-color);
}

.roo-zs98v6 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.roo-zs98v6 ol,
.roo-zs98v6 ul {
  padding-left: 1.3em;
}

.roo-ylze7t.roo-d0mi6e .roo-cie1ww {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.roo-ylze7t.roo-d0mi6e .roo-avokqm {
  transform: rotate(180deg);
  color: var(--text-color);
}

.roo-cbnlo5 {
  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) {
  .roo-cbnlo5 {
    padding: 24px;
  }
}

.roo-cbnlo5 .roo-g9s89m {
  display: flex;
}

@media (min-width: 768px) {
  .roo-cbnlo5 .roo-g9s89m {
    display: none;
  }
}

.roo-cbnlo5 .roo-wr8jnr svg {
  display: none;
}

.roo-74j2ar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roo-74j2ar .roo-5vx7sy {
  display: none;
}

@media (min-width: 768px) {
  .roo-74j2ar .roo-5vx7sy {
    display: flex;
  }
}

.roo-vc4w6a {
  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) {
  .roo-vc4w6a {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.roo-vc4w6a > * {
  margin: 0 !important;
}

.roo-vc4w6a img,
.roo-odmu43 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .roo-vc4w6a img,
  .roo-odmu43 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.roo-rbqb33 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .roo-rbqb33 {
    width: 32px;
    height: 32px;
  }
}

.roo-blbj21 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .roo-blbj21 {
    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;
  }

  .roo-blbj21::-webkit-scrollbar {
    display: none;
  }
}

.roo-t2t3mg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.roo-t2t3mg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.roo-f8ovmi {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .roo-f8ovmi {
    display: flex;
    opacity: 1;
  }
}

.roo-t2t3mg picture {
  width: auto;
  height: 100%;
  display: block;
}

.roo-t2t3mg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.roo-120hhs {
  margin: -24px 0;
}

.roo-120hhs:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .roo-120hhs {
    margin: -16px 0;
  }
}

.roo-qw9hwk {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .roo-qw9hwk {
    flex-direction: row;
  }
}

.roo-nwia8q {
  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) {
  .roo-nwia8q {
    flex: 1;
  }
}

.roo-nwia8q::placeholder {
  color: var(--Text-400);
}

.roo-oghjza {
  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;
}

.roo-7yn8uf {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.roo-7yn8uf::-webkit-scrollbar {
  display: none;
}

.roo-6e4cbf {
  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;
}

.roo-6e4cbf img,
.roo-6e4cbf svg {
  margin-right: 8px;
}

.roo-j9lg65 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.roo-120hhs + .roo-cvrehq {
  margin-top: 0;
}

@media (min-width: 768px) {
  .roo-120hhs + .roo-cvrehq {
    margin-top: -16px;
  }
}

.roo-rmsuqv {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.roo-rmsuqv > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.roo-rmsuqv > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.roo-2ko8dr {
  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;
}

.roo-6rnjw3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.roo-gn81rn {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.roo-ttp3rn {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.roo-lf3yk9 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.roo-2ko8dr 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;
}

.roo-2ko8dr 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) {
  .roo-2ko8dr {
    padding: 39px 179px 39px 39px;
  }

  .roo-6rnjw3 {
    font-size: 40px;
    line-height: 48px;
  }

  .roo-lf3yk9 {
    height: 348px;
  }

  .roo-2ko8dr button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .roo-2ko8dr button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .roo-2ko8dr {
    padding: 63px;
  }
}

.roo-8tbsdf {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .roo-8tbsdf {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.roo-8cbty7 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .roo-8cbty7 {
    width: auto;
  }
}

.roo-j2c4c8 {
  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;
}

.roo-j2c4c8::-webkit-scrollbar {
  display: none;
}

.roo-j2c4c8 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);
}

.roo-j2c4c8 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .roo-j2c4c8 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.roo-8tbsdf .roo-yeltrg {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.roo-rdr2nx,
    mask-image 0.3s;
}

.roo-8tbsdf .roo-yeltrg.roo-4axp8q {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.roo-rka46s {
  margin: 40px -16px;
}

.roo-3r3kie + .roo-betpfl,
.roo-3r3kie + .roo-prrydf {
  margin-top: 24px;
}

.roo-8dqi8h {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.roo-8dqi8h picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.roo-egrvhi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .roo-egrvhi {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .roo-egrvhi {
    margin-top: 0;
  }
}

.roo-4ao4ql {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .roo-4ao4ql {
    font-size: 24px;
    line-height: 32px;
  }
}

.roo-fvagof {
  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) {
  .roo-fvagof {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.roo-l9k91f {
  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) {
  .roo-l9k91f {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.roo-7uq616 {
  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) {
  .roo-7uq616 {
    font-size: 20px;
    line-height: 28px;
  }
}

.roo-r9al27 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .roo-r9al27 {
    font-size: 32px;
    line-height: 40px;
  }
}

.roo-c5h9ln {
  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;
}

.roo-i704gd {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.roo-i704gd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.roo-cvrehq {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.roo-b0h3gi {
  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) {
  .roo-b0h3gi {
    padding: 15px 48px;
  }
}

main > .roo-cvrehq {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .roo-sfmnef.roo-8f72w5 > div:nth-child(n+5) {
    display: none;
  }
}

.roo-0kumh0 p a img {
  display: block;
  margin: 0 auto;
}


.roo-k2ce1w {
  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 */
.roo-77gzwm {
  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;
}

.roo-77gzwm label {
  font-size: 14px;
}

.roo-77gzwm h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roo-77gzwm input,
.roo-77gzwm textarea,
.roo-77gzwm 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;
}
.roo-77gzwm button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roo-i0wb69 ease;
}
.roo-77gzwm button:hover {
  background-color: var(--button-bg-hover);
}
.roo-5zpjqk {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roo-151uk6 ease-in;
}

.roo-5zpjqk 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;
}
.roo-zmaa8t, .roo-qscshf, [class*="review-card"],
thead, thead th, table th, .roo-83btje,
.roo-evksus, [class*="collapsible-header"],
.roo-qqkzmd, [class*="updated-block"] {
  color: #ece7dc !important;
}
