* {
  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;
  }
}

.robocat-1d2f5b {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .robocat-1d2f5b {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .robocat-1d2f5b {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.robocat-5pym9n {
  overflow: hidden;
}

.robocat-u54m2j img {
  background: var(--Neutral-300);
}

.robocat-8aiaan {
  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;
}

.robocat-a0q4f2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.robocat-a0q4f2:hover {
  background: var(--button-bg-hover);
}

.robocat-yigqt2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.robocat-yigqt2:hover {
  background: var(--button-bg-hover);
}

.robocat-lb6ekp {
  font-size: 12px;
  line-height: 18px;
}

.robocat-3x205w {
  font-size: 18px;
  line-height: 26px;
}

.robocat-bdp0zh {
  width: 100%;
}

.robocat-i92eoo {
  padding: 6px 16px;
}

.robocat-z2wpd9 {
  padding: 10px 16px;
}

.robocat-sq6vzi {
  padding: 15px 26px;
}

.robocat-rrx703 {
  flex-shrink: 0;
}

.robocat-j4tf6g {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.robocat-sriaeh {
  display: none;
}

.robocat-68c55d {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.robocat-pkss13 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.robocat-3eqiib {
  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;
}

.robocat-e1p8cw {
  cursor: grab;
}

.robocat-3eqiib::-webkit-scrollbar {
  display: none;
}

.robocat-s9cxn5 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.robocat-w1dve5 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.robocat-h33gd8 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.robocat-bi277c {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.robocat-rkw3bl {
  visibility: visible;
}

.robocat-gpcfzc {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.robocat-pixctr ease;
}

.robocat-k0erax {
  background-color: var(--Primary-200);
  width: 16px;
}

.robocat-ulfwzh {
  -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.robocat-pixctr,
    mask-image 0.3s;
}

.robocat-ulfwzh.robocat-7v7q9a {
  -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;
  }
}

.robocat-kpkt4o: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;
}

.robocat-f0agbh {
  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.robocat-le3y4g.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.robocat-le3y4g.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;
}

.robocat-9khzih {
  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);
}

.robocat-9khzih::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%
  );
}

.robocat-47i6hz {
  position: relative;
  z-index: 1;
}

.robocat-sdldls {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.robocat-np2zvf {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.robocat-lyye5r {
  font-size: 40px;
  line-height: 48px;
}

.robocat-d8wmzo {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.robocat-gihhx4 {
  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;
}

.robocat-gihhx4:hover {
  background: var(--Primary-400);
}

.robocat-gihhx4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.robocat-kpkt4o 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) {
  .robocat-9khzih {
    max-width: 600px;
    padding: 64px;
  }

  .robocat-sdldls {
    font-size: 24px;
    line-height: 32px;
  }

  .robocat-np2zvf {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .robocat-lyye5r {
    font-size: 50px;
    line-height: 56px;
  }

  .robocat-d8wmzo {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .robocat-f0agbh {
    top: 25px;
    right: 25px;
  }
}

.robocat-jm5zqy,
.robocat-9fxfmq {
  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;
}

.robocat-8xjrt7.robocat-mftplj::before,
.robocat-9fxfmq::before,
.robocat-245enb::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.robocat-le3y4g.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.robocat-8qyt4r 14.robocat-5frn6e.robocat-jio510 14.robocat-3d4hli 15.robocat-9g0dz6 14.robocat-ntvd68 15.robocat-usvm47 14.robocat-hqrkif.robocat-7enah9 14.robocat-2d8ya4 19.robocat-bn7hgl 12.robocat-ezm97g 19.robocat-bn7hgl 10.robocat-lp0fvy.robocat-bn7hgl 8.robocat-19ox15 17.robocat-3nhj8h 7.robocat-7g27d3 15.robocat-d3dbag 7.robocat-hz4jjf.robocat-gf96bk 7.robocat-7g27d3 11.robocat-sdpvts 8.robocat-19ox15 11.robocat-sdpvts 10.robocat-nxhna6.robocat-sdpvts 12.robocat-heedg0 13.robocat-fat52y 14.robocat-n4nkus 15.robocat-sj90rh 14.robocat-374z70.robocat-ex0ib7 14.robocat-za4foh 15.robocat-xyc5kz 14.robocat-lrgy89 15.robocat-zdgxl7 14.robocat-fiz2ha.robocat-8qyt4r 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.robocat-ylwbn4 15.robocat-66z29n.robocat-gq12qm 15.robocat-grl1pn 15.robocat-95jtkb 15.robocat-94m9u4 15.robocat-f7yz20 15.robocat-prisi7.robocat-rconyn 15.robocat-94m9u4 15.robocat-mwcz5q 15.robocat-ij47x6 15.robocat-3so20o 15.robocat-ak8ck5.robocat-t4vnwf 15.robocat-506tar 7.robocat-nz6jz2 18.robocat-lkvv6x 7.robocat-ef32tu 23.robocat-eoq4dd.robocat-26cnxh.robocat-qmxoh2 18.robocat-qkdos2 19.robocat-zjqemc 15.robocat-hy6k6x 15.robocat-ylwbn4 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.robocat-sivgo2 [type="submit"] *,
.robocat-8de4ny button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .robocat-5s91v5 {
    display: none;
  }
}

.robocat-zvpiql {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .robocat-zvpiql {
  display: none;
}

@media (min-width: 768px) {
  .robocat-zvpiql {
    bottom: 22px;
  }
}

.robocat-zvpiql input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .robocat-zvpiql {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.robocat-c5d5mg.static) .robocat-zvpiql {
    bottom: 8px;
  }
}

.robocat-0dha1d {
  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.robocat-le3y4g.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.robocat-xmgmih 3.robocat-5b82h2.robocat-zwg81x.robocat-keqwuz 3.robocat-s6064n 3.robocat-ahxfwm 5.robocat-2eyukv 3.robocat-ahxfwm 8.robocat-gz1zit.robocat-692x9f.robocat-ahxfwm 26.robocat-ft3fow 5.robocat-fxwv51 28.robocat-er63wp 8.robocat-1xjzop 28.robocat-2bmxcg.robocat-983s4b 28.robocat-64plwy.robocat-xh8htw 34.robocat-37szua.robocat-7bmd3p 36.robocat-9w613k 11.robocat-3nktil 37.robocat-emc2kk 12.robocat-pkijwh 36.robocat-p0mgy1.robocat-b3uw54 28.robocat-ym98w9.robocat-hbxeys.robocat-uehsip 28.robocat-954o2o 36.robocat-lwxi05 26.robocat-hg5ubz 36.robocat-lwxi05 23.robocat-y6lhex.robocat-fzoq3h.robocat-lwxi05 5.robocat-dtq8ip 34.robocat-qh5x05 3.robocat-s6064n 31.robocat-xmgmih 3.robocat-wicwl9.robocat-i3dcaq 18.robocat-ylr72i.robocat-w8by06 18.robocat-858895 8.robocat-lrigxr 17.robocat-zp1e92 8.robocat-lrigxr 15.robocat-6fkq5q.robocat-lrigxr 14.robocat-otwubz 9.robocat-w8by06 13.robocat-i7gzjk 11.robocat-i3dcaq 13.robocat-src2rz.robocat-1nq5k4 13.robocat-i7gzjk 13.robocat-1hzl9z 14.robocat-otwubz 13.robocat-1hzl9z 15.robocat-1sudsm.robocat-1hzl9z 17.robocat-zp1e92 12.robocat-1nq5k4 18.robocat-858895 11.robocat-i3dcaq 18.robocat-dqqonp.robocat-3f42g6 18.robocat-o6q0q2.robocat-i8gbsn 18.robocat-858895 17.robocat-ffvveq 17.robocat-zp1e92 17.robocat-ffvveq 15.robocat-x09r4u.robocat-ffvveq 14.robocat-otwubz 18.robocat-i8gbsn 13.robocat-i7gzjk 20.robocat-3f42g6 13.robocat-z497ap.robocat-rhkl8x 13.robocat-i7gzjk 22.robocat-41cvwj 14.robocat-otwubz 22.robocat-41cvwj 15.robocat-52xq78.robocat-o8p9rp 17.robocat-zp1e92 21.robocat-rhkl8x 18.robocat-858895 20.robocat-3f42g6 18.robocat-imrxp9.robocat-nq3wrw 18.robocat-n0uj29.robocat-bx28na 18.robocat-858895 26.robocat-5o24gb 17.robocat-zp1e92 26.robocat-5o24gb 15.robocat-9glfwo.robocat-5o24gb 14.robocat-otwubz 27.robocat-bx28na 13.robocat-i7gzjk 28.robocat-nq3wrw 13.robocat-zh0f5u.robocat-3we9qu 13.robocat-i7gzjk 31.robocat-gg7gek 14.robocat-otwubz 31.robocat-gg7gek 15.robocat-kz6swk.robocat-5o24gb 17.robocat-zp1e92 30.robocat-3we9qu 18.robocat-858895 28.robocat-nq3wrw 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"])
    .robocat-0dha1d {
    display: none;
  }
}

.robocat-ydkeei {
  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) {
  .robocat-ydkeei {
    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;
}

.robocat-8de4ny {
  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) {
  .robocat-8de4ny {
    padding: 14px 16px;
  }
}

.robocat-8de4ny button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.robocat-8de4ny button:first-child {
  align-content: end;
}

.robocat-8de4ny button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .robocat-8de4ny
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .robocat-8de4ny
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.robocat-8de4ny button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.robocat-8de4ny button:last-child svg {
  width: 38px;
  height: 38px;
}

.robocat-245enb {
  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;
}

.robocat-245enb::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .robocat-245enb,
.pc61d126-chatbot[data-active-screen="3"]
  .robocat-245enb {
  opacity: 1;
  visibility: visible;
}

.robocat-qhv9gw {
  flex: 1 1;
}

.robocat-geu539 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .robocat-geu539 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .robocat-68w23v {
  display: block;
}

.robocat-9t8ajs {
  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) {
  .robocat-9t8ajs {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.robocat-9fxfmq {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.robocat-9fxfmq::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.robocat-8wxis5 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.robocat-8wxis5 p {
  color: var(--Text-100);
}

.robocat-9fxfmq .robocat-k40e3k {
  grid-area: button;
}

.robocat-9fxfmq .robocat-k40e3k::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.robocat-le3y4g.org/2000/svg'%3E%3Cpath d='M4.robocat-adgl3c 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.robocat-v06b58 15L16.robocat-v06b58 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.robocat-v06b58 5L16.robocat-v06b58 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .robocat-xb5a25 {
  display: block;
}

.robocat-m2tw9q {
  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) {
  .robocat-m2tw9q {
    margin-top: 40px;
  }
}

.robocat-jm5zqy label,
.robocat-jm5zqy input {
  display: block;
  width: 100%;
}

.robocat-jm5zqy label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.robocat-jm5zqy label.robocat-6hiutn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.robocat-jm5zqy label.robocat-6hiutn::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;
}

.robocat-jm5zqy 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;
}

.robocat-jm5zqy input::placeholder {
  color: var(--Text-400);
}

.robocat-w4pu2p {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .robocat-w4pu2p {
  display: flex;
}

.robocat-w4pu2p ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .robocat-w4pu2p ol {
    height: 420px;
    padding: 24px;
  }
}

.robocat-w4pu2p ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.robocat-sivgo2 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .robocat-sivgo2 {
    padding: 0 24px 24px;
  }
}

.robocat-sivgo2 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;
}

.robocat-sivgo2 input::placeholder {
  color: var(--Text-400);
}

.robocat-sivgo2 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.robocat-sivgo2 [type="submit"]:disabled {
  opacity: 0.5;
}

.robocat-sivgo2 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .robocat-sivgo2 [type="submit"] {
    right: 40px;
  }
}

.robocat-8xjrt7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.robocat-8xjrt7.robocat-mftplj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.robocat-8xjrt7.robocat-mftplj::before {
  content: "";
  width: 31px;
}

.robocat-8xjrt7.robocat-mftplj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.robocat-8xjrt7.robocat-upycf0 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.robocat-8xjrt7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.robocat-zvpiql .robocat-k40e3k {
  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;
  }
}

.robocat-5s91v5 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .robocat-5s91v5 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .robocat-5s91v5 {
    padding: 18px 0;
  }
}

.robocat-5s91v5 .robocat-1d2f5b {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .robocat-5s91v5 .robocat-1d2f5b {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.robocat-i451kr {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .robocat-i451kr {
    max-width: 160px;
    height: 40px;
  }
}

.robocat-i451kr picture,
.robocat-i451kr img {
  display: block;
  width: 100%;
  height: 100%;
}

.robocat-i451kr img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .robocat-phn0qu {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.robocat-pixctr ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .robocat-5s91v5.robocat-gdam4f .robocat-phn0qu {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .robocat-phn0qu {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .robocat-phn0qu {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.robocat-ft488j,
.robocat-i7ra9u {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .robocat-ft488j,
  .robocat-i7ra9u {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .robocat-i7ra9u {
    display: none;
  }
}

.robocat-0vq2o6 {
  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;
}

.robocat-gdam4f .robocat-0vq2o6 {
  background: var(--fh-bg-color);
}

.robocat-0vq2o6 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .robocat-0vq2o6 {
    display: none;
  }
}

.robocat-tcupje {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .robocat-tcupje {
    display: none;
  }
}

.robocat-ns2uej {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.robocat-5s91v5.robocat-gdam4f .robocat-ns2uej:first-child {
  display: none;
}

.robocat-5s91v5.robocat-gdam4f .robocat-ns2uej:last-child {
  display: block;
}

.robocat-ns2uej:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .robocat-ns2uej {
    display: none;
  }
}

.robocat-gb6dyd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .robocat-gb6dyd {
    display: flex;
  }
}

.robocat-gb6dyd ul {
  max-height: 350px;
  overflow-y: auto;
}

.robocat-gb6dyd:hover ul {
  visibility: visible;
  opacity: 1;
}

.robocat-gb6dyd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.robocat-gb6dyd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.robocat-gb6dyd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.robocat-gb6dyd:hover .robocat-nbf47o svg {
  transform: rotate(180deg);
}

.robocat-xn9bwi {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.robocat-i8k52u {
  padding: 0 8px;
}

.robocat-gy3170 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.robocat-gy3170:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .robocat-gy3170 {
    padding: 4px 8px;
  }
}

.robocat-ff00kq {
  display: flex;
}

.robocat-ff00kq img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.robocat-nbf47o {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.robocat-nbf47o svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.robocat-sq6sh0 {
  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) {
  .robocat-sq6sh0 {
    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;
  }
}

.robocat-zx18c6 {
  width: 100%;
}

@media (min-width: 1200px) {
  .robocat-zx18c6 {
    display: none;
  }
}

.robocat-avthty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.robocat-97f1fl {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.robocat-0yn6nc {
  display: flex;
}

.robocat-tfmdlh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.robocat-nhl93b {
  list-style: none;
}

@media (max-width: 1199px) {
  .robocat-nhl93b {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .robocat-nhl93b {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .robocat-nhl93b .robocat-cuem7j [data-ref-el],
  .robocat-nhl93b .robocat-cuem7j span,
  .robocat-nhl93b .robocat-cuem7j a {
    white-space: nowrap;
  }
}

.robocat-q156s8 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .robocat-q156s8.robocat-v1gh88 > .robocat-cuem7j {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .robocat-q156s8.robocat-mcu7cu:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .robocat-q156s8.robocat-v1gh88 > .robocat-7rtzoo {
    height: auto;
  }

  .robocat-q156s8.robocat-v1gh88 > div > .robocat-nuxxzq {
    transform: rotate(180deg);
  }
}

.robocat-q156s8 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.robocat-q156s8 [data-ref-el],
.robocat-q156s8 span {
  cursor: pointer;
}

.robocat-q156s8 [data-ref-el],
.robocat-q156s8 span,
.robocat-q156s8 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .robocat-q156s8 [data-ref-el],
  .robocat-q156s8 span,
  .robocat-q156s8 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .robocat-q156s8 [data-ref-el],
  .robocat-q156s8 span,
  .robocat-q156s8 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.robocat-7rtzoo {
  height: 0;
  overflow: hidden;
  transition: height 0.robocat-pixctr ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.robocat-7rtzoo::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.robocat-7rtzoo::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.robocat-7rtzoo::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .robocat-7rtzoo {
    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;
  }

  .robocat-7rtzoo:has(> .robocat-q156s8.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .robocat-7rtzoo .robocat-7rtzoo {
    padding: 0;
  }

  .robocat-7rtzoo .robocat-q156s8 {
    font-weight: 400;
  }

  .robocat-7rtzoo .robocat-q156s8:hover > .robocat-cuem7j {
    background: var(--Neutral-300);
  }

  .robocat-7rtzoo .robocat-nuxxzq {
    rotate: -90deg;
  }
}

.robocat-cuem7j {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .robocat-cuem7j {
    padding: 8px;
  }

  .robocat-q156s8.robocat-c5mexo > .robocat-cuem7j {
    background: var(--Neutral-300);
  }
}

.robocat-nuxxzq {
  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.robocat-le3y4g.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.robocat-qlr3lo 0.robocat-51p61d.robocat-ehe5j1 -0.robocat-lwd0jl 0.robocat-8fzyij -0.robocat-lwd0jl 1.robocat-qutv28 0.robocat-jcs5pq.robocat-f3h0a9 4.robocat-84ayoj.robocat-qlr3lo 0.robocat-xb42ne.robocat-lt4lwl -0.robocat-lwd0jl 9.robocat-7gxvrr -0.robocat-lwd0jl 10.robocat-heiiyl 0.robocat-16k89o.robocat-xz8rkj 0.robocat-ehe5j1 10.robocat-xz8rkj 0.robocat-8fzyij 10.robocat-heiiyl 1.robocat-gg3ri2.robocat-t518cd 5.robocat-gjtvwi.robocat-k1w51v 6.robocat-gp1noc 5.robocat-zq7ba8 6.robocat-gp1noc 4.robocat-67jooy 5.robocat-o194nr.robocat-qlr3lo 1.robocat-80hkft.robocat-lwd0jl 0.robocat-8fzyij -0.robocat-lwd0jl 0.robocat-ehe5j1 0.robocat-qlr3lo 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.robocat-pixctr ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .robocat-nuxxzq {
    cursor: default;
  }
}

.robocat-xatp97 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.robocat-59idm4 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .robocat-59idm4 {
    padding: 40px 4px;
  }
}

.robocat-he9csa {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .robocat-he9csa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.robocat-iwyyka {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .robocat-iwyyka {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.robocat-iwyyka ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.robocat-iwyyka [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.robocat-iwyyka [data-ref-el],
.robocat-iwyyka span,
.robocat-iwyyka a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.robocat-jtrge9 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .robocat-jtrge9 {
    margin-bottom: 12px;
  }
}

.robocat-kvnbhu {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.robocat-kvnbhu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .robocat-kvnbhu:last-child {
    margin-right: 0;
  }
}

.robocat-z1fxgn {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.robocat-jtrge9:hover .robocat-lmewtk {
  visibility: visible;
  opacity: 1;
}

.robocat-lmewtk {
  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);
}

.robocat-qvysog {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.robocat-73neb1 {
  display: flex;
  margin: 6px;
}

.robocat-73neb1 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.robocat-lmewtk::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);
}

.robocat-lmewtk::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);
}

.robocat-ma6bn2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .robocat-ma6bn2 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.robocat-4matxi {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .robocat-4matxi {
    margin-right: 32px;
  }
}

.robocat-49q9u4 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .robocat-49q9u4 {
    margin-top: 0;
    width: 340px;
  }
}

.robocat-49q9u4 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.robocat-htsr4i {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.robocat-wbnhh5 {
  position: relative;
}

@media (min-width: 768px) {
  .robocat-wbnhh5 {
    margin-top: 40px;
  }
}

.robocat-wbnhh5 + .robocat-9mvu21,
.robocat-wbnhh5 + .robocat-wbnhh5 {
  margin-top: 24px;
}

.robocat-uzi165 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .robocat-uzi165 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .robocat-uzi165 {
    padding: 80px;
  }
}

.robocat-z5je52 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .robocat-z5je52 {
    padding: 0 16px;
}


}

.robocat-ectq4p {
  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) {
  .robocat-ectq4p {
    font-size: 48px;
    line-height: 56px;
  }
}

.robocat-kahzj5 {
  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) {
  .robocat-kahzj5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.robocat-awibos {
  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;
}

.robocat-awibos:hover {
  background: var(--button-bg-hover);
}

.robocat-yyd5st {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.robocat-yyd5st img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .robocat-yyd5st img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .robocat-yyd5st img {
  min-height: 100%;
  }
}

.robocat-uzi165::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.robocat-6n6v0q {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.robocat-6n6v0q h1,
.robocat-6n6v0q h2,
.robocat-6n6v0q h3,
.robocat-6n6v0q h4 {
  margin-bottom: 6px;
}

.robocat-6n6v0q h1:not(:first-child),
.robocat-6n6v0q h2:not(:first-child),
.robocat-6n6v0q h3:not(:first-child),
.robocat-6n6v0q h4:not(:first-child) {
  margin-top: 16px;
}

.robocat-6n6v0q h1,
.robocat-6n6v0q h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .robocat-6n6v0q h1,
  .robocat-6n6v0q h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.robocat-6n6v0q h2,
.robocat-6n6v0q h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .robocat-6n6v0q h2,
  .robocat-6n6v0q h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.robocat-6n6v0q h3,
.robocat-6n6v0q h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .robocat-6n6v0q h3,
  .robocat-6n6v0q h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.robocat-6n6v0q h4,
.robocat-6n6v0q h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.robocat-6n6v0q ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.robocat-6n6v0q ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.robocat-6n6v0q 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);
}

.robocat-6n6v0q ul ul {
  margin-bottom: 8px;
}

.robocat-6n6v0q ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.robocat-6n6v0q ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.robocat-6n6v0q ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.robocat-6n6v0q ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.robocat-6n6v0q ol li::marker {
  font-weight: 700;
}

.robocat-6n6v0q ol ol {
  margin-bottom: 8px;
}

.robocat-6n6v0q ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.robocat-6n6v0q ol ul li {
  padding-left: 16px;
}

.robocat-6n6v0q 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) {
  .robocat-6n6v0q table {
    padding: 24px;
  }
}

.robocat-6n6v0q table.robocat-l0j7wj {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.robocat-pixctr,
    mask-image 0.3s;
}

.robocat-6n6v0q table.robocat-l0j7wj.robocat-7v7q9a {
  -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) {
  .robocat-6n6v0q table {
    display: table;
  }
}

.robocat-6n6v0q 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);
}

.robocat-6n6v0q table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.robocat-6n6v0q table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.robocat-6n6v0q 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) {
  .robocat-6n6v0q table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.robocat-6n6v0q table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.robocat-6n6v0q table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.robocat-6n6v0q table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.robocat-6n6v0q img {
  max-width: 100%;
  height: auto;
}

.robocat-yrqij7 {
  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) {
  .robocat-yrqij7 {
    padding: 24px;
  }
}

.robocat-bnswmd {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .robocat-bnswmd {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.robocat-bnswmd > * {
  margin: 0 !important;
}

.robocat-bnswmd img,
.robocat-bng384 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .robocat-bnswmd img,
  .robocat-bng384 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.robocat-r3cxpr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .robocat-r3cxpr {
    width: 32px;
    height: 32px;
  }
}

.robocat-b3xccv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.robocat-b3xccv .robocat-77kvtg {
  flex-shrink: 0;
}

.robocat-b3xccv .robocat-kw9of1 svg {
  display: none;
}

.robocat-nnre23 {
  display: grid;
  transition: max-height 0.robocat-pixctr ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .robocat-nnre23 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .robocat-nnre23 {
    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));
  }
}

.robocat-nnre23.robocat-5tqc2g + .robocat-77kvtg svg {
  transform: rotate(180deg);
}

.robocat-t7v6ty {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.robocat-t7v6ty > div:nth-child(3n) {
  grid-column: span 2;
}

.robocat-t7v6ty
  > div:nth-child(3n)
  .robocat-ed7nhz
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .robocat-t7v6ty {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .robocat-t7v6ty > div:nth-child(3n) {
    grid-column: unset;
  }

  .robocat-t7v6ty
    > div:nth-child(3n)
    .robocat-ed7nhz
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .robocat-t7v6ty {
    max-width: 270px;
  }
}

.robocat-t7v6ty .robocat-ed7nhz button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .robocat-t7v6ty .robocat-ed7nhz button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .robocat-t7v6ty .robocat-ed7nhz button {
    max-width: 104px;
  }
}

.robocat-i6k793 {
  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) {
  .robocat-i6k793 {
    margin-bottom: 0;
  }
}

.robocat-l2blju {
  display: none;
  opacity: 0;
}

.robocat-mtal6f {
  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;
  }
}

.robocat-mtal6f img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.robocat-ed7nhz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.robocat-ed7nhz button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .robocat-ed7nhz
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .robocat-ed7nhz
    button {
    max-width: 145px;
  }
}

.robocat-e5yd2a:first-child
  .robocat-ed7nhz
  button {
  max-width: 270px;
}

.robocat-dqyw7r {
  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%;
}

.robocat-i6k793 picture {
  width: 100%;
  max-width: 100%;
}

.robocat-n2g6pj {
  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;
}

.robocat-n2g6pj svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.robocat-i6k793:hover .robocat-n2g6pj {
  display: flex;
}

.robocat-imdnsy {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.robocat-el3d1s {
  display: flex;
}

.robocat-el3d1s:hover .robocat-16rwic,
.robocat-el3d1s .robocat-c5mexo .robocat-16rwic {
  display: flex;
}

.robocat-el3d1s svg {
  flex-shrink: 0;
}

.robocat-16rwic {
  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) {
  .robocat-16rwic {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.robocat-16rwic:hover {
  display: flex;
}

.robocat-16rwic svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.robocat-jn825b {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .robocat-jn825b {
    font-size: 12px;
  }
}

.robocat-h2h66z,
.robocat-m0l6mv {
  width: 50%;
  flex-shrink: 0;
}

.robocat-h2h66z {
  font-weight: 700;
}

.robocat-e1bjjo .robocat-nnre23 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .robocat-e1bjjo .robocat-nnre23 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .robocat-e1bjjo .robocat-nnre23 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.robocat-e1bjjo
  .robocat-dqyw7r:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.robocat-e1bjjo .robocat-mtal6f {
  height: 100% !important;
  border-radius: 16px;
}

.robocat-e1bjjo .robocat-ed7nhz {
  gap: 4px;
  align-items: center;
}

.robocat-e1bjjo .robocat-ed7nhz button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.robocat-e1bjjo .robocat-ed7nhz svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.robocat-e1bjjo .robocat-in0dj5,
.robocat-e1bjjo .robocat-fzwsxy {
  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.robocat-le3y4g.org/2000/svg'%3E%3Cpath d='M9.robocat-3asnyt 4.robocat-sbnf82.robocat-qrh40i 5.robocat-4rfe1q.robocat-8u0g5t 5.robocat-15wl67.robocat-xx8jle 5.robocat-qb3cb1.robocat-b3u896 8.robocat-gp6g29.robocat-kbw55r 9.robocat-tyiaxc.robocat-i4gk2n 9.robocat-0yd33f.robocat-cs620h 13.robocat-wsv6ui.robocat-93o1y9 11.robocat-0um2oo.robocat-o8ebzq 11.robocat-9e9c0w.robocat-4xozp8 11.robocat-bvmzxm.robocat-58x2m1 13.robocat-lpb78y.robocat-kavwzt 9.robocat-kubkaf.robocat-x83urj 9.robocat-nkfey2.robocat-5msziv 8.robocat-xlybhy.robocat-19h8u9 5.robocat-s8lbm9.robocat-hv6tim 5.robocat-vpb3y8.robocat-g7i4b4 5.robocat-rp314t.robocat-womvzv 4.robocat-wv107w.robocat-o8ebzq 1.robocat-1wdby5.robocat-3asnyt 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.robocat-e1bjjo .robocat-in0dj5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.robocat-e1bjjo .robocat-fzwsxy {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.robocat-h9430t {
  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) {
  .robocat-h9430t {
    padding: 24px;
  }
}

.robocat-h9430t .robocat-77kvtg {
  display: flex;
}

@media (min-width: 768px) {
  .robocat-h9430t .robocat-77kvtg {
    display: none;
  }
}

.robocat-h9430t .robocat-kw9of1 svg {
  display: none;
}

.robocat-i78pkt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.robocat-i78pkt .robocat-8aiaan {
  display: none;
}

@media (min-width: 768px) {
  .robocat-i78pkt .robocat-8aiaan {
    display: flex;
  }
}

.robocat-1e5jp8 {
  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) {
  .robocat-1e5jp8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.robocat-1e5jp8 > * {
  margin: 0 !important;
}

.robocat-1e5jp8 img,
.robocat-pwg5fa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .robocat-1e5jp8 img,
  .robocat-pwg5fa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.robocat-w71nh6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .robocat-w71nh6 {
    width: 32px;
    height: 32px;
  }
}

.robocat-5pm5g0 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .robocat-5pm5g0 {
    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;
  }

  .robocat-5pm5g0::-webkit-scrollbar {
    display: none;
  }
}

.robocat-cjsmin {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .robocat-cjsmin {
    padding: 7px 15px;
  }
}

.robocat-cjsmin:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.robocat-ieog8w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .robocat-ieog8w {
    display: flex;
    opacity: 1;
  }
}

.robocat-cjsmin picture {
  height: 100%;
  display: block;
}

.robocat-cjsmin img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .robocat-cjsmin img {
    width: 88px;
    height: 44px;
  }
}

.robocat-cjsmin p {
  text-align: center;
  width: 100%;
}

.robocat-cc862u {
  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) {
  .robocat-cc862u {
    font-size: 40px;
    line-height: 48px;
  }
}

.robocat-cc862u img,
.robocat-64yiki {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .robocat-cc862u img,
  .robocat-64yiki {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.robocat-w38ypy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .robocat-w38ypy {
    width: 32px;
    height: 32px;
  }
}

.robocat-p9ylm2 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.robocat-p8gzwn {
  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;
}

.robocat-lrst2f {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.robocat-lrst2f.robocat-c5mexo {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.robocat-xdwnqz {
  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) {
  .robocat-xdwnqz {
    font-size: 20px;
    line-height: 28px;
  }
}

.robocat-qeyd3m {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.robocat-o48cim {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.robocat-pixctr ease;
  opacity: 0;
  color: var(--text-color);
}

.robocat-jtdqhq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.robocat-jtdqhq ol,
.robocat-jtdqhq ul {
  padding-left: 1.3em;
}

.robocat-lrst2f.robocat-c5mexo .robocat-o48cim {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.robocat-lrst2f.robocat-c5mexo .robocat-qeyd3m {
  transform: rotate(180deg);
  color: var(--text-color);
}

.robocat-krah38 {
  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) {
  .robocat-krah38 {
    padding: 24px;
  }
}

.robocat-krah38 .robocat-77kvtg {
  display: flex;
}

@media (min-width: 768px) {
  .robocat-krah38 .robocat-77kvtg {
    display: none;
  }
}

.robocat-krah38 .robocat-kw9of1 svg {
  display: none;
}

.robocat-y2f2gd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.robocat-y2f2gd .robocat-8aiaan {
  display: none;
}

@media (min-width: 768px) {
  .robocat-y2f2gd .robocat-8aiaan {
    display: flex;
  }
}

.robocat-4r9hsh {
  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) {
  .robocat-4r9hsh {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.robocat-4r9hsh > * {
  margin: 0 !important;
}

.robocat-4r9hsh img,
.robocat-0lot2l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .robocat-4r9hsh img,
  .robocat-0lot2l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.robocat-1cli2j {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .robocat-1cli2j {
    width: 32px;
    height: 32px;
  }
}

.robocat-8zrywv {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .robocat-8zrywv {
    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;
  }

  .robocat-8zrywv::-webkit-scrollbar {
    display: none;
  }
}

.robocat-yyedll {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.robocat-yyedll:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.robocat-9cg6p9 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .robocat-9cg6p9 {
    display: flex;
    opacity: 1;
  }
}

.robocat-yyedll picture {
  width: auto;
  height: 100%;
  display: block;
}

.robocat-yyedll picture img {
  display: block;
  width: auto;
  height: 100%;
}

.robocat-zxc960 {
  margin: -24px 0;
}

.robocat-zxc960:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .robocat-zxc960 {
    margin: -16px 0;
  }
}

.robocat-2y1rci {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .robocat-2y1rci {
    flex-direction: row;
  }
}

.robocat-tmcvrq {
  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) {
  .robocat-tmcvrq {
    flex: 1;
  }
}

.robocat-tmcvrq::placeholder {
  color: var(--Text-400);
}

.robocat-rnc9x4 {
  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;
}

.robocat-d5x073 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.robocat-d5x073::-webkit-scrollbar {
  display: none;
}

.robocat-fxh28t {
  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;
}

.robocat-fxh28t img,
.robocat-fxh28t svg {
  margin-right: 8px;
}

.robocat-k5rkst {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.robocat-zxc960 + .robocat-qb5043 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .robocat-zxc960 + .robocat-qb5043 {
    margin-top: -16px;
  }
}

.robocat-ox8zu8 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.robocat-ox8zu8 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.robocat-ox8zu8 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.robocat-9cbpkp {
  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;
}

.robocat-9s643p {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.robocat-4thqmm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.robocat-vwfrlw {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.robocat-rpmz2e {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.robocat-9cbpkp 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;
}

.robocat-9cbpkp 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) {
  .robocat-9cbpkp {
    padding: 39px 179px 39px 39px;
  }

  .robocat-9s643p {
    font-size: 40px;
    line-height: 48px;
  }

  .robocat-rpmz2e {
    height: 348px;
  }

  .robocat-9cbpkp button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .robocat-9cbpkp button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .robocat-9cbpkp {
    padding: 63px;
  }
}

.robocat-y762i6 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .robocat-y762i6 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.robocat-r5783r {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .robocat-r5783r {
    width: auto;
  }
}

.robocat-vb4oxy {
  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;
}

.robocat-vb4oxy::-webkit-scrollbar {
  display: none;
}

.robocat-vb4oxy 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);
}

.robocat-vb4oxy a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .robocat-vb4oxy {
    margin-left: 16px;
    margin-top: 0;
  }
}

.robocat-y762i6 .robocat-1jay20 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.robocat-pixctr,
    mask-image 0.3s;
}

.robocat-y762i6 .robocat-1jay20.robocat-7v7q9a {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.robocat-g258md {
  margin: 40px -16px;
}

.robocat-6ae16p + .robocat-9mvu21,
.robocat-6ae16p + .robocat-wbnhh5 {
  margin-top: 24px;
}

.robocat-5woc5y {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.robocat-5woc5y picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.robocat-zqbefu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .robocat-zqbefu {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .robocat-zqbefu {
    margin-top: 0;
  }
}

.robocat-zkqs4q {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .robocat-zkqs4q {
    font-size: 24px;
    line-height: 32px;
  }
}

.robocat-e2h97r {
  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) {
  .robocat-e2h97r {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.robocat-2ei8r9 {
  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) {
  .robocat-2ei8r9 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.robocat-vbil21 {
  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) {
  .robocat-vbil21 {
    font-size: 20px;
    line-height: 28px;
  }
}

.robocat-gxi9oe {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .robocat-gxi9oe {
    font-size: 32px;
    line-height: 40px;
  }
}

.robocat-cc0o0t {
  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;
}

.robocat-w3iutj {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.robocat-w3iutj img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.robocat-qb5043 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.robocat-3kwgjv {
  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) {
  .robocat-3kwgjv {
    padding: 15px 48px;
  }
}

main > .robocat-qb5043 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .robocat-nnre23.robocat-ediyhb > div:nth-child(n+5) {
    display: none;
  }
}

.robocat-6n6v0q p a img {
  display: block;
  margin: 0 auto;
}


.robocat-nf4m6a {
  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 */
.robocat-omo3qf {
  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;
}

.robocat-omo3qf label {
  font-size: 14px;
}

.robocat-omo3qf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.robocat-omo3qf input,
.robocat-omo3qf textarea,
.robocat-omo3qf 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;
}
.robocat-omo3qf button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.robocat-wbxh0i ease;
}
.robocat-omo3qf button:hover {
  background-color: var(--button-bg-hover);
}
.robocat-z4ufst {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.robocat-gjtqtg ease-in;
}

.robocat-z4ufst 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;
}
.robocat-prb0wz, .robocat-0k5rti, [class*="review-card"],
thead, thead th, table th, .robocat-b674p8,
.robocat-xh85fv, [class*="collapsible-header"],
.robocat-fafrcn, [class*="updated-block"] {
  color: #ece7dc !important;
}
