* {
  box-sizing: border-box;
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url("roboto-bold.dc8d1057.ttf") format("truetype");
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url("roboto-regular.13f51e9e.ttf") format("truetype");
}

@font-face {
  font-family: SazkaSans;
  font-weight: 700;
  src: url("sazkasanscondensed-bolditalic.5afc53ff.woff2") format("woff2");
}

@font-face {
  font-family: RobotoCondensed;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("robotocondensed-regular.e543bd01.ttf") format("truetype");
}

@font-face {
  font-family: RobotoCondensed;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("robotocondensed-bold.4819dfa9.ttf") format("truetype");
}

@font-face {
  font-family: RobotoCondensed;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("robotocondensed-black.13c65cb7.ttf") format("truetype");
}

html, body {
  margin: 0;
  padding: 0;
  font-family: RobotoCondensed, sans-serif;
  font-style: normal;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.wrapper {
  background-color: #232157;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.background {
  margin: auto;
  position: absolute;
  inset: 0;
}

.arrow {
  z-index: 1;
  cursor: pointer;
  background: none;
  border: 0;
  width: 40px;
  height: 42px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 11px;
  bottom: 0;
}

.arrow--prev {
  top: 8px;
  left: 0;
  transform: rotate(180deg);
}

.arrow:hover {
  fill: #fce42f;
}

.arrow svg {
  fill: #fff;
}

.arrow svg:hover {
  fill: #fce42f;
}

.content {
  position: relative;
}

.game {
  opacity: 0;
  pointer-events: none;
  background-image: url("fotbal.745c5c53.jpg");
  background-position: 100%;
  background-size: cover;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0;
}

.game--football {
  background-image: url("fotbal.745c5c53.jpg");
  background-position: center;
}

.game--hockey {
  background-image: url("hokej.b7168c17.jpg");
  background-position: center;
}

.game--basketball {
  background-image: url("basketball.90ee8c39.jpg");
  background-position: center;
}

.game--tennis {
  background-image: url("tenis.046fc5bc.jpg");
  background-position: center;
}

.game--mma {
  background-image: url("mma.dd394e16.jpg");
  background-position: center;
}

.game.is-active {
  opacity: 1;
  pointer-events: all;
}

.game .brush {
  z-index: 0;
  max-width: 150px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translate(-50%);
}

.game__header {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin: 10px 10px 0;
  display: flex;
}

.game__header-left {
  align-items: center;
  display: flex;
}

.game__header-right {
  font-weight: 400;
}

.game__header-sport-icon {
  z-index: 20;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 4px;
}

.game__header-league {
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: .36px;
  max-width: 120px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

.game__header-start, .game__header-live, .game__header-date, .game__header-time {
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  font-size: 14px;
  display: flex;
}

.game__header-live {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
}

.game__header-start {
  margin-top: 2px;
}

.game__header-icon--prematch {
  max-width: 18px;
  margin-right: 5px;
}

.game__header-icon--live {
  width: 34px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.teams {
  text-align: center;
  color: #fff;
  margin: 30px 0 12px;
  font-weight: bold;
}

.teams__divider {
  color: #fce42f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.team {
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 21px;
  font-size: 19px;
  line-height: 1.15;
  overflow: hidden;
}

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

.headline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
  margin: 25px auto;
  font-family: SazkaSans, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 15px;
  position: relative;
}

.headline--strong {
  color: #fce42f;
  z-index: 1;
  margin-top: -50px;
  margin-left: 30px;
  display: block;
  position: relative;
  transform: rotate(-12.0001deg);
}

.charts {
  text-align: center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  display: flex;
}

.chart {
  color: #fff;
  justify-content: center;
  gap: 10px;
  margin: 0 10px;
  display: flex;
}

.chart__percentage {
  display: inline-block;
  position: relative;
}

.chart__percentage-icon {
  z-index: 2;
  width: 12px;
  position: absolute;
}

.chart__percentage-wrapper {
  height: 30px;
}

.chart__team {
  color: #fff;
  z-index: 10;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  font-size: 13px;
  position: absolute;
  top: -6px;
  left: 45px;
  overflow: hidden;
}

.chart__bar {
  background-color: #ffffffa6;
  border-radius: 4px;
  width: 100%;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.chart__bar--home {
  background-color: #68688873;
}

.chart__bar--draw {
  background-color: #5e99a659;
}

.chart__bar--away {
  background-color: #9a619e59;
}

.chart__bar-fill {
  z-index: 1;
  background-color: #fff;
  width: 70%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.chart__bar-fill--home, .chart__bar-fill--draw, .chart__bar-fill--away {
  height: 100%;
}

.chart__bar-fill--home {
  background-color: #686888;
}

.chart__bar-fill--draw {
  background-color: #5e99a6;
}

.chart__bar-fill--away {
  background-color: #9a619e;
}

.chart__bar-fill.is-hidden {
  display: none;
}

.chart__odd {
  color: #232157;
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  width: 25%;
  max-width: 60px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.chart:hover .chart__odd {
  background-color: #fce42f;
}

.is-hidden, #game-template {
  display: none;
}

.wrapper {
  width: 100%;
  min-width: 260px;
  max-width: 390px;
  height: 280px;
  overflow: hidden;
}

.background {
  width: 100%;
  height: 100%;
}

.icon__wrap {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}

.icon__wrap--football:after, .icon__wrap--hockey:after, .icon__wrap--tennis:after {
  content: "";
  z-index: 19;
  background-size: cover;
  width: 45px;
  height: 30px;
  display: block;
  position: absolute;
}

.icon__wrap--football:after {
  background-image: url("shadow.7b055235.png");
  top: 6px;
  left: 9px;
}

.icon__wrap--hockey:after {
  background-image: url("shadow2.a16c9b87.png");
  width: 70px;
  height: 45px;
  top: -1px;
  left: 0;
}

.icon__wrap--tennis:after {
  background-image: url("shadow3.f4a8581c.png");
  top: 6px;
  left: 9px;
}

.arrow {
  color: #fff;
  transition: all .3s ease-in;
}

.arrow--prev {
  left: -8px;
}

.arrow--next {
  right: -8px;
}

.arrow:hover {
  color: #fce42f;
}

.teams {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.teams__divider {
  letter-spacing: .01em;
  margin: 0 5px;
}

.headline {
  text-align: center;
  margin-top: 23px;
  position: relative;
}

.eyebrow {
  z-index: 1;
  margin-left: -30px;
  position: relative;
  transform: rotate(-12.0001deg);
}

.charts {
  width: 100%;
  margin: 5px auto 0;
  display: flex;
}

.chart__percentage-wrapper {
  position: relative;
  top: 2px;
  left: -65px;
}

.chart__info {
  font-weight: 400;
}

.chart__percentage {
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 4px;
  left: 76px;
}

.chart__percentage-icon {
  height: 10px;
  margin-left: 3px;
  top: 12.5px;
}

.chart__odd {
  letter-spacing: -.015em;
  height: 26px;
  line-height: 26px;
}

.cta {
  letter-spacing: .12em;
  margin-top: 12px;
  font-size: 15px;
}

.cta__arrow {
  border-bottom: 2px solid;
  border-right: 2px solid;
  margin-left: 5px;
  padding: 3px;
  top: -1px;
}
