* {
  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;
  }
}

.ritzo-t83d8g {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .ritzo-t83d8g {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .ritzo-t83d8g {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.ritzo-r8kfxb {
  overflow: hidden;
}

.ritzo-7ugb5c img {
  background: var(--Neutral-300);
}

.ritzo-3aszfq {
  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;
}

.ritzo-5tpymz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.ritzo-5tpymz:hover {
  background: var(--button-bg-hover);
}

.ritzo-mdrqtn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.ritzo-mdrqtn:hover {
  background: var(--button-bg-hover);
}

.ritzo-wa12nb {
  font-size: 12px;
  line-height: 18px;
}

.ritzo-5x0dqh {
  font-size: 18px;
  line-height: 26px;
}

.ritzo-2en2ge {
  width: 100%;
}

.ritzo-a2sr27 {
  padding: 6px 16px;
}

.ritzo-f4yqgb {
  padding: 10px 16px;
}

.ritzo-ebx6rf {
  padding: 15px 26px;
}

.ritzo-11x115 {
  flex-shrink: 0;
}

.ritzo-qbtafl {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.ritzo-35r7mc {
  display: none;
}

.ritzo-jz87at {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ritzo-28arha {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.ritzo-44d2l7 {
  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;
}

.ritzo-um5t0o {
  cursor: grab;
}

.ritzo-44d2l7::-webkit-scrollbar {
  display: none;
}

.ritzo-edpyp0 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.ritzo-zbdcga {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.ritzo-u9w3l0 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.ritzo-5rduxz {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.ritzo-vg1k5x {
  visibility: visible;
}

.ritzo-1thcww {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.ritzo-d2584x ease;
}

.ritzo-cxprrc {
  background-color: var(--Primary-200);
  width: 16px;
}

.ritzo-38v5u6 {
  -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.ritzo-d2584x,
    mask-image 0.3s;
}

.ritzo-38v5u6.ritzo-uffc4q {
  -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;
  }
}

.ritzo-lm76dt: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;
}

.ritzo-z5blau {
  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.ritzo-rdkp9b.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.ritzo-rdkp9b.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;
}

.ritzo-d9vayp {
  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);
}

.ritzo-d9vayp::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%
  );
}

.ritzo-z6eq0o {
  position: relative;
  z-index: 1;
}

.ritzo-7hboc2 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.ritzo-i6diym {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.ritzo-fj7nzk {
  font-size: 40px;
  line-height: 48px;
}

.ritzo-wcue3c {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ritzo-lku1qg {
  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;
}

.ritzo-lku1qg:hover {
  background: var(--Primary-400);
}

.ritzo-lku1qg svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.ritzo-lm76dt 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) {
  .ritzo-d9vayp {
    max-width: 600px;
    padding: 64px;
  }

  .ritzo-7hboc2 {
    font-size: 24px;
    line-height: 32px;
  }

  .ritzo-i6diym {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .ritzo-fj7nzk {
    font-size: 50px;
    line-height: 56px;
  }

  .ritzo-wcue3c {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .ritzo-z5blau {
    top: 25px;
    right: 25px;
  }
}

.ritzo-qoo0l4,
.ritzo-mjhav9 {
  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;
}

.ritzo-pvhlpt.ritzo-emhrh7::before,
.ritzo-mjhav9::before,
.ritzo-670wlk::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.ritzo-rdkp9b.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.ritzo-h212s8 14.ritzo-ylseqd.ritzo-kzal97 14.ritzo-iisbmx 15.ritzo-cisa6s 14.ritzo-0hnrs8 15.ritzo-tm4jhr 14.ritzo-ylx9fl.ritzo-p1bdzw 14.ritzo-t2eq2n 19.ritzo-w7yb20 12.ritzo-n23i30 19.ritzo-w7yb20 10.ritzo-pnsliv.ritzo-w7yb20 8.ritzo-w8g71t 17.ritzo-5o3gks 7.ritzo-1qqzzx 15.ritzo-4hi22b 7.ritzo-v3ymfw.ritzo-5eewrc 7.ritzo-1qqzzx 11.ritzo-b01h1n 8.ritzo-w8g71t 11.ritzo-b01h1n 10.ritzo-l4xrhd.ritzo-b01h1n 12.ritzo-5n504d 13.ritzo-yeg8c5 14.ritzo-vzj0o6 15.ritzo-4isksy 14.ritzo-o7cpd9.ritzo-6r9f4n 14.ritzo-uz3s13 15.ritzo-xc3ddq 14.ritzo-cjecyp 15.ritzo-66eyui 14.ritzo-y2zstz.ritzo-h212s8 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.ritzo-86ycir 15.ritzo-p37j54.ritzo-ps3eve 15.ritzo-27wn7k 15.ritzo-5qy00c 15.ritzo-zp6hrs 15.ritzo-g0lehq 15.ritzo-vwbxam.ritzo-w6niqa 15.ritzo-zp6hrs 15.ritzo-1jo9zo 15.ritzo-vjspu7 15.ritzo-ik7508 15.ritzo-d9wvml.ritzo-sjg49n 15.ritzo-bm66c4 7.ritzo-qbblkc 18.ritzo-f1733q 7.ritzo-vl1ia9 23.ritzo-a77txa.ritzo-d06u5o.ritzo-23h559 18.ritzo-4b1wpd 19.ritzo-zj43i2 15.ritzo-knf1yo 15.ritzo-86ycir 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.ritzo-qlp5ns [type="submit"] *,
.ritzo-nkkyaw button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .ritzo-2v08fz {
    display: none;
  }
}

.ritzo-z4dcpv {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .ritzo-z4dcpv {
  display: none;
}

@media (min-width: 768px) {
  .ritzo-z4dcpv {
    bottom: 22px;
  }
}

.ritzo-z4dcpv input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .ritzo-z4dcpv {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.ritzo-pi43kl.static) .ritzo-z4dcpv {
    bottom: 8px;
  }
}

.ritzo-k0lnvj {
  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.ritzo-rdkp9b.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.ritzo-spkddv 3.ritzo-r0tupp.ritzo-mnx5e1.ritzo-dyhppi 3.ritzo-oer0s5 3.ritzo-ifhswl 5.ritzo-bme7au 3.ritzo-ifhswl 8.ritzo-y7xdyb.ritzo-ajghg4.ritzo-ifhswl 26.ritzo-khu9yd 5.ritzo-orlokb 28.ritzo-tkmil0 8.ritzo-sefi1s 28.ritzo-xt57io.ritzo-zrfv8t 28.ritzo-2iygdn.ritzo-mrob04 34.ritzo-mwv1qm.ritzo-xvqtxd 36.ritzo-m0wndj 11.ritzo-2pewox 37.ritzo-pbcxlt 12.ritzo-c6dnzb 36.ritzo-durxrw.ritzo-bg60k0 28.ritzo-0nn9eo.ritzo-8f7zpp.ritzo-h4ds8m 28.ritzo-rdl9ys 36.ritzo-hmb6y0 26.ritzo-pq7l9x 36.ritzo-hmb6y0 23.ritzo-oh62ib.ritzo-rp8enm.ritzo-hmb6y0 5.ritzo-r1fate 34.ritzo-g711x9 3.ritzo-oer0s5 31.ritzo-spkddv 3.ritzo-sb18na.ritzo-oyv8pk 18.ritzo-m25ltg.ritzo-13zn35 18.ritzo-teage2 8.ritzo-rbm3lb 17.ritzo-0h39zt 8.ritzo-rbm3lb 15.ritzo-g4iaa9.ritzo-rbm3lb 14.ritzo-15k5n7 9.ritzo-13zn35 13.ritzo-ys5bes 11.ritzo-oyv8pk 13.ritzo-pkkthr.ritzo-oaa3jo 13.ritzo-ys5bes 13.ritzo-hhri80 14.ritzo-15k5n7 13.ritzo-hhri80 15.ritzo-mzdba3.ritzo-hhri80 17.ritzo-0h39zt 12.ritzo-oaa3jo 18.ritzo-teage2 11.ritzo-oyv8pk 18.ritzo-ygl98l.ritzo-imd9gk 18.ritzo-op48mf.ritzo-aikh1g 18.ritzo-teage2 17.ritzo-zd6cgm 17.ritzo-0h39zt 17.ritzo-zd6cgm 15.ritzo-ubon0x.ritzo-zd6cgm 14.ritzo-15k5n7 18.ritzo-aikh1g 13.ritzo-ys5bes 20.ritzo-imd9gk 13.ritzo-t3h3i0.ritzo-0h3qtl 13.ritzo-ys5bes 22.ritzo-1ns2c3 14.ritzo-15k5n7 22.ritzo-1ns2c3 15.ritzo-1ith4r.ritzo-zgyukt 17.ritzo-0h39zt 21.ritzo-0h3qtl 18.ritzo-teage2 20.ritzo-imd9gk 18.ritzo-xualmc.ritzo-ibuxuh 18.ritzo-aozkx2.ritzo-su2qde 18.ritzo-teage2 26.ritzo-0gkqbx 17.ritzo-0h39zt 26.ritzo-0gkqbx 15.ritzo-7kupu0.ritzo-0gkqbx 14.ritzo-15k5n7 27.ritzo-su2qde 13.ritzo-ys5bes 28.ritzo-ibuxuh 13.ritzo-83eb5l.ritzo-yr4i06 13.ritzo-ys5bes 31.ritzo-pvjw7u 14.ritzo-15k5n7 31.ritzo-pvjw7u 15.ritzo-lc4ptd.ritzo-0gkqbx 17.ritzo-0h39zt 30.ritzo-yr4i06 18.ritzo-teage2 28.ritzo-ibuxuh 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"])
    .ritzo-k0lnvj {
    display: none;
  }
}

.ritzo-86dyj5 {
  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) {
  .ritzo-86dyj5 {
    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;
}

.ritzo-nkkyaw {
  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) {
  .ritzo-nkkyaw {
    padding: 14px 16px;
  }
}

.ritzo-nkkyaw button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.ritzo-nkkyaw button:first-child {
  align-content: end;
}

.ritzo-nkkyaw button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .ritzo-nkkyaw
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .ritzo-nkkyaw
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.ritzo-nkkyaw button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.ritzo-nkkyaw button:last-child svg {
  width: 38px;
  height: 38px;
}

.ritzo-670wlk {
  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;
}

.ritzo-670wlk::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .ritzo-670wlk,
.pc61d126-chatbot[data-active-screen="3"]
  .ritzo-670wlk {
  opacity: 1;
  visibility: visible;
}

.ritzo-is26nc {
  flex: 1 1;
}

.ritzo-fxdhh9 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .ritzo-fxdhh9 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .ritzo-avogvh {
  display: block;
}

.ritzo-xnnvac {
  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) {
  .ritzo-xnnvac {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.ritzo-mjhav9 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.ritzo-mjhav9::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.ritzo-vax3qw span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.ritzo-vax3qw p {
  color: var(--Text-100);
}

.ritzo-mjhav9 .ritzo-g3jxsw {
  grid-area: button;
}

.ritzo-mjhav9 .ritzo-g3jxsw::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.ritzo-rdkp9b.org/2000/svg'%3E%3Cpath d='M4.ritzo-xcl9zm 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.ritzo-7fqd6u 15L16.ritzo-7fqd6u 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.ritzo-7fqd6u 5L16.ritzo-7fqd6u 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .ritzo-cr5u4h {
  display: block;
}

.ritzo-re5qzm {
  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) {
  .ritzo-re5qzm {
    margin-top: 40px;
  }
}

.ritzo-qoo0l4 label,
.ritzo-qoo0l4 input {
  display: block;
  width: 100%;
}

.ritzo-qoo0l4 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.ritzo-qoo0l4 label.ritzo-i5p2cg input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.ritzo-qoo0l4 label.ritzo-i5p2cg::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;
}

.ritzo-qoo0l4 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;
}

.ritzo-qoo0l4 input::placeholder {
  color: var(--Text-400);
}

.ritzo-hjq7v4 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .ritzo-hjq7v4 {
  display: flex;
}

.ritzo-hjq7v4 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .ritzo-hjq7v4 ol {
    height: 420px;
    padding: 24px;
  }
}

.ritzo-hjq7v4 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.ritzo-qlp5ns {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .ritzo-qlp5ns {
    padding: 0 24px 24px;
  }
}

.ritzo-qlp5ns 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;
}

.ritzo-qlp5ns input::placeholder {
  color: var(--Text-400);
}

.ritzo-qlp5ns [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.ritzo-qlp5ns [type="submit"]:disabled {
  opacity: 0.5;
}

.ritzo-qlp5ns [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .ritzo-qlp5ns [type="submit"] {
    right: 40px;
  }
}

.ritzo-pvhlpt {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.ritzo-pvhlpt.ritzo-emhrh7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.ritzo-pvhlpt.ritzo-emhrh7::before {
  content: "";
  width: 31px;
}

.ritzo-pvhlpt.ritzo-emhrh7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.ritzo-pvhlpt.ritzo-knn1ab p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.ritzo-pvhlpt p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.ritzo-z4dcpv .ritzo-g3jxsw {
  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;
  }
}

.ritzo-2v08fz {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .ritzo-2v08fz {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .ritzo-2v08fz {
    padding: 18px 0;
  }
}

.ritzo-2v08fz .ritzo-t83d8g {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ritzo-2v08fz .ritzo-t83d8g {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.ritzo-sc3aie {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .ritzo-sc3aie {
    max-width: 160px;
    height: 40px;
  }
}

.ritzo-sc3aie picture,
.ritzo-sc3aie img {
  display: block;
  width: 100%;
  height: 100%;
}

.ritzo-sc3aie img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .ritzo-6zpfpm {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.ritzo-d2584x ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .ritzo-2v08fz.ritzo-s6od6y .ritzo-6zpfpm {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ritzo-6zpfpm {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .ritzo-6zpfpm {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.ritzo-h46a7v,
.ritzo-k4csov {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .ritzo-h46a7v,
  .ritzo-k4csov {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .ritzo-k4csov {
    display: none;
  }
}

.ritzo-k6rkr6 {
  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;
}

.ritzo-s6od6y .ritzo-k6rkr6 {
  background: var(--fh-bg-color);
}

.ritzo-k6rkr6 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .ritzo-k6rkr6 {
    display: none;
  }
}

.ritzo-kpbzyd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ritzo-kpbzyd {
    display: none;
  }
}

.ritzo-0unmcw {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.ritzo-2v08fz.ritzo-s6od6y .ritzo-0unmcw:first-child {
  display: none;
}

.ritzo-2v08fz.ritzo-s6od6y .ritzo-0unmcw:last-child {
  display: block;
}

.ritzo-0unmcw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .ritzo-0unmcw {
    display: none;
  }
}

.ritzo-0b7ysb {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .ritzo-0b7ysb {
    display: flex;
  }
}

.ritzo-0b7ysb ul {
  max-height: 350px;
  overflow-y: auto;
}

.ritzo-0b7ysb:hover ul {
  visibility: visible;
  opacity: 1;
}

.ritzo-0b7ysb:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ritzo-0b7ysb:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.ritzo-0b7ysb:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.ritzo-0b7ysb:hover .ritzo-4qujvf svg {
  transform: rotate(180deg);
}

.ritzo-8pvemb {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.ritzo-s279t9 {
  padding: 0 8px;
}

.ritzo-tn952e {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.ritzo-tn952e:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .ritzo-tn952e {
    padding: 4px 8px;
  }
}

.ritzo-z4nsrx {
  display: flex;
}

.ritzo-z4nsrx img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.ritzo-4qujvf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.ritzo-4qujvf svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.ritzo-5y7hwy {
  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) {
  .ritzo-5y7hwy {
    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;
  }
}

.ritzo-9tnbgc {
  width: 100%;
}

@media (min-width: 1200px) {
  .ritzo-9tnbgc {
    display: none;
  }
}

.ritzo-ckdevz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.ritzo-5jxphz {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.ritzo-xbnfof {
  display: flex;
}

.ritzo-vesrc4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ritzo-talx82 {
  list-style: none;
}

@media (max-width: 1199px) {
  .ritzo-talx82 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .ritzo-talx82 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ritzo-talx82 .ritzo-k9t69z [data-ref-el],
  .ritzo-talx82 .ritzo-k9t69z span,
  .ritzo-talx82 .ritzo-k9t69z a {
    white-space: nowrap;
  }
}

.ritzo-qw86k4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .ritzo-qw86k4.ritzo-umau31 > .ritzo-k9t69z {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .ritzo-qw86k4.ritzo-cfutoq:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .ritzo-qw86k4.ritzo-umau31 > .ritzo-j44kao {
    height: auto;
  }

  .ritzo-qw86k4.ritzo-umau31 > div > .ritzo-a0p7dt {
    transform: rotate(180deg);
  }
}

.ritzo-qw86k4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.ritzo-qw86k4 [data-ref-el],
.ritzo-qw86k4 span {
  cursor: pointer;
}

.ritzo-qw86k4 [data-ref-el],
.ritzo-qw86k4 span,
.ritzo-qw86k4 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .ritzo-qw86k4 [data-ref-el],
  .ritzo-qw86k4 span,
  .ritzo-qw86k4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .ritzo-qw86k4 [data-ref-el],
  .ritzo-qw86k4 span,
  .ritzo-qw86k4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.ritzo-j44kao {
  height: 0;
  overflow: hidden;
  transition: height 0.ritzo-d2584x ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.ritzo-j44kao::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.ritzo-j44kao::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.ritzo-j44kao::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .ritzo-j44kao {
    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;
  }

  .ritzo-j44kao:has(> .ritzo-qw86k4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .ritzo-j44kao .ritzo-j44kao {
    padding: 0;
  }

  .ritzo-j44kao .ritzo-qw86k4 {
    font-weight: 400;
  }

  .ritzo-j44kao .ritzo-qw86k4:hover > .ritzo-k9t69z {
    background: var(--Neutral-300);
  }

  .ritzo-j44kao .ritzo-a0p7dt {
    rotate: -90deg;
  }
}

.ritzo-k9t69z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ritzo-k9t69z {
    padding: 8px;
  }

  .ritzo-qw86k4.ritzo-0r027v > .ritzo-k9t69z {
    background: var(--Neutral-300);
  }
}

.ritzo-a0p7dt {
  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.ritzo-rdkp9b.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.ritzo-y93be9 0.ritzo-bjaixz.ritzo-onspbv -0.ritzo-ayhrs3 0.ritzo-26xpyw -0.ritzo-ayhrs3 1.ritzo-rgmclg 0.ritzo-fhqzt0.ritzo-27otax 4.ritzo-f9qrq6.ritzo-y93be9 0.ritzo-ly1m5k.ritzo-b55sjd -0.ritzo-ayhrs3 9.ritzo-dz168g -0.ritzo-ayhrs3 10.ritzo-i3pe5g 0.ritzo-b2sg23.ritzo-exjz3k 0.ritzo-onspbv 10.ritzo-exjz3k 0.ritzo-26xpyw 10.ritzo-i3pe5g 1.ritzo-whjzsy.ritzo-wsei2u 5.ritzo-uob6rn.ritzo-9hn0o6 6.ritzo-6i2loy 5.ritzo-yw917p 6.ritzo-6i2loy 4.ritzo-ebi22a 5.ritzo-fs9l1b.ritzo-y93be9 1.ritzo-t2iywq.ritzo-ayhrs3 0.ritzo-26xpyw -0.ritzo-ayhrs3 0.ritzo-onspbv 0.ritzo-y93be9 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.ritzo-d2584x ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .ritzo-a0p7dt {
    cursor: default;
  }
}

.ritzo-k1qyd3 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.ritzo-c8o9qu {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .ritzo-c8o9qu {
    padding: 40px 4px;
  }
}

.ritzo-49md1c {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .ritzo-49md1c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.ritzo-789r52 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .ritzo-789r52 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.ritzo-789r52 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.ritzo-789r52 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.ritzo-789r52 [data-ref-el],
.ritzo-789r52 span,
.ritzo-789r52 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.ritzo-m1sqqs {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ritzo-m1sqqs {
    margin-bottom: 12px;
  }
}

.ritzo-4em7pr {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.ritzo-4em7pr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .ritzo-4em7pr:last-child {
    margin-right: 0;
  }
}

.ritzo-ucslfm {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.ritzo-m1sqqs:hover .ritzo-fg6gig {
  visibility: visible;
  opacity: 1;
}

.ritzo-fg6gig {
  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);
}

.ritzo-k64k8p {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ritzo-2d0b8y {
  display: flex;
  margin: 6px;
}

.ritzo-2d0b8y img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.ritzo-fg6gig::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);
}

.ritzo-fg6gig::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);
}

.ritzo-i30ky0 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .ritzo-i30ky0 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.ritzo-f0is2c {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .ritzo-f0is2c {
    margin-right: 32px;
  }
}

.ritzo-0ac9ao {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ritzo-0ac9ao {
    margin-top: 0;
    width: 340px;
  }
}

.ritzo-0ac9ao a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.ritzo-hgnew6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.ritzo-ahcno9 {
  position: relative;
}

@media (min-width: 768px) {
  .ritzo-ahcno9 {
    margin-top: 40px;
  }
}

.ritzo-ahcno9 + .ritzo-sjci8d,
.ritzo-ahcno9 + .ritzo-ahcno9 {
  margin-top: 24px;
}

.ritzo-u7a85n {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .ritzo-u7a85n {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .ritzo-u7a85n {
    padding: 80px;
  }
}

.ritzo-jhop5y {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .ritzo-jhop5y {
    padding: 0 16px;
}


}

.ritzo-rw5e2y {
  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) {
  .ritzo-rw5e2y {
    font-size: 48px;
    line-height: 56px;
  }
}

.ritzo-zmij9z {
  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) {
  .ritzo-zmij9z {
    font-size: 24px;
    line-height: 32px;
  }
}

.ritzo-2z4bzs {
  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;
}

.ritzo-2z4bzs:hover {
  background: var(--button-bg-hover);
}

.ritzo-drli78 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.ritzo-drli78 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .ritzo-drli78 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .ritzo-drli78 img {
  min-height: 100%;
  }
}

.ritzo-u7a85n::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.ritzo-igss49 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ritzo-igss49 h1,
.ritzo-igss49 h2,
.ritzo-igss49 h3,
.ritzo-igss49 h4 {
  margin-bottom: 6px;
}

.ritzo-igss49 h1:not(:first-child),
.ritzo-igss49 h2:not(:first-child),
.ritzo-igss49 h3:not(:first-child),
.ritzo-igss49 h4:not(:first-child) {
  margin-top: 16px;
}

.ritzo-igss49 h1,
.ritzo-igss49 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .ritzo-igss49 h1,
  .ritzo-igss49 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.ritzo-igss49 h2,
.ritzo-igss49 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .ritzo-igss49 h2,
  .ritzo-igss49 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.ritzo-igss49 h3,
.ritzo-igss49 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .ritzo-igss49 h3,
  .ritzo-igss49 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.ritzo-igss49 h4,
.ritzo-igss49 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.ritzo-igss49 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.ritzo-igss49 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.ritzo-igss49 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);
}

.ritzo-igss49 ul ul {
  margin-bottom: 8px;
}

.ritzo-igss49 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.ritzo-igss49 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.ritzo-igss49 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.ritzo-igss49 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.ritzo-igss49 ol li::marker {
  font-weight: 700;
}

.ritzo-igss49 ol ol {
  margin-bottom: 8px;
}

.ritzo-igss49 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.ritzo-igss49 ol ul li {
  padding-left: 16px;
}

.ritzo-igss49 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) {
  .ritzo-igss49 table {
    padding: 24px;
  }
}

.ritzo-igss49 table.ritzo-yqzvar {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.ritzo-d2584x,
    mask-image 0.3s;
}

.ritzo-igss49 table.ritzo-yqzvar.ritzo-uffc4q {
  -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) {
  .ritzo-igss49 table {
    display: table;
  }
}

.ritzo-igss49 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);
}

.ritzo-igss49 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.ritzo-igss49 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ritzo-igss49 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) {
  .ritzo-igss49 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.ritzo-igss49 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.ritzo-igss49 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ritzo-igss49 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.ritzo-igss49 img {
  max-width: 100%;
  height: auto;
}

.ritzo-qwoe3y {
  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) {
  .ritzo-qwoe3y {
    padding: 24px;
  }
}

.ritzo-mopu5q {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .ritzo-mopu5q {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.ritzo-mopu5q > * {
  margin: 0 !important;
}

.ritzo-mopu5q img,
.ritzo-q7n7tk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ritzo-mopu5q img,
  .ritzo-q7n7tk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ritzo-qwgv0y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ritzo-qwgv0y {
    width: 32px;
    height: 32px;
  }
}

.ritzo-odgkbd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ritzo-odgkbd .ritzo-1uoet9 {
  flex-shrink: 0;
}

.ritzo-odgkbd .ritzo-ieacl9 svg {
  display: none;
}

.ritzo-zchi38 {
  display: grid;
  transition: max-height 0.ritzo-d2584x ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .ritzo-zchi38 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .ritzo-zchi38 {
    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));
  }
}

.ritzo-zchi38.ritzo-i39jx5 + .ritzo-1uoet9 svg {
  transform: rotate(180deg);
}

.ritzo-b2qban {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.ritzo-b2qban > div:nth-child(3n) {
  grid-column: span 2;
}

.ritzo-b2qban
  > div:nth-child(3n)
  .ritzo-81i7pm
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .ritzo-b2qban {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .ritzo-b2qban > div:nth-child(3n) {
    grid-column: unset;
  }

  .ritzo-b2qban
    > div:nth-child(3n)
    .ritzo-81i7pm
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .ritzo-b2qban {
    max-width: 270px;
  }
}

.ritzo-b2qban .ritzo-81i7pm button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .ritzo-b2qban .ritzo-81i7pm button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .ritzo-b2qban .ritzo-81i7pm button {
    max-width: 104px;
  }
}

.ritzo-1w0p5a {
  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) {
  .ritzo-1w0p5a {
    margin-bottom: 0;
  }
}

.ritzo-b4qo9w {
  display: none;
  opacity: 0;
}

.ritzo-wyls69 {
  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;
  }
}

.ritzo-wyls69 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.ritzo-81i7pm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.ritzo-81i7pm button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .ritzo-81i7pm
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .ritzo-81i7pm
    button {
    max-width: 145px;
  }
}

.ritzo-34en4k:first-child
  .ritzo-81i7pm
  button {
  max-width: 270px;
}

.ritzo-iedz0b {
  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%;
}

.ritzo-1w0p5a picture {
  width: 100%;
  max-width: 100%;
}

.ritzo-h69cxx {
  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;
}

.ritzo-h69cxx svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.ritzo-1w0p5a:hover .ritzo-h69cxx {
  display: flex;
}

.ritzo-vc6esn {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.ritzo-7wvst5 {
  display: flex;
}

.ritzo-7wvst5:hover .ritzo-riz560,
.ritzo-7wvst5 .ritzo-0r027v .ritzo-riz560 {
  display: flex;
}

.ritzo-7wvst5 svg {
  flex-shrink: 0;
}

.ritzo-riz560 {
  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) {
  .ritzo-riz560 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.ritzo-riz560:hover {
  display: flex;
}

.ritzo-riz560 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.ritzo-r4mht1 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .ritzo-r4mht1 {
    font-size: 12px;
  }
}

.ritzo-4u3qpv,
.ritzo-r9fr0t {
  width: 50%;
  flex-shrink: 0;
}

.ritzo-4u3qpv {
  font-weight: 700;
}

.ritzo-qizgsx .ritzo-zchi38 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .ritzo-qizgsx .ritzo-zchi38 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .ritzo-qizgsx .ritzo-zchi38 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.ritzo-qizgsx
  .ritzo-iedz0b:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.ritzo-qizgsx .ritzo-wyls69 {
  height: 100% !important;
  border-radius: 16px;
}

.ritzo-qizgsx .ritzo-81i7pm {
  gap: 4px;
  align-items: center;
}

.ritzo-qizgsx .ritzo-81i7pm button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ritzo-qizgsx .ritzo-81i7pm svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.ritzo-qizgsx .ritzo-wu97uq,
.ritzo-qizgsx .ritzo-me47vr {
  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.ritzo-rdkp9b.org/2000/svg'%3E%3Cpath d='M9.ritzo-dtwuff 4.ritzo-95ic77.ritzo-w8uczq 5.ritzo-rcac8n.ritzo-rfdjvr 5.ritzo-imb2c1.ritzo-7gvr1o 5.ritzo-eqfbz3.ritzo-91t8l0 8.ritzo-khc7qf.ritzo-ky85xf 9.ritzo-gfcthn.ritzo-s5731s 9.ritzo-81xaw9.ritzo-ar0fur 13.ritzo-sa50l8.ritzo-16bkrt 11.ritzo-fnn30y.ritzo-xc282l 11.ritzo-yudo95.ritzo-qv7ixc 11.ritzo-ejuukn.ritzo-7e20hi 13.ritzo-ye9r5a.ritzo-cnkkub 9.ritzo-guedyn.ritzo-30oyiy 9.ritzo-ycwzjx.ritzo-0loagm 8.ritzo-zkwvr9.ritzo-q38h5o 5.ritzo-kl2774.ritzo-2d21z5 5.ritzo-lcdzlb.ritzo-5q6nbm 5.ritzo-rqi014.ritzo-y3fzm4 4.ritzo-8u6qid.ritzo-xc282l 1.ritzo-lhc49v.ritzo-dtwuff 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.ritzo-qizgsx .ritzo-wu97uq {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.ritzo-qizgsx .ritzo-me47vr {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.ritzo-pmgoei {
  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) {
  .ritzo-pmgoei {
    padding: 24px;
  }
}

.ritzo-pmgoei .ritzo-1uoet9 {
  display: flex;
}

@media (min-width: 768px) {
  .ritzo-pmgoei .ritzo-1uoet9 {
    display: none;
  }
}

.ritzo-pmgoei .ritzo-ieacl9 svg {
  display: none;
}

.ritzo-0pj7ra {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ritzo-0pj7ra .ritzo-3aszfq {
  display: none;
}

@media (min-width: 768px) {
  .ritzo-0pj7ra .ritzo-3aszfq {
    display: flex;
  }
}

.ritzo-9odt8h {
  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) {
  .ritzo-9odt8h {
    font-size: 40px;
    line-height: 48px;
  }
}

.ritzo-9odt8h > * {
  margin: 0 !important;
}

.ritzo-9odt8h img,
.ritzo-umb3sl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ritzo-9odt8h img,
  .ritzo-umb3sl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ritzo-pgos6i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ritzo-pgos6i {
    width: 32px;
    height: 32px;
  }
}

.ritzo-p24wnh {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .ritzo-p24wnh {
    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;
  }

  .ritzo-p24wnh::-webkit-scrollbar {
    display: none;
  }
}

.ritzo-f1z43s {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .ritzo-f1z43s {
    padding: 7px 15px;
  }
}

.ritzo-f1z43s:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.ritzo-zeauic {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .ritzo-zeauic {
    display: flex;
    opacity: 1;
  }
}

.ritzo-f1z43s picture {
  height: 100%;
  display: block;
}

.ritzo-f1z43s img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .ritzo-f1z43s img {
    width: 88px;
    height: 44px;
  }
}

.ritzo-f1z43s p {
  text-align: center;
  width: 100%;
}

.ritzo-sz1cah {
  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) {
  .ritzo-sz1cah {
    font-size: 40px;
    line-height: 48px;
  }
}

.ritzo-sz1cah img,
.ritzo-fkpfzz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ritzo-sz1cah img,
  .ritzo-fkpfzz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ritzo-wviqrs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ritzo-wviqrs {
    width: 32px;
    height: 32px;
  }
}

.ritzo-945kl9 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.ritzo-2czqts {
  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;
}

.ritzo-syuagw {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.ritzo-syuagw.ritzo-0r027v {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.ritzo-95bdt5 {
  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) {
  .ritzo-95bdt5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.ritzo-9azm7m {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.ritzo-jwrd7x {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.ritzo-d2584x ease;
  opacity: 0;
  color: var(--text-color);
}

.ritzo-58259w {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.ritzo-58259w ol,
.ritzo-58259w ul {
  padding-left: 1.3em;
}

.ritzo-syuagw.ritzo-0r027v .ritzo-jwrd7x {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.ritzo-syuagw.ritzo-0r027v .ritzo-9azm7m {
  transform: rotate(180deg);
  color: var(--text-color);
}

.ritzo-w2vwsg {
  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) {
  .ritzo-w2vwsg {
    padding: 24px;
  }
}

.ritzo-w2vwsg .ritzo-1uoet9 {
  display: flex;
}

@media (min-width: 768px) {
  .ritzo-w2vwsg .ritzo-1uoet9 {
    display: none;
  }
}

.ritzo-w2vwsg .ritzo-ieacl9 svg {
  display: none;
}

.ritzo-59vx2a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ritzo-59vx2a .ritzo-3aszfq {
  display: none;
}

@media (min-width: 768px) {
  .ritzo-59vx2a .ritzo-3aszfq {
    display: flex;
  }
}

.ritzo-s8eepi {
  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) {
  .ritzo-s8eepi {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.ritzo-s8eepi > * {
  margin: 0 !important;
}

.ritzo-s8eepi img,
.ritzo-f0wer6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ritzo-s8eepi img,
  .ritzo-f0wer6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ritzo-e8d1ou {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ritzo-e8d1ou {
    width: 32px;
    height: 32px;
  }
}

.ritzo-kmvf01 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .ritzo-kmvf01 {
    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;
  }

  .ritzo-kmvf01::-webkit-scrollbar {
    display: none;
  }
}

.ritzo-0dxgyb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.ritzo-0dxgyb:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.ritzo-0vwt5v {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .ritzo-0vwt5v {
    display: flex;
    opacity: 1;
  }
}

.ritzo-0dxgyb picture {
  width: auto;
  height: 100%;
  display: block;
}

.ritzo-0dxgyb picture img {
  display: block;
  width: auto;
  height: 100%;
}

.ritzo-un5h2x {
  margin: -24px 0;
}

.ritzo-un5h2x:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .ritzo-un5h2x {
    margin: -16px 0;
  }
}

.ritzo-108yr7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .ritzo-108yr7 {
    flex-direction: row;
  }
}

.ritzo-cg7k2d {
  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) {
  .ritzo-cg7k2d {
    flex: 1;
  }
}

.ritzo-cg7k2d::placeholder {
  color: var(--Text-400);
}

.ritzo-cbrzvz {
  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;
}

.ritzo-gr4xps {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ritzo-gr4xps::-webkit-scrollbar {
  display: none;
}

.ritzo-xu2f8u {
  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;
}

.ritzo-xu2f8u img,
.ritzo-xu2f8u svg {
  margin-right: 8px;
}

.ritzo-vbe6m2 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.ritzo-un5h2x + .ritzo-jqkbz9 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .ritzo-un5h2x + .ritzo-jqkbz9 {
    margin-top: -16px;
  }
}

.ritzo-xvexkv {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.ritzo-xvexkv > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.ritzo-xvexkv > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.ritzo-m7zmu0 {
  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;
}

.ritzo-li2qr1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.ritzo-xuld1m {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ritzo-qh9kdq {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.ritzo-ydb2md {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.ritzo-m7zmu0 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;
}

.ritzo-m7zmu0 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) {
  .ritzo-m7zmu0 {
    padding: 39px 179px 39px 39px;
  }

  .ritzo-li2qr1 {
    font-size: 40px;
    line-height: 48px;
  }

  .ritzo-ydb2md {
    height: 348px;
  }

  .ritzo-m7zmu0 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .ritzo-m7zmu0 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .ritzo-m7zmu0 {
    padding: 63px;
  }
}

.ritzo-53xfx8 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ritzo-53xfx8 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.ritzo-u4ckfc {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .ritzo-u4ckfc {
    width: auto;
  }
}

.ritzo-rn0c9y {
  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;
}

.ritzo-rn0c9y::-webkit-scrollbar {
  display: none;
}

.ritzo-rn0c9y 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);
}

.ritzo-rn0c9y a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .ritzo-rn0c9y {
    margin-left: 16px;
    margin-top: 0;
  }
}

.ritzo-53xfx8 .ritzo-lq2b2l {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.ritzo-d2584x,
    mask-image 0.3s;
}

.ritzo-53xfx8 .ritzo-lq2b2l.ritzo-uffc4q {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.ritzo-jpz0cn {
  margin: 40px -16px;
}

.ritzo-kyj17v + .ritzo-sjci8d,
.ritzo-kyj17v + .ritzo-ahcno9 {
  margin-top: 24px;
}

.ritzo-rwb7ek {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.ritzo-rwb7ek picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ritzo-civqoa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .ritzo-civqoa {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .ritzo-civqoa {
    margin-top: 0;
  }
}

.ritzo-0bvqw2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .ritzo-0bvqw2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.ritzo-6dm0is {
  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) {
  .ritzo-6dm0is {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.ritzo-n3334o {
  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) {
  .ritzo-n3334o {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.ritzo-ze3ih2 {
  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) {
  .ritzo-ze3ih2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.ritzo-yh963z {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .ritzo-yh963z {
    font-size: 32px;
    line-height: 40px;
  }
}

.ritzo-v8gf7n {
  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;
}

.ritzo-ysif05 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.ritzo-ysif05 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ritzo-jqkbz9 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ritzo-es4ho7 {
  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) {
  .ritzo-es4ho7 {
    padding: 15px 48px;
  }
}

main > .ritzo-jqkbz9 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .ritzo-zchi38.ritzo-fb4kbg > div:nth-child(n+5) {
    display: none;
  }
}

.ritzo-igss49 p a img {
  display: block;
  margin: 0 auto;
}


.ritzo-ae1und {
  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 */
.ritzo-av99qd {
  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;
}

.ritzo-av99qd label {
  font-size: 14px;
}

.ritzo-av99qd h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ritzo-av99qd input,
.ritzo-av99qd textarea,
.ritzo-av99qd 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;
}
.ritzo-av99qd button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ritzo-1r36qd ease;
}
.ritzo-av99qd button:hover {
  background-color: var(--button-bg-hover);
}
.ritzo-xdppte {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ritzo-7v8ohh ease-in;
}

.ritzo-xdppte 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;
}
.ritzo-058ip7, .ritzo-fot5o2, [class*="review-card"],
thead, thead th, table th, .ritzo-4n95jj,
.ritzo-vkejg7, [class*="collapsible-header"],
.ritzo-bl9ouk, [class*="updated-block"] {
  color: #ece7dc !important;
}
