html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.sportuna-xgud6y {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-xgud6y {
    padding: 54px 0 0;
  }
}

.sportuna-w3ploc {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .sportuna-w3ploc:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.sportuna-ubzlg8 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .sportuna-ubzlg8 {
    margin: 20px auto 100px;
  }
}

.sportuna-ubzlg8 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-ubzlg8 h1 {
    font-size: 120px;
  }
}

.sportuna-ubzlg8 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.sportuna-sodcc2 {
  cursor: pointer;
}

.sportuna-p7dtop {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.sportuna-jzan09 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sportuna-jzan09 figure {
  margin: 0;
}

.sportuna-jzan09.sportuna-2k6ms9 {
  justify-content: flex-start;
  margin-right: 4px;
}

.sportuna-jzan09.sportuna-i2dj3f {
  justify-content: flex-end;
  margin-left: 4px;
}

.sportuna-jzan09.sportuna-jzypm4 {
  justify-content: center;
}

.sportuna-jzan09.sportuna-5cx386 {
  justify-content: normal;
}

.sportuna-5lbfdt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .sportuna-5lbfdt {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-5lbfdt {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.sportuna-tbp9ig {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .sportuna-tbp9ig {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.sportuna-syofcw {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .sportuna-syofcw {
    flex-direction: column;
  }
}

.sportuna-e1j6g7 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.sportuna-e1j6g7 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sportuna-e1j6g7 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.sportuna-h7txzp {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.sportuna-h7txzp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .sportuna-h7txzp ul {
    margin-bottom: 15px;
  }
}

.sportuna-h7txzp ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.sportuna-h7txzp ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.sportuna-h7txzp ul li span svg {
  fill: var(--title-color);
}

.sportuna-h7txzp ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .sportuna-h7txzp ul li small {
    font-size: 12px;
  }
}

.sportuna-h7txzp ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.sportuna-h7txzp ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-h7txzp {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.sportuna-a02ztf {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .sportuna-a02ztf {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.sportuna-gx2ey0 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.sportuna-rr36zp {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.sportuna-fep06b ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-rr36zp {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .sportuna-rr36zp:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.sportuna-rr36zp.sportuna-4zexd4 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .sportuna-rr36zp.sportuna-4zexd4:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.sportuna-54yn15 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .sportuna-54yn15 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-54yn15 {
    padding: 50px 16px 68px;
  }
}

.sportuna-p8ydrm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sportuna-p8ydrm {
    flex-direction: column;
  }
}

.sportuna-1l59ol {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .sportuna-1l59ol {
    margin-bottom: 40px;
  }
}

.sportuna-vsgxkq .sportuna-aflu7k {
  margin-bottom: 28px;
}

.sportuna-vsgxkq .sportuna-aflu7k img {
  max-height: 100px;
  width: auto;
}

.sportuna-rja5gk {
  display: flex;
  align-items: center;
}

.sportuna-rja5gk a + a {
  margin-left: 24px;
}

.sportuna-rja5gk img {
  max-height: 56px;
  width: auto;
}

.sportuna-rja5gk img + img {
  margin-left: 24px;
}

.sportuna-dxv3a8 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .sportuna-dxv3a8 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.sportuna-mlzo9d {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .sportuna-mlzo9d {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.sportuna-97r9jv {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-97r9jv {
    flex-wrap: wrap;
  }
}

.sportuna-97r9jv li {
  display: flex;
  margin: 0 7px;
}

.sportuna-97r9jv li svg {
  transition: 0.sportuna-fep06b ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .sportuna-97r9jv li:hover svg {
    transform: scale(1.2);
  }
}

.sportuna-hnja0t {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.sportuna-6wg916 + .sportuna-6wg916 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .sportuna-6wg916 + .sportuna-6wg916 {
    margin: 36px 0 0;
  }
}

.sportuna-6umut8 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.sportuna-5r44ou {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sportuna-5r44ou li {
  font-size: 16px;
}

.sportuna-5r44ou li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .sportuna-5r44ou li a:hover {
    text-decoration: underline;
  }
}

.sportuna-5r44ou li + li {
  margin-top: 16px;
}

.sportuna-4peq0s {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.sportuna-g3gd2x ease-in-out;
}

.sportuna-4peq0s.sportuna-7jzpb2 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.sportuna-e9we33 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.sportuna-e9we33 h1,
.sportuna-e9we33 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .sportuna-e9we33 h1,
  .sportuna-e9we33 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .sportuna-e9we33 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-e9we33 {
    margin-bottom: 60px;
  }
}

.sportuna-m5doiz {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .sportuna-m5doiz {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.sportuna-m5doiz li {
  width: 100%;
}

.sportuna-m5doiz li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.sportuna-fep06b ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.sportuna-m5doiz li a svg {
  fill: var(--button-text-color);
}

.sportuna-m5doiz li a.sportuna-7jzpb2 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .sportuna-m5doiz li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-m5doiz li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .sportuna-m5doiz li a img {
    max-width: 16px;
  }
}

.sportuna-ri54ac {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .sportuna-ri54ac {
    margin: 0 -5px;
  }
}

.sportuna-20sm77 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.sportuna-20sm77 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.sportuna-20sm77 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .sportuna-20sm77 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .sportuna-20sm77 span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.sportuna-m6ayd7 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.sportuna-m6ayd7 img {
  width: 100%;
  transition: 0.sportuna-fep06b ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .sportuna-m6ayd7:hover img {
    transform: scale(1.1);
  }
}

.sportuna-s1cphz {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .sportuna-s1cphz {
    height: 54px;
  }
}

.sportuna-ff0abr {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .sportuna-ff0abr {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .sportuna-ff0abr {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-ff0abr .sportuna-aflu7k img {
    max-width: 90px;
  }
}

.sportuna-aflu7k img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .sportuna-aflu7k {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .sportuna-jyfva4 {
    display: none;
  }
  .sportuna-jyfva4::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.sportuna-523rpd {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sportuna-523rpd li {
  font-size: 16px;
  margin: 0 20px;
}

.sportuna-523rpd li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .sportuna-523rpd li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .sportuna-523rpd {
    display: block;
  }
  .sportuna-523rpd li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .sportuna-523rpd li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .sportuna-523rpd li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .sportuna-523rpd li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.sportuna-f7ms1i {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .sportuna-f7ms1i {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .sportuna-f7ms1i {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ms1i {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.sportuna-f7ms1i.sportuna-jbrsl2 {
  margin-right: 0;
}

.sportuna-fkl5qi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .sportuna-fkl5qi {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .sportuna-fkl5qi:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.sportuna-ec0xe3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .sportuna-ec0xe3:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-ec0xe3 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.sportuna-uukyui {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .sportuna-uukyui {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.sportuna-uukyui:hover > ul {
  display: flex;
}

.sportuna-uukyui:focus > ul {
  display: flex;
}

.sportuna-uukyui:focus-within > ul {
  display: flex;
}

.sportuna-9qf10s {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.sportuna-9qf10s::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.sportuna-g3gd2x ease-in-out;
}

@media only screen and (max-width: 767px) {
  .sportuna-9qf10s {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .sportuna-9qf10s img {
    max-width: 20px;
  }
}

.sportuna-uukyui ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.sportuna-fep06b ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-uukyui ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.sportuna-uukyui ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.sportuna-fep06b ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sportuna-uukyui ul li {
    padding: 5px;
  }
}

.sportuna-uukyui ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .sportuna-uukyui ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-uukyui ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .sportuna-uukyui ul li a img {
    max-width: 20px;
  }
}

.sportuna-4qw67d {
  display: none;
}

.sportuna-7w8b4t {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .sportuna-7w8b4t {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.sportuna-7w8b4t span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .sportuna-4qw67d:checked ~ .sportuna-jyfva4 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .sportuna-jyfva4 {
    display: none;
    transition: display 0.sportuna-fep06b ease-in-out;
  }
  .sportuna-4qw67d:checked ~ .sportuna-jyfva4 {
    display: block;
  }
  .sportuna-4qw67d:checked + .sportuna-7w8b4t span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .sportuna-4qw67d:checked + .sportuna-7w8b4t span:nth-child(2) {
    display: none;
  }
  .sportuna-4qw67d:checked + .sportuna-7w8b4t span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.sportuna-0ow811 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .sportuna-0ow811 {
    padding: 0 16px;
  }
}

.sportuna-0ow811 img {
  margin-bottom: 20px;
}

.sportuna-0ow811 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .sportuna-0ow811 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-0ow811 {
    margin-bottom: 60px;
  }
}

.sportuna-8a71ly {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .sportuna-8a71ly {
    font-size: 32px;
  }
}

.sportuna-sheo7i {
  color: var(--text-color);
}

.sportuna-hfmtb8 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .sportuna-hfmtb8 {
    font-size: 16px;
    line-height: 140%;
  }
}

.sportuna-hfmtb8 p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.sportuna-hfmtb8 p img {
  display: block;
  margin: 0 auto;
}

.sportuna-hfmtb8 p:first-of-type {
  margin-top: 0;
}

.sportuna-hfmtb8 p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-hfmtb8 p {
    font-size: 18px;
    line-height: 140%;
  }
}

.sportuna-hfmtb8 ul {
  padding: 0 0 0 20px;
}

.sportuna-hfmtb8 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.sportuna-hfmtb8 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-hfmtb8 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.sportuna-hfmtb8 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-hfmtb8 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.sportuna-hfmtb8 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.sportuna-hfmtb8 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .sportuna-hfmtb8 iframe {
    height: 200px;
  }
}

.sportuna-wqkg6n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .sportuna-wqkg6n {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-wqkg6n {
    margin-bottom: 60px;
  }
}

.sportuna-m3qgfm {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-m3qgfm {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.sportuna-m3qgfm h1,
.sportuna-m3qgfm h2,
.sportuna-m3qgfm h3,
.sportuna-m3qgfm h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-m3qgfm h1,
  .sportuna-m3qgfm h2,
  .sportuna-m3qgfm h3,
  .sportuna-m3qgfm h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.sportuna-dlesmn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-dlesmn {
    flex-direction: column-reverse;
  }
}

.sportuna-dlesmn .sportuna-uubalv {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-dlesmn .sportuna-uubalv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.sportuna-dlesmn .sportuna-reydjy {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .sportuna-dlesmn .sportuna-reydjy {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .sportuna-dlesmn .sportuna-reydjy img {
    width: 100%;
  }
}

.sportuna-reydjy {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-reydjy {
    margin-bottom: 18px;
  }
}

.sportuna-uubalv {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-uubalv {
    margin-bottom: 18px;
  }
}

.sportuna-wqkg6n h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-wqkg6n h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.sportuna-wqkg6n .sportuna-w3ploc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sportuna-w8zp1v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .sportuna-w8zp1v {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-w8zp1v {
    margin-bottom: 60px;
  }
}

.sportuna-6onkdl {
  position: relative;
  border: none;
}

.sportuna-6onkdl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.sportuna-tnnnn6 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.sportuna-tnnnn6 span {
  height: 32px;
}

.sportuna-tnnnn6 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.sportuna-tnnnn6.sportuna-7vvsii span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .sportuna-tnnnn6 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.sportuna-b3rp2y {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sportuna-b3rp2y li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-b3rp2y li {
    font-size: 16px;
  }
}

.sportuna-b3rp2y li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.sportuna-fep06b ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .sportuna-b3rp2y li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-b3rp2y li a {
    padding: 12px 14px;
  }
}

.sportuna-b3rp2y.sportuna-ffkdia {
  display: none;
}

.sportuna-4fflyi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.sportuna-4fflyi table {
  width: 100%;
  border-collapse: collapse;
}

.sportuna-4fflyi table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .sportuna-4fflyi table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .sportuna-4fflyi table td {
    min-width: 75px;
  }
}

.sportuna-4fflyi table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-4fflyi table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.sportuna-4fflyi table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.sportuna-4fflyi p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .sportuna-4fflyi p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .sportuna-4fflyi {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-4fflyi {
    margin-bottom: 60px;
  }
}

.sportuna-zeqlz9 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-zeqlz9 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.sportuna-kc5nff {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .sportuna-kc5nff {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.sportuna-kc5nff tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .sportuna-kc5nff tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.sportuna-kc5nff tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.sportuna-4tfsge table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.sportuna-4tfsge table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.sportuna-4tfsge p {
  color: var(--text-color);
}

.sportuna-az0grv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .sportuna-az0grv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-az0grv {
    margin-bottom: 60px;
  }
}

.sportuna-66qw0o {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.sportuna-pyg3fg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .sportuna-pyg3fg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-pyg3fg {
    margin-bottom: 60px;
  }
}

.sportuna-59zg3d {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.sportuna-59zg3d h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .sportuna-59zg3d h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.sportuna-59zg3d p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.sportuna-59zg3d p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .sportuna-59zg3d p {
    font-size: 16px;
  }
}

.sportuna-am9tjo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-am9tjo {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.sportuna-4me1vn {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.sportuna-4me1vn li {
  margin: 0 20px;
}

.sportuna-4me1vn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.sportuna-4me1vn li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .sportuna-4me1vn li a:hover {
    color: #2ab765;
  }
}

.sportuna-s5acvn {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .sportuna-s5acvn {
    padding: 0 16px;
  }
}

.sportuna-s5acvn li {
  font-size: 16px;
  position: relative;
}

.sportuna-s5acvn li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .sportuna-s5acvn li a:hover {
    text-decoration: underline;
  }
}

.sportuna-s5acvn li span {
  opacity: 0.5;
}

.sportuna-s5acvn li + li {
  margin-left: 30px;
}

.sportuna-s5acvn li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.sportuna-m3qgfm {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.sportuna-m3qgfm {
    margin-bottom: 18px;
  }
}

.sportuna-swt2lu {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.sportuna-swt2lu tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.sportuna-swt2lu tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.sportuna-swt2lu tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.sportuna-swt2lu tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.sportuna-swt2lu tbody tr:last-of-type {
  margin-bottom: 0;
}

.sportuna-swt2lu tbody tr td:first-of-type {
  flex-shrink: 0;
}

.sportuna-swt2lu tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.sportuna-swt2lu tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.sportuna-swt2lu tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .sportuna-swt2lu tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.sportuna-swt2lu tbody tr td .sportuna-c7rvw9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .sportuna-swt2lu tbody tr td .sportuna-c7rvw9 {
    width: 100%;
  }
}

.sportuna-swt2lu tbody tr td .sportuna-g1xxdk {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.sportuna-fep06b ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .sportuna-swt2lu tbody tr td .sportuna-g1xxdk:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-swt2lu tbody tr td .sportuna-g1xxdk {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .sportuna-swt2lu tbody tr td .sportuna-g1xxdk {
    width: 100%;
  }
}

.sportuna-swt2lu tbody tr td .sportuna-gnuxam {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .sportuna-swt2lu tbody tr td .sportuna-gnuxam:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-swt2lu tbody tr {
    flex-direction: column;
  }
}

.sportuna-swt2lu tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.sportuna-yqhfuw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .sportuna-yqhfuw {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-yqhfuw {
    margin: 0 auto 60px;
  }
}

.sportuna-4l9i3i {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-4l9i3i {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.sportuna-hbqdv2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .sportuna-hbqdv2 {
    margin: 0 -5px;
  }
}

.sportuna-okdbwf {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.sportuna-okdbwf img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.sportuna-fep06b ease-in-out;
}

.sportuna-okdbwf p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .sportuna-okdbwf:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .sportuna-okdbwf {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-okdbwf {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .sportuna-okdbwf p {
    font-size: 16px;
  }
}

.sportuna-der0rb {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .sportuna-der0rb {
    height: 190px;
    margin: 20px auto;
  }
}

.sportuna-der0rb img {
  width: 100%;
  height: 100%;
}

.sportuna-der0rb iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .sportuna-der0rb iframe {
    height: 190px;
  }
}

.sportuna-1b6syz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.sportuna-1b6syz::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.sportuna-96z9tj {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.sportuna-96z9tj svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.sportuna-fep06b ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .sportuna-96z9tj:hover svg {
    transform: scale(1.1);
  }
}

.sportuna-4jrfuv {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-4jrfuv {
    padding: 40px 0;
  }
}

.sportuna-n18yae {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .sportuna-n18yae {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .sportuna-n18yae {
    flex-direction: column-reverse;
  }
}

.sportuna-juwpta {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.sportuna-juwpta img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .sportuna-juwpta {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-juwpta {
    margin: 10px 0 0;
  }
}

.sportuna-6ye4fh {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.sportuna-6ye4fh h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .sportuna-6ye4fh {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-6ye4fh {
    padding: 24px 10px;
  }
}

.sportuna-hu25gv {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.sportuna-fep06b ease-in-out;
}

.sportuna-hu25gv:hover {
  border: 1px solid #8c8ca2;
}

.sportuna-reuv0z {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.sportuna-reuv0z:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.sportuna-fomsi7 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.sportuna-fomsi7 a {
  text-decoration: underline;
  color: #8babff;
}

.sportuna-u6zye6 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.sportuna-u6zye6 .sportuna-hu25gv {
  width: 50%;
  margin: 0;
}

.sportuna-262jns {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.sportuna-262jns:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.sportuna-hk0dr8 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .sportuna-hk0dr8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-hk0dr8 {
    margin: 0 0 60px;
  }
}

.sportuna-3m6kko {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-3m6kko {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.sportuna-ko4z4d {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sportuna-ko4z4d {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.sportuna-f82vq3 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .sportuna-f82vq3 {
    flex-basis: auto;
    max-width: 100%;
  }
}

.sportuna-5bn6wi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-5bn6wi {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.sportuna-5bn6wi a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.sportuna-fep06b ease-in-out;
}

@media only screen and (max-width: 767px) {
  .sportuna-5bn6wi a {
    margin: 1px 0 4px;
  }
}

.sportuna-5bn6wi a svg {
  fill: #fff;
}

.sportuna-5bn6wi a:hover {
  background: #3d68e7;
}

.sportuna-srxiyc {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.sportuna-z8ozi2 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .sportuna-z8ozi2 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.sportuna-4gix2s {
  font-size: 16px;
  color: var(--text-color);
}

.sportuna-76jvwf {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .sportuna-76jvwf {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-76jvwf {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .sportuna-76jvwf {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.sportuna-adxqh1 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.sportuna-adxqh1 h1,
.sportuna-adxqh1 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-adxqh1 h1,
  .sportuna-adxqh1 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .sportuna-adxqh1 {
    margin: 0;
    padding-right: 20px;
  }
}

.sportuna-eeof6t {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.sportuna-eeof6t h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-eeof6t h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.sportuna-eeof6t h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .sportuna-eeof6t h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.sportuna-eeof6t table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.sportuna-eeof6t table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-eeof6t table tr td {
    padding: 12px 4px;
  }
}

.sportuna-eeof6t table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-eeof6t table tr th {
    padding: 12px 4px;
  }
}

.sportuna-eeof6t table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .sportuna-eeof6t {
    margin: 0;
  }
}

.sportuna-e8qo59 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sportuna-e8qo59 {
    min-height: 190px;
  }
}

.sportuna-j411m5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.sportuna-j411m5::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.sportuna-2u22km {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sportuna-2u22km.sportuna-vr2x5v {
  display: none;
}

.sportuna-49hic8 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.sportuna-49hic8 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sportuna-49hic8 iframe.sportuna-z0j0k0 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.sportuna-49hic8.sportuna-j80002 {
  opacity: 1;
  pointer-events: all;
}

.sportuna-eps4ey {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.sportuna-fep06b ease-in-out;
}

.sportuna-eps4ey svg {
  margin-right: 10px;
}

.sportuna-eps4ey + .sportuna-eps4ey {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .sportuna-eps4ey:hover {
    background: #a8a6b3;
  }
}

.sportuna-po003r {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .sportuna-po003r:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-eps4ey {
    height: 42px;
    max-width: 220px;
  }
}

.sportuna-76jvwf .sportuna-wqkg6n {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.sportuna-76jvwf .sportuna-wqkg6n h1,
.sportuna-76jvwf .sportuna-wqkg6n h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .sportuna-76jvwf .sportuna-wqkg6n h1,
  .sportuna-76jvwf .sportuna-wqkg6n h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .sportuna-76jvwf .sportuna-wqkg6n {
    margin: 28px 0 0;
  }
}

.sportuna-ivubew {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .sportuna-ivubew {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .sportuna-ivubew {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-ivubew {
    margin: 20px auto 60px;
  }
}

.sportuna-tqgi3i {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .sportuna-tqgi3i {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-tqgi3i {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.sportuna-9efaax {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.sportuna-9efaax iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sportuna-avcr85 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.sportuna-avcr85 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .sportuna-avcr85 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-avcr85 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .sportuna-avcr85 {
    max-width: 100%;
    margin: 0;
  }
}

.sportuna-0irb11 {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .sportuna-0irb11 {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.sportuna-iffk63 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .sportuna-iffk63 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.sportuna-qep4vo {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sportuna-qep4vo span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .sportuna-qep4vo {
    margin: 0;
  }
  .sportuna-qep4vo:last-of-type {
    margin-top: 4px;
  }
}

.sportuna-53qq04 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .sportuna-53qq04 {
    padding: 10px;
  }
}

.sportuna-53qq04 .sportuna-w3ploc {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .sportuna-53qq04 .sportuna-w3ploc {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .sportuna-53qq04 {
    flex-wrap: wrap;
  }
}

.sportuna-bk8tsq {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.sportuna-bk8tsq img {
  width: 100%;
}

.sportuna-jnwrrq {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .sportuna-jnwrrq {
    max-width: 200px;
    margin: 0;
  }
}

.sportuna-18k9av {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.sportuna-oq5vt8 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.sportuna-f7ymxh {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh {
    margin: 0 0 60px;
  }
}

.sportuna-f7ymxh .sportuna-csg564 {
  position: relative;
}

.sportuna-f7ymxh .sportuna-kd3sqb {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.sportuna-f7ymxh .sportuna-kd3sqb.sportuna-vr2x5v {
  display: none;
}

.sportuna-f7ymxh .sportuna-lih5je {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .sportuna-f7ymxh .sportuna-lih5je {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .sportuna-f7ymxh .sportuna-lih5je {
    bottom: 90px;
  }
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-i6oe2g {
  max-width: 300px;
  width: 100%;
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-i6oe2g .sportuna-ui6dzk {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-lih5je .sportuna-i6oe2g .sportuna-ui6dzk {
    font-size: 32px;
    text-align: center;
  }
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-i6oe2g .sportuna-08kbzk {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-lih5je .sportuna-i6oe2g .sportuna-08kbzk {
    text-align: center;
  }
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 {
    flex-direction: column-reverse;
  }
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 .sportuna-7x7vhk {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.sportuna-fep06b ease-in-out;
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 .sportuna-7x7vhk:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 .sportuna-7x7vhk {
    width: 100%;
  }
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 .sportuna-tx6jqd {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.sportuna-fep06b ease-in-out;
  overflow: hidden;
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 .sportuna-tx6jqd span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 .sportuna-tx6jqd:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 .sportuna-tx6jqd:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-lih5je .sportuna-jbrsl2 .sportuna-tx6jqd {
    width: 100%;
  }
}

.sportuna-f7ymxh .sportuna-lih5je.sportuna-vr2x5v {
  display: none;
}

.sportuna-f7ymxh .sportuna-azu5c0 {
  display: none;
}

.sportuna-f7ymxh .sportuna-azu5c0.sportuna-j80002 {
  display: block;
}

.sportuna-f7ymxh .sportuna-azu5c0 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-azu5c0 iframe {
    height: calc(100vh - 54px);
  }
}

.sportuna-f7ymxh .sportuna-m369c1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .sportuna-f7ymxh .sportuna-m369c1 {
    padding: 24px 16px 0;
  }
}

.sportuna-f7ymxh .sportuna-m369c1 .sportuna-ui6dzk {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-m369c1 .sportuna-ui6dzk {
    margin-bottom: 24px;
  }
}

.sportuna-f7ymxh .sportuna-m369c1 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.sportuna-f7ymxh .sportuna-m369c1 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-m369c1 table tr td {
    padding: 12px 4px;
  }
}

.sportuna-f7ymxh .sportuna-m369c1 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-f7ymxh .sportuna-m369c1 table tr th {
    padding: 12px 4px;
  }
}

.sportuna-f7ymxh .sportuna-m369c1 table tr:last-of-type td {
  border-bottom: none;
}

.sportuna-6sk69b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.sportuna-6sk69b.sportuna-7jzpb2 {
  display: block;
}

.sportuna-6sk69b iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.sportuna-6sk69b .sportuna-ezfbul {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.sportuna-6sk69b .sportuna-h4vwqx {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.sportuna-6sk69b .sportuna-tx6jqd {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.sportuna-fep06b ease-in-out;
}

.sportuna-6sk69b .sportuna-tx6jqd:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.sportuna-1vg2et {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.sportuna-1vg2et.sportuna-7jzpb2 {
  display: block;
}

.sportuna-qr7x4h {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.sportuna-twtkau {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.sportuna-ark0j4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .sportuna-twtkau {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.sportuna-c3krut {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.sportuna-c3krut svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.sportuna-cvgkax {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sportuna-ced74t.sportuna-vr2x5v {
  display: none;
}

.sportuna-zfgkrq {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .sportuna-zfgkrq {
    margin-bottom: 20px;
  }
}

.sportuna-wy91fm {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.sportuna-wy91fm span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.sportuna-wy91fm small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.sportuna-wy91fm input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.sportuna-fep06b ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.sportuna-wy91fm input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.sportuna-wy91fm input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.sportuna-wy91fm input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.sportuna-wy91fm input:active {
  border-color: #c2c0ce;
}

.sportuna-wy91fm input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .sportuna-wy91fm {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.sportuna-fblne0 {
  margin-bottom: 36px;
}

.sportuna-fblne0 textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.sportuna-fblne0 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.sportuna-fblne0 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .sportuna-fblne0 {
    margin-bottom: 24px;
  }
}

.sportuna-ooo7tw {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sportuna-sovwt7 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.sportuna-fep06b ease-in-out;
}

.sportuna-sovwt7:hover {
  background: var(--border-color);
}

.sportuna-sls2e1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.sportuna-fep06b ease-in-out;
}

.sportuna-sls2e1:hover {
  background: #166ad9;
}

.sportuna-hk8dg5 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sportuna-hk8dg5.sportuna-vr2x5v {
  display: none;
}

.sportuna-musxxk {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.sportuna-hk8dg5 .sportuna-sovwt7 {
  margin: 0 auto;
}

.sportuna-e7l4y4 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .sportuna-e7l4y4 {
    margin-bottom: 16px;
  }
}

.sportuna-v5wgqh {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.sportuna-1titbf {
  filter: grayscale(100%);
}

.sportuna-v5wgqh > input {
  display: none;
}

.sportuna-v5wgqh > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.sportuna-kxbbwn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.sportuna-1cljt2 44.sportuna-o4f3xh.sportuna-igmbpx.sportuna-6bk314.sportuna-i8vr0p.sportuna-faxkv5.sportuna-jcufod.sportuna-2mp70o.sportuna-6am9eb.sportuna-uoq66t.sportuna-703n9b.sportuna-eu1sjc.sportuna-4bdjrt 0l-12.sportuna-sn1vv5 30.sportuna-v4nd39.sportuna-axxman 2.sportuna-zyj5xw.sportuna-axxman 3.sportuna-gqo9hz 3.sportuna-xrm873.sportuna-vrfjq3 3.sportuna-bfu7kb.sportuna-7veddc.sportuna-lpnera.sportuna-v3jiyd 7-3.sportuna-sn1vv5 10.sportuna-6kxztw.sportuna-v3jiyd 23.sportuna-l7u274.sportuna-20mo87 1.sportuna-cb98xx 2.sportuna-sn1vv5 3.sportuna-20mo87 1.sportuna-vrfjq3 5.sportuna-a5x437.sportuna-vrfjq3 32.sportuna-09dbip.sportuna-7veddc 5.sportuna-4bdjrt 4.sportuna-v3jiyd 9.sportuna-v3jiyd 8.sportuna-vrfjq3 6.sportuna-rpqpqk.sportuna-nw1lfp.sportuna-x7n077.sportuna-xv3fq7.sportuna-5r540x 4.sportuna-uwwokl.sportuna-5r540x 6.sportuna-5r540x 0l29.sportuna-4bdjrt 17.sportuna-rifpzj.sportuna-95uclz 2.sportuna-7wt6v1 10.sportuna-6w8sx7.sportuna-sn1vv5 8.sportuna-zjtic9.sportuna-tokgkw.sportuna-70m2h3.sportuna-nuifrq.sportuna-j9hwpu.sportuna-7veddc.sportuna-faxkv5.sportuna-sn1vv5 1.sportuna-so2osn.sportuna-j2eios.sportuna-tfya32.sportuna-ay47ig.sportuna-9gqsg7.sportuna-cb98xx 1.sportuna-us8fi4.sportuna-bmj1qf.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.sportuna-v5wgqh > input:checked ~ label,
.sportuna-v5wgqh > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.sportuna-kxbbwn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.sportuna-1cljt2 44.sportuna-o4f3xh.sportuna-igmbpx.sportuna-6bk314.sportuna-i8vr0p.sportuna-faxkv5.sportuna-jcufod.sportuna-2mp70o.sportuna-6am9eb.sportuna-uoq66t.sportuna-703n9b.sportuna-eu1sjc.sportuna-4bdjrt 0l-12.sportuna-sn1vv5 30.sportuna-v4nd39.sportuna-axxman 2.sportuna-zyj5xw.sportuna-axxman 3.sportuna-gqo9hz 3.sportuna-xrm873.sportuna-vrfjq3 3.sportuna-bfu7kb.sportuna-7veddc.sportuna-lpnera.sportuna-v3jiyd 7-3.sportuna-sn1vv5 10.sportuna-6kxztw.sportuna-v3jiyd 23.sportuna-l7u274.sportuna-20mo87 1.sportuna-cb98xx 2.sportuna-sn1vv5 3.sportuna-20mo87 1.sportuna-vrfjq3 5.sportuna-a5x437.sportuna-vrfjq3 32.sportuna-09dbip.sportuna-7veddc 5.sportuna-4bdjrt 4.sportuna-v3jiyd 9.sportuna-v3jiyd 8.sportuna-vrfjq3 6.sportuna-rpqpqk.sportuna-nw1lfp.sportuna-x7n077.sportuna-xv3fq7.sportuna-5r540x 4.sportuna-uwwokl.sportuna-5r540x 6.sportuna-5r540x 0l29.sportuna-4bdjrt 17.sportuna-rifpzj.sportuna-95uclz 2.sportuna-7wt6v1 10.sportuna-6w8sx7.sportuna-sn1vv5 8.sportuna-zjtic9.sportuna-tokgkw.sportuna-70m2h3.sportuna-nuifrq.sportuna-j9hwpu.sportuna-7veddc.sportuna-faxkv5.sportuna-sn1vv5 1.sportuna-so2osn.sportuna-j2eios.sportuna-tfya32.sportuna-ay47ig.sportuna-9gqsg7.sportuna-cb98xx 1.sportuna-us8fi4.sportuna-bmj1qf.5z'/%3e%3c/svg%3e");
}

.sportuna-v5wgqh > input:not(:checked) ~ label:hover,
.sportuna-v5wgqh > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.sportuna-kxbbwn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.sportuna-1cljt2 44.sportuna-o4f3xh.sportuna-igmbpx.sportuna-6bk314.sportuna-i8vr0p.sportuna-faxkv5.sportuna-jcufod.sportuna-2mp70o.sportuna-6am9eb.sportuna-uoq66t.sportuna-703n9b.sportuna-eu1sjc.sportuna-4bdjrt 0l-12.sportuna-sn1vv5 30.sportuna-v4nd39.sportuna-axxman 2.sportuna-zyj5xw.sportuna-axxman 3.sportuna-gqo9hz 3.sportuna-xrm873.sportuna-vrfjq3 3.sportuna-bfu7kb.sportuna-7veddc.sportuna-lpnera.sportuna-v3jiyd 7-3.sportuna-sn1vv5 10.sportuna-6kxztw.sportuna-v3jiyd 23.sportuna-l7u274.sportuna-20mo87 1.sportuna-cb98xx 2.sportuna-sn1vv5 3.sportuna-20mo87 1.sportuna-vrfjq3 5.sportuna-a5x437.sportuna-vrfjq3 32.sportuna-09dbip.sportuna-7veddc 5.sportuna-4bdjrt 4.sportuna-v3jiyd 9.sportuna-v3jiyd 8.sportuna-vrfjq3 6.sportuna-rpqpqk.sportuna-nw1lfp.sportuna-x7n077.sportuna-xv3fq7.sportuna-5r540x 4.sportuna-uwwokl.sportuna-5r540x 6.sportuna-5r540x 0l29.sportuna-4bdjrt 17.sportuna-rifpzj.sportuna-95uclz 2.sportuna-7wt6v1 10.sportuna-6w8sx7.sportuna-sn1vv5 8.sportuna-zjtic9.sportuna-tokgkw.sportuna-70m2h3.sportuna-nuifrq.sportuna-j9hwpu.sportuna-7veddc.sportuna-faxkv5.sportuna-sn1vv5 1.sportuna-so2osn.sportuna-j2eios.sportuna-tfya32.sportuna-ay47ig.sportuna-9gqsg7.sportuna-cb98xx 1.sportuna-us8fi4.sportuna-bmj1qf.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .sportuna-n7sgxn > .sportuna-juoiyr {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .sportuna-n7sgxn > .sportuna-juoiyr {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .sportuna-n7sgxn > .sportuna-juoiyr {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .sportuna-n7sgxn > .sportuna-juoiyr {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .sportuna-n7sgxn > .sportuna-juoiyr {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.sportuna-e6r08k {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.sportuna-e6r08k.sportuna-vr2x5v {
  display: none;
}

.sportuna-zzrzox {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .sportuna-zzrzox {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-zzrzox {
    border-radius: 20px 20px 0 0;
  }
}

.sportuna-ggaryu {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.sportuna-ggaryu::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.sportuna-ggaryu::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.sportuna-ggaryu img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .sportuna-ggaryu {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .sportuna-ggaryu img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-ggaryu {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .sportuna-ggaryu img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.sportuna-qm7029 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .sportuna-qm7029 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-qm7029 {
    font-size: 14px;
  }
}

.sportuna-1wcx9x {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.sportuna-1wcx9x::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sportuna-1wcx9x::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.sportuna-1wcx9x::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .sportuna-1wcx9x::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .sportuna-1wcx9x {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-1wcx9x {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.sportuna-x3l0fy {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .sportuna-x3l0fy {
    top: -20px;
  }
}

.sportuna-9dgfsq {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.sportuna-fep06b ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .sportuna-9dgfsq:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .sportuna-9dgfsq {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-9dgfsq {
    width: 90px;
    height: 40px;
  }
}

.sportuna-e6r08k.sportuna-6efwjo .sportuna-zzrzox {
  background: #2b3b67;
}

.sportuna-e6r08k.sportuna-6efwjo .sportuna-ggaryu {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.sportuna-e6r08k.sportuna-6efwjo .sportuna-ggaryu::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.sportuna-e6r08k.sportuna-6efwjo .sportuna-ggaryu::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.sportuna-e6r08k.sportuna-6efwjo .sportuna-1wcx9x::before {
  background: #0e0f41;
}

.sportuna-e6r08k.sportuna-6efwjo .sportuna-1wcx9x::after {
  background: #152557;
}

.sportuna-e6r08k.sportuna-wrd57u .sportuna-zzrzox {
  background: #1f35fa;
}

.sportuna-e6r08k.sportuna-wrd57u .sportuna-ggaryu {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.sportuna-e6r08k.sportuna-wrd57u .sportuna-ggaryu::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.sportuna-e6r08k.sportuna-wrd57u .sportuna-ggaryu::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.sportuna-e6r08k.sportuna-wrd57u .sportuna-1wcx9x::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.sportuna-e6r08k.sportuna-wrd57u .sportuna-1wcx9x::after {
  background: #192ac8;
}

.sportuna-e6r08k.sportuna-7bswso .sportuna-zzrzox {
  background: #fa771f;
}

.sportuna-e6r08k.sportuna-7bswso .sportuna-ggaryu {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.sportuna-e6r08k.sportuna-7bswso .sportuna-ggaryu::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.sportuna-e6r08k.sportuna-7bswso .sportuna-ggaryu::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.sportuna-e6r08k.sportuna-7bswso .sportuna-1wcx9x::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.sportuna-e6r08k.sportuna-7bswso .sportuna-1wcx9x::after {
  background: #fa8535;
}

.sportuna-wdwkoj {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .sportuna-wdwkoj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sportuna-wdwkoj {
    margin: 24px 0 60px;
  }
}

.sportuna-wdwkoj h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .sportuna-wdwkoj h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.sportuna-80ysko {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-80ysko {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.sportuna-zxdu79 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .sportuna-zxdu79 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.sportuna-41338w {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .sportuna-41338w:hover {
    background: var(--button-bg-hover);
  }
}

.sportuna-sfg9fv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sportuna-sfg9fv span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.sportuna-sfg9fv small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-sfg9fv {
    margin-bottom: 16px;
  }
}

.sportuna-9zb1x7 {
  width: 120px;
  height: 22px;
}

.sportuna-9zb1x7 .sportuna-uyfk9d {
  fill: #c2c0ce;
}

.sportuna-9zb1x7 [rating="1"] .sportuna-uyfk9d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.sportuna-9zb1x7 [rating="2"] .sportuna-uyfk9d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.sportuna-9zb1x7 [rating="3"] .sportuna-uyfk9d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.sportuna-9zb1x7 [rating="4"] .sportuna-uyfk9d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.sportuna-9zb1x7 [rating="5"] .sportuna-uyfk9d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.sportuna-jnrfyw {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-jnrfyw {
    gap: 16px 0;
  }
}

.sportuna-crnjar {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.sportuna-crnjar.sportuna-j80002 {
  display: block;
}

.sportuna-crnjar.sportuna-vr2x5v {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-crnjar {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.sportuna-hf7xyj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.sportuna-x0mnt9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.sportuna-f8lfp1 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sportuna-bvq5l1 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.sportuna-bvq5l1 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.sportuna-f2tpxf {
  font-size: 16px;
  line-height: 140%;
}

.sportuna-ygig1t {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.sportuna-ygig1t .sportuna-uyfk9d {
  fill: #c2c0ce;
}

.sportuna-ygig1t [rating="1"] .sportuna-uyfk9d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.sportuna-ygig1t [rating="2"] .sportuna-uyfk9d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.sportuna-ygig1t [rating="3"] .sportuna-uyfk9d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.sportuna-ygig1t [rating="4"] .sportuna-uyfk9d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.sportuna-ygig1t [rating="5"] .sportuna-uyfk9d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.sportuna-0scy6b {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-0scy6b {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.sportuna-n0rdvy {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .sportuna-n0rdvy {
    padding: 0 16px;
  }
}

.sportuna-lzr367 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .sportuna-lzr367 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.sportuna-hc3sbq {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .sportuna-hc3sbq {
    padding: 12px;
    gap: 12px;
  }
}

.sportuna-pg4hl9 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.sportuna-pg4hl9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sportuna-f0t71q {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.sportuna-ggo7nr {
  flex: 1;
  min-width: 0;
}

.sportuna-288ihv {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .sportuna-288ihv {
    font-size: 14px;
    gap: 6px;
  }
}

.sportuna-1fipso {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.sportuna-1fipso svg,
.sportuna-1fipso img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sportuna-1fipso svg path {
  fill: var(--button-bg-color);
}

.sportuna-1fipso svg circle {
  fill: var(--button-text-color);
}

.sportuna-mzuy1a {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .sportuna-mzuy1a {
    font-size: 12px;
  }
}

.sportuna-mzuy1a strong {
  font-weight: 600;
}

.sportuna-6ldkop {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.sportuna-6ldkop p {
  margin: 0 0 16px;
}

.sportuna-6ldkop p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .sportuna-6ldkop {
    font-size: 14px;
    line-height: 150%;
  }
}

.sportuna-zg1644 {
  max-width: 300px;
  width: 100%;
}

.sportuna-zg1644 a {
  width: 100%;
}

@media (max-width: 575px) {
  .sportuna-zg1644 {
    max-width: 200px;
  }
}

.sportuna-zdnm68 {
  justify-content: center;
}

.sportuna-7op2oy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sportuna-uw34sb {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .sportuna-ruohh9 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.sportuna-qyvow1 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.sportuna-qyvow1 .sportuna-523rpd {
  justify-content: center;
}

/* faq */

.sportuna-87b3ff {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.sportuna-5f5o1e {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.sportuna-4cvmsl ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sportuna-5f5o1e::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.sportuna-4cvmsl ease;
}

.sportuna-87b3ff.sportuna-7jzpb2 .sportuna-5f5o1e::after {
  transform: rotate(45deg);
}

.sportuna-cpip0v {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.sportuna-fep06b ease, padding 0.sportuna-fep06b ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.sportuna-87b3ff.sportuna-7jzpb2 .sportuna-cpip0v {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.sportuna-t5tvxm {
  margin: 25px 0;
}

.sportuna-v5wgqh > input:not(:checked) ~ label:hover,
.sportuna-v5wgqh > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.sportuna-4om6dd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.sportuna-ml02ig 44.sportuna-ys0ge8.sportuna-xzu2uf.sportuna-sjx13h.sportuna-1szgms.sportuna-9nx7vd.sportuna-izbqlj.sportuna-9gqbyh.sportuna-9u1y14.sportuna-gpuxn4.sportuna-8bqeqh.sportuna-e7ry3y.sportuna-iq1t8z 0l-12.sportuna-bzhnnv 30.sportuna-97tgqp.sportuna-aatw4k 2.sportuna-hfw73o.sportuna-aatw4k 3.sportuna-jafs86 3.sportuna-b389pn.sportuna-2fl0e3 3.sportuna-pkjudn.sportuna-oh3448.sportuna-twyhzd.sportuna-bsmpq6 7-3.sportuna-bzhnnv 10.sportuna-nxfg7l.sportuna-bsmpq6 23.sportuna-ocfs6i.sportuna-m3nhci 1.sportuna-lfyc49 2.sportuna-bzhnnv 3.sportuna-m3nhci 1.sportuna-2fl0e3 5.sportuna-ccog2b.sportuna-2fl0e3 32.sportuna-xeag8y.sportuna-oh3448 5.sportuna-iq1t8z 4.sportuna-bsmpq6 9.sportuna-bsmpq6 8.sportuna-2fl0e3 6.sportuna-fmbyxz.sportuna-4dyptn.sportuna-sq1sui.sportuna-xe3fzh.sportuna-b3kxyt 4.sportuna-ithexd.sportuna-b3kxyt 6.sportuna-b3kxyt 0l29.sportuna-iq1t8z 17.sportuna-4azb3u.sportuna-aueu8s 2.sportuna-l5tk4o 10.sportuna-r1e521.sportuna-bzhnnv 8.sportuna-hb35f4.sportuna-6h3e8j.sportuna-d7b1z6.sportuna-2xwevl.sportuna-t7wgp7.sportuna-oh3448.sportuna-9nx7vd.sportuna-bzhnnv 1.sportuna-0keesl.sportuna-44rvmv.sportuna-91nlw1.sportuna-nbhj3g.sportuna-4mpf8e.sportuna-lfyc49 1.sportuna-wgt4k5.sportuna-7rw3pp.5z'/%3e%3c/svg%3e");
}

.sportuna-sowqol {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .sportuna-sowqol {
    gap: 16px 0;
  }
}

.sportuna-jcyrvt {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.sportuna-jcyrvt.sportuna-l2pslm {
  display: block;
}

.sportuna-jcyrvt.sportuna-xdnqy4 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sportuna-jcyrvt {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.sportuna-w486vu {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.sportuna-yk1jr7 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.sportuna-aow1bk {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sportuna-hffmf5 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.sportuna-hffmf5 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.sportuna-foryq2 {
  font-size: 16px;
  line-height: 140%;
}

.sportuna-jnn76s {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.sportuna-jnn76s .sportuna-862o7q {
  fill: #c2c0ce;
}

.sportuna-jnn76s [rating="1"] .sportuna-862o7q:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.sportuna-jnn76s [rating="2"] .sportuna-862o7q:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.sportuna-jnn76s [rating="3"] .sportuna-862o7q:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.sportuna-jnn76s [rating="4"] .sportuna-862o7q:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.sportuna-jnn76s [rating="5"] .sportuna-862o7q:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.sportuna-80labr {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.sportuna-80labr textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.sportuna-80labr button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.sportuna-9ez9rn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.sportuna-9ez9rn.sportuna-3g168d {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.sportuna-i8ean3 {
  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-i8ean3 label {
  font-size: 14px;
}

.sportuna-i8ean3 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.sportuna-i8ean3 input,
.sportuna-i8ean3 textarea,
.sportuna-i8ean3 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-i8ean3 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.sportuna-4cvmsl ease;
}
.sportuna-i8ean3 button:hover {
  background-color: var(--button-bg-hover);
}
.sportuna-ybdh1e {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.sportuna-427z31 ease-in;
}

.sportuna-ybdh1e h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
