* {
  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;
  }
}

.slotuna-4v7ucu {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .slotuna-4v7ucu {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .slotuna-4v7ucu {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.slotuna-1uvgkb {
  overflow: hidden;
}

.slotuna-brmz6x img {
  background: var(--Neutral-300);
}

.slotuna-0ieo3b {
  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;
}

.slotuna-tavglw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.slotuna-tavglw:hover {
  background: var(--button-bg-hover);
}

.slotuna-gxo52h {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.slotuna-gxo52h:hover {
  background: var(--button-bg-hover);
}

.slotuna-qsx09p {
  font-size: 12px;
  line-height: 18px;
}

.slotuna-20do9g {
  font-size: 18px;
  line-height: 26px;
}

.slotuna-dudocg {
  width: 100%;
}

.slotuna-ecv2dw {
  padding: 6px 16px;
}

.slotuna-qkcb9w {
  padding: 10px 16px;
}

.slotuna-daaa82 {
  padding: 15px 26px;
}

.slotuna-x45ktb {
  flex-shrink: 0;
}

.slotuna-0r3amk {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.slotuna-i2j361 {
  display: none;
}

.slotuna-edkmwz {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slotuna-0pa82d {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.slotuna-tvq5d1 {
  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;
}

.slotuna-b2qn68 {
  cursor: grab;
}

.slotuna-tvq5d1::-webkit-scrollbar {
  display: none;
}

.slotuna-aav42g {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.slotuna-bae5i6 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.slotuna-n5ovkt {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.slotuna-lgjvjn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.slotuna-p21ugq {
  visibility: visible;
}

.slotuna-nsq67d {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.slotuna-0eqajv ease;
}

.slotuna-c4cz1e {
  background-color: var(--Primary-200);
  width: 16px;
}

.slotuna-rf6z4l {
  -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.slotuna-0eqajv,
    mask-image 0.3s;
}

.slotuna-rf6z4l.slotuna-xpyul5 {
  -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;
  }
}

.slotuna-ebdge5: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;
}

.slotuna-oq43c0 {
  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.slotuna-pif7cc.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.slotuna-pif7cc.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;
}

.slotuna-f2adsy {
  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);
}

.slotuna-f2adsy::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%
  );
}

.slotuna-7137c7 {
  position: relative;
  z-index: 1;
}

.slotuna-zbcphy {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.slotuna-3atzvj {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.slotuna-askevh {
  font-size: 40px;
  line-height: 48px;
}

.slotuna-s7rha9 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slotuna-5vfwlt {
  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;
}

.slotuna-5vfwlt:hover {
  background: var(--Primary-400);
}

.slotuna-5vfwlt svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.slotuna-ebdge5 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) {
  .slotuna-f2adsy {
    max-width: 600px;
    padding: 64px;
  }

  .slotuna-zbcphy {
    font-size: 24px;
    line-height: 32px;
  }

  .slotuna-3atzvj {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .slotuna-askevh {
    font-size: 50px;
    line-height: 56px;
  }

  .slotuna-s7rha9 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .slotuna-oq43c0 {
    top: 25px;
    right: 25px;
  }
}

.slotuna-c7j7me,
.slotuna-ux8hrz {
  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;
}

.slotuna-7nnh2o.slotuna-9cb5xj::before,
.slotuna-ux8hrz::before,
.slotuna-d5t17i::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.slotuna-pif7cc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.slotuna-1aaivu 14.slotuna-7gndkh.slotuna-y3eowc 14.slotuna-446ak8 15.slotuna-ijvkc8 14.slotuna-mv3ozz 15.slotuna-1w3xla 14.slotuna-aqdxrr.slotuna-k7nreh 14.slotuna-a8bc32 19.slotuna-5p43t3 12.slotuna-w08c5h 19.slotuna-5p43t3 10.slotuna-stsjks.slotuna-5p43t3 8.slotuna-27qzli 17.slotuna-5gjywt 7.slotuna-t5yy6j 15.slotuna-dgfcf9 7.slotuna-nw6o02.slotuna-qdsxm6 7.slotuna-t5yy6j 11.slotuna-zpxqvj 8.slotuna-27qzli 11.slotuna-zpxqvj 10.slotuna-xi9mda.slotuna-zpxqvj 12.slotuna-iirwyk 13.slotuna-9sjxrp 14.slotuna-h9r96q 15.slotuna-h6nbjr 14.slotuna-ajedu4.slotuna-5j7qm7 14.slotuna-1oli98 15.slotuna-wblpja 14.slotuna-q7z25g 15.slotuna-rfr446 14.slotuna-wgo1ss.slotuna-1aaivu 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.slotuna-8r1iq7 15.slotuna-ekbtkp.slotuna-hfwmuw 15.slotuna-5lyqgq 15.slotuna-ew1w02 15.slotuna-ritar2 15.slotuna-8y8z4o 15.slotuna-h17qzo.slotuna-j3f0rn 15.slotuna-ritar2 15.slotuna-q5drp8 15.slotuna-5pa6vw 15.slotuna-jega60 15.slotuna-rig2n2.slotuna-y23uku 15.slotuna-8ydubx 7.slotuna-vyilwo 18.slotuna-0eoc9n 7.slotuna-banzrw 23.slotuna-4f2pdv.slotuna-td45c9.slotuna-bea9ul 18.slotuna-u4slxz 19.slotuna-jin0of 15.slotuna-1tbe4y 15.slotuna-8r1iq7 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.slotuna-17nzjf [type="submit"] *,
.slotuna-ww6lqn button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .slotuna-ecr0zr {
    display: none;
  }
}

.slotuna-2gf6u4 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .slotuna-2gf6u4 {
  display: none;
}

@media (min-width: 768px) {
  .slotuna-2gf6u4 {
    bottom: 22px;
  }
}

.slotuna-2gf6u4 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .slotuna-2gf6u4 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.slotuna-szw3iu.static) .slotuna-2gf6u4 {
    bottom: 8px;
  }
}

.slotuna-khcej6 {
  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.slotuna-pif7cc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.slotuna-12cg4b 3.slotuna-ezcsl6.slotuna-rcgrrb.slotuna-skv3sp 3.slotuna-l1qyjn 3.slotuna-70i7oy 5.slotuna-9t51ez 3.slotuna-70i7oy 8.slotuna-t8ih42.slotuna-s0ck6x.slotuna-70i7oy 26.slotuna-9to6mr 5.slotuna-ueb1um 28.slotuna-mo1gvl 8.slotuna-hzk2cw 28.slotuna-7zlnkp.slotuna-tdb9tn 28.slotuna-9mxc8v.slotuna-tfwq5i 34.slotuna-y27lva.slotuna-84ukhi 36.slotuna-f0f32l 11.slotuna-jg5n7i 37.slotuna-3mqbor 12.slotuna-mq44wf 36.slotuna-r1d7hp.slotuna-mfsysf 28.slotuna-vc5g5g.slotuna-31465w.slotuna-wknkqk 28.slotuna-phc0jq 36.slotuna-0pgohl 26.slotuna-syzanh 36.slotuna-0pgohl 23.slotuna-nt4dcs.slotuna-xmpjfn.slotuna-0pgohl 5.slotuna-30hmg3 34.slotuna-bfovba 3.slotuna-l1qyjn 31.slotuna-12cg4b 3.slotuna-cmpyi2.slotuna-9p5109 18.slotuna-0kplw6.slotuna-rlwd43 18.slotuna-iha0b3 8.slotuna-cwz1ac 17.slotuna-sgi8kc 8.slotuna-cwz1ac 15.slotuna-9w0lkg.slotuna-cwz1ac 14.slotuna-1c35zu 9.slotuna-rlwd43 13.slotuna-9zdwj6 11.slotuna-9p5109 13.slotuna-91lvd1.slotuna-pwl7jh 13.slotuna-9zdwj6 13.slotuna-xx4rkk 14.slotuna-1c35zu 13.slotuna-xx4rkk 15.slotuna-rq8rvc.slotuna-xx4rkk 17.slotuna-sgi8kc 12.slotuna-pwl7jh 18.slotuna-iha0b3 11.slotuna-9p5109 18.slotuna-wzmpd8.slotuna-0wcips 18.slotuna-fa8h70.slotuna-ki3b33 18.slotuna-iha0b3 17.slotuna-kjkfqf 17.slotuna-sgi8kc 17.slotuna-kjkfqf 15.slotuna-qdajco.slotuna-kjkfqf 14.slotuna-1c35zu 18.slotuna-ki3b33 13.slotuna-9zdwj6 20.slotuna-0wcips 13.slotuna-iup0lr.slotuna-pp5nu5 13.slotuna-9zdwj6 22.slotuna-knefkr 14.slotuna-1c35zu 22.slotuna-knefkr 15.slotuna-gs42pp.slotuna-d6dwd8 17.slotuna-sgi8kc 21.slotuna-pp5nu5 18.slotuna-iha0b3 20.slotuna-0wcips 18.slotuna-datj72.slotuna-wua3r8 18.slotuna-4pw3gb.slotuna-94vcah 18.slotuna-iha0b3 26.slotuna-26bwk5 17.slotuna-sgi8kc 26.slotuna-26bwk5 15.slotuna-pmogi2.slotuna-26bwk5 14.slotuna-1c35zu 27.slotuna-94vcah 13.slotuna-9zdwj6 28.slotuna-wua3r8 13.slotuna-76om16.slotuna-zcgjpx 13.slotuna-9zdwj6 31.slotuna-u316rh 14.slotuna-1c35zu 31.slotuna-u316rh 15.slotuna-p0z1n9.slotuna-26bwk5 17.slotuna-sgi8kc 30.slotuna-zcgjpx 18.slotuna-iha0b3 28.slotuna-wua3r8 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"])
    .slotuna-khcej6 {
    display: none;
  }
}

.slotuna-b75mc7 {
  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) {
  .slotuna-b75mc7 {
    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;
}

.slotuna-ww6lqn {
  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) {
  .slotuna-ww6lqn {
    padding: 14px 16px;
  }
}

.slotuna-ww6lqn button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.slotuna-ww6lqn button:first-child {
  align-content: end;
}

.slotuna-ww6lqn button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .slotuna-ww6lqn
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .slotuna-ww6lqn
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.slotuna-ww6lqn button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.slotuna-ww6lqn button:last-child svg {
  width: 38px;
  height: 38px;
}

.slotuna-d5t17i {
  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;
}

.slotuna-d5t17i::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .slotuna-d5t17i,
.pc61d126-chatbot[data-active-screen="3"]
  .slotuna-d5t17i {
  opacity: 1;
  visibility: visible;
}

.slotuna-tctn0w {
  flex: 1 1;
}

.slotuna-8yqsaf {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .slotuna-8yqsaf {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .slotuna-qm4jdu {
  display: block;
}

.slotuna-0xi9vr {
  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) {
  .slotuna-0xi9vr {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.slotuna-ux8hrz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.slotuna-ux8hrz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.slotuna-pnd9bo span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.slotuna-pnd9bo p {
  color: var(--Text-100);
}

.slotuna-ux8hrz .slotuna-a7ooum {
  grid-area: button;
}

.slotuna-ux8hrz .slotuna-a7ooum::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.slotuna-pif7cc.org/2000/svg'%3E%3Cpath d='M4.slotuna-8sf2gu 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slotuna-wk45q1 15L16.slotuna-wk45q1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slotuna-wk45q1 5L16.slotuna-wk45q1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .slotuna-0t04hh {
  display: block;
}

.slotuna-82zdc7 {
  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) {
  .slotuna-82zdc7 {
    margin-top: 40px;
  }
}

.slotuna-c7j7me label,
.slotuna-c7j7me input {
  display: block;
  width: 100%;
}

.slotuna-c7j7me label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.slotuna-c7j7me label.slotuna-fyitnn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.slotuna-c7j7me label.slotuna-fyitnn::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;
}

.slotuna-c7j7me 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;
}

.slotuna-c7j7me input::placeholder {
  color: var(--Text-400);
}

.slotuna-rf7lxy {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .slotuna-rf7lxy {
  display: flex;
}

.slotuna-rf7lxy ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .slotuna-rf7lxy ol {
    height: 420px;
    padding: 24px;
  }
}

.slotuna-rf7lxy ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.slotuna-17nzjf {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .slotuna-17nzjf {
    padding: 0 24px 24px;
  }
}

.slotuna-17nzjf 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;
}

.slotuna-17nzjf input::placeholder {
  color: var(--Text-400);
}

.slotuna-17nzjf [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.slotuna-17nzjf [type="submit"]:disabled {
  opacity: 0.5;
}

.slotuna-17nzjf [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .slotuna-17nzjf [type="submit"] {
    right: 40px;
  }
}

.slotuna-7nnh2o {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.slotuna-7nnh2o.slotuna-9cb5xj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.slotuna-7nnh2o.slotuna-9cb5xj::before {
  content: "";
  width: 31px;
}

.slotuna-7nnh2o.slotuna-9cb5xj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slotuna-7nnh2o.slotuna-0l5c1z p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.slotuna-7nnh2o p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slotuna-2gf6u4 .slotuna-a7ooum {
  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;
  }
}

.slotuna-ecr0zr {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .slotuna-ecr0zr {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .slotuna-ecr0zr {
    padding: 18px 0;
  }
}

.slotuna-ecr0zr .slotuna-4v7ucu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .slotuna-ecr0zr .slotuna-4v7ucu {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.slotuna-5erw6o {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .slotuna-5erw6o {
    max-width: 160px;
    height: 40px;
  }
}

.slotuna-5erw6o picture,
.slotuna-5erw6o img {
  display: block;
  width: 100%;
  height: 100%;
}

.slotuna-5erw6o img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .slotuna-wyj5mj {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.slotuna-0eqajv ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .slotuna-ecr0zr.slotuna-kt4vsp .slotuna-wyj5mj {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slotuna-wyj5mj {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .slotuna-wyj5mj {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.slotuna-xhjm2k,
.slotuna-07ch91 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .slotuna-xhjm2k,
  .slotuna-07ch91 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .slotuna-07ch91 {
    display: none;
  }
}

.slotuna-gento5 {
  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;
}

.slotuna-kt4vsp .slotuna-gento5 {
  background: var(--fh-bg-color);
}

.slotuna-gento5 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .slotuna-gento5 {
    display: none;
  }
}

.slotuna-9kj83d {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slotuna-9kj83d {
    display: none;
  }
}

.slotuna-ctmkxo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.slotuna-ecr0zr.slotuna-kt4vsp .slotuna-ctmkxo:first-child {
  display: none;
}

.slotuna-ecr0zr.slotuna-kt4vsp .slotuna-ctmkxo:last-child {
  display: block;
}

.slotuna-ctmkxo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .slotuna-ctmkxo {
    display: none;
  }
}

.slotuna-1so1hh {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slotuna-1so1hh {
    display: flex;
  }
}

.slotuna-1so1hh ul {
  max-height: 350px;
  overflow-y: auto;
}

.slotuna-1so1hh:hover ul {
  visibility: visible;
  opacity: 1;
}

.slotuna-1so1hh:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.slotuna-1so1hh:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.slotuna-1so1hh:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.slotuna-1so1hh:hover .slotuna-vsqav9 svg {
  transform: rotate(180deg);
}

.slotuna-tgv457 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.slotuna-70cq9v {
  padding: 0 8px;
}

.slotuna-5njavc {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.slotuna-5njavc:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .slotuna-5njavc {
    padding: 4px 8px;
  }
}

.slotuna-8369uc {
  display: flex;
}

.slotuna-8369uc img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.slotuna-vsqav9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.slotuna-vsqav9 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.slotuna-1vizxg {
  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) {
  .slotuna-1vizxg {
    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;
  }
}

.slotuna-l8ic16 {
  width: 100%;
}

@media (min-width: 1200px) {
  .slotuna-l8ic16 {
    display: none;
  }
}

.slotuna-n1j570 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.slotuna-s96yuv {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.slotuna-0u9zqs {
  display: flex;
}

.slotuna-zv4nx4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.slotuna-2145kc {
  list-style: none;
}

@media (max-width: 1199px) {
  .slotuna-2145kc {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .slotuna-2145kc {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .slotuna-2145kc .slotuna-hwyjwo [data-ref-el],
  .slotuna-2145kc .slotuna-hwyjwo span,
  .slotuna-2145kc .slotuna-hwyjwo a {
    white-space: nowrap;
  }
}

.slotuna-crgir4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .slotuna-crgir4.slotuna-c9kuh3 > .slotuna-hwyjwo {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .slotuna-crgir4.slotuna-whgckb:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .slotuna-crgir4.slotuna-c9kuh3 > .slotuna-4imqzj {
    height: auto;
  }

  .slotuna-crgir4.slotuna-c9kuh3 > div > .slotuna-hva2zj {
    transform: rotate(180deg);
  }
}

.slotuna-crgir4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.slotuna-crgir4 [data-ref-el],
.slotuna-crgir4 span {
  cursor: pointer;
}

.slotuna-crgir4 [data-ref-el],
.slotuna-crgir4 span,
.slotuna-crgir4 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .slotuna-crgir4 [data-ref-el],
  .slotuna-crgir4 span,
  .slotuna-crgir4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .slotuna-crgir4 [data-ref-el],
  .slotuna-crgir4 span,
  .slotuna-crgir4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.slotuna-4imqzj {
  height: 0;
  overflow: hidden;
  transition: height 0.slotuna-0eqajv ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.slotuna-4imqzj::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.slotuna-4imqzj::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.slotuna-4imqzj::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .slotuna-4imqzj {
    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;
  }

  .slotuna-4imqzj:has(> .slotuna-crgir4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .slotuna-4imqzj .slotuna-4imqzj {
    padding: 0;
  }

  .slotuna-4imqzj .slotuna-crgir4 {
    font-weight: 400;
  }

  .slotuna-4imqzj .slotuna-crgir4:hover > .slotuna-hwyjwo {
    background: var(--Neutral-300);
  }

  .slotuna-4imqzj .slotuna-hva2zj {
    rotate: -90deg;
  }
}

.slotuna-hwyjwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slotuna-hwyjwo {
    padding: 8px;
  }

  .slotuna-crgir4.slotuna-8ahgk3 > .slotuna-hwyjwo {
    background: var(--Neutral-300);
  }
}

.slotuna-hva2zj {
  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.slotuna-pif7cc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.slotuna-3fyvzi 0.slotuna-3u17yq.slotuna-llrcle -0.slotuna-49ga87 0.slotuna-t5dbr1 -0.slotuna-49ga87 1.slotuna-l51zb7 0.slotuna-p6wofo.slotuna-dyukgc 4.slotuna-t67cp2.slotuna-3fyvzi 0.slotuna-5wcxa0.slotuna-rbx1g6 -0.slotuna-49ga87 9.slotuna-9jv5da -0.slotuna-49ga87 10.slotuna-l45urp 0.slotuna-eyail4.slotuna-sk5wqn 0.slotuna-llrcle 10.slotuna-sk5wqn 0.slotuna-t5dbr1 10.slotuna-l45urp 1.slotuna-e1zdqf.slotuna-mvg36t 5.slotuna-msdjuf.slotuna-tbtmhl 6.slotuna-sa77of 5.slotuna-rnla98 6.slotuna-sa77of 4.slotuna-8b4gvp 5.slotuna-ijclkx.slotuna-3fyvzi 1.slotuna-nnh38k.slotuna-49ga87 0.slotuna-t5dbr1 -0.slotuna-49ga87 0.slotuna-llrcle 0.slotuna-3fyvzi 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.slotuna-0eqajv ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slotuna-hva2zj {
    cursor: default;
  }
}

.slotuna-ee2twj {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.slotuna-2cr9bd {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .slotuna-2cr9bd {
    padding: 40px 4px;
  }
}

.slotuna-dtniki {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .slotuna-dtniki {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.slotuna-7s2z9c {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .slotuna-7s2z9c {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.slotuna-7s2z9c ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.slotuna-7s2z9c [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.slotuna-7s2z9c [data-ref-el],
.slotuna-7s2z9c span,
.slotuna-7s2z9c a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.slotuna-cjnah3 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slotuna-cjnah3 {
    margin-bottom: 12px;
  }
}

.slotuna-02kac3 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.slotuna-02kac3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .slotuna-02kac3:last-child {
    margin-right: 0;
  }
}

.slotuna-5fytr0 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.slotuna-cjnah3:hover .slotuna-77qj2x {
  visibility: visible;
  opacity: 1;
}

.slotuna-77qj2x {
  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);
}

.slotuna-m77uqv {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.slotuna-5qhyr0 {
  display: flex;
  margin: 6px;
}

.slotuna-5qhyr0 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.slotuna-77qj2x::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);
}

.slotuna-77qj2x::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);
}

.slotuna-cgszn4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .slotuna-cgszn4 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.slotuna-y78pnw {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .slotuna-y78pnw {
    margin-right: 32px;
  }
}

.slotuna-katgpd {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slotuna-katgpd {
    margin-top: 0;
    width: 340px;
  }
}

.slotuna-katgpd a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.slotuna-t39dwo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.slotuna-nv07qv {
  position: relative;
}

@media (min-width: 768px) {
  .slotuna-nv07qv {
    margin-top: 40px;
  }
}

.slotuna-nv07qv + .slotuna-3svr2y,
.slotuna-nv07qv + .slotuna-nv07qv {
  margin-top: 24px;
}

.slotuna-yy7enw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .slotuna-yy7enw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slotuna-yy7enw {
    padding: 80px;
  }
}

.slotuna-u8quou {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .slotuna-u8quou {
    padding: 0 16px;
}


}

.slotuna-z5ckmq {
  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) {
  .slotuna-z5ckmq {
    font-size: 48px;
    line-height: 56px;
  }
}

.slotuna-1ruxxj {
  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) {
  .slotuna-1ruxxj {
    font-size: 24px;
    line-height: 32px;
  }
}

.slotuna-y5mtlh {
  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;
}

.slotuna-y5mtlh:hover {
  background: var(--button-bg-hover);
}

.slotuna-qhhxxj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.slotuna-qhhxxj img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .slotuna-qhhxxj img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .slotuna-qhhxxj img {
  min-height: 100%;
  }
}

.slotuna-yy7enw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.slotuna-1c77c1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slotuna-1c77c1 h1,
.slotuna-1c77c1 h2,
.slotuna-1c77c1 h3,
.slotuna-1c77c1 h4 {
  margin-bottom: 6px;
}

.slotuna-1c77c1 h1:not(:first-child),
.slotuna-1c77c1 h2:not(:first-child),
.slotuna-1c77c1 h3:not(:first-child),
.slotuna-1c77c1 h4:not(:first-child) {
  margin-top: 16px;
}

.slotuna-1c77c1 h1,
.slotuna-1c77c1 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .slotuna-1c77c1 h1,
  .slotuna-1c77c1 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.slotuna-1c77c1 h2,
.slotuna-1c77c1 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .slotuna-1c77c1 h2,
  .slotuna-1c77c1 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.slotuna-1c77c1 h3,
.slotuna-1c77c1 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .slotuna-1c77c1 h3,
  .slotuna-1c77c1 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.slotuna-1c77c1 h4,
.slotuna-1c77c1 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.slotuna-1c77c1 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.slotuna-1c77c1 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.slotuna-1c77c1 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);
}

.slotuna-1c77c1 ul ul {
  margin-bottom: 8px;
}

.slotuna-1c77c1 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.slotuna-1c77c1 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.slotuna-1c77c1 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.slotuna-1c77c1 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.slotuna-1c77c1 ol li::marker {
  font-weight: 700;
}

.slotuna-1c77c1 ol ol {
  margin-bottom: 8px;
}

.slotuna-1c77c1 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.slotuna-1c77c1 ol ul li {
  padding-left: 16px;
}

.slotuna-1c77c1 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) {
  .slotuna-1c77c1 table {
    padding: 24px;
  }
}

.slotuna-1c77c1 table.slotuna-yjwwfc {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.slotuna-0eqajv,
    mask-image 0.3s;
}

.slotuna-1c77c1 table.slotuna-yjwwfc.slotuna-xpyul5 {
  -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) {
  .slotuna-1c77c1 table {
    display: table;
  }
}

.slotuna-1c77c1 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);
}

.slotuna-1c77c1 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slotuna-1c77c1 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slotuna-1c77c1 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) {
  .slotuna-1c77c1 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.slotuna-1c77c1 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slotuna-1c77c1 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slotuna-1c77c1 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.slotuna-1c77c1 img {
  max-width: 100%;
  height: auto;
}

.slotuna-ipr6tv {
  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) {
  .slotuna-ipr6tv {
    padding: 24px;
  }
}

.slotuna-73vcmh {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .slotuna-73vcmh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.slotuna-73vcmh > * {
  margin: 0 !important;
}

.slotuna-73vcmh img,
.slotuna-mdd60j {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slotuna-73vcmh img,
  .slotuna-mdd60j {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slotuna-pm7slo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slotuna-pm7slo {
    width: 32px;
    height: 32px;
  }
}

.slotuna-q6rstx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.slotuna-q6rstx .slotuna-1d6gp3 {
  flex-shrink: 0;
}

.slotuna-q6rstx .slotuna-xb0ne5 svg {
  display: none;
}

.slotuna-dfa2w0 {
  display: grid;
  transition: max-height 0.slotuna-0eqajv ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .slotuna-dfa2w0 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .slotuna-dfa2w0 {
    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));
  }
}

.slotuna-dfa2w0.slotuna-uiqacj + .slotuna-1d6gp3 svg {
  transform: rotate(180deg);
}

.slotuna-ko3xte {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.slotuna-ko3xte > div:nth-child(3n) {
  grid-column: span 2;
}

.slotuna-ko3xte
  > div:nth-child(3n)
  .slotuna-zmk93w
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .slotuna-ko3xte {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .slotuna-ko3xte > div:nth-child(3n) {
    grid-column: unset;
  }

  .slotuna-ko3xte
    > div:nth-child(3n)
    .slotuna-zmk93w
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .slotuna-ko3xte {
    max-width: 270px;
  }
}

.slotuna-ko3xte .slotuna-zmk93w button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .slotuna-ko3xte .slotuna-zmk93w button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .slotuna-ko3xte .slotuna-zmk93w button {
    max-width: 104px;
  }
}

.slotuna-u03aur {
  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) {
  .slotuna-u03aur {
    margin-bottom: 0;
  }
}

.slotuna-0w45ek {
  display: none;
  opacity: 0;
}

.slotuna-kl7mne {
  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;
  }
}

.slotuna-kl7mne img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.slotuna-zmk93w {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.slotuna-zmk93w button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slotuna-zmk93w
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slotuna-zmk93w
    button {
    max-width: 145px;
  }
}

.slotuna-i3wt4s:first-child
  .slotuna-zmk93w
  button {
  max-width: 270px;
}

.slotuna-pw2udg {
  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%;
}

.slotuna-u03aur picture {
  width: 100%;
  max-width: 100%;
}

.slotuna-oqfyov {
  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;
}

.slotuna-oqfyov svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.slotuna-u03aur:hover .slotuna-oqfyov {
  display: flex;
}

.slotuna-7nf94s {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.slotuna-34v63r {
  display: flex;
}

.slotuna-34v63r:hover .slotuna-i7q50p,
.slotuna-34v63r .slotuna-8ahgk3 .slotuna-i7q50p {
  display: flex;
}

.slotuna-34v63r svg {
  flex-shrink: 0;
}

.slotuna-i7q50p {
  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) {
  .slotuna-i7q50p {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.slotuna-i7q50p:hover {
  display: flex;
}

.slotuna-i7q50p svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.slotuna-yqejmk {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .slotuna-yqejmk {
    font-size: 12px;
  }
}

.slotuna-qnqm8i,
.slotuna-r3l2cl {
  width: 50%;
  flex-shrink: 0;
}

.slotuna-qnqm8i {
  font-weight: 700;
}

.slotuna-n4s9h4 .slotuna-dfa2w0 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .slotuna-n4s9h4 .slotuna-dfa2w0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .slotuna-n4s9h4 .slotuna-dfa2w0 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.slotuna-n4s9h4
  .slotuna-pw2udg:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.slotuna-n4s9h4 .slotuna-kl7mne {
  height: 100% !important;
  border-radius: 16px;
}

.slotuna-n4s9h4 .slotuna-zmk93w {
  gap: 4px;
  align-items: center;
}

.slotuna-n4s9h4 .slotuna-zmk93w button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slotuna-n4s9h4 .slotuna-zmk93w svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.slotuna-n4s9h4 .slotuna-zrqa8d,
.slotuna-n4s9h4 .slotuna-ivsu98 {
  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.slotuna-pif7cc.org/2000/svg'%3E%3Cpath d='M9.slotuna-rpgsz1 4.slotuna-bft15v.slotuna-rcntz5 5.slotuna-ez559x.slotuna-dysgiv 5.slotuna-rkjgwr.slotuna-y309qu 5.slotuna-8t3vfs.slotuna-k11ane 8.slotuna-68mpo6.slotuna-7wu42o 9.slotuna-bl25ol.slotuna-orjik9 9.slotuna-kuwe3q.slotuna-j42x45 13.slotuna-j4fqf9.slotuna-5ekmuc 11.slotuna-seshiz.slotuna-shdygv 11.slotuna-u7gdxj.slotuna-tuh6y8 11.slotuna-89gjuk.slotuna-k1scj6 13.slotuna-dr1xlm.slotuna-s0g8po 9.slotuna-zuqgkm.slotuna-t7a3h8 9.slotuna-o9t1zp.slotuna-igcwoq 8.slotuna-j8dksq.slotuna-a6mwz4 5.slotuna-mdsdx2.slotuna-hasu3m 5.slotuna-wp6lqd.slotuna-8g8313 5.slotuna-iriia5.slotuna-dbfosa 4.slotuna-4jvvr3.slotuna-shdygv 1.slotuna-0eawlq.slotuna-rpgsz1 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.slotuna-n4s9h4 .slotuna-zrqa8d {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.slotuna-n4s9h4 .slotuna-ivsu98 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.slotuna-4bbc9w {
  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) {
  .slotuna-4bbc9w {
    padding: 24px;
  }
}

.slotuna-4bbc9w .slotuna-1d6gp3 {
  display: flex;
}

@media (min-width: 768px) {
  .slotuna-4bbc9w .slotuna-1d6gp3 {
    display: none;
  }
}

.slotuna-4bbc9w .slotuna-xb0ne5 svg {
  display: none;
}

.slotuna-uiu7cw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.slotuna-uiu7cw .slotuna-0ieo3b {
  display: none;
}

@media (min-width: 768px) {
  .slotuna-uiu7cw .slotuna-0ieo3b {
    display: flex;
  }
}

.slotuna-fkfeq4 {
  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) {
  .slotuna-fkfeq4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.slotuna-fkfeq4 > * {
  margin: 0 !important;
}

.slotuna-fkfeq4 img,
.slotuna-8esa3l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slotuna-fkfeq4 img,
  .slotuna-8esa3l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slotuna-gj7f97 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slotuna-gj7f97 {
    width: 32px;
    height: 32px;
  }
}

.slotuna-8w9af2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .slotuna-8w9af2 {
    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;
  }

  .slotuna-8w9af2::-webkit-scrollbar {
    display: none;
  }
}

.slotuna-bkok3f {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .slotuna-bkok3f {
    padding: 7px 15px;
  }
}

.slotuna-bkok3f:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slotuna-5heq0m {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slotuna-5heq0m {
    display: flex;
    opacity: 1;
  }
}

.slotuna-bkok3f picture {
  height: 100%;
  display: block;
}

.slotuna-bkok3f img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .slotuna-bkok3f img {
    width: 88px;
    height: 44px;
  }
}

.slotuna-bkok3f p {
  text-align: center;
  width: 100%;
}

.slotuna-w0zkyl {
  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) {
  .slotuna-w0zkyl {
    font-size: 40px;
    line-height: 48px;
  }
}

.slotuna-w0zkyl img,
.slotuna-lvn4wm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slotuna-w0zkyl img,
  .slotuna-lvn4wm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slotuna-03y145 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slotuna-03y145 {
    width: 32px;
    height: 32px;
  }
}

.slotuna-0ewk65 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.slotuna-h37dt2 {
  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;
}

.slotuna-gtfbxz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.slotuna-gtfbxz.slotuna-8ahgk3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.slotuna-4qeyct {
  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) {
  .slotuna-4qeyct {
    font-size: 20px;
    line-height: 28px;
  }
}

.slotuna-thvxys {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.slotuna-tisdxm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.slotuna-0eqajv ease;
  opacity: 0;
  color: var(--text-color);
}

.slotuna-vdb7bj {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.slotuna-vdb7bj ol,
.slotuna-vdb7bj ul {
  padding-left: 1.3em;
}

.slotuna-gtfbxz.slotuna-8ahgk3 .slotuna-tisdxm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.slotuna-gtfbxz.slotuna-8ahgk3 .slotuna-thvxys {
  transform: rotate(180deg);
  color: var(--text-color);
}

.slotuna-iffxpt {
  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) {
  .slotuna-iffxpt {
    padding: 24px;
  }
}

.slotuna-iffxpt .slotuna-1d6gp3 {
  display: flex;
}

@media (min-width: 768px) {
  .slotuna-iffxpt .slotuna-1d6gp3 {
    display: none;
  }
}

.slotuna-iffxpt .slotuna-xb0ne5 svg {
  display: none;
}

.slotuna-4xnz0y {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slotuna-4xnz0y .slotuna-0ieo3b {
  display: none;
}

@media (min-width: 768px) {
  .slotuna-4xnz0y .slotuna-0ieo3b {
    display: flex;
  }
}

.slotuna-7nmm7l {
  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) {
  .slotuna-7nmm7l {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.slotuna-7nmm7l > * {
  margin: 0 !important;
}

.slotuna-7nmm7l img,
.slotuna-gc1vg5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slotuna-7nmm7l img,
  .slotuna-gc1vg5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slotuna-pwnohk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slotuna-pwnohk {
    width: 32px;
    height: 32px;
  }
}

.slotuna-a5zbo2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .slotuna-a5zbo2 {
    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;
  }

  .slotuna-a5zbo2::-webkit-scrollbar {
    display: none;
  }
}

.slotuna-qx7kdt {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.slotuna-qx7kdt:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slotuna-ok8rsl {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slotuna-ok8rsl {
    display: flex;
    opacity: 1;
  }
}

.slotuna-qx7kdt picture {
  width: auto;
  height: 100%;
  display: block;
}

.slotuna-qx7kdt picture img {
  display: block;
  width: auto;
  height: 100%;
}

.slotuna-uoevpm {
  margin: -24px 0;
}

.slotuna-uoevpm:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .slotuna-uoevpm {
    margin: -16px 0;
  }
}

.slotuna-dzrd6f {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .slotuna-dzrd6f {
    flex-direction: row;
  }
}

.slotuna-yzgx1y {
  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) {
  .slotuna-yzgx1y {
    flex: 1;
  }
}

.slotuna-yzgx1y::placeholder {
  color: var(--Text-400);
}

.slotuna-q9rgoa {
  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;
}

.slotuna-e20rw4 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slotuna-e20rw4::-webkit-scrollbar {
  display: none;
}

.slotuna-ia58p8 {
  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;
}

.slotuna-ia58p8 img,
.slotuna-ia58p8 svg {
  margin-right: 8px;
}

.slotuna-drk4vf {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.slotuna-uoevpm + .slotuna-yu7tjg {
  margin-top: 0;
}

@media (min-width: 768px) {
  .slotuna-uoevpm + .slotuna-yu7tjg {
    margin-top: -16px;
  }
}

.slotuna-ezgtco {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.slotuna-ezgtco > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.slotuna-ezgtco > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.slotuna-6cmccn {
  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;
}

.slotuna-mdm28y {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.slotuna-8nb35r {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.slotuna-ok1quk {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.slotuna-0csnb6 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.slotuna-6cmccn 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;
}

.slotuna-6cmccn 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) {
  .slotuna-6cmccn {
    padding: 39px 179px 39px 39px;
  }

  .slotuna-mdm28y {
    font-size: 40px;
    line-height: 48px;
  }

  .slotuna-0csnb6 {
    height: 348px;
  }

  .slotuna-6cmccn button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .slotuna-6cmccn button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .slotuna-6cmccn {
    padding: 63px;
  }
}

.slotuna-x4leca {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .slotuna-x4leca {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.slotuna-khyl40 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slotuna-khyl40 {
    width: auto;
  }
}

.slotuna-wq18oi {
  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;
}

.slotuna-wq18oi::-webkit-scrollbar {
  display: none;
}

.slotuna-wq18oi 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);
}

.slotuna-wq18oi a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slotuna-wq18oi {
    margin-left: 16px;
    margin-top: 0;
  }
}

.slotuna-x4leca .slotuna-1hrfh4 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.slotuna-0eqajv,
    mask-image 0.3s;
}

.slotuna-x4leca .slotuna-1hrfh4.slotuna-xpyul5 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.slotuna-ku6ini {
  margin: 40px -16px;
}

.slotuna-0h0y7l + .slotuna-3svr2y,
.slotuna-0h0y7l + .slotuna-nv07qv {
  margin-top: 24px;
}

.slotuna-kpkufq {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.slotuna-kpkufq picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slotuna-nzgqlh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .slotuna-nzgqlh {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .slotuna-nzgqlh {
    margin-top: 0;
  }
}

.slotuna-9cbwpy {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slotuna-9cbwpy {
    font-size: 24px;
    line-height: 32px;
  }
}

.slotuna-z9vrfq {
  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) {
  .slotuna-z9vrfq {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.slotuna-3fnvor {
  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) {
  .slotuna-3fnvor {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.slotuna-xa5xlo {
  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) {
  .slotuna-xa5xlo {
    font-size: 20px;
    line-height: 28px;
  }
}

.slotuna-p0d7qu {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slotuna-p0d7qu {
    font-size: 32px;
    line-height: 40px;
  }
}

.slotuna-d4frz5 {
  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;
}

.slotuna-8kynze {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.slotuna-8kynze img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slotuna-yu7tjg {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slotuna-hxq1p3 {
  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) {
  .slotuna-hxq1p3 {
    padding: 15px 48px;
  }
}

main > .slotuna-yu7tjg {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .slotuna-dfa2w0.slotuna-t3gs8a > div:nth-child(n+5) {
    display: none;
  }
}

.slotuna-1c77c1 p a img {
  display: block;
  margin: 0 auto;
}


.slotuna-zmor84 {
  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 */
.slotuna-zlg1vv {
  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;
}

.slotuna-zlg1vv label {
  font-size: 14px;
}

.slotuna-zlg1vv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slotuna-zlg1vv input,
.slotuna-zlg1vv textarea,
.slotuna-zlg1vv 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;
}
.slotuna-zlg1vv button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slotuna-qzxbot ease;
}
.slotuna-zlg1vv button:hover {
  background-color: var(--button-bg-hover);
}
.slotuna-7e0zli {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slotuna-x4f20x ease-in;
}

.slotuna-7e0zli 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;
}
.slotuna-56bku8, .slotuna-w3kyzb, [class*="review-card"],
thead, thead th, table th, .slotuna-mnyxsx,
.slotuna-0w3x6q, [class*="collapsible-header"],
.slotuna-rsvzi5, [class*="updated-block"] {
  color: #ece7dc !important;
}
