* {
  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;
  }
}

.ricky-s6opme {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .ricky-s6opme {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .ricky-s6opme {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.ricky-w0rwzi {
  overflow: hidden;
}

.ricky-55yicp img {
  background: var(--Neutral-300);
}

.ricky-ahoowi {
  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;
}

.ricky-cjwddf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.ricky-cjwddf:hover {
  background: var(--button-bg-hover);
}

.ricky-1nxyud {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.ricky-1nxyud:hover {
  background: var(--button-bg-hover);
}

.ricky-uavsbs {
  font-size: 12px;
  line-height: 18px;
}

.ricky-ogjztd {
  font-size: 18px;
  line-height: 26px;
}

.ricky-hpja4o {
  width: 100%;
}

.ricky-oghrnx {
  padding: 6px 16px;
}

.ricky-navf9z {
  padding: 10px 16px;
}

.ricky-ldnd9n {
  padding: 15px 26px;
}

.ricky-4sl7wj {
  flex-shrink: 0;
}

.ricky-6j2zk9 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.ricky-p02ttu {
  display: none;
}

.ricky-067omm {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ricky-m339ye {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.ricky-jcssjr {
  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;
}

.ricky-dusm70 {
  cursor: grab;
}

.ricky-jcssjr::-webkit-scrollbar {
  display: none;
}

.ricky-8ni33l {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.ricky-sde5im {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.ricky-nb9zuy {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.ricky-2mw8t6 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.ricky-0eol7c {
  visibility: visible;
}

.ricky-muvw6b {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.ricky-akqiim ease;
}

.ricky-72k7o6 {
  background-color: var(--Primary-200);
  width: 16px;
}

.ricky-as9re0 {
  -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.ricky-akqiim,
    mask-image 0.3s;
}

.ricky-as9re0.ricky-8ct0y9 {
  -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;
  }
}

.ricky-mxdrg8: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;
}

.ricky-phst0c {
  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.ricky-mj0mbp.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.ricky-mj0mbp.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;
}

.ricky-tqwlq7 {
  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);
}

.ricky-tqwlq7::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%
  );
}

.ricky-l19lwp {
  position: relative;
  z-index: 1;
}

.ricky-h09fer {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.ricky-etus1y {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.ricky-brfgzo {
  font-size: 40px;
  line-height: 48px;
}

.ricky-kcxlvr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ricky-xi6hjj {
  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;
}

.ricky-xi6hjj:hover {
  background: var(--Primary-400);
}

.ricky-xi6hjj svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.ricky-mxdrg8 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) {
  .ricky-tqwlq7 {
    max-width: 600px;
    padding: 64px;
  }

  .ricky-h09fer {
    font-size: 24px;
    line-height: 32px;
  }

  .ricky-etus1y {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .ricky-brfgzo {
    font-size: 50px;
    line-height: 56px;
  }

  .ricky-kcxlvr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .ricky-phst0c {
    top: 25px;
    right: 25px;
  }
}

.ricky-fqxkwy,
.ricky-v2azbx {
  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;
}

.ricky-5cfisq.ricky-l04z5m::before,
.ricky-v2azbx::before,
.ricky-b99w6g::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.ricky-mj0mbp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.ricky-5zpmhz 14.ricky-562b8y.ricky-eiaeq6 14.ricky-h8t73o 15.ricky-6hg0o8 14.ricky-ql3czr 15.ricky-6215nb 14.ricky-6momu3.ricky-lzajdg 14.ricky-le0dza 19.ricky-um5vu4 12.ricky-i275d5 19.ricky-um5vu4 10.ricky-b0rbde.ricky-um5vu4 8.ricky-gq0uqm 17.ricky-35kndy 7.ricky-4ox3j8 15.ricky-5urjza 7.ricky-x0vel2.ricky-9uzal7 7.ricky-4ox3j8 11.ricky-5i3qa6 8.ricky-gq0uqm 11.ricky-5i3qa6 10.ricky-p88ydk.ricky-5i3qa6 12.ricky-ctonf4 13.ricky-0o99n4 14.ricky-y7rgmy 15.ricky-ilymzr 14.ricky-wcnzqm.ricky-jths4c 14.ricky-0x3792 15.ricky-it99d0 14.ricky-jjk0t3 15.ricky-w5wh0q 14.ricky-h4y8ms.ricky-5zpmhz 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.ricky-s3se14 15.ricky-xa7r4o.ricky-119vw0 15.ricky-unvknc 15.ricky-t9c8pg 15.ricky-f4cmuq 15.ricky-tuwj6v 15.ricky-ebx1lw.ricky-pl99fi 15.ricky-f4cmuq 15.ricky-zcj7by 15.ricky-q2xyh1 15.ricky-p4d24c 15.ricky-bc9xnr.ricky-cskiz1 15.ricky-tvrt9l 7.ricky-jj2isq 18.ricky-0nag0c 7.ricky-9ei2ra 23.ricky-29tr9x.ricky-2w2ye7.ricky-6ff6ph 18.ricky-0nrll6 19.ricky-a34xhs 15.ricky-jlhgl0 15.ricky-s3se14 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.ricky-j7ek3k [type="submit"] *,
.ricky-tewxt6 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .ricky-tnpuva {
    display: none;
  }
}

.ricky-rnwxvo {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .ricky-rnwxvo {
  display: none;
}

@media (min-width: 768px) {
  .ricky-rnwxvo {
    bottom: 22px;
  }
}

.ricky-rnwxvo input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .ricky-rnwxvo {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.ricky-b2c7c1.static) .ricky-rnwxvo {
    bottom: 8px;
  }
}

.ricky-wakh1o {
  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.ricky-mj0mbp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.ricky-7459xp 3.ricky-tia2db.ricky-fw1nw3.ricky-685bjx 3.ricky-b0ry6z 3.ricky-pzb9wj 5.ricky-keyxx0 3.ricky-pzb9wj 8.ricky-oe5hwr.ricky-y9uhwt.ricky-pzb9wj 26.ricky-pe11n8 5.ricky-w7m6dc 28.ricky-dckl9z 8.ricky-ab1750 28.ricky-5bmfc8.ricky-o645mm 28.ricky-17fqzy.ricky-r5yv01 34.ricky-0vccdk.ricky-iwe0e8 36.ricky-1skxws 11.ricky-nypxvz 37.ricky-ot545d 12.ricky-ide8p7 36.ricky-24wxod.ricky-s9h8j5 28.ricky-a20fv3.ricky-u1vyhw.ricky-aaqnaj 28.ricky-z7zij5 36.ricky-bah0bv 26.ricky-i4pwxk 36.ricky-bah0bv 23.ricky-e6n6ka.ricky-i03x1c.ricky-bah0bv 5.ricky-27apht 34.ricky-48d817 3.ricky-b0ry6z 31.ricky-7459xp 3.ricky-xl9ptn.ricky-ulqnoe 18.ricky-a0r80j.ricky-ukoi5h 18.ricky-itufnb 8.ricky-t3075g 17.ricky-95axze 8.ricky-t3075g 15.ricky-kh0wcq.ricky-t3075g 14.ricky-en938s 9.ricky-ukoi5h 13.ricky-sr27f4 11.ricky-ulqnoe 13.ricky-g9hwt1.ricky-7e544w 13.ricky-sr27f4 13.ricky-8bqcf8 14.ricky-en938s 13.ricky-8bqcf8 15.ricky-wlyqlk.ricky-8bqcf8 17.ricky-95axze 12.ricky-7e544w 18.ricky-itufnb 11.ricky-ulqnoe 18.ricky-au4dys.ricky-bh3t1m 18.ricky-80sskq.ricky-xki57j 18.ricky-itufnb 17.ricky-j8nzd4 17.ricky-95axze 17.ricky-j8nzd4 15.ricky-sqrr34.ricky-j8nzd4 14.ricky-en938s 18.ricky-xki57j 13.ricky-sr27f4 20.ricky-bh3t1m 13.ricky-361dyh.ricky-apix92 13.ricky-sr27f4 22.ricky-o9dmmu 14.ricky-en938s 22.ricky-o9dmmu 15.ricky-4uhlt2.ricky-o2sy27 17.ricky-95axze 21.ricky-apix92 18.ricky-itufnb 20.ricky-bh3t1m 18.ricky-4dgvoz.ricky-ba6daq 18.ricky-ofomfp.ricky-khcl38 18.ricky-itufnb 26.ricky-3ww9ze 17.ricky-95axze 26.ricky-3ww9ze 15.ricky-gpnxv9.ricky-3ww9ze 14.ricky-en938s 27.ricky-khcl38 13.ricky-sr27f4 28.ricky-ba6daq 13.ricky-8sk2l4.ricky-fkd34y 13.ricky-sr27f4 31.ricky-q72ewa 14.ricky-en938s 31.ricky-q72ewa 15.ricky-g2rjsg.ricky-3ww9ze 17.ricky-95axze 30.ricky-fkd34y 18.ricky-itufnb 28.ricky-ba6daq 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"])
    .ricky-wakh1o {
    display: none;
  }
}

.ricky-ya5kn9 {
  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) {
  .ricky-ya5kn9 {
    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;
}

.ricky-tewxt6 {
  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) {
  .ricky-tewxt6 {
    padding: 14px 16px;
  }
}

.ricky-tewxt6 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.ricky-tewxt6 button:first-child {
  align-content: end;
}

.ricky-tewxt6 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .ricky-tewxt6
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .ricky-tewxt6
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.ricky-tewxt6 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.ricky-tewxt6 button:last-child svg {
  width: 38px;
  height: 38px;
}

.ricky-b99w6g {
  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;
}

.ricky-b99w6g::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .ricky-b99w6g,
.pc61d126-chatbot[data-active-screen="3"]
  .ricky-b99w6g {
  opacity: 1;
  visibility: visible;
}

.ricky-ywewmq {
  flex: 1 1;
}

.ricky-wtm46c {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .ricky-wtm46c {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .ricky-ag0r40 {
  display: block;
}

.ricky-cepqdd {
  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) {
  .ricky-cepqdd {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.ricky-v2azbx {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.ricky-v2azbx::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.ricky-jz67cu span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.ricky-jz67cu p {
  color: var(--Text-100);
}

.ricky-v2azbx .ricky-4dxw0v {
  grid-area: button;
}

.ricky-v2azbx .ricky-4dxw0v::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.ricky-mj0mbp.org/2000/svg'%3E%3Cpath d='M4.ricky-ccw0v2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.ricky-pkm728 15L16.ricky-pkm728 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.ricky-pkm728 5L16.ricky-pkm728 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .ricky-z3wsu0 {
  display: block;
}

.ricky-zd82dh {
  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) {
  .ricky-zd82dh {
    margin-top: 40px;
  }
}

.ricky-fqxkwy label,
.ricky-fqxkwy input {
  display: block;
  width: 100%;
}

.ricky-fqxkwy label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.ricky-fqxkwy label.ricky-gsbfu8 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.ricky-fqxkwy label.ricky-gsbfu8::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;
}

.ricky-fqxkwy 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;
}

.ricky-fqxkwy input::placeholder {
  color: var(--Text-400);
}

.ricky-2ujvtm {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .ricky-2ujvtm {
  display: flex;
}

.ricky-2ujvtm ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .ricky-2ujvtm ol {
    height: 420px;
    padding: 24px;
  }
}

.ricky-2ujvtm ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.ricky-j7ek3k {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .ricky-j7ek3k {
    padding: 0 24px 24px;
  }
}

.ricky-j7ek3k 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;
}

.ricky-j7ek3k input::placeholder {
  color: var(--Text-400);
}

.ricky-j7ek3k [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.ricky-j7ek3k [type="submit"]:disabled {
  opacity: 0.5;
}

.ricky-j7ek3k [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .ricky-j7ek3k [type="submit"] {
    right: 40px;
  }
}

.ricky-5cfisq {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.ricky-5cfisq.ricky-l04z5m {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.ricky-5cfisq.ricky-l04z5m::before {
  content: "";
  width: 31px;
}

.ricky-5cfisq.ricky-l04z5m p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.ricky-5cfisq.ricky-ajhiqm p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.ricky-5cfisq p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.ricky-rnwxvo .ricky-4dxw0v {
  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;
  }
}

.ricky-tnpuva {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .ricky-tnpuva {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .ricky-tnpuva {
    padding: 18px 0;
  }
}

.ricky-tnpuva .ricky-s6opme {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ricky-tnpuva .ricky-s6opme {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.ricky-oa0wj2 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .ricky-oa0wj2 {
    max-width: 160px;
    height: 40px;
  }
}

.ricky-oa0wj2 picture,
.ricky-oa0wj2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.ricky-oa0wj2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .ricky-pwyvmt {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.ricky-akqiim ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .ricky-tnpuva.ricky-g7gwdz .ricky-pwyvmt {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ricky-pwyvmt {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .ricky-pwyvmt {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.ricky-7ai1jf,
.ricky-d5xpon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .ricky-7ai1jf,
  .ricky-d5xpon {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .ricky-d5xpon {
    display: none;
  }
}

.ricky-zxqsjj {
  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;
}

.ricky-g7gwdz .ricky-zxqsjj {
  background: var(--fh-bg-color);
}

.ricky-zxqsjj button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .ricky-zxqsjj {
    display: none;
  }
}

.ricky-qnqr0q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ricky-qnqr0q {
    display: none;
  }
}

.ricky-fyo74q {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.ricky-tnpuva.ricky-g7gwdz .ricky-fyo74q:first-child {
  display: none;
}

.ricky-tnpuva.ricky-g7gwdz .ricky-fyo74q:last-child {
  display: block;
}

.ricky-fyo74q:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .ricky-fyo74q {
    display: none;
  }
}

.ricky-0x0c4b {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .ricky-0x0c4b {
    display: flex;
  }
}

.ricky-0x0c4b ul {
  max-height: 350px;
  overflow-y: auto;
}

.ricky-0x0c4b:hover ul {
  visibility: visible;
  opacity: 1;
}

.ricky-0x0c4b:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ricky-0x0c4b:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.ricky-0x0c4b:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.ricky-0x0c4b:hover .ricky-a5ru9i svg {
  transform: rotate(180deg);
}

.ricky-utw62v {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.ricky-eydby1 {
  padding: 0 8px;
}

.ricky-dj9572 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.ricky-dj9572:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .ricky-dj9572 {
    padding: 4px 8px;
  }
}

.ricky-0m4a55 {
  display: flex;
}

.ricky-0m4a55 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.ricky-a5ru9i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.ricky-a5ru9i svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.ricky-8y6675 {
  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) {
  .ricky-8y6675 {
    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;
  }
}

.ricky-dkthlb {
  width: 100%;
}

@media (min-width: 1200px) {
  .ricky-dkthlb {
    display: none;
  }
}

.ricky-vyu8yo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.ricky-84vh8x {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.ricky-ss4850 {
  display: flex;
}

.ricky-y5c9kg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ricky-wj88eu {
  list-style: none;
}

@media (max-width: 1199px) {
  .ricky-wj88eu {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .ricky-wj88eu {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ricky-wj88eu .ricky-z17jzb [data-ref-el],
  .ricky-wj88eu .ricky-z17jzb span,
  .ricky-wj88eu .ricky-z17jzb a {
    white-space: nowrap;
  }
}

.ricky-6x3ksu {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .ricky-6x3ksu.ricky-n6pf53 > .ricky-z17jzb {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .ricky-6x3ksu.ricky-wgd71z:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .ricky-6x3ksu.ricky-n6pf53 > .ricky-84gvv8 {
    height: auto;
  }

  .ricky-6x3ksu.ricky-n6pf53 > div > .ricky-qudpff {
    transform: rotate(180deg);
  }
}

.ricky-6x3ksu [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.ricky-6x3ksu [data-ref-el],
.ricky-6x3ksu span {
  cursor: pointer;
}

.ricky-6x3ksu [data-ref-el],
.ricky-6x3ksu span,
.ricky-6x3ksu a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .ricky-6x3ksu [data-ref-el],
  .ricky-6x3ksu span,
  .ricky-6x3ksu a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .ricky-6x3ksu [data-ref-el],
  .ricky-6x3ksu span,
  .ricky-6x3ksu a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.ricky-84gvv8 {
  height: 0;
  overflow: hidden;
  transition: height 0.ricky-akqiim ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.ricky-84gvv8::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.ricky-84gvv8::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.ricky-84gvv8::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .ricky-84gvv8 {
    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;
  }

  .ricky-84gvv8:has(> .ricky-6x3ksu.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .ricky-84gvv8 .ricky-84gvv8 {
    padding: 0;
  }

  .ricky-84gvv8 .ricky-6x3ksu {
    font-weight: 400;
  }

  .ricky-84gvv8 .ricky-6x3ksu:hover > .ricky-z17jzb {
    background: var(--Neutral-300);
  }

  .ricky-84gvv8 .ricky-qudpff {
    rotate: -90deg;
  }
}

.ricky-z17jzb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ricky-z17jzb {
    padding: 8px;
  }

  .ricky-6x3ksu.ricky-jme23w > .ricky-z17jzb {
    background: var(--Neutral-300);
  }
}

.ricky-qudpff {
  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.ricky-mj0mbp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.ricky-2yxbbv 0.ricky-nq5w0m.ricky-lt88md -0.ricky-i0j7px 0.ricky-t3y7zg -0.ricky-i0j7px 1.ricky-xbeujk 0.ricky-99gnpi.ricky-ga1zg3 4.ricky-rcx366.ricky-2yxbbv 0.ricky-q377p9.ricky-q7be81 -0.ricky-i0j7px 9.ricky-08q9xs -0.ricky-i0j7px 10.ricky-fitdc6 0.ricky-sdz6kz.ricky-8gzcgf 0.ricky-lt88md 10.ricky-8gzcgf 0.ricky-t3y7zg 10.ricky-fitdc6 1.ricky-y6t76e.ricky-fdlma5 5.ricky-ui652y.ricky-0doeqi 6.ricky-ih1wzv 5.ricky-4l6frt 6.ricky-ih1wzv 4.ricky-p1wir2 5.ricky-onckpm.ricky-2yxbbv 1.ricky-fbfl4t.ricky-i0j7px 0.ricky-t3y7zg -0.ricky-i0j7px 0.ricky-lt88md 0.ricky-2yxbbv 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.ricky-akqiim ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .ricky-qudpff {
    cursor: default;
  }
}

.ricky-zz4glh {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.ricky-4ez30p {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .ricky-4ez30p {
    padding: 40px 4px;
  }
}

.ricky-v550hl {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .ricky-v550hl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.ricky-kmdu86 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .ricky-kmdu86 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.ricky-kmdu86 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.ricky-kmdu86 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.ricky-kmdu86 [data-ref-el],
.ricky-kmdu86 span,
.ricky-kmdu86 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.ricky-e6y1e6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ricky-e6y1e6 {
    margin-bottom: 12px;
  }
}

.ricky-bvw0xi {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.ricky-bvw0xi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .ricky-bvw0xi:last-child {
    margin-right: 0;
  }
}

.ricky-6qz8zs {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.ricky-e6y1e6:hover .ricky-p5eh0c {
  visibility: visible;
  opacity: 1;
}

.ricky-p5eh0c {
  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);
}

.ricky-qipvys {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ricky-ulhs1x {
  display: flex;
  margin: 6px;
}

.ricky-ulhs1x img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.ricky-p5eh0c::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);
}

.ricky-p5eh0c::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);
}

.ricky-ojs810 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .ricky-ojs810 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.ricky-tc44jc {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .ricky-tc44jc {
    margin-right: 32px;
  }
}

.ricky-fgwz2l {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ricky-fgwz2l {
    margin-top: 0;
    width: 340px;
  }
}

.ricky-fgwz2l a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.ricky-305g6b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.ricky-u2h1uf {
  position: relative;
}

@media (min-width: 768px) {
  .ricky-u2h1uf {
    margin-top: 40px;
  }
}

.ricky-u2h1uf + .ricky-72z8b3,
.ricky-u2h1uf + .ricky-u2h1uf {
  margin-top: 24px;
}

.ricky-1cg1t1 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .ricky-1cg1t1 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .ricky-1cg1t1 {
    padding: 80px;
  }
}

.ricky-ecsvhc {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .ricky-ecsvhc {
    padding: 0 16px;
}


}

.ricky-bfmpdu {
  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) {
  .ricky-bfmpdu {
    font-size: 48px;
    line-height: 56px;
  }
}

.ricky-682x09 {
  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) {
  .ricky-682x09 {
    font-size: 24px;
    line-height: 32px;
  }
}

.ricky-89k5lv {
  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;
}

.ricky-89k5lv:hover {
  background: var(--button-bg-hover);
}

.ricky-863v1c {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.ricky-863v1c img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .ricky-863v1c img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .ricky-863v1c img {
  min-height: 100%;
  }
}

.ricky-1cg1t1::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.ricky-s9clen {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ricky-s9clen h1,
.ricky-s9clen h2,
.ricky-s9clen h3,
.ricky-s9clen h4 {
  margin-bottom: 6px;
}

.ricky-s9clen h1:not(:first-child),
.ricky-s9clen h2:not(:first-child),
.ricky-s9clen h3:not(:first-child),
.ricky-s9clen h4:not(:first-child) {
  margin-top: 16px;
}

.ricky-s9clen h1,
.ricky-s9clen h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .ricky-s9clen h1,
  .ricky-s9clen h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.ricky-s9clen h2,
.ricky-s9clen h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .ricky-s9clen h2,
  .ricky-s9clen h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.ricky-s9clen h3,
.ricky-s9clen h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .ricky-s9clen h3,
  .ricky-s9clen h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.ricky-s9clen h4,
.ricky-s9clen h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.ricky-s9clen ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.ricky-s9clen ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.ricky-s9clen 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);
}

.ricky-s9clen ul ul {
  margin-bottom: 8px;
}

.ricky-s9clen ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.ricky-s9clen ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.ricky-s9clen ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.ricky-s9clen ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.ricky-s9clen ol li::marker {
  font-weight: 700;
}

.ricky-s9clen ol ol {
  margin-bottom: 8px;
}

.ricky-s9clen ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.ricky-s9clen ol ul li {
  padding-left: 16px;
}

.ricky-s9clen 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) {
  .ricky-s9clen table {
    padding: 24px;
  }
}

.ricky-s9clen table.ricky-jh712u {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.ricky-akqiim,
    mask-image 0.3s;
}

.ricky-s9clen table.ricky-jh712u.ricky-8ct0y9 {
  -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) {
  .ricky-s9clen table {
    display: table;
  }
}

.ricky-s9clen 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);
}

.ricky-s9clen table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.ricky-s9clen table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ricky-s9clen 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) {
  .ricky-s9clen table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.ricky-s9clen table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.ricky-s9clen table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ricky-s9clen table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.ricky-s9clen img {
  max-width: 100%;
  height: auto;
}

.ricky-ytnq7s {
  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) {
  .ricky-ytnq7s {
    padding: 24px;
  }
}

.ricky-rqnc1k {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .ricky-rqnc1k {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.ricky-rqnc1k > * {
  margin: 0 !important;
}

.ricky-rqnc1k img,
.ricky-4jx2x1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ricky-rqnc1k img,
  .ricky-4jx2x1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ricky-xw110q {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ricky-xw110q {
    width: 32px;
    height: 32px;
  }
}

.ricky-9x1sqq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ricky-9x1sqq .ricky-r6vch5 {
  flex-shrink: 0;
}

.ricky-9x1sqq .ricky-y18isg svg {
  display: none;
}

.ricky-5nzoja {
  display: grid;
  transition: max-height 0.ricky-akqiim ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .ricky-5nzoja {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .ricky-5nzoja {
    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));
  }
}

.ricky-5nzoja.ricky-jfppp6 + .ricky-r6vch5 svg {
  transform: rotate(180deg);
}

.ricky-yaa4hr {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.ricky-yaa4hr > div:nth-child(3n) {
  grid-column: span 2;
}

.ricky-yaa4hr
  > div:nth-child(3n)
  .ricky-193q1w
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .ricky-yaa4hr {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .ricky-yaa4hr > div:nth-child(3n) {
    grid-column: unset;
  }

  .ricky-yaa4hr
    > div:nth-child(3n)
    .ricky-193q1w
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .ricky-yaa4hr {
    max-width: 270px;
  }
}

.ricky-yaa4hr .ricky-193q1w button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .ricky-yaa4hr .ricky-193q1w button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .ricky-yaa4hr .ricky-193q1w button {
    max-width: 104px;
  }
}

.ricky-p4d1xu {
  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) {
  .ricky-p4d1xu {
    margin-bottom: 0;
  }
}

.ricky-ld7jd0 {
  display: none;
  opacity: 0;
}

.ricky-fcqx3m {
  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;
  }
}

.ricky-fcqx3m img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.ricky-193q1w {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.ricky-193q1w button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .ricky-193q1w
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .ricky-193q1w
    button {
    max-width: 145px;
  }
}

.ricky-byn045:first-child
  .ricky-193q1w
  button {
  max-width: 270px;
}

.ricky-ghk3or {
  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%;
}

.ricky-p4d1xu picture {
  width: 100%;
  max-width: 100%;
}

.ricky-zdr69e {
  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;
}

.ricky-zdr69e svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.ricky-p4d1xu:hover .ricky-zdr69e {
  display: flex;
}

.ricky-7n2lgz {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.ricky-8l9bbq {
  display: flex;
}

.ricky-8l9bbq:hover .ricky-stw79w,
.ricky-8l9bbq .ricky-jme23w .ricky-stw79w {
  display: flex;
}

.ricky-8l9bbq svg {
  flex-shrink: 0;
}

.ricky-stw79w {
  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) {
  .ricky-stw79w {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.ricky-stw79w:hover {
  display: flex;
}

.ricky-stw79w svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.ricky-lv84e6 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .ricky-lv84e6 {
    font-size: 12px;
  }
}

.ricky-hldn9f,
.ricky-kqkwzo {
  width: 50%;
  flex-shrink: 0;
}

.ricky-hldn9f {
  font-weight: 700;
}

.ricky-9u5yfe .ricky-5nzoja {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .ricky-9u5yfe .ricky-5nzoja {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .ricky-9u5yfe .ricky-5nzoja {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.ricky-9u5yfe
  .ricky-ghk3or:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.ricky-9u5yfe .ricky-fcqx3m {
  height: 100% !important;
  border-radius: 16px;
}

.ricky-9u5yfe .ricky-193q1w {
  gap: 4px;
  align-items: center;
}

.ricky-9u5yfe .ricky-193q1w button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ricky-9u5yfe .ricky-193q1w svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.ricky-9u5yfe .ricky-9ziw1h,
.ricky-9u5yfe .ricky-5xhj3b {
  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.ricky-mj0mbp.org/2000/svg'%3E%3Cpath d='M9.ricky-9n224w 4.ricky-xb2a7g.ricky-xdbluz 5.ricky-0pfc63.ricky-zf92en 5.ricky-u2bmws.ricky-y6zx3x 5.ricky-14s3ku.ricky-apgykg 8.ricky-8uu3jp.ricky-4k6y2i 9.ricky-qix95y.ricky-ld9uoe 9.ricky-vulcyq.ricky-q4bdn9 13.ricky-1yygdx.ricky-ze5nj4 11.ricky-5gglxs.ricky-bd6y1f 11.ricky-qznjuo.ricky-dbqvsq 11.ricky-d8dzp7.ricky-xntije 13.ricky-7j20ba.ricky-ys9jb1 9.ricky-nqppfx.ricky-mshul7 9.ricky-i0nxum.ricky-824tin 8.ricky-7j4sms.ricky-qlr849 5.ricky-42myns.ricky-r42itp 5.ricky-f4yqc0.ricky-59g3tx 5.ricky-vmfz8c.ricky-zxoqnx 4.ricky-i93c7q.ricky-bd6y1f 1.ricky-1ojvsw.ricky-9n224w 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.ricky-9u5yfe .ricky-9ziw1h {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.ricky-9u5yfe .ricky-5xhj3b {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.ricky-8nyfqm {
  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) {
  .ricky-8nyfqm {
    padding: 24px;
  }
}

.ricky-8nyfqm .ricky-r6vch5 {
  display: flex;
}

@media (min-width: 768px) {
  .ricky-8nyfqm .ricky-r6vch5 {
    display: none;
  }
}

.ricky-8nyfqm .ricky-y18isg svg {
  display: none;
}

.ricky-uu1rz4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ricky-uu1rz4 .ricky-ahoowi {
  display: none;
}

@media (min-width: 768px) {
  .ricky-uu1rz4 .ricky-ahoowi {
    display: flex;
  }
}

.ricky-fvduxd {
  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) {
  .ricky-fvduxd {
    font-size: 40px;
    line-height: 48px;
  }
}

.ricky-fvduxd > * {
  margin: 0 !important;
}

.ricky-fvduxd img,
.ricky-wfpwck {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ricky-fvduxd img,
  .ricky-wfpwck {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ricky-66rt6f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ricky-66rt6f {
    width: 32px;
    height: 32px;
  }
}

.ricky-omvcfy {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .ricky-omvcfy {
    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;
  }

  .ricky-omvcfy::-webkit-scrollbar {
    display: none;
  }
}

.ricky-76m4d0 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .ricky-76m4d0 {
    padding: 7px 15px;
  }
}

.ricky-76m4d0:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.ricky-vvgvsb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .ricky-vvgvsb {
    display: flex;
    opacity: 1;
  }
}

.ricky-76m4d0 picture {
  height: 100%;
  display: block;
}

.ricky-76m4d0 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .ricky-76m4d0 img {
    width: 88px;
    height: 44px;
  }
}

.ricky-76m4d0 p {
  text-align: center;
  width: 100%;
}

.ricky-bma021 {
  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) {
  .ricky-bma021 {
    font-size: 40px;
    line-height: 48px;
  }
}

.ricky-bma021 img,
.ricky-i49jp4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ricky-bma021 img,
  .ricky-i49jp4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ricky-gtweof {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ricky-gtweof {
    width: 32px;
    height: 32px;
  }
}

.ricky-j369js {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.ricky-o7zh84 {
  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;
}

.ricky-aeedb5 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.ricky-aeedb5.ricky-jme23w {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.ricky-mr1vg8 {
  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) {
  .ricky-mr1vg8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.ricky-3tw5mc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.ricky-lgktiy {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.ricky-akqiim ease;
  opacity: 0;
  color: var(--text-color);
}

.ricky-p1yn9g {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.ricky-p1yn9g ol,
.ricky-p1yn9g ul {
  padding-left: 1.3em;
}

.ricky-aeedb5.ricky-jme23w .ricky-lgktiy {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.ricky-aeedb5.ricky-jme23w .ricky-3tw5mc {
  transform: rotate(180deg);
  color: var(--text-color);
}

.ricky-qy862j {
  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) {
  .ricky-qy862j {
    padding: 24px;
  }
}

.ricky-qy862j .ricky-r6vch5 {
  display: flex;
}

@media (min-width: 768px) {
  .ricky-qy862j .ricky-r6vch5 {
    display: none;
  }
}

.ricky-qy862j .ricky-y18isg svg {
  display: none;
}

.ricky-6m1qza {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ricky-6m1qza .ricky-ahoowi {
  display: none;
}

@media (min-width: 768px) {
  .ricky-6m1qza .ricky-ahoowi {
    display: flex;
  }
}

.ricky-f1itcr {
  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) {
  .ricky-f1itcr {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.ricky-f1itcr > * {
  margin: 0 !important;
}

.ricky-f1itcr img,
.ricky-txcmwo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ricky-f1itcr img,
  .ricky-txcmwo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ricky-5691yx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ricky-5691yx {
    width: 32px;
    height: 32px;
  }
}

.ricky-imcm5s {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .ricky-imcm5s {
    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;
  }

  .ricky-imcm5s::-webkit-scrollbar {
    display: none;
  }
}

.ricky-i3o6e3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.ricky-i3o6e3:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.ricky-ho0w6u {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .ricky-ho0w6u {
    display: flex;
    opacity: 1;
  }
}

.ricky-i3o6e3 picture {
  width: auto;
  height: 100%;
  display: block;
}

.ricky-i3o6e3 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.ricky-2crvav {
  margin: -24px 0;
}

.ricky-2crvav:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .ricky-2crvav {
    margin: -16px 0;
  }
}

.ricky-o6thng {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .ricky-o6thng {
    flex-direction: row;
  }
}

.ricky-6jpnv1 {
  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) {
  .ricky-6jpnv1 {
    flex: 1;
  }
}

.ricky-6jpnv1::placeholder {
  color: var(--Text-400);
}

.ricky-irja97 {
  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;
}

.ricky-rmi2s1 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ricky-rmi2s1::-webkit-scrollbar {
  display: none;
}

.ricky-mah4kq {
  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;
}

.ricky-mah4kq img,
.ricky-mah4kq svg {
  margin-right: 8px;
}

.ricky-cbhxhf {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.ricky-2crvav + .ricky-hy0583 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .ricky-2crvav + .ricky-hy0583 {
    margin-top: -16px;
  }
}

.ricky-nxhtz2 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.ricky-nxhtz2 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.ricky-nxhtz2 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.ricky-zoioqg {
  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;
}

.ricky-188vcc {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.ricky-yg298i {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ricky-2yxxwj {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.ricky-ep8y59 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.ricky-zoioqg 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;
}

.ricky-zoioqg 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) {
  .ricky-zoioqg {
    padding: 39px 179px 39px 39px;
  }

  .ricky-188vcc {
    font-size: 40px;
    line-height: 48px;
  }

  .ricky-ep8y59 {
    height: 348px;
  }

  .ricky-zoioqg button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .ricky-zoioqg button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .ricky-zoioqg {
    padding: 63px;
  }
}

.ricky-q6z7v5 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ricky-q6z7v5 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.ricky-639wyt {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .ricky-639wyt {
    width: auto;
  }
}

.ricky-kuzcqh {
  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;
}

.ricky-kuzcqh::-webkit-scrollbar {
  display: none;
}

.ricky-kuzcqh 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);
}

.ricky-kuzcqh a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .ricky-kuzcqh {
    margin-left: 16px;
    margin-top: 0;
  }
}

.ricky-q6z7v5 .ricky-qk9q7k {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.ricky-akqiim,
    mask-image 0.3s;
}

.ricky-q6z7v5 .ricky-qk9q7k.ricky-8ct0y9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.ricky-tumt7x {
  margin: 40px -16px;
}

.ricky-j03ljz + .ricky-72z8b3,
.ricky-j03ljz + .ricky-u2h1uf {
  margin-top: 24px;
}

.ricky-84l2d2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.ricky-84l2d2 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ricky-lfgdac {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .ricky-lfgdac {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .ricky-lfgdac {
    margin-top: 0;
  }
}

.ricky-x0ty0a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .ricky-x0ty0a {
    font-size: 24px;
    line-height: 32px;
  }
}

.ricky-5pyiq5 {
  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) {
  .ricky-5pyiq5 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.ricky-iu6wzl {
  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) {
  .ricky-iu6wzl {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.ricky-h33rhc {
  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) {
  .ricky-h33rhc {
    font-size: 20px;
    line-height: 28px;
  }
}

.ricky-zyz93z {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .ricky-zyz93z {
    font-size: 32px;
    line-height: 40px;
  }
}

.ricky-3zf3cz {
  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;
}

.ricky-9dw0tt {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.ricky-9dw0tt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ricky-hy0583 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ricky-e46whf {
  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) {
  .ricky-e46whf {
    padding: 15px 48px;
  }
}

main > .ricky-hy0583 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .ricky-5nzoja.ricky-kqgf0f > div:nth-child(n+5) {
    display: none;
  }
}

.ricky-s9clen p a img {
  display: block;
  margin: 0 auto;
}


.ricky-mizf28 {
  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 */
.ricky-nuu2ke {
  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;
}

.ricky-nuu2ke label {
  font-size: 14px;
}

.ricky-nuu2ke h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ricky-nuu2ke input,
.ricky-nuu2ke textarea,
.ricky-nuu2ke 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;
}
.ricky-nuu2ke button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ricky-dliads ease;
}
.ricky-nuu2ke button:hover {
  background-color: var(--button-bg-hover);
}
.ricky-p27j46 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ricky-twfdlu ease-in;
}

.ricky-p27j46 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;
}
.ricky-fn1w78, .ricky-i92ux0, [class*="review-card"],
thead, thead th, table th, .ricky-b2kf4e,
.ricky-27i1k5, [class*="collapsible-header"],
.ricky-xfo7ks, [class*="updated-block"] {
  color: #ece7dc !important;
}
