* {
  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;
  }
}

.go-fish-37qgyd {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .go-fish-37qgyd {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .go-fish-37qgyd {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.go-fish-n6838j {
  overflow: hidden;
}

.go-fish-ee0n0l img {
  background: var(--Neutral-300);
}

.go-fish-bax93o {
  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;
}

.go-fish-6vh7pl {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.go-fish-6vh7pl:hover {
  background: var(--button-bg-hover);
}

.go-fish-offvm8 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.go-fish-offvm8:hover {
  background: var(--button-bg-hover);
}

.go-fish-h63vt1 {
  font-size: 12px;
  line-height: 18px;
}

.go-fish-u6upwe {
  font-size: 18px;
  line-height: 26px;
}

.go-fish-va0ct1 {
  width: 100%;
}

.go-fish-1ao04x {
  padding: 6px 16px;
}

.go-fish-syhedq {
  padding: 10px 16px;
}

.go-fish-hpqf2v {
  padding: 15px 26px;
}

.go-fish-0s2y6u {
  flex-shrink: 0;
}

.go-fish-sx2z0b {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.go-fish-5te9ju {
  display: none;
}

.go-fish-q7404g {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.go-fish-1euggq {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.go-fish-jbisib {
  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;
}

.go-fish-6p199g {
  cursor: grab;
}

.go-fish-jbisib::-webkit-scrollbar {
  display: none;
}

.go-fish-veo0tn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.go-fish-5t0jw6 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.go-fish-hdb2xv {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.go-fish-5efypq {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.go-fish-un10tx {
  visibility: visible;
}

.go-fish-b20mqc {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.go-fish-m525aj ease;
}

.go-fish-6qdpow {
  background-color: var(--Primary-200);
  width: 16px;
}

.go-fish-c9aofo {
  -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.go-fish-m525aj,
    mask-image 0.3s;
}

.go-fish-c9aofo.go-fish-77ikef {
  -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;
  }
}

.go-fish-7sbjf1: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;
}

.go-fish-a6f82j {
  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.go-fish-rhffan.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.go-fish-rhffan.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;
}

.go-fish-nrufkw {
  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);
}

.go-fish-nrufkw::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%
  );
}

.go-fish-mcl3dv {
  position: relative;
  z-index: 1;
}

.go-fish-rhk79d {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.go-fish-gf1bd7 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.go-fish-vwohq3 {
  font-size: 40px;
  line-height: 48px;
}

.go-fish-vp9ubp {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.go-fish-xs1t4i {
  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;
}

.go-fish-xs1t4i:hover {
  background: var(--Primary-400);
}

.go-fish-xs1t4i svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.go-fish-7sbjf1 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) {
  .go-fish-nrufkw {
    max-width: 600px;
    padding: 64px;
  }

  .go-fish-rhk79d {
    font-size: 24px;
    line-height: 32px;
  }

  .go-fish-gf1bd7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .go-fish-vwohq3 {
    font-size: 50px;
    line-height: 56px;
  }

  .go-fish-vp9ubp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .go-fish-a6f82j {
    top: 25px;
    right: 25px;
  }
}

.go-fish-rfmq7o,
.go-fish-q6oinf {
  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;
}

.go-fish-deshjf.go-fish-26pvg5::before,
.go-fish-q6oinf::before,
.go-fish-x5uyuf::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.go-fish-rhffan.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.go-fish-52xaqj 14.go-fish-emad7y.go-fish-9d9ksi 14.go-fish-z8t386 15.go-fish-1o6mih 14.go-fish-wizfh7 15.go-fish-u4sp4h 14.go-fish-gp0we3.go-fish-b1r9ll 14.go-fish-je6kai 19.go-fish-4epzz6 12.go-fish-9nad7d 19.go-fish-4epzz6 10.go-fish-kh1j43.go-fish-4epzz6 8.go-fish-syyc4w 17.go-fish-senxwx 7.go-fish-o5vjih 15.go-fish-2lgg3o 7.go-fish-tr1rv6.go-fish-0apztq 7.go-fish-o5vjih 11.go-fish-p0qhb0 8.go-fish-syyc4w 11.go-fish-p0qhb0 10.go-fish-ai55jc.go-fish-p0qhb0 12.go-fish-3mp5tn 13.go-fish-19mgyl 14.go-fish-dqcjka 15.go-fish-t8zam4 14.go-fish-ib4vb7.go-fish-w9myj3 14.go-fish-ivmalf 15.go-fish-u4p5ru 14.go-fish-ul4dvx 15.go-fish-0m0aub 14.go-fish-tqsyu4.go-fish-52xaqj 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.go-fish-qkfpqf 15.go-fish-gjh6na.go-fish-8o4atp 15.go-fish-94ffvp 15.go-fish-1l2mpu 15.go-fish-nnibb6 15.go-fish-mfj85s 15.go-fish-hcr70c.go-fish-clewps 15.go-fish-nnibb6 15.go-fish-v1x4ak 15.go-fish-vjzq6w 15.go-fish-azlvk6 15.go-fish-vaq3nj.go-fish-d3xbl5 15.go-fish-elswku 7.go-fish-hufj23 18.go-fish-wmsaks 7.go-fish-mai3ui 23.go-fish-figscf.go-fish-q1hkt7.go-fish-4nx08o 18.go-fish-nxjtsi 19.go-fish-fjpnbr 15.go-fish-gt8nmx 15.go-fish-qkfpqf 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.go-fish-cnxyim [type="submit"] *,
.go-fish-5ibbhn button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .go-fish-ms5u9v {
    display: none;
  }
}

.go-fish-n84nk9 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .go-fish-n84nk9 {
  display: none;
}

@media (min-width: 768px) {
  .go-fish-n84nk9 {
    bottom: 22px;
  }
}

.go-fish-n84nk9 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .go-fish-n84nk9 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.go-fish-j260e6.static) .go-fish-n84nk9 {
    bottom: 8px;
  }
}

.go-fish-tatp99 {
  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.go-fish-rhffan.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.go-fish-8h2ytx 3.go-fish-te2w9v.go-fish-pefix4.go-fish-xm4ize 3.go-fish-rzdeml 3.go-fish-zwj6h8 5.go-fish-qfe16r 3.go-fish-zwj6h8 8.go-fish-y5tx6w.go-fish-el8c6k.go-fish-zwj6h8 26.go-fish-d1pmqy 5.go-fish-ldvoa6 28.go-fish-p5cdnq 8.go-fish-7pqisp 28.go-fish-2z0yr9.go-fish-cz9cpf 28.go-fish-af3chi.go-fish-89uzmj 34.go-fish-1zt92i.go-fish-0dlv4r 36.go-fish-2so86i 11.go-fish-lgx8if 37.go-fish-gsnafc 12.go-fish-9vqnj0 36.go-fish-x1lo1o.go-fish-kv9s76 28.go-fish-vm9zry.go-fish-wl7u1g.go-fish-ev3ygz 28.go-fish-j6qkvk 36.go-fish-fvkslr 26.go-fish-uc4rne 36.go-fish-fvkslr 23.go-fish-a7b2ot.go-fish-crahih.go-fish-fvkslr 5.go-fish-d1y4zx 34.go-fish-1blkdz 3.go-fish-rzdeml 31.go-fish-8h2ytx 3.go-fish-bv5yeg.go-fish-kv9q3y 18.go-fish-5alosd.go-fish-lgqvdl 18.go-fish-4c3may 8.go-fish-arhxkp 17.go-fish-wix8ih 8.go-fish-arhxkp 15.go-fish-ex9ohq.go-fish-arhxkp 14.go-fish-kue336 9.go-fish-lgqvdl 13.go-fish-mlnd09 11.go-fish-kv9q3y 13.go-fish-t6pbn0.go-fish-h9pkzm 13.go-fish-mlnd09 13.go-fish-fucwv3 14.go-fish-kue336 13.go-fish-fucwv3 15.go-fish-tdzpo1.go-fish-fucwv3 17.go-fish-wix8ih 12.go-fish-h9pkzm 18.go-fish-4c3may 11.go-fish-kv9q3y 18.go-fish-nld2cd.go-fish-62ftrr 18.go-fish-lubbso.go-fish-6guwhy 18.go-fish-4c3may 17.go-fish-lrkv7r 17.go-fish-wix8ih 17.go-fish-lrkv7r 15.go-fish-j4qhzs.go-fish-lrkv7r 14.go-fish-kue336 18.go-fish-6guwhy 13.go-fish-mlnd09 20.go-fish-62ftrr 13.go-fish-nu33mv.go-fish-b8moy2 13.go-fish-mlnd09 22.go-fish-rl8ua5 14.go-fish-kue336 22.go-fish-rl8ua5 15.go-fish-k2q5fm.go-fish-jz5bjw 17.go-fish-wix8ih 21.go-fish-b8moy2 18.go-fish-4c3may 20.go-fish-62ftrr 18.go-fish-ancwtp.go-fish-hubx25 18.go-fish-9cvdb3.go-fish-xcmajj 18.go-fish-4c3may 26.go-fish-hnyjyq 17.go-fish-wix8ih 26.go-fish-hnyjyq 15.go-fish-1p1fy2.go-fish-hnyjyq 14.go-fish-kue336 27.go-fish-xcmajj 13.go-fish-mlnd09 28.go-fish-hubx25 13.go-fish-257xrv.go-fish-ynqo9p 13.go-fish-mlnd09 31.go-fish-t9f6s5 14.go-fish-kue336 31.go-fish-t9f6s5 15.go-fish-xk4teh.go-fish-hnyjyq 17.go-fish-wix8ih 30.go-fish-ynqo9p 18.go-fish-4c3may 28.go-fish-hubx25 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"])
    .go-fish-tatp99 {
    display: none;
  }
}

.go-fish-qi4s6o {
  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) {
  .go-fish-qi4s6o {
    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;
}

.go-fish-5ibbhn {
  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) {
  .go-fish-5ibbhn {
    padding: 14px 16px;
  }
}

.go-fish-5ibbhn button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.go-fish-5ibbhn button:first-child {
  align-content: end;
}

.go-fish-5ibbhn button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .go-fish-5ibbhn
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .go-fish-5ibbhn
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.go-fish-5ibbhn button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.go-fish-5ibbhn button:last-child svg {
  width: 38px;
  height: 38px;
}

.go-fish-x5uyuf {
  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;
}

.go-fish-x5uyuf::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .go-fish-x5uyuf,
.pc61d126-chatbot[data-active-screen="3"]
  .go-fish-x5uyuf {
  opacity: 1;
  visibility: visible;
}

.go-fish-udbqne {
  flex: 1 1;
}

.go-fish-72u7rx {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .go-fish-72u7rx {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .go-fish-v0zu6s {
  display: block;
}

.go-fish-447vug {
  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) {
  .go-fish-447vug {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.go-fish-q6oinf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.go-fish-q6oinf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.go-fish-9a1mds span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.go-fish-9a1mds p {
  color: var(--Text-100);
}

.go-fish-q6oinf .go-fish-ghuyp0 {
  grid-area: button;
}

.go-fish-q6oinf .go-fish-ghuyp0::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.go-fish-rhffan.org/2000/svg'%3E%3Cpath d='M4.go-fish-d32n9i 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.go-fish-0sjte5 15L16.go-fish-0sjte5 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.go-fish-0sjte5 5L16.go-fish-0sjte5 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .go-fish-1pglo1 {
  display: block;
}

.go-fish-ca8yup {
  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) {
  .go-fish-ca8yup {
    margin-top: 40px;
  }
}

.go-fish-rfmq7o label,
.go-fish-rfmq7o input {
  display: block;
  width: 100%;
}

.go-fish-rfmq7o label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.go-fish-rfmq7o label.go-fish-nnttqc input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.go-fish-rfmq7o label.go-fish-nnttqc::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;
}

.go-fish-rfmq7o 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;
}

.go-fish-rfmq7o input::placeholder {
  color: var(--Text-400);
}

.go-fish-m8yxh6 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .go-fish-m8yxh6 {
  display: flex;
}

.go-fish-m8yxh6 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .go-fish-m8yxh6 ol {
    height: 420px;
    padding: 24px;
  }
}

.go-fish-m8yxh6 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.go-fish-cnxyim {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .go-fish-cnxyim {
    padding: 0 24px 24px;
  }
}

.go-fish-cnxyim 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;
}

.go-fish-cnxyim input::placeholder {
  color: var(--Text-400);
}

.go-fish-cnxyim [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.go-fish-cnxyim [type="submit"]:disabled {
  opacity: 0.5;
}

.go-fish-cnxyim [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .go-fish-cnxyim [type="submit"] {
    right: 40px;
  }
}

.go-fish-deshjf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.go-fish-deshjf.go-fish-26pvg5 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.go-fish-deshjf.go-fish-26pvg5::before {
  content: "";
  width: 31px;
}

.go-fish-deshjf.go-fish-26pvg5 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.go-fish-deshjf.go-fish-gkgpir p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.go-fish-deshjf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.go-fish-n84nk9 .go-fish-ghuyp0 {
  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;
  }
}

.go-fish-ms5u9v {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .go-fish-ms5u9v {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .go-fish-ms5u9v {
    padding: 18px 0;
  }
}

.go-fish-ms5u9v .go-fish-37qgyd {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .go-fish-ms5u9v .go-fish-37qgyd {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.go-fish-0p5233 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .go-fish-0p5233 {
    max-width: 160px;
    height: 40px;
  }
}

.go-fish-0p5233 picture,
.go-fish-0p5233 img {
  display: block;
  width: 100%;
  height: 100%;
}

.go-fish-0p5233 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .go-fish-y8fjx2 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.go-fish-m525aj ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .go-fish-ms5u9v.go-fish-rm4yeo .go-fish-y8fjx2 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .go-fish-y8fjx2 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .go-fish-y8fjx2 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.go-fish-b8wm2i,
.go-fish-fabjxm {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .go-fish-b8wm2i,
  .go-fish-fabjxm {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .go-fish-fabjxm {
    display: none;
  }
}

.go-fish-uxve40 {
  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;
}

.go-fish-rm4yeo .go-fish-uxve40 {
  background: var(--fh-bg-color);
}

.go-fish-uxve40 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .go-fish-uxve40 {
    display: none;
  }
}

.go-fish-k7q8xi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .go-fish-k7q8xi {
    display: none;
  }
}

.go-fish-z3vqwo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.go-fish-ms5u9v.go-fish-rm4yeo .go-fish-z3vqwo:first-child {
  display: none;
}

.go-fish-ms5u9v.go-fish-rm4yeo .go-fish-z3vqwo:last-child {
  display: block;
}

.go-fish-z3vqwo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .go-fish-z3vqwo {
    display: none;
  }
}

.go-fish-aqf568 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .go-fish-aqf568 {
    display: flex;
  }
}

.go-fish-aqf568 ul {
  max-height: 350px;
  overflow-y: auto;
}

.go-fish-aqf568:hover ul {
  visibility: visible;
  opacity: 1;
}

.go-fish-aqf568:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.go-fish-aqf568:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.go-fish-aqf568:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.go-fish-aqf568:hover .go-fish-2n79e5 svg {
  transform: rotate(180deg);
}

.go-fish-sbbaof {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.go-fish-gl239t {
  padding: 0 8px;
}

.go-fish-textrn {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.go-fish-textrn:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .go-fish-textrn {
    padding: 4px 8px;
  }
}

.go-fish-7thdys {
  display: flex;
}

.go-fish-7thdys img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.go-fish-2n79e5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.go-fish-2n79e5 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.go-fish-rdhcj9 {
  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) {
  .go-fish-rdhcj9 {
    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;
  }
}

.go-fish-whfiel {
  width: 100%;
}

@media (min-width: 1200px) {
  .go-fish-whfiel {
    display: none;
  }
}

.go-fish-m68cqr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.go-fish-i70sgj {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.go-fish-7hj3m2 {
  display: flex;
}

.go-fish-lj7edi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.go-fish-scamej {
  list-style: none;
}

@media (max-width: 1199px) {
  .go-fish-scamej {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .go-fish-scamej {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .go-fish-scamej .go-fish-oxvzte [data-ref-el],
  .go-fish-scamej .go-fish-oxvzte span,
  .go-fish-scamej .go-fish-oxvzte a {
    white-space: nowrap;
  }
}

.go-fish-z7rdo6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .go-fish-z7rdo6.go-fish-5v82wz > .go-fish-oxvzte {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .go-fish-z7rdo6.go-fish-yv75po:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .go-fish-z7rdo6.go-fish-5v82wz > .go-fish-y033r6 {
    height: auto;
  }

  .go-fish-z7rdo6.go-fish-5v82wz > div > .go-fish-1mjhxc {
    transform: rotate(180deg);
  }
}

.go-fish-z7rdo6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.go-fish-z7rdo6 [data-ref-el],
.go-fish-z7rdo6 span {
  cursor: pointer;
}

.go-fish-z7rdo6 [data-ref-el],
.go-fish-z7rdo6 span,
.go-fish-z7rdo6 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .go-fish-z7rdo6 [data-ref-el],
  .go-fish-z7rdo6 span,
  .go-fish-z7rdo6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .go-fish-z7rdo6 [data-ref-el],
  .go-fish-z7rdo6 span,
  .go-fish-z7rdo6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.go-fish-y033r6 {
  height: 0;
  overflow: hidden;
  transition: height 0.go-fish-m525aj ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.go-fish-y033r6::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.go-fish-y033r6::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.go-fish-y033r6::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .go-fish-y033r6 {
    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;
  }

  .go-fish-y033r6:has(> .go-fish-z7rdo6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .go-fish-y033r6 .go-fish-y033r6 {
    padding: 0;
  }

  .go-fish-y033r6 .go-fish-z7rdo6 {
    font-weight: 400;
  }

  .go-fish-y033r6 .go-fish-z7rdo6:hover > .go-fish-oxvzte {
    background: var(--Neutral-300);
  }

  .go-fish-y033r6 .go-fish-1mjhxc {
    rotate: -90deg;
  }
}

.go-fish-oxvzte {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .go-fish-oxvzte {
    padding: 8px;
  }

  .go-fish-z7rdo6.go-fish-xl74xy > .go-fish-oxvzte {
    background: var(--Neutral-300);
  }
}

.go-fish-1mjhxc {
  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.go-fish-rhffan.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.go-fish-m8qxv8 0.go-fish-w6p3kf.go-fish-42zycp -0.go-fish-34k8q0 0.go-fish-zzplro -0.go-fish-34k8q0 1.go-fish-8np5du 0.go-fish-p4bgyf.go-fish-522hi0 4.go-fish-suoqj3.go-fish-m8qxv8 0.go-fish-w97iaj.go-fish-nnia68 -0.go-fish-34k8q0 9.go-fish-c2yasv -0.go-fish-34k8q0 10.go-fish-g25g7n 0.go-fish-r67qnx.go-fish-s9fzzb 0.go-fish-42zycp 10.go-fish-s9fzzb 0.go-fish-zzplro 10.go-fish-g25g7n 1.go-fish-aje7yu.go-fish-tfkc9m 5.go-fish-fq1psr.go-fish-cw510w 6.go-fish-xxxoox 5.go-fish-3fly0u 6.go-fish-xxxoox 4.go-fish-m3skiw 5.go-fish-aq5umd.go-fish-m8qxv8 1.go-fish-o6g8np.go-fish-34k8q0 0.go-fish-zzplro -0.go-fish-34k8q0 0.go-fish-42zycp 0.go-fish-m8qxv8 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.go-fish-m525aj ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .go-fish-1mjhxc {
    cursor: default;
  }
}

.go-fish-ssufaw {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.go-fish-dttiwc {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .go-fish-dttiwc {
    padding: 40px 4px;
  }
}

.go-fish-jb2nrj {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .go-fish-jb2nrj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.go-fish-6cwmyc {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .go-fish-6cwmyc {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.go-fish-6cwmyc ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.go-fish-6cwmyc [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.go-fish-6cwmyc [data-ref-el],
.go-fish-6cwmyc span,
.go-fish-6cwmyc a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.go-fish-lzpxdk {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .go-fish-lzpxdk {
    margin-bottom: 12px;
  }
}

.go-fish-xowhwi {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.go-fish-xowhwi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .go-fish-xowhwi:last-child {
    margin-right: 0;
  }
}

.go-fish-ut5hm0 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.go-fish-lzpxdk:hover .go-fish-a5h8j0 {
  visibility: visible;
  opacity: 1;
}

.go-fish-a5h8j0 {
  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);
}

.go-fish-jil07f {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.go-fish-dy2otm {
  display: flex;
  margin: 6px;
}

.go-fish-dy2otm img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.go-fish-a5h8j0::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);
}

.go-fish-a5h8j0::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);
}

.go-fish-imemdk {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .go-fish-imemdk {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.go-fish-gozw9p {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .go-fish-gozw9p {
    margin-right: 32px;
  }
}

.go-fish-itayj0 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .go-fish-itayj0 {
    margin-top: 0;
    width: 340px;
  }
}

.go-fish-itayj0 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.go-fish-sdjqng {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.go-fish-0snc4b {
  position: relative;
}

@media (min-width: 768px) {
  .go-fish-0snc4b {
    margin-top: 40px;
  }
}

.go-fish-0snc4b + .go-fish-jdc1xw,
.go-fish-0snc4b + .go-fish-0snc4b {
  margin-top: 24px;
}

.go-fish-5cdc7u {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .go-fish-5cdc7u {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .go-fish-5cdc7u {
    padding: 80px;
  }
}

.go-fish-3u68yk {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .go-fish-3u68yk {
    padding: 0 16px;
}


}

.go-fish-duvmg9 {
  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) {
  .go-fish-duvmg9 {
    font-size: 48px;
    line-height: 56px;
  }
}

.go-fish-w8pv2d {
  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) {
  .go-fish-w8pv2d {
    font-size: 24px;
    line-height: 32px;
  }
}

.go-fish-wt3cq1 {
  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;
}

.go-fish-wt3cq1:hover {
  background: var(--button-bg-hover);
}

.go-fish-vl3dwf {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.go-fish-vl3dwf img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .go-fish-vl3dwf img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .go-fish-vl3dwf img {
  min-height: 100%;
  }
}

.go-fish-5cdc7u::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.go-fish-t9cpqe {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.go-fish-t9cpqe h1,
.go-fish-t9cpqe h2,
.go-fish-t9cpqe h3,
.go-fish-t9cpqe h4 {
  margin-bottom: 6px;
}

.go-fish-t9cpqe h1:not(:first-child),
.go-fish-t9cpqe h2:not(:first-child),
.go-fish-t9cpqe h3:not(:first-child),
.go-fish-t9cpqe h4:not(:first-child) {
  margin-top: 16px;
}

.go-fish-t9cpqe h1,
.go-fish-t9cpqe h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .go-fish-t9cpqe h1,
  .go-fish-t9cpqe h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.go-fish-t9cpqe h2,
.go-fish-t9cpqe h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .go-fish-t9cpqe h2,
  .go-fish-t9cpqe h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.go-fish-t9cpqe h3,
.go-fish-t9cpqe h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .go-fish-t9cpqe h3,
  .go-fish-t9cpqe h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.go-fish-t9cpqe h4,
.go-fish-t9cpqe h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.go-fish-t9cpqe ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.go-fish-t9cpqe ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.go-fish-t9cpqe 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);
}

.go-fish-t9cpqe ul ul {
  margin-bottom: 8px;
}

.go-fish-t9cpqe ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.go-fish-t9cpqe ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.go-fish-t9cpqe ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.go-fish-t9cpqe ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.go-fish-t9cpqe ol li::marker {
  font-weight: 700;
}

.go-fish-t9cpqe ol ol {
  margin-bottom: 8px;
}

.go-fish-t9cpqe ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.go-fish-t9cpqe ol ul li {
  padding-left: 16px;
}

.go-fish-t9cpqe 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) {
  .go-fish-t9cpqe table {
    padding: 24px;
  }
}

.go-fish-t9cpqe table.go-fish-oaoanu {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.go-fish-m525aj,
    mask-image 0.3s;
}

.go-fish-t9cpqe table.go-fish-oaoanu.go-fish-77ikef {
  -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) {
  .go-fish-t9cpqe table {
    display: table;
  }
}

.go-fish-t9cpqe 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);
}

.go-fish-t9cpqe table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.go-fish-t9cpqe table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.go-fish-t9cpqe 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) {
  .go-fish-t9cpqe table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.go-fish-t9cpqe table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.go-fish-t9cpqe table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.go-fish-t9cpqe table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.go-fish-t9cpqe img {
  max-width: 100%;
  height: auto;
}

.go-fish-b441hl {
  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) {
  .go-fish-b441hl {
    padding: 24px;
  }
}

.go-fish-bytho5 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .go-fish-bytho5 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.go-fish-bytho5 > * {
  margin: 0 !important;
}

.go-fish-bytho5 img,
.go-fish-cy9mz5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .go-fish-bytho5 img,
  .go-fish-cy9mz5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.go-fish-lzljsb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .go-fish-lzljsb {
    width: 32px;
    height: 32px;
  }
}

.go-fish-qh8iq6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.go-fish-qh8iq6 .go-fish-g0qf7l {
  flex-shrink: 0;
}

.go-fish-qh8iq6 .go-fish-iz070u svg {
  display: none;
}

.go-fish-r706c4 {
  display: grid;
  transition: max-height 0.go-fish-m525aj ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .go-fish-r706c4 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .go-fish-r706c4 {
    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));
  }
}

.go-fish-r706c4.go-fish-yexudo + .go-fish-g0qf7l svg {
  transform: rotate(180deg);
}

.go-fish-045rkj {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.go-fish-045rkj > div:nth-child(3n) {
  grid-column: span 2;
}

.go-fish-045rkj
  > div:nth-child(3n)
  .go-fish-ecl5ru
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .go-fish-045rkj {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .go-fish-045rkj > div:nth-child(3n) {
    grid-column: unset;
  }

  .go-fish-045rkj
    > div:nth-child(3n)
    .go-fish-ecl5ru
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .go-fish-045rkj {
    max-width: 270px;
  }
}

.go-fish-045rkj .go-fish-ecl5ru button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .go-fish-045rkj .go-fish-ecl5ru button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .go-fish-045rkj .go-fish-ecl5ru button {
    max-width: 104px;
  }
}

.go-fish-28d7jr {
  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) {
  .go-fish-28d7jr {
    margin-bottom: 0;
  }
}

.go-fish-3wc7bo {
  display: none;
  opacity: 0;
}

.go-fish-4zxa2a {
  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;
  }
}

.go-fish-4zxa2a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.go-fish-ecl5ru {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.go-fish-ecl5ru button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .go-fish-ecl5ru
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .go-fish-ecl5ru
    button {
    max-width: 145px;
  }
}

.go-fish-47h30p:first-child
  .go-fish-ecl5ru
  button {
  max-width: 270px;
}

.go-fish-hg5vdp {
  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%;
}

.go-fish-28d7jr picture {
  width: 100%;
  max-width: 100%;
}

.go-fish-1ffynv {
  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;
}

.go-fish-1ffynv svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.go-fish-28d7jr:hover .go-fish-1ffynv {
  display: flex;
}

.go-fish-vbnvi8 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.go-fish-vjm7zo {
  display: flex;
}

.go-fish-vjm7zo:hover .go-fish-fkzxot,
.go-fish-vjm7zo .go-fish-xl74xy .go-fish-fkzxot {
  display: flex;
}

.go-fish-vjm7zo svg {
  flex-shrink: 0;
}

.go-fish-fkzxot {
  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) {
  .go-fish-fkzxot {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.go-fish-fkzxot:hover {
  display: flex;
}

.go-fish-fkzxot svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.go-fish-svxzyw {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .go-fish-svxzyw {
    font-size: 12px;
  }
}

.go-fish-2iheeg,
.go-fish-ot1f2d {
  width: 50%;
  flex-shrink: 0;
}

.go-fish-2iheeg {
  font-weight: 700;
}

.go-fish-b4h7kr .go-fish-r706c4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .go-fish-b4h7kr .go-fish-r706c4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .go-fish-b4h7kr .go-fish-r706c4 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.go-fish-b4h7kr
  .go-fish-hg5vdp:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.go-fish-b4h7kr .go-fish-4zxa2a {
  height: 100% !important;
  border-radius: 16px;
}

.go-fish-b4h7kr .go-fish-ecl5ru {
  gap: 4px;
  align-items: center;
}

.go-fish-b4h7kr .go-fish-ecl5ru button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.go-fish-b4h7kr .go-fish-ecl5ru svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.go-fish-b4h7kr .go-fish-5nc16r,
.go-fish-b4h7kr .go-fish-jzxxcb {
  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.go-fish-rhffan.org/2000/svg'%3E%3Cpath d='M9.go-fish-2vk3po 4.go-fish-k28b4d.go-fish-huwtjg 5.go-fish-jyidkc.go-fish-akm7cr 5.go-fish-zy48np.go-fish-qgohby 5.go-fish-2he7cj.go-fish-wetd69 8.go-fish-6b1tgg.go-fish-xntks7 9.go-fish-0n07zf.go-fish-9ooa05 9.go-fish-l7z2hn.go-fish-lvx8l5 13.go-fish-g48cfv.go-fish-neayqq 11.go-fish-way15r.go-fish-qtezdg 11.go-fish-mrvrua.go-fish-qevqnq 11.go-fish-e2a2xx.go-fish-q5gnn4 13.go-fish-bw166a.go-fish-hbdkxb 9.go-fish-wbq9tc.go-fish-hx62fq 9.go-fish-v7vrv4.go-fish-17c2h6 8.go-fish-1bax4a.go-fish-37x123 5.go-fish-nnfx4c.go-fish-na3nwc 5.go-fish-mzhi3h.go-fish-9aergx 5.go-fish-wxdwir.go-fish-rdpt4t 4.go-fish-ilerfi.go-fish-qtezdg 1.go-fish-8eaoru.go-fish-2vk3po 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.go-fish-b4h7kr .go-fish-5nc16r {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.go-fish-b4h7kr .go-fish-jzxxcb {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.go-fish-9f41vz {
  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) {
  .go-fish-9f41vz {
    padding: 24px;
  }
}

.go-fish-9f41vz .go-fish-g0qf7l {
  display: flex;
}

@media (min-width: 768px) {
  .go-fish-9f41vz .go-fish-g0qf7l {
    display: none;
  }
}

.go-fish-9f41vz .go-fish-iz070u svg {
  display: none;
}

.go-fish-kie743 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.go-fish-kie743 .go-fish-bax93o {
  display: none;
}

@media (min-width: 768px) {
  .go-fish-kie743 .go-fish-bax93o {
    display: flex;
  }
}

.go-fish-q1azro {
  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) {
  .go-fish-q1azro {
    font-size: 40px;
    line-height: 48px;
  }
}

.go-fish-q1azro > * {
  margin: 0 !important;
}

.go-fish-q1azro img,
.go-fish-m2dwbf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .go-fish-q1azro img,
  .go-fish-m2dwbf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.go-fish-akwf9c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .go-fish-akwf9c {
    width: 32px;
    height: 32px;
  }
}

.go-fish-5jh1yp {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .go-fish-5jh1yp {
    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;
  }

  .go-fish-5jh1yp::-webkit-scrollbar {
    display: none;
  }
}

.go-fish-jemrl9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .go-fish-jemrl9 {
    padding: 7px 15px;
  }
}

.go-fish-jemrl9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.go-fish-7mmi5c {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .go-fish-7mmi5c {
    display: flex;
    opacity: 1;
  }
}

.go-fish-jemrl9 picture {
  height: 100%;
  display: block;
}

.go-fish-jemrl9 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .go-fish-jemrl9 img {
    width: 88px;
    height: 44px;
  }
}

.go-fish-jemrl9 p {
  text-align: center;
  width: 100%;
}

.go-fish-2tgacw {
  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) {
  .go-fish-2tgacw {
    font-size: 40px;
    line-height: 48px;
  }
}

.go-fish-2tgacw img,
.go-fish-33tssm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .go-fish-2tgacw img,
  .go-fish-33tssm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.go-fish-5j4ooh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .go-fish-5j4ooh {
    width: 32px;
    height: 32px;
  }
}

.go-fish-xzy8mu {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.go-fish-xvs2v5 {
  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;
}

.go-fish-xt6axm {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.go-fish-xt6axm.go-fish-xl74xy {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.go-fish-yxwj6x {
  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) {
  .go-fish-yxwj6x {
    font-size: 20px;
    line-height: 28px;
  }
}

.go-fish-djjkvy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.go-fish-bu4w95 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.go-fish-m525aj ease;
  opacity: 0;
  color: var(--text-color);
}

.go-fish-67ruij {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.go-fish-67ruij ol,
.go-fish-67ruij ul {
  padding-left: 1.3em;
}

.go-fish-xt6axm.go-fish-xl74xy .go-fish-bu4w95 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.go-fish-xt6axm.go-fish-xl74xy .go-fish-djjkvy {
  transform: rotate(180deg);
  color: var(--text-color);
}

.go-fish-xyoonx {
  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) {
  .go-fish-xyoonx {
    padding: 24px;
  }
}

.go-fish-xyoonx .go-fish-g0qf7l {
  display: flex;
}

@media (min-width: 768px) {
  .go-fish-xyoonx .go-fish-g0qf7l {
    display: none;
  }
}

.go-fish-xyoonx .go-fish-iz070u svg {
  display: none;
}

.go-fish-ixccfy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.go-fish-ixccfy .go-fish-bax93o {
  display: none;
}

@media (min-width: 768px) {
  .go-fish-ixccfy .go-fish-bax93o {
    display: flex;
  }
}

.go-fish-1l6qot {
  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) {
  .go-fish-1l6qot {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.go-fish-1l6qot > * {
  margin: 0 !important;
}

.go-fish-1l6qot img,
.go-fish-5ugvkr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .go-fish-1l6qot img,
  .go-fish-5ugvkr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.go-fish-rulhi3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .go-fish-rulhi3 {
    width: 32px;
    height: 32px;
  }
}

.go-fish-0ve5gy {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .go-fish-0ve5gy {
    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;
  }

  .go-fish-0ve5gy::-webkit-scrollbar {
    display: none;
  }
}

.go-fish-aog62h {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.go-fish-aog62h:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.go-fish-wh0k47 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .go-fish-wh0k47 {
    display: flex;
    opacity: 1;
  }
}

.go-fish-aog62h picture {
  width: auto;
  height: 100%;
  display: block;
}

.go-fish-aog62h picture img {
  display: block;
  width: auto;
  height: 100%;
}

.go-fish-u4b5nv {
  margin: -24px 0;
}

.go-fish-u4b5nv:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .go-fish-u4b5nv {
    margin: -16px 0;
  }
}

.go-fish-zh4fke {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .go-fish-zh4fke {
    flex-direction: row;
  }
}

.go-fish-hd7scy {
  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) {
  .go-fish-hd7scy {
    flex: 1;
  }
}

.go-fish-hd7scy::placeholder {
  color: var(--Text-400);
}

.go-fish-lc23pe {
  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;
}

.go-fish-bqqtor {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.go-fish-bqqtor::-webkit-scrollbar {
  display: none;
}

.go-fish-nhd5rs {
  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;
}

.go-fish-nhd5rs img,
.go-fish-nhd5rs svg {
  margin-right: 8px;
}

.go-fish-8ffiam {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.go-fish-u4b5nv + .go-fish-oa0d7c {
  margin-top: 0;
}

@media (min-width: 768px) {
  .go-fish-u4b5nv + .go-fish-oa0d7c {
    margin-top: -16px;
  }
}

.go-fish-ysedqq {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.go-fish-ysedqq > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.go-fish-ysedqq > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.go-fish-5tn8d1 {
  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;
}

.go-fish-3hpimj {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.go-fish-xip3fs {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.go-fish-vsckjk {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.go-fish-q3oe0v {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.go-fish-5tn8d1 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;
}

.go-fish-5tn8d1 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) {
  .go-fish-5tn8d1 {
    padding: 39px 179px 39px 39px;
  }

  .go-fish-3hpimj {
    font-size: 40px;
    line-height: 48px;
  }

  .go-fish-q3oe0v {
    height: 348px;
  }

  .go-fish-5tn8d1 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .go-fish-5tn8d1 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .go-fish-5tn8d1 {
    padding: 63px;
  }
}

.go-fish-oqcwup {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .go-fish-oqcwup {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.go-fish-91cezh {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .go-fish-91cezh {
    width: auto;
  }
}

.go-fish-pmtmsb {
  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;
}

.go-fish-pmtmsb::-webkit-scrollbar {
  display: none;
}

.go-fish-pmtmsb 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);
}

.go-fish-pmtmsb a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .go-fish-pmtmsb {
    margin-left: 16px;
    margin-top: 0;
  }
}

.go-fish-oqcwup .go-fish-a7zd8m {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.go-fish-m525aj,
    mask-image 0.3s;
}

.go-fish-oqcwup .go-fish-a7zd8m.go-fish-77ikef {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.go-fish-0h81ko {
  margin: 40px -16px;
}

.go-fish-q7fgmj + .go-fish-jdc1xw,
.go-fish-q7fgmj + .go-fish-0snc4b {
  margin-top: 24px;
}

.go-fish-yoy0a2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.go-fish-yoy0a2 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.go-fish-fprs8c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .go-fish-fprs8c {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .go-fish-fprs8c {
    margin-top: 0;
  }
}

.go-fish-a3pmme {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .go-fish-a3pmme {
    font-size: 24px;
    line-height: 32px;
  }
}

.go-fish-3j73kd {
  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) {
  .go-fish-3j73kd {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.go-fish-14g7ea {
  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) {
  .go-fish-14g7ea {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.go-fish-9u8jgw {
  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) {
  .go-fish-9u8jgw {
    font-size: 20px;
    line-height: 28px;
  }
}

.go-fish-6nsasc {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .go-fish-6nsasc {
    font-size: 32px;
    line-height: 40px;
  }
}

.go-fish-jxujcd {
  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;
}

.go-fish-fovwbp {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.go-fish-fovwbp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.go-fish-oa0d7c {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.go-fish-2oh7ta {
  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) {
  .go-fish-2oh7ta {
    padding: 15px 48px;
  }
}

main > .go-fish-oa0d7c {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .go-fish-r706c4.go-fish-keim39 > div:nth-child(n+5) {
    display: none;
  }
}

.go-fish-t9cpqe p a img {
  display: block;
  margin: 0 auto;
}


.go-fish-fqn2sd {
  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 */
.go-fish-fvfq7a {
  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;
}

.go-fish-fvfq7a label {
  font-size: 14px;
}

.go-fish-fvfq7a h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.go-fish-fvfq7a input,
.go-fish-fvfq7a textarea,
.go-fish-fvfq7a 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;
}
.go-fish-fvfq7a button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.go-fish-rzhm80 ease;
}
.go-fish-fvfq7a button:hover {
  background-color: var(--button-bg-hover);
}
.go-fish-23lkuf {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.go-fish-01issg ease-in;
}

.go-fish-23lkuf 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;
}
.go-fish-1va2pa, .go-fish-21m1lq, [class*="review-card"],
thead, thead th, table th, .go-fish-rjsvhu,
.go-fish-ov1ht0, [class*="collapsible-header"],
.go-fish-arge7c, [class*="updated-block"] {
  color: #ece7dc !important;
}
