* {
  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;
  }
}

.dolly-mbss1j {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .dolly-mbss1j {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .dolly-mbss1j {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.dolly-mao8yp {
  overflow: hidden;
}

.dolly-mkya0y img {
  background: var(--Neutral-300);
}

.dolly-mdb3mi {
  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;
}

.dolly-jwmwk3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.dolly-jwmwk3:hover {
  background: var(--button-bg-hover);
}

.dolly-d1t5w1 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.dolly-d1t5w1:hover {
  background: var(--button-bg-hover);
}

.dolly-v75lh3 {
  font-size: 12px;
  line-height: 18px;
}

.dolly-lhhu65 {
  font-size: 18px;
  line-height: 26px;
}

.dolly-tr1350 {
  width: 100%;
}

.dolly-gixk1z {
  padding: 6px 16px;
}

.dolly-l062oq {
  padding: 10px 16px;
}

.dolly-fe5c8y {
  padding: 15px 26px;
}

.dolly-ouhpre {
  flex-shrink: 0;
}

.dolly-y7u6yt {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.dolly-8vqkos {
  display: none;
}

.dolly-l4wupf {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dolly-u4nvo5 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.dolly-4a86wu {
  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;
}

.dolly-lhi3pp {
  cursor: grab;
}

.dolly-4a86wu::-webkit-scrollbar {
  display: none;
}

.dolly-80enpz {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.dolly-ne5m0a {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.dolly-jf8yj0 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.dolly-p8bin3 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.dolly-1rjcpt {
  visibility: visible;
}

.dolly-byumrq {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.dolly-6hy8nz ease;
}

.dolly-1cwkz4 {
  background-color: var(--Primary-200);
  width: 16px;
}

.dolly-qxabyc {
  -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.dolly-6hy8nz,
    mask-image 0.3s;
}

.dolly-qxabyc.dolly-spo2u7 {
  -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;
  }
}

.dolly-30duwq: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;
}

.dolly-u8l9mv {
  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.dolly-02ft5j.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.dolly-02ft5j.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;
}

.dolly-g2o0la {
  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);
}

.dolly-g2o0la::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%
  );
}

.dolly-9pwd16 {
  position: relative;
  z-index: 1;
}

.dolly-og3ola {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.dolly-fnonq0 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.dolly-9rew1a {
  font-size: 40px;
  line-height: 48px;
}

.dolly-k8qsr7 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dolly-x3kte1 {
  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;
}

.dolly-x3kte1:hover {
  background: var(--Primary-400);
}

.dolly-x3kte1 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.dolly-30duwq 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) {
  .dolly-g2o0la {
    max-width: 600px;
    padding: 64px;
  }

  .dolly-og3ola {
    font-size: 24px;
    line-height: 32px;
  }

  .dolly-fnonq0 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .dolly-9rew1a {
    font-size: 50px;
    line-height: 56px;
  }

  .dolly-k8qsr7 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .dolly-u8l9mv {
    top: 25px;
    right: 25px;
  }
}

.dolly-a1h07a,
.dolly-l618qe {
  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;
}

.dolly-6bf8ff.dolly-i2t0qx::before,
.dolly-l618qe::before,
.dolly-1aa3s1::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.dolly-02ft5j.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.dolly-dhx997 14.dolly-7dug9r.dolly-l6djzh 14.dolly-ziay09 15.dolly-nr3qa4 14.dolly-2r873l 15.dolly-sf2ec1 14.dolly-5mp8vs.dolly-2fhl2o 14.dolly-j3r422 19.dolly-ob4du3 12.dolly-bf9xva 19.dolly-ob4du3 10.dolly-d8o8al.dolly-ob4du3 8.dolly-siv8ct 17.dolly-84zl95 7.dolly-72un94 15.dolly-fhxpo3 7.dolly-rkwmh7.dolly-ggkjr2 7.dolly-72un94 11.dolly-0145kh 8.dolly-siv8ct 11.dolly-0145kh 10.dolly-16qnde.dolly-0145kh 12.dolly-frx1fo 13.dolly-60d2j1 14.dolly-kk49t4 15.dolly-2dyk6j 14.dolly-8vxl04.dolly-wc58tm 14.dolly-itpypv 15.dolly-apzufg 14.dolly-iyzu4t 15.dolly-w1edxk 14.dolly-drk6dm.dolly-dhx997 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.dolly-2104f5 15.dolly-fvlec8.dolly-wvt54j 15.dolly-086s36 15.dolly-gkf9j6 15.dolly-ib3i37 15.dolly-r8xksr 15.dolly-6ujha2.dolly-btfvt4 15.dolly-ib3i37 15.dolly-tzne3d 15.dolly-hkarnb 15.dolly-nly201 15.dolly-58ww50.dolly-9g5e5o 15.dolly-uxzmcs 7.dolly-z9iuf5 18.dolly-v4wjc2 7.dolly-dnioit 23.dolly-q2mh0m.dolly-3qifde.dolly-5opkc8 18.dolly-7uhpxi 19.dolly-mxxifm 15.dolly-njuhd1 15.dolly-2104f5 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.dolly-jrnfch [type="submit"] *,
.dolly-6myeox button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .dolly-ani7qd {
    display: none;
  }
}

.dolly-35i4gb {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .dolly-35i4gb {
  display: none;
}

@media (min-width: 768px) {
  .dolly-35i4gb {
    bottom: 22px;
  }
}

.dolly-35i4gb input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .dolly-35i4gb {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.dolly-09tiq6.static) .dolly-35i4gb {
    bottom: 8px;
  }
}

.dolly-755w91 {
  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.dolly-02ft5j.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.dolly-invu20 3.dolly-fta63a.dolly-xvlg4c.dolly-nmqjkt 3.dolly-xon2w8 3.dolly-dfk30z 5.dolly-zg9ip5 3.dolly-dfk30z 8.dolly-ao33hx.dolly-z2okcy.dolly-dfk30z 26.dolly-wftni8 5.dolly-sf5kqp 28.dolly-lvz4y7 8.dolly-hn6d39 28.dolly-2yvjtb.dolly-nwwprl 28.dolly-0k0r7n.dolly-dagbyn 34.dolly-rlnerl.dolly-4zt1df 36.dolly-y5w46n 11.dolly-cetl1e 37.dolly-qnqoar 12.dolly-71sxyl 36.dolly-8k9njl.dolly-c1f9f3 28.dolly-kau5vp.dolly-7m76e8.dolly-x8tvp5 28.dolly-zwzbte 36.dolly-421oaj 26.dolly-gi702h 36.dolly-421oaj 23.dolly-9fcf9h.dolly-kercjs.dolly-421oaj 5.dolly-78f38k 34.dolly-pf2k03 3.dolly-xon2w8 31.dolly-invu20 3.dolly-fsu0o9.dolly-jcfgnf 18.dolly-r130fg.dolly-p4erzy 18.dolly-0ohnag 8.dolly-j4e5ok 17.dolly-lex5aq 8.dolly-j4e5ok 15.dolly-9jazw3.dolly-j4e5ok 14.dolly-2cl807 9.dolly-p4erzy 13.dolly-rbnu5r 11.dolly-jcfgnf 13.dolly-7klwuz.dolly-8fii7q 13.dolly-rbnu5r 13.dolly-6mhnu1 14.dolly-2cl807 13.dolly-6mhnu1 15.dolly-b57cbm.dolly-6mhnu1 17.dolly-lex5aq 12.dolly-8fii7q 18.dolly-0ohnag 11.dolly-jcfgnf 18.dolly-r259nu.dolly-ccm8oh 18.dolly-g1uftz.dolly-negicj 18.dolly-0ohnag 17.dolly-prnknn 17.dolly-lex5aq 17.dolly-prnknn 15.dolly-da2nh4.dolly-prnknn 14.dolly-2cl807 18.dolly-negicj 13.dolly-rbnu5r 20.dolly-ccm8oh 13.dolly-bgzk0q.dolly-51rpby 13.dolly-rbnu5r 22.dolly-ou04cb 14.dolly-2cl807 22.dolly-ou04cb 15.dolly-l7nn29.dolly-d8mh6t 17.dolly-lex5aq 21.dolly-51rpby 18.dolly-0ohnag 20.dolly-ccm8oh 18.dolly-i0zhap.dolly-94d0ar 18.dolly-yyuqqv.dolly-pvjfjq 18.dolly-0ohnag 26.dolly-ri47o6 17.dolly-lex5aq 26.dolly-ri47o6 15.dolly-gwnca4.dolly-ri47o6 14.dolly-2cl807 27.dolly-pvjfjq 13.dolly-rbnu5r 28.dolly-94d0ar 13.dolly-lfl39y.dolly-7fdwlr 13.dolly-rbnu5r 31.dolly-rerytr 14.dolly-2cl807 31.dolly-rerytr 15.dolly-h96dtf.dolly-ri47o6 17.dolly-lex5aq 30.dolly-7fdwlr 18.dolly-0ohnag 28.dolly-94d0ar 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"])
    .dolly-755w91 {
    display: none;
  }
}

.dolly-vmjg3t {
  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) {
  .dolly-vmjg3t {
    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;
}

.dolly-6myeox {
  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) {
  .dolly-6myeox {
    padding: 14px 16px;
  }
}

.dolly-6myeox button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.dolly-6myeox button:first-child {
  align-content: end;
}

.dolly-6myeox button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .dolly-6myeox
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .dolly-6myeox
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.dolly-6myeox button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.dolly-6myeox button:last-child svg {
  width: 38px;
  height: 38px;
}

.dolly-1aa3s1 {
  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;
}

.dolly-1aa3s1::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .dolly-1aa3s1,
.pc61d126-chatbot[data-active-screen="3"]
  .dolly-1aa3s1 {
  opacity: 1;
  visibility: visible;
}

.dolly-lil9n6 {
  flex: 1 1;
}

.dolly-ekogrg {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .dolly-ekogrg {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .dolly-xlorg4 {
  display: block;
}

.dolly-phqt52 {
  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) {
  .dolly-phqt52 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.dolly-l618qe {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.dolly-l618qe::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.dolly-kdqboa span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.dolly-kdqboa p {
  color: var(--Text-100);
}

.dolly-l618qe .dolly-2w6dim {
  grid-area: button;
}

.dolly-l618qe .dolly-2w6dim::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.dolly-02ft5j.org/2000/svg'%3E%3Cpath d='M4.dolly-1qds3c 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.dolly-n1vq4h 15L16.dolly-n1vq4h 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.dolly-n1vq4h 5L16.dolly-n1vq4h 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .dolly-4cjff8 {
  display: block;
}

.dolly-2fa1kw {
  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) {
  .dolly-2fa1kw {
    margin-top: 40px;
  }
}

.dolly-a1h07a label,
.dolly-a1h07a input {
  display: block;
  width: 100%;
}

.dolly-a1h07a label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.dolly-a1h07a label.dolly-l9meun input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.dolly-a1h07a label.dolly-l9meun::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;
}

.dolly-a1h07a 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;
}

.dolly-a1h07a input::placeholder {
  color: var(--Text-400);
}

.dolly-37a70x {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .dolly-37a70x {
  display: flex;
}

.dolly-37a70x ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .dolly-37a70x ol {
    height: 420px;
    padding: 24px;
  }
}

.dolly-37a70x ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.dolly-jrnfch {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .dolly-jrnfch {
    padding: 0 24px 24px;
  }
}

.dolly-jrnfch 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;
}

.dolly-jrnfch input::placeholder {
  color: var(--Text-400);
}

.dolly-jrnfch [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.dolly-jrnfch [type="submit"]:disabled {
  opacity: 0.5;
}

.dolly-jrnfch [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .dolly-jrnfch [type="submit"] {
    right: 40px;
  }
}

.dolly-6bf8ff {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.dolly-6bf8ff.dolly-i2t0qx {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.dolly-6bf8ff.dolly-i2t0qx::before {
  content: "";
  width: 31px;
}

.dolly-6bf8ff.dolly-i2t0qx p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.dolly-6bf8ff.dolly-admdw1 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.dolly-6bf8ff p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.dolly-35i4gb .dolly-2w6dim {
  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;
  }
}

.dolly-ani7qd {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .dolly-ani7qd {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .dolly-ani7qd {
    padding: 18px 0;
  }
}

.dolly-ani7qd .dolly-mbss1j {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .dolly-ani7qd .dolly-mbss1j {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.dolly-rl6rdt {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .dolly-rl6rdt {
    max-width: 160px;
    height: 40px;
  }
}

.dolly-rl6rdt picture,
.dolly-rl6rdt img {
  display: block;
  width: 100%;
  height: 100%;
}

.dolly-rl6rdt img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .dolly-9eh5oz {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.dolly-6hy8nz ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .dolly-ani7qd.dolly-cl7zga .dolly-9eh5oz {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .dolly-9eh5oz {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .dolly-9eh5oz {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.dolly-xyql8o,
.dolly-0sasx7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .dolly-xyql8o,
  .dolly-0sasx7 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .dolly-0sasx7 {
    display: none;
  }
}

.dolly-fw8sjs {
  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;
}

.dolly-cl7zga .dolly-fw8sjs {
  background: var(--fh-bg-color);
}

.dolly-fw8sjs button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .dolly-fw8sjs {
    display: none;
  }
}

.dolly-0ajeas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .dolly-0ajeas {
    display: none;
  }
}

.dolly-3fq7kp {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.dolly-ani7qd.dolly-cl7zga .dolly-3fq7kp:first-child {
  display: none;
}

.dolly-ani7qd.dolly-cl7zga .dolly-3fq7kp:last-child {
  display: block;
}

.dolly-3fq7kp:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .dolly-3fq7kp {
    display: none;
  }
}

.dolly-b1yo4l {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .dolly-b1yo4l {
    display: flex;
  }
}

.dolly-b1yo4l ul {
  max-height: 350px;
  overflow-y: auto;
}

.dolly-b1yo4l:hover ul {
  visibility: visible;
  opacity: 1;
}

.dolly-b1yo4l:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.dolly-b1yo4l:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.dolly-b1yo4l:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.dolly-b1yo4l:hover .dolly-pj4pgj svg {
  transform: rotate(180deg);
}

.dolly-utyzav {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.dolly-5yu3a9 {
  padding: 0 8px;
}

.dolly-nlhcs2 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.dolly-nlhcs2:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .dolly-nlhcs2 {
    padding: 4px 8px;
  }
}

.dolly-30b8uc {
  display: flex;
}

.dolly-30b8uc img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.dolly-pj4pgj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.dolly-pj4pgj svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.dolly-xv0w4u {
  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) {
  .dolly-xv0w4u {
    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;
  }
}

.dolly-75h8by {
  width: 100%;
}

@media (min-width: 1200px) {
  .dolly-75h8by {
    display: none;
  }
}

.dolly-czx5ao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.dolly-me3vp6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.dolly-azek31 {
  display: flex;
}

.dolly-vdapc4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.dolly-bf2uhz {
  list-style: none;
}

@media (max-width: 1199px) {
  .dolly-bf2uhz {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .dolly-bf2uhz {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .dolly-bf2uhz .dolly-74ekx5 [data-ref-el],
  .dolly-bf2uhz .dolly-74ekx5 span,
  .dolly-bf2uhz .dolly-74ekx5 a {
    white-space: nowrap;
  }
}

.dolly-ylvvix {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .dolly-ylvvix.dolly-ckadth > .dolly-74ekx5 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .dolly-ylvvix.dolly-e83owm:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .dolly-ylvvix.dolly-ckadth > .dolly-xifip7 {
    height: auto;
  }

  .dolly-ylvvix.dolly-ckadth > div > .dolly-sqj918 {
    transform: rotate(180deg);
  }
}

.dolly-ylvvix [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.dolly-ylvvix [data-ref-el],
.dolly-ylvvix span {
  cursor: pointer;
}

.dolly-ylvvix [data-ref-el],
.dolly-ylvvix span,
.dolly-ylvvix a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .dolly-ylvvix [data-ref-el],
  .dolly-ylvvix span,
  .dolly-ylvvix a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .dolly-ylvvix [data-ref-el],
  .dolly-ylvvix span,
  .dolly-ylvvix a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.dolly-xifip7 {
  height: 0;
  overflow: hidden;
  transition: height 0.dolly-6hy8nz ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.dolly-xifip7::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.dolly-xifip7::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.dolly-xifip7::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .dolly-xifip7 {
    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;
  }

  .dolly-xifip7:has(> .dolly-ylvvix.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .dolly-xifip7 .dolly-xifip7 {
    padding: 0;
  }

  .dolly-xifip7 .dolly-ylvvix {
    font-weight: 400;
  }

  .dolly-xifip7 .dolly-ylvvix:hover > .dolly-74ekx5 {
    background: var(--Neutral-300);
  }

  .dolly-xifip7 .dolly-sqj918 {
    rotate: -90deg;
  }
}

.dolly-74ekx5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .dolly-74ekx5 {
    padding: 8px;
  }

  .dolly-ylvvix.dolly-vkll2e > .dolly-74ekx5 {
    background: var(--Neutral-300);
  }
}

.dolly-sqj918 {
  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.dolly-02ft5j.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.dolly-tfg7a0 0.dolly-lodger.dolly-nympwo -0.dolly-y31qrh 0.dolly-1n2ast -0.dolly-y31qrh 1.dolly-jjbcy2 0.dolly-3faa4o.dolly-exf8hm 4.dolly-72vt3g.dolly-tfg7a0 0.dolly-ljwybf.dolly-zzws4v -0.dolly-y31qrh 9.dolly-vo78rq -0.dolly-y31qrh 10.dolly-ju0ier 0.dolly-5v0swt.dolly-cqzlex 0.dolly-nympwo 10.dolly-cqzlex 0.dolly-1n2ast 10.dolly-ju0ier 1.dolly-5l2e08.dolly-efdkvb 5.dolly-dtvssq.dolly-epgjes 6.dolly-cqk7ye 5.dolly-xymji0 6.dolly-cqk7ye 4.dolly-4yk6ww 5.dolly-1s8shb.dolly-tfg7a0 1.dolly-t4r0ka.dolly-y31qrh 0.dolly-1n2ast -0.dolly-y31qrh 0.dolly-nympwo 0.dolly-tfg7a0 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.dolly-6hy8nz ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .dolly-sqj918 {
    cursor: default;
  }
}

.dolly-zxyb9j {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.dolly-can896 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .dolly-can896 {
    padding: 40px 4px;
  }
}

.dolly-8oonhf {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .dolly-8oonhf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.dolly-r0bj01 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .dolly-r0bj01 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.dolly-r0bj01 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.dolly-r0bj01 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.dolly-r0bj01 [data-ref-el],
.dolly-r0bj01 span,
.dolly-r0bj01 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.dolly-lvc0c4 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .dolly-lvc0c4 {
    margin-bottom: 12px;
  }
}

.dolly-t8s0zw {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.dolly-t8s0zw img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .dolly-t8s0zw:last-child {
    margin-right: 0;
  }
}

.dolly-hvtvxs {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.dolly-lvc0c4:hover .dolly-wskv5n {
  visibility: visible;
  opacity: 1;
}

.dolly-wskv5n {
  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);
}

.dolly-oar6wf {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dolly-v55t5h {
  display: flex;
  margin: 6px;
}

.dolly-v55t5h img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.dolly-wskv5n::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);
}

.dolly-wskv5n::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);
}

.dolly-6ca18t {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .dolly-6ca18t {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.dolly-bg87wv {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .dolly-bg87wv {
    margin-right: 32px;
  }
}

.dolly-utk202 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .dolly-utk202 {
    margin-top: 0;
    width: 340px;
  }
}

.dolly-utk202 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.dolly-6azduz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.dolly-llzcfb {
  position: relative;
}

@media (min-width: 768px) {
  .dolly-llzcfb {
    margin-top: 40px;
  }
}

.dolly-llzcfb + .dolly-m4o97e,
.dolly-llzcfb + .dolly-llzcfb {
  margin-top: 24px;
}

.dolly-xfmroi {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .dolly-xfmroi {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .dolly-xfmroi {
    padding: 80px;
  }
}

.dolly-yz2i5f {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .dolly-yz2i5f {
    padding: 0 16px;
}


}

.dolly-cfvs2d {
  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) {
  .dolly-cfvs2d {
    font-size: 48px;
    line-height: 56px;
  }
}

.dolly-bm20lp {
  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) {
  .dolly-bm20lp {
    font-size: 24px;
    line-height: 32px;
  }
}

.dolly-jzt39m {
  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;
}

.dolly-jzt39m:hover {
  background: var(--button-bg-hover);
}

.dolly-97s8xl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.dolly-97s8xl img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .dolly-97s8xl img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .dolly-97s8xl img {
  min-height: 100%;
  }
}

.dolly-xfmroi::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.dolly-02rish {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dolly-02rish h1,
.dolly-02rish h2,
.dolly-02rish h3,
.dolly-02rish h4 {
  margin-bottom: 6px;
}

.dolly-02rish h1:not(:first-child),
.dolly-02rish h2:not(:first-child),
.dolly-02rish h3:not(:first-child),
.dolly-02rish h4:not(:first-child) {
  margin-top: 16px;
}

.dolly-02rish h1,
.dolly-02rish h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .dolly-02rish h1,
  .dolly-02rish h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.dolly-02rish h2,
.dolly-02rish h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .dolly-02rish h2,
  .dolly-02rish h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.dolly-02rish h3,
.dolly-02rish h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .dolly-02rish h3,
  .dolly-02rish h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.dolly-02rish h4,
.dolly-02rish h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.dolly-02rish ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.dolly-02rish ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.dolly-02rish 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);
}

.dolly-02rish ul ul {
  margin-bottom: 8px;
}

.dolly-02rish ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.dolly-02rish ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.dolly-02rish ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.dolly-02rish ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.dolly-02rish ol li::marker {
  font-weight: 700;
}

.dolly-02rish ol ol {
  margin-bottom: 8px;
}

.dolly-02rish ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.dolly-02rish ol ul li {
  padding-left: 16px;
}

.dolly-02rish 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) {
  .dolly-02rish table {
    padding: 24px;
  }
}

.dolly-02rish table.dolly-9gup1i {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.dolly-6hy8nz,
    mask-image 0.3s;
}

.dolly-02rish table.dolly-9gup1i.dolly-spo2u7 {
  -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) {
  .dolly-02rish table {
    display: table;
  }
}

.dolly-02rish 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);
}

.dolly-02rish table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.dolly-02rish table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.dolly-02rish 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) {
  .dolly-02rish table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.dolly-02rish table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.dolly-02rish table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.dolly-02rish table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.dolly-02rish img {
  max-width: 100%;
  height: auto;
}

.dolly-y21io9 {
  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) {
  .dolly-y21io9 {
    padding: 24px;
  }
}

.dolly-artrfm {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .dolly-artrfm {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.dolly-artrfm > * {
  margin: 0 !important;
}

.dolly-artrfm img,
.dolly-p93lvo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .dolly-artrfm img,
  .dolly-p93lvo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.dolly-ygyurg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .dolly-ygyurg {
    width: 32px;
    height: 32px;
  }
}

.dolly-29xme2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.dolly-29xme2 .dolly-u9lwma {
  flex-shrink: 0;
}

.dolly-29xme2 .dolly-o826hz svg {
  display: none;
}

.dolly-gwpjn1 {
  display: grid;
  transition: max-height 0.dolly-6hy8nz ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .dolly-gwpjn1 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .dolly-gwpjn1 {
    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));
  }
}

.dolly-gwpjn1.dolly-90indk + .dolly-u9lwma svg {
  transform: rotate(180deg);
}

.dolly-qcvsh6 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.dolly-qcvsh6 > div:nth-child(3n) {
  grid-column: span 2;
}

.dolly-qcvsh6
  > div:nth-child(3n)
  .dolly-ddwy3t
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .dolly-qcvsh6 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .dolly-qcvsh6 > div:nth-child(3n) {
    grid-column: unset;
  }

  .dolly-qcvsh6
    > div:nth-child(3n)
    .dolly-ddwy3t
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .dolly-qcvsh6 {
    max-width: 270px;
  }
}

.dolly-qcvsh6 .dolly-ddwy3t button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .dolly-qcvsh6 .dolly-ddwy3t button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .dolly-qcvsh6 .dolly-ddwy3t button {
    max-width: 104px;
  }
}

.dolly-h5q51r {
  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) {
  .dolly-h5q51r {
    margin-bottom: 0;
  }
}

.dolly-1539nj {
  display: none;
  opacity: 0;
}

.dolly-k3mz2y {
  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;
  }
}

.dolly-k3mz2y img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.dolly-ddwy3t {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.dolly-ddwy3t button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .dolly-ddwy3t
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .dolly-ddwy3t
    button {
    max-width: 145px;
  }
}

.dolly-ivojr2:first-child
  .dolly-ddwy3t
  button {
  max-width: 270px;
}

.dolly-f7syno {
  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%;
}

.dolly-h5q51r picture {
  width: 100%;
  max-width: 100%;
}

.dolly-p9aazr {
  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;
}

.dolly-p9aazr svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.dolly-h5q51r:hover .dolly-p9aazr {
  display: flex;
}

.dolly-t26ihe {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.dolly-szznc2 {
  display: flex;
}

.dolly-szznc2:hover .dolly-gn0uwi,
.dolly-szznc2 .dolly-vkll2e .dolly-gn0uwi {
  display: flex;
}

.dolly-szznc2 svg {
  flex-shrink: 0;
}

.dolly-gn0uwi {
  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) {
  .dolly-gn0uwi {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.dolly-gn0uwi:hover {
  display: flex;
}

.dolly-gn0uwi svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.dolly-1rpuh9 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .dolly-1rpuh9 {
    font-size: 12px;
  }
}

.dolly-8jjxex,
.dolly-vr5ky1 {
  width: 50%;
  flex-shrink: 0;
}

.dolly-8jjxex {
  font-weight: 700;
}

.dolly-6mb4by .dolly-gwpjn1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .dolly-6mb4by .dolly-gwpjn1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .dolly-6mb4by .dolly-gwpjn1 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.dolly-6mb4by
  .dolly-f7syno:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.dolly-6mb4by .dolly-k3mz2y {
  height: 100% !important;
  border-radius: 16px;
}

.dolly-6mb4by .dolly-ddwy3t {
  gap: 4px;
  align-items: center;
}

.dolly-6mb4by .dolly-ddwy3t button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dolly-6mb4by .dolly-ddwy3t svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.dolly-6mb4by .dolly-glgmvd,
.dolly-6mb4by .dolly-c2w7ph {
  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.dolly-02ft5j.org/2000/svg'%3E%3Cpath d='M9.dolly-ckthe6 4.dolly-rieqgy.dolly-xiqr0s 5.dolly-7dmdhi.dolly-5fntrr 5.dolly-5r81ak.dolly-pgzch5 5.dolly-hq1xxs.dolly-mhj62n 8.dolly-ucst7w.dolly-dxfpeb 9.dolly-ql1c4w.dolly-fh15d7 9.dolly-oxzqaq.dolly-6kvsnb 13.dolly-u2ia6v.dolly-ltysce 11.dolly-c4ikhi.dolly-h8o7eb 11.dolly-2fr4x5.dolly-o97sre 11.dolly-sxdsi9.dolly-3zvjt1 13.dolly-wwkq66.dolly-a2d2m5 9.dolly-7vzffb.dolly-f5cu6g 9.dolly-46lqsw.dolly-zn7s80 8.dolly-gqi67t.dolly-elhm3w 5.dolly-6plpt3.dolly-x16ssq 5.dolly-9sbh3f.dolly-e89ykf 5.dolly-8exbm6.dolly-ihdus9 4.dolly-etsgf5.dolly-h8o7eb 1.dolly-sg80re.dolly-ckthe6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.dolly-6mb4by .dolly-glgmvd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.dolly-6mb4by .dolly-c2w7ph {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.dolly-ywsar1 {
  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) {
  .dolly-ywsar1 {
    padding: 24px;
  }
}

.dolly-ywsar1 .dolly-u9lwma {
  display: flex;
}

@media (min-width: 768px) {
  .dolly-ywsar1 .dolly-u9lwma {
    display: none;
  }
}

.dolly-ywsar1 .dolly-o826hz svg {
  display: none;
}

.dolly-k93woo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dolly-k93woo .dolly-mdb3mi {
  display: none;
}

@media (min-width: 768px) {
  .dolly-k93woo .dolly-mdb3mi {
    display: flex;
  }
}

.dolly-wglcvl {
  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) {
  .dolly-wglcvl {
    font-size: 40px;
    line-height: 48px;
  }
}

.dolly-wglcvl > * {
  margin: 0 !important;
}

.dolly-wglcvl img,
.dolly-4vwv7b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .dolly-wglcvl img,
  .dolly-4vwv7b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.dolly-fiwt3x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .dolly-fiwt3x {
    width: 32px;
    height: 32px;
  }
}

.dolly-v1092n {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .dolly-v1092n {
    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;
  }

  .dolly-v1092n::-webkit-scrollbar {
    display: none;
  }
}

.dolly-g2zxad {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .dolly-g2zxad {
    padding: 7px 15px;
  }
}

.dolly-g2zxad:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.dolly-437sxj {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .dolly-437sxj {
    display: flex;
    opacity: 1;
  }
}

.dolly-g2zxad picture {
  height: 100%;
  display: block;
}

.dolly-g2zxad img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .dolly-g2zxad img {
    width: 88px;
    height: 44px;
  }
}

.dolly-g2zxad p {
  text-align: center;
  width: 100%;
}

.dolly-wbn3ow {
  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) {
  .dolly-wbn3ow {
    font-size: 40px;
    line-height: 48px;
  }
}

.dolly-wbn3ow img,
.dolly-9be6hn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .dolly-wbn3ow img,
  .dolly-9be6hn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.dolly-jc7882 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .dolly-jc7882 {
    width: 32px;
    height: 32px;
  }
}

.dolly-27nv8k {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.dolly-helnb7 {
  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;
}

.dolly-s5c3x6 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.dolly-s5c3x6.dolly-vkll2e {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.dolly-4kja3e {
  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) {
  .dolly-4kja3e {
    font-size: 20px;
    line-height: 28px;
  }
}

.dolly-ihv525 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.dolly-02qkxh {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.dolly-6hy8nz ease;
  opacity: 0;
  color: var(--text-color);
}

.dolly-gfgs5m {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.dolly-gfgs5m ol,
.dolly-gfgs5m ul {
  padding-left: 1.3em;
}

.dolly-s5c3x6.dolly-vkll2e .dolly-02qkxh {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.dolly-s5c3x6.dolly-vkll2e .dolly-ihv525 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.dolly-bz7rqm {
  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) {
  .dolly-bz7rqm {
    padding: 24px;
  }
}

.dolly-bz7rqm .dolly-u9lwma {
  display: flex;
}

@media (min-width: 768px) {
  .dolly-bz7rqm .dolly-u9lwma {
    display: none;
  }
}

.dolly-bz7rqm .dolly-o826hz svg {
  display: none;
}

.dolly-tiwe6g {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dolly-tiwe6g .dolly-mdb3mi {
  display: none;
}

@media (min-width: 768px) {
  .dolly-tiwe6g .dolly-mdb3mi {
    display: flex;
  }
}

.dolly-jj8hr1 {
  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) {
  .dolly-jj8hr1 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.dolly-jj8hr1 > * {
  margin: 0 !important;
}

.dolly-jj8hr1 img,
.dolly-15pqn2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .dolly-jj8hr1 img,
  .dolly-15pqn2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.dolly-kuufy7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .dolly-kuufy7 {
    width: 32px;
    height: 32px;
  }
}

.dolly-8rlyv2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .dolly-8rlyv2 {
    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;
  }

  .dolly-8rlyv2::-webkit-scrollbar {
    display: none;
  }
}

.dolly-u223z4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.dolly-u223z4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.dolly-zm43x4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .dolly-zm43x4 {
    display: flex;
    opacity: 1;
  }
}

.dolly-u223z4 picture {
  width: auto;
  height: 100%;
  display: block;
}

.dolly-u223z4 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.dolly-96cbcp {
  margin: -24px 0;
}

.dolly-96cbcp:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .dolly-96cbcp {
    margin: -16px 0;
  }
}

.dolly-bebbr4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .dolly-bebbr4 {
    flex-direction: row;
  }
}

.dolly-ohh1f8 {
  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) {
  .dolly-ohh1f8 {
    flex: 1;
  }
}

.dolly-ohh1f8::placeholder {
  color: var(--Text-400);
}

.dolly-cz7jgl {
  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;
}

.dolly-gz68vm {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.dolly-gz68vm::-webkit-scrollbar {
  display: none;
}

.dolly-k2c4zs {
  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;
}

.dolly-k2c4zs img,
.dolly-k2c4zs svg {
  margin-right: 8px;
}

.dolly-zn87xu {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.dolly-96cbcp + .dolly-dn7d0s {
  margin-top: 0;
}

@media (min-width: 768px) {
  .dolly-96cbcp + .dolly-dn7d0s {
    margin-top: -16px;
  }
}

.dolly-4pd0wp {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.dolly-4pd0wp > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.dolly-4pd0wp > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.dolly-i443b1 {
  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;
}

.dolly-q20uab {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.dolly-7vawx8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.dolly-cctvl9 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.dolly-rfgacz {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.dolly-i443b1 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;
}

.dolly-i443b1 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) {
  .dolly-i443b1 {
    padding: 39px 179px 39px 39px;
  }

  .dolly-q20uab {
    font-size: 40px;
    line-height: 48px;
  }

  .dolly-rfgacz {
    height: 348px;
  }

  .dolly-i443b1 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .dolly-i443b1 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .dolly-i443b1 {
    padding: 63px;
  }
}

.dolly-j3x5pj {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .dolly-j3x5pj {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.dolly-rpjpmd {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .dolly-rpjpmd {
    width: auto;
  }
}

.dolly-16cdcp {
  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;
}

.dolly-16cdcp::-webkit-scrollbar {
  display: none;
}

.dolly-16cdcp 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);
}

.dolly-16cdcp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .dolly-16cdcp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.dolly-j3x5pj .dolly-lrzy9e {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.dolly-6hy8nz,
    mask-image 0.3s;
}

.dolly-j3x5pj .dolly-lrzy9e.dolly-spo2u7 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.dolly-farp2n {
  margin: 40px -16px;
}

.dolly-4vd0p3 + .dolly-m4o97e,
.dolly-4vd0p3 + .dolly-llzcfb {
  margin-top: 24px;
}

.dolly-rnudym {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.dolly-rnudym picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.dolly-ryu0jk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .dolly-ryu0jk {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .dolly-ryu0jk {
    margin-top: 0;
  }
}

.dolly-jx9250 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .dolly-jx9250 {
    font-size: 24px;
    line-height: 32px;
  }
}

.dolly-ljb622 {
  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) {
  .dolly-ljb622 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.dolly-q75ndj {
  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) {
  .dolly-q75ndj {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.dolly-wrv3sr {
  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) {
  .dolly-wrv3sr {
    font-size: 20px;
    line-height: 28px;
  }
}

.dolly-zg8j1r {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .dolly-zg8j1r {
    font-size: 32px;
    line-height: 40px;
  }
}

.dolly-gstr63 {
  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;
}

.dolly-tb4s6s {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.dolly-tb4s6s img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dolly-dn7d0s {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.dolly-3eebgm {
  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) {
  .dolly-3eebgm {
    padding: 15px 48px;
  }
}

main > .dolly-dn7d0s {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .dolly-gwpjn1.dolly-igwzd0 > div:nth-child(n+5) {
    display: none;
  }
}

.dolly-02rish p a img {
  display: block;
  margin: 0 auto;
}


.dolly-yxd5um {
  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 */
.dolly-39d4ak {
  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;
}

.dolly-39d4ak label {
  font-size: 14px;
}

.dolly-39d4ak h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.dolly-39d4ak input,
.dolly-39d4ak textarea,
.dolly-39d4ak 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;
}
.dolly-39d4ak button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.dolly-tdbzyb ease;
}
.dolly-39d4ak button:hover {
  background-color: var(--button-bg-hover);
}
.dolly-pdu9nq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.dolly-xyf83f ease-in;
}

.dolly-pdu9nq 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;
}
.dolly-xnhef5, .dolly-u0otu0, [class*="review-card"],
thead, thead th, table th, .dolly-el6bjc,
.dolly-aljwx7, [class*="collapsible-header"],
.dolly-owdgkt, [class*="updated-block"] {
  color: #ece7dc !important;
}
