* {
  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-6rvhr4 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-6rvhr4 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-6rvhr4 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.pistolo-wtd4ls {
  overflow: hidden;
}

.pistolo-dq3ipt img {
  background: var(--Neutral-300);
}

.pistolo-smeriy {
  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-guhri3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.pistolo-guhri3:hover {
  background: var(--button-bg-hover);
}

.pistolo-enp7nl {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.pistolo-enp7nl:hover {
  background: var(--button-bg-hover);
}

.pistolo-2wcdvi {
  font-size: 12px;
  line-height: 18px;
}

.pistolo-no6yp8 {
  font-size: 18px;
  line-height: 26px;
}

.pistolo-d4ae2n {
  width: 100%;
}

.pistolo-ohvmia {
  padding: 6px 16px;
}

.pistolo-bntczj {
  padding: 10px 16px;
}

.pistolo-2k5wxx {
  padding: 15px 26px;
}

.pistolo-6qej7r {
  flex-shrink: 0;
}

.pistolo-7yxgec {
  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-f3jqa7 {
  display: none;
}

.pistolo-4ee0ck {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pistolo-17q9kb {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.pistolo-t2p7re {
  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-rhdisv {
  cursor: grab;
}

.pistolo-t2p7re::-webkit-scrollbar {
  display: none;
}

.pistolo-omsren {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.pistolo-kk4kn1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.pistolo-4olsh6 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.pistolo-1eap2e {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.pistolo-fvz0c5 {
  visibility: visible;
}

.pistolo-rxtre8 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.pistolo-8l9w6n ease;
}

.pistolo-k5ibse {
  background-color: var(--Primary-200);
  width: 16px;
}

.pistolo-4dm4q4 {
  -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-8l9w6n,
    mask-image 0.3s;
}

.pistolo-4dm4q4.pistolo-kng7iv {
  -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-6wmjdd: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-ttr4fg {
  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-iz222j.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-iz222j.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-9jl5rg {
  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-9jl5rg::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-nk7iad {
  position: relative;
  z-index: 1;
}

.pistolo-xlzv3e {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.pistolo-3he4jv {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.pistolo-q0kuop {
  font-size: 40px;
  line-height: 48px;
}

.pistolo-sp85zd {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pistolo-4geq5o {
  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-4geq5o:hover {
  background: var(--Primary-400);
}

.pistolo-4geq5o svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.pistolo-6wmjdd 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-9jl5rg {
    max-width: 600px;
    padding: 64px;
  }

  .pistolo-xlzv3e {
    font-size: 24px;
    line-height: 32px;
  }

  .pistolo-3he4jv {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .pistolo-q0kuop {
    font-size: 50px;
    line-height: 56px;
  }

  .pistolo-sp85zd {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .pistolo-ttr4fg {
    top: 25px;
    right: 25px;
  }
}

.pistolo-ob2lf0,
.pistolo-9mq30d {
  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-n3zksu.pistolo-kuk2lo::before,
.pistolo-9mq30d::before,
.pistolo-4g0jja::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-iz222j.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.pistolo-f5hxjm 14.pistolo-zdmq7r.pistolo-cs0brl 14.pistolo-9l928r 15.pistolo-imo8v2 14.pistolo-swz3fl 15.pistolo-i61t00 14.pistolo-b0oy25.pistolo-nooyhi 14.pistolo-hli84v 19.pistolo-1ja7s8 12.pistolo-g58ct2 19.pistolo-1ja7s8 10.pistolo-3an5ie.pistolo-1ja7s8 8.pistolo-r1xi5g 17.pistolo-szg5yf 7.pistolo-i48d1z 15.pistolo-vaqlb5 7.pistolo-3y2yxr.pistolo-48cc20 7.pistolo-i48d1z 11.pistolo-tbdcfg 8.pistolo-r1xi5g 11.pistolo-tbdcfg 10.pistolo-1v8e88.pistolo-tbdcfg 12.pistolo-9drsnl 13.pistolo-hhc55s 14.pistolo-bnzw7f 15.pistolo-saygti 14.pistolo-o54ovb.pistolo-vr9f8n 14.pistolo-8sv199 15.pistolo-v0b5he 14.pistolo-qirthv 15.pistolo-hch70e 14.pistolo-m8m55h.pistolo-f5hxjm 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.pistolo-mjj6hs 15.pistolo-nsgtn2.pistolo-yw1ndw 15.pistolo-pwuqre 15.pistolo-o10ym8 15.pistolo-c3u3g5 15.pistolo-txxw7n 15.pistolo-8eysic.pistolo-aq5n6m 15.pistolo-c3u3g5 15.pistolo-fd51ym 15.pistolo-258zr5 15.pistolo-6wabjf 15.pistolo-rgv9c4.pistolo-t426ml 15.pistolo-0qyqcp 7.pistolo-g43uuw 18.pistolo-tibo43 7.pistolo-56lq9p 23.pistolo-de6ok2.pistolo-jkrid1.pistolo-uwdrta 18.pistolo-kjrv3m 19.pistolo-vhh8r7 15.pistolo-pjgje6 15.pistolo-mjj6hs 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.pistolo-ydqykq [type="submit"] *,
.pistolo-1upnz5 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .pistolo-drmdta {
    display: none;
  }
}

.pistolo-4w5ag7 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .pistolo-4w5ag7 {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-4w5ag7 {
    bottom: 22px;
  }
}

.pistolo-4w5ag7 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .pistolo-4w5ag7 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.pistolo-vw00tp.static) .pistolo-4w5ag7 {
    bottom: 8px;
  }
}

.pistolo-qgqmqs {
  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-iz222j.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.pistolo-vx7e6a 3.pistolo-ob547l.pistolo-7d9x99.pistolo-uddxwa 3.pistolo-mdmnwq 3.pistolo-vh5sto 5.pistolo-e2g6q5 3.pistolo-vh5sto 8.pistolo-u2i4rg.pistolo-wlhrsn.pistolo-vh5sto 26.pistolo-fy5mih 5.pistolo-68739e 28.pistolo-zjekva 8.pistolo-vm6dqr 28.pistolo-iuma9z.pistolo-aem6mg 28.pistolo-di13zd.pistolo-7ttts3 34.pistolo-tlrpyx.pistolo-obibew 36.pistolo-5f3tv1 11.pistolo-ndntij 37.pistolo-uxbafl 12.pistolo-o1ybk0 36.pistolo-dnva6x.pistolo-w350qh 28.pistolo-1cfwbg.pistolo-wnmm94.pistolo-brvpqk 28.pistolo-gei041 36.pistolo-tupobu 26.pistolo-ua5b6y 36.pistolo-tupobu 23.pistolo-i37ksn.pistolo-60sz09.pistolo-tupobu 5.pistolo-cj1par 34.pistolo-6qr4if 3.pistolo-mdmnwq 31.pistolo-vx7e6a 3.pistolo-ai3l4j.pistolo-kiagkk 18.pistolo-zdwq4u.pistolo-xl43hz 18.pistolo-pfrgx8 8.pistolo-s9puqq 17.pistolo-ewbirp 8.pistolo-s9puqq 15.pistolo-saxrhq.pistolo-s9puqq 14.pistolo-smdf0b 9.pistolo-xl43hz 13.pistolo-00wx50 11.pistolo-kiagkk 13.pistolo-ssvk8k.pistolo-t0mnd6 13.pistolo-00wx50 13.pistolo-v6bqpk 14.pistolo-smdf0b 13.pistolo-v6bqpk 15.pistolo-0dugbl.pistolo-v6bqpk 17.pistolo-ewbirp 12.pistolo-t0mnd6 18.pistolo-pfrgx8 11.pistolo-kiagkk 18.pistolo-cl947p.pistolo-g2lkl5 18.pistolo-iqkiz3.pistolo-ak9w07 18.pistolo-pfrgx8 17.pistolo-hd5k5b 17.pistolo-ewbirp 17.pistolo-hd5k5b 15.pistolo-k8tv3m.pistolo-hd5k5b 14.pistolo-smdf0b 18.pistolo-ak9w07 13.pistolo-00wx50 20.pistolo-g2lkl5 13.pistolo-60mw8i.pistolo-21hlr6 13.pistolo-00wx50 22.pistolo-7jbq7v 14.pistolo-smdf0b 22.pistolo-7jbq7v 15.pistolo-9ynwkf.pistolo-mqe7u3 17.pistolo-ewbirp 21.pistolo-21hlr6 18.pistolo-pfrgx8 20.pistolo-g2lkl5 18.pistolo-457qb1.pistolo-213nle 18.pistolo-3jl0wf.pistolo-1y3kvx 18.pistolo-pfrgx8 26.pistolo-qjfapb 17.pistolo-ewbirp 26.pistolo-qjfapb 15.pistolo-nquze6.pistolo-qjfapb 14.pistolo-smdf0b 27.pistolo-1y3kvx 13.pistolo-00wx50 28.pistolo-213nle 13.pistolo-iqifv7.pistolo-24eoz6 13.pistolo-00wx50 31.pistolo-n6kumv 14.pistolo-smdf0b 31.pistolo-n6kumv 15.pistolo-zbnikz.pistolo-qjfapb 17.pistolo-ewbirp 30.pistolo-24eoz6 18.pistolo-pfrgx8 28.pistolo-213nle 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-qgqmqs {
    display: none;
  }
}

.pistolo-yvb8nn {
  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-yvb8nn {
    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-1upnz5 {
  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-1upnz5 {
    padding: 14px 16px;
  }
}

.pistolo-1upnz5 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.pistolo-1upnz5 button:first-child {
  align-content: end;
}

.pistolo-1upnz5 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .pistolo-1upnz5
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .pistolo-1upnz5
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.pistolo-1upnz5 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.pistolo-1upnz5 button:last-child svg {
  width: 38px;
  height: 38px;
}

.pistolo-4g0jja {
  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-4g0jja::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .pistolo-4g0jja,
.pc61d126-chatbot[data-active-screen="3"]
  .pistolo-4g0jja {
  opacity: 1;
  visibility: visible;
}

.pistolo-m72gxn {
  flex: 1 1;
}

.pistolo-8mukuf {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-8mukuf {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .pistolo-0yaj21 {
  display: block;
}

.pistolo-duyt82 {
  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-duyt82 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.pistolo-9mq30d {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.pistolo-9mq30d::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.pistolo-qsh6rw span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.pistolo-qsh6rw p {
  color: var(--Text-100);
}

.pistolo-9mq30d .pistolo-dudiu6 {
  grid-area: button;
}

.pistolo-9mq30d .pistolo-dudiu6::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-iz222j.org/2000/svg'%3E%3Cpath d='M4.pistolo-fslra2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pistolo-ff8ap0 15L16.pistolo-ff8ap0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pistolo-ff8ap0 5L16.pistolo-ff8ap0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .pistolo-h3akvk {
  display: block;
}

.pistolo-vjntm0 {
  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-vjntm0 {
    margin-top: 40px;
  }
}

.pistolo-ob2lf0 label,
.pistolo-ob2lf0 input {
  display: block;
  width: 100%;
}

.pistolo-ob2lf0 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.pistolo-ob2lf0 label.pistolo-so9ay1 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.pistolo-ob2lf0 label.pistolo-so9ay1::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-ob2lf0 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-ob2lf0 input::placeholder {
  color: var(--Text-400);
}

.pistolo-9e4tji {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .pistolo-9e4tji {
  display: flex;
}

.pistolo-9e4tji ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .pistolo-9e4tji ol {
    height: 420px;
    padding: 24px;
  }
}

.pistolo-9e4tji ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.pistolo-ydqykq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-ydqykq {
    padding: 0 24px 24px;
  }
}

.pistolo-ydqykq 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-ydqykq input::placeholder {
  color: var(--Text-400);
}

.pistolo-ydqykq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.pistolo-ydqykq [type="submit"]:disabled {
  opacity: 0.5;
}

.pistolo-ydqykq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .pistolo-ydqykq [type="submit"] {
    right: 40px;
  }
}

.pistolo-n3zksu {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.pistolo-n3zksu.pistolo-kuk2lo {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.pistolo-n3zksu.pistolo-kuk2lo::before {
  content: "";
  width: 31px;
}

.pistolo-n3zksu.pistolo-kuk2lo p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pistolo-n3zksu.pistolo-zd0foq p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.pistolo-n3zksu p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pistolo-4w5ag7 .pistolo-dudiu6 {
  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-drmdta {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .pistolo-drmdta {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .pistolo-drmdta {
    padding: 18px 0;
  }
}

.pistolo-drmdta .pistolo-6rvhr4 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .pistolo-drmdta .pistolo-6rvhr4 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.pistolo-xf6rvq {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .pistolo-xf6rvq {
    max-width: 160px;
    height: 40px;
  }
}

.pistolo-xf6rvq picture,
.pistolo-xf6rvq img {
  display: block;
  width: 100%;
  height: 100%;
}

.pistolo-xf6rvq img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .pistolo-dbg0lf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.pistolo-8l9w6n ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .pistolo-drmdta.pistolo-xokipv .pistolo-dbg0lf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pistolo-dbg0lf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .pistolo-dbg0lf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.pistolo-bobwsm,
.pistolo-4yntpq {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .pistolo-bobwsm,
  .pistolo-4yntpq {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .pistolo-4yntpq {
    display: none;
  }
}

.pistolo-ivdx7g {
  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-xokipv .pistolo-ivdx7g {
  background: var(--fh-bg-color);
}

.pistolo-ivdx7g button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .pistolo-ivdx7g {
    display: none;
  }
}

.pistolo-mbae0s {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pistolo-mbae0s {
    display: none;
  }
}

.pistolo-qkhxt2 {
  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-drmdta.pistolo-xokipv .pistolo-qkhxt2:first-child {
  display: none;
}

.pistolo-drmdta.pistolo-xokipv .pistolo-qkhxt2:last-child {
  display: block;
}

.pistolo-qkhxt2:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pistolo-qkhxt2 {
    display: none;
  }
}

.pistolo-tvs3l1 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pistolo-tvs3l1 {
    display: flex;
  }
}

.pistolo-tvs3l1 ul {
  max-height: 350px;
  overflow-y: auto;
}

.pistolo-tvs3l1:hover ul {
  visibility: visible;
  opacity: 1;
}

.pistolo-tvs3l1:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.pistolo-tvs3l1:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.pistolo-tvs3l1:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.pistolo-tvs3l1:hover .pistolo-ey35zq svg {
  transform: rotate(180deg);
}

.pistolo-6gaggl {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.pistolo-n86m90 {
  padding: 0 8px;
}

.pistolo-cxrrsp {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.pistolo-cxrrsp:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .pistolo-cxrrsp {
    padding: 4px 8px;
  }
}

.pistolo-5pco4r {
  display: flex;
}

.pistolo-5pco4r img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.pistolo-ey35zq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.pistolo-ey35zq svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.pistolo-0wxu1d {
  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-0wxu1d {
    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-295jvg {
  width: 100%;
}

@media (min-width: 1200px) {
  .pistolo-295jvg {
    display: none;
  }
}

.pistolo-l9k0ja {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.pistolo-r6kwh2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.pistolo-nvbzb7 {
  display: flex;
}

.pistolo-3e37ck {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pistolo-1uzklp {
  list-style: none;
}

@media (max-width: 1199px) {
  .pistolo-1uzklp {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .pistolo-1uzklp {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pistolo-1uzklp .pistolo-qgr7ul [data-ref-el],
  .pistolo-1uzklp .pistolo-qgr7ul span,
  .pistolo-1uzklp .pistolo-qgr7ul a {
    white-space: nowrap;
  }
}

.pistolo-ctrfks {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .pistolo-ctrfks.pistolo-qheq1a > .pistolo-qgr7ul {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .pistolo-ctrfks.pistolo-0da931:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .pistolo-ctrfks.pistolo-qheq1a > .pistolo-uc1tdd {
    height: auto;
  }

  .pistolo-ctrfks.pistolo-qheq1a > div > .pistolo-bkseh6 {
    transform: rotate(180deg);
  }
}

.pistolo-ctrfks [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.pistolo-ctrfks [data-ref-el],
.pistolo-ctrfks span {
  cursor: pointer;
}

.pistolo-ctrfks [data-ref-el],
.pistolo-ctrfks span,
.pistolo-ctrfks 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-ctrfks [data-ref-el],
  .pistolo-ctrfks span,
  .pistolo-ctrfks a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .pistolo-ctrfks [data-ref-el],
  .pistolo-ctrfks span,
  .pistolo-ctrfks a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.pistolo-uc1tdd {
  height: 0;
  overflow: hidden;
  transition: height 0.pistolo-8l9w6n ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.pistolo-uc1tdd::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pistolo-uc1tdd::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.pistolo-uc1tdd::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .pistolo-uc1tdd {
    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-uc1tdd:has(> .pistolo-ctrfks.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .pistolo-uc1tdd .pistolo-uc1tdd {
    padding: 0;
  }

  .pistolo-uc1tdd .pistolo-ctrfks {
    font-weight: 400;
  }

  .pistolo-uc1tdd .pistolo-ctrfks:hover > .pistolo-qgr7ul {
    background: var(--Neutral-300);
  }

  .pistolo-uc1tdd .pistolo-bkseh6 {
    rotate: -90deg;
  }
}

.pistolo-qgr7ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pistolo-qgr7ul {
    padding: 8px;
  }

  .pistolo-ctrfks.pistolo-uyorzm > .pistolo-qgr7ul {
    background: var(--Neutral-300);
  }
}

.pistolo-bkseh6 {
  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-iz222j.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.pistolo-h0meon 0.pistolo-rmb2sl.pistolo-e4gfsm -0.pistolo-etl4il 0.pistolo-8vz4cu -0.pistolo-etl4il 1.pistolo-aad574 0.pistolo-h2dk9h.pistolo-bv1zaz 4.pistolo-zyhor9.pistolo-h0meon 0.pistolo-id1fgp.pistolo-yvf8zv -0.pistolo-etl4il 9.pistolo-35e3tp -0.pistolo-etl4il 10.pistolo-av887d 0.pistolo-tn14tg.pistolo-9tgg4n 0.pistolo-e4gfsm 10.pistolo-9tgg4n 0.pistolo-8vz4cu 10.pistolo-av887d 1.pistolo-nxzl8g.pistolo-kvksl5 5.pistolo-0uos4c.pistolo-8pkvv4 6.pistolo-vrdyoy 5.pistolo-8ux55h 6.pistolo-vrdyoy 4.pistolo-qoagre 5.pistolo-vavu9s.pistolo-h0meon 1.pistolo-otq1cg.pistolo-etl4il 0.pistolo-8vz4cu -0.pistolo-etl4il 0.pistolo-e4gfsm 0.pistolo-h0meon 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.pistolo-8l9w6n ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pistolo-bkseh6 {
    cursor: default;
  }
}

.pistolo-26qzl4 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.pistolo-xq0596 {
  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-xq0596 {
    padding: 40px 4px;
  }
}

.pistolo-we7ufc {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .pistolo-we7ufc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.pistolo-bhbwg1 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .pistolo-bhbwg1 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.pistolo-bhbwg1 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.pistolo-bhbwg1 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.pistolo-bhbwg1 [data-ref-el],
.pistolo-bhbwg1 span,
.pistolo-bhbwg1 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.pistolo-b7ndew {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pistolo-b7ndew {
    margin-bottom: 12px;
  }
}

.pistolo-cx89gl {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.pistolo-cx89gl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .pistolo-cx89gl:last-child {
    margin-right: 0;
  }
}

.pistolo-wsggpe {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pistolo-b7ndew:hover .pistolo-xe2ckf {
  visibility: visible;
  opacity: 1;
}

.pistolo-xe2ckf {
  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-260tuu {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pistolo-7b6g26 {
  display: flex;
  margin: 6px;
}

.pistolo-7b6g26 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.pistolo-xe2ckf::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-xe2ckf::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-04e5rj {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .pistolo-04e5rj {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.pistolo-pkgffo {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .pistolo-pkgffo {
    margin-right: 32px;
  }
}

.pistolo-cjny72 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pistolo-cjny72 {
    margin-top: 0;
    width: 340px;
  }
}

.pistolo-cjny72 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pistolo-iq3ypl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.pistolo-zxx3f0 {
  position: relative;
}

@media (min-width: 768px) {
  .pistolo-zxx3f0 {
    margin-top: 40px;
  }
}

.pistolo-zxx3f0 + .pistolo-3bokvb,
.pistolo-zxx3f0 + .pistolo-zxx3f0 {
  margin-top: 24px;
}

.pistolo-0jvxwg {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .pistolo-0jvxwg {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-0jvxwg {
    padding: 80px;
  }
}

.pistolo-xehtch {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .pistolo-xehtch {
    padding: 0 16px;
}


}

.pistolo-zm3u6f {
  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-zm3u6f {
    font-size: 48px;
    line-height: 56px;
  }
}

.pistolo-4psjcl {
  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-4psjcl {
    font-size: 24px;
    line-height: 32px;
  }
}

.pistolo-ccx69g {
  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-ccx69g:hover {
  background: var(--button-bg-hover);
}

.pistolo-u0rplr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.pistolo-u0rplr img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .pistolo-u0rplr img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .pistolo-u0rplr img {
  min-height: 100%;
  }
}

.pistolo-0jvxwg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.pistolo-qv6xi7 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pistolo-qv6xi7 h1,
.pistolo-qv6xi7 h2,
.pistolo-qv6xi7 h3,
.pistolo-qv6xi7 h4 {
  margin-bottom: 6px;
}

.pistolo-qv6xi7 h1:not(:first-child),
.pistolo-qv6xi7 h2:not(:first-child),
.pistolo-qv6xi7 h3:not(:first-child),
.pistolo-qv6xi7 h4:not(:first-child) {
  margin-top: 16px;
}

.pistolo-qv6xi7 h1,
.pistolo-qv6xi7 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .pistolo-qv6xi7 h1,
  .pistolo-qv6xi7 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.pistolo-qv6xi7 h2,
.pistolo-qv6xi7 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .pistolo-qv6xi7 h2,
  .pistolo-qv6xi7 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-qv6xi7 h3,
.pistolo-qv6xi7 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .pistolo-qv6xi7 h3,
  .pistolo-qv6xi7 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.pistolo-qv6xi7 h4,
.pistolo-qv6xi7 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.pistolo-qv6xi7 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.pistolo-qv6xi7 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.pistolo-qv6xi7 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-qv6xi7 ul ul {
  margin-bottom: 8px;
}

.pistolo-qv6xi7 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.pistolo-qv6xi7 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.pistolo-qv6xi7 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.pistolo-qv6xi7 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.pistolo-qv6xi7 ol li::marker {
  font-weight: 700;
}

.pistolo-qv6xi7 ol ol {
  margin-bottom: 8px;
}

.pistolo-qv6xi7 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.pistolo-qv6xi7 ol ul li {
  padding-left: 16px;
}

.pistolo-qv6xi7 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-qv6xi7 table {
    padding: 24px;
  }
}

.pistolo-qv6xi7 table.pistolo-snxnyg {
  -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-8l9w6n,
    mask-image 0.3s;
}

.pistolo-qv6xi7 table.pistolo-snxnyg.pistolo-kng7iv {
  -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-qv6xi7 table {
    display: table;
  }
}

.pistolo-qv6xi7 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-qv6xi7 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pistolo-qv6xi7 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pistolo-qv6xi7 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-qv6xi7 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.pistolo-qv6xi7 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pistolo-qv6xi7 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pistolo-qv6xi7 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.pistolo-qv6xi7 img {
  max-width: 100%;
  height: auto;
}

.pistolo-7rh21u {
  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-7rh21u {
    padding: 24px;
  }
}

.pistolo-16fu0g {
  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-16fu0g {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.pistolo-16fu0g > * {
  margin: 0 !important;
}

.pistolo-16fu0g img,
.pistolo-rtgapz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-16fu0g img,
  .pistolo-rtgapz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-xnkek2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-xnkek2 {
    width: 32px;
    height: 32px;
  }
}

.pistolo-v661r5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pistolo-v661r5 .pistolo-t6c9pn {
  flex-shrink: 0;
}

.pistolo-v661r5 .pistolo-kbea1r svg {
  display: none;
}

.pistolo-gslcng {
  display: grid;
  transition: max-height 0.pistolo-8l9w6n ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .pistolo-gslcng {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .pistolo-gslcng {
    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-gslcng.pistolo-37mhal + .pistolo-t6c9pn svg {
  transform: rotate(180deg);
}

.pistolo-1f3v7q {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.pistolo-1f3v7q > div:nth-child(3n) {
  grid-column: span 2;
}

.pistolo-1f3v7q
  > div:nth-child(3n)
  .pistolo-w17enl
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .pistolo-1f3v7q {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pistolo-1f3v7q > div:nth-child(3n) {
    grid-column: unset;
  }

  .pistolo-1f3v7q
    > div:nth-child(3n)
    .pistolo-w17enl
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .pistolo-1f3v7q {
    max-width: 270px;
  }
}

.pistolo-1f3v7q .pistolo-w17enl button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .pistolo-1f3v7q .pistolo-w17enl button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .pistolo-1f3v7q .pistolo-w17enl button {
    max-width: 104px;
  }
}

.pistolo-j0e2pz {
  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-j0e2pz {
    margin-bottom: 0;
  }
}

.pistolo-f7y4n0 {
  display: none;
  opacity: 0;
}

.pistolo-uif4sj {
  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-uif4sj img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.pistolo-w17enl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.pistolo-w17enl 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-w17enl
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .pistolo-w17enl
    button {
    max-width: 145px;
  }
}

.pistolo-8o9bb4:first-child
  .pistolo-w17enl
  button {
  max-width: 270px;
}

.pistolo-dfmc13 {
  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-j0e2pz picture {
  width: 100%;
  max-width: 100%;
}

.pistolo-tqsh2l {
  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-tqsh2l svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.pistolo-j0e2pz:hover .pistolo-tqsh2l {
  display: flex;
}

.pistolo-sgrlup {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.pistolo-pdwtxy {
  display: flex;
}

.pistolo-pdwtxy:hover .pistolo-ddbw78,
.pistolo-pdwtxy .pistolo-uyorzm .pistolo-ddbw78 {
  display: flex;
}

.pistolo-pdwtxy svg {
  flex-shrink: 0;
}

.pistolo-ddbw78 {
  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-ddbw78 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.pistolo-ddbw78:hover {
  display: flex;
}

.pistolo-ddbw78 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.pistolo-pyujrc {
  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-pyujrc {
    font-size: 12px;
  }
}

.pistolo-gsusui,
.pistolo-76yoqc {
  width: 50%;
  flex-shrink: 0;
}

.pistolo-gsusui {
  font-weight: 700;
}

.pistolo-h4vlk0 .pistolo-gslcng {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pistolo-h4vlk0 .pistolo-gslcng {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pistolo-h4vlk0 .pistolo-gslcng {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.pistolo-h4vlk0
  .pistolo-dfmc13:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.pistolo-h4vlk0 .pistolo-uif4sj {
  height: 100% !important;
  border-radius: 16px;
}

.pistolo-h4vlk0 .pistolo-w17enl {
  gap: 4px;
  align-items: center;
}

.pistolo-h4vlk0 .pistolo-w17enl button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pistolo-h4vlk0 .pistolo-w17enl svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.pistolo-h4vlk0 .pistolo-lin2oh,
.pistolo-h4vlk0 .pistolo-hshwr9 {
  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-iz222j.org/2000/svg'%3E%3Cpath d='M9.pistolo-juhenw 4.pistolo-jdo9pe.pistolo-p9n46x 5.pistolo-c9xyop.pistolo-w75kzw 5.pistolo-suivvg.pistolo-dz5eti 5.pistolo-9cqosk.pistolo-rsbb8u 8.pistolo-ib6xkb.pistolo-twgw7x 9.pistolo-zxk8d9.pistolo-17wm7f 9.pistolo-bg607e.pistolo-is2elj 13.pistolo-iivm9h.pistolo-uox82h 11.pistolo-s506uo.pistolo-2dt1fe 11.pistolo-7p9z38.pistolo-66fc4x 11.pistolo-fyunk7.pistolo-g56wdj 13.pistolo-d55spf.pistolo-gnifld 9.pistolo-0xdat9.pistolo-97koid 9.pistolo-utxec2.pistolo-bu7pyy 8.pistolo-8imvcv.pistolo-rj00zi 5.pistolo-pdesye.pistolo-g7e3yp 5.pistolo-ey67ea.pistolo-jynq00 5.pistolo-akaxu3.pistolo-1n37xl 4.pistolo-as3bht.pistolo-2dt1fe 1.pistolo-1e3i38.pistolo-juhenw 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.pistolo-h4vlk0 .pistolo-lin2oh {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.pistolo-h4vlk0 .pistolo-hshwr9 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.pistolo-ffyvb1 {
  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-ffyvb1 {
    padding: 24px;
  }
}

.pistolo-ffyvb1 .pistolo-t6c9pn {
  display: flex;
}

@media (min-width: 768px) {
  .pistolo-ffyvb1 .pistolo-t6c9pn {
    display: none;
  }
}

.pistolo-ffyvb1 .pistolo-kbea1r svg {
  display: none;
}

.pistolo-d5clr5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pistolo-d5clr5 .pistolo-smeriy {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-d5clr5 .pistolo-smeriy {
    display: flex;
  }
}

.pistolo-zu20o8 {
  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-zu20o8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-zu20o8 > * {
  margin: 0 !important;
}

.pistolo-zu20o8 img,
.pistolo-tve9tw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-zu20o8 img,
  .pistolo-tve9tw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-6vfi3h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-6vfi3h {
    width: 32px;
    height: 32px;
  }
}

.pistolo-4tqqbi {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .pistolo-4tqqbi {
    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-4tqqbi::-webkit-scrollbar {
    display: none;
  }
}

.pistolo-emrnac {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .pistolo-emrnac {
    padding: 7px 15px;
  }
}

.pistolo-emrnac:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pistolo-qpv4z8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pistolo-qpv4z8 {
    display: flex;
    opacity: 1;
  }
}

.pistolo-emrnac picture {
  height: 100%;
  display: block;
}

.pistolo-emrnac img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .pistolo-emrnac img {
    width: 88px;
    height: 44px;
  }
}

.pistolo-emrnac p {
  text-align: center;
  width: 100%;
}

.pistolo-0b1qe9 {
  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-0b1qe9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-0b1qe9 img,
.pistolo-p7paal {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-0b1qe9 img,
  .pistolo-p7paal {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-8e4f9g {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-8e4f9g {
    width: 32px;
    height: 32px;
  }
}

.pistolo-vhqdvl {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.pistolo-mtmz8g {
  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-9qsk3q {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.pistolo-9qsk3q.pistolo-uyorzm {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.pistolo-tog9ph {
  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-tog9ph {
    font-size: 20px;
    line-height: 28px;
  }
}

.pistolo-ji4c6b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.pistolo-racobf {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.pistolo-8l9w6n ease;
  opacity: 0;
  color: var(--text-color);
}

.pistolo-n04hxl {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.pistolo-n04hxl ol,
.pistolo-n04hxl ul {
  padding-left: 1.3em;
}

.pistolo-9qsk3q.pistolo-uyorzm .pistolo-racobf {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.pistolo-9qsk3q.pistolo-uyorzm .pistolo-ji4c6b {
  transform: rotate(180deg);
  color: var(--text-color);
}

.pistolo-rarhrh {
  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-rarhrh {
    padding: 24px;
  }
}

.pistolo-rarhrh .pistolo-t6c9pn {
  display: flex;
}

@media (min-width: 768px) {
  .pistolo-rarhrh .pistolo-t6c9pn {
    display: none;
  }
}

.pistolo-rarhrh .pistolo-kbea1r svg {
  display: none;
}

.pistolo-vbmb0y {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pistolo-vbmb0y .pistolo-smeriy {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-vbmb0y .pistolo-smeriy {
    display: flex;
  }
}

.pistolo-jmidn7 {
  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-jmidn7 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-jmidn7 > * {
  margin: 0 !important;
}

.pistolo-jmidn7 img,
.pistolo-nddbue {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-jmidn7 img,
  .pistolo-nddbue {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-9peft7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-9peft7 {
    width: 32px;
    height: 32px;
  }
}

.pistolo-8ujz0i {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .pistolo-8ujz0i {
    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-8ujz0i::-webkit-scrollbar {
    display: none;
  }
}

.pistolo-qktnkl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.pistolo-qktnkl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pistolo-iclptn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pistolo-iclptn {
    display: flex;
    opacity: 1;
  }
}

.pistolo-qktnkl picture {
  width: auto;
  height: 100%;
  display: block;
}

.pistolo-qktnkl picture img {
  display: block;
  width: auto;
  height: 100%;
}

.pistolo-huykhe {
  margin: -24px 0;
}

.pistolo-huykhe:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .pistolo-huykhe {
    margin: -16px 0;
  }
}

.pistolo-h35upd {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .pistolo-h35upd {
    flex-direction: row;
  }
}

.pistolo-se0494 {
  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-se0494 {
    flex: 1;
  }
}

.pistolo-se0494::placeholder {
  color: var(--Text-400);
}

.pistolo-mm91fd {
  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-0ngkz8 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pistolo-0ngkz8::-webkit-scrollbar {
  display: none;
}

.pistolo-z6nw6w {
  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-z6nw6w img,
.pistolo-z6nw6w svg {
  margin-right: 8px;
}

.pistolo-j42rh5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.pistolo-huykhe + .pistolo-fj96w7 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .pistolo-huykhe + .pistolo-fj96w7 {
    margin-top: -16px;
  }
}

.pistolo-9ry3sa {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.pistolo-9ry3sa > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.pistolo-9ry3sa > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.pistolo-j10m0n {
  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-z8gf3k {
  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-0onij4 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.pistolo-cs4lb5 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.pistolo-yvl05c {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.pistolo-j10m0n 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-j10m0n 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-j10m0n {
    padding: 39px 179px 39px 39px;
  }

  .pistolo-z8gf3k {
    font-size: 40px;
    line-height: 48px;
  }

  .pistolo-yvl05c {
    height: 348px;
  }

  .pistolo-j10m0n button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .pistolo-j10m0n button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-j10m0n {
    padding: 63px;
  }
}

.pistolo-d4opty {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .pistolo-d4opty {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.pistolo-ue093a {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pistolo-ue093a {
    width: auto;
  }
}

.pistolo-g4xr5z {
  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-g4xr5z::-webkit-scrollbar {
  display: none;
}

.pistolo-g4xr5z 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-g4xr5z a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pistolo-g4xr5z {
    margin-left: 16px;
    margin-top: 0;
  }
}

.pistolo-d4opty .pistolo-e19hbc {
  -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-8l9w6n,
    mask-image 0.3s;
}

.pistolo-d4opty .pistolo-e19hbc.pistolo-kng7iv {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.pistolo-rjfed2 {
  margin: 40px -16px;
}

.pistolo-l0f8br + .pistolo-3bokvb,
.pistolo-l0f8br + .pistolo-zxx3f0 {
  margin-top: 24px;
}

.pistolo-pqwrv8 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.pistolo-pqwrv8 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.pistolo-73tkcr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .pistolo-73tkcr {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .pistolo-73tkcr {
    margin-top: 0;
  }
}

.pistolo-d5l2tl {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pistolo-d5l2tl {
    font-size: 24px;
    line-height: 32px;
  }
}

.pistolo-e00wra {
  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-e00wra {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.pistolo-4qgg6p {
  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-4qgg6p {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.pistolo-g8nbmu {
  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-g8nbmu {
    font-size: 20px;
    line-height: 28px;
  }
}

.pistolo-td9gj6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pistolo-td9gj6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.pistolo-9i78kv {
  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-s6ffou {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.pistolo-s6ffou img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pistolo-fj96w7 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pistolo-0h6bt9 {
  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-0h6bt9 {
    padding: 15px 48px;
  }
}

main > .pistolo-fj96w7 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .pistolo-gslcng.pistolo-bqykfq > div:nth-child(n+5) {
    display: none;
  }
}

.pistolo-qv6xi7 p a img {
  display: block;
  margin: 0 auto;
}


.pistolo-pb0pff {
  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-zx8nt2 {
  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-zx8nt2 label {
  font-size: 14px;
}

.pistolo-zx8nt2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pistolo-zx8nt2 input,
.pistolo-zx8nt2 textarea,
.pistolo-zx8nt2 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-zx8nt2 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pistolo-10io6c ease;
}
.pistolo-zx8nt2 button:hover {
  background-color: var(--button-bg-hover);
}
.pistolo-55njqy {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pistolo-zk3uxy ease-in;
}

.pistolo-55njqy 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-lc1eiy, .pistolo-pi4tfo, [class*="review-card"],
thead, thead th, table th, .pistolo-86x8pt,
.pistolo-0fix7b, [class*="collapsible-header"],
.pistolo-zhv68w, [class*="updated-block"] {
  color: #ece7dc !important;
}
