.glide{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.glide *{-webkit-box-sizing:inherit;box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-ms-touch-action:pan-Y;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;-ms-flex-negative:0;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide--rtl{direction:rtl}
@charset "UTF-8";
:root {
  --primary: #A4161A;
  --secondary: #BA181B;
  --third: #161A1D;
  --text: #161A1D;
  --text-light: #666;
  --light-primary: #F5F3F4;
  --light-secondary: #D3D3D3;
  --alert: #B1A7A6;
  --heading: #222;
  --button-primary--hover: #444;
  --button-secondary--hover: #444;
  --button-white--hover: #444;
  --button-light--hover: #ddd;
  --gray-0: #000;
  --gray-1: #111;
  --gray-2: #222;
  --gray-3: #333;
  --gray-4: #444;
  --gray-5: #555;
  --gray-6: #666;
}

/* Icons */
.icon, .menu-primary li .sub-menu__closer:before {
  width: 20px;
  height: 20px;
  display: block;
  background-color: var(--text);
  -webkit-mask-size: cover;
          mask-size: cover;
}

.icon--arrow-left, .menu-primary li .sub-menu__closer:before {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/arrow-left.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/arrow-left.svg");
}

.icon--arrow-right {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/arrow-right.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/arrow-right.svg");
}

.icon--facebook {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/facebook.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/facebook.svg");
}

.icon--instagram {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/instagram.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/instagram.svg");
}

.icon--rss {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/rss.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/rss.svg");
}

.icon--twitter {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/twitter.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/twitter.svg");
}

.icon--spotify {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/mic.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/mic.svg");
}

/* App */
.alert {
  background-color: #ebbe91;
}

.breadcrumbs {
  background-color: #f9f9f9;
  margin-top: -32px;
  margin-bottom: 32px;
  font-size: 0.875rem;
}

.breadcrumbs .container, .breadcrumbs #header-top .header-top__container, #header-top .breadcrumbs .header-top__container, .breadcrumbs .menu-primary .sub-menu, .menu-primary .breadcrumbs .sub-menu {
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumbs a {
  color: #666;
  margin-right: 8px;
}

.breadcrumbs a:not(:first-child) {
  margin-left: 8px;
}

.breadcrumbs a:hover {
  color: var(--primary);
}

.breadcrumbs span {
  color: #666;
}

.breadcrumbs span:not(:first-child) {
  margin-left: 8px;
}

button {
  font-family: 'Red Hat Display', sans-serif;
}

.button {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button, .button--primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.button:hover, .button:active, .button:focus, .button--primary:hover, .button--primary:active, .button--primary:focus {
  background-color: var(--button-primary--hover);
  border-color: var(--button-primary--hover);
}

@media (min-width: 768px) {
  .button {
    padding: 12px 16px;
  }
}

.button:hover, .button:active, .button:focus {
  text-decoration: none;
}

.button--secondary {
  background-color: var(--text);
  border-color: var(--text);
  color: var(--primary);
}

.button--white {
  background-color: #fff;
  border-color: var(--primary);
  color: var(--primary);
}

.button--light {
  border-color: #eee;
  background-color: #eee;
  color: var(--text);
}

.button--light:hover, .button--light:active, .button--light:focus {
  background-color: var(--button-light--hover);
  border-color: var(--button-light--hover);
}

.button--sm {
  font-size: 13px;
  padding: 8px 12px;
}

.button + .button {
  margin-left: 8px;
}

footer {
  background-color: var(--light-primary);
  margin-top: 40px;
  padding-top: 40px;
}

.footer-top {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 640px) {
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .footer-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer-top ul li {
  width: 100%;
}

.footer-top ul li:not(:last-child) {
  margin-bottom: 4px;
}

.footer-top ul li a {
  color: var(--gray-3);
}

.footer-top ul li a:hover {
  color: var(--primary);
}

.footer-middle {
  padding: 16px 0 32px;
  margin: 20px 0 0;
  border-top: 1px solid var(--light-secondary);
}

@media (min-width: 768px) {
  .footer-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .footer-middle ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-middle ul li:not(:last-child) {
  margin-right: 24px;
}

.footer-middle ul li a {
  color: var(--gray-3);
  font-size: 0.9375rem;
  font-weight: 500;
}

.footer-middle ul li a:hover {
  color: var(--primary);
}

.footer-bottom {
  color: #666;
  font-size: 0.8125rem;
  text-align: center;
  padding-bottom: 20px;
}

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.footer-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.footer-column ul li a {
  font-size: 0.875rem;
}

.footer-box {
  font-size: 0.9375rem;
  line-height: 1.75;
}

input[type="submit"] {
  background-color: #bba063;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  min-height: 0;
  padding: 8px 16px;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #bba063;
  -webkit-box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.15);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

@media (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-for-medium {
    display: none !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading);
  font-weight: 900;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 24px;
  }
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
}

h1 {
  font-size: 1.5rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.0625rem;
}

h5 {
  font-size: 0.875rem;
}

.page-title {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .page-title {
    margin-bottom: 32px;
  }
}

body {
  background-color: #fff;
  color: var(--text);
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  max-width: 100vw;
  min-width: 20rem;
  overflow-x: hidden;
}

@media (max-width: 1199px) {
  body {
    padding-top: 92px;
  }
}

main {
  margin-bottom: 40px;
}

main p, main ul, main ol {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  main p, main ul, main ol {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}

main p:last-child, main ul:last-child, main ol:last-child {
  margin-bottom: 0;
}

main p + ul, main p + ol {
  margin-top: -16px;
}

main iframe {
  display: block;
}

a {
  text-decoration: none;
  color: var(--primary);
}

strong {
  font-weight: 800;
}

.color--default {
  color: #222;
}

.color--secondary {
  color: #bba063;
}

.color--primary {
  color: #e1001a;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

@media (min-width: 1400px) {
  .container, #header-top .header-top__container, .menu-primary .sub-menu, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1164px;
  }
}

.container, #header-top .header-top__container, .menu-primary .sub-menu, .container-fluid, .container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.row > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.row:not(:last-of-type) > * {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .row:not(:last-of-type) > * {
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .row > .col-lg-4 {
    width: 33.33%;
  }
  .row > .col-lg-6 {
    width: 50%;
  }
  .row > .col-lg-8 {
    width: 66.66%;
  }
}

.section-header {
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .section-header {
    font-size: 1.5rem;
  }
}

.section-header.type--footer {
  font-size: 1.25rem;
}

.section-header.type--footer span:after {
  background-color: #fff;
}

.section-header.type--events {
  font-size: 1.25rem;
}

.section-header.type--events span:after {
  background-color: #fff;
}

.section-header.type--latest-results {
  font-size: 1.25rem;
}

.section-header.type--latest-results span:after {
  background-color: #fff;
}

.section-header span {
  position: relative;
  padding-right: 20px;
}

.section-header span:after {
  content: '';
  background-color: var(--light-primary);
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  width: 100vw;
}

.glide__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  pointer-events: none;
}

.glide__arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
          box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
  cursor: pointer;
  pointer-events: all;
}

.glide__arrow--left:before, .glide__arrow--right:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-color: var(--text);
  -webkit-mask-size: cover;
          mask-size: cover;
}

.glide__arrow--left:hover:before, .glide__arrow--right:hover:before {
  background-color: var(--primary);
}

.glide__arrow--left {
  margin-left: -12px;
}

@media (min-width: 768px) {
  .glide__arrow--left {
    margin-left: -40px;
  }
}

.glide__arrow--left:before {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/arrow-left.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/arrow-left.svg");
}

.glide__arrow--right {
  margin-right: -12px;
}

@media (min-width: 768px) {
  .glide__arrow--right {
    margin-right: -40px;
  }
}

.glide__arrow--right:before {
  -webkit-mask-image: url("/wp-content/themes/wzts/assets/dist/icons/arrow-right.svg");
          mask-image: url("/wp-content/themes/wzts/assets/dist/icons/arrow-right.svg");
}

.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 32px;
}

@media (min-width: 640px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .grid {
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .grid.sm--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.sm--2 .grid-item__title {
    font-size: 0.8125rem;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.grid-item {
  background-color: var(--light-primary);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.grid-item:hover .grid-item__title a {
  border-bottom: 2px solid var(--primary);
}

.grid-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.grid-item__image {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.grid-item__image:not(.no-overlay):before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(66%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 66%);
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.grid-item__image a {
  display: block;
  height: 100%;
}

.grid-item__source:not(:empty) {
  color: var(--gray-6);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 16px;
  margin-top: 16px;
}

.grid-item__source a {
  color: var(--gray-6);
}

.grid-item__source a:hover {
  text-decoration: underline;
}

.grid-item__title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 0 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.grid-item__title a {
  color: var(--heading);
}

.grid-item__description {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4;
  padding: 0 16px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .grid-item__description {
    display: none;
  }
}

.grid-item__date {
  font-size: 0.8125rem;
  padding: 0px 16px;
  margin-top: 16px;
}

.grid-item__categories {
  font-weight: 500;
  white-space: nowrap;
}

.grid-item__categories:before {
  content: '\2022';
  margin-left: 12px;
  margin-right: 8px;
}

.grid figure {
  margin: 0;
}

.grid figure a:before {
  padding-top: 50%;
  display: block;
  content: "";
}

.grid figure img {
  border-radius: 2px;
  display: block;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.grid figure figcaption {
  display: none;
}

@media (min-width: 1200px) {
  .grid--condensed.columns--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .grid--condensed.columns--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid--condensed .grid-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.grid--condensed .grid-item__image {
  max-height: 120px;
  min-height: 120px;
  min-width: 120px;
  max-width: 120px;
}

@media (min-width: 1200px) {
  .grid--condensed .grid-item__image {
    max-height: 200px;
    min-height: 160px;
    min-width: 160px;
    max-width: 160px;
  }
}

.grid--condensed .grid-item__image figure a:before {
  padding-top: 150%;
}

@media (min-width: 1200px) {
  .grid--condensed .grid-item__source {
    font-size: 0.8125rem;
  }
}

.grid--condensed .grid-item__title {
  font-size: 0.8125rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .grid--condensed .grid-item__title {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .grid--condensed .grid-item__footer {
    font-size: 0.8125rem;
  }
}

#header-top {
  background-color: var(--primary);
  margin-bottom: 32px;
  width: 100%;
  z-index: 999;
}

@media (max-width: 1199px) {
  #header-top {
    background: -webkit-gradient(linear, right top, left top, from(#830013), color-stop(75%, #a50020));
    background: linear-gradient(270deg, #830013 0%, #a50020 75%);
    position: fixed;
    top: 0;
    left: 0;
  }
}

#header-top .header-top {
  color: #fff;
}

#header-top .header-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  #header-top .header-top__container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

#header-top .header-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 60px;
  position: relative;
  -webkit-transition: padding-bottom .2s ease-in-out;
  transition: padding-bottom .2s ease-in-out;
}

@media (max-width: 991px) {
  #header-top .header-top__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  #header-top .header-top__wrapper {
    min-height: 120px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#header-top .header-top__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 16px;
  -webkit-transition: margin-bottom .2s ease-in-out;
  transition: margin-bottom .2s ease-in-out;
}

@media (min-width: 1200px) {
  #header-top .header-top__logo {
    margin-right: 24px;
    margin-bottom: 20px;
  }
}

#header-top .header-top__logo .logo-badge img {
  display: block;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}

@media (min-width: 1200px) {
  #header-top .header-top__logo .logo-badge img {
    max-width: 80px;
    max-height: 80px;
  }
}

#header-top .header-top__title {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #header-top .header-top__title {
    font-size: 18px;
  }
  #header-top .header-top__title br {
    display: none;
  }
}

@media (max-width: 1199px) {
  #header-top .header-nav {
    height: 0;
    overflow: hidden;
    padding: 0 16px;
    position: fixed;
    z-index: 11;
  }
  #header-top .header-nav.is-expanded {
    height: calc(100% - 60px);
    width: 100%;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #header-top .header-nav .sub-menu {
    height: calc(100vh - 60px);
    left: calc(100% + 32px);
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #header-top .header-nav .sub-menu.is-expanded {
    left: 0;
  }
}

@media (min-width: 1200px) {
  #header-top .header-nav {
    margin-top: 8px;
  }
  #header-top .header-nav.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
  }
  #header-top .header-nav > .container, #header-top .header-nav > .header-top__container, #header-top .menu-primary .header-nav > .sub-menu, .menu-primary #header-top .header-nav > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header-top .header-nav > .container > div:not(.header-nav__extra), #header-top .header-nav > .header-top__container > div:not(.header-nav__extra), #header-top .menu-primary .header-nav > .sub-menu > div:not(.header-nav__extra), .menu-primary #header-top .header-nav > .sub-menu > div:not(.header-nav__extra) {
    width: 100%;
  }
}

#header-top .header-nav__logo img {
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

@media (min-width: 1200px) {
  #header-top .header-nav__extra {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 12px;
    right: 0;
  }
}

#header-top .header-nav__extra ul {
  padding-left: 0;
  list-style: none;
}

@media (max-width: 1199px) {
  #header-top .header-nav__extra ul {
    margin: 16px 0;
  }
}

@media (min-width: 1200px) {
  #header-top .header-nav__extra ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 8px;
  }
}

@media (max-width: 1199px) {
  #header-top .header-nav__extra ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  #header-top .header-nav__extra ul li {
    margin-left: 16px;
  }
}

#header-top .header-nav__extra ul li a {
  color: #ddd;
  font-size: 0.8125rem;
}

@media (min-width: 1200px) {
  #header-top .header-nav__extra ul li a {
    font-size: 0.75rem;
  }
}

#header-top .header-nav__extra ul li a:hover {
  text-decoration: underline;
}

#header-top .header-nav__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  #header-top .header-nav__options {
    margin-left: auto;
    margin-left: 16px;
  }
}

#header-top .header-nav__options .theme-toggler {
  background-color: #333;
  color: #eee;
}

#header-top .header-nav__options .theme-toggler:empty {
  display: none;
}

#header-top .header-nav__options .fontsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: rgba(255, 255, 255, 0.1);
  color: #eee;
  border-radius: 2px;
  font-size: 13px;
  padding: 4px 12px;
  margin-left: 8px;
}

#header-top .header-nav__options .fontsize button {
  color: #eee;
}

body.menu-is-expanded {
  overflow-y: hidden;
}

.menu-primary {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

@media (min-width: 1200px) {
  .menu-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 24px;
  }
}

@media (min-width: 1200px) {
  .menu-primary__toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .menu-primary > li > a {
    font-weight: 800;
  }
}

@media (max-width: 1199px) {
  .menu-primary li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu-primary li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 1200px) {
  .menu-primary li:hover > a {
    text-decoration: underline;
  }
  .menu-primary li:hover > .sub-menu {
    visibility: visible;
    z-index: 3;
  }
}

.menu-primary li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  color: #eee;
  position: relative;
}

@media (max-width: 991px) {
  .menu-primary li > a {
    min-height: 40px;
  }
}

.menu-primary li .sub-menu__opener {
  background: transparent;
  color: #eee;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-primary li .sub-menu__opener i {
  background-color: #eee;
}

.menu-primary li .sub-menu__closer {
  background: transparent;
  color: #eee;
  border: none;
  height: 40px;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.menu-primary li .sub-menu__closer:before {
  content: '';
  background-color: #eee;
  margin-right: 8px;
}

@media (min-width: 1200px) {
  .menu-primary li .sub-menu__opener,
  .menu-primary li .sub-menu__closer {
    display: none;
  }
}

.menu-primary .sub-menu {
  margin-bottom: 0;
  padding: 0;
  background-color: var(--primary);
  list-style: none;
}

@media (max-width: 1199px) {
  .menu-primary .sub-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: 0.2s left ease;
    transition: 0.2s left ease;
  }
  .menu-primary .sub-menu.is-expanded {
    max-height: 9999px;
  }
}

@media (min-width: 1200px) {
  .menu-primary .sub-menu {
    min-height: 40px;
    min-width: 240px;
    gap: 8px 24px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    padding: 16px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media (min-width: 1200px) {
  .menu-primary .sub-menu li {
    display: block;
  }
  .menu-primary .sub-menu li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

@media (max-width: 1199px) {
  .menu-primary .sub-menu li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.menu-primary .sub-menu li a {
  color: #eee;
  font-size: 0.875rem;
  font-weight: 500;
}

.hamburger {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 24px;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  position: absolute;
  width: 28px;
  height: 2px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
}

.hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s;
  display: block;
}

.hamburger-inner:before {
  top: -8px;
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:after {
  top: -16px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger-inner:before, .hamburger-inner:after {
  display: block;
  content: "";
}

.hamburger-toggler.is-active .hamburger .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger-toggler.is-active .hamburger .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger-toggler.is-active .hamburger .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.pagination {
  font-size: 0;
  margin-top: 32px;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .nav-links span, .pagination .nav-links a {
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  padding: 0 8px;
  margin: 0 2px;
  min-height: 32px;
  min-width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .nav-links a:hover, .pagination .nav-links a:active, .pagination .nav-links a:focus {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.woocommerce-pagination {
  font-size: 0;
  margin-top: 32px;
}

.woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
}

.woocommerce-pagination .page-numbers span, .woocommerce-pagination .page-numbers a {
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  padding: 0 8px;
  margin: 0 2px;
  min-height: 32px;
  min-width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-pagination .page-numbers a:hover, .woocommerce-pagination .page-numbers a:active, .woocommerce-pagination .page-numbers a:focus {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

table {
  width: 100%;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  table {
    font-size: 13px;
    line-height: 17px;
  }
  table:not(.no-scrolling) {
    display: block;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  table {
    font-size: 14px;
    line-height: 21px;
  }
}

table tr {
  border-bottom: 1px solid #e1e1e1;
}

table tr.line-through td span:not(.label) {
  text-decoration: line-through;
}

table tr th {
  background-color: #f0f0f0;
  border: 0;
  padding: 8px 12px;
  color: #222;
  font-weight: 800;
  white-space: nowrap;
}

table tr td {
  border: 0;
  padding: 8px 12px;
  color: #222;
}

table tr td .small {
  font-size: 12px;
  white-space: nowrap;
}

table tr td .grey, table tr td .grey a {
  color: #aaa;
}

table tr td .label {
  background-color: #f0f0f0;
  border-radius: 2px;
  color: #222;
  font-weight: 800;
  font-size: 13px;
  padding: 2px 12px;
  white-space: nowrap;
  text-decoration: none;
}

table tr td .label--playoff {
  background-color: #77b300;
  color: #fff;
}

table tr td .label--playdown {
  background-color: #deb887;
  color: #fff;
}

table tr td .label--relegation {
  background-color: #c65353;
  color: #fff;
}

table tr td .label--win {
  background-color: #77b300;
  color: #fff;
  display: inline-block;
  width: 36px;
  text-align: center;
}

table tr td .label--lose {
  background-color: #c65353;
  color: #fff;
  display: inline-block;
  width: 36px;
  text-align: center;
}

table tr td .label--draw {
  display: inline-block;
  width: 36px;
  text-align: center;
}

table tr td .label--warning {
  background-color: #c65353;
  color: #fff;
}

table tr td .label--block {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}

table tr.no-border {
  border: 0;
}

table > tr:hover, table > tbody tr:hover {
  background-color: #f6f6f6;
}

table .nowrap {
  white-space: nowrap;
}

table .icon-file {
  display: table-cell;
  font-size: 26px;
}

table .icon-file:before {
  content: "\E96E";
  display: inline-block;
  font-family: 'newspaper';
  margin: 4px 4px 4px -2px;
}

table .icon-file:hover, table .icon-file:active, table .icon-file:focus {
  color: #222;
  text-decoration: none;
}

table .icon-file img, table .icon-file + img {
  display: none !important;
}

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 767px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}

html[data-theme="dark"] body {
  background-color: #222;
}

html[data-theme="dark"] #header-top .theme-toggler {
  background-color: #eee;
  color: var(--primary);
}

html[data-theme="dark"] .grid-item,
html[data-theme="dark"] .results-list-item,
html[data-theme="dark"] .players-list-item {
  background-color: #333;
}

html[data-theme="dark"] .breadcrumbs {
  background-color: #333;
}

html[data-theme="dark"] .breadcrumbs a, html[data-theme="dark"] .breadcrumbs span {
  color: #eee;
}

html[data-theme="dark"] footer {
  background-color: #2e2e2e;
}

html[data-theme="dark"] span.club-thumb {
  border-color: #666;
}

html[data-theme="dark"] .button--light {
  background-color: #666;
  border-color: #666;
}

html[data-theme="dark"] .button--light:hover, html[data-theme="dark"] .button--light:active, html[data-theme="dark"] .button--light:focus {
  background-color: var(--button-light--hover);
  border-color: var(--button-light--hover);
}

html[data-theme="dark"] footer {
  background-color: #222;
}

html[data-theme="dark"] footer .footer-box.type--newsletter {
  background-color: #222;
}

html[data-theme="dark"] footer .footer-box.type--newsletter .ml-embedded .ml-form-formContent input {
  background-color: #333 !important;
  color: #fff !important;
}

html[data-theme="dark"] footer .footer-header,
html[data-theme="dark"] footer .footer-subheader {
  color: #ddd;
}

html[data-theme="dark"] footer .footer-top ul li a,
html[data-theme="dark"] footer .footer-middle ul li a {
  color: #ddd;
}

html[data-theme="dark"] footer .footer-top ul li a:hover,
html[data-theme="dark"] footer .footer-middle ul li a:hover {
  color: #fff;
}

html[data-theme="dark"] footer .footer-box,
html[data-theme="dark"] footer .footer-middle {
  border-color: #555;
}

html[data-theme="dark"] footer .footer-bottom {
  color: #999;
}

html[data-theme="dark"] .toolbox .toolbox-item__content {
  background-color: #333;
}

html[data-theme="dark"] ::-webkit-input-placeholder {
  color: #fff !important;
}

html[data-theme="dark"] ::-moz-placeholder {
  color: #fff !important;
}

html[data-theme="dark"] ::-ms-input-placeholder {
  color: #fff !important;
}

html[data-theme="dark"] ::placeholder {
  color: #fff !important;
}

:root[data-theme="dark"] {
  --text: #eee;
  --heading: #eee;
  --gray-3: #ccc;
  --gray-6: #aaa;
  --button-primary--hover: #444;
  --button-secondary--hover: #444;
  --button-white--hover: #444;
  --button-light--hover: #444;
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #bba063;
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,transform;
  transition-property: visibility,opacity,transform,-webkit-transform;
  outline: 0;
}

.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #bba063;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  bottom: -7px;
}

.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #bba063;
  margin: 0 3px;
  -webkit-transform-origin: 50% 7px;
          transform-origin: 50% 7px;
  top: -7px;
}

.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #bba063;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  right: -7px;
}

.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #bba063;
  margin: 3px 0;
  -webkit-transform-origin: 7px 50%;
          transform-origin: 7px 50%;
  left: -7px;
}

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  padding: 5px 9px;
}

html[data-fontsize="a"], html[data-fontsize="null"] {
  font-size: 100%;
}

html[data-fontsize="a"] button[data-size="a"], html[data-fontsize="null"] button[data-size="a"] {
  font-weight: 800;
}

html[data-fontsize="aa"] {
  font-size: 105%;
}

html[data-fontsize="aa"] button[data-size="aa"] {
  font-weight: 800;
}

html[data-fontsize="aaa"] {
  font-size: 110%;
}

html[data-fontsize="aaa"] button[data-size="aaa"] {
  font-weight: 800;
}

.fontsize button {
  background-color: transparent;
  border-color: transparent;
  color: var(--primary);
  cursor: pointer;
  padding: 0;
  margin-left: 4px;
}

.fontsize button[data-size="a"] {
  font-size: 14px;
}

.fontsize button[data-size="aa"] {
  font-size: 16px;
}

.fontsize button[data-size="aaa"] {
  font-size: 18px;
}

/* Partials */
.wzts-section__banners {
  text-align: center;
  margin-bottom: 32px;
}

.wzts-section__banners img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wzts-section__partners {
  padding-top: 32px;
  padding-bottom: 24px;
}

.wzts-section__partners .partners-group {
  overflow: hidden;
}

.wzts-section__partners .partners-group:not(:last-of-type) {
  margin-bottom: 16px;
}

.wzts-section__partners .partners-header h4 {
  font-size: 18px;
  margin-top: 0;
}

.wzts-section__partners .partners-header h4 span {
  position: relative;
}

.wzts-section__partners .partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}

.wzts-section__partners .partners-item {
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  min-width: calc(50% - 16px);
  height: 76px;
}

@media screen and (min-width: 768px) {
  .wzts-section__partners .partners-item {
    min-width: calc(33.33% - 16px);
  }
}

.wzts-section__partners .partners-item__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}

.wzts-section__partners .partners-item__image:hover, .wzts-section__partners .partners-item__image:active, .wzts-section__partners .partners-item__image:focus {
  opacity: 1;
}

.wzts-section__partners .partners-item__image img {
  max-width: 140px;
  max-height: 60px;
  width: auto;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wzts-block__downloads {
  margin-bottom: 48px;
}

.wzts-block__downloads h2 {
  margin-top: 0;
}

.wzts-block__downloads .wzts-block__downloads-section {
  font-size: 16px;
}

.wzts-block__downloads .wzts-block__downloads-section a {
  color: #222;
}

.wzts-block__downloads .wzts-block__downloads-section a:hover, .wzts-block__downloads .wzts-block__downloads-section a:active, .wzts-block__downloads .wzts-block__downloads-section a:focus {
  text-decoration: underline;
}

.wzts-section__events {
  background-color: var(--light-primary);
  border-radius: 2px;
  padding: 24px;
  position: sticky;
  top: 32px;
}

.wzts-section__instagram {
  margin-bottom: -16px;
  padding-top: 32px;
}

@media (min-width: 768px) {
  .wzts-section__instagram {
    padding-top: 40px;
  }
}

.wzts-section__instagram h3 {
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
}

.wzts-section__instagram .td-footer-instagram-user-link {
  color: #bba063;
}

.wzts-section__instagram .td-footer-instagram-user-link:hover, .wzts-section__instagram .td-footer-instagram-user-link:active, .wzts-section__instagram .td-footer-instagram-user-link:focus {
  text-decoration: underline;
}

.wzts-section__instagram #sb_instagram {
  padding: 0 !important;
}

.wzts-section__instagram #sbi_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  min-width: calc(100% + 32px);
}

@media (max-width: 767px) {
  .wzts-section__instagram #sbi_images .sbi_item {
    min-width: 50%;
  }
}

.wzts-section__latest-results {
  margin-bottom: 32px;
  background: var(--light-primary);
  padding: 24px 0 32px 0;
  margin-top: -32px;
}

.wzts-section__latest-results .latest-results-item {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  opacity: 0.8;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .wzts-section__latest-results .latest-results-item {
    padding: 8px 40px 12px 40px;
  }
}

@media (min-width: 768px) {
  .wzts-section__latest-results .latest-results-item {
    padding: 8px 8px 12px 8px;
  }
}

.wzts-section__latest-results .latest-results-item:hover, .wzts-section__latest-results .latest-results-item:active, .wzts-section__latest-results .latest-results-item:focus {
  opacity: 1;
}

.wzts-section__latest-results .wzts-leagues-team {
  min-height: 60px;
}

.wzts-section__latest-results .wzts-leagues-team__details {
  max-height: 36px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wzts-section__latest-results .wzts-leagues-team__details {
    margin: 12px 0;
  }
}

@media (min-width: 768px) {
  .wzts-section__latest-results .wzts-leagues-team__details {
    margin: 8px 0;
  }
}

.wzts-section__latest-results .wzts-leagues-live {
  background-color: #e1001a;
  padding: 4px 16px;
  margin-bottom: 12px;
  border-radius: 2px;
}

.wzts-section__latest-results .wzts-leagues-live span {
  color: #fff;
  font-weight: 800;
}

.wzts-section__latest-results .wzts-leagues-live.display-0 {
  display: none;
}

.wzts-section__latest-results .wzts-leagues-live.display-1 {
  display: inline-block;
}

.wzts-section__latest-results .wzts-leagues-information {
  margin-top: auto;
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
}

.wzts-section__latest-results .wzts-leagues-avatar__wrapper {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wzts-section__latest-results .wzts-leagues-result--medium {
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.wzts-leagues-team {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wzts-leagues-team .wzts-leagues-avatar.sm-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.sm-50 a {
  height: 50px;
  width: 50px;
}

.wzts-leagues-team .wzts-leagues-avatar.sm-50 img {
  height: 30px;
}

.wzts-leagues-team .wzts-leagues-avatar.sm-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.sm-150 a {
  height: 150px;
  width: 150px;
}

.wzts-leagues-team .wzts-leagues-avatar.sm-150 img {
  height: 120px;
}

@media (min-width: 768px) {
  .wzts-leagues-team .wzts-leagues-avatar.md-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.md-50 a {
    height: 50px;
    width: 50px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.md-50 img {
    height: 30px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.md-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.md-150 a {
    height: 150px;
    width: 150px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.md-150 img {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .wzts-leagues-team .wzts-leagues-avatar.lg-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.lg-50 a {
    height: 50px;
    width: 50px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.lg-50 img {
    height: 30px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.lg-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.lg-150 a {
    height: 150px;
    width: 150px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.lg-150 img {
    height: 120px;
  }
}

.wzts-section__newsletter {
  background-color: #f2f2f2 !important;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 0;
  padding: 32px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .wzts-section__newsletter {
    padding: 40px 0;
  }
}

.wzts-section__newsletter .logo {
  max-width: 60px;
  height: auto;
}

.wzts-section__newsletter h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.wzts-section__newsletter h5 {
  color: #666;
  font-weight: 500 !important;
  margin-bottom: 16px;
  margin-top: 0;
}

.wzts-section__newsletter .mailpoet_form {
  margin-left: -8px;
  margin-right: -8px;
}

.wzts-section__newsletter .mailpoet_paragraph {
  display: inline-block;
  margin: 8px;
  max-width: 736px;
}

@media (max-width: 767px) {
  .wzts-section__newsletter .mailpoet_paragraph {
    width: calc(100% - 16px);
  }
}

.wzts-section__newsletter .mailpoet_paragraph:last-of-type {
  display: block;
  max-width: none;
}

.wzts-section__newsletter .mailpoet_paragraph label {
  font-size: 12px;
  color: #aaa;
}

.wzts-section__newsletter .mailpoet_paragraph input[type="text"], .wzts-section__newsletter .mailpoet_paragraph input[type="url"], .wzts-section__newsletter .mailpoet_paragraph input[type="tel"], .wzts-section__newsletter .mailpoet_paragraph input[type="email"] {
  height: 44px;
}

@media (max-width: 767px) {
  .wzts-section__newsletter .mailpoet_paragraph input[type="text"], .wzts-section__newsletter .mailpoet_paragraph input[type="url"], .wzts-section__newsletter .mailpoet_paragraph input[type="tel"], .wzts-section__newsletter .mailpoet_paragraph input[type="email"] {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .wzts-section__newsletter .mailpoet_paragraph input[type="text"], .wzts-section__newsletter .mailpoet_paragraph input[type="url"], .wzts-section__newsletter .mailpoet_paragraph input[type="tel"], .wzts-section__newsletter .mailpoet_paragraph input[type="email"] {
    min-width: 250px;
  }
}

.wzts-section__newsletter .mailpoet_paragraph input[type="text"] + .parsley-errors-list.filled, .wzts-section__newsletter .mailpoet_paragraph input[type="url"] + .parsley-errors-list.filled, .wzts-section__newsletter .mailpoet_paragraph input[type="tel"] + .parsley-errors-list.filled, .wzts-section__newsletter .mailpoet_paragraph input[type="email"] + .parsley-errors-list.filled {
  margin-bottom: 24px;
  position: relative;
}

.wzts-section__newsletter .mailpoet_paragraph input[type="text"] + .parsley-errors-list.filled li, .wzts-section__newsletter .mailpoet_paragraph input[type="url"] + .parsley-errors-list.filled li, .wzts-section__newsletter .mailpoet_paragraph input[type="tel"] + .parsley-errors-list.filled li, .wzts-section__newsletter .mailpoet_paragraph input[type="email"] + .parsley-errors-list.filled li {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 12px;
}

.wzts-section__newsletter .mailpoet_paragraph input[type="submit"] {
  margin-top: 8px;
  margin-bottom: 8px;
}

.wzts-section__newsletter .mailpoet_paragraph .parsley-errors-list {
  margin-bottom: 4px;
  margin-top: 4px;
}

.wzts-section__newsletter .mailpoet_paragraph .parsley-custom-error-message {
  color: #e1001a;
  font-size: 12px;
  font-weight: 800;
  margin-left: 0;
}

.wzts-section__newsletter .mailpoet_form_loading {
  margin: auto;
}

.wzts-section__newsletter .mailpoet_form_loading > span {
  background-color: #bba063;
}

.wzts-section__newsletter .mailpoet_message {
  font-weight: 800;
}

.wzts-section__newsletter .mailpoet_message p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.wzts-section__notices:first-of-type {
  background-color: #bca16380;
  padding: 24px 24px 0;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .wzts-section__notices:first-of-type {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.wzts-section__notices:first-of-type .td-block-title span:before, .wzts-section__notices:first-of-type .td-block-title span:after {
  background-color: #ccbe9f;
}

.wzts-section__popup {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wzts-section__popup-wrapper {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  margin: auto;
  max-width: calc(100% - 40px);
  position: relative;
}

.wzts-section__popup-wrapper #wzts-section__popup-close {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (max-width: 767px) {
  .wzts-section__popup-wrapper #wzts-section__popup-close {
    right: 8px;
    top: 8px;
    -webkit-transform: none;
            transform: none;
  }
}

.wzts-section__popup-wrapper #wzts-section__popup-close:hover, .wzts-section__popup-wrapper #wzts-section__popup-close:active, .wzts-section__popup-wrapper #wzts-section__popup-close:focus {
  background-color: #111;
}

.wzts-section__posts:not(:empty) {
  margin-top: 48px;
}

.wzts-section__posts .td_block_wrap {
  margin-bottom: 32px;
}

.wzts-section__posts .td_block_wrap:last-of-type {
  margin-bottom: 0;
}

.wzts-section__posts .wzts-block__gallery {
  margin-bottom: -16px;
}

.wzts-section__posts .wzts-block__gallery .wp-caption-text {
  margin-bottom: 0;
}

.wzts-section__posts .wzts-block__gallery .td-module-thumb {
  margin-bottom: 0;
}

/* Toolbox */
.wzts-section__toolbox {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 11;
}

@media (min-width: 768px) {
  .wzts-section__toolbox {
    bottom: unset;
    left: unset;
    right: 0;
    top: 33.33%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.wzts-section__toolbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .wzts-section__toolbox-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .toolbox-item {
    display: inline-block;
  }
}

.toolbox-item__toggler {
  background: linear-gradient(-150deg, #771414, #bca163);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  height: 64px;
  border: 0;
  border-radius: 2px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 1.2;
  outline: 0;
  margin-right: 8px;
  width: 64px;
}

@media (min-width: 768px) {
  .toolbox-item__toggler {
    border-radius: 2px 0 0 4px;
    font-size: 11px;
    height: 64px;
    margin-bottom: 8px;
    margin-right: 0;
    width: 80px;
  }
}

.toolbox-item__icon.wzts-icon-table {
  font-size: 20px;
  margin-top: 4px;
}

.toolbox-item__icon.wzts-icon-phone {
  font-size: 24px;
  margin-top: 4px;
}

.toolbox-item__icon.wzts-icon-chat {
  font-size: 20px;
  margin-top: 4px;
}

.toolbox-item__description {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  bottom: -100vh;
  left: 0;
  max-height: calc(100vh - 160px);
  overflow: auto;
  padding: 24px 16px;
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: calc(100vw - 40px);
  z-index: 99;
}

.toolbox-item__description.is-expanded {
  bottom: 68px;
}

@media (min-width: 768px) {
  .toolbox-item__description {
    bottom: unset;
    left: unset;
    right: -320px;
    top: 0;
    width: 320px;
    max-height: 500px;
  }
  .toolbox-item__description.is-expanded {
    bottom: unset;
    right: 90px;
  }
}

.toolbox-item__description h4 {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-top: 0;
  position: relative;
}

.toolbox-item__description h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.toolbox-item__description p {
  font-size: 13px;
  line-height: 26px;
}

.toolbox-item__description p:last-child {
  margin-bottom: 0;
}

.toolbox-item__description a:hover, .toolbox-item__description a:active, .toolbox-item__description a:focus {
  text-decoration: underline;
}

.wzts-section__tv .td_wrapper_player {
  max-width: 712px;
}

.wzts-section__tv .td_wrapper_video_playlist .td_video_controls_playlist_wrapper {
  background-color: #e1001a;
}

.wzts-section__tv .td_wrapper_video_playlist .td_video_title_playing, .wzts-section__tv .td_wrapper_video_playlist .td_video_title {
  font-family: 'Fira Sans', sans-serif !important;
}

.wzts-section__tv .td_wrapper_video_playlist .td_video_title_playing {
  font-weight: 800;
}

.wzts-section__tv .td_wrapper_video_playlist .td_video_title {
  max-height: none !important;
}

.td_video_playlist_title {
  position: relative;
  z-index: 1;
  background-color: #222;
}

.td_video_playlist_title .td_video_title_text {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #ffffff;
  margin-left: 17px;
  margin-right: 17px;
  vertical-align: middle;
  line-height: 24px;
  padding: 10px 0 10px 0;
}

.td_wrapper_video_playlist {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.td_wrapper_video_playlist .td_video_controls_playlist_wrapper {
  background-color: #222;
  position: relative;
}

.td_wrapper_video_playlist .td_video_controls_playlist_wrapper:before {
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGBAMAAADwPukCAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlM9KRgMBADiSB2HAAAAFElEQVR4XmNgYBBgUGAwYHBgCAAAA3wA8fpXm6EAAAAASUVORK5CYII=) repeat-x;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  z-index: 1;
}

.td_wrapper_video_playlist .td_video_stop_play_control {
  position: relative;
  width: 65px;
  height: 65px;
  outline: 0 !important;
}

.td_wrapper_video_playlist .td_video_stop_play_control:after {
  content: '';
  width: 1px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 14px;
  right: 0;
}

.td_wrapper_video_playlist .td_youtube_control,
.td_wrapper_video_playlist .td_vimeo_control {
  position: relative;
  top: 12px;
  left: 11px;
  cursor: pointer;
}

.td_wrapper_video_playlist .td_video_title_playing {
  position: absolute;
  top: 13px;
  left: 80px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 800;
  color: #ffffff;
  padding-right: 7px;
  max-height: 37px;
  overflow: hidden;
}

.td_wrapper_video_playlist .td_video_time_playing {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #ffffff;
  line-height: 17px;
  padding-right: 1px;
}

.td_wrapper_video_playlist .td_video_currently_playing {
  background-color: #404040;
}

.td_wrapper_video_playlist .td_video_currently_playing:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3px solid #4db2ec !important;
  width: 3px;
  height: inherit;
}

.td_wrapper_video_playlist .td_click_video {
  height: 60px;
  display: block;
  width: 100%;
  position: relative;
}

.td_wrapper_video_playlist .td_click_video:hover {
  background-color: #333333;
  cursor: pointer;
}

.td_wrapper_video_playlist .td_video_thumb {
  position: relative;
  top: 10px;
  width: 72px;
  height: 40px;
  overflow: hidden;
  margin-left: 16px;
}

.td_wrapper_video_playlist .td_video_thumb img {
  position: relative;
  top: -6px;
}

.td_wrapper_video_playlist .td_video_title_and_time {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 0 30px 0 103px;
}

.td_wrapper_video_playlist .td_video_title_and_time .td_video_title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
}

.td_wrapper_video_playlist .td_video_time {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #777777;
  line-height: 13px;
}

.td_wrapper_video_playlist .td_wrapper_player {
  background-color: #000;
  overflow: hidden;
}

.td_wrapper_video_playlist .td_wrapper_player iframe {
  width: 100%;
  height: 100% !important;
}

.td_wrapper_video_playlist .td_container_video_playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #222;
  vertical-align: top;
  overflow: hidden;
}

.td_wrapper_video_playlist .td_playlist_clickable {
  overflow-y: auto;
  overflow-x: hidden;
}

.td_video_playlist_column_3 .td_wrapper_player,
.td_video_playlist_column_3 .td_container_video_playlist {
  height: 409px;
}

.td_video_playlist_column_3 .td_wrapper_player {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.td_video_playlist_column_3 .td_container_video_playlist {
  width: 341px;
}

.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
  background-color: #383838;
}

.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 10px;
}

.td_video_playlist_column_2 .td_wrapper_video_playlist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.td_video_playlist_column_2 .td_video_title_playing {
  max-height: 20px;
  top: 23px;
}

.td_video_playlist_column_2 .td_wrapper_player {
  display: block;
  height: 391px;
}

.td_video_playlist_column_2 .td_container_video_playlist {
  height: 305px;
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
  background-color: #383838;
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 10px;
}

.td_video_playlist_column_1 .td_wrapper_video_playlist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.td_video_playlist_column_1 .td_wrapper_player {
  display: block;
  height: 182px;
}

.td_video_playlist_column_1 .td_container_video_playlist {
  height: 412px;
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
  background-color: #383838;
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 10px;
}

.wp-video-shortcode:focus {
  outline: 0 !important;
}

@media (max-width: 767px) {
  .td_video_playlist_title .td_video_title_text {
    text-align: center;
  }
}

@media (min-width: 481px) and (max-width: 1018px) {
  .td_wrapper_video_playlist .td_video_title_playing {
    max-height: 20px;
    top: 23px;
  }
}

@media (max-width: 480px) {
  .td_wrapper_video_playlist .td_video_title_playing {
    max-height: 37px;
    top: 13px;
  }
}

@media (max-width: 1018px) {
  .td_wrapper_video_playlist .td_wrapper_player {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
}

@media (max-width: 767px) {
  .td_wrapper_video_playlist .td_wrapper_player {
    margin-bottom: -5px;
  }
}

@media (max-width: 1018px) {
  .td_video_playlist_column_3 .td_wrapper_video_playlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1019px) and (max-width: 1140px) {
  .td_video_playlist_column_3 .td_wrapper_player,
  .td_video_playlist_column_3 .td_container_video_playlist {
    height: 365px;
  }
}

@media (min-width: 768px) and (max-width: 1018px) {
  .td_video_playlist_column_3 .td_wrapper_player {
    width: 100%;
    height: 416px;
  }
}

@media (max-width: 767px) {
  .td_video_playlist_column_3 .td_wrapper_player {
    width: 100%;
    height: 260px;
  }
}

@media (min-width: 1019px) and (max-width: 1140px) {
  .td_video_playlist_column_3 .td_container_video_playlist {
    width: 331px;
  }
}

@media (max-width: 1018px) {
  .td_video_playlist_column_3 .td_container_video_playlist {
    width: 100%;
    height: 305px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) and (max-width: 1018px) {
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
    margin-right: 10px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1018px) {
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track {
    background-color: #383838;
  }
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track {
    background-color: #383838;
  }
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .td_video_playlist_column_2 .td_video_title_playing {
    max-height: 37px;
    top: 13px;
  }
}

@media (min-width: 1019px) and (max-width: 1140px) {
  .td_video_playlist_column_2 .td_wrapper_player {
    height: 360px;
  }
}

@media (min-width: 768px) and (max-width: 1018px) {
  .td_video_playlist_column_2 .td_wrapper_player {
    height: 272px;
  }
}

@media (max-width: 767px) {
  .td_video_playlist_column_2 .td_wrapper_player {
    display: block;
    height: auto;
  }
}

@media (max-width: 480px) {
  .td_video_playlist_column_2 .td_container_video_playlist {
    height: 245px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,
  .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist {
    margin-right: 10px;
  }
}

@media (min-width: 1019px) and (max-width: 1140px) {
  .td_video_playlist_column_1 .td_wrapper_player {
    height: 169px;
  }
}

@media (min-width: 768px) and (max-width: 1018px) {
  .td_video_playlist_column_1 .td_wrapper_player {
    height: 128px;
  }
}

@media (max-width: 767px) {
  .td_video_playlist_column_1 .td_wrapper_player {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .td_video_playlist_column_1 .td_container_video_playlist {
    height: 245px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,
  .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist {
    margin-right: 10px;
  }
}

/* Modules */
.home-breaking {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .home-breaking {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 768px) {
  .home-breaking > .grid-item:first-child {
    min-height: 440px;
  }
}

.home-breaking > .grid-item:first-child .grid-item__title {
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .home-breaking > .grid-item:first-child .grid-item__title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .home-breaking > .grid-item:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .home-breaking > .grid-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .home-breaking > .grid-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .home-breaking > .grid-item:not(:first-child) .grid-item__title {
    font-size: 1rem;
  }
}

.home-breaking > .grid-item:hover .grid-item__title a {
  border-width: 3px;
}

.home-breaking > .grid-item .grid-item__wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #fff;
}

@media (min-width: 1200px) {
  .home-breaking > .grid-item .grid-item__wrapper {
    bottom: 8px;
    left: 8px;
    max-width: 80%;
  }
}

.home-breaking > .grid-item .grid-item__image:before {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, rgba(0, 0, 0, 0.75)), color-stop(66%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 66%);
}

.home-breaking > .grid-item .grid-item__title {
  font-size: 1rem;
  pointer-events: all;
}

@media (min-width: 1200px) {
  .home-breaking > .grid-item .grid-item__title {
    font-size: 1.25rem;
  }
}

.home-breaking > .grid-item .grid-item__title a {
  color: #fff;
}

.home-breaking > .grid-item .grid-item__description {
  display: none;
}

.home-breaking > .grid-item .grid-item__footer {
  display: none;
}

.home-breaking > .grid-item figure {
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
}

.home-breaking > .grid-item figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1200px) {
  .home-breaking > .grid-item figure img {
    aspect-ratio: auto;
  }
}

.home-newest {
  gap: 16px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .home-newest {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 32px;
  }
}

.home-latest {
  gap: 16px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .home-latest {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

.home-content {
  margin-bottom: 32px;
  text-align: center;
}

.home-notices {
  background-color: var(--primary);
  padding: 24px;
  border-radius: 2px;
}

@media (min-width: 1200px) {
  .home-notices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: -32px;
    margin-right: -32px;
    padding: 32px;
  }
}

.home-notices .section-header {
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 1200px) {
  .home-notices .section-header {
    grid-column: 1 / 4;
  }
}

.home-notices .section-header span:after {
  background-color: var(--secondary);
}

.home-notices .grid-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

.home-notices .grid-item__image {
  display: none;
}

.home-notices .grid-item__title a {
  color: #fff;
}

.home-notices .grid-item__date {
  color: #fff;
  margin-top: 16px;
}

.wzts-leagues-navbar {
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
          box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
  border-radius: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 20px 20px 12px;
}

.wzts-leagues-navbar .td-pb-row {
  margin-bottom: 20px;
}

.wzts-leagues-navbar .td-pb-row:last-of-type {
  margin-bottom: 0;
}

.wzts-leagues-navbar h5 {
  margin-top: 0;
  margin-bottom: 8px;
}

.wzts-leagues-navbar ul {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.wzts-leagues-navbar ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  margin-left: 0;
  margin-right: 20px;
}

.wzts-leagues-navbar ul li a:hover, .wzts-leagues-navbar ul li a:active, .wzts-leagues-navbar ul li a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .wzts-leagues-index {
    margin-right: 12px;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-index {
    margin-right: 24px;
  }
}

.wzts-leagues-header {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .wzts-leagues-header {
    text-align: center;
  }
  .wzts-leagues-header .wzts-leagues-player {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wzts-leagues-header .wzts-leagues-avatar__wrapper {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wzts-leagues-header h1 {
  margin: 0;
}

@media (max-width: 767px) {
  .wzts-leagues-header h1 {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .wzts-leagues-result--small {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-result--small {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .wzts-leagues-result--medium {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-result--medium {
    display: block;
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .wzts-leagues-result--large {
    display: block;
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-result--large {
    display: block;
    font-size: 48px;
    line-height: 48px;
  }
}

.wzts-leagues-table--match tr:hover {
  background-color: transparent;
}

.wzts-leagues-table--match tr.match-header {
  background-color: #f8f8f8;
}

.wzts-leagues-table--match tr.match-header .wzts-leagues-avatar {
  margin-bottom: 16px;
}

.wzts-leagues-table--match tr.match-header .wzts-leagues-avatar__wrapper {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.wzts-leagues-table--match tr.match-header strong {
  font-weight: 800;
}

.wzts-leagues-table--match tr.match-header .wzts-leagues-team {
  max-width: 250px;
}

.wzts-leagues-table--match tr.match-header .text--right .wzts-leagues-team {
  margin-left: auto;
}

.wzts-leagues-table--match tr td {
  padding: 20px 12px;
  width: 33.33%;
}

.wzts-leagues-table--match tr td.text--right .wzts-leagues-player {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wzts-leagues-table--match tr td.text--right .wzts-leagues-avatar__wrapper {
  margin-left: 16px;
  margin-right: 0;
}

.wzts-leagues-table--match tr td.text--center .wzts-leagues-result--medium {
  font-weight: 800;
  margin-bottom: 8px;
}

.wzts-leagues-table--match tr td.text--center .wzts-leagues-result--small small {
  margin-top: 6px;
}

.wzts-leagues-table--match .wzts-leagues-team {
  display: block;
  font-size: 20px;
  font-weight: 800;
}

.wzts-leagues-table--match .wzts-leagues-team .wzts-leagues-avatar {
  display: inline-block;
}

.wzts-leagues-table--matches .wzts-leagues-team {
  max-width: 250px;
}

.wzts-leagues-table--matches .wzts-leagues-result--medium {
  font-weight: 800;
}

.wzts-leagues-player, .wzts-leagues-team {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wzts-leagues-player__balance {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wzts-leagues-player__balance-item {
  padding: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .wzts-leagues-player__balance-item {
    width: 50%;
  }
  .wzts-leagues-player__balance-item:first-of-type {
    background-color: #f4f4f4;
  }
  .wzts-leagues-player__balance-item:nth-of-type(2n) {
    background-color: #ebebeb;
  }
  .wzts-leagues-player__balance-item:nth-of-type(3n) {
    background-color: #ebebeb;
  }
  .wzts-leagues-player__balance-item:nth-of-type(4n) {
    background-color: #f4f4f4;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-player__balance-item {
    min-width: 25%;
  }
  .wzts-leagues-player__balance-item:nth-of-type(2n+1) {
    background-color: #f4f4f4;
  }
  .wzts-leagues-player__balance-item:nth-of-type(2n+2) {
    background-color: #ebebeb;
  }
}

.wzts-leagues-player__balance-value {
  font-weight: 800;
}

@media (max-width: 767px) {
  .wzts-leagues-player__balance-value {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-player__balance-value {
    font-size: 48px;
    line-height: 48px;
  }
}

.wzts-leagues-team__information, .wzts-leagues-match__information {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wzts-leagues-team__information-item, .wzts-leagues-match__information-item {
  padding: 16px;
}

.wzts-leagues-team__information-item:nth-of-type(2n+1), .wzts-leagues-match__information-item:nth-of-type(2n+1) {
  background-color: #f4f4f4;
}

.wzts-leagues-team__information-item:nth-of-type(2n+2), .wzts-leagues-match__information-item:nth-of-type(2n+2) {
  background-color: #ebebeb;
}

.wzts-leagues-team__information-value, .wzts-leagues-match__information-value {
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
}

.wzts-leagues-team__information-label, .wzts-leagues-match__information-label {
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .wzts-leagues-team__information-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-team__information-item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .wzts-leagues-match__information-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-match__information-item {
    min-width: 25%;
  }
}

.wzts-leagues-avatar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wzts-leagues-avatar__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .wzts-leagues-avatar__wrapper {
    margin-right: 12px;
  }
}

@media (min-width: 768px) {
  .wzts-leagues-avatar__wrapper {
    margin-right: 16px;
  }
}

.wzts-leagues-avatar__wrapper a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wzts-leagues-avatar__wrapper img {
  display: block;
  height: 70px;
  max-width: unset;
  position: absolute;
}

.wzts-leagues-player .wzts-leagues-avatar.sm-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.sm-50 a {
  height: 50px;
  width: 50px;
}

.wzts-leagues-player .wzts-leagues-avatar.sm-50 img {
  height: 50px;
}

.wzts-leagues-player .wzts-leagues-avatar.sm-70 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.sm-70 a {
  height: 70px;
  width: 70px;
}

.wzts-leagues-player .wzts-leagues-avatar.sm-70 img {
  height: 70px;
}

.wzts-leagues-player .wzts-leagues-avatar.sm-120 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.sm-120 a {
  height: 120px;
  width: 120px;
}

.wzts-leagues-player .wzts-leagues-avatar.sm-120 img {
  height: 120px;
}

.wzts-leagues-player .wzts-leagues-avatar.sm-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.sm-150 a {
  height: 150px;
  width: 150px;
}

.wzts-leagues-player .wzts-leagues-avatar.sm-150 img {
  height: 150px;
}

@media (min-width: 768px) {
  .wzts-leagues-player .wzts-leagues-avatar.md-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.md-50 a {
    height: 50px;
    width: 50px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.md-50 img {
    height: 50px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.md-70 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.md-70 a {
    height: 70px;
    width: 70px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.md-70 img {
    height: 70px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.md-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.md-150 a {
    height: 150px;
    width: 150px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.md-150 img {
    height: 150px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.md-120 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.md-120 a {
    height: 120px;
    width: 120px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.md-120 img {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .wzts-leagues-player .wzts-leagues-avatar.lg-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.lg-50 a {
    height: 50px;
    width: 50px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.lg-50 img {
    height: 50px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.lg-70 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.lg-70 a {
    height: 70px;
    width: 70px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.lg-70 img {
    height: 70px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.lg-120 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.lg-120 a {
    height: 120px;
    width: 120px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.lg-120 img {
    height: 120px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.lg-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-player .wzts-leagues-avatar.lg-150 a {
    height: 150px;
    width: 150px;
  }
  .wzts-leagues-player .wzts-leagues-avatar.lg-150 img {
    height: 150px;
  }
}

.wzts-leagues-team .wzts-leagues-avatar.sm-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.sm-50 a {
  height: 50px;
  width: 50px;
}

.wzts-leagues-team .wzts-leagues-avatar.sm-50 img {
  height: 30px;
}

.wzts-leagues-team .wzts-leagues-avatar.sm-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.sm-150 a {
  height: 150px;
  width: 150px;
}

.wzts-leagues-team .wzts-leagues-avatar.sm-150 img {
  height: 120px;
}

@media (min-width: 768px) {
  .wzts-leagues-team .wzts-leagues-avatar.md-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.md-50 a {
    height: 50px;
    width: 50px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.md-50 img {
    height: 30px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.md-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.md-150 a {
    height: 150px;
    width: 150px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.md-150 img {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .wzts-leagues-team .wzts-leagues-avatar.lg-50 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.lg-50 a {
    height: 50px;
    width: 50px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.lg-50 img {
    height: 30px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.lg-150 .wzts-leagues-avatar__wrapper, .wzts-leagues-team .wzts-leagues-avatar.lg-150 a {
    height: 150px;
    width: 150px;
  }
  .wzts-leagues-team .wzts-leagues-avatar.lg-150 img {
    height: 120px;
  }
}

.sya_container ul {
  list-style-type: none;
  padding-left: 0;
}

.sya_yearslist {
  padding: 16px;
  background: var(--light-primary);
}

.sya_yearslist a {
  margin: 0 8px;
}

.sya_yearslist a:hover, .sya_yearslist a:active, .sya_yearslist a:focus {
  text-decoration: underline;
}

.sya_postcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
}

.sya_postcontent a:hover, .sya_postcontent a:active, .sya_postcontent a:focus {
  text-decoration: underline;
}

.sya_date {
  text-align: center;
  margin-right: 16px;
  padding: 4px 8px;
  font-size: 14px;
  min-width: 100px;
  border-radius: 2px;
  background: var(--light-primary);
}

.news-single {
  margin-bottom: 40px;
}

.news-single__image {
  max-width: 1200px;
  margin: auto auto 24px auto;
}

@media (min-width: 768px) {
  .news-single__image {
    margin: auto auto 32px auto;
  }
}

.news-single__image figure {
  border-radius: 2px;
  margin: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.5;
}

@media (min-width: 1200px) {
  .news-single__image figure {
    aspect-ratio: 2;
  }
}

.news-single__image figure:before {
  content: '';
  background: linear-gradient(1turn, rgba(0, 0, 0, 0.5), transparent 75%);
  position: absolute;
  height: 100%;
  width: 100%;
}

.news-single__image figure img {
  border-radius: 2px;
  display: block;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-single__image figure figcaption {
  position: absolute;
  bottom: 16px;
  color: #eee;
  font-size: 13px;
  left: 16px;
  z-index: 1;
  max-width: calc(100% - 32px);
}

.news-single__content {
  max-width: 1000px;
  margin: auto;
}

.news-single__content figure {
  margin: auto auto 32px;
  max-width: 100%;
}

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

.news-single__content .twitter-tweet {
  margin: auto;
}

.news-single__categories {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .news-single__categories {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.news-single__categories a {
  color: var(--primary);
}

.news-single__categories a:hover {
  border-bottom: 2px solid var(--primary);
}

.news-single__meta {
  color: var(--gray-3);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.news-single__meta > *:not(:last-of-type):after {
  content: '\2022';
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .news-single__meta {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .news-single__meta > .news-single__meta-source {
    display: block;
    margin-bottom: 4px;
  }
  .news-single__meta > .news-single__meta-source:after {
    display: none;
  }
}

.news-single__fontsize {
  margin-left: auto;
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-single__title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .news-single__title {
    font-size: 2.25rem;
    margin-bottom: 32px;
  }
}

.news-single__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  border-radius: 2px;
  background-color: #eee;
  padding: 24px;
  font-size: 14px;
}

.news-single__author img {
  border-radius: 50%;
  margin-right: 16px;
}

.news-single__author h5 {
  margin: 0 0 4px;
}

.news-single__author p {
  font-size: 14px;
  max-width: 600px;
}

.news-single__comments {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
          box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
  padding: 32px;
  margin-top: 48px;
}

.page-template-wzts-no-margin .pages-single__content {
  max-width: none;
}

.page-content {
  font-family: "Red Hat Display", sans-serif !important;
}

.page-content > div {
  font-size: 1.0625rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .page-content > div {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}

.pages-single__image {
  max-width: 1200px;
  margin: auto auto 24px auto;
}

@media (min-width: 768px) {
  .pages-single__image {
    margin: auto auto 32px auto;
  }
}

.pages-single__image figure {
  border-radius: 2px;
  margin: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.5;
}

@media (min-width: 1200px) {
  .pages-single__image figure {
    aspect-ratio: 2;
  }
}

.pages-single__image figure:before {
  content: '';
  background: linear-gradient(1turn, rgba(0, 0, 0, 0.5), transparent 75%);
  position: absolute;
  height: 100%;
  width: 100%;
}

.pages-single__image figure img {
  border-radius: 2px;
  display: block;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pages-single__image figure figcaption {
  position: absolute;
  bottom: 16px;
  color: #eee;
  font-size: 13px;
  left: 16px;
  z-index: 1;
  max-width: calc(100% - 32px);
}

.pages-single__content {
  max-width: 1000px;
  margin: auto;
}

.pages-single__content figure {
  margin: auto auto 32px;
  max-width: 100%;
}

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

.pages-single__content .twitter-tweet {
  margin: auto;
}

.pages-single__categories {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .pages-single__categories {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.pages-single__categories a {
  color: var(--primary);
}

.pages-single__categories a:hover {
  border-bottom: 2px solid var(--primary);
}

.pages-single__meta {
  color: var(--gray-3);
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .pages-single__meta {
    font-size: 0.875rem;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pages-single__meta > *:not(:first-of-type):before {
    content: '\2022';
    margin-left: 12px;
    margin-right: 8px;
  }
}

.pages-single__fontsize {
  margin-left: auto;
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pages-single__title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .pages-single__title {
    margin-bottom: 32px;
  }
}

.pages-single__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  border-radius: 2px;
  background-color: #eee;
  padding: 24px;
  font-size: 14px;
}

.pages-single__author img {
  border-radius: 50%;
  margin-right: 16px;
}

.pages-single__author h5 {
  margin: 0 0 4px;
}

.pages-single__author p {
  font-size: 14px;
  max-width: 600px;
}

.pages-single__comments {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
          box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
  padding: 32px;
}

.players-section {
  margin-bottom: 40px;
}

.players-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 640px) {
  .players-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (min-width: 1200px) {
  .players-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.players-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
          box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.players-list-item:hover .players-list-item__title a {
  border-bottom: 2px solid var(--primary);
}

.players-list-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
}

.players-list-item__image {
  border-radius: 2px;
  background-image: linear-gradient(315deg, #2f4353 0%, #d2ccc4 75%);
  background-image: linear-gradient(315deg, #7a5640 0%, #d2ccc4 75%);
  padding: 20px 10px 0;
}

.players-list-item__image img {
  display: block;
  height: 140px !important;
  width: 140px !important;
  min-width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.players-list-item__number {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.players-list-item__title {
  font-size: 18px;
  font-weight: 800;
  margin: 8px 0 0;
  line-height: 1.4;
}

.players-list-item__title a {
  color: var(--text);
}

.players-list-item__title span.last-name {
  text-transform: uppercase;
}

.players-list-item__country {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.2;
}

.players-list-item__country img {
  margin-right: 8px;
  width: 16px;
  height: auto;
}

.players-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(315deg, #2f4353 0%, #d2ccc4 75%);
  background-image: linear-gradient(315deg, #7a5640 0%, #d2ccc4 75%);
  border-radius: 2px;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .players-single__header {
    padding: 20px 140px 0;
  }
}

.players-single__header img {
  display: block;
  max-width: 320px;
  height: auto;
}

.players-single__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.players-single__description {
  max-width: 1000px;
  margin: auto auto 40px;
}

.players-single__stats ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results-list {
  list-style: none;
  padding: 0;
  border-radius: 2px;
}

.results-list-item {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
          box-shadow: 0px 15px 30px 0px rgba(19, 49, 94, 0.1);
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.results-list-item a:not(.button) {
  color: var(--text);
  display: block;
  padding: 16px;
}

@media (min-width: 768px) {
  .results-list-item a:not(.button) {
    padding: 20px;
  }
}

.results-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.results-list-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.results-list-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
}

.results-list-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--gray-6);
  font-size: 0.75rem;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .results-list-item__header {
    font-size: 0.875rem;
  }
}

.results-list-item__competitions:before {
  content: ' \2022   ';
  margin: 0 8px;
}

.results-list-item__host {
  font-size: 0.75rem;
  font-weight: 500;
  width: 100%;
}

@media (min-width: 768px) {
  .results-list-item__host {
    font-size: 1.25rem;
  }
}

.results-list-item__guest {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: right;
  width: 100%;
}

@media (min-width: 768px) {
  .results-list-item__guest {
    font-size: 1.25rem;
  }
}

.results-list-item__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 8px;
}

@media (min-width: 768px) {
  .results-list-item__summary {
    margin: 0 16px;
  }
}

.results-list-item__score {
  font-size: 0.875rem;
  font-weight: 800;
  margin: 0 8px;
}

@media (min-width: 768px) {
  .results-list-item__score {
    font-size: 1.25rem;
    margin: 0 16px;
  }
}

.results-list-item__badge img {
  max-height: 32px !important;
  max-width: 32px !important;
}

.results-list-item__buttons {
  margin-top: auto;
  padding-top: 20px;
}

span.club-thumb {
  border-radius: 50%;
  border: 1px solid #eee;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
}

@media (min-width: 768px) {
  span.club-thumb {
    width: 64px;
    height: 64px;
  }
}

span.club-thumb img {
  max-height: 40px;
  width: auto !important;
}

.wsp-pages-title {
  display: none !important;
}

.wsp-pages-list {
  list-style-type: decimal-leading-zero;
  margin-bottom: 0;
  padding-left: 12px;
}

.wsp-pages-list ul {
  list-style-type: circle;
  margin-bottom: 0;
}

.wsp-pages-list > li {
  margin-bottom: 8px;
  padding-left: 8px;
}

.wsp-pages-list > li > a {
  font-weight: 800;
}

.wsp-pages-list a {
  color: #222;
}

/* Widgets */
.widget-events__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

.widget-events__item:hover .widget-events__title a, .widget-events__item:active .widget-events__title a, .widget-events__item:focus .widget-events__title a {
  text-decoration: underline;
}

.widget-events__item:last-of-type {
  margin-bottom: 0;
}

.widget-events__date {
  background-color: var(--primary);
  border-radius: 2px;
  color: #fff;
  margin-right: 16px;
  padding: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-events__date-day {
  font-weight: 800;
  white-space: nowrap;
}

.widget-events__date-day:not(.one-day) {
  font-size: 16px;
}

.widget-events__date-day.one-day {
  font-size: 24px;
}

.widget-events__date-month {
  color: #eee;
}

.widget-events__title {
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
}

.widget-events__title a {
  color: var(--text);
}

.widget-events__title a:hover, .widget-events__title a:active, .widget-events__title a:focus {
  text-decoration: underline;
}

.widget-events__location {
  color: #666;
  font-size: 13px;
  line-height: 17px;
}

.widget-events__button {
  text-align: center;
}

.widget-events__button .button {
  display: block;
}
