* {
  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;
  }
}

.sportuna-29r0jd {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .sportuna-29r0jd {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .sportuna-29r0jd {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.sportuna-fdoaaw {
  overflow: hidden;
}

.sportuna-w3qp2t img {
  background: var(--Neutral-300);
}

.sportuna-xzamzc {
  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;
}

.sportuna-k5s9si {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.sportuna-k5s9si:hover {
  background: var(--button-bg-hover);
}

.sportuna-ga7dtd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.sportuna-ga7dtd:hover {
  background: var(--button-bg-hover);
}

.sportuna-xrw6no {
  font-size: 12px;
  line-height: 18px;
}

.sportuna-yhiiuq {
  font-size: 18px;
  line-height: 26px;
}

.sportuna-yklnuj {
  width: 100%;
}

.sportuna-i84d8w {
  padding: 6px 16px;
}

.sportuna-7rh2rb {
  padding: 10px 16px;
}

.sportuna-sqx0z9 {
  padding: 15px 26px;
}

.sportuna-x37vun {
  flex-shrink: 0;
}

.sportuna-fvzlwy {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.sportuna-d26piq {
  display: none;
}

.sportuna-pzsgzw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.sportuna-a7et9y {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.sportuna-8qn4a6 {
  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;
}

.sportuna-fryptb {
  cursor: grab;
}

.sportuna-8qn4a6::-webkit-scrollbar {
  display: none;
}

.sportuna-qidmty {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.sportuna-p0ttgp {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.sportuna-4emioj {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.sportuna-otlt16 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.sportuna-wkcqip {
  visibility: visible;
}

.sportuna-i7yvtd {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.sportuna-o64086 ease;
}

.sportuna-ae1cf2 {
  background-color: var(--Primary-200);
  width: 16px;
}

.sportuna-fr99af {
  -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.sportuna-o64086,
    mask-image 0.3s;
}

.sportuna-fr99af.sportuna-z5kua6 {
  -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;
  }
}

.sportuna-pqiqyy: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;
}

.sportuna-okt4q4 {
  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.sportuna-41iwer.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.sportuna-41iwer.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;
}

.sportuna-xokoui {
  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);
}

.sportuna-xokoui::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%
  );
}

.sportuna-itw4g4 {
  position: relative;
  z-index: 1;
}

.sportuna-rchako {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.sportuna-up3628 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.sportuna-us555m {
  font-size: 40px;
  line-height: 48px;
}

.sportuna-33zdi7 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.sportuna-3z3vjp {
  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;
}

.sportuna-3z3vjp:hover {
  background: var(--Primary-400);
}

.sportuna-3z3vjp svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.sportuna-pqiqyy 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) {
  .sportuna-xokoui {
    max-width: 600px;
    padding: 64px;
  }

  .sportuna-rchako {
    font-size: 24px;
    line-height: 32px;
  }

  .sportuna-up3628 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .sportuna-us555m {
    font-size: 50px;
    line-height: 56px;
  }

  .sportuna-33zdi7 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .sportuna-okt4q4 {
    top: 25px;
    right: 25px;
  }
}

.sportuna-mv98wr,
.sportuna-y1rhe5 {
  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;
}

.sportuna-3yxi6o.sportuna-f2mn2v::before,
.sportuna-y1rhe5::before,
.sportuna-63qs2t::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.sportuna-41iwer.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.sportuna-l7cckf 14.sportuna-jldpin.sportuna-rkog73 14.sportuna-6lxbz6 15.sportuna-grxzf3 14.sportuna-972u60 15.sportuna-1tgabi 14.sportuna-x51hfj.sportuna-puzsx9 14.sportuna-mno3a9 19.sportuna-80rcq4 12.sportuna-uq6ckx 19.sportuna-80rcq4 10.sportuna-i17hn6.sportuna-80rcq4 8.sportuna-a1k5q4 17.sportuna-w53ut5 7.sportuna-kkhdnf 15.sportuna-do2o7w 7.sportuna-7ac7th.sportuna-ezl0d9 7.sportuna-kkhdnf 11.sportuna-3zpuqb 8.sportuna-a1k5q4 11.sportuna-3zpuqb 10.sportuna-3voi26.sportuna-3zpuqb 12.sportuna-p793wc 13.sportuna-ajevz5 14.sportuna-e33ccs 15.sportuna-wyjc5c 14.sportuna-bnqbwl.sportuna-es0cm8 14.sportuna-2y9jkf 15.sportuna-h45xqa 14.sportuna-v1id0s 15.sportuna-rji3be 14.sportuna-fvra8p.sportuna-l7cckf 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.sportuna-8xa0qb 15.sportuna-yg8y1w.sportuna-e32kxs 15.sportuna-ygbkw5 15.sportuna-vrw3y3 15.sportuna-wr38di 15.sportuna-voxmiz 15.sportuna-d03v49.sportuna-2l4mv6 15.sportuna-wr38di 15.sportuna-yhkksb 15.sportuna-42bd9q 15.sportuna-ha67yn 15.sportuna-caknym.sportuna-i391hj 15.sportuna-f0ptnl 7.sportuna-yx122m 18.sportuna-gcp2q2 7.sportuna-2sdbfs 23.sportuna-48sbtt.sportuna-cqf45j.sportuna-kqhoxp 18.sportuna-0a3ai9 19.sportuna-cuk1hm 15.sportuna-bgile9 15.sportuna-8xa0qb 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.sportuna-7mtb5f [type="submit"] *,
.sportuna-7xxbmb button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .sportuna-92u50i {
    display: none;
  }
}

.sportuna-mbs5mh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .sportuna-mbs5mh {
  display: none;
}

@media (min-width: 768px) {
  .sportuna-mbs5mh {
    bottom: 22px;
  }
}

.sportuna-mbs5mh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .sportuna-mbs5mh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.sportuna-tm7glg.static) .sportuna-mbs5mh {
    bottom: 8px;
  }
}

.sportuna-blui04 {
  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.sportuna-41iwer.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.sportuna-lztrno 3.sportuna-t40mx2.sportuna-fw4q4l.sportuna-zdhiy2 3.sportuna-e279wu 3.sportuna-0zd1i9 5.sportuna-wh8sm6 3.sportuna-0zd1i9 8.sportuna-ehq97b.sportuna-1ai4hd.sportuna-0zd1i9 26.sportuna-h65adm 5.sportuna-aajuov 28.sportuna-5zf63t 8.sportuna-r19qz6 28.sportuna-kypagx.sportuna-ioq13o 28.sportuna-9xnro4.sportuna-yx9ito 34.sportuna-04s24u.sportuna-h5paey 36.sportuna-rl3jzm 11.sportuna-2jylct 37.sportuna-1nq72u 12.sportuna-sbqtcp 36.sportuna-ff7baj.sportuna-mw3wfd 28.sportuna-f7w97a.sportuna-c3dqbu.sportuna-8ogzr6 28.sportuna-fh5kta 36.sportuna-gv3912 26.sportuna-xcs90g 36.sportuna-gv3912 23.sportuna-y2s3i1.sportuna-7j90xf.sportuna-gv3912 5.sportuna-2rtzht 34.sportuna-s8f3pr 3.sportuna-e279wu 31.sportuna-lztrno 3.sportuna-voa814.sportuna-3osgcd 18.sportuna-bgt5qz.sportuna-yy8dxn 18.sportuna-tyd1da 8.sportuna-omcnpg 17.sportuna-ovdbjn 8.sportuna-omcnpg 15.sportuna-j8xf6v.sportuna-omcnpg 14.sportuna-3h6mlz 9.sportuna-yy8dxn 13.sportuna-vay9yj 11.sportuna-3osgcd 13.sportuna-e16eyn.sportuna-lpx66q 13.sportuna-vay9yj 13.sportuna-gmwnr2 14.sportuna-3h6mlz 13.sportuna-gmwnr2 15.sportuna-0qmaox.sportuna-gmwnr2 17.sportuna-ovdbjn 12.sportuna-lpx66q 18.sportuna-tyd1da 11.sportuna-3osgcd 18.sportuna-rwuwkl.sportuna-i2oerm 18.sportuna-32qyck.sportuna-nkjylg 18.sportuna-tyd1da 17.sportuna-bi7wnk 17.sportuna-ovdbjn 17.sportuna-bi7wnk 15.sportuna-kwnfg5.sportuna-bi7wnk 14.sportuna-3h6mlz 18.sportuna-nkjylg 13.sportuna-vay9yj 20.sportuna-i2oerm 13.sportuna-sg97sn.sportuna-efnu8y 13.sportuna-vay9yj 22.sportuna-kualrr 14.sportuna-3h6mlz 22.sportuna-kualrr 15.sportuna-02o4ai.sportuna-qtyrt9 17.sportuna-ovdbjn 21.sportuna-efnu8y 18.sportuna-tyd1da 20.sportuna-i2oerm 18.sportuna-z72k60.sportuna-z42y3b 18.sportuna-kyc35g.sportuna-m419kq 18.sportuna-tyd1da 26.sportuna-v0e0to 17.sportuna-ovdbjn 26.sportuna-v0e0to 15.sportuna-vpst4k.sportuna-v0e0to 14.sportuna-3h6mlz 27.sportuna-m419kq 13.sportuna-vay9yj 28.sportuna-z42y3b 13.sportuna-icmcli.sportuna-z930b7 13.sportuna-vay9yj 31.sportuna-5gyprf 14.sportuna-3h6mlz 31.sportuna-5gyprf 15.sportuna-qwjus4.sportuna-v0e0to 17.sportuna-ovdbjn 30.sportuna-z930b7 18.sportuna-tyd1da 28.sportuna-z42y3b 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"])
    .sportuna-blui04 {
    display: none;
  }
}

.sportuna-z5vcfq {
  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) {
  .sportuna-z5vcfq {
    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;
}

.sportuna-7xxbmb {
  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) {
  .sportuna-7xxbmb {
    padding: 14px 16px;
  }
}

.sportuna-7xxbmb button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.sportuna-7xxbmb button:first-child {
  align-content: end;
}

.sportuna-7xxbmb button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .sportuna-7xxbmb
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .sportuna-7xxbmb
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.sportuna-7xxbmb button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.sportuna-7xxbmb button:last-child svg {
  width: 38px;
  height: 38px;
}

.sportuna-63qs2t {
  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;
}

.sportuna-63qs2t::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .sportuna-63qs2t,
.pc61d126-chatbot[data-active-screen="3"]
  .sportuna-63qs2t {
  opacity: 1;
  visibility: visible;
}

.sportuna-69exs0 {
  flex: 1 1;
}

.sportuna-3faedj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .sportuna-3faedj {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .sportuna-22t6zy {
  display: block;
}

.sportuna-lqyks9 {
  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) {
  .sportuna-lqyks9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.sportuna-y1rhe5 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.sportuna-y1rhe5::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.sportuna-aqy9zk span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.sportuna-aqy9zk p {
  color: var(--Text-100);
}

.sportuna-y1rhe5 .sportuna-rzj2mg {
  grid-area: button;
}

.sportuna-y1rhe5 .sportuna-rzj2mg::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.sportuna-41iwer.org/2000/svg'%3E%3Cpath d='M4.sportuna-3fca8t 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.sportuna-wyty6l 15L16.sportuna-wyty6l 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.sportuna-wyty6l 5L16.sportuna-wyty6l 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .sportuna-h1yak7 {
  display: block;
}

.sportuna-tbbi4n {
  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) {
  .sportuna-tbbi4n {
    margin-top: 40px;
  }
}

.sportuna-mv98wr label,
.sportuna-mv98wr input {
  display: block;
  width: 100%;
}

.sportuna-mv98wr label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.sportuna-mv98wr label.sportuna-f66zjf input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.sportuna-mv98wr label.sportuna-f66zjf::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;
}

.sportuna-mv98wr 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;
}

.sportuna-mv98wr input::placeholder {
  color: var(--Text-400);
}

.sportuna-vcoqpo {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .sportuna-vcoqpo {
  display: flex;
}

.sportuna-vcoqpo ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .sportuna-vcoqpo ol {
    height: 420px;
    padding: 24px;
  }
}

.sportuna-vcoqpo ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.sportuna-7mtb5f {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .sportuna-7mtb5f {
    padding: 0 24px 24px;
  }
}

.sportuna-7mtb5f 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;
}

.sportuna-7mtb5f input::placeholder {
  color: var(--Text-400);
}

.sportuna-7mtb5f [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.sportuna-7mtb5f [type="submit"]:disabled {
  opacity: 0.5;
}

.sportuna-7mtb5f [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .sportuna-7mtb5f [type="submit"] {
    right: 40px;
  }
}

.sportuna-3yxi6o {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.sportuna-3yxi6o.sportuna-f2mn2v {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.sportuna-3yxi6o.sportuna-f2mn2v::before {
  content: "";
  width: 31px;
}

.sportuna-3yxi6o.sportuna-f2mn2v p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.sportuna-3yxi6o.sportuna-no0l1e p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.sportuna-3yxi6o p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.sportuna-mbs5mh .sportuna-rzj2mg {
  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;
  }
}

.sportuna-92u50i {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .sportuna-92u50i {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .sportuna-92u50i {
    padding: 18px 0;
  }
}

.sportuna-92u50i .sportuna-29r0jd {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sportuna-92u50i .sportuna-29r0jd {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.sportuna-klksxr {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .sportuna-klksxr {
    max-width: 160px;
    height: 40px;
  }
}

.sportuna-klksxr picture,
.sportuna-klksxr img {
  display: block;
  width: 100%;
  height: 100%;
}

.sportuna-klksxr img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .sportuna-s0241r {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.sportuna-o64086 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .sportuna-92u50i.sportuna-p5rnc4 .sportuna-s0241r {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sportuna-s0241r {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .sportuna-s0241r {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.sportuna-iglc7v,
.sportuna-7he95x {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .sportuna-iglc7v,
  .sportuna-7he95x {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .sportuna-7he95x {
    display: none;
  }
}

.sportuna-yuefwl {
  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;
}

.sportuna-p5rnc4 .sportuna-yuefwl {
  background: var(--fh-bg-color);
}

.sportuna-yuefwl button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .sportuna-yuefwl {
    display: none;
  }
}

.sportuna-yqci21 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .sportuna-yqci21 {
    display: none;
  }
}

.sportuna-k6weit {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.sportuna-92u50i.sportuna-p5rnc4 .sportuna-k6weit:first-child {
  display: none;
}

.sportuna-92u50i.sportuna-p5rnc4 .sportuna-k6weit:last-child {
  display: block;
}

.sportuna-k6weit:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .sportuna-k6weit {
    display: none;
  }
}

.sportuna-uyj72t {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .sportuna-uyj72t {
    display: flex;
  }
}

.sportuna-uyj72t ul {
  max-height: 350px;
  overflow-y: auto;
}

.sportuna-uyj72t:hover ul {
  visibility: visible;
  opacity: 1;
}

.sportuna-uyj72t:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sportuna-uyj72t:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.sportuna-uyj72t:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.sportuna-uyj72t:hover .sportuna-cnozc4 svg {
  transform: rotate(180deg);
}

.sportuna-2r365n {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.sportuna-82i64k {
  padding: 0 8px;
}

.sportuna-pm1ni4 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.sportuna-pm1ni4:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .sportuna-pm1ni4 {
    padding: 4px 8px;
  }
}

.sportuna-limz4l {
  display: flex;
}

.sportuna-limz4l img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.sportuna-cnozc4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.sportuna-cnozc4 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.sportuna-jsb7j7 {
  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) {
  .sportuna-jsb7j7 {
    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;
  }
}

.sportuna-1fvm21 {
  width: 100%;
}

@media (min-width: 1200px) {
  .sportuna-1fvm21 {
    display: none;
  }
}

.sportuna-py51i9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.sportuna-u9luzl {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.sportuna-reoz7p {
  display: flex;
}

.sportuna-89br8x {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sportuna-pcyrkj {
  list-style: none;
}

@media (max-width: 1199px) {
  .sportuna-pcyrkj {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .sportuna-pcyrkj {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sportuna-pcyrkj .sportuna-bhmsvc [data-ref-el],
  .sportuna-pcyrkj .sportuna-bhmsvc span,
  .sportuna-pcyrkj .sportuna-bhmsvc a {
    white-space: nowrap;
  }
}

.sportuna-2e45jy {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .sportuna-2e45jy.sportuna-o42pnj > .sportuna-bhmsvc {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .sportuna-2e45jy.sportuna-01uun5:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .sportuna-2e45jy.sportuna-o42pnj > .sportuna-3qvhhr {
    height: auto;
  }

  .sportuna-2e45jy.sportuna-o42pnj > div > .sportuna-djbgc6 {
    transform: rotate(180deg);
  }
}

.sportuna-2e45jy [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.sportuna-2e45jy [data-ref-el],
.sportuna-2e45jy span {
  cursor: pointer;
}

.sportuna-2e45jy [data-ref-el],
.sportuna-2e45jy span,
.sportuna-2e45jy a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .sportuna-2e45jy [data-ref-el],
  .sportuna-2e45jy span,
  .sportuna-2e45jy a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .sportuna-2e45jy [data-ref-el],
  .sportuna-2e45jy span,
  .sportuna-2e45jy a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.sportuna-3qvhhr {
  height: 0;
  overflow: hidden;
  transition: height 0.sportuna-o64086 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.sportuna-3qvhhr::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.sportuna-3qvhhr::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.sportuna-3qvhhr::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .sportuna-3qvhhr {
    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;
  }

  .sportuna-3qvhhr:has(> .sportuna-2e45jy.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .sportuna-3qvhhr .sportuna-3qvhhr {
    padding: 0;
  }

  .sportuna-3qvhhr .sportuna-2e45jy {
    font-weight: 400;
  }

  .sportuna-3qvhhr .sportuna-2e45jy:hover > .sportuna-bhmsvc {
    background: var(--Neutral-300);
  }

  .sportuna-3qvhhr .sportuna-djbgc6 {
    rotate: -90deg;
  }
}

.sportuna-bhmsvc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .sportuna-bhmsvc {
    padding: 8px;
  }

  .sportuna-2e45jy.sportuna-qwc6ka > .sportuna-bhmsvc {
    background: var(--Neutral-300);
  }
}

.sportuna-djbgc6 {
  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.sportuna-41iwer.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.sportuna-lv7fyk 0.sportuna-6y4ixf.sportuna-ukuxui -0.sportuna-8g5qd3 0.sportuna-3wm8cd -0.sportuna-8g5qd3 1.sportuna-8k3tl6 0.sportuna-dtcluf.sportuna-lisbss 4.sportuna-ujsnb4.sportuna-lv7fyk 0.sportuna-7m38r7.sportuna-vw7gs0 -0.sportuna-8g5qd3 9.sportuna-nv6j6r -0.sportuna-8g5qd3 10.sportuna-3li9da 0.sportuna-7v495b.sportuna-jsi2uz 0.sportuna-ukuxui 10.sportuna-jsi2uz 0.sportuna-3wm8cd 10.sportuna-3li9da 1.sportuna-ail2gt.sportuna-qlqs40 5.sportuna-uruuf5.sportuna-qf1h4v 6.sportuna-5qnwqs 5.sportuna-0vxyep 6.sportuna-5qnwqs 4.sportuna-e4ve39 5.sportuna-tev0b3.sportuna-lv7fyk 1.sportuna-pjoepw.sportuna-8g5qd3 0.sportuna-3wm8cd -0.sportuna-8g5qd3 0.sportuna-ukuxui 0.sportuna-lv7fyk 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.sportuna-o64086 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .sportuna-djbgc6 {
    cursor: default;
  }
}

.sportuna-q30fsc {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.sportuna-5s5mn4 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .sportuna-5s5mn4 {
    padding: 40px 4px;
  }
}

.sportuna-4nnc8c {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .sportuna-4nnc8c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.sportuna-qxlvuh {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .sportuna-qxlvuh {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.sportuna-qxlvuh ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.sportuna-qxlvuh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.sportuna-qxlvuh [data-ref-el],
.sportuna-qxlvuh span,
.sportuna-qxlvuh a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.sportuna-s9u6ql {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .sportuna-s9u6ql {
    margin-bottom: 12px;
  }
}

.sportuna-976s5l {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.sportuna-976s5l img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .sportuna-976s5l:last-child {
    margin-right: 0;
  }
}

.sportuna-zrljt8 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.sportuna-s9u6ql:hover .sportuna-8vt2dd {
  visibility: visible;
  opacity: 1;
}

.sportuna-8vt2dd {
  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);
}

.sportuna-wqm48v {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sportuna-ghblei {
  display: flex;
  margin: 6px;
}

.sportuna-ghblei img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.sportuna-8vt2dd::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);
}

.sportuna-8vt2dd::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);
}

.sportuna-b3hlwo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .sportuna-b3hlwo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.sportuna-69hmz8 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .sportuna-69hmz8 {
    margin-right: 32px;
  }
}

.sportuna-s9beko {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .sportuna-s9beko {
    margin-top: 0;
    width: 340px;
  }
}

.sportuna-s9beko a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.sportuna-mds68j {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.sportuna-b573sn {
  position: relative;
}

@media (min-width: 768px) {
  .sportuna-b573sn {
    margin-top: 40px;
  }
}

.sportuna-b573sn + .sportuna-ffrxp6,
.sportuna-b573sn + .sportuna-b573sn {
  margin-top: 24px;
}

.sportuna-lqhhrr {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .sportuna-lqhhrr {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .sportuna-lqhhrr {
    padding: 80px;
  }
}

.sportuna-ow3bjn {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .sportuna-ow3bjn {
    padding: 0 16px;
}


}

.sportuna-d4ndtm {
  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) {
  .sportuna-d4ndtm {
    font-size: 48px;
    line-height: 56px;
  }
}

.sportuna-ynioot {
  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) {
  .sportuna-ynioot {
    font-size: 24px;
    line-height: 32px;
  }
}

.sportuna-3g5kf5 {
  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;
}

.sportuna-3g5kf5:hover {
  background: var(--button-bg-hover);
}

.sportuna-4ffqq5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.sportuna-4ffqq5 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .sportuna-4ffqq5 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .sportuna-4ffqq5 img {
  min-height: 100%;
  }
}

.sportuna-lqhhrr::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.sportuna-hutwh4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sportuna-hutwh4 h1,
.sportuna-hutwh4 h2,
.sportuna-hutwh4 h3,
.sportuna-hutwh4 h4 {
  margin-bottom: 6px;
}

.sportuna-hutwh4 h1:not(:first-child),
.sportuna-hutwh4 h2:not(:first-child),
.sportuna-hutwh4 h3:not(:first-child),
.sportuna-hutwh4 h4:not(:first-child) {
  margin-top: 16px;
}

.sportuna-hutwh4 h1,
.sportuna-hutwh4 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .sportuna-hutwh4 h1,
  .sportuna-hutwh4 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.sportuna-hutwh4 h2,
.sportuna-hutwh4 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .sportuna-hutwh4 h2,
  .sportuna-hutwh4 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.sportuna-hutwh4 h3,
.sportuna-hutwh4 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .sportuna-hutwh4 h3,
  .sportuna-hutwh4 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.sportuna-hutwh4 h4,
.sportuna-hutwh4 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.sportuna-hutwh4 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.sportuna-hutwh4 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.sportuna-hutwh4 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);
}

.sportuna-hutwh4 ul ul {
  margin-bottom: 8px;
}

.sportuna-hutwh4 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.sportuna-hutwh4 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.sportuna-hutwh4 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.sportuna-hutwh4 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.sportuna-hutwh4 ol li::marker {
  font-weight: 700;
}

.sportuna-hutwh4 ol ol {
  margin-bottom: 8px;
}

.sportuna-hutwh4 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.sportuna-hutwh4 ol ul li {
  padding-left: 16px;
}

.sportuna-hutwh4 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) {
  .sportuna-hutwh4 table {
    padding: 24px;
  }
}

.sportuna-hutwh4 table.sportuna-1efzwz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.sportuna-o64086,
    mask-image 0.3s;
}

.sportuna-hutwh4 table.sportuna-1efzwz.sportuna-z5kua6 {
  -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) {
  .sportuna-hutwh4 table {
    display: table;
  }
}

.sportuna-hutwh4 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);
}

.sportuna-hutwh4 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.sportuna-hutwh4 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.sportuna-hutwh4 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) {
  .sportuna-hutwh4 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.sportuna-hutwh4 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.sportuna-hutwh4 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.sportuna-hutwh4 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.sportuna-hutwh4 img {
  max-width: 100%;
  height: auto;
}

.sportuna-rneygh {
  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) {
  .sportuna-rneygh {
    padding: 24px;
  }
}

.sportuna-rnqsn1 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .sportuna-rnqsn1 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.sportuna-rnqsn1 > * {
  margin: 0 !important;
}

.sportuna-rnqsn1 img,
.sportuna-jqaarn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sportuna-rnqsn1 img,
  .sportuna-jqaarn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sportuna-pgd0pk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sportuna-pgd0pk {
    width: 32px;
    height: 32px;
  }
}

.sportuna-nts7tu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.sportuna-nts7tu .sportuna-uczycf {
  flex-shrink: 0;
}

.sportuna-nts7tu .sportuna-ifgj54 svg {
  display: none;
}

.sportuna-5mboue {
  display: grid;
  transition: max-height 0.sportuna-o64086 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .sportuna-5mboue {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .sportuna-5mboue {
    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));
  }
}

.sportuna-5mboue.sportuna-rm718e + .sportuna-uczycf svg {
  transform: rotate(180deg);
}

.sportuna-ddhhmc {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.sportuna-ddhhmc > div:nth-child(3n) {
  grid-column: span 2;
}

.sportuna-ddhhmc
  > div:nth-child(3n)
  .sportuna-tb8jri
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .sportuna-ddhhmc {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sportuna-ddhhmc > div:nth-child(3n) {
    grid-column: unset;
  }

  .sportuna-ddhhmc
    > div:nth-child(3n)
    .sportuna-tb8jri
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .sportuna-ddhhmc {
    max-width: 270px;
  }
}

.sportuna-ddhhmc .sportuna-tb8jri button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .sportuna-ddhhmc .sportuna-tb8jri button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .sportuna-ddhhmc .sportuna-tb8jri button {
    max-width: 104px;
  }
}

.sportuna-4jdc91 {
  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) {
  .sportuna-4jdc91 {
    margin-bottom: 0;
  }
}

.sportuna-lx78lj {
  display: none;
  opacity: 0;
}

.sportuna-77koua {
  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;
  }
}

.sportuna-77koua img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.sportuna-tb8jri {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.sportuna-tb8jri button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .sportuna-tb8jri
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .sportuna-tb8jri
    button {
    max-width: 145px;
  }
}

.sportuna-nkelm6:first-child
  .sportuna-tb8jri
  button {
  max-width: 270px;
}

.sportuna-0f5y6p {
  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%;
}

.sportuna-4jdc91 picture {
  width: 100%;
  max-width: 100%;
}

.sportuna-kx8jk2 {
  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;
}

.sportuna-kx8jk2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.sportuna-4jdc91:hover .sportuna-kx8jk2 {
  display: flex;
}

.sportuna-oxt6ny {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.sportuna-dlpg3z {
  display: flex;
}

.sportuna-dlpg3z:hover .sportuna-b08hba,
.sportuna-dlpg3z .sportuna-qwc6ka .sportuna-b08hba {
  display: flex;
}

.sportuna-dlpg3z svg {
  flex-shrink: 0;
}

.sportuna-b08hba {
  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) {
  .sportuna-b08hba {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.sportuna-b08hba:hover {
  display: flex;
}

.sportuna-b08hba svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.sportuna-g7o91n {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .sportuna-g7o91n {
    font-size: 12px;
  }
}

.sportuna-7lutts,
.sportuna-o9s5se {
  width: 50%;
  flex-shrink: 0;
}

.sportuna-7lutts {
  font-weight: 700;
}

.sportuna-k3jk1f .sportuna-5mboue {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .sportuna-k3jk1f .sportuna-5mboue {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .sportuna-k3jk1f .sportuna-5mboue {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.sportuna-k3jk1f
  .sportuna-0f5y6p:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.sportuna-k3jk1f .sportuna-77koua {
  height: 100% !important;
  border-radius: 16px;
}

.sportuna-k3jk1f .sportuna-tb8jri {
  gap: 4px;
  align-items: center;
}

.sportuna-k3jk1f .sportuna-tb8jri button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sportuna-k3jk1f .sportuna-tb8jri svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.sportuna-k3jk1f .sportuna-59r6z5,
.sportuna-k3jk1f .sportuna-ymn2x9 {
  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.sportuna-41iwer.org/2000/svg'%3E%3Cpath d='M9.sportuna-fsqsod 4.sportuna-jh3q16.sportuna-406n4z 5.sportuna-w39z6v.sportuna-zixqa5 5.sportuna-30z2h5.sportuna-ifj3jj 5.sportuna-2k3keg.sportuna-vmrmjr 8.sportuna-9w02io.sportuna-xlor3a 9.sportuna-d27opq.sportuna-kekkrr 9.sportuna-dy0ly5.sportuna-igzm4e 13.sportuna-aekmuu.sportuna-pp2w42 11.sportuna-sdz93j.sportuna-zx9s41 11.sportuna-9xq36m.sportuna-n278cj 11.sportuna-pioz55.sportuna-ujf47r 13.sportuna-303s44.sportuna-wzv9kk 9.sportuna-6h9qji.sportuna-rod80o 9.sportuna-4em41j.sportuna-t1l9zi 8.sportuna-v9wl6h.sportuna-nrzo66 5.sportuna-gnnoqk.sportuna-jliqy1 5.sportuna-2nuxb2.sportuna-z8tbc7 5.sportuna-c63qqk.sportuna-989fv2 4.sportuna-180jyo.sportuna-zx9s41 1.sportuna-r4b8t7.sportuna-fsqsod 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.sportuna-k3jk1f .sportuna-59r6z5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.sportuna-k3jk1f .sportuna-ymn2x9 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.sportuna-txz4j2 {
  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) {
  .sportuna-txz4j2 {
    padding: 24px;
  }
}

.sportuna-txz4j2 .sportuna-uczycf {
  display: flex;
}

@media (min-width: 768px) {
  .sportuna-txz4j2 .sportuna-uczycf {
    display: none;
  }
}

.sportuna-txz4j2 .sportuna-ifgj54 svg {
  display: none;
}

.sportuna-3jkeh7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sportuna-3jkeh7 .sportuna-xzamzc {
  display: none;
}

@media (min-width: 768px) {
  .sportuna-3jkeh7 .sportuna-xzamzc {
    display: flex;
  }
}

.sportuna-9atuxx {
  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) {
  .sportuna-9atuxx {
    font-size: 40px;
    line-height: 48px;
  }
}

.sportuna-9atuxx > * {
  margin: 0 !important;
}

.sportuna-9atuxx img,
.sportuna-82irjf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sportuna-9atuxx img,
  .sportuna-82irjf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sportuna-wvkcyr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sportuna-wvkcyr {
    width: 32px;
    height: 32px;
  }
}

.sportuna-mnbdnq {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .sportuna-mnbdnq {
    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;
  }

  .sportuna-mnbdnq::-webkit-scrollbar {
    display: none;
  }
}

.sportuna-2v8vzo {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .sportuna-2v8vzo {
    padding: 7px 15px;
  }
}

.sportuna-2v8vzo:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.sportuna-4vaj5c {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .sportuna-4vaj5c {
    display: flex;
    opacity: 1;
  }
}

.sportuna-2v8vzo picture {
  height: 100%;
  display: block;
}

.sportuna-2v8vzo img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .sportuna-2v8vzo img {
    width: 88px;
    height: 44px;
  }
}

.sportuna-2v8vzo p {
  text-align: center;
  width: 100%;
}

.sportuna-zv6d9p {
  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) {
  .sportuna-zv6d9p {
    font-size: 40px;
    line-height: 48px;
  }
}

.sportuna-zv6d9p img,
.sportuna-dnrwid {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sportuna-zv6d9p img,
  .sportuna-dnrwid {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sportuna-f9czup {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sportuna-f9czup {
    width: 32px;
    height: 32px;
  }
}

.sportuna-vvay17 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.sportuna-0hz3nv {
  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;
}

.sportuna-v05qr0 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.sportuna-v05qr0.sportuna-qwc6ka {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.sportuna-otfvp6 {
  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) {
  .sportuna-otfvp6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.sportuna-3azrtj {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.sportuna-499os6 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.sportuna-o64086 ease;
  opacity: 0;
  color: var(--text-color);
}

.sportuna-wnytx6 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.sportuna-wnytx6 ol,
.sportuna-wnytx6 ul {
  padding-left: 1.3em;
}

.sportuna-v05qr0.sportuna-qwc6ka .sportuna-499os6 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.sportuna-v05qr0.sportuna-qwc6ka .sportuna-3azrtj {
  transform: rotate(180deg);
  color: var(--text-color);
}

.sportuna-f21d3a {
  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) {
  .sportuna-f21d3a {
    padding: 24px;
  }
}

.sportuna-f21d3a .sportuna-uczycf {
  display: flex;
}

@media (min-width: 768px) {
  .sportuna-f21d3a .sportuna-uczycf {
    display: none;
  }
}

.sportuna-f21d3a .sportuna-ifgj54 svg {
  display: none;
}

.sportuna-3s2jm3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sportuna-3s2jm3 .sportuna-xzamzc {
  display: none;
}

@media (min-width: 768px) {
  .sportuna-3s2jm3 .sportuna-xzamzc {
    display: flex;
  }
}

.sportuna-lhk0ie {
  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) {
  .sportuna-lhk0ie {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.sportuna-lhk0ie > * {
  margin: 0 !important;
}

.sportuna-lhk0ie img,
.sportuna-dpfy99 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sportuna-lhk0ie img,
  .sportuna-dpfy99 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sportuna-ohrl66 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sportuna-ohrl66 {
    width: 32px;
    height: 32px;
  }
}

.sportuna-qx4pw6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .sportuna-qx4pw6 {
    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;
  }

  .sportuna-qx4pw6::-webkit-scrollbar {
    display: none;
  }
}

.sportuna-o6q9bd {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.sportuna-o6q9bd:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.sportuna-ljlh80 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .sportuna-ljlh80 {
    display: flex;
    opacity: 1;
  }
}

.sportuna-o6q9bd picture {
  width: auto;
  height: 100%;
  display: block;
}

.sportuna-o6q9bd picture img {
  display: block;
  width: auto;
  height: 100%;
}

.sportuna-3yvxhy {
  margin: -24px 0;
}

.sportuna-3yvxhy:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .sportuna-3yvxhy {
    margin: -16px 0;
  }
}

.sportuna-ohxvlb {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .sportuna-ohxvlb {
    flex-direction: row;
  }
}

.sportuna-3svi7f {
  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) {
  .sportuna-3svi7f {
    flex: 1;
  }
}

.sportuna-3svi7f::placeholder {
  color: var(--Text-400);
}

.sportuna-hb0dbn {
  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;
}

.sportuna-2xtyo5 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sportuna-2xtyo5::-webkit-scrollbar {
  display: none;
}

.sportuna-sye50s {
  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;
}

.sportuna-sye50s img,
.sportuna-sye50s svg {
  margin-right: 8px;
}

.sportuna-p35yv7 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.sportuna-3yvxhy + .sportuna-57up9d {
  margin-top: 0;
}

@media (min-width: 768px) {
  .sportuna-3yvxhy + .sportuna-57up9d {
    margin-top: -16px;
  }
}

.sportuna-x3dmkh {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.sportuna-x3dmkh > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.sportuna-x3dmkh > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.sportuna-3r4ple {
  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;
}

.sportuna-fp33gi {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.sportuna-zimn46 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.sportuna-tznwtw {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.sportuna-x2n5me {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.sportuna-3r4ple 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;
}

.sportuna-3r4ple 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) {
  .sportuna-3r4ple {
    padding: 39px 179px 39px 39px;
  }

  .sportuna-fp33gi {
    font-size: 40px;
    line-height: 48px;
  }

  .sportuna-x2n5me {
    height: 348px;
  }

  .sportuna-3r4ple button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .sportuna-3r4ple button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .sportuna-3r4ple {
    padding: 63px;
  }
}

.sportuna-nhk01z {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sportuna-nhk01z {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.sportuna-whbp62 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .sportuna-whbp62 {
    width: auto;
  }
}

.sportuna-d0b2d0 {
  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;
}

.sportuna-d0b2d0::-webkit-scrollbar {
  display: none;
}

.sportuna-d0b2d0 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);
}

.sportuna-d0b2d0 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .sportuna-d0b2d0 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.sportuna-nhk01z .sportuna-427hg2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.sportuna-o64086,
    mask-image 0.3s;
}

.sportuna-nhk01z .sportuna-427hg2.sportuna-z5kua6 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.sportuna-2mce64 {
  margin: 40px -16px;
}

.sportuna-1vvymw + .sportuna-ffrxp6,
.sportuna-1vvymw + .sportuna-b573sn {
  margin-top: 24px;
}

.sportuna-pww0d0 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.sportuna-pww0d0 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.sportuna-uwmxgj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .sportuna-uwmxgj {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .sportuna-uwmxgj {
    margin-top: 0;
  }
}

.sportuna-78kvyl {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .sportuna-78kvyl {
    font-size: 24px;
    line-height: 32px;
  }
}

.sportuna-1vtdia {
  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) {
  .sportuna-1vtdia {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.sportuna-lgq5uh {
  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) {
  .sportuna-lgq5uh {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.sportuna-3j38oi {
  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) {
  .sportuna-3j38oi {
    font-size: 20px;
    line-height: 28px;
  }
}

.sportuna-vyuchw {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .sportuna-vyuchw {
    font-size: 32px;
    line-height: 40px;
  }
}

.sportuna-hy4lkf {
  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;
}

.sportuna-om1z0f {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.sportuna-om1z0f img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sportuna-57up9d {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sportuna-1tkyu3 {
  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) {
  .sportuna-1tkyu3 {
    padding: 15px 48px;
  }
}

main > .sportuna-57up9d {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .sportuna-5mboue.sportuna-88spzv > div:nth-child(n+5) {
    display: none;
  }
}

.sportuna-hutwh4 p a img {
  display: block;
  margin: 0 auto;
}


.sportuna-8lrk1o {
  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 */
.sportuna-7aznna {
  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;
}

.sportuna-7aznna label {
  font-size: 14px;
}

.sportuna-7aznna h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.sportuna-7aznna input,
.sportuna-7aznna textarea,
.sportuna-7aznna 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;
}
.sportuna-7aznna button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.sportuna-am2b20 ease;
}
.sportuna-7aznna button:hover {
  background-color: var(--button-bg-hover);
}
.sportuna-8s19p5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.sportuna-93xhjt ease-in;
}

.sportuna-8s19p5 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;
}
.sportuna-vfwahp, .sportuna-xeqxdp, [class*="review-card"],
thead, thead th, table th, .sportuna-huc2dn,
.sportuna-x0z08z, [class*="collapsible-header"],
.sportuna-lugjsw, [class*="updated-block"] {
  color: #ece7dc !important;
}
