@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html,
body {
  min-height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
@media (min-width: 1150px) {
  h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }
}
h1 {
  color: #181717;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
@media (min-width: 1150px) {
  h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }
}
h2 {
  color: #181717;
}

h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
@media (min-width: 1150px) {
  h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }
}
h3 {
  color: #181717;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
@media (min-width: 1150px) {
  h4 {
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }
}
h4 {
  color: #181717;
}

h5 {
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
@media (min-width: 1150px) {
  h5 {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }
}
h5 {
  color: #181717;
}

@font-face {
  font-family: "Poppins";
  src: local("Poppins"), local("Poppins Regular");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Medium");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins SemiBold");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Bold");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --hero-overlap: clamp(120px, 22vw, 322px);
}

html {
  scroll-behavior: smooth;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #333333;
  background: #ffffff;
}
body.noactive {
  overflow: hidden;
}

.body_scroll {
  overflow: hidden;
}

.scroll {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #dcdfe9 transparent;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #dcdfe9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 50%;
  min-width: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover,
.scroll::-webkit-scrollbar-thumb:focus,
.scroll::-webkit-scrollbar-thumb:active {
  background-color: #dcdfe9;
}

.logo {
  display: block;
  max-width: 196px;
  aspect-ratio: 4.9/1;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.logo:hover {
  opacity: 0.7;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper {
  width: 100%;
}

a,
svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.layout-image img {
  width: 100%;
  height: auto;
}

.layout_swiper {
  width: inherit;
  position: relative;
}
.layout_swiper > div:first-child {
  align-items: normal;
  width: inherit;
  overflow: hidden;
  width: inherit;
}
.layout_swiper > div:first-child .swiper-layout {
  overflow: hidden;
}
.layout_swiper > div:first-child .swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  border-radius: 50%;
  box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.0588235294);
  width: 44px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 44px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: block;
  background-image: url(../img/svg/arrow-right-long.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 11px;
  width: 13px;
  font-size: 0px;
}

.swiper-button-prev {
  left: -22px;
}
.swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: -22px;
}

.error-message {
  color: #eb1c27;
  margin-top: 5px;
  display: none;
  font-size: 13px;
  font-weight: 400;
  text-transform: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.warning-message {
  position: absolute;
  bottom: -25px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.section {
  display: flex;
  flex-direction: column;
}
.section--xl {
  gap: 40px;
}
.section--xm {
  gap: 35px;
}
.section--x {
  gap: 30px;
}
.section--lg {
  gap: 25px;
}
.section--md {
  gap: 20px;
}
.section--sm {
  gap: 15px;
}
.section--xs {
  gap: 10px;
}

.pagination-sites {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  justify-content: center;
  flex-direction: column;
}
.pagination-sites__progress {
  max-width: 360px;
  width: 100%;
}
.pagination-sites__progress p {
  margin-bottom: 12px;
  text-align: center;
}
.pagination-sites__progress--bar {
  width: 100%;
  height: 5px;
  background-color: #e9e9f0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pagination-sites__progress--bar-inner {
  height: 100%;
  background-color: #181717;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 10px;
}

[data-csh-lt]:not(.csh-lt-done) {
  visibility: hidden;
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

:root {
  --wp--preset--aspect-ratio--square:1;
  --wp--preset--aspect-ratio--4-3:4/3;
  --wp--preset--aspect-ratio--3-4:3/4;
  --wp--preset--aspect-ratio--3-2:3/2;
  --wp--preset--aspect-ratio--2-3:2/3;
  --wp--preset--aspect-ratio--16-9:16/9;
  --wp--preset--aspect-ratio--9-16:9/16;
  --wp--preset--color--black:#000000;
  --wp--preset--color--cyan-bluish-gray:#abb8c3;
  --wp--preset--color--white:#ffffff;
  --wp--preset--color--pale-pink:#f78da7;
  --wp--preset--color--vivid-red:#cf2e2e;
  --wp--preset--color--luminous-vivid-orange:#ff6900;
  --wp--preset--color--luminous-vivid-amber:#fcb900;
  --wp--preset--color--light-green-cyan:#7bdcb5;
  --wp--preset--color--vivid-green-cyan:#00d084;
  --wp--preset--color--pale-cyan-blue:#8ed1fc;
  --wp--preset--color--vivid-cyan-blue:#0693e3;
  --wp--preset--color--vivid-purple:#9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6, 147, 227) 0%,rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122, 220, 180) 0%,rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252, 185, 0) 0%,rgb(255, 105, 0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255, 105, 0) 0%,rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238, 238, 238) 0%,rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74, 234, 220) 0%,rgb(151, 120, 209) 20%,rgb(207, 42, 186) 40%,rgb(238, 44, 130) 60%,rgb(251, 105, 98) 80%,rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255, 206, 236) 0%,rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254, 205, 165) 0%,rgb(254, 45, 45) 50%,rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255, 203, 112) 0%,rgb(199, 81, 192) 50%,rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255, 245, 203) 0%,rgb(182, 227, 212) 50%,rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202, 248, 128) 0%,rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2, 3, 129) 0%,rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small:13px;
  --wp--preset--font-size--medium:20px;
  --wp--preset--font-size--large:36px;
  --wp--preset--font-size--x-large:42px;
  --wp--preset--spacing--20:0.44rem;
  --wp--preset--spacing--30:0.67rem;
  --wp--preset--spacing--40:1rem;
  --wp--preset--spacing--50:1.5rem;
  --wp--preset--spacing--60:2.25rem;
  --wp--preset--spacing--70:3.38rem;
  --wp--preset--spacing--80:5.06rem;
  --wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, .2);
  --wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, .4);
  --wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, .2);
  --wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255),6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0);
}

:where(body) {
  margin: 0;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

body {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  text-decoration: none;
  text-transform: inherit;
}

:root :where(.wp-block-icon svg) {
  width: 24px;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-term-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-term-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.npfl-top-clubs {
  margin: 2rem 0;
  padding: 0;
}

.npfl-top-clubs__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #126035;
  text-align: center;
}

.npfl-top-clubs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.npfl-top-club-card {
  --card-accent:#00AE50;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-left: 1px solid var(--card-accent);
}

.npfl-top-club-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.npfl-top-club-card__bar {
  height: 1px;
  width: 100%;
  background-color: var(--card-accent);
}

.npfl-top-club-card__inner {
  padding: 1.25rem;
}

.npfl-top-club-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  color: var(--card-accent);
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid var(--card-accent);
}

.npfl-top-club-card__name a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.npfl-top-club-card__name a:hover {
  opacity: 0.8;
}

.npfl-top-club-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.npfl-top-club-card__item {
  margin-bottom: 0.75rem;
}

.npfl-top-club-card__item:last-child {
  margin-bottom: 0;
}

.npfl-top-club-card__link {
  display: block;
  text-decoration: none;
  padding: 0.75rem 0.875rem;
  border-radius: 6px;
  background: #fff7f8;
  transition: background 0.2s ease, transform 0.2s ease;
}

.npfl-top-club-card__link:hover {
  background: #e9f9ef;
  transform: translateX(3px);
}

.npfl-top-club-card__title {
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}

.npfl-top-club-card__link:hover .npfl-top-club-card__title {
  color: var(--card-accent);
}

.npfl-top-club-card__date {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--card-accent);
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.npfl-top-club-card__more {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--card-accent);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.npfl-top-club-card__more:hover {
  color: #00ae50;
  opacity: 0.85;
}

.npfl-top-club-card__more::after {
  content: "→";
  margin-left: 0.35rem;
  transition: transform 0.2s ease;
}

.npfl-top-club-card__more:hover::after {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .npfl-top-clubs__grid {
    grid-template-columns: 1fr;
  }
  .npfl-top-clubs__title {
    font-size: 1.5rem;
  }
  .npfl-top-club-card__inner {
    padding: 1rem;
  }
  .npfl-top-club-card__name {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .npfl-top-clubs__grid {
    gap: 1rem;
  }
  .npfl-top-club-card__inner {
    padding: 0.875rem;
  }
  .npfl-top-club-card__name {
    font-size: 1.125rem;
  }
}
html.s-dark .npfl-top-clubs__title, html.site-s-dark .npfl-top-clubs__title {
  color: #34d27a;
}

html.s-dark .npfl-top-club-card, html.site-s-dark .npfl-top-club-card {
  background: #0b1018;
  border-color: rgba(255, 255, 255, 0.1);
  border-left-color: var(--card-accent);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

html.s-dark .npfl-top-club-card:hover, html.site-s-dark .npfl-top-club-card:hover {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
}

html.s-dark .npfl-top-club-card__link, html.site-s-dark .npfl-top-club-card__link {
  background: rgba(255, 255, 255, 0.04);
}

html.s-dark .npfl-top-club-card__link:hover, html.site-s-dark .npfl-top-club-card__link:hover {
  background: rgba(0, 174, 80, 0.12);
}

html.s-dark .npfl-top-club-card__title, html.site-s-dark .npfl-top-club-card__title {
  color: #e5e7eb;
}

.csh-container {
  position: relative;
  width: 100%;
  background: 0 0;
  padding: 5px 0;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  color: #333;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.csh-arrow {
  background: 0 0;
  border: none;
  color: #a52822;
  font-size: 20px;
  cursor: pointer;
  width: 15px;
  height: 30px;
  flex-shrink: 0;
  transition: color 0.3s, background 0.3s, height 0.3s;
}

.csh-arrow:hover {
  background: #a52822;
  color: #fff;
  height: 50px;
}

.csh-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 5px;
  width: calc(100% - 70px);
  scroll-behavior: smooth;
}

.csh-item {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 220px;
  margin-right: 15px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.csh-header {
  display: flex;
  justify-content: space-between;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 5px;
  position: relative;
  padding-right: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.csh-league {
  justify-self: start;
  display: flex;
  align-items: center;
}

.csh-league-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

.csh-league-icon--svg {
  display: inline-block;
  flex: 0 0 16px;
  border-radius: 3px;
}

.csh-league-name {
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
}

.csh-league-live-label {
  color: #111827;
  font-weight: 700;
  text-transform: none;
}

.csh-date {
  justify-self: center;
  font-weight: 400;
}

.csh-item:not(.cs-live):not(.cs-ht) .csh-header {
  justify-content: flex-start;
  gap: 6px;
}

.csh-item:not(.cs-live):not(.cs-ht) .csh-league {
  flex: 0 0 auto;
}

.csh-item:not(.cs-live):not(.cs-ht) .csh-date {
  margin-left: auto;
  text-align: right;
  text-transform: none;
}

.csh-betnow {
  justify-self: end;
  position: static !important;
  background: 0 0 !important;
  color: #b01818;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.csh-betnow:hover {
  color: #8e101b;
  text-decoration: underline;
}

.csh-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2px 0;
}

.cstl-team-info {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #000;
}

.csh-team-logo {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  border-radius: 50%;
}

.csh-team-name {
  font-weight: 700;
}

.csh-score-box {
  background: #e0e0e0;
  padding: 2px 9px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  min-width: 30px;
  text-align: center;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums;
}

.csh-live-status {
  color: #d50102;
  font-weight: 900;
  font-size: 13px;
  padding: 0;
  border-radius: 0;
  margin-left: 8px;
  display: inline-block;
  letter-spacing: 0.02em;
  background: 0 0;
  animation: 1.1s ease-in-out infinite csh-live-blink;
}

@keyframes csh-live-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.38;
  }
}
.csh-ht-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 20px;
  padding: 0 8px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f59e0b 0, #d97706 100%);
  color: #111827;
  border: 1px solid rgba(120, 53, 15, 0.25);
  box-shadow: 0 4px 10px rgba(217, 119, 6, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.04em;
}

.csh-finish-badge {
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 0.4px;
  color: #fff;
}

.csh-finish-pen {
  background-color: #b01818;
}

.csh-finish-aet {
  background-color: #a85b00;
}

.csh-pen-num {
  display: inline-block;
  margin-left: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #b01818;
  vertical-align: baseline;
}

@media (max-width: 700px) {
  .csh-item {
    min-width: 190px;
    font-size: 12px;
  }
  .csh-date {
    font-size: 10px;
    padding-left: 5px;
    color: #666;
  }
  .csh-inner {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .cstl-team-info {
    font-size: 14px;
    font-weight: 700;
  }
}
@media (max-width: 480px) {
  .csh-arrow {
    display: none;
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .csh-item {
    min-width: 190px;
    font-size: 12px;
  }
}
.csh-inc-badge {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.3px;
  vertical-align: middle;
  margin: 0 2px;
  line-height: 1.4;
}

.csh-inc-goal {
  background: #b01818;
  color: #fff;
}

.csh-inc-goal-icon {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 4px 0 2px;
  font-size: 16px;
  line-height: 1;
}

.csh-inc-sub {
  background: #27ae60;
  color: #fff;
}

.csh-inc-assist {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

.csh-inc-sub-in {
  font-weight: 700;
  color: #222;
}

.csh-inc-sub-out {
  color: #aaa;
  font-size: 12px;
}

.csh-card-icon {
  display: inline-block;
  width: 10px;
  height: 14px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 5px;
  flex-shrink: 0;
}

.csh-card-yc {
  background: #f0c800;
}

.csh-card-rc {
  background: #c0392b;
}

.md-card .csh-standings {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
}

@media (max-width: 600px) {
  .csh-inc-badge {
    font-size: 7px;
    padding: 1px 4px;
  }
  .csh-inc-assist {
    font-size: 9px;
  }
  .csh-inc-sub-out {
    font-size: 10px;
  }
}
.csh-standings {
  width: 100%;
  margin: 0 0 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.csh-standings-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 8px;
  border-bottom: 1px solid #f1f3f7;
  background: linear-gradient(180deg, #fff 0, #fbfcfe 100%);
}

.csh-modern-table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  margin-bottom: 30px;
}

.csh-modern-table th {
  text-align: left;
  padding: 12px 10px;
  background: #f5f5f5;
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
}

.csh-modern-table td {
  padding: 12px 10px;
  vertical-align: middle;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.csh-modern-table tbody tr:nth-child(2n) {
  background-color: #fcfcfc;
}

.csh-modern-table tbody tr:hover {
  background-color: #f1f1f1;
}

.csh-breadcrumb {
  margin: 16px 0 12px;
  font-size: 12px;
  color: #aab0be;
  letter-spacing: 0.2px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.csh-breadcrumb a {
  color: #9ca3af;
  text-decoration: none;
  font-weight: 500;
}

.csh-breadcrumb a:hover {
  color: #b01818;
}

.csh-breadcrumb-league {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.csh-breadcrumb-logo {
  width: 16px;
  height: 16px;
  min-width: 16px;
  flex-shrink: 0;
  object-fit: contain;
  vertical-align: middle;
  border-radius: 2px;
}

.csh-breadcrumb-logo--svg {
  display: inline-block;
}

.csh-match-heading {
  margin: 12px 0 18px;
}

.csh-match-title {
  margin: 0;
  color: #07172f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

@media (max-width: 600px) {
  .csh-breadcrumb-logo {
    display: none;
  }
  .csh-match-heading {
    margin: 10px 0 14px;
  }
  .csh-match-title {
    font-size: 20px;
    line-height: 1.25;
  }
}
.csh-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  #csh-ajax-ticker, .csh-container {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .csh-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .csh-inner::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .csh-arrow {
    display: none !important;
  }
  .csh-item {
    width: 170px !important;
    min-width: 170px !important;
    margin: 0 !important;
    padding: 7px 12px 9px !important;
    border: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .csh-item:last-child {
    border-right: 0 !important;
  }
  .csh-header {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    column-gap: 5px !important;
    margin: 0 0 5px !important;
    padding: 0 0 4px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    font-size: 11px !important;
    line-height: 22px !important;
    height: 27px !important;
    max-height: 27px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #000 !important;
  }
  .csh-league {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .csh-league-icon {
    width: 13px !important;
    height: 13px !important;
    margin-right: 4px !important;
    flex-shrink: 0 !important;
  }
  .csh-league-name {
    font-size: 11px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-width: 0 !important;
  }
  .csh-date {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    color: #000 !important;
    padding-left: 0 !important;
  }
  .csh-row {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
  }
  .csh-row + .csh-row {
    border-top: 0 !important;
    margin-top: 6px !important;
  }
  .cstl-team-info {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #000 !important;
  }
  .csh-team-logo {
    width: 22px !important;
    height: 22px !important;
    margin-right: 6px !important;
    border-radius: 50%;
  }
  .csh-score-box {
    background: #e9e9e9 !important;
    border-radius: 6px !important;
    padding: 3px 8px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    min-width: 26px !important;
    text-align: center !important;
    color: #000 !important;
  }
  .csh-live-status {
    color: #d50102 !important;
    background: 0 0 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    animation: 1.1s ease-in-out infinite csh-live-blink !important;
  }
  .csh-container:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 2px;
    width: 64px;
    height: 4px;
    background: rgba(0, 0, 0, 0.28);
    border-radius: 999px;
    pointer-events: none;
    z-index: 5;
    opacity: 0.85;
  }
  .csh-container:after {
    bottom: 2px !important;
  }
  .csh-inner {
    scroll-behavior: auto !important;
  }
  .csh-container.csh-is-scrolling:after {
    opacity: 0;
  }
  .csh-container {
    position: relative;
  }
  .csh-container:after {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 6px;
    width: 50px;
    height: 4px;
    background: rgba(0, 0, 0, 0.28);
    border-radius: 999px;
    pointer-events: none;
    z-index: 5;
    opacity: 0.85;
  }
  .csh-container:after {
    transition: opacity 0.18s ease;
  }
  .csh-container.csh-is-scrolling:after {
    opacity: 0.25;
  }
  .csh-container {
    --csh-thumb-x:0px;
    --csh-thumb-w:46px;
  }
  .csh-container:after {
    width: var(--csh-thumb-w) !important;
    transform: translateX(var(--csh-thumb-x));
    will-change: transform;
  }
}
.csh-tipster-block {
  --csh-tipster-brand:#b01818;
  --csh-tipster-brand-soft:#f8ecec;
  --csh-tipster-brand-ink:#3f1414;
  --csh-tipster-border:#eadede;
  margin-top: 22px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(176, 24, 24, 0.04) 0, rgba(176, 24, 24, 0) 70%), #fff;
  border: 1px solid var(--csh-tipster-border);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.csh-tipster-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.csh-tipster-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--csh-tipster-brand);
  margin-bottom: 8px;
}

.csh-tipster-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  color: #151515;
  max-width: 640px;
}

.csh-tipster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.csh-tipster-card {
  position: relative;
  border: 1px solid #eadede;
  border-radius: 14px;
  padding: 16px;
  background: linear-gradient(180deg, #fff 0, snow 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
  transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
  overflow: hidden;
}

.csh-tipster-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--csh-tipster-accent, var(--csh-tipster-brand));
}

.csh-tipster-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.07);
  border-color: #dfc9c9;
}

.csh-tipster-card-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 14px;
}

.csh-tipster-dot {
  width: 18px;
  height: 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--csh-tipster-accent, var(--csh-tipster-brand)) 20%, #fff);
  border: 1px solid color-mix(in srgb, var(--csh-tipster-accent, var(--csh-tipster-brand)) 28%, #fff);
  flex: 0 0 auto;
}

.csh-tipster-pick {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
  max-width: 18ch;
}

.csh-tipster-text {
  margin: 0;
  color: #454545;
  font-size: 13px;
  line-height: 1.65;
}

.csh-tipster-card--result {
  --csh-tipster-accent:#b01818;
}

.csh-tipster-card--totals {
  --csh-tipster-accent:#d24b1f;
}

.csh-tipster-card--handicap {
  --csh-tipster-accent:#8f2c7a;
}

.csh-tipster-card--chance {
  --csh-tipster-accent:#5b3fc4;
}

.csh-tipster-card--momentum {
  --csh-tipster-accent:#0f7a6a;
}

.csh-tipster-card--btts {
  --csh-tipster-accent:#2a6cc6;
}

.csh-tipster-card--teamgoals {
  --csh-tipster-accent:#7a4b10;
}

.csh-tipster-card--neutral {
  --csh-tipster-accent:#b01818;
}

.csh-tipster-debug {
  border: 1px solid #f0c7c7;
  background: #fff8f8;
}

.csh-tipster-debug-pre {
  margin: 14px 0 0;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #eadede;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 12px;
  line-height: 1.5;
  color: #222;
}

@media (max-width: 768px) {
  .csh-tipster-block {
    padding: 18px;
    border-radius: 12px;
  }
  .csh-tipster-head {
    flex-direction: column;
  }
  .csh-tipster-title {
    font-size: 24px;
    max-width: none;
  }
  .csh-tipster-grid {
    grid-template-columns: 1fr;
  }
}
.csh-score-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.csh-score-stack .ls-tipster-toggle--solo {
  margin-top: 0;
}

html.s-dark .csh-inc-assist, html.s-dark .csh-inc-sub-out, html.site-s-dark .csh-inc-assist, html.site-s-dark .csh-inc-sub-out {
  color: #9aa3b2;
}

html.s-dark .csh-inc-sub-in, html.site-s-dark .csh-inc-sub-in {
  color: #e5e7eb;
}

html.s-dark .csh-modern-table, html.s-dark .csh-standings, html.site-s-dark .csh-modern-table, html.site-s-dark .csh-standings {
  background: #0b1018;
}

html.s-dark .csh-standings-head, html.site-s-dark .csh-standings-head {
  background: #11161f;
  color: #e5e7eb;
}

html.s-dark .csh-modern-table th, html.site-s-dark .csh-modern-table th {
  background: rgba(255, 255, 255, 0.06);
  color: #cbd2dc;
}

html.s-dark .csh-modern-table td, html.site-s-dark .csh-modern-table td {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #e5e7eb;
}

html.s-dark .csh-modern-table tbody tr:nth-child(2n), html.site-s-dark .csh-modern-table tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.03);
}

html.s-dark .csh-modern-table tbody tr:hover, html.site-s-dark .csh-modern-table tbody tr:hover {
  background-color: rgba(176, 24, 24, 0.14);
}

html.s-dark .csh-match-title, html.site-s-dark .csh-match-title {
  color: #e5e7eb !important;
}

html.s-dark .csh-team-name, html.site-s-dark .csh-team-name {
  color: #e5e7eb !important;
}

html.s-dark .csh-standings-head, html.site-s-dark .csh-standings-head {
  background: #11161f !important;
  color: #e5e7eb;
}

html.s-dark .csh-modern-table thead th, html.site-s-dark .csh-modern-table thead th {
  background: #11161f !important;
  color: #cbd2dc !important;
}

.csh-item:not(.cs-live):not(.cs-ht) .csh-header {
  justify-content: flex-start !important;
  gap: 6px !important;
}

.csh-item:not(.cs-live):not(.cs-ht) .csh-league {
  flex: 0 0 auto !important;
}

.csh-item:not(.cs-live):not(.cs-ht) .csh-date {
  margin-left: auto !important;
  text-align: right !important;
  text-transform: none !important;
}

.csh-item.cs-ht .csh-header, .csh-item.cs-live .csh-header {
  justify-content: space-between !important;
}

.csh-item.cs-ht .csh-league, .csh-item.cs-live .csh-league {
  flex: 1 1 auto !important;
}

.csh-item.cs-ht .csh-date, .csh-item.cs-live .csh-date {
  margin-left: auto !important;
}

.csh-league-live-label {
  color: #111827 !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.csh-date-label {
  color: #111827;
  font-weight: 700;
  text-transform: none;
  font-size: 11px;
}

.csh-league-live-label {
  color: #d50102 !important;
}

html.s-dark .csh-date-label, html.site-s-dark .csh-date-label {
  color: #e5e7eb;
}

.csh-finish-ft {
  background: #edf0f4;
  color: #5d6779;
}

html.s-dark .csh-finish-ft, html.site-s-dark .csh-finish-ft {
  background: rgba(255, 255, 255, 0.12);
  color: #cbd2dc;
}

.csh-header .csh-date {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

img.csh-league-icon--svg {
  object-fit: contain;
  border-radius: 3px;
  background: #fff;
}

img.csh-breadcrumb-logo--svg {
  background: #fff;
}

.csh-league-live-label {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  color: #d50102 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
}

.csh-league-live-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d50102;
  flex: 0 0 auto;
  animation: 1.2s ease-in-out infinite csh-live-dot-pulse;
}

@keyframes csh-live-dot-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(0.6);
  }
}
.csh-item {
  transition: background 0.16s ease;
  border-radius: 5px;
}

.csh-item:hover {
  background: rgba(176, 24, 24, 0.06);
}

.csh-item:hover .csh-score-box {
  background: #d2d2d2;
}

.csh-item.cs-ht:hover, .csh-item.cs-live:hover {
  background: rgba(176, 24, 24, 0.1);
}

html.s-dark .csh-item:hover, html.site-s-dark .csh-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

html.s-dark .csh-item:hover .csh-score-box, html.site-s-dark .csh-item:hover .csh-score-box {
  background: rgba(255, 255, 255, 0.2);
}

html.s-dark .csh-item.cs-ht:hover, html.s-dark .csh-item.cs-live:hover, html.site-s-dark .csh-item.cs-ht:hover, html.site-s-dark .csh-item.cs-live:hover {
  background: rgba(176, 24, 24, 0.22);
}

.csa1x-widget {
  margin: 14px 0;
  border: 1px solid #d7d9de;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  overflow: hidden;
}

.csa1x-widget > .csa1x-table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed;
}

.csa1x-widget > .csa1x-table tbody, .csa1x-widget > .csa1x-table thead, .csa1x-widget > .csa1x-table tr {
  margin: 0;
  padding: 0;
}

.csa1x-table td, .csa1x-table th {
  padding: 10px 12px;
  border-bottom: 1px solid #d7d9de;
  vertical-align: middle;
}

.csa1x-table tbody tr:last-child td {
  border-bottom: 0;
}

.csa1x-table th {
  background: linear-gradient(90deg, #d50102 0, #ef6262 100%);
  color: #fff;
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.csa1x-table td:nth-child(2), .csa1x-table td:nth-child(3) {
  width: 128px;
}

.csa1x-team {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.csa1x-team-fallback, .csa1x-team-logo {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.csa1x-team-logo {
  object-fit: contain;
  display: inline-block;
}

.csa1x-team-logo:not([src]), .csa1x-team-logo[src=""] {
  display: none;
}

.csa1x-team-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0b1220;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.csa1x-team-logo + .csa1x-team-fallback {
  display: none;
}

.csa1x-team-logo:not([src]) + .csa1x-team-fallback, .csa1x-team-logo[src=""] + .csa1x-team-fallback {
  display: inline-flex;
}

.csa1x-team-name {
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.csa1x-odd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f08d8d;
  color: #d50102;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.1;
}

.csa1x-odd--fav {
  background: #d50102;
  border-color: #d50102;
  color: #fff;
}

.csa1x-bookmaker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 5px 10px 5px 22px;
  border-radius: 999px;
  background: #08111f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  line-height: 1.1;
}

.csa1x-bookmaker:focus, .csa1x-bookmaker:hover, .csa1x-bookmaker:visited {
  color: #fff;
  text-decoration: none;
}

.csa1x-bookmaker::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #00d66b;
  box-shadow: 0 0 0 2px rgba(0, 214, 107, 0.2);
}

.csa1x-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px 10px;
  margin: 0;
  border-top: 1px solid #d7d9de;
  background: #fff;
}

.csa1x-foot-left {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.csa1x-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 12px 12px;
  border-top: 1px solid #d7d9de;
  background: linear-gradient(180deg, #fffefe 0, #fff7f7 100%);
}

.csa1x-match-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #374151;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
  text-transform: none;
  padding-left: 0;
  padding-right: 4px;
  position: static;
}

.csa1x-match-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.25px solid currentColor;
  border-bottom: 1.25px solid currentColor;
  transform: translateY(-1px) rotate(-45deg);
}

.csa1x-match-link:focus, .csa1x-match-link:hover {
  color: #d50102;
  text-decoration: underline;
}

.csa1x-actions .csa1x-tipster-details {
  width: auto;
  margin: 0 auto;
}

.csa1x-actions .csa1x-tipster-details[open] {
  width: 100%;
  margin: 0;
}

.csa1x-actions .csa1x-tipster-details[open] > .csa1x-tipster-toggle {
  justify-content: center;
}

.csa1x-league-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d50102;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.csa1x-league-logo {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
  border-radius: 4px;
  vertical-align: middle;
}

.csa1x-league-link, .csa1x-league-link:focus, .csa1x-league-link:hover, .csa1x-league-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d50102;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
}

.csa1x-league-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.25px solid currentColor;
  border-bottom: 1.25px solid currentColor;
  transform: translateY(-1px) rotate(-45deg);
}

.csa1x-league-link:focus, .csa1x-league-link:hover {
  color: #a80000;
}

.csa1x-tipster-details {
  width: 100%;
}

.csa1x-tipster-details summary::-webkit-details-marker, .csa1x-tipster-details summary::marker {
  display: none;
  content: "";
}

.csa1x-tipster-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #d50102;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  line-height: 1;
}

.csa1x-tipster-toggle::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  margin-left: 3px;
}

.csa1x-tipster-details[open] > .csa1x-tipster-toggle::after {
  transform: translateY(1px) rotate(-135deg);
}

.csa1x-tipster-toggle:hover {
  color: #b80000;
  text-decoration: underline;
}

.csa1x-tipster-panel {
  width: 100%;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid #ead9d9;
  border-radius: 14px;
  background: #fffdfd;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.csa1x-tipster-header {
  margin-bottom: 10px;
  color: #d50102;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.csa1x-tipster-card {
  padding: 10px 0;
  border-top: 1px solid #efe2e2;
}

.csa1x-tipster-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.csa1x-tipster-pick {
  margin-bottom: 4px;
  color: #14213d;
  font-size: 14px;
  font-weight: 800;
}

.csa1x-tipster-text {
  color: #334155;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.csa1x-tipster-card--positive .csa1x-tipster-pick {
  color: #059669;
}

.csa1x-tipster-card--negative .csa1x-tipster-pick {
  color: #dc2626;
}

.csa1x-tipster-card--neutral .csa1x-tipster-pick {
  color: #14213d;
}

@media (max-width: 767px) {
  .csa1x-table {
    table-layout: auto;
  }
  .csa1x-table td, .csa1x-table th {
    padding: 9px 8px;
  }
  .csa1x-table th {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
  .csa1x-table td:nth-child(2), .csa1x-table td:nth-child(3) {
    width: 96px;
  }
  .csa1x-team {
    gap: 7px;
  }
  .csa1x-team-name {
    font-size: 12px;
  }
  .csa1x-bookmaker, .csa1x-odd {
    min-width: 0;
    width: 100%;
    padding-right: 8px;
  }
  .csa1x-bookmaker {
    padding-left: 20px;
  }
  .csa1x-foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px 8px;
    gap: 8px;
  }
  .csa1x-foot-left {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .csa1x-match-link {
    margin-left: auto;
    padding-right: 0;
    font-size: 10px;
    white-space: nowrap;
  }
  .csa1x-actions {
    flex-direction: column;
    align-items: center;
    padding: 9px 10px 10px;
  }
  .csa1x-actions .csa1x-tipster-details, .csa1x-actions .csa1x-tipster-details[open] {
    width: 100%;
    margin-left: 0;
  }
  .csa1x-actions .csa1x-tipster-details[open] > .csa1x-tipster-toggle, .csa1x-actions .csa1x-tipster-toggle {
    justify-content: center;
  }
  .csa1x-match-link {
    padding-left: 0;
  }
  .csa1x-league-meta {
    font-size: 9px;
    max-width: 56%;
  }
}
html.s-dark .csa1x-widget, html.site-s-dark .csa1x-widget {
  background: #0b1018;
  border-color: rgba(255, 255, 255, 0.1);
}

html.s-dark .csa1x-table td, html.site-s-dark .csa1x-table td {
  border-color: rgba(255, 255, 255, 0.08);
}

html.s-dark .csa1x-team-name, html.site-s-dark .csa1x-team-name {
  color: #e5e7eb;
}

html.s-dark .csa1x-team-fallback, html.site-s-dark .csa1x-team-fallback {
  background: rgba(255, 255, 255, 0.08);
  color: #cbd2dc;
}

html.s-dark .csa1x-odd, html.site-s-dark .csa1x-odd {
  background: #11161f;
  border-color: rgba(255, 255, 255, 0.14);
}

html.s-dark .csa1x-foot, html.site-s-dark .csa1x-foot {
  background: #11161f;
  border-color: rgba(255, 255, 255, 0.1);
}

html.s-dark .csa1x-league-meta, html.site-s-dark .csa1x-league-meta {
  color: #cbd2dc;
}

html.s-dark .csa1x-actions .csa1x-tipster-details, html.site-s-dark .csa1x-actions .csa1x-tipster-details {
  background: #11161f;
  border-color: rgba(255, 255, 255, 0.1);
}

html.s-dark .csa1x-actions .csa1x-tipster-details[open], html.site-s-dark .csa1x-actions .csa1x-tipster-details[open] {
  background: #0b1018;
}

html.s-dark .csa1x-match-link, html.site-s-dark .csa1x-match-link {
  color: #9aa3b2;
}

html.s-dark .csa1x-actions, html.site-s-dark .csa1x-actions {
  background: linear-gradient(180deg, #11161f 0, #0b1018 100%);
  border-color: rgba(255, 255, 255, 0.1);
}

html.s-dark .csa1x-tipster-panel, html.site-s-dark .csa1x-tipster-panel {
  background: #11161f;
  border-color: rgba(255, 255, 255, 0.1);
}

html.s-dark .csa1x-tipster-card, html.site-s-dark .csa1x-tipster-card {
  border-color: rgba(255, 255, 255, 0.08);
}

html.s-dark .csa1x-tipster-card--neutral .csa1x-tipster-pick, html.s-dark .csa1x-tipster-pick, html.site-s-dark .csa1x-tipster-card--neutral .csa1x-tipster-pick, html.site-s-dark .csa1x-tipster-pick {
  color: #e5e7eb;
}

html.s-dark .csa1x-tipster-text, html.site-s-dark .csa1x-tipster-text {
  color: rgba(229, 231, 235, 0.78);
}

:root {
  --direction-multiplier:1;
}

body.rtl, html[dir=rtl] {
  --direction-multiplier:-1;
}

.elementor-screen-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.elementor a {
  box-shadow: none;
  text-decoration: none;
}

.elementor hr {
  background-color: transparent;
  margin: 0;
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0;
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.elementor-element {
  --flex-direction:initial;
  --flex-wrap:initial;
  --justify-content:initial;
  --align-items:initial;
  --align-content:initial;
  --gap:initial;
  --flex-basis:initial;
  --flex-grow:initial;
  --flex-shrink:initial;
  --order:initial;
  --align-self:initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content);
}

.elementor-invisible {
  visibility: hidden;
}

:root {
  --page-title-display:block;
}

.elementor-section {
  position: relative;
}

.elementor-section .elementor-container {
  display: flex;
  margin-inline: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}

.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}

.elementor-widget {
  position: relative;
}

.elementor-widget:not(:last-child) {
  margin-block-end: var(--kit-widget-spacing, 20px);
}

.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-100 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop";
  }
}
@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra";
  }
}
@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra";
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}

.animated {
  animation-duration: 1.25s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none !important;
  }
  html * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
.elementor-466924 .elementor-element.elementor-element-5f719a3f {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 30px;
  margin-bottom: 16px;
}

.elementor-466924 .elementor-element.elementor-element-1351a2e8 > .elementor-widget-container {
  margin: -30px 0 0;
}

.elementor-466924 .elementor-element.elementor-element-77c07837 {
  margin-top: -10px;
  margin-bottom: 0;
}

.elementor-466924 .elementor-element.elementor-element-6e3f2ac9 > .elementor-widget-container {
  margin: -40px 0 0;
}

.elementor-466924 .elementor-element.elementor-element-4c85e96 {
  margin-top: 30px;
  margin-bottom: 0;
}

.elementor-466924 .elementor-element.elementor-element-3682503e .list-post {
  --list-p-media-width:22%;
  --list-p-media-max-width:85%;
}

.elementor-466924 .elementor-element.elementor-element-3682503e .block-head {
  --c-main:#126035;
  --c-block:#126035;
}

.elementor-466924 .elementor-element.elementor-element-43c5422 {
  margin-top: -45px;
  margin-bottom: 0;
}

.elementor-466924 .elementor-element.elementor-element-1855c86e > .elementor-widget-container {
  margin: -30px 0 0;
}

.elementor-466924 .elementor-element.elementor-element-1c67f8e9 {
  margin-top: -15px;
  margin-bottom: 0;
}

.elementor-466924 .elementor-element.elementor-element-1aa0b197 > .elementor-widget-container {
  margin: -50px 0 0;
}

.elementor-466924 .elementor-element.elementor-element-6b84e48 > .elementor-widget-container {
  margin: -40px 0 0;
}

@media (max-width: 767px) {
  .elementor-466924 .elementor-element.elementor-element-6e3f2ac9 > .elementor-widget-container {
    margin: 0;
  }
}
body.elementor-page .elementor-widget-menu-anchor {
  margin-block-end: 0;
}

a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-family: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input[type=submit] {
  box-sizing: content-box;
  -webkit-appearance: none;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

a img {
  border: 0;
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img {
    min-height: 1px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

html {
  box-sizing: border-box;
}

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

:root {
  --body-font:"Public Sans",system-ui,sans-serif;
  --ui-font:var(--body-font);
  --text-font:var(--body-font);
  --title-font:var(--ui-font);
  --h-font:var(--ui-font);
  --text-size:14px;
  --text-lh:1.714;
  --main-width:1200px;
  --grid-gutter:36px;
  --wrap-padding:35px;
  --boxed-pad:45px;
  --sidebar-width:33.3333333333%;
  --sidebar-c-width:var(--sidebar-width);
  --sidebar-pad:38px;
  --sidebar-c-pad:var(--sidebar-pad);
  --c-sidebar-sep:var(--c-separator2);
  --max-width-md:680px;
  --title-size-xs:14px;
  --title-size-s:16px;
  --title-size-n:18px;
  --title-size-m:20px;
  --title-size-l:25px;
  --title-size-xl:30px;
  --title-fw-semi:600;
  --title-fw-bold:700;
  --grid-p-title:var(--title-size-m);
  --grid-sm-p-title:var(--title-size-s);
  --grid-lg-p-title:var(--title-size-l);
  --list-p-title:calc(var(--title-size-m) * 1.05);
  --small-p-title:var(--title-size-xs);
  --feat-grid-title-s:var(--title-size-n);
  --feat-grid-title-m:var(--title-size-m);
  --feat-grid-title-l:var(--title-size-l);
  --excerpt-size:15px;
  --post-content-size:1.186rem;
  --post-content-lh:1.7;
  --post-content-gaps:1.54em;
  --single-content-size:var(--post-content-size);
  --p-media-margin:1.867em;
  --p-spacious-pad:0px;
  --c-facebook:#1a6dd4;
  --c-twitter:#55acef;
  --c-pinterest:#e4223e;
  --c-linkedin:#02669a;
  --c-tumblr:#44546b;
  --c-instagram:#c13584;
  --c-vk:#45668e;
  --c-vimeo:#1ab7ea;
  --c-youtube:#ff0000;
  --c-dribbble:#ea4c89;
  --c-flickr:#0063dc;
  --c-email:#080808;
  --c-whatsapp:#23c761;
  --c-soundcloud:#ff8800;
  --c-rss:#f97d1e;
  --c-reddit:#ff4500;
  --c-telegram:#0088cc;
  --c-tiktok:#fe2c55;
  --c-discord:#5865f2;
  --c-twitch:#7b3ed6;
  --c-snapchat:#fffc00;
  --c-threads:#000;
  --c-mastodon:#6364ff;
  --c-spotify:#1db954;
  --c-bluesky:#1285fe;
  --block-wrap-mb:55px;
  --btn-height:38px;
  --btn-shadow:0 2px 7px -4px rgba(0, 0, 0, .16);
}

.s-light, :root {
  --c-main:#2ab391;
  --c-main-rgb:42,179,145;
  --c-contrast-0:#fff;
  --c-contrast-10:#fbfbfb;
  --c-contrast-50:#f7f7f7;
  --c-contrast-75:#efefef;
  --c-contrast-100:#e8e8e8;
  --c-contrast-125:#e2e2e2;
  --c-contrast-150:#ddd;
  --c-contrast-200:#ccc;
  --c-contrast-300:#bbb;
  --c-contrast-400:#999;
  --c-contrast-450:#8a8a8a;
  --c-contrast-500:#777;
  --c-contrast-600:#666;
  --c-contrast-650:#505050;
  --c-contrast-700:#444;
  --c-contrast-800:#333;
  --c-contrast-850:#191919;
  --c-contrast-900:#161616;
  --c-contrast:#000;
  --c-rgba:0,0,0;
  --c-separator:var(--c-contrast-100);
  --c-separator2:var(--c-contrast-125);
  --c-links:var(--c-contrast-900);
  --c-headings:var(--c-contrast-900);
  --c-excerpts:var(--c-contrast-650);
  --c-nav:var(--c-contrast-900);
  --c-nav-hov-bg:transparent;
  --c-nav-drop-sep:rgba(0, 0, 0, .07);
  --c-nav-blip:var(--c-contrast-300);
  --c-post-meta:var(--c-contrast-450);
  --footer-mt:60px;
  --footer-bg:#f7f7f7;
  --footer-lower-bg:#f0f0f0;
}

.s-dark:not(i), .site-s-dark, .site-s-dark .s-light {
  --c-contrast-0:#000;
  --c-contrast-10:#070707;
  --c-contrast-50:#111;
  --c-contrast-75:#151515;
  --c-contrast-100:#222;
  --c-contrast-125:#2b2b2b;
  --c-contrast-150:#333;
  --c-contrast-200:#444;
  --c-contrast-300:#555;
  --c-contrast-400:#777;
  --c-contrast-450:#999;
  --c-contrast-500:#bbb;
  --c-contrast-600:#c0c0c0;
  --c-contrast-650:#ccc;
  --c-contrast-700:#d1d1d1;
  --c-contrast-800:#ddd;
  --c-contrast-850:#ececec;
  --c-contrast-900:#f0f0f0;
  --c-contrast:#fff;
  --c-rgba:255,255,255;
  --c-a-hover:rgba(var(--c-rgba), .7);
  --c-headings:var(--c-contrast-850);
  --c-excerpts:var(--c-contrast-650);
  --c-separator:rgba(var(--c-rgba), .13);
  --c-separator2:rgba(var(--c-rgba), .13);
  --c-links:var(--c-contrast-900);
  --c-headings:var(--c-contrast-850);
  --c-nav:var(--c-contrast-900);
  --c-nav-drop-bg:var(--c-contrast-10);
  --c-nav-drop-sep:rgba(255, 255, 255, .1);
  --c-post-meta:rgba(var(--c-rgba), .65);
  --c-email:var(--c-contrast-300);
  --c-input-bg:rgba(var(--c-rgba), .1);
  --footer-bg:#0f0f11;
  --footer-lower-bg:#040404;
}

.site-s-dark {
  --footer-bg:#070708;
}

.site-s-dark body {
  background: #151516;
}

html {
  font-size: 14px;
}

body {
  font-family: var(--body-font);
  line-height: 1.5;
  color: var(--body-color, var(--c-contrast-700));
  background: var(--c-contrast-0);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  .main-wrap {
    overflow-x: clip;
  }
}
@media (max-width: 767px) {
  .elementor-column {
    width: 100%;
  }
  #elementor-device-mode:after {
    content: "mobile";
  }
  :root {
    --block-wrap-mb:45px;
  }
  body, html {
    overflow-x: hidden;
  }
  .grid {
    --grid-gutter:26px;
  }
}
::selection {
  background: var(--c-main);
  color: #fff;
}

img::selection {
  background: 0 0;
}

:root {
  --admin-bar-h:32px;
}

@media (max-width: 782px) {
  :root {
    --admin-bar-h:46px;
  }
}
*, :after, :before {
  -webkit-font-smoothing: antialiased;
}

p {
  margin-bottom: 21px;
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}

h1 {
  font-size: 1.846em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.285em;
}

h4 {
  font-size: 1.21em;
}

h5 {
  font-size: 1.107em;
}

h6 {
  font-size: 1.07em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--title-fw-bold);
  font-family: var(--h-font);
  color: var(--c-headings);
}

a {
  color: var(--c-a, var(--c-links));
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: var(--c-a-hover, var(--c-main));
}

code, pre {
  background: rgba(var(--c-rgba), 0.03);
}

code {
  padding: 4px 10px;
}

pre {
  padding: 1.5em 1em;
  border-left: 3px solid var(--c-separator);
  border-bottom: 1px solid transparent;
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: max(14px, 0.9em);
}

pre code {
  white-space: pre-wrap;
  background: 0 0;
  font-size: inherit;
}

table {
  max-width: 100%;
  background-color: transparent;
}

td, th {
  background: 0 0;
  padding: 5px 9px;
  border: 1px solid var(--c-separator2);
  text-align: initial;
}

th {
  background: rgba(var(--c-rgba), 0.05);
}

table caption {
  padding: 0 0 7px;
  width: auto;
  font-weight: 600;
}

small {
  font-size: 0.92308em;
}

sub {
  vertical-align: sub;
  font-size: 0.7em;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

ol, ul {
  list-style-type: var(--ul-style, none);
  margin: var(--ul-margin, 0);
  margin-left: var(--ul-ml, 0);
}

@media (max-width: 540px) {
  ol, ul {
    margin-left: var(--ul-ml-xs, 0);
  }
}
ol li::marker {
  font-size: max(0.95em, 12px);
}

li {
  padding: var(--li-padding, 0);
  padding-left: var(--li-pl, 0);
  margin: var(--li-margin, 0);
  margin-bottom: var(--li-mb, 0);
}

input, select, textarea {
  border: 1px solid var(--c-contrast-150);
  padding: 7px 12px;
  outline: 0;
  height: auto;
  font-size: 14px;
  color: var(--c-contrast-500);
  max-width: 100%;
  border-radius: 2px;
  box-shadow: 0 2px 7px -4px rgba(0, 0, 0, 0.1);
  background: var(--c-input-bg, var(--c-contrast-0));
}

input {
  width: var(--input-width, initial);
  height: var(--input-height, 38px);
}

input[type=checkbox], input[type=radio] {
  width: initial;
  height: initial;
}

textarea {
  width: 100%;
  padding: 14px 12px;
  line-height: 1.5;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--c-contrast-400);
  color: var(--c-contrast-650);
}

button, input[type=reset] input[type=button], input[type=submit] {
  -webkit-appearance: none;
  padding: var(--btn-pad, 0 17px);
  font-family: var(--ui-font);
  font-size: var(--btn-f-size, 12px);
  font-weight: var(--btn-f-weight, 600);
  line-height: var(--btn-l-height, var(--btn-height));
  height: var(--btn-height);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: var(--btn-shadow);
  transition: 0.25s ease-in-out;
  background: var(--c-main);
  color: #fff;
  border: 0;
  border-radius: 2px;
}

button:hover, input[type=reset] input[type=button]:hover, input[type=submit]:hover {
  background: #161616;
  border-color: #161616;
  color: #fff;
}

.s-dark button:hover, .s-dark input[type=reset] input[type=button]:hover, .s-dark input[type=submit]:hover {
  border-color: #555;
}

button:focus {
  outline: 0;
}

button:active, input[type=button]:active, input[type=submit]:active {
  opacity: 0.9;
}

blockquote {
  padding: 0.5em 1.5em;
  color: var(--c-contrast-850);
  font-family: var(--blockquote-font, inherit);
  font-size: 1.12em;
  font-weight: 400;
}

blockquote cite {
  font-family: var(--ui-font);
  color: var(--c-contrast-450);
  font-size: 13px;
  font-size: max(12px, 0.7em);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

blockquote p + cite {
  display: block;
  margin-top: 15px;
}

blockquote cite:before {
  content: "—";
  margin-right: 5px;
  opacity: 0.6;
}

blockquote > p:last-of-type {
  margin-bottom: 0;
}

.search-form {
  display: flex;
}

.search-form label {
  flex-grow: 1;
  max-width: 400px;
}

.search-form .search-field {
  width: 100%;
}

.search-form input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -2px;
}

.cf:after, .cf:before {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}

.cf:after {
  clear: both;
}

.ellipsis {
  text-overflow: ellipsis;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.post-title {
  color: var(--c-headings);
  font-family: var(--title-font);
  line-height: 1.36;
}

.post-title a {
  --c-links:initial;
  --c-a:initial;
  --c-a-hover:var(--c-main);
  display: block;
}

hr, hr.separator {
  margin: 41px 0;
  height: 1px;
  background: var(--c-separator);
}

hr.half {
  margin-top: 0;
}

.lazyload, .lazyloading {
  will-change: opacity !important;
  background-color: var(--c-contrast-150);
}

.lazyload:not(._), .lazyloading:not(._) {
  opacity: 0.1;
}

.no-display {
  will-change: opacity;
  opacity: 0;
}

.appear, .lazyloaded {
  will-change: initial;
  opacity: 1;
}

.appear, .lazyload, .lazyloading, .post-content img, .wp-post-image {
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 941px) {
  .post-content:hover img, .wp-post-image {
    will-change: opacity;
  }
}
:where(.ts-img-hov-fade) .wp-post-image:hover {
  opacity: 0.85;
}

:where(.ts-img-hov-saturate) .wp-post-image {
  transition-property: filter;
}

:where(.ts-img-hov-saturate) .wp-post-image:hover {
  filter: brightness(1.08);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade-in-down-lg {
  from {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-in:not(._) {
  visibility: visible;
  opacity: 1;
}

.fade-in-up-lg {
  will-change: transform;
  animation: 0.65s ease-out fade-in-up-lg;
  animation-fill-mode: both;
}

.fade-in-down-lg {
  will-change: transform;
  animation: 0.65s ease-out fade-in-down-lg;
  animation-fill-mode: both;
}

.media-ratio {
  position: relative;
  display: block;
  height: 0;
}

.media-ratio .wp-post-image, .media-ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--media-radius, 0);
}

.media-ratio.ratio-3-2 {
  padding-bottom: 66.6666666667%;
}

.show-lg:not(#_), .show-sm:not(#_), .show-xs:not(#_) {
  display: none;
}

@media (min-width: 541px) and (max-width: 767px) {
  .show-sm:not(#_) {
    display: var(--display-init, block);
  }
}
.main-wrap, .ts-contain, .wrap {
  max-width: 100%;
  box-sizing: border-box;
}

.ts-contain, .wrap {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1201px) {
  .wrap {
    width: var(--main-width);
  }
  .main, .ts-contain {
    width: calc(var(--main-width) + var(--wrap-padding) * 2);
  }
}
.main {
  margin: 42px auto;
}

.main, .ts-contain {
  padding: 0 35px;
  padding: 0 var(--wrap-padding);
}

@media (max-width: 940px) {
  .wrap {
    max-width: var(--max-width-md);
  }
  .main, .ts-contain {
    max-width: calc(var(--max-width-md) + 70px);
  }
  .main, .ts-contain {
    --wrap-padding:25px;
  }
}
@media (max-width: 540px) {
  .show-xs:not(#_) {
    display: var(--display-init, block);
  }
  .main, .ts-contain {
    --wrap-padding:20px;
  }
}
.main .ts-contain, .ts-contain .ts-contain {
  padding: 0;
}

@media (min-width: 941px) {
  .show-lg:not(#_) {
    display: var(--display-init, block);
  }
  .main-content:not(.main) {
    width: calc(100% - var(--sidebar-c-width));
  }
}
.row {
  --grid-gutter-h:calc(var(--grid-gutter) / 2);
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--grid-gutter-h));
  margin-left: calc(-1 * var(--grid-gutter-h));
}

.grid {
  display: grid;
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-row-gap, 0);
}

.cols-gap-lg {
  --grid-gutter:50px;
}

.grid-1 {
  --col:100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-2 {
  --col:50%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 940px) {
  .md\:grid-1 {
    --col:100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-2 {
    --col:50%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.col-3 {
  width: 25%;
}

.column {
  width: 100%;
}

.column.half {
  width: 50%;
}

.column.right {
  text-align: right;
}

.column.left {
  text-align: left;
}

.column.center {
  text-align: center;
}

.column, [class*=" col-"], [class^=col-] {
  flex: 0 0 auto;
  padding-left: var(--grid-gutter-h);
  padding-right: var(--grid-gutter-h);
}

@media (max-width: 940px) {
  .column, [class*=" col-"], [class^=col-] {
    width: 100%;
  }
}
.breadcrumbs {
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: var(--ui-font);
  --c-a:var(--c-contrast-450);
  --c-a-hover:var(--c-links);
  font-size: 12px;
  color: var(--c-contrast-400);
  line-height: 1;
}

.breadcrumbs .separator {
  font-family: Arial, system-ui, sans-serif;
  padding: 0 10px;
  font-size: 1.141em;
  line-height: 0.7;
  opacity: 0.8;
}

.breadcrumbs .separator {
  padding: 0 3px;
}

.breadcrumbs .label {
  color: var(--c-main);
  margin-right: 21px;
  text-transform: uppercase;
}

.breadcrumbs .inner {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2;
}

.breadcrumbs-a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumbs-a + .main {
  margin-top: 35px;
}

.main-featured .row {
  opacity: 0;
}

.main-featured .row.appear {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

.main-featured .slides {
  position: relative;
  min-height: 170px;
}

.common-slider .slick-arrow {
  --trans-x:0;
  display: none;
  position: absolute;
  z-index: 100;
  top: var(--arrow-top, 50%);
  left: 0;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  height: 32px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  transition-property: color, background;
  transform: translate(var(--trans-x), -50%) translateY(var(--trans-ey, 0));
}

.common-slider .slick-arrow i {
  line-height: inherit;
}

.common-slider .slick-arrow:hover {
  background: var(--c-contrast-0);
  color: var(--c-contrast-900);
}

.common-slider .prev-arrow {
  left: 25px;
}

.common-slider .next-arrow {
  left: auto;
  right: 25px;
}

.common-slider .item {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.common-slider .slides {
  max-height: 700px;
}

.common-slider .loaded.slides {
  max-height: none;
}

.common-slider .loaded .item {
  opacity: 1;
}

.common-slider .nav-dots {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-slider .nav-dots button {
  display: block;
  border: 0;
  padding: 7px 4px;
  font-size: 0;
  background: 0 0;
  width: initial;
  height: initial;
  line-height: 1;
  box-shadow: none;
}

.common-slider .nav-dots button:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(var(--c-rgba), 0.3);
  outline: 0;
  transition: 0.4s ease-out;
}

html :where([style*=border-width]) {
  border-style: solid;
}

.alignnone, .wp-block-embed, .wp-block-gallery, .wp-block-image figure, figure.wp-block-image {
  margin: var(--p-media-margin) auto;
}

.alignfull, .alignwide {
  margin: calc(var(--p-media-margin) + 4px) auto;
}

.alignright, .wp-block-image .alignright, a img.alignright {
  float: right;
  margin: 4px 0 20px 30px;
}

.alignleft, .wp-block-image .alignleft, a img.alignleft {
  float: left;
  margin: 4px 30px 20px 0;
}

@media (max-width: 1200px) {
  .alignleft, .alignright, .wp-block-image .alignleft, .wp-block-image .alignright {
    max-width: 50%;
  }
}
@media (max-width: 540px) {
  .xs\:grid-1 {
    --col:100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .alignleft, .alignright, .wp-block-image .alignleft, .wp-block-image .alignright {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
    margin: 30px auto !important;
    text-align: center;
  }
  a img.alignleft, a img.alignright, figure.alignleft img, figure.alignright img {
    float: none;
    width: 100% !important;
    max-width: initial;
  }
}
.aligncenter, div.aligncenter {
  display: block;
  margin: var(--p-media-margin) auto;
  text-align: center;
}

.aligncenter > img, div.aligncenter > img {
  margin: 0 auto;
}

img.alignnone, p img.alignnone {
  display: block;
  margin: var(--p-media-margin) auto;
}

figure img, p img {
  vertical-align: middle;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text, figcaption {
  font-style: italic;
  font-size: calc(0.3em + 8.4px);
  text-align: center;
  color: var(--c-contrast-450);
}

.wp-block-embed figcaption, .wp-block-image figcaption, .wp-caption-text {
  margin-top: calc(0.5em + 5px);
  padding-bottom: 2px;
}

.wp-block-image:not(figure) {
  margin: 0;
}

.wp-block-image figcaption {
  margin-bottom: 0;
}

.wp-element-caption a {
  display: initial;
}

.wp-block-embed figcaption {
  text-align: inherit;
}

.wp-block-audio.aligncenter > audio, .wp-block-audio.alignfull > audio, .wp-block-audio.alignwide > audio {
  width: 100%;
}

p.has-background {
  padding: 25px 30px;
}

.wp-block-button__link {
  -webkit-appearance: none;
  padding: var(--btn-pad, 0 17px);
  font-family: var(--ui-font);
  font-size: var(--btn-f-size, 12px);
  font-weight: var(--btn-f-weight, 600);
  line-height: var(--btn-l-height, var(--btn-height));
  height: var(--btn-height);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: var(--btn-shadow);
  transition: 0.25s ease-in-out;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .cols-gap-lg {
    --grid-gutter:26px;
  }
  .sm\:grid-1 {
    --col:100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .wp-block-button__link {
    line-height: 1.75;
    height: auto;
  }
}
.wp-block-button__link:not(.has-background) {
  background: var(--bg-color);
}

.wp-block-button__link:not(.has-text-color) {
  color: var(--text-color);
}

.wp-block-button__link:not(._):hover {
  opacity: 1;
  background: #000;
  border-color: #000;
  color: #fff;
}

.wp-block-table {
  margin: calc(var(--post-content-gaps) + 0.66em) auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1200px) {
  .wp-block-table {
    display: block;
    width: 100%;
  }
  .feat-grid {
    overflow: hidden;
  }
}
.wp-block-table thead {
  border-bottom-width: 2px;
}

.wp-block-table table:not(i) {
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0;
}

.alignfull .alignfull, .alignwide .alignwide {
  margin-left: 0;
  margin-right: 0;
}

.post-content {
  --ul-style:disc;
  --ul-margin:calc(var(--post-content-gaps) + .26em) auto;
  --ul-ml:35px;
  --ul-ml-xs:22px;
  --li-pl:3px;
  --li-mb:0.44em;
}

.post-content p, .post-content > div, .post-content > dl, .post-content > iframe {
  margin-bottom: var(--post-content-gaps);
}

.post-content strong {
  font-weight: var(--title-fw-bold);
}

.post-content > blockquote, .post-content > pre {
  margin: calc(var(--post-content-gaps) + 0.3em) auto;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content li > ol, .post-content li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.post-content {
  --c-a:var(--c-main);
  --c-a-hover:var(--c-links);
}

.post-content > :not(._):last-child {
  margin-bottom: 0;
}

.post-content > :not(._):first-child {
  margin-top: 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 1.35em;
  margin-bottom: 0.75em;
  font-weight: var(--title-fw-bold);
  color: var(--c-headings);
  font-family: var(--text-h-font, inherit);
  line-height: 1.5;
}

.post-content a:hover img {
  opacity: 1;
}

.post-content table {
  margin: calc(var(--post-content-gaps) + 0.66em) auto;
}

.post-content iframe {
  max-width: 100%;
}

.post-content .wp-caption-text a, .post-content figcaption a {
  text-decoration: underline;
}

.post-content {
  font-family: var(--text-font);
  font-size: var(--text-size);
  line-height: var(--text-lh);
  text-rendering: optimizeLegibility;
  font-size: var(--post-content-size);
  line-height: var(--post-content-lh);
  color: var(--c-contrast-800);
  --wp--preset--font-size--small:14px;
  --wp--preset--font-size--large:22px;
}

@media (max-width: 767px) {
  .post-content {
    font-size: max(14px, var(--post-content-size) * 0.96);
  }
}
.post-content .search-field {
  vertical-align: top;
}

.post-content .alignwide.wp-block-image img {
  width: 100%;
  max-width: initial;
}

.post-content figure > a:not(.pinit-btn) {
  display: block;
}

.post-content > p .fluid-width-video-wrapper {
  margin: var(--p-media-margin) auto;
}

.post-content table {
  font-size: calc(0.6923076923em + 4px);
}

.post-content > blockquote:not([class]) {
  border-left: 3px solid var(--c-contrast-150);
}

.post-content figure > ol, .post-content figure > ul {
  margin: 0;
  list-style: none;
}

.spc-social {
  display: flex;
  align-items: center;
}

.spc-social .icon {
  font-size: var(--spc-social-fs, 14px);
  line-height: 1.6;
  width: 1.2em;
  text-align: center;
}

.spc-social .service {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  margin-right: var(--spc-social-space, 2px);
  color: var(--c-spc-social, inherit);
  background: var(--c-spcs-bg, transparent);
}

.spc-social .service:hover {
  opacity: var(--spcs-hov-opacity, 0.8);
  color: var(--c-spc-social-hov, var(--c-main));
}

.spc-social .service:last-child {
  margin-right: 0;
}

.spc-social-b {
  --spc-social-fs:19px;
  --spc-social-size:38px;
  --spc-social-space:9px;
}

.spc-social-b .icon {
  line-height: 1;
  width: auto;
}

.spc-social-b .service {
  padding: 0;
  width: var(--spc-social-size);
  height: var(--spc-social-size);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 50%;
}

.s-dark .spc-social-b .service {
  background: rgba(var(--c-rgba), 0.12);
  background: var(--c-spcs-bg, rgba(var(--c-rgba), 0.12));
}

:where(.s-dark) .spc-social-colors .service {
  --c-spcs-icon:#7b7b7b;
}

:where(.s-light) .spc-social-colors .s-link {
  --c-spcs-icon:#222433;
}

.spc-social-block {
  flex-wrap: wrap;
  margin-bottom: calc(-1 * var(--spc-social-space, 2px));
}

.spc-social-block .service {
  margin-bottom: var(--spc-social-space, 2px);
}

.post-meta {
  --p-meta-sep:"—";
  display: flex;
  flex-direction: column;
  margin-bottom: var(--p-meta-mb, initial);
  font-family: var(--ui-font);
  font-size: 12px;
  color: var(--c-post-meta);
  line-height: 1.5;
}

.post-meta-items a {
  color: inherit;
}

.post-meta .meta-item:before {
  content: "—";
  content: var(--p-meta-sep);
  padding: 0 var(--p-meta-sep-pad, 4px);
  display: inline-block;
  transform: scale(0.916);
}

.post-meta .has-icon {
  white-space: nowrap;
}

.post-meta .has-icon:before {
  display: none;
}

.post-meta .has-icon i {
  font-size: var(--p-meta-icons-s, 1.083em);
  color: var(--c-p-meta-icons);
  margin-right: 4px;
}

.post-meta .has-next-icon {
  margin-right: var(--p-meta-icons-mr, 10px);
}

.post-meta .has-next-icon:not(.has-icon) {
  margin-right: 18px;
}

.post-meta .meta-item:first-child:before {
  display: none;
}

.post-meta .post-title {
  margin: var(--p-title-space, 9px) 0;
}

.post-meta .post-author > a {
  color: var(--c-contrast-850);
  font-weight: 500;
}

.post-meta .post-author img {
  display: inline-flex;
  vertical-align: middle;
  border-radius: 50%;
  align-self: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.post-meta .post-author img + img {
  margin-left: -3px;
}

.post-meta .post-author img:last-of-type {
  margin-right: var(--p-meta-author-img-mr, 7px);
}

.post-meta > :last-child {
  margin-bottom: 0;
}

.post-meta > :first-child {
  margin-top: 0;
}

.post-meta > .is-title:last-child {
  margin-bottom: 0 !important;
}

.post-meta > .is-title:first-child {
  margin-top: 0 !important;
}

.load-button {
  --btn-f-size:13px;
  padding: 12px 16px;
  width: 30%;
  min-width: 270px;
  max-width: 100%;
  height: auto;
  line-height: 1;
  font-weight: 700;
}

.load-button .icon {
  margin-left: 7px;
}

.load-button.loading {
  cursor: default;
}

.gallery-slider {
  visibility: hidden;
  margin-bottom: 7px;
}

.gallery-slider img {
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.gallery-slider img:hover {
  opacity: 0.84;
}

.gallery-slider .caption {
  position: absolute;
  padding: 7px 10px;
  background: rgba(17, 17, 17, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.gallery {
  --g-cols:1;
  display: grid;
  grid-template-columns: repeat(var(--g-cols), 1fr);
  grid-gap: 10px;
}

.wp-block-gallery {
  --gallery-block--gutter-size:10px;
  --wp--style--gallery-gap-default:10px;
}

.wp-block-gallery li {
  padding: 0;
}

.wp-block-gallery li:before {
  display: none !important;
}

.wp-block-gallery figure figcaption {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  padding: 7px 10px;
  background: rgba(17, 17, 17, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease-in;
}

.wp-block-gallery figure:hover figcaption {
  visibility: visible;
  opacity: 1;
}

.l-post .media {
  position: relative;
  align-self: flex-start;
  border-radius: var(--media-radius, 0);
  overflow: hidden;
}

.l-post .content {
  position: relative;
}

.l-post img {
  max-width: initial;
}

.l-post .image-link {
  display: block;
  position: relative;
  max-width: 100%;
}

.l-post .post-title {
  font-size: var(--title-size-m);
  font-weight: var(--title-fw-bold);
}

@media (max-width: 540px) {
  .l-post .post-title a {
    display: initial;
  }
  .l-post .post-meta-items a {
    pointer-events: none;
  }
  .touch .l-post .post-meta-items a {
    pointer-events: auto;
  }
}
.l-post .excerpt {
  margin-top: var(--excerpt-mt, 16px);
  color: var(--c-excerpts);
  font-size: var(--excerpt-size);
  line-height: var(--excerpt-lh, 1.6);
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
}

.l-post .excerpt p:last-of-type {
  margin-bottom: 0;
}

.l-post .review {
  font-family: var(--ui-font);
}

.l-post .review-number {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #080808;
  height: 32px;
  line-height: 32px;
  min-width: 30px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #efefef;
}

.l-post .review-number span {
  display: block;
  position: relative;
  z-index: 1;
}

.l-post .review-number .progress {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--c-main);
  height: 100%;
  width: 0;
}

.list-post {
  display: flex;
  width: 100%;
  --list-p-content-pad:5px 0;
}

.list-post .media {
  display: block;
  max-width: var(--list-p-media-max-width, 60%);
  width: var(--list-p-media-width, 38%);
  margin-right: var(--list-p-media-margin, 25px);
  flex-shrink: 0;
}

.list-post .post-title {
  font-size: var(--list-p-title);
}

@media (max-width: 540px) {
  .list-post .media {
    min-width: 100px;
    margin-right: var(--list-p-media-margin, 16px);
  }
  .list-post .post-title {
    font-size: calc(14px + (var(--list-p-title) - 14px) * 0.4);
  }
  .list-post:not(.grid-on-sm) .image-link {
    padding: 0;
    height: 10vh;
    min-height: 100px;
    width: auto;
  }
  .list-post:not(.grid-on-sm) .excerpt {
    display: none;
  }
  .list-post-on-sm:has(.cat-labels) .post-title {
    margin-top: 0;
  }
  .feat-grid .item:not(.item-large) .category + .category {
    display: none;
  }
}
.list-post .content {
  padding: var(--list-p-content-pad);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.small-post {
  display: flex;
  width: 100%;
  --post-format-scale:.82;
}

.small-post .post-title {
  font-size: var(--small-p-title);
  font-weight: var(--title-fw-semi);
  line-height: 1.43;
}

.small-post .media {
  display: block;
  width: 110px;
  max-width: 40%;
  margin-right: 18px;
  flex-shrink: 0;
}

.small-post .media img {
  display: block;
}

.small-post .content {
  margin-top: 2px;
  flex-grow: 1;
}

.small-post .review-number {
  height: 26px;
  line-height: 26px;
  min-width: 26px;
}

.loop + .main-pagination {
  margin-top: 50px;
}

.loop-sep {
  overflow: hidden;
}

.loop-sep .l-post:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(var(--grid-row-gap) / 2 * -1);
  border-bottom: 1px solid var(--c-separator);
}

.loop-list {
  --grid-row-gap:35px;
}

.loop-list .l-post {
  position: relative;
}

.loop-list-sep {
  --grid-row-gap:52px;
}

.loop-small {
  --grid-row-gap:25px;
}

.loop-small .l-post {
  position: relative;
}

.loop-small-sep {
  --grid-row-gap:32px;
}

.feat-grid {
  --main-ratio:1.8;
  --grid-gap:2px;
}

.feat-grid .item {
  flex: 1;
  position: relative;
  min-height: 135px;
}

.feat-grid .media .wp-post-image {
  width: 100.5%;
}

.feat-grid.slider {
  max-width: 100vw;
}

.mobile-menu {
  --c-sep:rgba(var(--c-rgba), .08);
  font-size: 16px;
  font-family: var(--ui-font);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--c-links);
  -webkit-font-smoothing: antialiased;
}

.mobile-menu.s-dark, .s-dark .mobile-menu {
  --c-sep:rgba(var(--c-rgba), 0.11);
}

.mobile-menu li {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--c-sep);
}

.mobile-menu li a {
  max-width: calc(100% - 65px);
  float: none;
  display: block;
  padding: 12px 0;
  padding-right: 50px;
  line-height: 1.5;
  color: inherit;
}

.mobile-menu li li {
  padding-left: 12px;
  border: 0;
}

.mobile-menu li ul li:last-child ul {
  border-bottom-color: transparent;
}

.mobile-menu ul {
  width: 100%;
  max-height: 0;
  opacity: 0;
  background: 0 0;
  overflow: hidden;
  border: 0;
  transition: opacity 0.6s ease, max-height 0.8s ease;
}

.mobile-menu ul > li > ul li {
  padding-left: 15px;
}

.mobile-menu ul li a {
  padding: 8px 0;
  font-size: 0.93em;
  font-size: max(13px, 0.93em);
  font-weight: 500;
}

.mobile-menu .mega-menu {
  display: none;
}

.mobile-menu .item-active > ul {
  opacity: 1;
  max-height: 3000px;
  transition: opacity 0.4s ease-in, max-height 1s ease-in;
}

.mobile-menu > .item-active {
  padding-bottom: 10px;
}

.mobile-menu .chevron {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0 25px;
  margin-right: -15px;
  border: 0;
  color: var(--c-contrast-400);
  text-align: center;
  font-size: 12px;
  -webkit-text-stroke: 1.2px var(--c-contrast-0);
  line-height: 1.8;
  cursor: pointer;
}

.mobile-menu .item-active > .chevron {
  transform: rotate(180deg);
}

.mobile-menu li:hover > a {
  opacity: 0.8;
}

.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 80vw;
  min-width: 320px;
  max-width: 370px;
  box-sizing: border-box;
  background: var(--c-contrast-0);
  z-index: 10000;
  transform: translate3d(-100%, 0, 0);
  transition: 0.4s ease-in-out;
  transition-property: transform, visibility;
  visibility: hidden;
  content-visibility: auto;
}

@media (max-width: 350px) {
  .main, .ts-contain {
    --wrap-padding:15px;
  }
  .feat-grid .item:not(.item-large) .meta-below {
    display: none;
  }
  .feat-grid .item:not(.item-large) :nth-last-child(2) {
    margin-bottom: 0;
  }
  .off-canvas {
    min-width: 300px;
  }
}
.off-canvas-head {
  padding: 0 25px;
  padding-top: 38px;
  margin-bottom: 20px;
}

.off-canvas-content {
  display: flex;
  flex-direction: column;
  padding: 25px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
}

@media (min-width: 941px) {
  .off-canvas-content {
    --c-sb:var(--c-contrast-200);
    --c-sb-track:transparent;
    --sb-size:4px;
    --sb-width:thin;
    scrollbar-width: var(--sb-width);
    scrollbar-color: var(--c-sb) var(--c-sb-track);
  }
  .off-canvas-content::-webkit-scrollbar-track {
    background-color: var(--c-sb-track);
  }
  .off-canvas-content::-webkit-scrollbar-thumb {
    background-color: var(--c-sb);
    border-radius: 3px;
  }
  .has-scrollbar .off-canvas-content::-webkit-scrollbar {
    width: var(--sb-size);
  }
}
.off-canvas .mobile-menu {
  margin-bottom: 45px;
}

.off-canvas .logo-image {
  display: inline-block;
  max-width: calc(100% - 34px);
}

.off-canvas .ts-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.off-canvas .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 9px;
  background: #161616;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}

.off-canvas .mobile-menu {
  margin-top: -10px;
  transition: opacity 0.5s ease-in;
  opacity: 0.2;
}

.off-canvas .spc-social {
  --c-spc-social:var(--c-contrast);
  --spc-social-fs:17px;
  padding-top: 10px;
  margin-top: auto;
  justify-content: center;
}

.off-canvas.s-dark .close, .s-dark .off-canvas .close {
  background: var(--c-contrast-200);
}

.admin-bar .off-canvas {
  top: var(--admin-bar-h);
  height: calc(100% - var(--admin-bar-h));
}

.off-canvas-backdrop {
  content: "";
  position: fixed;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.off-canvas-active {
  overflow: hidden;
}

.off-canvas-active .off-canvas {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
}

.off-canvas-active .mobile-menu {
  opacity: 1;
}

.off-canvas-active .off-canvas-backdrop {
  opacity: 1;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.s-dark .search-modal, .search-modal.s-dark {
  --bg-opacity:.95;
}

.search-modal.mfp-bg {
  background: var(--c-contrast-0);
  opacity: 0;
  transition: 0.35s ease-in-out;
  will-change: opacity;
  position: fixed;
  z-index: 10001;
  pointer-events: none;
}

.search-modal.mfp-bg.mfp-ready {
  opacity: var(--bg-opacity, 0.98);
}

.search-modal.mfp-bg.mfp-removing {
  opacity: 0;
}

.search-modal .search-modal-wrap {
  display: block;
}

.search-modal.mfp-ready.mfp-wrap {
  opacity: 1;
  transform: none;
}

.search-modal.mfp-removing.mfp-wrap, .search-modal.mfp-wrap {
  opacity: 0;
  will-change: opacity;
  transition: 0.4s ease-in-out;
  transform: scale(0.95);
}

.search-modal.mfp-removing.mfp-wrap {
  transition-duration: 0.2s;
}

.search-modal .mfp-close {
  position: absolute;
  z-index: 1046;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  color: var(--c-contrast);
  font-size: 60px;
  font-family: Arial, Baskerville, monospace;
  line-height: 44px;
  opacity: 0.65;
  -webkit-text-stroke: 2px var(--c-contrast-0);
}

.search-modal .mfp-close:active {
  top: 20px;
}

.admin-bar .search-modal .mfp-close {
  top: 50px;
}

.search-modal .search-form {
  flex-wrap: wrap;
  position: relative;
}

.search-modal .search-field {
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 22px;
  border: 0;
  border-bottom: 1px solid var(--c-separator2);
  height: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: var(--c-contrast-850);
  background: 0 0;
}

@media (max-width: 767px) {
  .gallery {
    grid-template-columns: repeat(var(--g-cols-sm, 3), 1fr);
  }
  .list-post {
    --list-p-content-pad:3px 0;
    --list-p-media-width:40%;
  }
  .search-modal .search-field {
    font-size: 42px;
  }
}
.search-modal .message {
  font-size: 18px;
  color: var(--c-contrast-400);
}

.search-modal-box {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 790px;
}

@media (max-width: 767px) {
  .search-modal-box {
    max-width: 100%;
  }
}
.search-modal .live-search-results {
  top: 84px;
  left: 0;
  right: auto;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid var(--c-separator);
  border-top: 0;
  box-shadow: none;
}

.search-modal-wrap {
  display: none;
}

.base-text {
  font-family: var(--text-font);
  font-size: var(--text-size);
  line-height: var(--text-lh);
  text-rendering: optimizeLegibility;
}

.block-head {
  --line-weight:1px;
  --c-border:var(--c-separator2);
  --space-below:26px;
  --c-block:var(--c-main);
  display: flex;
  flex-wrap: nowrap;
  font-family: var(--ui-font);
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-below);
}

.block-head .heading {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--c-block);
  flex-shrink: 0;
  max-width: 100%;
}

.block-head .heading .color {
  color: var(--c-contrast-900);
}

.block-head .heading a {
  color: inherit;
}

.block-head .heading .arrow {
  margin-left: 5px;
  transform: scale(1.4) translatey(-5%);
}

.block-head .filters {
  display: flex;
  margin-left: 25px;
  font-size: 13px;
  overflow-x: auto;
  flex-wrap: nowrap;
  font-size: 13px;
  scrollbar-width: none;
}

.block-head .filters::-webkit-scrollbar {
  display: none;
}

.block-head .filters li {
  display: inline-block;
  margin-left: 15px;
  flex-shrink: 0;
}

.block-head .filters a {
  color: var(--c-contrast-400);
}

.block-head .filters .active {
  color: var(--c-block);
}

.block-head-ac {
  --c-block:var(--c-contrast-900);
}

.block-head-ac .heading .color {
  color: var(--c-heading-multi, var(--c-main));
}

.block-head-b {
  --space-below:28px;
}

.block-head-c {
  --c-line:var(--c-main);
  --line-width:40px;
  --line-weight:2px;
  --border-weight:1px;
  border-bottom: var(--border-weight) solid var(--c-border);
  padding-bottom: 13px;
  position: relative;
}

.block-head-c:after {
  content: "";
  position: absolute;
  bottom: calc(-1 * var(--border-weight));
  left: 0;
  width: var(--line-width);
  height: var(--line-weight);
  background-color: var(--c-line);
}

.block-head-c .heading a {
  color: inherit;
}

.ts-snackbar {
  display: flex;
  position: fixed;
  width: 500px;
  padding: 10px 18px;
  max-width: 95%;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 100%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.95);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
  align-items: center;
}

.ts-snackbar-active {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: initial;
}

.ts-snackbar .tsi-close {
  padding: 10px;
  margin-right: -5px;
  cursor: pointer;
  margin-left: auto;
  font-size: 13px;
}

.ar-bunyad-thumb {
  padding-bottom: 69.0909090909%;
}

.navigation {
  --nav-height:var(--head-h, 43px);
  font-family: var(--ui-font);
  color: var(--c-nav);
  height: 100%;
  align-self: center;
}

.s-dark .navigation {
  --c-nav-blip:initial;
}

.navigation ul {
  display: flex;
  list-style: none;
  line-height: 1.6;
}

.navigation .menu, .navigation .menu li {
  height: 100%;
}

.navigation .menu > li > a, .navigation .sub-menu > li > a {
  display: flex;
  align-items: center;
}

.navigation .menu > li > a {
  color: inherit;
}

@media (max-width: 940px) {
  .feat-grid .wrap .prev-arrow {
    left: 50px;
  }
  .feat-grid .wrap .next-arrow {
    right: 50px;
  }
  .navigation .menu {
    display: none;
  }
}
.navigation .menu > li > a {
  height: 100%;
  text-decoration: none;
  text-transform: var(--nav-text-case);
  padding: 0 var(--nav-items-space, 17px);
  font-size: var(--nav-text, 15px);
  font-weight: var(--nav-text-weight, 600);
  letter-spacing: var(--nav-ls, inherit);
}

.navigation .menu li > a:after {
  display: inline-block;
  content: "\f107";
  font-family: ts-icons;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--c-nav-blip, inherit);
  margin-left: 8px;
}

@media (min-width: 941px) and (max-width: 1200px) {
  .navigation .menu > li > a {
    padding: 0 5px;
    padding: 0 max(5px, var(--nav-items-space) * 0.6);
    font-size: calc(10px + (var(--nav-text) - 10px) * 0.7);
  }
  .navigation .menu li > a:after {
    margin-left: 5px;
    font-size: 12px;
  }
}
.navigation .menu .only-icon > a:after, .navigation .menu li > a:only-child:after {
  display: none;
}

.navigation .menu > li:first-child > a {
  border-left: 0;
  box-shadow: none;
}

.navigation .menu > .current-menu-item, .navigation .menu > li:hover {
  background: var(--c-nav-hov-bg);
}

.navigation .menu > .current-menu-item > a, .navigation .menu > li:hover > a {
  color: var(--c-nav-hov);
}

.navigation .menu > .current-menu-item > a:after, .navigation .menu > li:hover > a:after {
  color: inherit;
}

.navigation .menu-item > a .fa, .navigation .sub-menu a > .fa {
  margin-right: 7px;
}

.navigation .menu .fa.only-icon, .navigation .only-icon .fa {
  margin-right: 0;
}

.navigation .menu .sub-menu, .navigation .menu ul {
  position: absolute;
  overflow: visible;
  visibility: hidden;
  display: block;
  opacity: 0;
  padding: 5px 0;
  background: var(--c-nav-drop-bg, var(--c-contrast-0));
  border: 1px solid var(--c-nav-drop-sep);
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 3px -1px, rgba(0, 0, 0, 0.06) 0 4px 11px -2px;
  transition: all 0.2s ease-in;
  z-index: 110;
  pointer-events: none;
}

.navigation .menu > li:not(.item-mega-menu) {
  position: relative;
}

.navigation .menu > li > ul {
  top: 100%;
}

.navigation .menu ul ul {
  left: 100%;
  top: 0;
  margin-top: -5px;
}

.navigation .menu li:first-child > ul {
  margin-top: -6px;
}

.navigation li:hover > .sub-menu, .navigation li:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.navigation .sub-menu li > a:after {
  content: "\f105";
  font-size: 13px;
  margin-left: 25px;
  text-shadow: none;
  display: inline-flex;
  align-self: center;
}

.navigation .menu li li > a:after {
  display: block;
  float: right;
  line-height: inherit;
}

.navigation .menu > li li a {
  float: none;
  display: block;
  padding: 9px 22px;
  border-top: 1px solid var(--c-nav-drop-sep);
  font-size: var(--nav-drop-text, 14px);
  letter-spacing: var(--nav-drop-ls, inherit);
  font-weight: var(--nav-drop-fw, 400);
  color: var(--c-nav-drop, inherit);
  text-transform: none;
  text-decoration: none;
  pointer-events: none;
}

.navigation .menu > li:hover li a {
  pointer-events: auto;
}

.navigation .menu li {
  transition: 0.3s ease-in;
  transition-property: opacity, background;
}

.navigation .menu ul li {
  float: none;
  min-width: 235px;
  max-width: 350px;
  border-top: 0;
  padding: 0;
  position: relative;
}

.navigation .menu ul > li:first-child > a {
  border-top: 0;
  box-shadow: none;
}

.navigation .menu li .current-menu-item, .navigation .menu li li:hover {
  background: var(--c-nav-drop-hov-bg);
}

.navigation .menu li .current-menu-item > a, .navigation .menu li li:hover > a {
  color: var(--c-nav-drop-hov);
}

.nav-hov-a {
  --c-nav-hov:var(--c-main);
  --c-nav-drop-hov:var(--c-nav-hov);
}

.navigation .mega-menu .sub-menu li, .navigation .menu .mega-menu > li {
  min-width: 0;
}

.mega-menu {
  top: 100%;
}

.mega-menu .sub-cats {
  padding: 25px 30px;
  padding-bottom: 35px;
  width: 19.5%;
  border-right: 1px solid var(--c-separator2);
}

.mega-menu .sub-cats li {
  min-width: initial;
  max-width: initial;
}

.mega-menu .sub-cats li:first-child {
  margin-top: 0;
}

.mega-menu .sub-cats li:first-child a {
  border-top: 0;
}

.mega-menu .sub-cats li:hover {
  background: 0 0;
}

.mega-menu .sub-cats:not(._) a {
  padding-left: 0;
  font-size: max(14px, var(--nav-drop-text, 0));
}

.mega-menu .sub-cats li:last-child a {
  border-bottom: 1px solid var(--c-nav-drop-sep);
}

.smart-head-row-full .items-center .mega-menu {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}

.smart-head-row-full .items-right .mega-menu {
  right: 0;
  left: auto;
}

.navigation .mega-menu {
  width: var(--main-width);
  left: 0;
  max-width: 100%;
}

@media (min-width: 1201px) {
  .navigation .mega-menu {
    max-width: calc(100vw - var(--wrap-padding) * 2);
  }
}
@media (min-width: 941px) and (max-width: 1200px) {
  .navigation .mega-menu {
    max-width: 100vw;
    margin-left: calc(-1 * var(--head-row-pad));
  }
}
.navigation .menu .mega-menu {
  display: flex;
  flex: 0 1 auto;
  padding: 0;
}

.navigation li:hover > .mega-menu-a .lazyload {
  display: block;
}

.navigation li:not(:hover) > .mega-menu .wp-post-image {
  pointer-events: none;
}

.mega-menu-a .recent-posts {
  float: none;
  vertical-align: top;
  padding: 35px 30px 45px;
  width: 100%;
}

.s-dark .mega-menu-a .recent-posts {
  background: rgba(var(--c-rgba), 0.03);
}

.mega-menu-a .recent-posts .posts {
  display: none;
}

.mega-menu-a .recent-posts .posts.active {
  display: block;
  animation: 0.5s ease-out fade-in;
  animation-fill-mode: both;
}

.mega-menu-a .recent-posts .post {
  padding: 0 13px;
}

.mega-menu-a .recent-posts .post-title {
  font-weight: var(--title-fw-semi);
  font-size: 15px;
}

.mega-menu-a .sub-cats + .recent-posts {
  width: 80.5%;
}

.navigation .mega-menu.links {
  padding: 35px 10px 40px;
}

.navigation .mega-menu.links > li.current-menu-item {
  background: inherit;
}

.navigation .mega-menu.links > li {
  width: 25%;
  padding: 0 25px;
}

.navigation .mega-menu.links .sub-menu {
  --c-nav-drop-sep:rgba(var(--c-rgba), .05);
  box-shadow: none;
  border: 0;
}

.s-dark .navigation .mega-menu.links .sub-menu {
  --c-nav-drop-sep:rgba(var(--c-rgba), .08);
}

.navigation .mega-menu.links > li > a {
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--c-nav-drop-sep);
  padding: 9px 0;
}

.navigation .mega-menu.links > li > a:after {
  display: none;
}

.navigation .mega-menu.links > li ul {
  visibility: inherit;
  opacity: 1;
  position: static;
  margin-top: 0;
}

.navigation .mega-menu.links > li li a {
  padding-left: 10px;
}

.navigation .mega-menu.links > li li:last-child a {
  border-bottom: 1px solid var(--c-nav-drop-sep);
}

.navigation .mega-menu.links > li li a:before {
  display: inline-block;
  font-family: ts-icons;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 0.9;
  content: "\f105";
  margin-right: 10px;
}

.navigation .mega-menu.links > li:hover {
  background: 0 0;
}

.navigation-small .menu > li > a {
  line-height: 1;
}

.live-search-results {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1500;
  top: 100%;
  width: 350px;
  padding: 25px;
  background: var(--c-contrast-0);
  box-shadow: 0 2px 6px rgba(var(--c-rgba), 0.15);
  transition: opacity 0.3s ease-in;
}

.live-search-results .media {
  width: 80px;
}

.live-search-results .view-all {
  --c-a:var(--c-contrast-450);
  margin: -25px;
  margin-top: 25px;
  border-bottom: 0;
}

.live-search-results .view-all a {
  display: block;
  text-align: center;
  background: var(--c-contrast-50);
  border-top: 1px solid var(--c-separator);
  padding: 14px;
  text-transform: uppercase;
  font-size: 12px;
}

.trending-ticker {
  --max-width:450px;
}

@media (max-width: 1200px) {
  .trending-ticker {
    --max-width:400px;
  }
}
.trending-ticker ul {
  float: left;
}

.trending-ticker li {
  display: none;
  color: var(--c-contrast-700);
}

.trending-ticker li:first-child {
  display: block;
}

.trending-ticker .heading {
  float: left;
  color: var(--c-main);
  text-transform: uppercase;
  margin-right: 35px;
}

@media (max-width: 940px) {
  .trending-ticker {
    --max-width:40vw;
  }
  .smart-head {
    display: none;
  }
}
.smart-head-row {
  --icons-size:16px;
  --c-icons:var(--c-links);
}

.s-dark .smart-head-row, .smart-head-row.s-dark {
  --c-a-hover:var(--c-main);
}

.smart-head .logo-link {
  --c-a-hover:var(--c-headings);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

@media (max-width: 540px) {
  .smart-head .logo-link {
    font-size: 28px;
    flex-shrink: 1;
  }
}
.smart-head .logo-link:not(:last-child) {
  --item-mr:35px;
}

.smart-head .logo-link > h1, .smart-head .logo-link > span {
  font: inherit;
  display: flex;
  align-items: center;
}

.smart-head .logo-is-image {
  font-size: 0;
}

.smart-head .logo-image {
  padding: 10px 0;
  max-height: var(--head-h);
  object-fit: contain;
  width: auto;
  height: revert-layer;
  max-height: calc(var(--head-h) - 20px);
  box-sizing: content-box;
}

.smart-head :where(.items-left) .logo-image {
  object-position: left;
}

.smart-head .search-icon {
  color: var(--c-search-icon, var(--c-icons));
  font-size: var(--search-icon-size, var(--icons-size));
  display: flex;
  align-items: center;
  padding-left: 5px;
  height: 100%;
}

.smart-head .search-icon:hover {
  color: var(--c-main);
}

.smart-head .h-text {
  flex-shrink: 0;
  font-size: 13px;
  max-width: 100%;
}

.smart-head .h-text > ins {
  min-width: 728px;
  max-width: 100%;
}

.smart-head .is-icon {
  padding: 0 4px;
}

.smart-head .has-icon, .smart-head .has-icon-only {
  display: inline-flex;
  align-items: center;
  height: 100%;
  max-height: 45px;
}

.smart-head .has-icon-only:last-child, .smart-head .has-icon-only:last-child .is-icon, .smart-head .has-icon:last-child, .smart-head .has-icon:last-child .is-icon {
  padding-right: 0;
}

.smart-head .has-icon-only {
  --item-mr:9px;
}

.smart-head .items-right .nav-wrap {
  justify-content: flex-end;
}

.smart-head .items-center .nav-wrap {
  justify-content: center;
}

.smart-head .spc-social {
  flex-wrap: nowrap;
}

.scheme-switcher {
  position: relative;
}

.scheme-switcher .icon {
  font-size: var(--icons-size);
  width: var(--icons-size);
}

.scheme-switcher .toggle {
  --c-a:var(--c-icons);
  line-height: 1;
  width: 100%;
  text-align: center;
}

.scheme-switcher .toggle-light {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

.site-s-dark .scheme-switcher .toggle-dark {
  transform: scale(0) rotate(80deg);
  opacity: 0;
  pointer-events: none;
}

.site-s-dark .scheme-switcher .toggle-light {
  opacity: 1;
  pointer-events: auto;
}

.smart-head {
  --nav-items-space:17px;
  --head-top-h:40px;
  --head-mid-h:110px;
  --head-bot-h:55px;
  --head-row-pad:30px;
  --c-bg:transparent;
  --c-border:var(--c-contrast-75);
  --c-shadow:transparent;
  position: relative;
  box-shadow: 0 3px 4px 0 var(--c-shadow);
}

.smart-head-row {
  padding: 0 var(--head-row-pad);
  background-color: var(--c-bg);
  height: var(--head-h);
  border: 0 solid transparent;
  color: var(--c-contrast-800);
}

@media (max-width: 767px) {
  .smart-head-row {
    padding: 0 20px;
  }
}
.smart-head-row > .inner {
  display: flex;
  justify-content: space-between;
  padding: var(--head-inner-pad, 0);
  height: 100%;
  position: relative;
}

.smart-head-row.wrap {
  padding: 0;
  --head-inner-pad:0 25px;
}

.smart-head-row-full {
  width: 100%;
}

.smart-head-row-3 > .inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-columns: minmax(max-content, 1fr) auto minmax(max-content, 1fr);
}

.smart-head-top {
  --c-bg:var(--c-contrast-50);
  --head-h:var(--head-top-h);
  --search-icon-size:14px;
  --icons-size:14px;
}

.smart-head-top .spc-social-b {
  --spc-social-fs:14px;
  --spc-social-size:34px;
}

.s-dark .smart-head-top, .smart-head-top.s-dark {
  --c-bg:var(--c-contrast-0);
}

.smart-head-mid {
  --head-h:var(--head-mid-h);
}

.s-dark .smart-head-mid, .smart-head-mid.s-dark {
  --c-bg:var(--c-contrast-0);
}

.smart-head-bot {
  --head-h:var(--head-bot-h);
  border: 1px solid var(--c-border);
  border-left: 0;
  border-right: 0;
}

.s-dark .smart-head-bot, .smart-head-bot.s-dark {
  --c-bg:var(--c-contrast-0);
  --c-border:transparent;
}

.smart-head .items {
  --item-mr:15px;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  height: inherit;
}

.smart-head .items > * {
  margin-left: var(--item-ml, 0);
  margin-right: var(--item-mr);
}

.smart-head .items-right {
  justify-content: flex-end;
}

.smart-head .items-center {
  justify-content: center;
  flex-shrink: 0;
}

.smart-head .items-center:not(.empty) {
  padding-left: 15px;
  padding-right: 15px;
}

.smart-head .items > :first-child {
  margin-left: 0;
}

.smart-head .items-center > :last-child, .smart-head .items-right > :last-child {
  margin-right: 0;
}

.smart-head .navigation-small {
  --nav-items-space:13px;
  --nav-text:13px;
  --nav-text-weight:400;
  --nav-ls:0;
  --nav-text-case:none;
}

.smart-head-mobile {
  --head-top-h:45px;
  --head-mid-h:65px;
  display: block;
}

@media (min-width: 941px) {
  .smart-head-mobile {
    display: none;
  }
}
.smart-head-mobile .smart-head-row {
  --icons-size:18px;
  --c-icons:var(--c-contrast-800);
}

.smart-head-mobile .smart-head-mid {
  border-top-color: var(--c-main);
}

.smart-head-mobile > :last-child {
  border-bottom: 1px solid var(--c-contrast-100);
}

.nav-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.offcanvas-toggle {
  display: flex;
  align-items: center;
  background: 0 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
  height: 100%;
}

.offcanvas-toggle:hover {
  background: inherit;
  --c-hamburger:var(--c-main);
}

.hamburger-icon {
  --line-weight:3px;
  --line-width:100%;
  --height:17px;
  display: inline-flex;
  vertical-align: middle;
  height: var(--height);
  width: 26px;
  position: relative;
}

.hamburger-icon .inner, .hamburger-icon .inner:after, .hamburger-icon .inner:before {
  position: absolute;
  height: var(--line-weight);
  background-color: var(--c-hamburger, var(--c-icons));
  transition: background 0.2s ease-in-out;
}

.hamburger-icon .inner {
  top: auto;
  bottom: 0;
  width: calc(100% - 6px);
}

.hamburger-icon .inner:after, .hamburger-icon .inner:before {
  display: block;
  content: "";
  width: calc(100% + 6px);
}

.hamburger-icon .inner:before {
  top: 0;
  transform: translateY(calc(-1 * var(--height) + 100%));
}

.hamburger-icon .inner:after {
  bottom: 0;
  transform: translateY(calc(-1 * var(--height) / 2 + 50%));
}

.smart-head-scroll-nav {
  padding: 0;
  padding-left: 6px;
  --head-h:50px;
  --nav-items-space:14px;
  --nav-text:13px;
  --nav-text-weight:600;
  --nav-ls:.07em;
  --nav-text-case:uppercase;
}

.smart-head-scroll-nav.s-dark {
  border-bottom: 0;
  border-top: 1px solid #1f1f1f;
}

.smart-head-scroll-nav .navigation .menu {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.smart-head-scroll-nav .navigation li > a:after {
  display: none;
}

.smart-head-scroll-nav .navigation .mega-menu, .smart-head-scroll-nav .navigation .sub-menu {
  display: none;
}

.smart-head-scroll-nav > .inner {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
}

.smart-head-scroll-nav > .inner::-webkit-scrollbar {
  display: none;
}

.smart-head-sticky {
  position: fixed !important;
  top: 0;
  z-index: 10000 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.s-light .smart-head-sticky:not(.s-dark) {
  background: #fff;
}

.smart-head-sticky.s-dark {
  border-bottom: 0;
}

.smart-head-sticky:not(.smart-head-row-full):not(.sticky-is-full) {
  left: 50%;
  margin-left: calc(-1 * var(--main-width) / 2);
  box-shadow: none;
}

.smart-head-sticky.sticky-is-full {
  width: 100%;
}

.smart-head-sticky.sticky-is-full > .inner {
  width: var(--main-width);
  margin: 0 auto;
}

.smart-head-sticky.off {
  transform: translateY(-102%);
}

.smart-head-sticky.animate {
  animation: 0.3s ease-out smart-sticky;
  transition: transform 0.3s ease-out;
  will-change: opacity;
}

@keyframes smart-sticky {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: none;
  }
}
@media (min-width: 600px) {
  .admin-bar .smart-head-sticky {
    top: 32px;
  }
}
.widget {
  font-size: 14px;
  --li-pad:5px;
  --c-li-sep:transparent;
}

.widget_nav_menu li {
  border-bottom: 1px solid var(--c-li-sep);
  padding: var(--li-pad, 8px) 0;
}

.widget_nav_menu li:first-child {
  padding-top: 0;
}

.widget-tabbed .block-head {
  padding: 0;
}

.widget-tabbed .tabs-data {
  border-bottom: 0;
}

.widget-tabbed .tabs-data > * {
  display: none;
}

.widget-tabbed .tabs-data > :first-child {
  display: block;
}

.widget-tabbed .tabs-data > .inactive {
  display: none;
}

.widget-about .about-text p:last-child {
  margin-bottom: 0;
}

.widget-about .spc-social {
  margin-top: 30px;
  --c-spc-social:var(--c-contrast);
  --spc-social-fs:16px;
}

.main-content video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.post-share-b {
  --display-init:flex;
  --service-width:140px;
  --service-min-width:100px;
  --service-height:38px;
  --service-sm-width:42px;
  --service-gap:5px;
  --service-b-radius:2px;
  --service-icon-size:17px;
  --flex-grow-xs:1;
  display: flex;
  font-family: var(--ui-font);
  gap: var(--service-gap);
  max-width: 100%;
}

.post-share-b a:hover {
  text-decoration: none;
}

.post-share-b .service {
  display: flex;
  flex: 0 1 auto;
  min-width: var(--service-min-width);
  width: var(--service-width);
  height: var(--service-height);
  border-radius: var(--service-b-radius);
  color: #fff;
  background: var(--c-spcs-icon);
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}

.post-share-b .service:hover {
  filter: brightness(110%);
}

.post-share-b .service i {
  padding: 0;
  font-size: var(--service-icon-size);
}

.post-share-b .service .label {
  margin-left: 11px;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 540px) {
  .post-share-b .service {
    min-width: initial;
    flex-grow: var(--flex-grow-xs);
  }
  .post-share-b .service .label {
    display: none;
  }
}
.post-share-b .show-more {
  display: flex;
  width: 40px;
  height: var(--service-height);
  margin-right: auto;
  min-width: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c-contrast-150);
  border-radius: var(--service-b-radius);
  color: var(--c-contrast-200);
  font-size: 13px;
}

.s-dark .post-share-b .show-more {
  color: var(--c-contrast-500);
}

.post-share-b.all .service {
  display: flex;
}

.post-share-b.all .show-more {
  display: none;
}

.post-content > .review-box {
  margin-top: 2.2em;
  margin-bottom: 2.2em;
}

.review-box {
  background: rgba(var(--c-rgba), 0.05);
  border-left: 3px solid var(--c-separator);
  padding: 10px 23px 0 20px;
}

.review-box > .inner {
  font-size: 0.9em;
  font-size: max(14px, 0.9em);
}

.review-box .heading {
  font-size: 18px;
  font-weight: var(--title-fw-semi);
  border-left: 3px solid var(--c-main);
  margin-left: -23px;
  padding-left: 19px;
  line-height: 2;
  margin-top: 3px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .review-box {
    padding: 10px 15px 0;
  }
  .review-box .heading {
    margin-left: -18px;
  }
}
.review-box .overall {
  background: var(--c-main);
  color: #fff;
  padding: 10px 8px;
  min-width: 130px;
  max-width: 145px;
  flex-shrink: 0;
  text-align: center;
}

@media (max-width: 540px) {
  .post-share-b.all .service {
    min-width: initial;
    width: var(--service-sm-width);
  }
  .post-share-b.all .label {
    display: none;
  }
  .review-box .overall {
    min-width: 100px;
  }
}
.review-box .overall .number {
  display: block;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 540px) {
  .review-box .overall .number {
    font-size: 50px;
  }
}
.review-box .overall .best {
  display: none;
}

.review-box .overall .percent {
  font-size: 25px;
}

.review-box .summary p:last-child {
  margin-bottom: 0;
}

.review-box ul {
  list-style: none;
  margin-left: 0;
  padding: 28px 0;
}

.review-box li {
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.review-box li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.review-box .label {
  font-size: 14px;
}

.review-box ul .rating {
  float: right;
  font-weight: 600;
  margin-left: auto;
  order: 3;
  white-space: nowrap;
}

.review-box .bar, .review-box .rating-bar {
  width: 100%;
  background: var(--c-contrast-0);
  height: 21px;
  order: 5;
}

.review-box .bar {
  background: var(--c-main);
  display: block;
}

.ts-comments-hidden {
  display: none;
}

.ts-comments-show {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
  --btn-height:42px;
  --btn-f-size:13px;
}

.post-slideshow {
  margin-top: 14px;
  background: rgba(var(--c-rgba), 0.025);
  padding: 1.857em 30px;
}

@media (max-width: 540px) {
  .post-slideshow {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.post-slideshow .content-page > p:last-child, .post-slideshow > p:last-child {
  margin-bottom: 7px;
}

.post-slideshow .content-page {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.5s ease-in;
}

.post-slideshow .content-page.hidden {
  opacity: 0;
}

.post-slideshow img.alignnone {
  margin-bottom: 5px;
}

.post-slideshow .post-pagination-large, .post-slideshow .post-pagination-large:first-child {
  margin: 0 -30px;
  padding: 14px 25px;
  margin-top: -1.857em;
  margin-bottom: 1.857em;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

.post-slideshow .post-pagination-large.bottom, .post-slideshow .post-pagination-large:first-child.bottom {
  margin-top: 1.857em;
  margin-bottom: -1.857em;
}

.post-pagination-large {
  overflow: hidden;
  background: rgba(var(--c-rgba), 0.03);
}

.post-pagination-large .info {
  font-size: 12px;
  text-transform: uppercase;
}

.post-pagination-large .info strong {
  padding: 0 2px;
}

.post-pagination-large .next, .post-pagination-large .prev {
  padding: 0 3px;
  font-size: 11px;
  display: inline-block;
}

.post-pagination-large .links {
  float: right;
}

.author .section-head {
  display: none;
}

.block-wrap {
  margin-bottom: var(--block-wrap-mb);
}

.block-wrap.mb-none {
  margin-bottom: 0;
}

.block-content {
  position: relative;
}

.block-content.loading {
  will-change: transform;
  opacity: 0.2;
}

.has-sb-sep {
  --sidebar-c-pad:var(--sidebar-sep-pad, calc(var(--sidebar-pad) + 8px));
}

.main-footer {
  color: var(--c-contrast-600);
  margin-top: var(--footer-mt);
  background: var(--footer-bg);
}

.main-footer:not(.s-dark) {
  color: var(--c-contrast-700);
}

.upper-footer > .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.upper-footer .block-head {
  --space-below:30px;
}

.upper-footer .block-head .heading {
  font-size: 15px;
  letter-spacing: 0.04em;
}

.s-dark .upper-footer .block-head {
  --c-block:var(--c-contrast);
}

@media (min-width: 941px) {
  .upper-footer .widgets {
    margin-bottom: -55px;
  }
}
.upper-footer .widget {
  margin-bottom: 55px;
}

@media (max-width: 940px) {
  .upper-footer > .wrap {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .upper-footer .widget:last-child {
    margin-bottom: 0;
  }
  .bold-footer-lower .links .menu-item {
    font-size: 13px;
    margin-right: 25px;
  }
}
.lower-footer {
  font-size: 13px;
  background: var(--footer-lower-bg);
  --c-links:var(--c-contrast-700);
  color: var(--c-contrast-500);
}

.lower-footer .menu {
  display: flex;
}

@media (min-width: 941px) {
  .bold-footer-upper > .wrap {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.bold-footer-lower {
  --c-links:var(--c-contrast-500);
  color: var(--c-contrast-400);
}

.bold-footer-lower .inner {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bold-footer-lower .spc-social {
  --c-spc-social:var(--c-contrast);
  --spc-social-fs:18px;
  --spc-social-size:42px;
  --spc-social-space:10px;
  margin-bottom: calc(34px - var(--spc-social-space));
}

.bold-footer-lower .links {
  margin-bottom: 20px;
  --c-links:var(--c-foot-menu, var(--c-contrast));
}

.bold-footer-lower .links .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bold-footer-lower .links .menu-item {
  margin-bottom: 11px;
  margin-right: 25px;
  font-family: var(--ui-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .bold-footer-lower .inner {
    padding: 50px 20px;
  }
  .bold-footer-lower .links .menu-item {
    font-size: 12px;
    margin-right: 20px;
  }
}
.bold-footer-lower .links .menu-item:last-child {
  margin-right: 0;
}

.a-wrap {
  --display-init:flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.a-wrap .label {
  width: 100%;
  margin-bottom: 4px;
  color: var(--c-contrast-450);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.a-wrap a > img {
  display: block;
}

.a-wrap > iframe, .a-wrap > ins {
  width: 100%;
  text-align: center;
}

.a-wrap-base {
  margin: 30px auto;
  padding: 0 15px;
}

.a-wrap-bg {
  margin: 0;
  padding: 30px 15px;
  background: var(--c-contrast-50);
}

.a-wrap-2 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.a-wrap-3:not(.a-wrap-bg) {
  margin-bottom: 42px;
}

.a-wrap-3 + .main-footer {
  margin-top: 0;
}

.auth-modal-register {
  display: none;
}

body.elementor-default {
  --e-global-color-smartmag-main:var(--c-main);
  --e-global-color-smartmag:var(--c-main);
}

.has-el-gap {
  --col-gutter:calc(var(--grid-gutter) / 2);
  --grid-gutter-h:var(--col-gutter);
  --width:calc(var(--main-width) + var(--col-gutter) * 2);
  --width-md:calc(var(--max-width-md) + var(--col-gutter) * 2);
  display: flex;
  justify-content: center;
}

.has-el-gap .elementor-container {
  flex: 1 1 auto;
  margin-right: calc(-1 * var(--col-gutter));
  margin-left: calc(-1 * var(--col-gutter));
}

.has-el-gap .elementor-column {
  flex-shrink: 0;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
}

.elementor-section-boxed .ts-contain {
  padding-left: 0;
  padding-right: 0;
}

.elementor-section.elementor-section-boxed {
  display: flex;
  justify-content: center;
}

.elementor-section.elementor-section-boxed.has-el-gap:not(.elementor-inner-section):after, .elementor-section.elementor-section-boxed.has-el-gap:not(.elementor-inner-section):before {
  content: "";
  padding-left: var(--spacer, var(--wrap-padding));
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 940px) {
  .elementor-section.elementor-section-boxed {
    --spacer:25px;
  }
}
@media (max-width: 540px) {
  .elementor-section.elementor-section-boxed {
    --spacer:20px;
  }
}
@media (max-width: 350px) {
  .elementor-section.elementor-section-boxed {
    --spacer:15px;
  }
}
.main .elementor-section.elementor-section-boxed {
  --spacer:0;
}

.elementor-section.elementor-section-boxed > div.elementor-container {
  width: 100%;
  max-width: initial;
}

@media (min-width: 1201px) {
  .elementor-section.elementor-section-boxed > div.elementor-container {
    max-width: var(--width, var(--main-width));
    flex-grow: 0;
  }
}
.main-content .elementor-section {
  --spacer:0;
}

.elementor-section.s-dark {
  color: var(--body-color, var(--c-contrast-700));
}

.ts-contain .elementor-section-boxed > div.elementor-container {
  width: 100%;
  padding: 0;
  flex-grow: 1;
}

.elementor-top-section {
  margin-bottom: var(--section-mb);
}

.ts-sticky-native:not(.elementor-column), .ts-sticky-native > .elementor-widget-wrap {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: var(--ts-sticky-top, 40px);
  transition: top 0.2s ease-in;
}

.elementor-widget-text-editor :where(p:last-child) {
  --post-content-gaps:0;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 939px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
:root {
  --c-main:#d50102;
  --c-main-rgb:213,1,2;
  --text-font:"Poppins",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --body-font:"Poppins",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}

.smart-head-main {
  --c-shadow:rgba(0, 0, 0, .05);
}

.smart-head-main .smart-head-top {
  --head-h:40px;
  background: linear-gradient(90deg, #d50102 0, #000 100%);
}

.smart-head-main .smart-head-mid {
  --head-h:140px;
}

.smart-head-main .smart-head-mid > .inner {
  padding-top: 20px;
}

.smart-head-main .smart-head-bot {
  --head-h:52px;
  border-top-width: 0;
  border-bottom-width: 0;
}

.navigation {
  font-family: var(--body-font);
}

.navigation-main .menu > li > a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.navigation-main .menu > li li a {
  font-size: 13px;
  line-height: 0.8;
}

.navigation-main {
  --nav-items-space:8px;
  margin-left: calc(-1 * var(--nav-items-space));
}

.s-light .navigation-main {
  --c-nav:#333333;
  --c-nav-hov:#d50102;
}

.s-light .navigation {
  --c-nav-drop-bg:#000000;
  --c-nav-drop:#ffffff;
  --c-nav-drop-hov:#d50102;
}

.smart-head-mobile .smart-head-top {
  background-color: #f5f5f5;
}

.navigation-small {
  font-family: var(--body-font);
}

.navigation-small .menu > li > a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.09em;
}

.navigation-small {
  margin-left: calc(-1 * var(--nav-items-space));
}

.s-dark .navigation-small {
  --c-nav:rgba(255, 255, 255, .92);
}

.s-light .navigation-small {
  --c-nav-hov:#000000;
}

.s-light .navigation-scroll {
  --c-nav:#d50102;
}

.s-dark .smart-head-main .spc-social, .smart-head-main .s-dark .spc-social {
  --c-spc-social:#ffffff;
}

.smart-head-main {
  --c-hamburger:var(--c-main);
}

.smart-head-main .offcanvas-toggle {
  transform: scale(0.75);
}

.upper-footer > .wrap {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lower-footer {
  color: #fff;
}

@media (min-width: 941px) and (max-width: 1200px) {
  .navigation-main .menu > li > a {
    font-size: 12.1px;
  }
  .navigation-small .menu > li > a {
    font-size: 13.5px;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .smart-head-mobile .smart-head-mid > .inner {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile {
    display: none;
  }
  .mobile-menu {
    font-size: 15px;
  }
  .a-wrap-2:not(._) {
    margin-bottom: -20px;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000 !important;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-removing .mfp-arrow {
  display: none;
}

.mfp-fade .mfp-arrow, .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #fff;
  opacity: 0.65;
  margin: 0 auto;
  animation: 1.2s ease-in-out infinite rotateplane;
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@font-face {
  font-family: ts-icons;
  src: url("../fonts/ts-icons.woff2") format("woff2"), url("../fonts/ts-icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tsi {
  display: inline-block;
  font: 14px/1 ts-icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tsi-spin {
  -webkit-animation: 2s linear infinite tsi-spin;
  animation: 2s linear infinite tsi-spin;
}

@-webkit-keyframes tsi-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes tsi-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.tsi-twitter:before {
  content: "\e90a";
}

.tsi-telegram:before {
  content: "\e903";
}

.tsi-tiktok:before {
  content: "\e904";
}

.tsi-moon:before {
  content: "\e902";
}

.tsi-bright:before {
  content: "\e901";
}

.tsi-search:before {
  content: "\f002";
}

.tsi-close:before {
  content: "\f00d";
}

.tsi-times:before {
  content: "\f00d";
}

.tsi-chevron-down:before {
  content: "\f078";
}

.tsi-facebook:before {
  content: "\f09a";
}

.tsi-linkedin:before {
  content: "\f0e1";
}

.tsi-comment-o:before {
  content: "\f0e5";
}

.tsi-angle-left:before {
  content: "\f104";
}

.tsi-angle-right:before {
  content: "\f105";
}

.tsi-youtube-play:before {
  content: "\f16a";
}

.tsi-instagram:before {
  content: "\f16d";
}

.tsi-soundcloud:before {
  content: "\f1be";
}

.tsi-pinterest-p:before {
  content: "\f231";
}

.tsi-whatsapp:before {
  content: "\f232";
}

:root {
  --brand:#e72208;
  --brand-weak:#eef6ff;
  --ink:#0f172a;
  --muted:#667085;
  --card:#ffffff;
  --line:#eaeef2;
  --soft:#fafafb;
  --radius:14px;
  --shadow:0 6px 18px rgba(16, 24, 40, .06);
  --shadow-sm:0 3px 8px rgba(16, 24, 40, .05);
}

.se-faqs {
  width: 100%;
  max-width: none;
  margin: 18px 0 28px;
}

.se-faqs h2 {
  font-size: 1.35rem;
  margin: 0 0 0.8rem;
  color: #0f172a;
}

.se-faq {
  background: #fff;
  border: 1px solid #eaeef2;
  border-radius: 14px;
  padding: 0.65rem 0.9rem;
  margin: 0.6rem 0;
  box-shadow: 0 3px 8px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}

.se-faq-q {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  outline: 0;
}

.se-faq-q::after {
  content: "+";
  margin-left: auto;
  font-weight: 800;
  color: #e72208;
}

.se-faq[open] .se-faq-q::after {
  content: "–";
}

.se-faq-a {
  padding: 0.55rem 0 0.2rem;
}

.se-faq-text {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .se-faqs h2 {
    font-size: 1.25rem;
  }
}
#faqs, #fixtures-results, #history {
  scroll-margin-top: 80px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --card:#0b1220;
    --ink:#e5e7eb;
    --muted:#9ca3af;
    --line:rgba(255, 255, 255, .10);
    --brand-weak:rgba(37, 99, 235, .15);
  }
}
@media (max-width: 560px) {
  .elementor .elementor-widget-text-editor:has(.se-squad), .elementor .elementor-widget:has(.se-squad) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .elementor .elementor-widget-text-editor:has(.se-squad) .elementor-widget-container, .elementor .elementor-widget:has(.se-squad) .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.category-menu-wrap {
  background: 0 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  clear: both;
}

.category-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: var(--head-inner-pad, 20px);
  padding-right: var(--head-inner-pad, 20px);
  box-sizing: border-box;
  background: #f5f5f5;
}

.category-menu {
  width: 100%;
}

.category-menu-list {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 0;
}

.category-menu-list > li {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

.category-menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  min-height: 44px;
  padding: 10px 12px !important;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0 !important;
  color: #222;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
  background: 0 0;
}

.category-menu-list > li + li > a {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.category-menu-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html.s-dark .smart-head-bot, html.s-dark .smart-head-bot .smart-head-row, html.s-dark .smart-head-bot.is-light, html.s-dark .smart-head-bot > .inner, html.s-dark .smart-head-row.smart-head-bot, html.site-s-dark .smart-head-bot, html.site-s-dark .smart-head-bot .smart-head-row, html.site-s-dark .smart-head-bot.is-light, html.site-s-dark .smart-head-bot > .inner, html.site-s-dark .smart-head-row.smart-head-bot {
  --c-bg:#000!important;
  background-color: #000 !important;
  background-image: none !important;
}

.category-menu-list > li.current-menu-item > a, .category-menu-list > li > a:hover {
  background: #d50102;
  color: #fff;
}

html.s-dark .category-menu-inner, html.site-s-dark .category-menu-inner {
  background: #0b1018 !important;
  border-top-color: rgba(255, 255, 255, 0.1) !important;
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

html.s-dark .category-menu-list > li > a, html.site-s-dark .category-menu-list > li > a {
  color: #e5e7eb;
}

html.s-dark .category-menu-list > li + li > a, html.site-s-dark .category-menu-list > li + li > a {
  border-left-color: rgba(255, 255, 255, 0.12);
}

.category-menu-list img.menu-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.category-menu-list .menu-icon::after, .category-menu-list .menu-icon::before {
  content: none !important;
}

#menu-item-470782 > a {
  background: #d50102 !important;
  color: #fff !important;
}

#menu-item-470782 > a:focus, #menu-item-470782 > a:hover {
  background: #d50102 !important;
  color: #fff !important;
}

.category-menu-list .menu-icon-live {
  width: 10px !important;
  height: 10px !important;
  display: inline-block !important;
  position: relative !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  overflow: hidden !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.category-menu-list .menu-icon-live::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background: #22c55e !important;
  animation: 1.1s ease-in-out infinite csLiveBlink !important;
}

#menu-item-470782 > a::before {
  content: none !important;
  animation: none !important;
}

#menu-item-470782 .menu-icon-live img, #menu-item-470782 .menu-icon-live svg {
  display: none !important;
}

@keyframes csLiveBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(0.6);
  }
}
.category-menu-wrap, .category-menu-wrap * {
  font-family: inherit !important;
}

.category-menu-inner {
  background: #f5f5f5 !important;
  border-top: 1px solid #ececec !important;
  border-bottom: 1px solid #e0e0e0 !important;
  box-sizing: border-box !important;
}

.smart-head, .smart-head .inner, .smart-head-a, .smart-head-main, .smart-head-row {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.category-menu-wrap {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: 0 0 !important;
}

.category-menu-inner {
  background: #f5f5f5 !important;
  border-top: 1px solid #ececec !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

@media (max-width: 767px) {
  .category-menu-wrap {
    display: none !important;
  }
}
#menu-item-470782 > a, #menu-item-470782 > a:visited, .category-menu-list > li.menu-item-470782 > a, .category-menu-list > li.menu-item-470782 > a:visited {
  background: #d50102 !important;
  color: #fff !important;
}

#menu-item-470782 > a:focus, #menu-item-470782 > a:hover, .category-menu-list > li.menu-item-470782 > a:focus, .category-menu-list > li.menu-item-470782 > a:hover {
  background: #d50102 !important;
  color: #fff !important;
}

.category-menu-list > li {
  overflow: hidden;
}

.category-menu-list > li > a {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #menu-hubs-menu > li.menu-item-473612, .category-menu-list > li.menu-item-473612 {
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  #menu-hubs-menu > li.menu-item-473612 > a, .category-menu-list > li.menu-item-473612 > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 154px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 14px !important;
    margin: 0 2px !important;
    border-radius: 7px !important;
    border: 1px solid rgba(255, 184, 0, 0.75) !important;
    background: linear-gradient(135deg, #8b0000 0, #d50102 58%, #f4b000 100%) !important;
    box-shadow: 0 2px 8px rgba(213, 1, 2, 0.28) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transform: translateY(3px) !important;
  }
  #menu-hubs-menu > li.menu-item-473612 > a:focus, #menu-hubs-menu > li.menu-item-473612 > a:hover, .category-menu-list > li.menu-item-473612 > a:focus, .category-menu-list > li.menu-item-473612 > a:hover {
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(213, 1, 2, 0.36) !important;
  }
  #menu-hubs-menu > li.menu-item-473612 .menu-icon, #menu-hubs-menu > li.menu-item-473612 .menu-icon-worldcup, #menu-hubs-menu > li.menu-item-473612 > a::after, #menu-hubs-menu > li.menu-item-473612 > a::before, .category-menu-list > li.menu-item-473612 .menu-icon, .category-menu-list > li.menu-item-473612 .menu-icon-worldcup, .category-menu-list > li.menu-item-473612 > a::after, .category-menu-list > li.menu-item-473612 > a::before {
    display: none !important;
    content: none !important;
  }
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
ul.decent-comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.decent-comments-list .comment-entry {
  margin: 0 0 16px;
}

.decent-comments-list .comment-entry .comment-content {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: auto;
  justify-content: stretch;
  gap: 0;
  padding-bottom: 16px;
}

.decent-comments-list .comment-entry .comment-content > div {
  padding: 4px;
}

.decent-comments-list .comment-entry .comment-content .comment-avatar {
  grid-column: 1/1;
  grid-row: 1/span 1;
  align-content: center;
}

.decent-comments-list .comment-entry .comment-content .comment-author {
  grid-column: 2/2;
  grid-row: 1/span 1;
  align-content: center;
}

.decent-comments-list .comment-entry .comment-content .comment-date {
  grid-column: 2/2;
  grid-row: 2/span 1;
  align-content: center;
}

.decent-comments-list .comment-entry .comment-content .comment-link {
  grid-column: 2/2;
  grid-row: 3/span 1;
  align-content: center;
}

.decent-comments-list .comment-entry .comment-content .comment-excerpt {
  grid-column: 2/2;
  grid-row: 4/span 1;
  align-content: start;
  border-radius: 0 12px 12px 12px;
  padding: 8px;
  background-color: #f2f2f2;
}

.decent-comments-list .comment-entry .comment-content .comment-avatar img {
  vertical-align: middle;
}

.decent-comments-list.flex .comment-entry .comment-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 8px;
  justify-content: flex-start;
}

.decent-comments-list.flex .comment-entry .comment-content > div {
  align-content: center;
}

.decent-comments-list.flex .comment-entry .comment-content .comment-excerpt {
  flex-basis: 100%;
}

.decent-comments-list.flex .comment-entry .comment-content .comment-avatar img {
  vertical-align: middle;
}

._02e2af5803bf5bda__grid-container {
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  outline: 0;
}

.c421f8ed08c23077__grid-row {
  box-sizing: border-box;
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: repeat(3, 1fr);
}

._3af769f755097fdb__cell {
  align-items: center;
  appearance: none;
  border: none;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
}

._37ef12d4fb6d6131__point {
  aspect-ratio: 1;
  border: 3px solid;
  box-sizing: border-box;
  color: var(--wp-components-color-gray-400, #ccc);
  contain: strict;
  display: block;
  margin: auto;
  width: 6px;
}

._3af769f755097fdb__cell[data-active-item] ._37ef12d4fb6d6131__point {
  color: var(--wp-components-color-foreground, #1e1e1e);
  transform: scale(1.6666666667);
}

._3af769f755097fdb__cell:not([data-active-item]):hover ._37ef12d4fb6d6131__point {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

._3af769f755097fdb__cell[data-focus-visible] ._37ef12d4fb6d6131__point {
  outline: 1px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline-offset: 1px;
}

@media not (prefers-reduced-motion) {
  ._37ef12d4fb6d6131__point {
    transition-duration: 0.12s;
    transition-property: color, transform;
    transition-timing-function: linear;
  }
}
._8f57b8d483c51fbe__circle-root {
  border: 1px solid var(--wp-components-color-gray-600, #949494);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: grab;
  height: 32px;
  overflow: hidden;
  width: 32px;
}

._8f57b8d483c51fbe__circle-root:active {
  cursor: grabbing;
}

.b1bae984ac10fcc3__circle-indicator-wrapper {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  width: 100%;
}

.b1bae984ac10fcc3__circle-indicator-wrapper:focus-visible {
  outline: 0;
}

._6d2fe0a2cbb31bf0__circle-indicator {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 4px;
  transform: translateX(-50%);
  width: 6px;
}

.components-notices__dismissible, .components-notices__pinned {
  color: #1e1e1e;
}

.components-notices__dismissible .components-notice, .components-notices__pinned .components-notice {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  min-height: 64px;
  padding: 0 12px;
}

.components-notices__dismissible .components-notice .components-notice__dismiss, .components-notices__pinned .components-notice .components-notice__dismiss {
  margin-top: 12px;
}

.dba930ea7a9438fd__root {
  display: contents;
}

.block-editor-block-visibility-modal {
  z-index: 1000001;
}

.block-editor-block-visibility-modal__options {
  border: 0;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.block-editor-block-visibility-modal__options-item {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 16px;
}

.block-editor-block-visibility-modal__options-item:last-child {
  margin: 0;
}

.block-editor-block-visibility-modal__options-item--everywhere {
  align-items: start;
  flex-direction: column;
}

.block-editor-block-visibility-modal__options-checkbox--everywhere {
  font-weight: 600;
}

.block-editor-block-visibility-modal__options-icon--checked {
  fill: #ddd;
}

.block-editor-block-visibility-modal__sub-options {
  padding-inline-start: 12px;
  width: 100%;
}

.block-editor-block-visibility-modal__description {
  color: #757575;
  font-size: 12px;
}

.block-editor-block-visibility-info {
  align-items: center;
  display: flex;
  justify-content: start;
  margin: 0 16px 16px;
  padding-bottom: 4px;
  padding-top: 4px;
}

@layer wp-ui-utilities, wp-ui-components, wp-ui-compositions, wp-ui-overrides;
@layer wp-ui-utilities, wp-ui-components, wp-ui-compositions, wp-ui-overrides;
@layer wp-ui-components {
  ._96e6251aad1a6136__badge {
    border-radius: var(--wpds-border-radius-lg, 8px);
    font-family: var(--wpds-font-family-body, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
    font-size: var(--wpds-font-size-sm, 12px);
    font-weight: var(--wpds-font-weight-regular, 400);
    line-height: var(--wpds-font-line-height-xs, 16px);
    padding-block: var(--wpds-dimension-padding-xs, 4px);
    padding-inline: var(--wpds-dimension-padding-sm, 8px);
  }
  ._99f7158cb520f750__is-high-intent {
    background-color: var(--wpds-color-bg-surface-error, #f6e6e3);
    color: var(--wpds-color-fg-content-error, #470000);
  }
  .c20ebef2365bc8b7__is-medium-intent {
    background-color: var(--wpds-color-bg-surface-warning, #fde6bd);
    color: var(--wpds-color-fg-content-warning, #2e1900);
  }
  ._365e1626c6202e52__is-low-intent {
    background-color: var(--wpds-color-bg-surface-caution, #fee994);
    color: var(--wpds-color-fg-content-caution, #281d00);
  }
  ._33f8198127ddf4ef__is-stable-intent {
    background-color: var(--wpds-color-bg-surface-success, #c5f7cc);
    color: var(--wpds-color-fg-content-success, #002900);
  }
  ._04c1aca8fc449412__is-informational-intent {
    background-color: var(--wpds-color-bg-surface-info, #deebfa);
    color: var(--wpds-color-fg-content-info, #001b4f);
  }
  ._90726e69d495ec19__is-draft-intent {
    background-color: var(--wpds-color-bg-surface-neutral-weak, #f0f0f0);
    color: var(--wpds-color-fg-content-neutral, #1e1e1e);
  }
  ._898f4a544993bd39__is-none-intent {
    background-color: var(--wpds-color-bg-surface-neutral, #f8f8f8);
    color: var(--wpds-color-fg-content-neutral-weak, #6d6d6d);
  }
  ._19ce0419607e1896__stack {
    display: flex;
  }
}
.cs-npfl-ticker-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
}

.cs-npfl-ticker-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #00ae50 0, #008f42 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 174, 80, 0.25);
  white-space: nowrap;
  flex-shrink: 0;
}

.cs-npfl-ticker-label__icon {
  font-size: 16px;
}

.cs-npfl-ticker {
  position: relative;
  overflow: hidden;
  width: 100%;
  flex: 1 1 auto;
  background: linear-gradient(90deg, #e9f9ef 0, #fff 40%, #e9f9ef 100%);
  border-radius: 999px;
  border: 1px solid #00ae50;
  padding: 5px 0;
  box-shadow: 0 8px 18px rgba(0, 174, 80, 0.1);
}

.cs-npfl-ticker::after, .cs-npfl-ticker::before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.cs-npfl-ticker::before {
  left: 0;
  background: linear-gradient(90deg, #e9f9ef 0, transparent 100%);
}

.cs-npfl-ticker::after {
  right: 0;
  background: linear-gradient(270deg, #e9f9ef 0, transparent 100%);
}

.cs-npfl-ticker__track {
  display: inline-flex;
  white-space: nowrap;
  animation: 120s linear infinite cs-npfl-ticker-slide;
}

.cs-npfl-ticker:hover .cs-npfl-ticker__track {
  animation-play-state: paused;
}

.cs-npfl-ticker__item {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  font-size: 13px;
  line-height: 1.4;
  color: #111827;
  text-decoration: none;
  border-right: 1px solid #d1f5de;
  transition: all 0.2s ease;
}

.cs-npfl-ticker__item:last-child {
  border-right: none;
}

.cs-npfl-ticker__item:hover {
  background: rgba(0, 174, 80, 0.05);
}

.cs-npfl-ticker__item:hover .cs-npfl-ticker__text {
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #00ae50;
  text-decoration: underline;
}

.cs-npfl-ticker__item:hover .cs-npfl-ticker__dot {
  transform: scale(1.3);
}

.cs-npfl-ticker__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #00ae50;
  margin-right: 8px;
  transition: transform 0.2s ease;
}

.cs-npfl-ticker__text {
  white-space: nowrap;
}

@keyframes cs-npfl-ticker-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .cs-npfl-ticker__item {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cs-npfl-ticker-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .cs-npfl-ticker-label {
    font-size: 13px;
    padding: 6px 14px;
  }
  .cs-npfl-ticker-label__icon {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cs-npfl-ticker-label {
    font-size: 12px;
    padding: 5px 12px;
  }
  .cs-npfl-ticker-label__icon {
    font-size: 13px;
  }
}
:root {
  --bundesliga-primary:#C8102E;
}

:root {
  --laliga-primary:#FF4B44;
}

:root {
  --ligue1-primary:#085FFF;
  --ligue1-accent:#085FFF;
}

.cs-authorcard {
  margin: 26px 0 30px;
  padding: 22px;
  border-radius: 18px;
  background: #f6f8f6;
}

.cs-authorcard__kicker {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d50102;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cs-authorcard__kickerArrow {
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
  color: #d50102;
}

.cs-authorcard__row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.cs-authorcard__avatar img {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  display: block;
}

.cs-authorcard__name {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 10px;
  color: #0f172a;
}

.cs-authorcard__name a {
  color: #0f172a !important;
  text-decoration: none !important;
}

.cs-authorcard__name a:hover {
  color: #d50102 !important;
}

.cs-authorcard__bio {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  margin: 0 0 14px;
  max-width: 980px;
}

.cs-authorcard__bio p {
  margin: 0 0 10px;
}

.cs-authorcard__bio p:last-child {
  margin-bottom: 0;
}

.cs-authorcard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  align-items: center;
  margin-top: 8px;
}

.cs-authorcard__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: #0f172a !important;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}

.cs-authorcard__action:hover {
  color: #d50102 !important;
}

.cs-authorcard__icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.cs-authorcard__icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  display: block;
}

@media (max-width: 767px) {
  .cs-authorcard {
    padding: 18px 16px;
    border-radius: 16px;
  }
  .cs-authorcard__row {
    gap: 14px;
  }
  .cs-authorcard__avatar img {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
  .cs-authorcard__name {
    font-size: 22px;
  }
  .cs-authorcard__actions {
    gap: 14px 16px;
  }
  .cs-authorcard {
    padding: 16px 14px;
    border-radius: 16px;
  }
  .cs-authorcard__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .cs-authorcard__avatar img {
    width: 84px !important;
    height: 84px !important;
    border-radius: 16px !important;
    object-fit: cover;
  }
  .cs-authorcard__name {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .cs-authorcard__bio {
    font-size: 15px;
  }
  .cs-authorcard__actions {
    gap: 12px 14px;
  }
  .cs-authorcard__action {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .cs-authorcard__icon {
    width: 30px;
    height: 30px;
  }
  .cs-authorcard__icon svg {
    width: 15px;
    height: 15px;
  }
}
html.s-dark .cs-authorcard, html.site-s-dark .cs-authorcard {
  background: #0b1018;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

html.s-dark .cs-authorcard__name, html.s-dark .cs-authorcard__name a, html.site-s-dark .cs-authorcard__name, html.site-s-dark .cs-authorcard__name a {
  color: #e5e7eb !important;
}

html.s-dark .cs-authorcard__bio, html.site-s-dark .cs-authorcard__bio {
  color: rgba(229, 231, 235, 0.78);
}

html.s-dark .cs-authorcard__action, html.site-s-dark .cs-authorcard__action {
  color: #e5e7eb !important;
}

html.s-dark .cs-authorcard__action:hover, html.s-dark .cs-authorcard__name a:hover, html.site-s-dark .cs-authorcard__action:hover, html.site-s-dark .cs-authorcard__name a:hover {
  color: #fca5a5 !important;
}

.seriea-fr .csh-tipster-block {
  --csh-tipster-brand:#0057B8;
  --csh-tipster-brand-soft:#E6F0FF;
  --csh-tipster-brand-ink:#0B3F82;
  --csh-tipster-border:#C9E0FF;
}

.seriea-fr .csh-tipster-eyebrow, .seriea-fr .csh-tipster-link {
  color: #0057b8 !important;
}

.seriea-fr .csh-tipster-toggle-more:hover {
  color: #0057b8 !important;
}

:root {
  --seriea-primary:#0B4DB8;
}

:root {
  --seriea-primary:#0057B8;
}

.npfl-table-title {
  display: block;
  margin: 5px 6px 16px 5px;
  padding: 0;
  color: #126035;
  font-size: 1.4rem !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-bottom: 8px;
}

.npfl-table-wrap {
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
  padding: 14px 18px 12px;
  width: 100%;
  overflow-x: auto;
}

.npfl-table-wrap > h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
}

.npfl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.npfl-table thead th {
  text-align: left;
  background: #f9fafb;
  padding: 6px 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}

.npfl-table tbody td {
  padding: 6px 8px;
  border-top: 1px solid #e5e7eb;
  vertical-align: middle;
  font-size: 0.85rem;
}

.npfl-table tbody tr:nth-child(2n) {
  background: #fcfcfd;
}

.npfl-table tbody td:first-child {
  border-left: 3px solid #2563eb !important;
  padding-left: 10px;
}

.npfl-table tbody td:nth-child(n+3), .npfl-table thead th:nth-child(n+3) {
  text-align: center;
}

.npfl-table td, .npfl-table th {
  border-left: none !important;
  border-right: none !important;
}

.npfl-table tbody td:first-child {
  border-left: 3px solid #2563eb !important;
}

.npfl-table tbody tr.npfl-zone-green td:first-child {
  border-left-color: #168bff !important;
}

.npfl-table tbody tr.npfl-zone-orange td:first-child {
  border-left-color: #d97706 !important;
}

.npfl-table tbody tr.npfl-zone-red td:first-child {
  border-left-color: #ef4444 !important;
}

.npfl-table thead th:nth-child(2) {
  text-align: left;
}

.npfl-table tbody td:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  padding-right: 16px;
  white-space: normal;
}

.npfl-table tbody td:nth-child(2) .npfl-team-name {
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  display: block;
  white-space: normal;
  font-size: 13px;
  font-weight: 600;
}

.npfl-table .npfl-team-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.npfl-row-hidden {
  display: none;
}

.npfl-table-more {
  display: block;
  margin: 10px auto 4px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #d50102;
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.npfl-table-more:hover {
  background: #10ad13;
}

.npfl-table-more:focus {
  outline: #d50102 solid 2px;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .npfl-table-wrap {
    border-radius: 16px;
    padding: 12px;
    margin-top: 16px;
  }
  .npfl-table {
    font-size: 0.8rem;
  }
  .npfl-table thead th {
    padding: 8px 6px;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
  }
  .npfl-table tbody td {
    padding: 10px 6px;
    font-size: 0.8rem;
  }
  .npfl-table tbody td:first-child {
    padding-left: 8px;
    border-left: 2px solid #2563eb !important;
  }
  .npfl-table tbody td:nth-child(2) {
    padding-right: 8px;
    gap: 6px;
  }
  .npfl-team-logo {
    width: 16px;
    height: 16px;
  }
  .npfl-team-name {
    font-size: 0.8rem;
  }
  .npfl-table-more {
    padding: 8px 16px;
    font-size: 0.8rem;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .npfl-table-wrap {
    border-radius: 12px;
    padding: 10px;
  }
  .npfl-table {
    font-size: 0.75rem;
  }
  .npfl-table thead th {
    padding: 6px 4px;
    font-size: 0.65rem;
  }
  .npfl-table tbody td {
    padding: 8px 4px;
    font-size: 0.75rem;
  }
  .npfl-table tbody td:first-child {
    padding-left: 6px;
    border-left: 2px solid #2563eb !important;
  }
  .npfl-table tbody td:nth-child(2) {
    padding-right: 6px;
    gap: 4px;
  }
  .npfl-team-logo {
    width: 14px;
    height: 14px;
  }
  .npfl-team-name {
    font-size: 0.75rem;
  }
  .npfl-table-more {
    padding: 6px 14px;
    font-size: 0.75rem;
  }
}
.npfl-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.npfl-table {
  width: 100%;
}

@media (max-width: 768px) {
  .npfl-table-wrap {
    padding: 12px 12px 10px;
  }
  .npfl-table {
    width: max-content !important;
    min-width: 760px !important;
    border-collapse: collapse;
  }
  .npfl-table thead th {
    white-space: nowrap !important;
  }
  .npfl-table tbody td {
    white-space: nowrap !important;
  }
  .npfl-table tbody td:nth-child(2) {
    white-space: nowrap !important;
  }
}
@media (max-width: 480px) {
  .npfl-table {
    min-width: 720px !important;
  }
  .npfl-table {
    min-width: 0 !important;
  }
}
@media (max-width: 768px) {
  .npfl-table-wrap {
    overflow-x: visible !important;
  }
  .npfl-table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
    font-size: 13px;
  }
  .npfl-table td:nth-child(4), .npfl-table td:nth-child(5), .npfl-table td:nth-child(6), .npfl-table td:nth-child(7), .npfl-table td:nth-child(8), .npfl-table th:nth-child(4), .npfl-table th:nth-child(5), .npfl-table th:nth-child(6), .npfl-table th:nth-child(7), .npfl-table th:nth-child(8) {
    display: none;
  }
  .npfl-table td, .npfl-table th {
    padding: 9px 8px !important;
    white-space: nowrap !important;
  }
  .npfl-table td:first-child, .npfl-table th:first-child {
    width: 34px !important;
  }
  .npfl-table td:nth-child(2), .npfl-table th:nth-child(2) {
    display: table-cell !important;
    width: auto !important;
    overflow: hidden;
  }
  .npfl-table td:nth-child(3), .npfl-table th:nth-child(3) {
    width: 38px !important;
    text-align: center;
  }
  .npfl-table td:nth-child(9), .npfl-table th:nth-child(9) {
    width: 52px !important;
    text-align: center;
  }
  .npfl-table td:nth-child(10), .npfl-table th:nth-child(10) {
    width: 48px !important;
    text-align: center;
    font-weight: 800;
  }
  .npfl-table tbody td:nth-child(2) .npfl-team-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .npfl-table .npfl-team-logo {
    width: 18px;
    height: 18px;
  }
}
html.s-dark .npfl-table-wrap, html.site-s-dark .npfl-table-wrap {
  background: #0b1018 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
}

html.s-dark .npfl-table-title, html.site-s-dark .npfl-table-title {
  color: #34d27a !important;
}

html.s-dark .npfl-table, html.site-s-dark .npfl-table {
  background: #0b1018 !important;
  color: #e5e7eb !important;
}

html.s-dark .npfl-table thead th, html.site-s-dark .npfl-table thead th {
  background: #11161f !important;
  color: #cbd2dc !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

html.s-dark .npfl-table tbody td, html.site-s-dark .npfl-table tbody td {
  color: #e5e7eb !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

html.s-dark .npfl-table tbody tr, html.site-s-dark .npfl-table tbody tr {
  background: #0b1018 !important;
}

html.s-dark .npfl-table tbody tr:nth-child(2n), html.site-s-dark .npfl-table tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.03) !important;
}

html.s-dark .npfl-table tbody tr:hover, html.site-s-dark .npfl-table tbody tr:hover {
  background: rgba(0, 174, 80, 0.12) !important;
}

html.s-dark .npfl-table tbody td:nth-child(2) .npfl-team-name, html.site-s-dark .npfl-table tbody td:nth-child(2) .npfl-team-name {
  color: #e5e7eb !important;
}

img#wpstats {
  display: none;
}

.spc-social .s-google-discover, .spc-social .s-google-news {
  color: #fff !important;
}

.spc-social .s-google-discover > i, .spc-social .s-google-discover > img, .spc-social .s-google-news > i, .spc-social .s-google-news > img {
  display: none !important;
}

.spc-social .s-google-discover .icon-svg, .spc-social .s-google-news .icon-svg {
  width: 1em;
  height: 1em;
  display: block !important;
  color: #fff !important;
  fill: currentColor !important;
}

.spc-social .s-google-discover .icon-svg path, .spc-social .s-google-news .icon-svg path {
  fill: currentColor !important;
}

.wc-legend-btn, .wc-legend-btn:active, .wc-legend-btn:focus, .wc-legend-btn:focus-visible, .wc-legend-btn:hover {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  border: 1px solid transparent !important;
  background: 0 0 !important;
  color: #111827 !important;
  box-shadow: none !important;
  outline: 0 !important;
  text-shadow: none !important;
  transition: background 0.12s, border-color 0.12s;
}

.wc-legend-btn:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.wc-legend-btn[aria-pressed=true] {
  font-weight: 700;
}

.wc-legend-btn[data-wc-filter=next][aria-pressed=true], .wc-legend-btn[data-wc-filter=next][aria-pressed=true]:focus, .wc-legend-btn[data-wc-filter=next][aria-pressed=true]:hover {
  background: rgba(34, 197, 94, 0.15) !important;
  border-color: rgba(34, 197, 94, 0.5) !important;
  color: #15803d !important;
}

html.s-dark .wc-legend-btn:hover, html.site-s-dark .wc-legend-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}

html.s-dark .wc-legend-btn[aria-pressed=true], html.site-s-dark .wc-legend-btn[aria-pressed=true] {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(139, 21, 56, 0.5);
  box-shadow: none;
}

body {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  body {
    padding-left: 120px;
    padding-right: 120px;
  }
  .csh-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .csh-item {
    min-width: 205px !important;
  }
}
.wp-caption-text {
  margin: 0;
  text-align: center;
  background-color: #f9f9f9 !important;
  border: 1px solid #e0e0e0;
  padding: 10px;
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-size: 0.95rem;
  color: #555;
  margin-top: 8px;
  line-height: 1.4;
  background-color: #f1f1f1;
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: 0;
}

@media (max-width: 940px) {
  .elementor-section.elementor-section-boxed > div.elementor-container {
    max-width: var(--width-md, var(--max-width-md));
  }
  .column, [class*=" col-"], [class^=col-] {
    width: 100%;
    margin-bottom: 86px;
  }
}
.meta-item.post-author {
  display: none;
}

.decent-comments-list .comment-entry .comment-content .comment-excerpt {
  background-color: unset !important;
}

.decent-comments {
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  background-color: #f9f9f9;
  padding-left: 10px;
  border-radius: 5px;
  margin-top: -20px;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  margin-bottom: 2px;
}

.decent-comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.decent-comments .comment-excerpt {
  width: auto !important;
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
}

.decent-comments li {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  font-size: 14px;
}

.decent-comments li:last-child {
  border-bottom: none;
}

.decent-comments .comment-author {
  font-weight: 700;
  color: #222;
  font-size: 14px;
}

.decent-comments .comment-link span:hover, .decent-comments .comment-link:hover {
  text-decoration: underline;
  color: #8b0000;
}

.decent-comments li:hover {
  background-color: #f0f0f0;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transform: scale(1.02);
}

.decent-comments a {
  color: #d50102 !important;
}

.s-dark .decent-comments {
  background-color: #1e1e1e;
  color: #f5f5f5;
}

.s-dark .decent-comments li {
  border-bottom: 1px solid #444;
}

.s-dark .decent-comments li:hover {
  background-color: #2c2c2c;
}

.s-dark .decent-comments .comment-author {
  color: #fc0;
}

.s-dark .decent-comments a {
  color: #f66 !important;
}

#menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  border-bottom: 2px solid #ddd;
}

#menu-footer-menu > li {
  position: relative;
  margin: 0 8px;
  padding: 0;
}

#menu-footer-menu > li > a {
  text-decoration: none;
  color: #d50102 !important;
  font-size: 14px;
  font-family: Poppins !important;
  padding: 10px 5px;
  display: block;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-weight: 700;
}

#menu-footer-menu > li > a:hover {
  color: #0073e6;
  background-color: #f0f0f0;
  border-radius: 5px;
}

#menu-footer-menu li:first-child a {
  margin: 0;
  padding: 10px 5px;
  color: inherit;
  background: 0 0;
  border: none;
}

#menu-footer-menu li.current-menu-item a, #menu-footer-menu li.current_page_item a {
  color: #d50102;
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 10px 15px;
}

#menu-footer-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
}

#menu-footer-menu ul a {
  color: #fff;
  padding: 3px 10px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

#menu-footer-menu li:hover > ul {
  display: block;
}

@media (max-width: 768px) {
  .off-canvas-head {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .off-canvas-content {
    padding-top: 1px !important;
  }
  img.awards {
    max-width: 160px !important;
    margin: 0 auto;
    display: block;
  }
  .csh-item {
    min-width: 180px !important;
  }
  .menu-footer-links-2-container a {
    color: #fff !important;
  }
}
.s-dark #menu-footer-menu > li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

.s-dark #menu-footer-menu > li > a {
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 5px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.s-dark #menu-footer-menu > li > a:hover {
  background-color: #000;
  color: #d50102 !important;
  border-radius: 3px;
}

.s-dark #menu-footer-menu {
  background-color: #000;
  padding: 10px 0;
}

.s-dark #menu-footer-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
  list-style: none;
  padding: 5px 0;
  border-radius: 5px;
  z-index: 1000;
}

.s-dark #menu-footer-menu ul li a {
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.s-dark #menu-footer-menu ul li a:hover {
  background-color: #111;
  color: #d50102;
}

.s-dark #menu-footer-menu li:hover > ul {
  display: block;
}

.lifestyle-widget {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  color: #333;
  text-align: left;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.contact-info a {
  margin: 0 auto;
  color: #0073e6;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.app-banners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.app-banners img {
  max-width: 140px;
  height: auto;
  transition: transform 0.3s ease;
}

.app-banners img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .contact-info p {
    font-size: 12px;
  }
  .app-banners {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .app-banners img {
    max-width: 120px;
  }
}
.s-dark .contact-info p {
  color: #f1f1f1;
  font-size: 14px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.s-dark .contact-info a {
  color: #f1c40f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.s-dark .contact-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.s-dark .app-banners {
  justify-content: space-evenly;
  gap: 15px;
}

.s-dark .app-banners img {
  filter: brightness(0.8);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.s-dark .app-banners img:hover {
  filter: brightness(1);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .s-dark .contact-info p {
    font-size: 12px;
  }
  .s-dark .app-banners {
    flex-direction: row;
    gap: 10px;
  }
  .s-dark .app-banners img {
    max-width: 120px;
  }
}
.bold-footer-lower {
  background: linear-gradient(90deg, #d50102 0, #000 100%);
}

.spc-social-b .icon {
  color: #fff;
}

.bold-footer-lower .inner {
  padding: 40px 20px;
}

@media (min-width: 700px) {
  .a-wrap-base {
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .smart-head {
    --head-row-pad:5px!important;
  }
  .navigation-main .menu > li > a {
    white-space: nowrap;
    font-size: 14px;
  }
}
.sidebar-ad {
  position: fixed;
  width: 160px;
  height: auto;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  overflow: hidden;
}

.left-ad {
  left: -2px;
  top: 158px;
}

.right-ad {
  right: -2px;
  top: 158px;
}

.sidebar-ad img {
  width: 160px;
  height: auto;
  max-height: 100vh;
}

@media (max-width: 1023px) {
  .sidebar-ad {
    display: none;
  }
  .a-wrap-base {
    margin: 0 auto !important;
  }
}
.mobile-only {
  display: none !important;
}

.s-google-news img {
  margin-bottom: 24px;
  width: 20px;
  height: 20px;
}

:root {
  --primary-color:#28a745;
  --primary-hover-color:#218838;
  --secondary-color:#e63946;
  --secondary-hover-color:#c9302c;
  --gray-light:#f1f1f1;
  --gray-dark:#ddd;
  --font-primary:'Roboto',sans-serif;
}

.rating {
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .mobile-only {
    display: flex !important;
  }
  .smart-head-mobile {
    --head-mid-h:120px!important;
  }
  body.elementor-default {
    padding-top: 10px !important;
  }
  .footer-menu-container {
    display: none !important;
  }
  .A01, .A02 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
  }
  .A01, .A02 iframe {
    display: block;
    max-width: 100%;
  }
  .rating {
    font-size: 14px;
    color: #fc0;
  }
}
table {
  width: 100% !important;
  table-layout: fixed !important;
}

td, th {
  overflow-wrap: break-word !important;
}

.alignleft, .wp-block-image .alignleft, a img.alignleft {
  float: left;
  margin: 16px 10px 0 0;
}

@media (max-width: 540px) {
  .alignleft, .alignright, .wp-block-image .alignleft, .wp-block-image .alignright {
    width: auto;
    max-width: 100%;
    float: none;
    padding: 0;
    margin: 30px auto !important;
    text-align: center;
  }
}
#scroll-top {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 999;
  background: #d50102;
  color: #fff;
  width: 40px;
  height: 50px;
  border-radius: 4px;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.85;
  display: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 48px;
  transition: background 0.2s, opacity 0.2s;
  border: none;
  text-decoration: none;
}

#scroll-top:hover {
  background: #b60001;
  opacity: 1;
}

@media (min-width: 941px) and (max-width: 1200px) {
  .navigation-main .menu > li > a {
    padding-left: 2px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .menu-footer-links-2-container {
    display: none !important;
  }
}
html.site-s-light .a-wrap.a-wrap-base.a-wrap-2.a-wrap-bg.show-lg {
  background: 0 0;
}

html.site-s-dark .a-wrap.a-wrap-base.a-wrap-2.a-wrap-bg.show-lg {
  background: 0 0 !important;
}

html.site-s-dark .csh-header, html.site-s-dark .csh-team-name {
  color: #fff !important;
}

#Global_Leaderboard {
  display: block;
  width: 100%;
}

@media (max-width: 747px) {
  .a-wrap-bg {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .a-wrap-2 {
    margin-top: 8px !important;
  }
  html.site-s-light .a-wrap-2 {
    background: #fff !important;
  }
  .csh-container {
    margin-top: 0 !important;
  }
}
.slot {
  display: block;
  width: 100%;
}

.logo img, .logo-link img, .ts-logo img {
  display: block;
  width: auto;
  height: 120px;
}

.logo, .logo-link, .ts-logo {
  min-height: 120px;
}

@media (max-width: 767px) {
  .logo img, .logo-link img, .ts-logo img {
    height: 90px;
  }
  .logo, .logo-link, .ts-logo {
    min-height: 90px;
  }
}
@media (min-width: 1024px) {
  #smart-head .smart-head-row.smart-head-bot > .inner.full {
    max-width: var(--wrap, 1200px);
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
#bet-hero {
  --slide-w:284px;
  --card-h:96px;
  --gap:15px;
  --radius:6px;
  --brand:#7d0f1b;
  --brand-hover:#690c16;
  --badge-bg:#0f172a;
  --badge-ring:rgba(134, 239, 172, .85);
}

#bet-hero {
  margin: 0 0 24px;
}

#bet-hero .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
}

#bet-hero .head span {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
}

#bet-hero .content {
  position: relative;
}

#bet-hero .track {
  display: flex;
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 0 14px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#bet-hero .track::-webkit-scrollbar {
  display: none;
}

#bet-hero .item {
  flex: 0 0 var(--slide-w);
  max-width: var(--slide-w);
  scroll-snap-align: start;
}

#bet-hero .card {
  position: relative;
  width: 100%;
  height: var(--card-h);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #f7f7f7;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%) -220px 0/50px 500px no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0) 60%) 0 0/100% 100% no-repeat, #f7f7f7;
}

#bet-hero .card:hover {
  background-position: 120% 0, 0 0, 0 0;
  transition: background-position 0.6s ease;
}

#bet-hero .card .background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#bet-hero .card .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#bet-hero .card .logo {
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 2;
}

#bet-hero .card .logo img {
  max-height: 48px;
  width: auto;
  display: block;
}

#bet-hero .bet-now a {
  display: block;
  margin-top: 3px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #b01818;
  font-weight: 800;
  letter-spacing: 0.2px;
  padding: 14px 16px;
  border-radius: 0 0 var(--radius) var(--radius);
}

#bet-hero .bet-now a:hover {
  background: #b01818;
}

#bet-hero .content > .nav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #7d0f1b;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  z-index: 100;
  transform: translateY(-50%);
}

#bet-hero .content > .nav.prev {
  left: 0;
}

#bet-hero .content > .nav.next {
  right: 0;
}

#bet-hero .content > .nav[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (min-width: 1200px) {
  #bet-hero {
    --slide-w:24%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #bet-hero {
    --slide-w:31%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #bet-hero {
    --slide-w:47%;
  }
}
@media (max-width: 767.98px) {
  #bet-hero {
    --gap:10px;
    --track-pad:1px;
    --card-h:112px;
    --slide-w:calc((100% - (var(--track-pad) * 2) - var(--gap)) / 2);
  }
  #bet-hero .content {
    overflow: hidden;
  }
  #bet-hero .track {
    padding: 0 var(--track-pad) 8px !important;
    overflow-y: hidden;
  }
  #bet-hero .content > .nav {
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin-top: 10px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }
  #bet-hero .content > .nav.prev {
    left: -1px;
  }
  #bet-hero .content > .nav.next {
    right: 1px;
  }
  #bet-hero .card .logo {
    left: 12px;
    top: 12px;
  }
  #bet-hero .card .logo img {
    max-height: 36px;
    margin-top: 30px;
  }
  #bet-hero .bet-now a {
    padding: 10px;
    line-height: 1.1;
    font-size: 14px;
    margin-top: 3px;
  }
  #bet-hero .head {
    margin-bottom: 10px;
  }
  #bet-hero .head span {
    font-size: 19px;
    line-height: 1.15;
    max-width: calc(100% - 130px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 380px) {
  #bet-hero {
    --track-pad:6px;
    --card-h:108px;
  }
  #bet-hero .content > .nav {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  #bet-hero .card .logo img {
    max-height: 32px;
    margin-top: 20px;
  }
}
@supports (aspect-ratio: 1) {
  #bet-hero .card {
    aspect-ratio: 317/159;
    height: auto;
    min-height: var(--card-h);
  }
}
#bet-hero .card .background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

#bet-hero .card .background img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  image-rendering: auto;
}

#bet-hero .content > .nav.prev {
  left: -12px;
}

#bet-hero .content > .nav.next {
  right: -12px;
}

@media (max-width: 767.98px) {
  #bet-hero .card .background {
    padding: 8px;
  }
  #bet-hero .content > .nav.prev {
    left: -1px;
  }
  #bet-hero .content > .nav.next {
    right: 1px;
  }
}
#bet-hero .card .background {
  padding: 12px;
}

#bet-hero {
  position: relative;
  z-index: 5;
}

@media (max-width: 760px) {
  .main, .ts-contain {
    margin-top: -15px;
    --wrap-padding:20px;
  }
}
#scroll-top {
  position: fixed;
  right: 1px;
  z-index: 10001;
}

:root {
  --ucl-blue:#1a237e;
  --ucl-blue-100:#eef1ff;
  --ucl-blue-200:#dfe4ff;
  --text-dark:#111827;
  --text-gray:#6b7280;
}

.se-faqs {
  width: 100%;
  margin: 24px 0;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
  padding: 20px 24px 16px;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.se-faqs h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ucl-blue);
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.se-faq {
  margin-bottom: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease;
  background: #fff;
}

.se-faq:hover {
  border-color: var(--ucl-blue-200);
  box-shadow: 0 4px 12px rgba(26, 35, 126, 0.08);
}

.se-faq[open] {
  border-color: var(--ucl-blue);
  box-shadow: 0 4px 16px rgba(26, 35, 126, 0.12);
}

.se-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  list-style: none;
  transition: all 0.2s ease;
  user-select: none;
}

.se-faq-q::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--ucl-blue);
  transition: transform 0.2s ease;
}

.se-faq[open] > .se-faq-q {
  background: var(--ucl-blue-100);
  color: var(--ucl-blue);
}

.se-faq-q:hover {
  background: var(--ucl-blue-100);
}

.se-faq[open] > .se-faq-q:hover {
  background: var(--ucl-blue-200);
}

.se-faq-text {
  padding: 12px 16px 14px;
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .se-faqs {
    margin: 16px 0;
    padding: 18px 20px 14px;
    border-radius: 18px;
  }
  .se-faqs h2 {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
  .se-faq {
    margin-bottom: 8px;
    border-radius: 10px;
  }
  .se-faq-q {
    padding: 11px 14px;
    font-size: 0.88rem;
  }
  .se-faq-q::after {
    font-size: 1.2rem;
  }
  .se-faq-text {
    padding: 11px 14px 13px;
    font-size: 14px;
  }
  body {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .se-faqs {
    padding: 16px 16px 12px;
    border-radius: 16px;
  }
  .se-faqs h2 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .se-faq-q {
    padding: 10px 12px;
    font-size: 13px;
  }
  .se-faq-text {
    padding: 10px 12px 12px;
    font-size: 14px;
  }
}
html.s-dark .se-faqs, html.site-s-dark .se-faqs {
  background: #0b1023 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35) !important;
}

html.s-dark .se-faqs h2, html.site-s-dark .se-faqs h2 {
  color: #fff !important;
}

html.s-dark .se-faq, html.site-s-dark .se-faq {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

html.s-dark .se-faq:hover, html.site-s-dark .se-faq:hover {
  border-color: rgba(26, 35, 126, 0.55) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35) !important;
}

html.s-dark .se-faq[open], html.site-s-dark .se-faq[open] {
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
}

html.s-dark .se-faq-q, html.site-s-dark .se-faq-q {
  background: 0 0 !important;
  color: #e5e7eb !important;
}

html.s-dark .se-faq-q::after, html.site-s-dark .se-faq-q::after {
  color: #fff !important;
}

html.s-dark .se-faq[open] > .se-faq-q, html.site-s-dark .se-faq[open] > .se-faq-q {
  background: rgba(26, 35, 126, 0.22) !important;
  color: #fff !important;
}

html.s-dark .se-faq-q:hover, html.site-s-dark .se-faq-q:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}

html.s-dark .se-faq[open] > .se-faq-q:hover, html.site-s-dark .se-faq[open] > .se-faq-q:hover {
  background: rgba(26, 35, 126, 0.28) !important;
}

html.s-dark .se-faq-a, html.site-s-dark .se-faq-a {
  background: 0 0 !important;
}

html.s-dark .se-faq-text, html.site-s-dark .se-faq-text {
  color: rgba(229, 231, 235, 0.78) !important;
}

.desktop-only {
  display: block;
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 940px) {
  .footer-menu-container .column, .footer-menu-container [class*=col-] {
    margin-bottom: 20px !important;
  }
  .a-wrap.a-wrap-3 .column, .a-wrap.a-wrap-3 [class*=col-] {
    margin-bottom: 20px !important;
  }
}
.footer-menu-container {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#menu-footer-menu {
  background: 0 0;
  border: 0;
  padding: 14px 10px;
  gap: 22px;
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  justify-content: flex-start !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#menu-footer-menu::-webkit-scrollbar {
  display: none;
}

#menu-footer-menu > li {
  margin: 0;
  flex: 0 0 auto !important;
}

#menu-footer-menu > li > a {
  color: #111 !important;
  font-family: Poppins, Arial, sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 10px 6px;
  border-bottom: 3px solid transparent;
  display: inline-block;
}

#menu-footer-menu > li > a:hover {
  color: #d50102 !important;
  border-bottom-color: #d50102;
}

#menu-footer-menu li.current-menu-item > a, #menu-footer-menu li.current_page_item > a {
  color: #d50102 !important;
  border-bottom-color: #d50102;
  background: 0 0 !important;
}

@media (max-width: 1024px) {
  button.offcanvas-toggle.has-icon {
    width: auto !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    font-size: 14px !important;
    color: #111 !important;
  }
  button.offcanvas-toggle.has-icon::after {
    content: "Menu" !important;
    margin-left: 8px;
    white-space: nowrap;
    display: inline-block !important;
  }
  #menu-item-470782 {
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
    margin: 0 !important;
  }
  .navigation .menu > li > a {
    font-weight: 700 !important;
  }
  #menu-item-470782 > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 30px !important;
    padding: 0 10px !important;
    border-radius: 4px !important;
    background: #d50102 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    margin: 0 !important;
    transform: translateY(3px) !important;
  }
  #menu-item-470782 > a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    margin-right: 8px;
    animation: 1.2s infinite csLivePulse;
  }
  #menu-hubs-menu > li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(0, 0, 0, 0.12);
  }
  #menu-hubs-menu > li {
    position: relative;
  }
  #menu-item-470782 + li::before {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #freeprivacypolicy-com---nb {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-height: 30vh !important;
    min-height: 0 !important;
    height: auto !important;
    overflow-y: auto !important;
    z-index: 999999 !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    box-sizing: border-box !important;
  }
  #freeprivacypolicy-com---nb .cc-nb-buttons-container, #freeprivacypolicy-com---nb .cc-nb-main-container, #freeprivacypolicy-com---nb .cc-nb-text-container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
  #freeprivacypolicy-com---nb .cc-nb-title-container {
    margin: 0 0 6px !important;
    padding: 0 !important;
  }
  #freeprivacypolicy-com---nb #cc-nb-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }
  #freeprivacypolicy-com---nb #cc-nb-text {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 0 8px !important;
  }
  #freeprivacypolicy-com---nb .cc-nb-buttons-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    align-items: center !important;
  }
  #freeprivacypolicy-com---nb .cc-nb-changep, #freeprivacypolicy-com---nb .cc-nb-okagree, #freeprivacypolicy-com---nb .cc-nb-reject {
    padding: 8px 10px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    min-height: auto !important;
    margin: 0 !important;
  }
  #freeprivacypolicy-com---nb .cc-nb-changep {
    font-size: 12px !important;
  }
}
.spc-social-b .s-google-news .icon-svg {
  display: block;
  width: var(--spc-social-fs, 19px);
  height: var(--spc-social-fs, 19px);
}

.navigation .menu > li li a {
  padding: 9px 12px !important;
}

.category-menu-list {
  align-items: center !important;
}

.category-menu-list > li {
  flex: 1 1 auto !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
}

.category-menu-list > li > a {
  width: auto !important;
  overflow: visible !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
  justify-content: center;
  border-radius: 7px !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 9px 14px !important;
  margin: 0 2px !important;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.category-menu-list > li.menu-item-470775 > a img.menu-icon {
  margin-right: 6px;
}

.category-menu-list > li.current-menu-item > a, .category-menu-list > li > a:focus, .category-menu-list > li > a:hover {
  background-color: rgba(213, 1, 2, 0.08) !important;
  color: #d50102 !important;
  border-radius: 7px !important;
}

#menu-item-470782 > a, .category-menu-list > li.menu-item-470782 > a {
  background: #d50102 !important;
  color: #fff !important;
  border-radius: 7px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 8px 0 0 !important;
  padding: 10px 16px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#menu-item-470782 > a:hover, .category-menu-list > li.menu-item-470782 > a:focus, .category-menu-list > li.menu-item-470782 > a:hover {
  background: #bd0204 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(213, 1, 2, 0.35) !important;
}

.category-menu-list > li.menu-item-470782 > a .menu-icon-live {
  width: 8px !important;
  height: 8px !important;
  background: #19e36a !important;
  border-radius: 50% !important;
  display: inline-block !important;
  flex: 0 0 8px;
  box-shadow: 0 0 0 0 rgba(25, 227, 106, 0.7);
  animation: 1.5s infinite lsPulse;
}

@keyframes lsPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(25, 227, 106, 0.55);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(25, 227, 106, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(25, 227, 106, 0);
  }
}
@media (min-width: 769px) {
  #menu-item-473612 > a, .category-menu-list li.menu-item-473612 > a {
    background: linear-gradient(135deg, #8b0000 0, #d50102 58%, #f4b000 100%) !important;
    color: #fff !important;
    font-weight: 900 !important;
    border-radius: 8px !important;
    padding: 8px 18px !important;
    box-shadow: 0 4px 12px rgba(213, 1, 2, 0.28) !important;
    border: 1px solid rgba(255, 184, 0, 0.75) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    min-width: 165px !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }
  #menu-item-473612 > a .menu-icon, #menu-item-473612 > a .menu-icon-worldcup, .category-menu-list li.menu-item-473612 > a .menu-icon, .category-menu-list li.menu-item-473612 > a .menu-icon-worldcup {
    margin-right: 7px !important;
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
    filter: none !important;
  }
  #menu-item-473612 > a:hover, .category-menu-list li.menu-item-473612 > a:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(213, 1, 2, 0.38) !important;
  }
}
@media (max-width: 1024px) {
  #menu-hubs-menu, .category-menu-list {
    gap: 0 !important;
  }
  #menu-hubs-menu > li, .category-menu-list > li {
    flex: 0 0 auto !important;
  }
  #menu-hubs-menu > li > a, .category-menu-list > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #menu-hubs-menu > li.menu-item-470782 > a, .category-menu-list > li.menu-item-470782 > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #menu-hubs-menu > li.menu-item-473612, .category-menu-list > li.menu-item-473612 {
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  #menu-hubs-menu > li.menu-item-473612 > a, .category-menu-list > li.menu-item-473612 > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 138px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 10px !important;
    margin: 0 2px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 184, 0, 0.75) !important;
    background: linear-gradient(135deg, #8b0000 0, #d50102 58%, #f4b000 100%) !important;
    box-shadow: 0 2px 8px rgba(213, 1, 2, 0.28) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.15px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transform: translateY(3px) !important;
  }
  #menu-hubs-menu > li.menu-item-473612 > a:focus, #menu-hubs-menu > li.menu-item-473612 > a:hover, .category-menu-list > li.menu-item-473612 > a:focus, .category-menu-list > li.menu-item-473612 > a:hover {
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(213, 1, 2, 0.36) !important;
  }
  #menu-hubs-menu > li.menu-item-473612 .menu-icon, #menu-hubs-menu > li.menu-item-473612 .menu-icon-worldcup, #menu-hubs-menu > li.menu-item-473612 > a::after, #menu-hubs-menu > li.menu-item-473612 > a::before, .category-menu-list > li.menu-item-473612 .menu-icon, .category-menu-list > li.menu-item-473612 .menu-icon-worldcup, .category-menu-list > li.menu-item-473612 > a::after, .category-menu-list > li.menu-item-473612 > a::before {
    display: none !important;
    content: none !important;
  }
  #menu-hubs-menu > li.menu-item-470782, .category-menu-list > li.menu-item-470782 {
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
    margin: 0 !important;
  }
  #menu-hubs-menu > li.menu-item-470782 > a, #menu-item-470782 > a, .category-menu-list > li.menu-item-470782 > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 10px !important;
    margin: 0 2px !important;
    background: 0 0 !important;
    color: #d50102 !important;
    box-shadow: none !important;
    border: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transform: translateY(3px) !important;
  }
  #menu-hubs-menu > li.menu-item-470782 > a:focus, #menu-hubs-menu > li.menu-item-470782 > a:hover, #menu-item-470782 > a:focus, #menu-item-470782 > a:hover, .category-menu-list > li.menu-item-470782 > a:focus, .category-menu-list > li.menu-item-470782 > a:hover {
    background: 0 0 !important;
    color: #d50102 !important;
    box-shadow: none !important;
  }
  #menu-hubs-menu > li.menu-item-470782 .menu-icon-live, #menu-item-470782 .menu-icon-live, .category-menu-list > li.menu-item-470782 .menu-icon-live {
    display: none !important;
  }
}
#menu-hubs-menu-1 li.menu-item-473612 > a, .category-menu-list li.menu-item-473612 > a {
  background: #fff5f5 !important;
  color: #d50102 !important;
  border: 1px solid rgba(213, 1, 2, 0.35) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 13px !important;
  margin: 0 !important;
  font-weight: 800 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#menu-hubs-menu-1 li.menu-item-473612 > a img.menu-icon-worldcup, .category-menu-list li.menu-item-473612 > a img.menu-icon-worldcup {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 7px 0 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  background: 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

#menu-hubs-menu-1 li.menu-item-473612 > a, #menu-hubs-menu-1 li.menu-item-473612 > a span, .category-menu-list li.menu-item-473612 > a, .category-menu-list li.menu-item-473612 > a span {
  color: #d50102 !important;
  font-weight: 800 !important;
}

#menu-hubs-menu-1 li.menu-item-473612 > a:focus, #menu-hubs-menu-1 li.menu-item-473612 > a:hover, .category-menu-list li.menu-item-473612 > a:focus, .category-menu-list li.menu-item-473612 > a:hover {
  background: #ffecec !important;
  color: #d50102 !important;
  border-color: #d50102 !important;
  box-shadow: none !important;
  transform: none !important;
}

.desktop-sticky-8xbet-ad {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 !important;
  margin: 0 !important;
  background: 0 0;
  pointer-events: none;
  line-height: 0;
}

.desktop-sticky-8xbet-ad a {
  display: inline-block;
  line-height: 0;
  pointer-events: auto;
  margin: 0;
  padding: 0;
}

.desktop-sticky-8xbet-ad img {
  width: 970px;
  height: 90px;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .desktop-sticky-8xbet-ad {
    display: none !important;
  }
}
.desktop-sticky-8xbet-close {
  position: absolute;
  top: -26px;
  right: calc(50% - 485px);
  width: 26px;
  height: 26px;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 100000;
  pointer-events: auto;
  padding: 0;
  margin: 0;
}

.desktop-sticky-8xbet-close:hover {
  background: #333;
}

.freeprivacypolicy-com---reset {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.freeprivacypolicy-com---reset *, .freeprivacypolicy-com---reset ::after, .freeprivacypolicy-com---reset ::before {
  box-sizing: border-box;
}

.freeprivacypolicy-com---reset a, .freeprivacypolicy-com---reset button, .freeprivacypolicy-com---reset h1, .freeprivacypolicy-com---reset h2, .freeprivacypolicy-com---reset input, .freeprivacypolicy-com---reset li, .freeprivacypolicy-com---reset p, .freeprivacypolicy-com---reset select {
  border-style: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}

.freeprivacypolicy-com---reset h1, .freeprivacypolicy-com---reset h2, .freeprivacypolicy-com---reset h3, .freeprivacypolicy-com---reset h4, .freeprivacypolicy-com---reset h5, .freeprivacypolicy-com---reset h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
}

.freeprivacypolicy-com---reset p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.freeprivacypolicy-com---reset div {
  display: block;
}

.freeprivacypolicy-com---reset dl, .freeprivacypolicy-com---reset ol, .freeprivacypolicy-com---reset ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.freeprivacypolicy-com---reset ol ol, .freeprivacypolicy-com---reset ol ul, .freeprivacypolicy-com---reset ul ol, .freeprivacypolicy-com---reset ul ul {
  margin-bottom: 0;
}

.freeprivacypolicy-com---reset b, .freeprivacypolicy-com---reset strong {
  font-weight: bolder;
}

.freeprivacypolicy-com---reset small {
  font-size: 80%;
}

.freeprivacypolicy-com---reset a {
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}

.freeprivacypolicy-com---reset a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.freeprivacypolicy-com---reset a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.freeprivacypolicy-com---reset a:not([href]):not([tabindex]):focus, .freeprivacypolicy-com---reset a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

.freeprivacypolicy-com---reset a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.freeprivacypolicy-com---reset label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.freeprivacypolicy-com---reset button {
  border-radius: 2px;
  padding: 0.5rem 1rem;
  outline: 0;
  background: #dcdae5;
  color: #111;
  cursor: pointer;
  border: none;
}

.freeprivacypolicy-com---reset button:focus {
  outline: 0;
}

.freeprivacypolicy-com---reset select {
  border-style: none;
  padding: 0.5rem 1rem;
}

.freeprivacypolicy-com---reset button, .freeprivacypolicy-com---reset input, .freeprivacypolicy-com---reset optgroup, .freeprivacypolicy-com---reset select, .freeprivacypolicy-com---reset textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.freeprivacypolicy-com---reset button, .freeprivacypolicy-com---reset input {
  overflow: visible;
}

.freeprivacypolicy-com---reset button, .freeprivacypolicy-com---reset select {
  text-transform: none;
}

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

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

.freeprivacypolicy-com---reset input[type=checkbox], .freeprivacypolicy-com---reset input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.freeprivacypolicy-com---reset [hidden] {
  display: none !important;
}

.freeprivacypolicy-com---nb {
  overflow: auto;
  z-index: 99999999999;
  font-size: 16px;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 3rem;
}

.freeprivacypolicy-com---nb .cc-nb-title {
  font-size: 24px;
  font-weight: 600;
}

.freeprivacypolicy-com---nb .cc-nb-text {
  font-size: 16px;
  margin: 0 0 1.25rem;
}

.freeprivacypolicy-com---nb .cc-nb-changep, .freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject {
  font-weight: 700;
  font-size: 14px;
  margin-right: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

@media (max-width: 480px) {
  .freeprivacypolicy-com---nb .cc-nb-changep, .freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject {
    display: block;
    width: 100%;
  }
}
.freeprivacypolicy-com---nb-headline {
  right: 0;
  top: auto;
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: relative;
}

@media (max-width: 320px), (max-height: 480px) {
  .freeprivacypolicy-com---nb-headline {
    overflow: auto;
    height: 200px;
    max-width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    position: fixed;
  }
}
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
  background-color: #f2f2f2;
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-nb-title {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-nb-text {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-nb-text a {
  color: #111;
  text-decoration: underline;
}

.freeprivacypolicy-com---palette-light .cc-nb-text a:hover {
  text-decoration: none;
}

.freeprivacypolicy-com---palette-light .cc-nb-text a:focus {
  box-shadow: 0 0 0 2px #ff8d00;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
  color: #fff;
  background-color: green;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus {
  box-shadow: 0 0 0 2px #ff8d00;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject {
  color: #fff;
  background-color: green;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject:focus {
  box-shadow: 0 0 0 2px #ff8d00;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
  background-color: #eaeaea;
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep:focus {
  box-shadow: 0 0 0 2px #ff8d00;
}

.freeprivacypolicy-com---palette-light .cc-pc-container {
  background: #fff;
}

.freeprivacypolicy-com---palette-light .cc-pc-head {
  background: #fff;
  color: #111;
  border-bottom: 1px solid #ccc;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-title-headline {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-title-text {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
  box-shadow: 0 0 0 2px green;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close {
  background: 0 0;
  color: #666;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close:active, .freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
  border: 2px solid green;
}

.freeprivacypolicy-com---palette-light .cc-cp-body {
  background: #fbfbfb !important;
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs {
  color: #666;
  background: #e6e6e6;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item {
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link {
  color: #666;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:hover {
  color: #666;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:focus {
  box-shadow: 0 0 0 2px #fbfbfb;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item[active=true] {
  background: #fbfbfb !important;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item[active=true] button {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content {
  background: #fbfbfb !important;
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-title {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-text {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a {
  color: #111;
  text-decoration: underline;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a:hover {
  text-decoration: none;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a:focus {
  box-shadow: 0 0 0 2px green;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot {
  background: #f2f2f2;
  border-top-color: #ccc;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
  color: #111;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a:focus {
  box-shadow: 0 0 0 2px green;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
  background: green;
  color: #fff;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus {
  box-shadow: 0 0 0 2px #ff8d00;
}

a.glink {
  text-decoration: none;
}

a.glink.gt-current-lang {
  font-weight: 700;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper embed, .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.npfl-h1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
}

.npfl-h1__logo img {
  width: 74px;
  height: auto;
  display: block;
}

.npfl-h1__text {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 768px) {
  .npfl-h1 {
    gap: 10px;
    font-size: 24px;
  }
  .npfl-h1__logo img {
    width: 52px;
  }
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --npfl-green:#00AE50;
  --npfl-green-100:#E9F9EF;
  --npfl-green-200:#D1F5DE;
  --text-dark:#111827;
  --text-gray:#6b7280;
}

body {
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  background: #f5f5f5;
  padding: 20px;
  line-height: 1.6;
}

.se-faqs {
  width: 100%;
  margin: 24px 0;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
  padding: 20px 24px 16px;
}

.se-faqs h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #126035;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.se-faq {
  margin-bottom: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.se-faq:hover {
  border-color: var(--npfl-green-200);
  box-shadow: 0 4px 12px rgba(0, 174, 80, 0.08);
}

.se-faq[open] {
  border-color: var(--npfl-green);
  box-shadow: 0 4px 16px rgba(0, 174, 80, 0.12);
}

.se-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text-dark);
  list-style: none;
  transition: all 0.2s ease;
  user-select: none;
}

.se-faq-q::-webkit-details-marker {
  display: none;
}

.se-faq-q::after {
  content: "+";
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--npfl-green);
  transition: transform 0.2s ease;
  margin-left: 12px;
  flex: 0 0 auto;
}

.se-faq[open] > .se-faq-q {
  background: var(--npfl-green-100);
  color: var(--npfl-green);
}

.se-faq[open] > .se-faq-q::after {
  transform: rotate(45deg);
}

.se-faq-q:hover {
  background: var(--npfl-green-100);
}

.se-faq[open] > .se-faq-q:hover {
  background: var(--npfl-green-200);
}

.se-faq-a {
  padding: 0;
  background: #fff;
  animation: 0.3s fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.se-faq-text {
  padding: 12px 16px 14px;
  font-size: 13px;
  color: var(--text-gray);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  body {
    padding: 12px;
  }
  .se-faqs {
    margin: 16px 0;
    padding: 18px 20px 14px;
    border-radius: 18px;
  }
  .se-faqs h2 {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }
  .se-faq-q {
    padding: 12px 14px;
    font-size: 0.98rem;
  }
  .se-faq-q::after {
    font-size: 1.25rem;
  }
  .se-faq-text {
    padding: 11px 14px 13px;
    font-size: 0.86rem;
  }
}
@media (max-width: 480px) {
  .se-faqs {
    padding: 16px 16px 12px;
    border-radius: 16px;
  }
  .se-faqs h2 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .se-faq-q {
    padding: 11px 12px;
    font-size: 0.94rem;
  }
  .se-faq-text {
    padding: 10px 12px 12px;
    font-size: 0.84rem;
  }
}
.cs-form-tip {
  position: fixed;
  z-index: 99999;
  background: #1f2430;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.12s;
  max-width: 260px;
  white-space: nowrap;
}

.cs-form-tip.is-on {
  opacity: 1;
}

.cs-form-tip b {
  display: block;
  font-weight: 700;
}

.cs-form-tip span {
  display: block;
  color: #c0c6d2;
  font-size: 11px;
  margin-top: 2px;
}

.smart-head-main,
.smart-head-mobile {
  --c-hamburger: #d50102;
}

.smart-head-main .hamburger-icon .inner,
.smart-head-main .hamburger-icon .inner::before,
.smart-head-main .hamburger-icon .inner::after,
.smart-head-mobile .hamburger-icon .inner,
.smart-head-mobile .hamburger-icon .inner::before,
.smart-head-mobile .hamburger-icon .inner::after {
  background-color: #d50102;
}

@media (max-width: 940px) {
  .smart-head-mobile,
  .smart-head-scroll-nav,
  .category-menu-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .smart-head-scroll-nav > .inner {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .smart-head-scroll-nav .items-left.empty,
  .smart-head-scroll-nav .items-right.empty {
    display: none;
  }
  .smart-head-scroll-nav .items-center,
  .smart-head-scroll-nav .nav-wrap,
  .smart-head-scroll-nav .navigation {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .smart-head-scroll-nav .navigation .menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .category-menu-list {
    min-width: 0;
    max-width: 100%;
  }
}
#search-modal-bg:not(.mfp-ready) {
  opacity: 0;
  pointer-events: none;
}

#search-modal[hidden],
#search-modal:not(.mfp-ready) {
  visibility: hidden;
  pointer-events: none;
}

#search-modal.mfp-ready {
  visibility: visible;
  pointer-events: auto;
  overflow: hidden auto;
}

#search-modal-bg.mfp-ready {
  pointer-events: auto;
}

#search-modal.mfp-ready .mfp-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#search-modal.mfp-ready .mfp-container::before {
  display: none;
}

#search-modal.mfp-ready .mfp-content {
  width: 100%;
}

.main-footer {
  margin-top: 60px;
}
.main-footer .upper-footer > .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-footer .smartmag-widget-posts-small .block,
.main-footer .smartmag-widget-posts-small .block-wrap {
  margin-top: 0;
  padding-top: 0;
}
.main-footer .smartmag-widget-posts-small .widget-title {
  margin-top: 0;
  margin-bottom: var(--space-below, 30px);
}

.latest-news {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.latest-news__head {
  margin-bottom: 20px;
  border-bottom: 2px solid #0f6b3b;
}
.latest-news__title {
  display: inline-block;
  margin: 0;
  padding: 8px 14px;
  background: #0f6b3b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.latest-news__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}
@media (max-width: 768px) {
  .latest-news__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.latest-news__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.latest-news__image-link {
  flex: 0 0 120px;
  width: 120px;
  height: 80px;
  overflow: hidden;
  background: #f6f6f6;
}
@media (max-width: 480px) {
  .latest-news__image-link {
    flex-basis: 96px;
    width: 96px;
    height: 68px;
  }
}
.latest-news__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-news__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.latest-news__item-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #181717;
}
.latest-news__item-title a {
  color: inherit;
  text-decoration: none;
}
.latest-news__item-title a:hover {
  color: #d50102;
}
.latest-news__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #8a8f98;
  font-size: 12px;
}
.latest-news__comments {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
