* {
  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-4xmq85 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-4xmq85 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-4xmq85 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.pistolo-wp4n6f {
  overflow: hidden;
}

.pistolo-if293u img {
  background: var(--Neutral-300);
}

.pistolo-n165aq {
  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-ohtwor {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.pistolo-ohtwor:hover {
  background: var(--button-bg-hover);
}

.pistolo-f5viie {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.pistolo-f5viie:hover {
  background: var(--button-bg-hover);
}

.pistolo-sxzoph {
  font-size: 12px;
  line-height: 18px;
}

.pistolo-739ztc {
  font-size: 18px;
  line-height: 26px;
}

.pistolo-rffeub {
  width: 100%;
}

.pistolo-bbmlzn {
  padding: 6px 16px;
}

.pistolo-pt7zq4 {
  padding: 10px 16px;
}

.pistolo-551ec7 {
  padding: 15px 26px;
}

.pistolo-th5jrr {
  flex-shrink: 0;
}

.pistolo-iy5t58 {
  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-2dk8ku {
  display: none;
}

.pistolo-5qma6z {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pistolo-znuoui {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.pistolo-jxmk1l {
  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-6fzfkk {
  cursor: grab;
}

.pistolo-jxmk1l::-webkit-scrollbar {
  display: none;
}

.pistolo-695cey {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.pistolo-04ldwz {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.pistolo-xprdc9 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.pistolo-qczftn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.pistolo-ybkh6w {
  visibility: visible;
}

.pistolo-3t4ap3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.pistolo-fp78vd ease;
}

.pistolo-nlbafi {
  background-color: var(--Primary-200);
  width: 16px;
}

.pistolo-r3lsod {
  -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-fp78vd,
    mask-image 0.3s;
}

.pistolo-r3lsod.pistolo-w179kk {
  -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-mar0ju: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-0mpy3t {
  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-6zc033.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-6zc033.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-tgu2if {
  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-tgu2if::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-t3a8o0 {
  position: relative;
  z-index: 1;
}

.pistolo-2oou56 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.pistolo-uhnxw4 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.pistolo-2ps1hu {
  font-size: 40px;
  line-height: 48px;
}

.pistolo-whj7di {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pistolo-yh0dtk {
  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-yh0dtk:hover {
  background: var(--Primary-400);
}

.pistolo-yh0dtk svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.pistolo-mar0ju 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-tgu2if {
    max-width: 600px;
    padding: 64px;
  }

  .pistolo-2oou56 {
    font-size: 24px;
    line-height: 32px;
  }

  .pistolo-uhnxw4 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .pistolo-2ps1hu {
    font-size: 50px;
    line-height: 56px;
  }

  .pistolo-whj7di {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .pistolo-0mpy3t {
    top: 25px;
    right: 25px;
  }
}

.pistolo-1m4yeg,
.pistolo-ke661n {
  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-rq0wps.pistolo-nsayvr::before,
.pistolo-ke661n::before,
.pistolo-3gcxo5::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-6zc033.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.pistolo-tsnx0q 14.pistolo-goqhns.pistolo-2qh4hj 14.pistolo-tak6f8 15.pistolo-ryyeas 14.pistolo-qpqo4y 15.pistolo-oerkvu 14.pistolo-0lso2q.pistolo-skstax 14.pistolo-5r4d4w 19.pistolo-wtl9km 12.pistolo-oe0zco 19.pistolo-wtl9km 10.pistolo-7kop81.pistolo-wtl9km 8.pistolo-v35f5c 17.pistolo-rj9tt2 7.pistolo-xxxo5o 15.pistolo-sfelir 7.pistolo-nnxb75.pistolo-c7095e 7.pistolo-xxxo5o 11.pistolo-m5wbzk 8.pistolo-v35f5c 11.pistolo-m5wbzk 10.pistolo-s9xwr8.pistolo-m5wbzk 12.pistolo-44tf6r 13.pistolo-ewvwxi 14.pistolo-1mwpt0 15.pistolo-8qjsns 14.pistolo-zhmrwq.pistolo-7mtahr 14.pistolo-bs6dr2 15.pistolo-h6jug7 14.pistolo-9ny6fl 15.pistolo-fmo2rg 14.pistolo-ufhkhv.pistolo-tsnx0q 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.pistolo-ytc9hs 15.pistolo-rlt8gt.pistolo-649767 15.pistolo-mcx79k 15.pistolo-bidohm 15.pistolo-t9s5nl 15.pistolo-o4gpxr 15.pistolo-zuoofo.pistolo-eifsaw 15.pistolo-t9s5nl 15.pistolo-q24hb3 15.pistolo-9awqgv 15.pistolo-v2fgo5 15.pistolo-9jtbc3.pistolo-pq8gqj 15.pistolo-usuhnm 7.pistolo-j0q8rz 18.pistolo-obd6vc 7.pistolo-do8jkp 23.pistolo-u9vaba.pistolo-97yb0o.pistolo-8pmzzl 18.pistolo-omygge 19.pistolo-rwebf7 15.pistolo-mrmq8g 15.pistolo-ytc9hs 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.pistolo-00gmr8 [type="submit"] *,
.pistolo-ha4oyf button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .pistolo-8gf4t9 {
    display: none;
  }
}

.pistolo-yl4ecb {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .pistolo-yl4ecb {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-yl4ecb {
    bottom: 22px;
  }
}

.pistolo-yl4ecb input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .pistolo-yl4ecb {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.pistolo-cipzst.static) .pistolo-yl4ecb {
    bottom: 8px;
  }
}

.pistolo-8bonz6 {
  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-6zc033.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.pistolo-796t1u 3.pistolo-c998gz.pistolo-2pmtt3.pistolo-ftkv0f 3.pistolo-gvda0v 3.pistolo-zync7y 5.pistolo-i53kcw 3.pistolo-zync7y 8.pistolo-knrogs.pistolo-rwebbn.pistolo-zync7y 26.pistolo-qfutqj 5.pistolo-3x9irl 28.pistolo-y9u602 8.pistolo-pxko3e 28.pistolo-2hkwta.pistolo-4j9g5i 28.pistolo-qgakaz.pistolo-aka61c 34.pistolo-et3r6d.pistolo-evylw0 36.pistolo-96nvti 11.pistolo-zhkwd0 37.pistolo-qfjwx1 12.pistolo-z6hfej 36.pistolo-5aeela.pistolo-ftvzk4 28.pistolo-bmwuxx.pistolo-v70ejc.pistolo-qfewjs 28.pistolo-hxysnb 36.pistolo-onmjjv 26.pistolo-szqtw9 36.pistolo-onmjjv 23.pistolo-z9tsnx.pistolo-6asw54.pistolo-onmjjv 5.pistolo-4mnnee 34.pistolo-pg3yuj 3.pistolo-gvda0v 31.pistolo-796t1u 3.pistolo-y0bc3f.pistolo-rry7ct 18.pistolo-o94ozx.pistolo-0eqmmn 18.pistolo-xw7jhm 8.pistolo-kwgsdr 17.pistolo-3g6w15 8.pistolo-kwgsdr 15.pistolo-f48xbn.pistolo-kwgsdr 14.pistolo-3epygv 9.pistolo-0eqmmn 13.pistolo-44h4pu 11.pistolo-rry7ct 13.pistolo-n1iv2h.pistolo-cm06t9 13.pistolo-44h4pu 13.pistolo-s7scn8 14.pistolo-3epygv 13.pistolo-s7scn8 15.pistolo-8fi6z4.pistolo-s7scn8 17.pistolo-3g6w15 12.pistolo-cm06t9 18.pistolo-xw7jhm 11.pistolo-rry7ct 18.pistolo-wgrnu7.pistolo-ues5vm 18.pistolo-pgogug.pistolo-ax2161 18.pistolo-xw7jhm 17.pistolo-rudfn8 17.pistolo-3g6w15 17.pistolo-rudfn8 15.pistolo-px0r26.pistolo-rudfn8 14.pistolo-3epygv 18.pistolo-ax2161 13.pistolo-44h4pu 20.pistolo-ues5vm 13.pistolo-qadlwi.pistolo-k34j4f 13.pistolo-44h4pu 22.pistolo-kt31ot 14.pistolo-3epygv 22.pistolo-kt31ot 15.pistolo-1lu6k7.pistolo-bi5eby 17.pistolo-3g6w15 21.pistolo-k34j4f 18.pistolo-xw7jhm 20.pistolo-ues5vm 18.pistolo-f400mb.pistolo-sfohqa 18.pistolo-18pt3g.pistolo-hnstbe 18.pistolo-xw7jhm 26.pistolo-93s665 17.pistolo-3g6w15 26.pistolo-93s665 15.pistolo-kse7vx.pistolo-93s665 14.pistolo-3epygv 27.pistolo-hnstbe 13.pistolo-44h4pu 28.pistolo-sfohqa 13.pistolo-b68j2z.pistolo-qjeqon 13.pistolo-44h4pu 31.pistolo-uegk7g 14.pistolo-3epygv 31.pistolo-uegk7g 15.pistolo-grljo7.pistolo-93s665 17.pistolo-3g6w15 30.pistolo-qjeqon 18.pistolo-xw7jhm 28.pistolo-sfohqa 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-8bonz6 {
    display: none;
  }
}

.pistolo-coywr9 {
  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-coywr9 {
    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-ha4oyf {
  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-ha4oyf {
    padding: 14px 16px;
  }
}

.pistolo-ha4oyf button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.pistolo-ha4oyf button:first-child {
  align-content: end;
}

.pistolo-ha4oyf button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .pistolo-ha4oyf
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .pistolo-ha4oyf
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.pistolo-ha4oyf button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.pistolo-ha4oyf button:last-child svg {
  width: 38px;
  height: 38px;
}

.pistolo-3gcxo5 {
  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-3gcxo5::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .pistolo-3gcxo5,
.pc61d126-chatbot[data-active-screen="3"]
  .pistolo-3gcxo5 {
  opacity: 1;
  visibility: visible;
}

.pistolo-ypdrtv {
  flex: 1 1;
}

.pistolo-3xh6y0 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-3xh6y0 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .pistolo-14g6pj {
  display: block;
}

.pistolo-pjfui5 {
  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-pjfui5 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.pistolo-ke661n {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.pistolo-ke661n::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.pistolo-mgyv4l span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.pistolo-mgyv4l p {
  color: var(--Text-100);
}

.pistolo-ke661n .pistolo-yclixz {
  grid-area: button;
}

.pistolo-ke661n .pistolo-yclixz::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-6zc033.org/2000/svg'%3E%3Cpath d='M4.pistolo-g3bs8m 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pistolo-l85qpi 15L16.pistolo-l85qpi 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pistolo-l85qpi 5L16.pistolo-l85qpi 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .pistolo-6ysfj2 {
  display: block;
}

.pistolo-2lqbo8 {
  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-2lqbo8 {
    margin-top: 40px;
  }
}

.pistolo-1m4yeg label,
.pistolo-1m4yeg input {
  display: block;
  width: 100%;
}

.pistolo-1m4yeg label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.pistolo-1m4yeg label.pistolo-v5hyq4 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.pistolo-1m4yeg label.pistolo-v5hyq4::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-1m4yeg 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-1m4yeg input::placeholder {
  color: var(--Text-400);
}

.pistolo-obc66n {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .pistolo-obc66n {
  display: flex;
}

.pistolo-obc66n ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .pistolo-obc66n ol {
    height: 420px;
    padding: 24px;
  }
}

.pistolo-obc66n ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.pistolo-00gmr8 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-00gmr8 {
    padding: 0 24px 24px;
  }
}

.pistolo-00gmr8 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-00gmr8 input::placeholder {
  color: var(--Text-400);
}

.pistolo-00gmr8 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.pistolo-00gmr8 [type="submit"]:disabled {
  opacity: 0.5;
}

.pistolo-00gmr8 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .pistolo-00gmr8 [type="submit"] {
    right: 40px;
  }
}

.pistolo-rq0wps {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.pistolo-rq0wps.pistolo-nsayvr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.pistolo-rq0wps.pistolo-nsayvr::before {
  content: "";
  width: 31px;
}

.pistolo-rq0wps.pistolo-nsayvr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pistolo-rq0wps.pistolo-i63owo p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.pistolo-rq0wps p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pistolo-yl4ecb .pistolo-yclixz {
  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-8gf4t9 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .pistolo-8gf4t9 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .pistolo-8gf4t9 {
    padding: 18px 0;
  }
}

.pistolo-8gf4t9 .pistolo-4xmq85 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .pistolo-8gf4t9 .pistolo-4xmq85 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.pistolo-jsxwuc {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .pistolo-jsxwuc {
    max-width: 160px;
    height: 40px;
  }
}

.pistolo-jsxwuc picture,
.pistolo-jsxwuc img {
  display: block;
  width: 100%;
  height: 100%;
}

.pistolo-jsxwuc img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .pistolo-3bkcbh {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.pistolo-fp78vd ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .pistolo-8gf4t9.pistolo-3h9pq5 .pistolo-3bkcbh {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pistolo-3bkcbh {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .pistolo-3bkcbh {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.pistolo-yvrh49,
.pistolo-8b4m0h {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .pistolo-yvrh49,
  .pistolo-8b4m0h {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .pistolo-8b4m0h {
    display: none;
  }
}

.pistolo-x3crja {
  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-3h9pq5 .pistolo-x3crja {
  background: var(--fh-bg-color);
}

.pistolo-x3crja button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .pistolo-x3crja {
    display: none;
  }
}

.pistolo-8bfzc1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pistolo-8bfzc1 {
    display: none;
  }
}

.pistolo-ojy6jg {
  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-8gf4t9.pistolo-3h9pq5 .pistolo-ojy6jg:first-child {
  display: none;
}

.pistolo-8gf4t9.pistolo-3h9pq5 .pistolo-ojy6jg:last-child {
  display: block;
}

.pistolo-ojy6jg:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pistolo-ojy6jg {
    display: none;
  }
}

.pistolo-qtvf5p {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pistolo-qtvf5p {
    display: flex;
  }
}

.pistolo-qtvf5p ul {
  max-height: 350px;
  overflow-y: auto;
}

.pistolo-qtvf5p:hover ul {
  visibility: visible;
  opacity: 1;
}

.pistolo-qtvf5p:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.pistolo-qtvf5p:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.pistolo-qtvf5p:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.pistolo-qtvf5p:hover .pistolo-7dfi65 svg {
  transform: rotate(180deg);
}

.pistolo-afo9e4 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.pistolo-dycz4y {
  padding: 0 8px;
}

.pistolo-gkavax {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.pistolo-gkavax:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .pistolo-gkavax {
    padding: 4px 8px;
  }
}

.pistolo-mr27zl {
  display: flex;
}

.pistolo-mr27zl img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.pistolo-7dfi65 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.pistolo-7dfi65 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.pistolo-bqb37e {
  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-bqb37e {
    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-gc4kzj {
  width: 100%;
}

@media (min-width: 1200px) {
  .pistolo-gc4kzj {
    display: none;
  }
}

.pistolo-x0ulc3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.pistolo-9ev0hu {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.pistolo-g5s9ze {
  display: flex;
}

.pistolo-4bs1qr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pistolo-v7j8d2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .pistolo-v7j8d2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .pistolo-v7j8d2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pistolo-v7j8d2 .pistolo-3oha92 [data-ref-el],
  .pistolo-v7j8d2 .pistolo-3oha92 span,
  .pistolo-v7j8d2 .pistolo-3oha92 a {
    white-space: nowrap;
  }
}

.pistolo-betwue {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .pistolo-betwue.pistolo-xipkwi > .pistolo-3oha92 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .pistolo-betwue.pistolo-aa2si9:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .pistolo-betwue.pistolo-xipkwi > .pistolo-vo28q8 {
    height: auto;
  }

  .pistolo-betwue.pistolo-xipkwi > div > .pistolo-3085fu {
    transform: rotate(180deg);
  }
}

.pistolo-betwue [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.pistolo-betwue [data-ref-el],
.pistolo-betwue span {
  cursor: pointer;
}

.pistolo-betwue [data-ref-el],
.pistolo-betwue span,
.pistolo-betwue 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-betwue [data-ref-el],
  .pistolo-betwue span,
  .pistolo-betwue a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .pistolo-betwue [data-ref-el],
  .pistolo-betwue span,
  .pistolo-betwue a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.pistolo-vo28q8 {
  height: 0;
  overflow: hidden;
  transition: height 0.pistolo-fp78vd ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.pistolo-vo28q8::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pistolo-vo28q8::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.pistolo-vo28q8::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .pistolo-vo28q8 {
    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-vo28q8:has(> .pistolo-betwue.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .pistolo-vo28q8 .pistolo-vo28q8 {
    padding: 0;
  }

  .pistolo-vo28q8 .pistolo-betwue {
    font-weight: 400;
  }

  .pistolo-vo28q8 .pistolo-betwue:hover > .pistolo-3oha92 {
    background: var(--Neutral-300);
  }

  .pistolo-vo28q8 .pistolo-3085fu {
    rotate: -90deg;
  }
}

.pistolo-3oha92 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pistolo-3oha92 {
    padding: 8px;
  }

  .pistolo-betwue.pistolo-eb5faf > .pistolo-3oha92 {
    background: var(--Neutral-300);
  }
}

.pistolo-3085fu {
  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-6zc033.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.pistolo-mtsr09 0.pistolo-9te6k6.pistolo-c4rak6 -0.pistolo-t6pyua 0.pistolo-awup7k -0.pistolo-t6pyua 1.pistolo-cdif6r 0.pistolo-9ap2wj.pistolo-tpimg1 4.pistolo-anp44i.pistolo-mtsr09 0.pistolo-7lwv1a.pistolo-h8asbc -0.pistolo-t6pyua 9.pistolo-7jkto2 -0.pistolo-t6pyua 10.pistolo-xtxr1k 0.pistolo-qdgd56.pistolo-vtaacn 0.pistolo-c4rak6 10.pistolo-vtaacn 0.pistolo-awup7k 10.pistolo-xtxr1k 1.pistolo-3vfshf.pistolo-kipb0s 5.pistolo-ghgk2r.pistolo-b7h2pc 6.pistolo-w685l3 5.pistolo-xhzv3c 6.pistolo-w685l3 4.pistolo-di5rbf 5.pistolo-21733d.pistolo-mtsr09 1.pistolo-zpi2db.pistolo-t6pyua 0.pistolo-awup7k -0.pistolo-t6pyua 0.pistolo-c4rak6 0.pistolo-mtsr09 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.pistolo-fp78vd ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pistolo-3085fu {
    cursor: default;
  }
}

.pistolo-1245bk {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.pistolo-jqqim5 {
  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-jqqim5 {
    padding: 40px 4px;
  }
}

.pistolo-0d1ny9 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .pistolo-0d1ny9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.pistolo-gtax6m {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .pistolo-gtax6m {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.pistolo-gtax6m ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.pistolo-gtax6m [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.pistolo-gtax6m [data-ref-el],
.pistolo-gtax6m span,
.pistolo-gtax6m a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.pistolo-csgklm {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pistolo-csgklm {
    margin-bottom: 12px;
  }
}

.pistolo-7prjqb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.pistolo-7prjqb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .pistolo-7prjqb:last-child {
    margin-right: 0;
  }
}

.pistolo-ch5gz9 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pistolo-csgklm:hover .pistolo-01vz8v {
  visibility: visible;
  opacity: 1;
}

.pistolo-01vz8v {
  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-gw8ybi {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pistolo-6o4ggp {
  display: flex;
  margin: 6px;
}

.pistolo-6o4ggp img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.pistolo-01vz8v::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-01vz8v::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-p21oi3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .pistolo-p21oi3 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.pistolo-du654d {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .pistolo-du654d {
    margin-right: 32px;
  }
}

.pistolo-yg0ksm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pistolo-yg0ksm {
    margin-top: 0;
    width: 340px;
  }
}

.pistolo-yg0ksm a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pistolo-fqpvu0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.pistolo-bor1sl {
  position: relative;
}

@media (min-width: 768px) {
  .pistolo-bor1sl {
    margin-top: 40px;
  }
}

.pistolo-bor1sl + .pistolo-bbgjep,
.pistolo-bor1sl + .pistolo-bor1sl {
  margin-top: 24px;
}

.pistolo-7k2u0j {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .pistolo-7k2u0j {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-7k2u0j {
    padding: 80px;
  }
}

.pistolo-ox3q83 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .pistolo-ox3q83 {
    padding: 0 16px;
}


}

.pistolo-m12psd {
  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-m12psd {
    font-size: 48px;
    line-height: 56px;
  }
}

.pistolo-oo0p4c {
  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-oo0p4c {
    font-size: 24px;
    line-height: 32px;
  }
}

.pistolo-n4lir0 {
  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-n4lir0:hover {
  background: var(--button-bg-hover);
}

.pistolo-1qu6ou {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.pistolo-1qu6ou img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .pistolo-1qu6ou img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .pistolo-1qu6ou img {
  min-height: 100%;
  }
}

.pistolo-7k2u0j::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.pistolo-qto1wl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pistolo-qto1wl h1,
.pistolo-qto1wl h2,
.pistolo-qto1wl h3,
.pistolo-qto1wl h4 {
  margin-bottom: 6px;
}

.pistolo-qto1wl h1:not(:first-child),
.pistolo-qto1wl h2:not(:first-child),
.pistolo-qto1wl h3:not(:first-child),
.pistolo-qto1wl h4:not(:first-child) {
  margin-top: 16px;
}

.pistolo-qto1wl h1,
.pistolo-qto1wl h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .pistolo-qto1wl h1,
  .pistolo-qto1wl h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.pistolo-qto1wl h2,
.pistolo-qto1wl h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .pistolo-qto1wl h2,
  .pistolo-qto1wl h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-qto1wl h3,
.pistolo-qto1wl h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .pistolo-qto1wl h3,
  .pistolo-qto1wl h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.pistolo-qto1wl h4,
.pistolo-qto1wl h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.pistolo-qto1wl ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.pistolo-qto1wl ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.pistolo-qto1wl 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-qto1wl ul ul {
  margin-bottom: 8px;
}

.pistolo-qto1wl ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.pistolo-qto1wl ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.pistolo-qto1wl ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.pistolo-qto1wl ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.pistolo-qto1wl ol li::marker {
  font-weight: 700;
}

.pistolo-qto1wl ol ol {
  margin-bottom: 8px;
}

.pistolo-qto1wl ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.pistolo-qto1wl ol ul li {
  padding-left: 16px;
}

.pistolo-qto1wl 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-qto1wl table {
    padding: 24px;
  }
}

.pistolo-qto1wl table.pistolo-53vb05 {
  -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-fp78vd,
    mask-image 0.3s;
}

.pistolo-qto1wl table.pistolo-53vb05.pistolo-w179kk {
  -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-qto1wl table {
    display: table;
  }
}

.pistolo-qto1wl 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-qto1wl table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pistolo-qto1wl table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pistolo-qto1wl 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-qto1wl table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.pistolo-qto1wl table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pistolo-qto1wl table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pistolo-qto1wl table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.pistolo-qto1wl img {
  max-width: 100%;
  height: auto;
}

.pistolo-tvuoko {
  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-tvuoko {
    padding: 24px;
  }
}

.pistolo-mow2ch {
  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-mow2ch {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.pistolo-mow2ch > * {
  margin: 0 !important;
}

.pistolo-mow2ch img,
.pistolo-j3t0si {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-mow2ch img,
  .pistolo-j3t0si {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-n3yewe {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-n3yewe {
    width: 32px;
    height: 32px;
  }
}

.pistolo-5zsb1j {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pistolo-5zsb1j .pistolo-5g236n {
  flex-shrink: 0;
}

.pistolo-5zsb1j .pistolo-h8foks svg {
  display: none;
}

.pistolo-73l1pj {
  display: grid;
  transition: max-height 0.pistolo-fp78vd ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .pistolo-73l1pj {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .pistolo-73l1pj {
    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-73l1pj.pistolo-mv70dt + .pistolo-5g236n svg {
  transform: rotate(180deg);
}

.pistolo-e8v27p {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.pistolo-e8v27p > div:nth-child(3n) {
  grid-column: span 2;
}

.pistolo-e8v27p
  > div:nth-child(3n)
  .pistolo-jswkmi
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .pistolo-e8v27p {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pistolo-e8v27p > div:nth-child(3n) {
    grid-column: unset;
  }

  .pistolo-e8v27p
    > div:nth-child(3n)
    .pistolo-jswkmi
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .pistolo-e8v27p {
    max-width: 270px;
  }
}

.pistolo-e8v27p .pistolo-jswkmi button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .pistolo-e8v27p .pistolo-jswkmi button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .pistolo-e8v27p .pistolo-jswkmi button {
    max-width: 104px;
  }
}

.pistolo-6yqy2q {
  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-6yqy2q {
    margin-bottom: 0;
  }
}

.pistolo-its06f {
  display: none;
  opacity: 0;
}

.pistolo-49cx2g {
  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-49cx2g img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.pistolo-jswkmi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.pistolo-jswkmi 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-jswkmi
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .pistolo-jswkmi
    button {
    max-width: 145px;
  }
}

.pistolo-7n60sc:first-child
  .pistolo-jswkmi
  button {
  max-width: 270px;
}

.pistolo-bdbnaj {
  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-6yqy2q picture {
  width: 100%;
  max-width: 100%;
}

.pistolo-bhrxnh {
  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-bhrxnh svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.pistolo-6yqy2q:hover .pistolo-bhrxnh {
  display: flex;
}

.pistolo-jqnefd {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.pistolo-cy0myy {
  display: flex;
}

.pistolo-cy0myy:hover .pistolo-2mjxri,
.pistolo-cy0myy .pistolo-eb5faf .pistolo-2mjxri {
  display: flex;
}

.pistolo-cy0myy svg {
  flex-shrink: 0;
}

.pistolo-2mjxri {
  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-2mjxri {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.pistolo-2mjxri:hover {
  display: flex;
}

.pistolo-2mjxri svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.pistolo-s3l4de {
  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-s3l4de {
    font-size: 12px;
  }
}

.pistolo-uuykj7,
.pistolo-hcq5nt {
  width: 50%;
  flex-shrink: 0;
}

.pistolo-uuykj7 {
  font-weight: 700;
}

.pistolo-6g5muz .pistolo-73l1pj {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pistolo-6g5muz .pistolo-73l1pj {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pistolo-6g5muz .pistolo-73l1pj {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.pistolo-6g5muz
  .pistolo-bdbnaj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.pistolo-6g5muz .pistolo-49cx2g {
  height: 100% !important;
  border-radius: 16px;
}

.pistolo-6g5muz .pistolo-jswkmi {
  gap: 4px;
  align-items: center;
}

.pistolo-6g5muz .pistolo-jswkmi button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pistolo-6g5muz .pistolo-jswkmi svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.pistolo-6g5muz .pistolo-qvdjf9,
.pistolo-6g5muz .pistolo-yi126v {
  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-6zc033.org/2000/svg'%3E%3Cpath d='M9.pistolo-9g641k 4.pistolo-yvb2ki.pistolo-tbxg5r 5.pistolo-pewunu.pistolo-oz2vbl 5.pistolo-qplxg3.pistolo-vlj14e 5.pistolo-kmrj1i.pistolo-i9e0v0 8.pistolo-r8uli1.pistolo-udpyuc 9.pistolo-uu3j7p.pistolo-evw47m 9.pistolo-79q2vc.pistolo-30a551 13.pistolo-lx0l9w.pistolo-ixrccq 11.pistolo-er9kgh.pistolo-pbz94x 11.pistolo-y33kis.pistolo-pmpjjd 11.pistolo-0tosg4.pistolo-fyz9ey 13.pistolo-gy5b2v.pistolo-lkhkxe 9.pistolo-19hd9j.pistolo-1d0fk7 9.pistolo-2a2rl5.pistolo-beieig 8.pistolo-8y5r0b.pistolo-0maqoe 5.pistolo-dklu2x.pistolo-w33t5g 5.pistolo-f9tk9q.pistolo-rcy8se 5.pistolo-ylhgmo.pistolo-yx6im7 4.pistolo-gjzagh.pistolo-pbz94x 1.pistolo-w88pfu.pistolo-9g641k 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.pistolo-6g5muz .pistolo-qvdjf9 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.pistolo-6g5muz .pistolo-yi126v {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.pistolo-0z3l82 {
  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-0z3l82 {
    padding: 24px;
  }
}

.pistolo-0z3l82 .pistolo-5g236n {
  display: flex;
}

@media (min-width: 768px) {
  .pistolo-0z3l82 .pistolo-5g236n {
    display: none;
  }
}

.pistolo-0z3l82 .pistolo-h8foks svg {
  display: none;
}

.pistolo-u88pcs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pistolo-u88pcs .pistolo-n165aq {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-u88pcs .pistolo-n165aq {
    display: flex;
  }
}

.pistolo-n0rvbz {
  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-n0rvbz {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-n0rvbz > * {
  margin: 0 !important;
}

.pistolo-n0rvbz img,
.pistolo-vwy5ki {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-n0rvbz img,
  .pistolo-vwy5ki {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-3oksv4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-3oksv4 {
    width: 32px;
    height: 32px;
  }
}

.pistolo-b9qa76 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .pistolo-b9qa76 {
    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-b9qa76::-webkit-scrollbar {
    display: none;
  }
}

.pistolo-1yisxv {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .pistolo-1yisxv {
    padding: 7px 15px;
  }
}

.pistolo-1yisxv:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pistolo-0flbv6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pistolo-0flbv6 {
    display: flex;
    opacity: 1;
  }
}

.pistolo-1yisxv picture {
  height: 100%;
  display: block;
}

.pistolo-1yisxv img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .pistolo-1yisxv img {
    width: 88px;
    height: 44px;
  }
}

.pistolo-1yisxv p {
  text-align: center;
  width: 100%;
}

.pistolo-sf4i5l {
  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-sf4i5l {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-sf4i5l img,
.pistolo-2748ul {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-sf4i5l img,
  .pistolo-2748ul {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-jtw6f4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-jtw6f4 {
    width: 32px;
    height: 32px;
  }
}

.pistolo-55spbc {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.pistolo-8g85z5 {
  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-j6liva {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.pistolo-j6liva.pistolo-eb5faf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.pistolo-yxriyt {
  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-yxriyt {
    font-size: 20px;
    line-height: 28px;
  }
}

.pistolo-j0l5c4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.pistolo-w71fq1 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.pistolo-fp78vd ease;
  opacity: 0;
  color: var(--text-color);
}

.pistolo-weiznf {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.pistolo-weiznf ol,
.pistolo-weiznf ul {
  padding-left: 1.3em;
}

.pistolo-j6liva.pistolo-eb5faf .pistolo-w71fq1 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.pistolo-j6liva.pistolo-eb5faf .pistolo-j0l5c4 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.pistolo-4rh05h {
  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-4rh05h {
    padding: 24px;
  }
}

.pistolo-4rh05h .pistolo-5g236n {
  display: flex;
}

@media (min-width: 768px) {
  .pistolo-4rh05h .pistolo-5g236n {
    display: none;
  }
}

.pistolo-4rh05h .pistolo-h8foks svg {
  display: none;
}

.pistolo-kytf1t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pistolo-kytf1t .pistolo-n165aq {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-kytf1t .pistolo-n165aq {
    display: flex;
  }
}

.pistolo-5laxrl {
  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-5laxrl {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-5laxrl > * {
  margin: 0 !important;
}

.pistolo-5laxrl img,
.pistolo-8wbfxf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-5laxrl img,
  .pistolo-8wbfxf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-d79o61 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-d79o61 {
    width: 32px;
    height: 32px;
  }
}

.pistolo-qa5bdo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .pistolo-qa5bdo {
    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-qa5bdo::-webkit-scrollbar {
    display: none;
  }
}

.pistolo-me0b25 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.pistolo-me0b25:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pistolo-4np1xg {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pistolo-4np1xg {
    display: flex;
    opacity: 1;
  }
}

.pistolo-me0b25 picture {
  width: auto;
  height: 100%;
  display: block;
}

.pistolo-me0b25 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.pistolo-ff6zia {
  margin: -24px 0;
}

.pistolo-ff6zia:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .pistolo-ff6zia {
    margin: -16px 0;
  }
}

.pistolo-oteaau {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .pistolo-oteaau {
    flex-direction: row;
  }
}

.pistolo-xp8n2e {
  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-xp8n2e {
    flex: 1;
  }
}

.pistolo-xp8n2e::placeholder {
  color: var(--Text-400);
}

.pistolo-8bhcu9 {
  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-yx50tx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pistolo-yx50tx::-webkit-scrollbar {
  display: none;
}

.pistolo-p8qutt {
  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-p8qutt img,
.pistolo-p8qutt svg {
  margin-right: 8px;
}

.pistolo-y9nhep {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.pistolo-ff6zia + .pistolo-fh2cwx {
  margin-top: 0;
}

@media (min-width: 768px) {
  .pistolo-ff6zia + .pistolo-fh2cwx {
    margin-top: -16px;
  }
}

.pistolo-7f6qvy {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.pistolo-7f6qvy > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.pistolo-7f6qvy > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.pistolo-ljgxy3 {
  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-eeembi {
  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-wv80yv {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.pistolo-t38ru4 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.pistolo-hs86p6 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.pistolo-ljgxy3 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-ljgxy3 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-ljgxy3 {
    padding: 39px 179px 39px 39px;
  }

  .pistolo-eeembi {
    font-size: 40px;
    line-height: 48px;
  }

  .pistolo-hs86p6 {
    height: 348px;
  }

  .pistolo-ljgxy3 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .pistolo-ljgxy3 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-ljgxy3 {
    padding: 63px;
  }
}

.pistolo-x3qf4o {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .pistolo-x3qf4o {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.pistolo-7i8al4 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pistolo-7i8al4 {
    width: auto;
  }
}

.pistolo-wk13ja {
  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-wk13ja::-webkit-scrollbar {
  display: none;
}

.pistolo-wk13ja 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-wk13ja a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pistolo-wk13ja {
    margin-left: 16px;
    margin-top: 0;
  }
}

.pistolo-x3qf4o .pistolo-8o49ue {
  -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-fp78vd,
    mask-image 0.3s;
}

.pistolo-x3qf4o .pistolo-8o49ue.pistolo-w179kk {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.pistolo-tq40ti {
  margin: 40px -16px;
}

.pistolo-ympuzd + .pistolo-bbgjep,
.pistolo-ympuzd + .pistolo-bor1sl {
  margin-top: 24px;
}

.pistolo-xonax3 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.pistolo-xonax3 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.pistolo-qh2jnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .pistolo-qh2jnr {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .pistolo-qh2jnr {
    margin-top: 0;
  }
}

.pistolo-aq6cpj {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pistolo-aq6cpj {
    font-size: 24px;
    line-height: 32px;
  }
}

.pistolo-nek3gi {
  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-nek3gi {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.pistolo-26d2iw {
  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-26d2iw {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.pistolo-16j1hp {
  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-16j1hp {
    font-size: 20px;
    line-height: 28px;
  }
}

.pistolo-zll5xf {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pistolo-zll5xf {
    font-size: 32px;
    line-height: 40px;
  }
}

.pistolo-plque7 {
  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-d8kcmi {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.pistolo-d8kcmi img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pistolo-fh2cwx {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pistolo-h1jaja {
  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-h1jaja {
    padding: 15px 48px;
  }
}

main > .pistolo-fh2cwx {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .pistolo-73l1pj.pistolo-qhujed > div:nth-child(n+5) {
    display: none;
  }
}

.pistolo-qto1wl p a img {
  display: block;
  margin: 0 auto;
}


.pistolo-8r3nwp {
  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-rtwg54 {
  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-rtwg54 label {
  font-size: 14px;
}

.pistolo-rtwg54 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pistolo-rtwg54 input,
.pistolo-rtwg54 textarea,
.pistolo-rtwg54 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-rtwg54 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pistolo-qnvv0f ease;
}
.pistolo-rtwg54 button:hover {
  background-color: var(--button-bg-hover);
}
.pistolo-ijz51t {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pistolo-q83gb6 ease-in;
}

.pistolo-ijz51t 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-07k7no, .pistolo-k9s7ku, [class*="review-card"],
thead, thead th, table th, .pistolo-38ngtg,
.pistolo-umrh7q, [class*="collapsible-header"],
.pistolo-odptnu, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
