* {
  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;
  }
}

.pistolo-1axcct {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-1axcct {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-1axcct {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.pistolo-cokbwm {
  overflow: hidden;
}

.pistolo-ualypj img {
  background: var(--Neutral-300);
}

.pistolo-i5n1b0 {
  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;
}

.pistolo-g61k8e {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.pistolo-g61k8e:hover {
  background: var(--button-bg-hover);
}

.pistolo-pn1qqn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.pistolo-pn1qqn:hover {
  background: var(--button-bg-hover);
}

.pistolo-qrx2y0 {
  font-size: 12px;
  line-height: 18px;
}

.pistolo-d7fxj4 {
  font-size: 18px;
  line-height: 26px;
}

.pistolo-85gtwr {
  width: 100%;
}

.pistolo-tyewn3 {
  padding: 6px 16px;
}

.pistolo-g8e1u6 {
  padding: 10px 16px;
}

.pistolo-zlatgf {
  padding: 15px 26px;
}

.pistolo-3lg8jh {
  flex-shrink: 0;
}

.pistolo-e9yi2u {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.pistolo-nzhej2 {
  display: none;
}

.pistolo-i0g64v {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pistolo-7qnh90 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.pistolo-qvv4d0 {
  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;
}

.pistolo-28ceci {
  cursor: grab;
}

.pistolo-qvv4d0::-webkit-scrollbar {
  display: none;
}

.pistolo-55ktzc {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.pistolo-fklspg {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.pistolo-okjhc5 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.pistolo-1wo752 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.pistolo-itfvny {
  visibility: visible;
}

.pistolo-b4czko {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.pistolo-aqt9x5 ease;
}

.pistolo-z4mgby {
  background-color: var(--Primary-200);
  width: 16px;
}

.pistolo-b2abds {
  -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.pistolo-aqt9x5,
    mask-image 0.3s;
}

.pistolo-b2abds.pistolo-s2udv8 {
  -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;
  }
}

.pistolo-vpv4ks: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;
}

.pistolo-m7ysvl {
  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.pistolo-komlj4.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.pistolo-komlj4.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;
}

.pistolo-okqelq {
  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);
}

.pistolo-okqelq::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%
  );
}

.pistolo-7czvct {
  position: relative;
  z-index: 1;
}

.pistolo-6ynu4t {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.pistolo-rzgqsj {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.pistolo-tlniiv {
  font-size: 40px;
  line-height: 48px;
}

.pistolo-658b10 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pistolo-4xvgdg {
  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;
}

.pistolo-4xvgdg:hover {
  background: var(--Primary-400);
}

.pistolo-4xvgdg svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.pistolo-vpv4ks 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) {
  .pistolo-okqelq {
    max-width: 600px;
    padding: 64px;
  }

  .pistolo-6ynu4t {
    font-size: 24px;
    line-height: 32px;
  }

  .pistolo-rzgqsj {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .pistolo-tlniiv {
    font-size: 50px;
    line-height: 56px;
  }

  .pistolo-658b10 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .pistolo-m7ysvl {
    top: 25px;
    right: 25px;
  }
}

.pistolo-tu34e8,
.pistolo-r0vjiu {
  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;
}

.pistolo-gtw9j7.pistolo-nn3rwp::before,
.pistolo-r0vjiu::before,
.pistolo-98sn6h::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.pistolo-komlj4.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.pistolo-k2mjka 14.pistolo-c51nk8.pistolo-er5m55 14.pistolo-k7bv3h 15.pistolo-58of5b 14.pistolo-9nmxjb 15.pistolo-kdudo2 14.pistolo-xxnn5q.pistolo-horh73 14.pistolo-ci96x0 19.pistolo-2yskjh 12.pistolo-ttqj15 19.pistolo-2yskjh 10.pistolo-nicrtj.pistolo-2yskjh 8.pistolo-ampc94 17.pistolo-f75kq8 7.pistolo-274imy 15.pistolo-985zqp 7.pistolo-2fm5vb.pistolo-v4hi6e 7.pistolo-274imy 11.pistolo-7pwyms 8.pistolo-ampc94 11.pistolo-7pwyms 10.pistolo-e07fio.pistolo-7pwyms 12.pistolo-452w66 13.pistolo-ypdo5r 14.pistolo-ahav8l 15.pistolo-xt7lah 14.pistolo-m04ob4.pistolo-p0x2gz 14.pistolo-3lm3p8 15.pistolo-ecm1f8 14.pistolo-x7ttfg 15.pistolo-6f0kng 14.pistolo-imv62s.pistolo-k2mjka 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.pistolo-dhp15b 15.pistolo-211m4z.pistolo-cz7zk8 15.pistolo-qy3meq 15.pistolo-lsgjd0 15.pistolo-bkckrr 15.pistolo-2omi2y 15.pistolo-9n57lb.pistolo-xjanhf 15.pistolo-bkckrr 15.pistolo-a758ue 15.pistolo-2kxks7 15.pistolo-k817cq 15.pistolo-aul9p8.pistolo-qub8ze 15.pistolo-6bv0cb 7.pistolo-bwi5ac 18.pistolo-fpchhk 7.pistolo-vbpfdo 23.pistolo-nfwt6r.pistolo-h68p3p.pistolo-niofpl 18.pistolo-ctl8to 19.pistolo-7zouh8 15.pistolo-wesdty 15.pistolo-dhp15b 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.pistolo-ey738l [type="submit"] *,
.pistolo-b30ald button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .pistolo-as94uu {
    display: none;
  }
}

.pistolo-rooenb {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .pistolo-rooenb {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-rooenb {
    bottom: 22px;
  }
}

.pistolo-rooenb input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .pistolo-rooenb {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.pistolo-i6svr2.static) .pistolo-rooenb {
    bottom: 8px;
  }
}

.pistolo-7y90bf {
  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.pistolo-komlj4.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.pistolo-df4idm 3.pistolo-cmr266.pistolo-klta8u.pistolo-gwyxhl 3.pistolo-14de75 3.pistolo-m23wde 5.pistolo-kpqb1h 3.pistolo-m23wde 8.pistolo-jmrxc6.pistolo-ljdmw7.pistolo-m23wde 26.pistolo-4g8ctq 5.pistolo-b5degd 28.pistolo-3upvmm 8.pistolo-ngqdcx 28.pistolo-wd9eyt.pistolo-02f46r 28.pistolo-h63j7o.pistolo-01i8p4 34.pistolo-09ql4q.pistolo-frqr6a 36.pistolo-shj7lj 11.pistolo-s64ta0 37.pistolo-cejazh 12.pistolo-clfoyh 36.pistolo-qr3xr5.pistolo-04xrr7 28.pistolo-qzfe3c.pistolo-ydp9fx.pistolo-48pe2w 28.pistolo-3i4r5r 36.pistolo-oi4nrk 26.pistolo-szhds6 36.pistolo-oi4nrk 23.pistolo-79mavq.pistolo-49oh0k.pistolo-oi4nrk 5.pistolo-evd9ez 34.pistolo-blkytk 3.pistolo-14de75 31.pistolo-df4idm 3.pistolo-8ltka2.pistolo-lcgb2a 18.pistolo-2rhacv.pistolo-3hbmws 18.pistolo-b753c4 8.pistolo-85bf8i 17.pistolo-dljfsi 8.pistolo-85bf8i 15.pistolo-qawvpg.pistolo-85bf8i 14.pistolo-fz632n 9.pistolo-3hbmws 13.pistolo-skc0cg 11.pistolo-lcgb2a 13.pistolo-9580tx.pistolo-b27nfj 13.pistolo-skc0cg 13.pistolo-eh1m3w 14.pistolo-fz632n 13.pistolo-eh1m3w 15.pistolo-tzl39b.pistolo-eh1m3w 17.pistolo-dljfsi 12.pistolo-b27nfj 18.pistolo-b753c4 11.pistolo-lcgb2a 18.pistolo-f01ikb.pistolo-qhpuh9 18.pistolo-7uflez.pistolo-lbnnq7 18.pistolo-b753c4 17.pistolo-ofbi4x 17.pistolo-dljfsi 17.pistolo-ofbi4x 15.pistolo-xxj9ie.pistolo-ofbi4x 14.pistolo-fz632n 18.pistolo-lbnnq7 13.pistolo-skc0cg 20.pistolo-qhpuh9 13.pistolo-wyl0el.pistolo-notyck 13.pistolo-skc0cg 22.pistolo-35yifx 14.pistolo-fz632n 22.pistolo-35yifx 15.pistolo-e0wa70.pistolo-3outaa 17.pistolo-dljfsi 21.pistolo-notyck 18.pistolo-b753c4 20.pistolo-qhpuh9 18.pistolo-hwjmcs.pistolo-xrkwd5 18.pistolo-oxf98k.pistolo-so3rrj 18.pistolo-b753c4 26.pistolo-a48uvk 17.pistolo-dljfsi 26.pistolo-a48uvk 15.pistolo-xnc14a.pistolo-a48uvk 14.pistolo-fz632n 27.pistolo-so3rrj 13.pistolo-skc0cg 28.pistolo-xrkwd5 13.pistolo-jpv093.pistolo-f5lems 13.pistolo-skc0cg 31.pistolo-4p8n8g 14.pistolo-fz632n 31.pistolo-4p8n8g 15.pistolo-7xq869.pistolo-a48uvk 17.pistolo-dljfsi 30.pistolo-f5lems 18.pistolo-b753c4 28.pistolo-xrkwd5 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"])
    .pistolo-7y90bf {
    display: none;
  }
}

.pistolo-2i6vub {
  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) {
  .pistolo-2i6vub {
    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;
}

.pistolo-b30ald {
  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) {
  .pistolo-b30ald {
    padding: 14px 16px;
  }
}

.pistolo-b30ald button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.pistolo-b30ald button:first-child {
  align-content: end;
}

.pistolo-b30ald button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .pistolo-b30ald
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .pistolo-b30ald
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.pistolo-b30ald button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.pistolo-b30ald button:last-child svg {
  width: 38px;
  height: 38px;
}

.pistolo-98sn6h {
  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;
}

.pistolo-98sn6h::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .pistolo-98sn6h,
.pc61d126-chatbot[data-active-screen="3"]
  .pistolo-98sn6h {
  opacity: 1;
  visibility: visible;
}

.pistolo-kapw23 {
  flex: 1 1;
}

.pistolo-t6mcs7 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-t6mcs7 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .pistolo-7vwbnu {
  display: block;
}

.pistolo-o9tdco {
  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) {
  .pistolo-o9tdco {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.pistolo-r0vjiu {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.pistolo-r0vjiu::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.pistolo-cwb293 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.pistolo-cwb293 p {
  color: var(--Text-100);
}

.pistolo-r0vjiu .pistolo-cdor0e {
  grid-area: button;
}

.pistolo-r0vjiu .pistolo-cdor0e::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.pistolo-komlj4.org/2000/svg'%3E%3Cpath d='M4.pistolo-678ac7 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pistolo-12ynm2 15L16.pistolo-12ynm2 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pistolo-12ynm2 5L16.pistolo-12ynm2 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .pistolo-fswi6n {
  display: block;
}

.pistolo-3oh5ar {
  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) {
  .pistolo-3oh5ar {
    margin-top: 40px;
  }
}

.pistolo-tu34e8 label,
.pistolo-tu34e8 input {
  display: block;
  width: 100%;
}

.pistolo-tu34e8 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.pistolo-tu34e8 label.pistolo-dk80uu input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.pistolo-tu34e8 label.pistolo-dk80uu::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;
}

.pistolo-tu34e8 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;
}

.pistolo-tu34e8 input::placeholder {
  color: var(--Text-400);
}

.pistolo-5aysey {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .pistolo-5aysey {
  display: flex;
}

.pistolo-5aysey ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .pistolo-5aysey ol {
    height: 420px;
    padding: 24px;
  }
}

.pistolo-5aysey ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.pistolo-ey738l {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-ey738l {
    padding: 0 24px 24px;
  }
}

.pistolo-ey738l 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;
}

.pistolo-ey738l input::placeholder {
  color: var(--Text-400);
}

.pistolo-ey738l [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.pistolo-ey738l [type="submit"]:disabled {
  opacity: 0.5;
}

.pistolo-ey738l [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .pistolo-ey738l [type="submit"] {
    right: 40px;
  }
}

.pistolo-gtw9j7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.pistolo-gtw9j7.pistolo-nn3rwp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.pistolo-gtw9j7.pistolo-nn3rwp::before {
  content: "";
  width: 31px;
}

.pistolo-gtw9j7.pistolo-nn3rwp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pistolo-gtw9j7.pistolo-ok78n8 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.pistolo-gtw9j7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pistolo-rooenb .pistolo-cdor0e {
  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;
  }
}

.pistolo-as94uu {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .pistolo-as94uu {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .pistolo-as94uu {
    padding: 18px 0;
  }
}

.pistolo-as94uu .pistolo-1axcct {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .pistolo-as94uu .pistolo-1axcct {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.pistolo-weszha {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .pistolo-weszha {
    max-width: 160px;
    height: 40px;
  }
}

.pistolo-weszha picture,
.pistolo-weszha img {
  display: block;
  width: 100%;
  height: 100%;
}

.pistolo-weszha img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .pistolo-h2dncy {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.pistolo-aqt9x5 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .pistolo-as94uu.pistolo-h7j70v .pistolo-h2dncy {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pistolo-h2dncy {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .pistolo-h2dncy {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.pistolo-i3v2pg,
.pistolo-b0dmgn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .pistolo-i3v2pg,
  .pistolo-b0dmgn {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .pistolo-b0dmgn {
    display: none;
  }
}

.pistolo-0jxwzq {
  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;
}

.pistolo-h7j70v .pistolo-0jxwzq {
  background: var(--fh-bg-color);
}

.pistolo-0jxwzq button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .pistolo-0jxwzq {
    display: none;
  }
}

.pistolo-b6dn4a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pistolo-b6dn4a {
    display: none;
  }
}

.pistolo-h8y2b6 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.pistolo-as94uu.pistolo-h7j70v .pistolo-h8y2b6:first-child {
  display: none;
}

.pistolo-as94uu.pistolo-h7j70v .pistolo-h8y2b6:last-child {
  display: block;
}

.pistolo-h8y2b6:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pistolo-h8y2b6 {
    display: none;
  }
}

.pistolo-xbqidb {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pistolo-xbqidb {
    display: flex;
  }
}

.pistolo-xbqidb ul {
  max-height: 350px;
  overflow-y: auto;
}

.pistolo-xbqidb:hover ul {
  visibility: visible;
  opacity: 1;
}

.pistolo-xbqidb:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.pistolo-xbqidb:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.pistolo-xbqidb:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.pistolo-xbqidb:hover .pistolo-wk37t0 svg {
  transform: rotate(180deg);
}

.pistolo-6b9o8h {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.pistolo-sukwbs {
  padding: 0 8px;
}

.pistolo-jjfviu {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.pistolo-jjfviu:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .pistolo-jjfviu {
    padding: 4px 8px;
  }
}

.pistolo-e2du82 {
  display: flex;
}

.pistolo-e2du82 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.pistolo-wk37t0 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.pistolo-wk37t0 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.pistolo-zs4d8v {
  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) {
  .pistolo-zs4d8v {
    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;
  }
}

.pistolo-ei9tdx {
  width: 100%;
}

@media (min-width: 1200px) {
  .pistolo-ei9tdx {
    display: none;
  }
}

.pistolo-3kw2pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.pistolo-mie2qt {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.pistolo-sjxmg6 {
  display: flex;
}

.pistolo-mjrg4v {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pistolo-eukzlv {
  list-style: none;
}

@media (max-width: 1199px) {
  .pistolo-eukzlv {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .pistolo-eukzlv {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pistolo-eukzlv .pistolo-m5p38g [data-ref-el],
  .pistolo-eukzlv .pistolo-m5p38g span,
  .pistolo-eukzlv .pistolo-m5p38g a {
    white-space: nowrap;
  }
}

.pistolo-uqm8by {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .pistolo-uqm8by.pistolo-hsplvc > .pistolo-m5p38g {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .pistolo-uqm8by.pistolo-bd91zq:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .pistolo-uqm8by.pistolo-hsplvc > .pistolo-js0okr {
    height: auto;
  }

  .pistolo-uqm8by.pistolo-hsplvc > div > .pistolo-fg1ued {
    transform: rotate(180deg);
  }
}

.pistolo-uqm8by [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.pistolo-uqm8by [data-ref-el],
.pistolo-uqm8by span {
  cursor: pointer;
}

.pistolo-uqm8by [data-ref-el],
.pistolo-uqm8by span,
.pistolo-uqm8by a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .pistolo-uqm8by [data-ref-el],
  .pistolo-uqm8by span,
  .pistolo-uqm8by a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .pistolo-uqm8by [data-ref-el],
  .pistolo-uqm8by span,
  .pistolo-uqm8by a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.pistolo-js0okr {
  height: 0;
  overflow: hidden;
  transition: height 0.pistolo-aqt9x5 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.pistolo-js0okr::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pistolo-js0okr::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.pistolo-js0okr::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .pistolo-js0okr {
    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;
  }

  .pistolo-js0okr:has(> .pistolo-uqm8by.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .pistolo-js0okr .pistolo-js0okr {
    padding: 0;
  }

  .pistolo-js0okr .pistolo-uqm8by {
    font-weight: 400;
  }

  .pistolo-js0okr .pistolo-uqm8by:hover > .pistolo-m5p38g {
    background: var(--Neutral-300);
  }

  .pistolo-js0okr .pistolo-fg1ued {
    rotate: -90deg;
  }
}

.pistolo-m5p38g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pistolo-m5p38g {
    padding: 8px;
  }

  .pistolo-uqm8by.pistolo-2fjcbw > .pistolo-m5p38g {
    background: var(--Neutral-300);
  }
}

.pistolo-fg1ued {
  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.pistolo-komlj4.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.pistolo-6hfa99 0.pistolo-dvdq57.pistolo-3s6ebl -0.pistolo-4sblk4 0.pistolo-9wpwxc -0.pistolo-4sblk4 1.pistolo-7fx7oy 0.pistolo-tobvj8.pistolo-qzuhj7 4.pistolo-wa8pvu.pistolo-6hfa99 0.pistolo-l2hmfl.pistolo-hrb4wo -0.pistolo-4sblk4 9.pistolo-5j66al -0.pistolo-4sblk4 10.pistolo-hx173d 0.pistolo-jlte9z.pistolo-qapwov 0.pistolo-3s6ebl 10.pistolo-qapwov 0.pistolo-9wpwxc 10.pistolo-hx173d 1.pistolo-5ak1pf.pistolo-ihiatt 5.pistolo-lr77o8.pistolo-x32hlx 6.pistolo-2vxo05 5.pistolo-4udb1y 6.pistolo-2vxo05 4.pistolo-3k4yjf 5.pistolo-qluhm7.pistolo-6hfa99 1.pistolo-czgj3b.pistolo-4sblk4 0.pistolo-9wpwxc -0.pistolo-4sblk4 0.pistolo-3s6ebl 0.pistolo-6hfa99 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.pistolo-aqt9x5 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pistolo-fg1ued {
    cursor: default;
  }
}

.pistolo-g2ki7m {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.pistolo-3u8cfq {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .pistolo-3u8cfq {
    padding: 40px 4px;
  }
}

.pistolo-mokqqc {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .pistolo-mokqqc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.pistolo-6fvsgv {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .pistolo-6fvsgv {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.pistolo-6fvsgv ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.pistolo-6fvsgv [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.pistolo-6fvsgv [data-ref-el],
.pistolo-6fvsgv span,
.pistolo-6fvsgv a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.pistolo-qmf17u {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pistolo-qmf17u {
    margin-bottom: 12px;
  }
}

.pistolo-26b7nm {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.pistolo-26b7nm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .pistolo-26b7nm:last-child {
    margin-right: 0;
  }
}

.pistolo-53jjlv {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pistolo-qmf17u:hover .pistolo-j7f4zv {
  visibility: visible;
  opacity: 1;
}

.pistolo-j7f4zv {
  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);
}

.pistolo-x4a4ui {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pistolo-q5gr4y {
  display: flex;
  margin: 6px;
}

.pistolo-q5gr4y img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.pistolo-j7f4zv::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);
}

.pistolo-j7f4zv::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);
}

.pistolo-bfj045 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .pistolo-bfj045 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.pistolo-gx73vu {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .pistolo-gx73vu {
    margin-right: 32px;
  }
}

.pistolo-757d6n {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pistolo-757d6n {
    margin-top: 0;
    width: 340px;
  }
}

.pistolo-757d6n a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pistolo-rcjuux {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.pistolo-073xw5 {
  position: relative;
}

@media (min-width: 768px) {
  .pistolo-073xw5 {
    margin-top: 40px;
  }
}

.pistolo-073xw5 + .pistolo-j0xyzy,
.pistolo-073xw5 + .pistolo-073xw5 {
  margin-top: 24px;
}

.pistolo-iut0nc {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .pistolo-iut0nc {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-iut0nc {
    padding: 80px;
  }
}

.pistolo-4ste4w {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .pistolo-4ste4w {
    padding: 0 16px;
}


}

.pistolo-9jqzh2 {
  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) {
  .pistolo-9jqzh2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.pistolo-g2ac1h {
  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) {
  .pistolo-g2ac1h {
    font-size: 24px;
    line-height: 32px;
  }
}

.pistolo-tahhqx {
  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;
}

.pistolo-tahhqx:hover {
  background: var(--button-bg-hover);
}

.pistolo-yck024 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.pistolo-yck024 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .pistolo-yck024 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .pistolo-yck024 img {
  min-height: 100%;
  }
}

.pistolo-iut0nc::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.pistolo-0uk7b7 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pistolo-0uk7b7 h1,
.pistolo-0uk7b7 h2,
.pistolo-0uk7b7 h3,
.pistolo-0uk7b7 h4 {
  margin-bottom: 6px;
}

.pistolo-0uk7b7 h1:not(:first-child),
.pistolo-0uk7b7 h2:not(:first-child),
.pistolo-0uk7b7 h3:not(:first-child),
.pistolo-0uk7b7 h4:not(:first-child) {
  margin-top: 16px;
}

.pistolo-0uk7b7 h1,
.pistolo-0uk7b7 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .pistolo-0uk7b7 h1,
  .pistolo-0uk7b7 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.pistolo-0uk7b7 h2,
.pistolo-0uk7b7 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .pistolo-0uk7b7 h2,
  .pistolo-0uk7b7 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-0uk7b7 h3,
.pistolo-0uk7b7 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .pistolo-0uk7b7 h3,
  .pistolo-0uk7b7 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.pistolo-0uk7b7 h4,
.pistolo-0uk7b7 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.pistolo-0uk7b7 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.pistolo-0uk7b7 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.pistolo-0uk7b7 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);
}

.pistolo-0uk7b7 ul ul {
  margin-bottom: 8px;
}

.pistolo-0uk7b7 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.pistolo-0uk7b7 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.pistolo-0uk7b7 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.pistolo-0uk7b7 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.pistolo-0uk7b7 ol li::marker {
  font-weight: 700;
}

.pistolo-0uk7b7 ol ol {
  margin-bottom: 8px;
}

.pistolo-0uk7b7 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.pistolo-0uk7b7 ol ul li {
  padding-left: 16px;
}

.pistolo-0uk7b7 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) {
  .pistolo-0uk7b7 table {
    padding: 24px;
  }
}

.pistolo-0uk7b7 table.pistolo-bgfd1n {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.pistolo-aqt9x5,
    mask-image 0.3s;
}

.pistolo-0uk7b7 table.pistolo-bgfd1n.pistolo-s2udv8 {
  -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) {
  .pistolo-0uk7b7 table {
    display: table;
  }
}

.pistolo-0uk7b7 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);
}

.pistolo-0uk7b7 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pistolo-0uk7b7 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pistolo-0uk7b7 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) {
  .pistolo-0uk7b7 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.pistolo-0uk7b7 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pistolo-0uk7b7 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pistolo-0uk7b7 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.pistolo-0uk7b7 img {
  max-width: 100%;
  height: auto;
}

.pistolo-vd5x6s {
  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) {
  .pistolo-vd5x6s {
    padding: 24px;
  }
}

.pistolo-fbfaz2 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pistolo-fbfaz2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.pistolo-fbfaz2 > * {
  margin: 0 !important;
}

.pistolo-fbfaz2 img,
.pistolo-vye6n1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-fbfaz2 img,
  .pistolo-vye6n1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-dyhbgc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-dyhbgc {
    width: 32px;
    height: 32px;
  }
}

.pistolo-13z4up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pistolo-13z4up .pistolo-ijdofp {
  flex-shrink: 0;
}

.pistolo-13z4up .pistolo-cu2f6r svg {
  display: none;
}

.pistolo-z7q035 {
  display: grid;
  transition: max-height 0.pistolo-aqt9x5 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .pistolo-z7q035 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .pistolo-z7q035 {
    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));
  }
}

.pistolo-z7q035.pistolo-skblpu + .pistolo-ijdofp svg {
  transform: rotate(180deg);
}

.pistolo-nrrk53 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.pistolo-nrrk53 > div:nth-child(3n) {
  grid-column: span 2;
}

.pistolo-nrrk53
  > div:nth-child(3n)
  .pistolo-01kiug
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .pistolo-nrrk53 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pistolo-nrrk53 > div:nth-child(3n) {
    grid-column: unset;
  }

  .pistolo-nrrk53
    > div:nth-child(3n)
    .pistolo-01kiug
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .pistolo-nrrk53 {
    max-width: 270px;
  }
}

.pistolo-nrrk53 .pistolo-01kiug button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .pistolo-nrrk53 .pistolo-01kiug button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .pistolo-nrrk53 .pistolo-01kiug button {
    max-width: 104px;
  }
}

.pistolo-afkt0u {
  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) {
  .pistolo-afkt0u {
    margin-bottom: 0;
  }
}

.pistolo-xjr8is {
  display: none;
  opacity: 0;
}

.pistolo-ihimeu {
  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;
  }
}

.pistolo-ihimeu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.pistolo-01kiug {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.pistolo-01kiug button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .pistolo-01kiug
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .pistolo-01kiug
    button {
    max-width: 145px;
  }
}

.pistolo-1q1hch:first-child
  .pistolo-01kiug
  button {
  max-width: 270px;
}

.pistolo-r1t49l {
  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%;
}

.pistolo-afkt0u picture {
  width: 100%;
  max-width: 100%;
}

.pistolo-9j2tac {
  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;
}

.pistolo-9j2tac svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.pistolo-afkt0u:hover .pistolo-9j2tac {
  display: flex;
}

.pistolo-cbfoq2 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.pistolo-87x389 {
  display: flex;
}

.pistolo-87x389:hover .pistolo-m3lfj5,
.pistolo-87x389 .pistolo-2fjcbw .pistolo-m3lfj5 {
  display: flex;
}

.pistolo-87x389 svg {
  flex-shrink: 0;
}

.pistolo-m3lfj5 {
  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) {
  .pistolo-m3lfj5 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.pistolo-m3lfj5:hover {
  display: flex;
}

.pistolo-m3lfj5 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.pistolo-3ey1gn {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .pistolo-3ey1gn {
    font-size: 12px;
  }
}

.pistolo-filmwn,
.pistolo-cz7ar8 {
  width: 50%;
  flex-shrink: 0;
}

.pistolo-filmwn {
  font-weight: 700;
}

.pistolo-aacpng .pistolo-z7q035 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pistolo-aacpng .pistolo-z7q035 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pistolo-aacpng .pistolo-z7q035 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.pistolo-aacpng
  .pistolo-r1t49l:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.pistolo-aacpng .pistolo-ihimeu {
  height: 100% !important;
  border-radius: 16px;
}

.pistolo-aacpng .pistolo-01kiug {
  gap: 4px;
  align-items: center;
}

.pistolo-aacpng .pistolo-01kiug button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pistolo-aacpng .pistolo-01kiug svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.pistolo-aacpng .pistolo-i7kadd,
.pistolo-aacpng .pistolo-axw7vd {
  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.pistolo-komlj4.org/2000/svg'%3E%3Cpath d='M9.pistolo-3q24bp 4.pistolo-20r1eu.pistolo-lfxj9i 5.pistolo-k6vtbr.pistolo-phjwsf 5.pistolo-2ithyh.pistolo-thvz0m 5.pistolo-tkvblz.pistolo-pliuwq 8.pistolo-3jx5ol.pistolo-hqmpxz 9.pistolo-bpodov.pistolo-23j9ft 9.pistolo-mvruj6.pistolo-g71s18 13.pistolo-dcqktj.pistolo-027ovd 11.pistolo-k2cz22.pistolo-2ebtih 11.pistolo-lglz5h.pistolo-cictv1 11.pistolo-hc8of0.pistolo-wkv3k7 13.pistolo-0sxpf0.pistolo-lo3766 9.pistolo-6cya7e.pistolo-nxjvs0 9.pistolo-syln9a.pistolo-4vtwgy 8.pistolo-owuxu6.pistolo-pfjzq2 5.pistolo-s5nxnv.pistolo-1eb00v 5.pistolo-s8xrhs.pistolo-jbwao3 5.pistolo-ahlskc.pistolo-s2vs1f 4.pistolo-qufjwg.pistolo-2ebtih 1.pistolo-9pkxn1.pistolo-3q24bp 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.pistolo-aacpng .pistolo-i7kadd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.pistolo-aacpng .pistolo-axw7vd {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.pistolo-y29na0 {
  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) {
  .pistolo-y29na0 {
    padding: 24px;
  }
}

.pistolo-y29na0 .pistolo-ijdofp {
  display: flex;
}

@media (min-width: 768px) {
  .pistolo-y29na0 .pistolo-ijdofp {
    display: none;
  }
}

.pistolo-y29na0 .pistolo-cu2f6r svg {
  display: none;
}

.pistolo-m91tjt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pistolo-m91tjt .pistolo-i5n1b0 {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-m91tjt .pistolo-i5n1b0 {
    display: flex;
  }
}

.pistolo-onsqvf {
  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) {
  .pistolo-onsqvf {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-onsqvf > * {
  margin: 0 !important;
}

.pistolo-onsqvf img,
.pistolo-nvmrgu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-onsqvf img,
  .pistolo-nvmrgu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-hvv6nh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-hvv6nh {
    width: 32px;
    height: 32px;
  }
}

.pistolo-skdtua {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .pistolo-skdtua {
    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;
  }

  .pistolo-skdtua::-webkit-scrollbar {
    display: none;
  }
}

.pistolo-6jnjkz {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .pistolo-6jnjkz {
    padding: 7px 15px;
  }
}

.pistolo-6jnjkz:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pistolo-j5te0d {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pistolo-j5te0d {
    display: flex;
    opacity: 1;
  }
}

.pistolo-6jnjkz picture {
  height: 100%;
  display: block;
}

.pistolo-6jnjkz img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .pistolo-6jnjkz img {
    width: 88px;
    height: 44px;
  }
}

.pistolo-6jnjkz p {
  text-align: center;
  width: 100%;
}

.pistolo-g6weyv {
  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) {
  .pistolo-g6weyv {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-g6weyv img,
.pistolo-w0u8lc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-g6weyv img,
  .pistolo-w0u8lc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-j1grck {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-j1grck {
    width: 32px;
    height: 32px;
  }
}

.pistolo-mltdj4 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.pistolo-8x3z0n {
  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;
}

.pistolo-jahve2 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.pistolo-jahve2.pistolo-2fjcbw {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.pistolo-k8xr8r {
  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) {
  .pistolo-k8xr8r {
    font-size: 20px;
    line-height: 28px;
  }
}

.pistolo-ncqnmx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.pistolo-v7wn8n {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.pistolo-aqt9x5 ease;
  opacity: 0;
  color: var(--text-color);
}

.pistolo-4x7zbk {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.pistolo-4x7zbk ol,
.pistolo-4x7zbk ul {
  padding-left: 1.3em;
}

.pistolo-jahve2.pistolo-2fjcbw .pistolo-v7wn8n {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.pistolo-jahve2.pistolo-2fjcbw .pistolo-ncqnmx {
  transform: rotate(180deg);
  color: var(--text-color);
}

.pistolo-ndxdkj {
  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) {
  .pistolo-ndxdkj {
    padding: 24px;
  }
}

.pistolo-ndxdkj .pistolo-ijdofp {
  display: flex;
}

@media (min-width: 768px) {
  .pistolo-ndxdkj .pistolo-ijdofp {
    display: none;
  }
}

.pistolo-ndxdkj .pistolo-cu2f6r svg {
  display: none;
}

.pistolo-m31nv2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pistolo-m31nv2 .pistolo-i5n1b0 {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-m31nv2 .pistolo-i5n1b0 {
    display: flex;
  }
}

.pistolo-w9lrxa {
  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) {
  .pistolo-w9lrxa {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-w9lrxa > * {
  margin: 0 !important;
}

.pistolo-w9lrxa img,
.pistolo-67aand {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-w9lrxa img,
  .pistolo-67aand {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-vdu7qh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-vdu7qh {
    width: 32px;
    height: 32px;
  }
}

.pistolo-1fl2zy {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .pistolo-1fl2zy {
    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;
  }

  .pistolo-1fl2zy::-webkit-scrollbar {
    display: none;
  }
}

.pistolo-q9iqzc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.pistolo-q9iqzc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pistolo-l8xprd {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pistolo-l8xprd {
    display: flex;
    opacity: 1;
  }
}

.pistolo-q9iqzc picture {
  width: auto;
  height: 100%;
  display: block;
}

.pistolo-q9iqzc picture img {
  display: block;
  width: auto;
  height: 100%;
}

.pistolo-xhodix {
  margin: -24px 0;
}

.pistolo-xhodix:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .pistolo-xhodix {
    margin: -16px 0;
  }
}

.pistolo-6iwpn2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .pistolo-6iwpn2 {
    flex-direction: row;
  }
}

.pistolo-m23pfn {
  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) {
  .pistolo-m23pfn {
    flex: 1;
  }
}

.pistolo-m23pfn::placeholder {
  color: var(--Text-400);
}

.pistolo-fg9rhp {
  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;
}

.pistolo-ospb52 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pistolo-ospb52::-webkit-scrollbar {
  display: none;
}

.pistolo-a1kwgb {
  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;
}

.pistolo-a1kwgb img,
.pistolo-a1kwgb svg {
  margin-right: 8px;
}

.pistolo-kjowi9 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.pistolo-xhodix + .pistolo-jdvcdb {
  margin-top: 0;
}

@media (min-width: 768px) {
  .pistolo-xhodix + .pistolo-jdvcdb {
    margin-top: -16px;
  }
}

.pistolo-iy5412 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.pistolo-iy5412 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.pistolo-iy5412 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.pistolo-mz3p3s {
  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;
}

.pistolo-42oqxu {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.pistolo-qvid1c {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.pistolo-g7wqa2 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.pistolo-zkizlo {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.pistolo-mz3p3s 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;
}

.pistolo-mz3p3s 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) {
  .pistolo-mz3p3s {
    padding: 39px 179px 39px 39px;
  }

  .pistolo-42oqxu {
    font-size: 40px;
    line-height: 48px;
  }

  .pistolo-zkizlo {
    height: 348px;
  }

  .pistolo-mz3p3s button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .pistolo-mz3p3s button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-mz3p3s {
    padding: 63px;
  }
}

.pistolo-9yxq4i {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .pistolo-9yxq4i {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.pistolo-e2l57z {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pistolo-e2l57z {
    width: auto;
  }
}

.pistolo-jqhv37 {
  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;
}

.pistolo-jqhv37::-webkit-scrollbar {
  display: none;
}

.pistolo-jqhv37 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);
}

.pistolo-jqhv37 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pistolo-jqhv37 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.pistolo-9yxq4i .pistolo-vlwxxg {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.pistolo-aqt9x5,
    mask-image 0.3s;
}

.pistolo-9yxq4i .pistolo-vlwxxg.pistolo-s2udv8 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.pistolo-yiw5ow {
  margin: 40px -16px;
}

.pistolo-duyhmu + .pistolo-j0xyzy,
.pistolo-duyhmu + .pistolo-073xw5 {
  margin-top: 24px;
}

.pistolo-aqd14l {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.pistolo-aqd14l picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.pistolo-ph80wo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .pistolo-ph80wo {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .pistolo-ph80wo {
    margin-top: 0;
  }
}

.pistolo-z2q209 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pistolo-z2q209 {
    font-size: 24px;
    line-height: 32px;
  }
}

.pistolo-yw7ad8 {
  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) {
  .pistolo-yw7ad8 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.pistolo-06mmot {
  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) {
  .pistolo-06mmot {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.pistolo-aed35l {
  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) {
  .pistolo-aed35l {
    font-size: 20px;
    line-height: 28px;
  }
}

.pistolo-j0tjs8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pistolo-j0tjs8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.pistolo-n8q8yd {
  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;
}

.pistolo-rj2zvc {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.pistolo-rj2zvc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pistolo-jdvcdb {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pistolo-ggyo5z {
  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) {
  .pistolo-ggyo5z {
    padding: 15px 48px;
  }
}

main > .pistolo-jdvcdb {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .pistolo-z7q035.pistolo-lae3n5 > div:nth-child(n+5) {
    display: none;
  }
}

.pistolo-0uk7b7 p a img {
  display: block;
  margin: 0 auto;
}


.pistolo-4wmbas {
  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 */
.pistolo-mz3hbt {
  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;
}

.pistolo-mz3hbt label {
  font-size: 14px;
}

.pistolo-mz3hbt h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pistolo-mz3hbt input,
.pistolo-mz3hbt textarea,
.pistolo-mz3hbt 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;
}
.pistolo-mz3hbt button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pistolo-32t8pd ease;
}
.pistolo-mz3hbt button:hover {
  background-color: var(--button-bg-hover);
}
.pistolo-jbphls {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pistolo-4tpkrp ease-in;
}

.pistolo-jbphls 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;
}
.pistolo-lys7n7, .pistolo-1wltto, [class*="review-card"],
thead, thead th, table th, .pistolo-09ssu5,
.pistolo-vevxm4, [class*="collapsible-header"],
.pistolo-j969hz, [class*="updated-block"] {
  color: #ece7dc !important;
}
