* {
  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;
  }
}

.playaud-ynxh0j {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .playaud-ynxh0j {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .playaud-ynxh0j {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.playaud-9neetc {
  overflow: hidden;
}

.playaud-ylgc84 img {
  background: var(--Neutral-300);
}

.playaud-5rj3ux {
  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;
}

.playaud-ypnsgh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.playaud-ypnsgh:hover {
  background: var(--button-bg-hover);
}

.playaud-7lcgb0 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.playaud-7lcgb0:hover {
  background: var(--button-bg-hover);
}

.playaud-4zvjia {
  font-size: 12px;
  line-height: 18px;
}

.playaud-6sx3ia {
  font-size: 18px;
  line-height: 26px;
}

.playaud-839jjt {
  width: 100%;
}

.playaud-jwvsbr {
  padding: 6px 16px;
}

.playaud-b90twj {
  padding: 10px 16px;
}

.playaud-mkgtri {
  padding: 15px 26px;
}

.playaud-p0kd8f {
  flex-shrink: 0;
}

.playaud-4qm40i {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.playaud-dp94kb {
  display: none;
}

.playaud-vgr2jb {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.playaud-mayxpn {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.playaud-352lqy {
  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;
}

.playaud-coda1v {
  cursor: grab;
}

.playaud-352lqy::-webkit-scrollbar {
  display: none;
}

.playaud-rewahi {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.playaud-0p0bh7 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.playaud-dknsmb {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.playaud-olzz8z {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.playaud-rfi82q {
  visibility: visible;
}

.playaud-y7ukr4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.playaud-r0279z ease;
}

.playaud-gqqwpf {
  background-color: var(--Primary-200);
  width: 16px;
}

.playaud-zoi3ga {
  -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.playaud-r0279z,
    mask-image 0.3s;
}

.playaud-zoi3ga.playaud-alg2bl {
  -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;
  }
}

.playaud-ktzpwu: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;
}

.playaud-o43u85 {
  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.playaud-t989ia.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.playaud-t989ia.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;
}

.playaud-ouzscm {
  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);
}

.playaud-ouzscm::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%
  );
}

.playaud-kjk554 {
  position: relative;
  z-index: 1;
}

.playaud-d8vcr4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.playaud-hgrlf8 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.playaud-9bo8xs {
  font-size: 40px;
  line-height: 48px;
}

.playaud-5gjfpg {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.playaud-93gga4 {
  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;
}

.playaud-93gga4:hover {
  background: var(--Primary-400);
}

.playaud-93gga4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.playaud-ktzpwu 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) {
  .playaud-ouzscm {
    max-width: 600px;
    padding: 64px;
  }

  .playaud-d8vcr4 {
    font-size: 24px;
    line-height: 32px;
  }

  .playaud-hgrlf8 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .playaud-9bo8xs {
    font-size: 50px;
    line-height: 56px;
  }

  .playaud-5gjfpg {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .playaud-o43u85 {
    top: 25px;
    right: 25px;
  }
}

.playaud-1q6jz5,
.playaud-mxteb1 {
  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;
}

.playaud-cnxhmy.playaud-269a6m::before,
.playaud-mxteb1::before,
.playaud-bcqjv8::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.playaud-t989ia.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.playaud-9koogi 14.playaud-2ujswf.playaud-iz07xq 14.playaud-zm95e7 15.playaud-2rzu1p 14.playaud-hs0znq 15.playaud-eclj4v 14.playaud-6lh9z1.playaud-njiif7 14.playaud-6bxypx 19.playaud-3xp3u4 12.playaud-ndaxo5 19.playaud-3xp3u4 10.playaud-od8hoy.playaud-3xp3u4 8.playaud-ea38cg 17.playaud-63f9wy 7.playaud-uul2zm 15.playaud-eifata 7.playaud-ib0o5k.playaud-jbike0 7.playaud-uul2zm 11.playaud-qzg066 8.playaud-ea38cg 11.playaud-qzg066 10.playaud-j8avwn.playaud-qzg066 12.playaud-uiukls 13.playaud-jjg6tn 14.playaud-co1w16 15.playaud-wbfk9h 14.playaud-fq175d.playaud-604d1a 14.playaud-l53evn 15.playaud-rv2yg2 14.playaud-m7njpa 15.playaud-iqq0df 14.playaud-agn1t6.playaud-9koogi 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.playaud-fgseln 15.playaud-qr58dk.playaud-g4dav9 15.playaud-u5ogzm 15.playaud-uf5xqb 15.playaud-gwoif0 15.playaud-9mhfx9 15.playaud-sfipkp.playaud-ptfh7w 15.playaud-gwoif0 15.playaud-fk209i 15.playaud-4rg6lu 15.playaud-plohua 15.playaud-s5wmbv.playaud-y7t62y 15.playaud-5ubvrn 7.playaud-pnueiq 18.playaud-fitu38 7.playaud-d7roy7 23.playaud-m3v2o7.playaud-vfu6nx.playaud-dmyyoy 18.playaud-ls335e 19.playaud-5seo77 15.playaud-uaackz 15.playaud-fgseln 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.playaud-078ol0 [type="submit"] *,
.playaud-02m8e6 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .playaud-crevyh {
    display: none;
  }
}

.playaud-b1mx3k {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .playaud-b1mx3k {
  display: none;
}

@media (min-width: 768px) {
  .playaud-b1mx3k {
    bottom: 22px;
  }
}

.playaud-b1mx3k input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .playaud-b1mx3k {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.playaud-31ybzs.static) .playaud-b1mx3k {
    bottom: 8px;
  }
}

.playaud-hgwf41 {
  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.playaud-t989ia.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.playaud-rzd4fh 3.playaud-efixks.playaud-2xuk9h.playaud-osnq6d 3.playaud-t0e8b0 3.playaud-9mr87p 5.playaud-vqgz3v 3.playaud-9mr87p 8.playaud-u1ygx8.playaud-iybw4d.playaud-9mr87p 26.playaud-tjv9dy 5.playaud-bpky1l 28.playaud-ggncok 8.playaud-qmdq0i 28.playaud-jmosft.playaud-dad0bd 28.playaud-kbsvjt.playaud-mgwc1w 34.playaud-5orxr9.playaud-zlcxgg 36.playaud-km70jk 11.playaud-5xnhct 37.playaud-4lt2vu 12.playaud-ycp1pn 36.playaud-l64ho5.playaud-k8xral 28.playaud-b78oap.playaud-tohzjv.playaud-s0p4wx 28.playaud-tvl5yu 36.playaud-o95t2n 26.playaud-qyd3yq 36.playaud-o95t2n 23.playaud-4i6dp6.playaud-nmaxyg.playaud-o95t2n 5.playaud-qsp2ro 34.playaud-h469jy 3.playaud-t0e8b0 31.playaud-rzd4fh 3.playaud-iz0qub.playaud-krrzj6 18.playaud-iy4t7j.playaud-l2ywwp 18.playaud-3b0s6i 8.playaud-n5jemy 17.playaud-f3s411 8.playaud-n5jemy 15.playaud-f8hj2e.playaud-n5jemy 14.playaud-3mmbjz 9.playaud-l2ywwp 13.playaud-g4mjx9 11.playaud-krrzj6 13.playaud-z0jcvn.playaud-yu5aiq 13.playaud-g4mjx9 13.playaud-6cpty6 14.playaud-3mmbjz 13.playaud-6cpty6 15.playaud-x1487d.playaud-6cpty6 17.playaud-f3s411 12.playaud-yu5aiq 18.playaud-3b0s6i 11.playaud-krrzj6 18.playaud-1cmj8l.playaud-z2xj2z 18.playaud-mw88nv.playaud-i89p9a 18.playaud-3b0s6i 17.playaud-sdhfik 17.playaud-f3s411 17.playaud-sdhfik 15.playaud-dtnfgo.playaud-sdhfik 14.playaud-3mmbjz 18.playaud-i89p9a 13.playaud-g4mjx9 20.playaud-z2xj2z 13.playaud-72xw6b.playaud-zwcge8 13.playaud-g4mjx9 22.playaud-1oy7fy 14.playaud-3mmbjz 22.playaud-1oy7fy 15.playaud-4zz48k.playaud-n2t1q1 17.playaud-f3s411 21.playaud-zwcge8 18.playaud-3b0s6i 20.playaud-z2xj2z 18.playaud-bikqrj.playaud-c66su9 18.playaud-p5f9mj.playaud-fpe0r6 18.playaud-3b0s6i 26.playaud-cvksbv 17.playaud-f3s411 26.playaud-cvksbv 15.playaud-632eua.playaud-cvksbv 14.playaud-3mmbjz 27.playaud-fpe0r6 13.playaud-g4mjx9 28.playaud-c66su9 13.playaud-9laaye.playaud-dvma2x 13.playaud-g4mjx9 31.playaud-mz37qm 14.playaud-3mmbjz 31.playaud-mz37qm 15.playaud-of5aqd.playaud-cvksbv 17.playaud-f3s411 30.playaud-dvma2x 18.playaud-3b0s6i 28.playaud-c66su9 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"])
    .playaud-hgwf41 {
    display: none;
  }
}

.playaud-7w59l5 {
  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) {
  .playaud-7w59l5 {
    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;
}

.playaud-02m8e6 {
  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) {
  .playaud-02m8e6 {
    padding: 14px 16px;
  }
}

.playaud-02m8e6 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.playaud-02m8e6 button:first-child {
  align-content: end;
}

.playaud-02m8e6 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .playaud-02m8e6
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .playaud-02m8e6
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.playaud-02m8e6 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.playaud-02m8e6 button:last-child svg {
  width: 38px;
  height: 38px;
}

.playaud-bcqjv8 {
  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;
}

.playaud-bcqjv8::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .playaud-bcqjv8,
.pc61d126-chatbot[data-active-screen="3"]
  .playaud-bcqjv8 {
  opacity: 1;
  visibility: visible;
}

.playaud-b2qrtq {
  flex: 1 1;
}

.playaud-savvvt {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .playaud-savvvt {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .playaud-srbtfd {
  display: block;
}

.playaud-vitjku {
  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) {
  .playaud-vitjku {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.playaud-mxteb1 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.playaud-mxteb1::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.playaud-xd22kk span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.playaud-xd22kk p {
  color: var(--Text-100);
}

.playaud-mxteb1 .playaud-0we7re {
  grid-area: button;
}

.playaud-mxteb1 .playaud-0we7re::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.playaud-t989ia.org/2000/svg'%3E%3Cpath d='M4.playaud-lgpbdf 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playaud-2tt76u 15L16.playaud-2tt76u 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playaud-2tt76u 5L16.playaud-2tt76u 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .playaud-f8i5jx {
  display: block;
}

.playaud-yqxdbg {
  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) {
  .playaud-yqxdbg {
    margin-top: 40px;
  }
}

.playaud-1q6jz5 label,
.playaud-1q6jz5 input {
  display: block;
  width: 100%;
}

.playaud-1q6jz5 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.playaud-1q6jz5 label.playaud-unjs53 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.playaud-1q6jz5 label.playaud-unjs53::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;
}

.playaud-1q6jz5 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;
}

.playaud-1q6jz5 input::placeholder {
  color: var(--Text-400);
}

.playaud-8shyg4 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .playaud-8shyg4 {
  display: flex;
}

.playaud-8shyg4 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .playaud-8shyg4 ol {
    height: 420px;
    padding: 24px;
  }
}

.playaud-8shyg4 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.playaud-078ol0 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .playaud-078ol0 {
    padding: 0 24px 24px;
  }
}

.playaud-078ol0 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;
}

.playaud-078ol0 input::placeholder {
  color: var(--Text-400);
}

.playaud-078ol0 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.playaud-078ol0 [type="submit"]:disabled {
  opacity: 0.5;
}

.playaud-078ol0 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .playaud-078ol0 [type="submit"] {
    right: 40px;
  }
}

.playaud-cnxhmy {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.playaud-cnxhmy.playaud-269a6m {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.playaud-cnxhmy.playaud-269a6m::before {
  content: "";
  width: 31px;
}

.playaud-cnxhmy.playaud-269a6m p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playaud-cnxhmy.playaud-sqe6mx p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.playaud-cnxhmy p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playaud-b1mx3k .playaud-0we7re {
  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;
  }
}

.playaud-crevyh {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .playaud-crevyh {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .playaud-crevyh {
    padding: 18px 0;
  }
}

.playaud-crevyh .playaud-ynxh0j {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .playaud-crevyh .playaud-ynxh0j {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.playaud-z7z6wm {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .playaud-z7z6wm {
    max-width: 160px;
    height: 40px;
  }
}

.playaud-z7z6wm picture,
.playaud-z7z6wm img {
  display: block;
  width: 100%;
  height: 100%;
}

.playaud-z7z6wm img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .playaud-gh54cd {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.playaud-r0279z ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .playaud-crevyh.playaud-9otv3d .playaud-gh54cd {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .playaud-gh54cd {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .playaud-gh54cd {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.playaud-24oy6v,
.playaud-ml5sur {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .playaud-24oy6v,
  .playaud-ml5sur {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .playaud-ml5sur {
    display: none;
  }
}

.playaud-t0p7r6 {
  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;
}

.playaud-9otv3d .playaud-t0p7r6 {
  background: var(--fh-bg-color);
}

.playaud-t0p7r6 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .playaud-t0p7r6 {
    display: none;
  }
}

.playaud-v7jry5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playaud-v7jry5 {
    display: none;
  }
}

.playaud-hjv6hg {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.playaud-crevyh.playaud-9otv3d .playaud-hjv6hg:first-child {
  display: none;
}

.playaud-crevyh.playaud-9otv3d .playaud-hjv6hg:last-child {
  display: block;
}

.playaud-hjv6hg:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .playaud-hjv6hg {
    display: none;
  }
}

.playaud-v0cvg4 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playaud-v0cvg4 {
    display: flex;
  }
}

.playaud-v0cvg4 ul {
  max-height: 350px;
  overflow-y: auto;
}

.playaud-v0cvg4:hover ul {
  visibility: visible;
  opacity: 1;
}

.playaud-v0cvg4:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.playaud-v0cvg4:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.playaud-v0cvg4:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.playaud-v0cvg4:hover .playaud-bkd329 svg {
  transform: rotate(180deg);
}

.playaud-y5bxg1 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.playaud-qf23ly {
  padding: 0 8px;
}

.playaud-8japh6 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.playaud-8japh6:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .playaud-8japh6 {
    padding: 4px 8px;
  }
}

.playaud-z21e20 {
  display: flex;
}

.playaud-z21e20 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.playaud-bkd329 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.playaud-bkd329 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.playaud-uyl1fu {
  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) {
  .playaud-uyl1fu {
    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;
  }
}

.playaud-n0dp2f {
  width: 100%;
}

@media (min-width: 1200px) {
  .playaud-n0dp2f {
    display: none;
  }
}

.playaud-ebxhtt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.playaud-sh9wvt {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.playaud-qugq4e {
  display: flex;
}

.playaud-1uxz5c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.playaud-v4ipvf {
  list-style: none;
}

@media (max-width: 1199px) {
  .playaud-v4ipvf {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .playaud-v4ipvf {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .playaud-v4ipvf .playaud-ilfmfw [data-ref-el],
  .playaud-v4ipvf .playaud-ilfmfw span,
  .playaud-v4ipvf .playaud-ilfmfw a {
    white-space: nowrap;
  }
}

.playaud-xj3oid {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .playaud-xj3oid.playaud-twfkfa > .playaud-ilfmfw {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .playaud-xj3oid.playaud-w2ao1a:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .playaud-xj3oid.playaud-twfkfa > .playaud-5bv5do {
    height: auto;
  }

  .playaud-xj3oid.playaud-twfkfa > div > .playaud-67lqn7 {
    transform: rotate(180deg);
  }
}

.playaud-xj3oid [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.playaud-xj3oid [data-ref-el],
.playaud-xj3oid span {
  cursor: pointer;
}

.playaud-xj3oid [data-ref-el],
.playaud-xj3oid span,
.playaud-xj3oid a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .playaud-xj3oid [data-ref-el],
  .playaud-xj3oid span,
  .playaud-xj3oid a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .playaud-xj3oid [data-ref-el],
  .playaud-xj3oid span,
  .playaud-xj3oid a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.playaud-5bv5do {
  height: 0;
  overflow: hidden;
  transition: height 0.playaud-r0279z ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.playaud-5bv5do::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.playaud-5bv5do::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.playaud-5bv5do::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .playaud-5bv5do {
    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;
  }

  .playaud-5bv5do:has(> .playaud-xj3oid.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .playaud-5bv5do .playaud-5bv5do {
    padding: 0;
  }

  .playaud-5bv5do .playaud-xj3oid {
    font-weight: 400;
  }

  .playaud-5bv5do .playaud-xj3oid:hover > .playaud-ilfmfw {
    background: var(--Neutral-300);
  }

  .playaud-5bv5do .playaud-67lqn7 {
    rotate: -90deg;
  }
}

.playaud-ilfmfw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playaud-ilfmfw {
    padding: 8px;
  }

  .playaud-xj3oid.playaud-k4upkf > .playaud-ilfmfw {
    background: var(--Neutral-300);
  }
}

.playaud-67lqn7 {
  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.playaud-t989ia.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.playaud-yvzu6l 0.playaud-n47zqu.playaud-1rxwxg -0.playaud-ff9a6u 0.playaud-douieq -0.playaud-ff9a6u 1.playaud-l1wv6k 0.playaud-skuqcr.playaud-xfq4j9 4.playaud-390vbc.playaud-yvzu6l 0.playaud-j7m5tj.playaud-susgak -0.playaud-ff9a6u 9.playaud-nzez9l -0.playaud-ff9a6u 10.playaud-t30akn 0.playaud-enz8kk.playaud-ykaajo 0.playaud-1rxwxg 10.playaud-ykaajo 0.playaud-douieq 10.playaud-t30akn 1.playaud-5fms9g.playaud-m7mce5 5.playaud-4q3icv.playaud-b8tmj4 6.playaud-b6967o 5.playaud-lne7ds 6.playaud-b6967o 4.playaud-7735p1 5.playaud-i97wws.playaud-yvzu6l 1.playaud-5fm28y.playaud-ff9a6u 0.playaud-douieq -0.playaud-ff9a6u 0.playaud-1rxwxg 0.playaud-yvzu6l 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.playaud-r0279z ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playaud-67lqn7 {
    cursor: default;
  }
}

.playaud-84l4u7 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.playaud-wwr5op {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .playaud-wwr5op {
    padding: 40px 4px;
  }
}

.playaud-dzpyrd {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .playaud-dzpyrd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.playaud-5nss0x {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .playaud-5nss0x {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.playaud-5nss0x ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.playaud-5nss0x [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.playaud-5nss0x [data-ref-el],
.playaud-5nss0x span,
.playaud-5nss0x a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.playaud-m3n4np {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playaud-m3n4np {
    margin-bottom: 12px;
  }
}

.playaud-0e43z4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.playaud-0e43z4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .playaud-0e43z4:last-child {
    margin-right: 0;
  }
}

.playaud-3djzdx {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playaud-m3n4np:hover .playaud-r0bkua {
  visibility: visible;
  opacity: 1;
}

.playaud-r0bkua {
  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);
}

.playaud-f3g9io {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playaud-dijpyj {
  display: flex;
  margin: 6px;
}

.playaud-dijpyj img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.playaud-r0bkua::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);
}

.playaud-r0bkua::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);
}

.playaud-vh0la0 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .playaud-vh0la0 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.playaud-1pghfj {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .playaud-1pghfj {
    margin-right: 32px;
  }
}

.playaud-2cl572 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playaud-2cl572 {
    margin-top: 0;
    width: 340px;
  }
}

.playaud-2cl572 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playaud-7r5b32 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.playaud-8toxpx {
  position: relative;
}

@media (min-width: 768px) {
  .playaud-8toxpx {
    margin-top: 40px;
  }
}

.playaud-8toxpx + .playaud-3eucfa,
.playaud-8toxpx + .playaud-8toxpx {
  margin-top: 24px;
}

.playaud-0vy8lu {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .playaud-0vy8lu {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .playaud-0vy8lu {
    padding: 80px;
  }
}

.playaud-dsd5rx {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .playaud-dsd5rx {
    padding: 0 16px;
}


}

.playaud-w1301y {
  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) {
  .playaud-w1301y {
    font-size: 48px;
    line-height: 56px;
  }
}

.playaud-18r2t0 {
  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) {
  .playaud-18r2t0 {
    font-size: 24px;
    line-height: 32px;
  }
}

.playaud-87rhot {
  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;
}

.playaud-87rhot:hover {
  background: var(--button-bg-hover);
}

.playaud-5worng {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.playaud-5worng img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .playaud-5worng img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .playaud-5worng img {
  min-height: 100%;
  }
}

.playaud-0vy8lu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.playaud-jn9uyb {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.playaud-jn9uyb h1,
.playaud-jn9uyb h2,
.playaud-jn9uyb h3,
.playaud-jn9uyb h4 {
  margin-bottom: 6px;
}

.playaud-jn9uyb h1:not(:first-child),
.playaud-jn9uyb h2:not(:first-child),
.playaud-jn9uyb h3:not(:first-child),
.playaud-jn9uyb h4:not(:first-child) {
  margin-top: 16px;
}

.playaud-jn9uyb h1,
.playaud-jn9uyb h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .playaud-jn9uyb h1,
  .playaud-jn9uyb h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.playaud-jn9uyb h2,
.playaud-jn9uyb h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .playaud-jn9uyb h2,
  .playaud-jn9uyb h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaud-jn9uyb h3,
.playaud-jn9uyb h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .playaud-jn9uyb h3,
  .playaud-jn9uyb h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.playaud-jn9uyb h4,
.playaud-jn9uyb h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.playaud-jn9uyb ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.playaud-jn9uyb ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.playaud-jn9uyb 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);
}

.playaud-jn9uyb ul ul {
  margin-bottom: 8px;
}

.playaud-jn9uyb ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.playaud-jn9uyb ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.playaud-jn9uyb ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.playaud-jn9uyb ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.playaud-jn9uyb ol li::marker {
  font-weight: 700;
}

.playaud-jn9uyb ol ol {
  margin-bottom: 8px;
}

.playaud-jn9uyb ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.playaud-jn9uyb ol ul li {
  padding-left: 16px;
}

.playaud-jn9uyb 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) {
  .playaud-jn9uyb table {
    padding: 24px;
  }
}

.playaud-jn9uyb table.playaud-oiwzwn {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playaud-r0279z,
    mask-image 0.3s;
}

.playaud-jn9uyb table.playaud-oiwzwn.playaud-alg2bl {
  -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) {
  .playaud-jn9uyb table {
    display: table;
  }
}

.playaud-jn9uyb 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);
}

.playaud-jn9uyb table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playaud-jn9uyb table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playaud-jn9uyb 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) {
  .playaud-jn9uyb table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.playaud-jn9uyb table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playaud-jn9uyb table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playaud-jn9uyb table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.playaud-jn9uyb img {
  max-width: 100%;
  height: auto;
}

.playaud-fivobs {
  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) {
  .playaud-fivobs {
    padding: 24px;
  }
}

.playaud-tsto1i {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .playaud-tsto1i {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.playaud-tsto1i > * {
  margin: 0 !important;
}

.playaud-tsto1i img,
.playaud-k81umv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaud-tsto1i img,
  .playaud-k81umv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaud-rel23h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaud-rel23h {
    width: 32px;
    height: 32px;
  }
}

.playaud-xmakw4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.playaud-xmakw4 .playaud-fppbfe {
  flex-shrink: 0;
}

.playaud-xmakw4 .playaud-wwpuv7 svg {
  display: none;
}

.playaud-wq1bas {
  display: grid;
  transition: max-height 0.playaud-r0279z ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .playaud-wq1bas {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .playaud-wq1bas {
    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));
  }
}

.playaud-wq1bas.playaud-7gdk47 + .playaud-fppbfe svg {
  transform: rotate(180deg);
}

.playaud-c0xdxh {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.playaud-c0xdxh > div:nth-child(3n) {
  grid-column: span 2;
}

.playaud-c0xdxh
  > div:nth-child(3n)
  .playaud-xwllvc
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .playaud-c0xdxh {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .playaud-c0xdxh > div:nth-child(3n) {
    grid-column: unset;
  }

  .playaud-c0xdxh
    > div:nth-child(3n)
    .playaud-xwllvc
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .playaud-c0xdxh {
    max-width: 270px;
  }
}

.playaud-c0xdxh .playaud-xwllvc button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .playaud-c0xdxh .playaud-xwllvc button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .playaud-c0xdxh .playaud-xwllvc button {
    max-width: 104px;
  }
}

.playaud-s211q1 {
  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) {
  .playaud-s211q1 {
    margin-bottom: 0;
  }
}

.playaud-volpyc {
  display: none;
  opacity: 0;
}

.playaud-j1qxwb {
  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;
  }
}

.playaud-j1qxwb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.playaud-xwllvc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.playaud-xwllvc button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playaud-xwllvc
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playaud-xwllvc
    button {
    max-width: 145px;
  }
}

.playaud-o4w6pm:first-child
  .playaud-xwllvc
  button {
  max-width: 270px;
}

.playaud-ukh0ii {
  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%;
}

.playaud-s211q1 picture {
  width: 100%;
  max-width: 100%;
}

.playaud-3plsy5 {
  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;
}

.playaud-3plsy5 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.playaud-s211q1:hover .playaud-3plsy5 {
  display: flex;
}

.playaud-305nkk {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.playaud-2jjkjo {
  display: flex;
}

.playaud-2jjkjo:hover .playaud-fofd4b,
.playaud-2jjkjo .playaud-k4upkf .playaud-fofd4b {
  display: flex;
}

.playaud-2jjkjo svg {
  flex-shrink: 0;
}

.playaud-fofd4b {
  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) {
  .playaud-fofd4b {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.playaud-fofd4b:hover {
  display: flex;
}

.playaud-fofd4b svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.playaud-87fppb {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .playaud-87fppb {
    font-size: 12px;
  }
}

.playaud-giqydw,
.playaud-5ltl39 {
  width: 50%;
  flex-shrink: 0;
}

.playaud-giqydw {
  font-weight: 700;
}

.playaud-233a19 .playaud-wq1bas {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .playaud-233a19 .playaud-wq1bas {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .playaud-233a19 .playaud-wq1bas {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.playaud-233a19
  .playaud-ukh0ii:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.playaud-233a19 .playaud-j1qxwb {
  height: 100% !important;
  border-radius: 16px;
}

.playaud-233a19 .playaud-xwllvc {
  gap: 4px;
  align-items: center;
}

.playaud-233a19 .playaud-xwllvc button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playaud-233a19 .playaud-xwllvc svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.playaud-233a19 .playaud-ujx4rt,
.playaud-233a19 .playaud-zsme8w {
  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.playaud-t989ia.org/2000/svg'%3E%3Cpath d='M9.playaud-1zpq9d 4.playaud-lrfq96.playaud-2wy6ia 5.playaud-xzd5j0.playaud-cbitt3 5.playaud-a3qvtq.playaud-szf4k3 5.playaud-ynnbrt.playaud-kwnpm0 8.playaud-xz34c2.playaud-wd16gp 9.playaud-ni5fqg.playaud-r9ehs7 9.playaud-ydlqcr.playaud-ajmlet 13.playaud-7ftckx.playaud-kyjvc0 11.playaud-3fx5a7.playaud-8447xq 11.playaud-9kwmn0.playaud-6pffkf 11.playaud-g46ah6.playaud-0ymc2s 13.playaud-2xna3o.playaud-g1gqdd 9.playaud-lu185z.playaud-8hghv2 9.playaud-zae78t.playaud-7q1alm 8.playaud-geh322.playaud-o6e096 5.playaud-epd74t.playaud-1sg3yt 5.playaud-6e7ay9.playaud-atrk7s 5.playaud-oqdzo1.playaud-p4vzrj 4.playaud-usqz1m.playaud-8447xq 1.playaud-q8zgvk.playaud-1zpq9d 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.playaud-233a19 .playaud-ujx4rt {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.playaud-233a19 .playaud-zsme8w {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.playaud-ou3fvz {
  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) {
  .playaud-ou3fvz {
    padding: 24px;
  }
}

.playaud-ou3fvz .playaud-fppbfe {
  display: flex;
}

@media (min-width: 768px) {
  .playaud-ou3fvz .playaud-fppbfe {
    display: none;
  }
}

.playaud-ou3fvz .playaud-wwpuv7 svg {
  display: none;
}

.playaud-uo1qdp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.playaud-uo1qdp .playaud-5rj3ux {
  display: none;
}

@media (min-width: 768px) {
  .playaud-uo1qdp .playaud-5rj3ux {
    display: flex;
  }
}

.playaud-fv5ypj {
  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) {
  .playaud-fv5ypj {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaud-fv5ypj > * {
  margin: 0 !important;
}

.playaud-fv5ypj img,
.playaud-7lyoze {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaud-fv5ypj img,
  .playaud-7lyoze {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaud-javt3c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaud-javt3c {
    width: 32px;
    height: 32px;
  }
}

.playaud-jszf89 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .playaud-jszf89 {
    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;
  }

  .playaud-jszf89::-webkit-scrollbar {
    display: none;
  }
}

.playaud-cvx0sl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .playaud-cvx0sl {
    padding: 7px 15px;
  }
}

.playaud-cvx0sl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playaud-u8rxp0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playaud-u8rxp0 {
    display: flex;
    opacity: 1;
  }
}

.playaud-cvx0sl picture {
  height: 100%;
  display: block;
}

.playaud-cvx0sl img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .playaud-cvx0sl img {
    width: 88px;
    height: 44px;
  }
}

.playaud-cvx0sl p {
  text-align: center;
  width: 100%;
}

.playaud-pbthe6 {
  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) {
  .playaud-pbthe6 {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaud-pbthe6 img,
.playaud-e8i94m {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaud-pbthe6 img,
  .playaud-e8i94m {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaud-3oqxkm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaud-3oqxkm {
    width: 32px;
    height: 32px;
  }
}

.playaud-xscsw5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.playaud-h2922q {
  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;
}

.playaud-ib2dqz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.playaud-ib2dqz.playaud-k4upkf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.playaud-o3tzh5 {
  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) {
  .playaud-o3tzh5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playaud-br2mhs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.playaud-c92e21 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.playaud-r0279z ease;
  opacity: 0;
  color: var(--text-color);
}

.playaud-r908bh {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.playaud-r908bh ol,
.playaud-r908bh ul {
  padding-left: 1.3em;
}

.playaud-ib2dqz.playaud-k4upkf .playaud-c92e21 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.playaud-ib2dqz.playaud-k4upkf .playaud-br2mhs {
  transform: rotate(180deg);
  color: var(--text-color);
}

.playaud-rf6rfl {
  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) {
  .playaud-rf6rfl {
    padding: 24px;
  }
}

.playaud-rf6rfl .playaud-fppbfe {
  display: flex;
}

@media (min-width: 768px) {
  .playaud-rf6rfl .playaud-fppbfe {
    display: none;
  }
}

.playaud-rf6rfl .playaud-wwpuv7 svg {
  display: none;
}

.playaud-9mt214 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playaud-9mt214 .playaud-5rj3ux {
  display: none;
}

@media (min-width: 768px) {
  .playaud-9mt214 .playaud-5rj3ux {
    display: flex;
  }
}

.playaud-tl43ko {
  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) {
  .playaud-tl43ko {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.playaud-tl43ko > * {
  margin: 0 !important;
}

.playaud-tl43ko img,
.playaud-il01wv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaud-tl43ko img,
  .playaud-il01wv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaud-4ke7e4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaud-4ke7e4 {
    width: 32px;
    height: 32px;
  }
}

.playaud-c7enol {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .playaud-c7enol {
    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;
  }

  .playaud-c7enol::-webkit-scrollbar {
    display: none;
  }
}

.playaud-k7lr5k {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.playaud-k7lr5k:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playaud-sj050k {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playaud-sj050k {
    display: flex;
    opacity: 1;
  }
}

.playaud-k7lr5k picture {
  width: auto;
  height: 100%;
  display: block;
}

.playaud-k7lr5k picture img {
  display: block;
  width: auto;
  height: 100%;
}

.playaud-8tq3q2 {
  margin: -24px 0;
}

.playaud-8tq3q2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .playaud-8tq3q2 {
    margin: -16px 0;
  }
}

.playaud-3kigfp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .playaud-3kigfp {
    flex-direction: row;
  }
}

.playaud-ogm24h {
  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) {
  .playaud-ogm24h {
    flex: 1;
  }
}

.playaud-ogm24h::placeholder {
  color: var(--Text-400);
}

.playaud-vu90rw {
  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;
}

.playaud-y7zmdq {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.playaud-y7zmdq::-webkit-scrollbar {
  display: none;
}

.playaud-u7pvwm {
  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;
}

.playaud-u7pvwm img,
.playaud-u7pvwm svg {
  margin-right: 8px;
}

.playaud-27a6it {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.playaud-8tq3q2 + .playaud-qf8qxo {
  margin-top: 0;
}

@media (min-width: 768px) {
  .playaud-8tq3q2 + .playaud-qf8qxo {
    margin-top: -16px;
  }
}

.playaud-t5e8ts {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.playaud-t5e8ts > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.playaud-t5e8ts > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.playaud-78a337 {
  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;
}

.playaud-kbke76 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.playaud-jkr0zi {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.playaud-bo3pqf {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.playaud-5kwtzl {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.playaud-78a337 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;
}

.playaud-78a337 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) {
  .playaud-78a337 {
    padding: 39px 179px 39px 39px;
  }

  .playaud-kbke76 {
    font-size: 40px;
    line-height: 48px;
  }

  .playaud-5kwtzl {
    height: 348px;
  }

  .playaud-78a337 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .playaud-78a337 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .playaud-78a337 {
    padding: 63px;
  }
}

.playaud-l4gdcs {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .playaud-l4gdcs {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.playaud-sbvti7 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playaud-sbvti7 {
    width: auto;
  }
}

.playaud-jd8cj4 {
  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;
}

.playaud-jd8cj4::-webkit-scrollbar {
  display: none;
}

.playaud-jd8cj4 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);
}

.playaud-jd8cj4 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playaud-jd8cj4 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.playaud-l4gdcs .playaud-x18dgu {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playaud-r0279z,
    mask-image 0.3s;
}

.playaud-l4gdcs .playaud-x18dgu.playaud-alg2bl {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.playaud-yctjtb {
  margin: 40px -16px;
}

.playaud-4cxv7f + .playaud-3eucfa,
.playaud-4cxv7f + .playaud-8toxpx {
  margin-top: 24px;
}

.playaud-08umir {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.playaud-08umir picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.playaud-mu8tg2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .playaud-mu8tg2 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .playaud-mu8tg2 {
    margin-top: 0;
  }
}

.playaud-5tf63e {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playaud-5tf63e {
    font-size: 24px;
    line-height: 32px;
  }
}

.playaud-6qbnxu {
  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) {
  .playaud-6qbnxu {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.playaud-anfhj4 {
  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) {
  .playaud-anfhj4 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.playaud-nx5143 {
  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) {
  .playaud-nx5143 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playaud-1qvpwf {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playaud-1qvpwf {
    font-size: 32px;
    line-height: 40px;
  }
}

.playaud-l603h9 {
  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;
}

.playaud-gzdk8r {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.playaud-gzdk8r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playaud-qf8qxo {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.playaud-ddh9j4 {
  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) {
  .playaud-ddh9j4 {
    padding: 15px 48px;
  }
}

main > .playaud-qf8qxo {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .playaud-wq1bas.playaud-ibn37x > div:nth-child(n+5) {
    display: none;
  }
}

.playaud-jn9uyb p a img {
  display: block;
  margin: 0 auto;
}


.playaud-mbgoa3 {
  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 */
.playaud-5fx5ox {
  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;
}

.playaud-5fx5ox label {
  font-size: 14px;
}

.playaud-5fx5ox h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playaud-5fx5ox input,
.playaud-5fx5ox textarea,
.playaud-5fx5ox 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;
}
.playaud-5fx5ox button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playaud-nllody ease;
}
.playaud-5fx5ox button:hover {
  background-color: var(--button-bg-hover);
}
.playaud-7n2zee {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playaud-dduiv1 ease-in;
}

.playaud-7n2zee 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;
}
.playaud-6e66ey, .playaud-806q3x, [class*="review-card"],
thead, thead th, table th, .playaud-4z9ooo,
.playaud-jbqfot, [class*="collapsible-header"],
.playaud-fi5xu7, [class*="updated-block"] {
  color: #ece7dc !important;
}
