* {
  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;
  }
}

.vox-ilknr6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .vox-ilknr6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .vox-ilknr6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.vox-mvqd74 {
  overflow: hidden;
}

.vox-wcx1jz img {
  background: var(--Neutral-300);
}

.vox-xzt3x7 {
  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;
}

.vox-6tis70 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vox-6tis70:hover {
  background: var(--button-bg-hover);
}

.vox-ioe3vx {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vox-ioe3vx:hover {
  background: var(--button-bg-hover);
}

.vox-k1fxbf {
  font-size: 12px;
  line-height: 18px;
}

.vox-vn3ysr {
  font-size: 18px;
  line-height: 26px;
}

.vox-zvco76 {
  width: 100%;
}

.vox-mik7n8 {
  padding: 6px 16px;
}

.vox-yi1y4n {
  padding: 10px 16px;
}

.vox-cl8we1 {
  padding: 15px 26px;
}

.vox-ymqvvj {
  flex-shrink: 0;
}

.vox-1jtthr {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.vox-ueokpy {
  display: none;
}

.vox-h8b9hu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vox-ecnrst {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.vox-y5z8oj {
  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;
}

.vox-5dyugu {
  cursor: grab;
}

.vox-y5z8oj::-webkit-scrollbar {
  display: none;
}

.vox-9lrjq7 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vox-86dvkw {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.vox-8ih6u7 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.vox-invt2s {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.vox-da1qrh {
  visibility: visible;
}

.vox-3efyj4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.vox-dqj0p3 ease;
}

.vox-b15ldk {
  background-color: var(--Primary-200);
  width: 16px;
}

.vox-c0kwes {
  -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.vox-dqj0p3,
    mask-image 0.3s;
}

.vox-c0kwes.vox-ctzlr3 {
  -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;
  }
}

.vox-qv3h65: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;
}

.vox-bf6ayu {
  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.vox-5awqdi.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.vox-5awqdi.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;
}

.vox-k6ob2t {
  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);
}

.vox-k6ob2t::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%
  );
}

.vox-g19bbw {
  position: relative;
  z-index: 1;
}

.vox-bitchc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.vox-m6ufud {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.vox-br8z77 {
  font-size: 40px;
  line-height: 48px;
}

.vox-2tvw3l {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vox-3fy290 {
  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;
}

.vox-3fy290:hover {
  background: var(--Primary-400);
}

.vox-3fy290 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.vox-qv3h65 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) {
  .vox-k6ob2t {
    max-width: 600px;
    padding: 64px;
  }

  .vox-bitchc {
    font-size: 24px;
    line-height: 32px;
  }

  .vox-m6ufud {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .vox-br8z77 {
    font-size: 50px;
    line-height: 56px;
  }

  .vox-2tvw3l {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .vox-bf6ayu {
    top: 25px;
    right: 25px;
  }
}

.vox-7628ny,
.vox-zplw6f {
  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;
}

.vox-ftwz0f.vox-q67ni2::before,
.vox-zplw6f::before,
.vox-2fhh92::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.vox-5awqdi.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.vox-4ijhwe 14.vox-qlrsb8.vox-bl8314 14.vox-5dnofk 15.vox-fldc6x 14.vox-00hq6c 15.vox-e1prmn 14.vox-zyqiob.vox-zvah6z 14.vox-768xq9 19.vox-78hbya 12.vox-urykwp 19.vox-78hbya 10.vox-wo4wsk.vox-78hbya 8.vox-10b6pu 17.vox-gitf7q 7.vox-971ofp 15.vox-ek7gvi 7.vox-29v03n.vox-chiowu 7.vox-971ofp 11.vox-zv6eht 8.vox-10b6pu 11.vox-zv6eht 10.vox-9svu74.vox-zv6eht 12.vox-gxx5ho 13.vox-ho9pi4 14.vox-ymeaa8 15.vox-x5pmyh 14.vox-ou328t.vox-ipjlb8 14.vox-clec89 15.vox-68d75o 14.vox-ipwa4g 15.vox-qly7xu 14.vox-ub97i8.vox-4ijhwe 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.vox-j8tnao 15.vox-xnug4k.vox-thde6h 15.vox-8z2q1s 15.vox-0cf652 15.vox-nt711x 15.vox-620iw9 15.vox-rjwvw3.vox-mk4wdn 15.vox-nt711x 15.vox-1hefjf 15.vox-91by4o 15.vox-q32w9r 15.vox-gszb11.vox-p4eiot 15.vox-3iogv8 7.vox-h5z1cj 18.vox-yo7alm 7.vox-g0x63m 23.vox-bvw588.vox-20a031.vox-lrprxh 18.vox-y5rsvf 19.vox-p26tbq 15.vox-g7f51j 15.vox-j8tnao 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.vox-cz6ct3 [type="submit"] *,
.vox-v9qqx2 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .vox-jv1rj0 {
    display: none;
  }
}

.vox-37nldf {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .vox-37nldf {
  display: none;
}

@media (min-width: 768px) {
  .vox-37nldf {
    bottom: 22px;
  }
}

.vox-37nldf input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .vox-37nldf {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.vox-z9ctw6.static) .vox-37nldf {
    bottom: 8px;
  }
}

.vox-hc1vwv {
  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.vox-5awqdi.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.vox-a25pxl 3.vox-1jsjzx.vox-olai16.vox-pll64k 3.vox-pipefm 3.vox-rqeeyi 5.vox-kdo9jp 3.vox-rqeeyi 8.vox-3lttf5.vox-3b062r.vox-rqeeyi 26.vox-f9n6pg 5.vox-nuq2zi 28.vox-ahhbab 8.vox-n30hkk 28.vox-jibfvj.vox-xew3ni 28.vox-paai5y.vox-n7xxbe 34.vox-1lkgkl.vox-0temx2 36.vox-j5yynl 11.vox-jv8sw6 37.vox-gfbqg3 12.vox-btfash 36.vox-lrpopz.vox-7lcxru 28.vox-l7cbue.vox-8xuad7.vox-2tose0 28.vox-dtspwi 36.vox-no3cwh 26.vox-3wqeoe 36.vox-no3cwh 23.vox-an4cm1.vox-a3puh4.vox-no3cwh 5.vox-1gqvi7 34.vox-est28x 3.vox-pipefm 31.vox-a25pxl 3.vox-o7zfd6.vox-yytowo 18.vox-8s4gdc.vox-tp8trh 18.vox-cr9qvf 8.vox-0atvc7 17.vox-1ds9u3 8.vox-0atvc7 15.vox-3mxzf2.vox-0atvc7 14.vox-q30sxe 9.vox-tp8trh 13.vox-s8zvgc 11.vox-yytowo 13.vox-8kyxhn.vox-jcvmqs 13.vox-s8zvgc 13.vox-44ud3n 14.vox-q30sxe 13.vox-44ud3n 15.vox-dfdein.vox-44ud3n 17.vox-1ds9u3 12.vox-jcvmqs 18.vox-cr9qvf 11.vox-yytowo 18.vox-e3t0ay.vox-7d1uuf 18.vox-o4zr49.vox-vjq2jt 18.vox-cr9qvf 17.vox-lihe1r 17.vox-1ds9u3 17.vox-lihe1r 15.vox-by5ztk.vox-lihe1r 14.vox-q30sxe 18.vox-vjq2jt 13.vox-s8zvgc 20.vox-7d1uuf 13.vox-0vouvp.vox-jbm1rn 13.vox-s8zvgc 22.vox-1on6y6 14.vox-q30sxe 22.vox-1on6y6 15.vox-m8swz9.vox-f6g0co 17.vox-1ds9u3 21.vox-jbm1rn 18.vox-cr9qvf 20.vox-7d1uuf 18.vox-fe82n7.vox-r0pt7b 18.vox-yn744v.vox-lt49kc 18.vox-cr9qvf 26.vox-akulbu 17.vox-1ds9u3 26.vox-akulbu 15.vox-gdiqui.vox-akulbu 14.vox-q30sxe 27.vox-lt49kc 13.vox-s8zvgc 28.vox-r0pt7b 13.vox-952hwp.vox-xrzgta 13.vox-s8zvgc 31.vox-m4jcga 14.vox-q30sxe 31.vox-m4jcga 15.vox-m8wok7.vox-akulbu 17.vox-1ds9u3 30.vox-xrzgta 18.vox-cr9qvf 28.vox-r0pt7b 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"])
    .vox-hc1vwv {
    display: none;
  }
}

.vox-fk0d2g {
  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) {
  .vox-fk0d2g {
    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;
}

.vox-v9qqx2 {
  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) {
  .vox-v9qqx2 {
    padding: 14px 16px;
  }
}

.vox-v9qqx2 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.vox-v9qqx2 button:first-child {
  align-content: end;
}

.vox-v9qqx2 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .vox-v9qqx2
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .vox-v9qqx2
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.vox-v9qqx2 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.vox-v9qqx2 button:last-child svg {
  width: 38px;
  height: 38px;
}

.vox-2fhh92 {
  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;
}

.vox-2fhh92::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .vox-2fhh92,
.pc61d126-chatbot[data-active-screen="3"]
  .vox-2fhh92 {
  opacity: 1;
  visibility: visible;
}

.vox-kx9fjj {
  flex: 1 1;
}

.vox-uggk5j {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .vox-uggk5j {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .vox-pxr3he {
  display: block;
}

.vox-62eewf {
  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) {
  .vox-62eewf {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.vox-zplw6f {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.vox-zplw6f::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.vox-r4ixvq span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.vox-r4ixvq p {
  color: var(--Text-100);
}

.vox-zplw6f .vox-jqqxln {
  grid-area: button;
}

.vox-zplw6f .vox-jqqxln::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.vox-5awqdi.org/2000/svg'%3E%3Cpath d='M4.vox-7gauoe 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vox-y121r5 15L16.vox-y121r5 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vox-y121r5 5L16.vox-y121r5 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .vox-kgdcen {
  display: block;
}

.vox-8hcu9o {
  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) {
  .vox-8hcu9o {
    margin-top: 40px;
  }
}

.vox-7628ny label,
.vox-7628ny input {
  display: block;
  width: 100%;
}

.vox-7628ny label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.vox-7628ny label.vox-qkg1h6 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.vox-7628ny label.vox-qkg1h6::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;
}

.vox-7628ny 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;
}

.vox-7628ny input::placeholder {
  color: var(--Text-400);
}

.vox-efyvtz {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .vox-efyvtz {
  display: flex;
}

.vox-efyvtz ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .vox-efyvtz ol {
    height: 420px;
    padding: 24px;
  }
}

.vox-efyvtz ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.vox-cz6ct3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .vox-cz6ct3 {
    padding: 0 24px 24px;
  }
}

.vox-cz6ct3 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;
}

.vox-cz6ct3 input::placeholder {
  color: var(--Text-400);
}

.vox-cz6ct3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.vox-cz6ct3 [type="submit"]:disabled {
  opacity: 0.5;
}

.vox-cz6ct3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .vox-cz6ct3 [type="submit"] {
    right: 40px;
  }
}

.vox-ftwz0f {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.vox-ftwz0f.vox-q67ni2 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.vox-ftwz0f.vox-q67ni2::before {
  content: "";
  width: 31px;
}

.vox-ftwz0f.vox-q67ni2 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vox-ftwz0f.vox-m7crp1 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.vox-ftwz0f p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vox-37nldf .vox-jqqxln {
  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;
  }
}

.vox-jv1rj0 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .vox-jv1rj0 {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .vox-jv1rj0 {
    padding: 15px 0;
  }
}

.vox-jv1rj0 .vox-ilknr6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vox-jv1rj0 .vox-ilknr6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.vox-sysg9t {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .vox-sysg9t {
    max-width: 180px;
    height: 47px;
  }
}

.vox-sysg9t picture,
.vox-sysg9t img {
  display: block;
  width: 100%;
  height: 100%;
}

.vox-sysg9t img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .vox-igjpiv {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.vox-dqj0p3 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .vox-jv1rj0.vox-jnd3er .vox-igjpiv {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vox-igjpiv {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .vox-igjpiv {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.vox-l7mcjq,
.vox-cyaxs9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .vox-l7mcjq,
  .vox-cyaxs9 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .vox-cyaxs9 {
    display: none;
  }
}

.vox-2jocyf {
  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;
}

.vox-jnd3er .vox-2jocyf {
  background: var(--fh-bg-color);
}

.vox-2jocyf button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .vox-2jocyf {
    display: none;
  }
}

.vox-j8x8yz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vox-j8x8yz {
    display: none;
  }
}

.vox-cre0vn {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.vox-jv1rj0.vox-jnd3er .vox-cre0vn:first-child {
  display: none;
}

.vox-jv1rj0.vox-jnd3er .vox-cre0vn:last-child {
  display: block;
}

.vox-cre0vn:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .vox-cre0vn {
    display: none;
  }
}

.vox-fahsla {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vox-fahsla {
    display: flex;
  }
}

.vox-fahsla ul {
  max-height: 350px;
  overflow-y: auto;
}

.vox-fahsla:hover ul {
  visibility: visible;
  opacity: 1;
}

.vox-fahsla:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vox-fahsla:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.vox-fahsla:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.vox-fahsla:hover .vox-62hry6 svg {
  transform: rotate(180deg);
}

.vox-gc3328 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.vox-erxo6q {
  padding: 0 8px;
}

.vox-ugi5y2 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.vox-ugi5y2:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .vox-ugi5y2 {
    padding: 4px 8px;
  }
}

.vox-6p1lv5 {
  display: flex;
}

.vox-6p1lv5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.vox-62hry6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.vox-62hry6 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.vox-7i7d48 {
  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) {
  .vox-7i7d48 {
    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;
  }
}

.vox-ya6i0o {
  width: 100%;
}

@media (min-width: 1200px) {
  .vox-ya6i0o {
    display: none;
  }
}

.vox-m4wmqd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.vox-tee8fp {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.vox-jq15to {
  display: flex;
}

.vox-1kcsn6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vox-dabmwe {
  list-style: none;
}

@media (max-width: 1199px) {
  .vox-dabmwe {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .vox-dabmwe {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .vox-dabmwe .vox-5yhp9s [data-ref-el],
  .vox-dabmwe .vox-5yhp9s span,
  .vox-dabmwe .vox-5yhp9s a {
    white-space: nowrap;
  }
}

.vox-kt949f {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .vox-kt949f.vox-6tusbf > .vox-5yhp9s {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .vox-kt949f.vox-1dpeep:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .vox-kt949f.vox-6tusbf > .vox-avi8kh {
    height: auto;
  }

  .vox-kt949f.vox-6tusbf > div > .vox-mhv0ko {
    transform: rotate(180deg);
  }
}

.vox-kt949f [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.vox-kt949f [data-ref-el],
.vox-kt949f span {
  cursor: pointer;
}

.vox-kt949f [data-ref-el],
.vox-kt949f span,
.vox-kt949f a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .vox-kt949f [data-ref-el],
  .vox-kt949f span,
  .vox-kt949f a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .vox-kt949f [data-ref-el],
  .vox-kt949f span,
  .vox-kt949f a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.vox-avi8kh {
  height: 0;
  overflow: hidden;
  transition: height 0.vox-dqj0p3 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.vox-avi8kh::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.vox-avi8kh::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.vox-avi8kh::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .vox-avi8kh {
    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;
  }

  .vox-avi8kh:has(> .vox-kt949f.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .vox-avi8kh .vox-avi8kh {
    padding: 0;
  }

  .vox-avi8kh .vox-kt949f {
    font-weight: 400;
  }

  .vox-avi8kh .vox-kt949f:hover > .vox-5yhp9s {
    background: var(--Neutral-300);
  }

  .vox-avi8kh .vox-mhv0ko {
    rotate: -90deg;
  }
}

.vox-5yhp9s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vox-5yhp9s {
    padding: 8px;
  }

  .vox-kt949f.vox-pnncin > .vox-5yhp9s {
    background: var(--Neutral-300);
  }
}

.vox-mhv0ko {
  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.vox-5awqdi.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.vox-8qiy4x 0.vox-dn8n7k.vox-xkdb8w -0.vox-ugdvop 0.vox-3tp5ih -0.vox-ugdvop 1.vox-j0vd5d 0.vox-imcoah.vox-lw8d86 4.vox-vewmne.vox-8qiy4x 0.vox-x6q2p8.vox-08j7bc -0.vox-ugdvop 9.vox-3xj09i -0.vox-ugdvop 10.vox-uex5ff 0.vox-yr2bra.vox-9x5tgd 0.vox-xkdb8w 10.vox-9x5tgd 0.vox-3tp5ih 10.vox-uex5ff 1.vox-izmqex.vox-1b3yk1 5.vox-tnkqs1.vox-knx9gz 6.vox-urxjez 5.vox-cwg9as 6.vox-urxjez 4.vox-h5wwxe 5.vox-pu4wiu.vox-8qiy4x 1.vox-xazc7m.vox-ugdvop 0.vox-3tp5ih -0.vox-ugdvop 0.vox-xkdb8w 0.vox-8qiy4x 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.vox-dqj0p3 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vox-mhv0ko {
    cursor: default;
  }
}

.vox-h8md07 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.vox-qg6ke6 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .vox-qg6ke6 {
    padding: 40px 4px;
  }
}

.vox-r09p1q {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .vox-r09p1q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.vox-rhzbu0 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .vox-rhzbu0 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.vox-rhzbu0 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.vox-rhzbu0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.vox-rhzbu0 [data-ref-el],
.vox-rhzbu0 span,
.vox-rhzbu0 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.vox-wgx5qe {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vox-wgx5qe {
    margin-bottom: 12px;
  }
}

.vox-49kvld {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.vox-49kvld img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .vox-49kvld:last-child {
    margin-right: 0;
  }
}

.vox-06cqvs {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vox-wgx5qe:hover .vox-4qmqv6 {
  visibility: visible;
  opacity: 1;
}

.vox-4qmqv6 {
  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);
}

.vox-33urcd {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vox-49gsk4 {
  display: flex;
  margin: 6px;
}

.vox-49gsk4 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.vox-4qmqv6::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);
}

.vox-4qmqv6::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);
}

.vox-or0mys {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .vox-or0mys {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vox-3ntfka {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .vox-3ntfka {
    margin-right: 32px;
  }
}

.vox-vdp707 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vox-vdp707 {
    margin-top: 0;
    width: 340px;
  }
}

.vox-vdp707 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.vox-2i9okh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.vox-x7p8gh {
  position: relative;
}

@media (min-width: 768px) {
  .vox-x7p8gh {
    margin-top: 40px;
  }
}

.vox-x7p8gh + .vox-q9jdnt,
.vox-x7p8gh + .vox-x7p8gh {
  margin-top: 24px;
}

.vox-uw20px {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .vox-uw20px {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .vox-uw20px {
    padding: 80px;
  }
}

.vox-o3b9rh {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .vox-o3b9rh {
    padding: 0 16px;
}


}

.vox-dtt9to {
  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) {
  .vox-dtt9to {
    font-size: 48px;
    line-height: 56px;
  }
}

.vox-lwas4r {
  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) {
  .vox-lwas4r {
    font-size: 24px;
    line-height: 32px;
  }
}

.vox-obfr49 {
  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;
}

.vox-obfr49:hover {
  background: var(--button-bg-hover);
}

.vox-hp1o82 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.vox-hp1o82 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .vox-hp1o82 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .vox-hp1o82 img {
  min-height: 100%;
  }
}

.vox-uw20px::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vox-95z4dl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vox-95z4dl h1,
.vox-95z4dl h2,
.vox-95z4dl h3,
.vox-95z4dl h4 {
  margin-bottom: 6px;
}

.vox-95z4dl h1:not(:first-child),
.vox-95z4dl h2:not(:first-child),
.vox-95z4dl h3:not(:first-child),
.vox-95z4dl h4:not(:first-child) {
  margin-top: 16px;
}

.vox-95z4dl h1,
.vox-95z4dl h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .vox-95z4dl h1,
  .vox-95z4dl h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.vox-95z4dl h2,
.vox-95z4dl h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .vox-95z4dl h2,
  .vox-95z4dl h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.vox-95z4dl h3,
.vox-95z4dl h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .vox-95z4dl h3,
  .vox-95z4dl h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.vox-95z4dl h4,
.vox-95z4dl h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.vox-95z4dl ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.vox-95z4dl ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.vox-95z4dl 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);
}

.vox-95z4dl ul ul {
  margin-bottom: 8px;
}

.vox-95z4dl ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.vox-95z4dl ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.vox-95z4dl ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.vox-95z4dl ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.vox-95z4dl ol li::marker {
  font-weight: 700;
}

.vox-95z4dl ol ol {
  margin-bottom: 8px;
}

.vox-95z4dl ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.vox-95z4dl ol ul li {
  padding-left: 16px;
}

.vox-95z4dl 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) {
  .vox-95z4dl table {
    padding: 24px;
  }
}

.vox-95z4dl table.vox-qlm9vx {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vox-dqj0p3,
    mask-image 0.3s;
}

.vox-95z4dl table.vox-qlm9vx.vox-ctzlr3 {
  -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) {
  .vox-95z4dl table {
    display: table;
  }
}

.vox-95z4dl table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.vox-95z4dl table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vox-95z4dl table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vox-95z4dl 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) {
  .vox-95z4dl table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.vox-95z4dl table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vox-95z4dl table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vox-95z4dl table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.vox-95z4dl img {
  max-width: 100%;
  height: auto;
}

.vox-js88zz {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .vox-js88zz {
    padding: 24px;
  }
}

.vox-hximyb {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vox-hximyb {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.vox-hximyb > * {
  margin: 0 !important;
}

.vox-hximyb img,
.vox-gz80bn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vox-hximyb img,
  .vox-gz80bn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vox-92q435 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vox-92q435 {
    width: 32px;
    height: 32px;
  }
}

.vox-3uv2ir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vox-3uv2ir .vox-vzcg9u {
  flex-shrink: 0;
}

.vox-3uv2ir .vox-dddgbg svg {
  display: none;
}

.vox-sq2uyz {
  display: grid;
  transition: max-height 0.vox-dqj0p3 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .vox-sq2uyz {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .vox-sq2uyz {
    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));
  }
}

.vox-sq2uyz.vox-yhneje + .vox-vzcg9u svg {
  transform: rotate(180deg);
}

.vox-fyqjoj {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.vox-fyqjoj > div:nth-child(3n) {
  grid-column: span 2;
}

.vox-fyqjoj
  > div:nth-child(3n)
  .vox-9i2jam
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .vox-fyqjoj {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .vox-fyqjoj > div:nth-child(3n) {
    grid-column: unset;
  }

  .vox-fyqjoj
    > div:nth-child(3n)
    .vox-9i2jam
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .vox-fyqjoj {
    max-width: 270px;
  }
}

.vox-fyqjoj .vox-9i2jam button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .vox-fyqjoj .vox-9i2jam button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .vox-fyqjoj .vox-9i2jam button {
    max-width: 104px;
  }
}

.vox-5ya750 {
  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) {
  .vox-5ya750 {
    margin-bottom: 0;
  }
}

.vox-1u3rj8 {
  display: none;
  opacity: 0;
}

.vox-b09xq3 {
  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;
  }
}

.vox-b09xq3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.vox-9i2jam {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.vox-9i2jam button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vox-9i2jam
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vox-9i2jam
    button {
    max-width: 145px;
  }
}

.vox-g90qr3:first-child
  .vox-9i2jam
  button {
  max-width: 270px;
}

.vox-0w6u4j {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.vox-5ya750 picture {
  width: 100%;
  max-width: 100%;
}

.vox-ezu7iw {
  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;
}

.vox-ezu7iw svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.vox-5ya750:hover .vox-ezu7iw {
  display: flex;
}

.vox-unrqc9 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.vox-nw6iy9 {
  display: flex;
}

.vox-nw6iy9:hover .vox-zuhz9p,
.vox-nw6iy9 .vox-pnncin .vox-zuhz9p {
  display: flex;
}

.vox-nw6iy9 svg {
  flex-shrink: 0;
}

.vox-zuhz9p {
  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) {
  .vox-zuhz9p {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.vox-zuhz9p:hover {
  display: flex;
}

.vox-zuhz9p svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.vox-5rqnrb {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .vox-5rqnrb {
    font-size: 12px;
  }
}

.vox-ql6btb,
.vox-brqext {
  width: 50%;
  flex-shrink: 0;
}

.vox-ql6btb {
  font-weight: 700;
}

.vox-mzg2rg .vox-sq2uyz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vox-mzg2rg .vox-sq2uyz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .vox-mzg2rg .vox-sq2uyz {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vox-mzg2rg
  .vox-0w6u4j:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.vox-mzg2rg .vox-b09xq3 {
  height: 100% !important;
  border-radius: 16px;
}

.vox-mzg2rg .vox-9i2jam {
  gap: 4px;
  align-items: center;
}

.vox-mzg2rg .vox-9i2jam button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vox-mzg2rg .vox-9i2jam svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.vox-mzg2rg .vox-ii8ejj,
.vox-mzg2rg .vox-z4cdp3 {
  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.vox-5awqdi.org/2000/svg'%3E%3Cpath d='M9.vox-7arcxv 4.vox-s19pad.vox-1i8x3d 5.vox-y6zymv.vox-al9b4n 5.vox-p7salf.vox-quonf6 5.vox-7qf028.vox-93tfqg 8.vox-0lecyv.vox-undm5t 9.vox-sejyig.vox-3m9eew 9.vox-jld64h.vox-9psivb 13.vox-9urj2q.vox-2mft9a 11.vox-tmrj83.vox-jtfyiq 11.vox-4ix5n8.vox-wwk0r4 11.vox-3ku3op.vox-bm86gl 13.vox-g0p7to.vox-onw5d8 9.vox-xnus1i.vox-c59se1 9.vox-7cz111.vox-tzeiqk 8.vox-ga6yrq.vox-eiylz8 5.vox-nnrksq.vox-fddclr 5.vox-pfxban.vox-56dslc 5.vox-4ety2x.vox-2al5r6 4.vox-2tvabq.vox-jtfyiq 1.vox-daxlxw.vox-7arcxv 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.vox-mzg2rg .vox-ii8ejj {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.vox-mzg2rg .vox-z4cdp3 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.vox-u4gbaq {
  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) {
  .vox-u4gbaq {
    padding: 24px;
  }
}

.vox-u4gbaq .vox-vzcg9u {
  display: flex;
}

@media (min-width: 768px) {
  .vox-u4gbaq .vox-vzcg9u {
    display: none;
  }
}

.vox-u4gbaq .vox-dddgbg svg {
  display: none;
}

.vox-t2lt3w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vox-t2lt3w .vox-xzt3x7 {
  display: none;
}

@media (min-width: 768px) {
  .vox-t2lt3w .vox-xzt3x7 {
    display: flex;
  }
}

.vox-s8ora8 {
  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) {
  .vox-s8ora8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.vox-s8ora8 > * {
  margin: 0 !important;
}

.vox-s8ora8 img,
.vox-ji8es9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vox-s8ora8 img,
  .vox-ji8es9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vox-mvket1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vox-mvket1 {
    width: 32px;
    height: 32px;
  }
}

.vox-oyta52 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .vox-oyta52 {
    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;
  }

  .vox-oyta52::-webkit-scrollbar {
    display: none;
  }
}

.vox-d8daze {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .vox-d8daze {
    padding: 7px 15px;
  }
}

.vox-d8daze:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vox-1te3k9 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vox-1te3k9 {
    display: flex;
    opacity: 1;
  }
}

.vox-d8daze picture {
  height: 100%;
  display: block;
}

.vox-d8daze img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vox-d8daze img {
    width: 88px;
    height: 44px;
  }
}

.vox-d8daze p {
  text-align: center;
  width: 100%;
}

.vox-dmvdhx {
  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) {
  .vox-dmvdhx {
    font-size: 40px;
    line-height: 48px;
  }
}

.vox-dmvdhx img,
.vox-r83jr3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vox-dmvdhx img,
  .vox-r83jr3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vox-xhqthz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vox-xhqthz {
    width: 32px;
    height: 32px;
  }
}

.vox-9w2wrx {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vox-36la7f {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.vox-9b9nof {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.vox-9b9nof.vox-pnncin {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.vox-xldvdl {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .vox-xldvdl {
    font-size: 20px;
    line-height: 28px;
  }
}

.vox-g9vw6g {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.vox-bbmwm4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.vox-dqj0p3 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.vox-86cfr8 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.vox-86cfr8 ol,
.vox-86cfr8 ul {
  padding-left: 1.3em;
}

.vox-9b9nof.vox-pnncin .vox-bbmwm4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.vox-9b9nof.vox-pnncin .vox-g9vw6g {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.vox-n4hh2r {
  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) {
  .vox-n4hh2r {
    padding: 24px;
  }
}

.vox-n4hh2r .vox-vzcg9u {
  display: flex;
}

@media (min-width: 768px) {
  .vox-n4hh2r .vox-vzcg9u {
    display: none;
  }
}

.vox-n4hh2r .vox-dddgbg svg {
  display: none;
}

.vox-wppg3g {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vox-wppg3g .vox-xzt3x7 {
  display: none;
}

@media (min-width: 768px) {
  .vox-wppg3g .vox-xzt3x7 {
    display: flex;
  }
}

.vox-pqbrfl {
  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) {
  .vox-pqbrfl {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.vox-pqbrfl > * {
  margin: 0 !important;
}

.vox-pqbrfl img,
.vox-athlqp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vox-pqbrfl img,
  .vox-athlqp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vox-fu53i0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vox-fu53i0 {
    width: 32px;
    height: 32px;
  }
}

.vox-gp8rb9 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .vox-gp8rb9 {
    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;
  }

  .vox-gp8rb9::-webkit-scrollbar {
    display: none;
  }
}

.vox-tx7kyc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.vox-tx7kyc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vox-ip6987 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vox-ip6987 {
    display: flex;
    opacity: 1;
  }
}

.vox-tx7kyc picture {
  width: auto;
  height: 100%;
  display: block;
}

.vox-tx7kyc picture img {
  display: block;
  width: auto;
  height: 100%;
}

.vox-wgrkre {
  margin: -24px 0;
}

.vox-wgrkre:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .vox-wgrkre {
    margin: -16px 0;
  }
}

.vox-yg8cee {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vox-yg8cee {
    flex-direction: row;
  }
}

.vox-6md7vj {
  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) {
  .vox-6md7vj {
    flex: 1;
  }
}

.vox-6md7vj::placeholder {
  color: var(--Text-400);
}

.vox-bcq3r5 {
  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;
}

.vox-1ppqi0 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vox-1ppqi0::-webkit-scrollbar {
  display: none;
}

.vox-akqtri {
  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;
}

.vox-akqtri img,
.vox-akqtri svg {
  margin-right: 8px;
}

.vox-sbcnxc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.vox-wgrkre + .vox-00pr5b {
  margin-top: 0;
}

@media (min-width: 768px) {
  .vox-wgrkre + .vox-00pr5b {
    margin-top: -16px;
  }
}

.vox-36r4ww {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.vox-36r4ww > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.vox-36r4ww > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.vox-c2ohle {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.vox-9c34ha {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.vox-i6377u {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vox-g60nho {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.vox-u87c94 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.vox-c2ohle 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;
}

.vox-c2ohle 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) {
  .vox-c2ohle {
    padding: 39px 179px 39px 39px;
  }

  .vox-9c34ha {
    font-size: 40px;
    line-height: 48px;
  }

  .vox-u87c94 {
    height: 348px;
  }

  .vox-c2ohle button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .vox-c2ohle button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .vox-c2ohle {
    padding: 63px;
  }
}

.vox-h5gp92 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .vox-h5gp92 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.vox-iaacmf {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vox-iaacmf {
    width: auto;
  }
}

.vox-mg2luz {
  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;
}

.vox-mg2luz::-webkit-scrollbar {
  display: none;
}

.vox-mg2luz 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);
}

.vox-mg2luz a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vox-mg2luz {
    margin-left: 16px;
    margin-top: 0;
  }
}

.vox-h5gp92 .vox-ue4391 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vox-dqj0p3,
    mask-image 0.3s;
}

.vox-h5gp92 .vox-ue4391.vox-ctzlr3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.vox-ymohna {
  margin: 40px -16px;
}

.vox-ea2vwk + .vox-q9jdnt,
.vox-ea2vwk + .vox-x7p8gh {
  margin-top: 24px;
}

.vox-p0m6ol {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.vox-p0m6ol picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.vox-ephbaz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .vox-ephbaz {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .vox-ephbaz {
    margin-top: 0;
  }
}

.vox-s0xu0p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vox-s0xu0p {
    font-size: 24px;
    line-height: 32px;
  }
}

.vox-793ekk {
  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) {
  .vox-793ekk {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.vox-v07tu6 {
  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) {
  .vox-v07tu6 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.vox-pttwff {
  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) {
  .vox-pttwff {
    font-size: 20px;
    line-height: 28px;
  }
}

.vox-u5ido4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vox-u5ido4 {
    font-size: 32px;
    line-height: 40px;
  }
}

.vox-tocpkx {
  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;
}

.vox-tk32rs {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.vox-tk32rs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vox-00pr5b {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vox-ypm66x {
  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) {
  .vox-ypm66x {
    padding: 15px 48px;
  }
}

main > .vox-00pr5b {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .vox-sq2uyz.vox-g1juw9 > div:nth-child(n+5) {
    display: none;
  }
}

.vox-95z4dl p a img {
  display: block;
  margin: 0 auto;
}


.vox-3fe6jh {
  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 */
.vox-pu7i86 {
  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;
}

.vox-pu7i86 label {
  font-size: 14px;
}

.vox-pu7i86 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vox-pu7i86 input,
.vox-pu7i86 textarea,
.vox-pu7i86 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;
}
.vox-pu7i86 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vox-7tf5gc ease;
}
.vox-pu7i86 button:hover {
  background-color: var(--button-bg-hover);
}
.vox-87dob6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vox-gxnyno ease-in;
}

.vox-87dob6 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: #14161A;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vox-ulexov, .vox-fuw0g5, [class*="review-card"],
thead, thead th, table th, .vox-vv1b44,
.vox-vhgg9m, [class*="collapsible-header"],
.vox-s9jc5k, [class*="updated-block"] {
  color: #14161a !important;
}

/* brandauto-contrast-fix v5 */
header, header nav { background: #111214 !important; }
footer { background: #111214 !important; border-top: 1px solid rgba(255, 255, 255, 0.10) !important; color: #d8d3c6 !important; }
header label span { background: #d8d3c6 !important; }

/* brandauto-contrast-fix v6 */
.vox-jnd3er .vox-2jocyf {
  background: #111214 !important;
}
