html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

ul,
ol {
  padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0
}

ul {
  list-style: none
}

img {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

.content__title span:last-child {
  font-family: "PFDinTextCompPro", sans-serif;
  font-weight: 700;
  font-style: normal
}

.button,
.content__title span:first-child,
.content__subtitle {
  font-family: "PFDinTextCompPro", sans-serif;
  font-weight: 500;
  font-style: italic
}

.points p,
.rules__box>p,
.rules__scroll {
  font-family: "Mont", sans-serif;
  font-weight: 700
}

.title {
  font-family: "Mont", sans-serif;
  font-weight: 800
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-blend-mode: overlay;
  scroll-behavior: smooth
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

a {
  text-decoration: none;
  cursor: pointer
}

html,
body {
  min-height: 100vh;
  height: auto;
  overflow-x: hidden
}

.title {
  margin-bottom: 0.5em;
  font-size: calc(24px + 24 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  text-align: center
}

.title--pink {
  color: #dc1941
}

.title--blue {
  color: #0354ff
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

@media (min-width: 767px) {
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

body {
  position: relative;
  font-family: 'Mont', sans-serif;
  line-height: 1.12;
  color: #fff;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #181818
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10%
}

@media (min-width: 767px) {
  .main {
    background-size: 100% 75%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url(../images/cricket-bg/abstractDesctop-bg.avif) 1x, url(../images/cricket-bg/abstractDesctop-bg.webp) 2x, url(../images/cricket-bg/abstractDesctop-bg.png) 2x);
    background-image: -webkit-image-set("../images/cricket-bg/abstractDesctop-bg.avif" 1x type("image/avif"), "../images/cricket-bg/abstractDesctop-bg.webp" 2x type("image/webp"), "../images/cricket-bg/abstractDesctop-bg.png" 2x type("image/png"));
    background-image: -webkit-image-set(url("../images/cricket-bg/abstractDesctop-bg.avif") 1x type("image/avif"), url("../images/cricket-bg/abstractDesctop-bg") 2x type("image/webp"), url("../images/cricket-bg/abstractDesctop-bg") 2x type("image/png"));
    background-image: image-set("../images/cricket-bg/abstractDesctop-bg.avif" 1x type("image/avif"), "../images/cricket-bg/abstractDesctop-bg" 2x type("image/webp"), "../images/cricket-bg/abstractDesctop-bg" 2x type("image/png"))
  }
}

@media (min-width: 993px) {
  .main {
    padding-bottom: 5%
  }
}

@media (min-width: 1200px) {
  .main {
    background-size: 100% 60%
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%)
}

.yellow-gradient {
  background: -o-linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #fff900), color-stop(38.81%, #ffd400));
  background: -o-linear-gradient(top, #fff900 -73.86%, #ffd400 38.81%);
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%)
}

.blue-gradient {
  background: -o-linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #1795f9), color-stop(38.81%, #0354ff));
  background: -o-linear-gradient(top, #1795f9 -73.86%, #0354ff 38.81%);
  background: linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%)
}

.red-gradient {
  background: -o-linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #f95a71), color-stop(38.81%, #f40f3e));
  background: -o-linear-gradient(top, #f95a71 -73.86%, #f40f3e 38.81%);
  background: linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%)
}

.gradient-text {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.text-shadow {
  text-shadow: 1px 1px 2px black, 1px 1px 3px black, 1px 1px 4px black
}

@font-face {
  font-family: "Mont";
  font-style: normal;
  src: url("../fonts/cricket/Mont-Bold.woff2") format("woff2"), url("../fonts/cricket/Mont-Bold.woff") format("woff"), url("../fonts/cricket/Mont-Bold.otf") format("otf"), url("../fonts/cricket/Mont-Bold.ttf") format("ttf");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: "Mont";
  font-style: normal;
  src: url("../fonts/cricket/Mont-Heavy.woff2") format("woff2"), url("../fonts/cricket/Mont-Heavy.woff") format("woff"), url("../fonts/cricket/Mont-Heavy.otf") format("otf"), url("../fonts/cricket/Mont-Heavy.ttf") format("ttf");
  font-weight: 800;
  font-display: swap
}

@font-face {
  font-family: "GoboldHight";
  font-style: normal;
  src: url("../fonts/cricket/Gobold High Bold.woff2") format("woff2"), url("../fonts/cricket/Gobold High Bold.woff") format("woff"), url("../fonts/cricket/Gobold High Bold.ttf") format("ttf");
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: "PFDinTextCompPro";
  font-style: normal;
  src: url("../fonts/cricket/PFDinTextCompPro-Bold.woff2") format("woff2"), url("../fonts/cricket/PFDinTextCompPro-Bold.woff") format("woff"), url("../fonts/cricket/PFDinTextCompPro-Bold.ttf") format("ttf"), url("../fonts/cricket/PFDinTextCompPro-Bold.otf") format("otf");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: "PFDinTextCompPro";
  font-style: italic;
  src: url("../fonts/cricket/PFDinTextCompPro-MedItal.woff2") format("woff2"), url("../fonts/cricket/PFDinTextCompPro-MedItal.woff") format("woff"), url("../fonts/cricket/PFDinTextCompPro-MedItal.ttf") format("ttf"), url("../fonts/cricket/PFDinTextCompPro-MedItal.otf") format("otf");
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: "Arial";
  font-style: normal;
  src: url("../fonts/Arial.woff2") format("woff2"), url("../fonts/Arial.woff") format("woff"), url("../fonts/Arial.ttf") format("ttf");
  font-weight: 400;
  font-display: swap
}

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear
}

.ss-hidden {
  display: none
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.icon {
  width: 12px;
  height: 12px
}

.icon-pt {
  background-image: url("../images/sprite.png");
  background-position: 0px -36px
}

.icon-ru {
  background-image: url("../images/sprite.png");
  background-position: -54px -0px
}

.icon-br {
  background-image: url("../images/sprite.png");
  background-position: -18px 0px
}

.icon-en {
  background-image: url("../images/sprite.png");
  background-position: -36px 55px
}

.icon-fi {
  background-image: url("../images/sprite.png");
  background-position: -18px -54px
}

.icon-de {
  background-image: url("../images/sprite.png");
  background-position: 0px 36px
}

.icon-el {
  background-image: url("../images/sprite.png");
  background-position: -18px -18px
}

.icon-fr {
  background-image: url("../images/sprite.png");
  background-position: 0px 0px
}

.icon-es {
  background-image: url("../images/sprite.png");
  background-position: -54px -36px
}

.icon-tr {
  background-image: url("../images/sprite.png");
  background-position: -36px -36px
}

.icon-no {
  background-image: url("../images/sprite.png");
  background-position: -36px 36px
}

.icon-br {
  background-image: url("../images/sprite.png");
  background-position: 55px 18px
}

/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/
.fflag {
  background-image: url("../images/flagSprite42.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.fflag-ch,
.fflag-np {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.fflag-dz {
  background-position: center 0.2287%
}

.fflag-dz {
  background-position: center 0.2287%
}

.fflag-ao {
  background-position: center 0.4524%
}

.fflag-bj {
  background-position: center 0.6721%
}

.fflag-bw {
  background-position: center 0.8958%
}

.fflag-bf {
  background-position: center 1.1162%
}

.fflag-bi {
  background-position: center 1.3379%
}

.fflag-cm {
  background-position: center 1.5589%
}

.fflag-cv {
  background-position: center 1.7805%
}

.fflag-cf {
  background-position: center 2.0047%
}

.fflag-td {
  background-position: center 2.2247%
}

.fflag-cd {
  background-position: left 2.4467%
}

.fflag-dj {
  background-position: left 2.6674%
}

.fflag-eg {
  background-position: center 2.8931%
}

.fflag-gq {
  background-position: center 3.1125%
}

.fflag-er {
  background-position: left 3.3325%
}

.fflag-et {
  background-position: center 3.5542%
}

.fflag-ga {
  background-position: center 3.7759%
}

.fflag-gm {
  background-position: center 4.0015%
}

.fflag-gh {
  background-position: center 4.2229%
}

.fflag-gn {
  background-position: center 4.441%
}

.fflag-gw {
  background-position: left 4.66663%
}

.fflag-ci {
  background-position: center 4.8844%
}

.fflag-ke {
  background-position: center 5.1061%
}

.fflag-ls {
  background-position: center 5.3298%
}

.fflag-lr {
  background-position: left 5.5495%
}

.fflag-ly {
  background-position: center 5.7712%
}

.fflag-mg {
  background-position: center 5.994%
}

.fflag-mw {
  background-position: center 6.2156%
}

.fflag-ml {
  background-position: center 6.4363%
}

.fflag-mr {
  background-position: center 6.658%
}

.fflag-mu {
  background-position: center 6.8805%
}

.fflag-yt {
  background-position: center 7.1038%
}

.fflag-ma {
  background-position: center 7.3231%
}

.fflag-mz {
  background-position: left 7.5448%
}

.fflag-na {
  background-position: left 7.7661%
}

.fflag-ne {
  background-position: center 7.98937%
}

.fflag-ng {
  background-position: center 8.2099%
}

.fflag-cg {
  background-position: center 8.4316%
}

.fflag-re {
  background-position: center 8.6533%
}

.fflag-rw {
  background-position: right 8.875%
}

.fflag-sh {
  background-position: center 9.0967%
}

.fflag-st {
  background-position: center 9.32237%
}

.fflag-sn {
  background-position: center 9.5426%
}

.fflag-sc {
  background-position: left 9.7628%
}

.fflag-sl {
  background-position: center 9.9845%
}

.fflag-so {
  background-position: center 10.2052%
}

.fflag-za {
  background-position: left 10.4269%
}

.fflag-ss {
  background-position: left 10.6486%
}

.fflag-sd {
  background-position: center 10.8703%
}

.fflag-sr {
  background-position: center 11.0945%
}

.fflag-sz {
  background-position: center 11.3135%
}

.fflag-tg {
  background-position: left 11.5354%
}

.fflag-tn {
  background-position: center 11.7593%
}

.fflag-ug {
  background-position: center 11.9799%
}

.fflag-tz {
  background-position: center 12.2005%
}

.fflag-eh {
  background-position: center 12.4222%
}

.fflag-ye {
  background-position: center 12.644%
}

.fflag-zm {
  background-position: center 12.8664%
}

.fflag-zw {
  background-position: left 13.0873%
}

.fflag-ai {
  background-position: center 13.309%
}

.fflag-ag {
  background-position: center 13.5307%
}

.fflag-ar {
  background-position: center 13.7524%
}

.fflag-aw {
  background-position: left 13.9741%
}

.fflag-bs {
  background-position: left 14.1958%
}

.fflag-bb {
  background-position: center 14.4175%
}

.fflag-bq {
  background-position: center 14.6415%
}

.fflag-bz {
  background-position: center 14.8609%
}

.fflag-bm {
  background-position: center 15.0826%
}

.fflag-bo {
  background-position: center 15.306%
}

.fflag-vg {
  background-position: center 15.528%
}

.fflag-br {
  background-position: center 15.7496%
}

.fflag-ca {
  background-position: center 15.9694%
}

.fflag-ky {
  background-position: center 16.1911%
}

.fflag-cl {
  background-position: left 16.4128%
}

.fflag-co {
  background-position: left 16.6345%
}

.fflag-km {
  background-position: center 16.8562%
}

.fflag-cr {
  background-position: center 17.0779%
}

.fflag-cu {
  background-position: left 17.2996%
}

.fflag-cw {
  background-position: center 17.5213%
}

.fflag-dm {
  background-position: center 17.743%
}

.fflag-do {
  background-position: center 17.968%
}

.fflag-ec {
  background-position: center 18.1864%
}

.fflag-sv {
  background-position: center 18.4081%
}

.fflag-fk {
  background-position: center 18.6298%
}

.fflag-gf {
  background-position: center 18.8515%
}

.fflag-gl {
  background-position: left 19.0732%
}

.fflag-gd {
  background-position: center 19.2987%
}

.fflag-gp {
  background-position: center 19.518%
}

.fflag-gt {
  background-position: center 19.7383%
}

.fflag-gy {
  background-position: center 19.96%
}

.fflag-ht {
  background-position: center 20.1817%
}

.fflag-hn {
  background-position: center 20.4034%
}

.fflag-jm {
  background-position: center 20.6241%
}

.fflag-mq {
  background-position: center 20.8468%
}

.fflag-mx {
  background-position: center 21.0685%
}

.fflag-ms {
  background-position: center 21.2902%
}

.fflag-ni {
  background-position: center 21.5119%
}

.fflag-pa {
  background-position: center 21.7336%
}

.fflag-py {
  background-position: center 21.9553%
}

.fflag-pe {
  background-position: center 22.177%
}

.fflag-pr {
  background-position: left 22.4002%
}

.fflag-bl {
  background-position: center 22.6204%
}

.fflag-kn {
  background-position: center 22.8421%
}

.fflag-lc {
  background-position: center 23.0638%
}

.fflag-pm {
  background-position: center 23.2855%
}

.fflag-vc {
  background-position: center 23.5072%
}

.fflag-sx {
  background-position: left 23.732%
}

.fflag-tt {
  background-position: center 23.9506%
}

.fflag-tc {
  background-position: center 24.1723%
}

.fflag-en {
  background-position: center 24.394%
}

.fflag-vi {
  background-position: center 24.6157%
}

.fflag-uy {
  background-position: left 24.8374%
}

.fflag-ve {
  background-position: center 25.0591%
}

.fflag-ab {
  background-position: center 25.279%
}

.fflag-af {
  background-position: center 25.5025%
}

.fflag-az {
  background-position: center 25.7242%
}

.fflag-bd {
  background-position: center 25.9459%
}

.fflag-bt {
  background-position: center 26.1676%
}

.fflag-bn {
  background-position: center 26.3885%
}

.fflag-kh {
  background-position: center 26.611%
}

.fflag-cn {
  background-position: left 26.8327%
}

.fflag-ge {
  background-position: center 27.0544%
}

.fflag-hk {
  background-position: center 27.2761%
}

.fflag-hi {
  background-position: center 27.4978%
}

.fflag-id {
  background-position: center 27.7195%
}

.fflag-jp {
  background-position: center 27.9412%
}

.fflag-kz {
  background-position: center 28.1615%
}

.fflag-la {
  background-position: center 28.3846%
}

.fflag-mo {
  background-position: center 28.6063%
}

.fflag-my {
  background-position: center 28.829%
}

.fflag-mv {
  background-position: center 29.0497%
}

.fflag-mn {
  background-position: left 29.2714%
}

.fflag-mm {
  background-position: center 29.4931%
}

.fflag-np {
  background-position: left 29.7148%
}

.fflag-kp {
  background-position: left 29.9365%
}

.fflag-mp {
  background-position: center 30.1582%
}

.fflag-pw {
  background-position: center 30.3799%
}

.fflag-pg {
  background-position: center 30.6016%
}

.fflag-ph {
  background-position: left 30.8233%
}

.fflag-sg {
  background-position: left 31.045%
}

.fflag-kr {
  background-position: center 31.2667%
}

.fflag-lk {
  background-position: right 31.4884%
}

.fflag-tw {
  background-position: left 31.7101%
}

.fflag-tj {
  background-position: center 31.9318%
}

.fflag-th {
  background-position: center 32.1535%
}

.fflag-tl {
  background-position: left 32.3752%
}

.fflag-tm {
  background-position: center 32.5969%
}

.fflag-vn {
  background-position: center 32.8186%
}

.fflag-al {
  background-position: center 33.0403%
}

.fflag-ad {
  background-position: center 33.25975%
}

.fflag-am {
  background-position: center 33.4837%
}

.fflag-at {
  background-position: center 33.7054%
}

.fflag-by {
  background-position: left 33.9271%
}

.fflag-be {
  background-position: center 34.1488%
}

.fflag-ba {
  background-position: center 34.3705%
}

.fflag-bg {
  background-position: center 34.5922%
}

.fflag-hr {
  background-position: center 34.8139%
}

.fflag-cy {
  background-position: center 35.0356%
}

.fflag-cz {
  background-position: left 35.2555%
}

.fflag-dk {
  background-position: center 35.479%
}

.fflag-ee {
  background-position: center 35.7007%
}

.fflag-fo {
  background-position: center 35.9224%
}

.fflag-fi {
  background-position: center 36.1441%
}

.fflag-fr {
  background-position: center 36.3658%
}

.fflag-de {
  background-position: center 36.5875%
}

.fflag-gi {
  background-position: center 36.8092%
}

.fflag-gr {
  background-position: left 37.0309%
}

.fflag-hu {
  background-position: center 37.2526%
}

.fflag-is {
  background-position: center 37.4743%
}

.fflag-ie {
  background-position: center 37.696%
}

.fflag-im {
  background-position: center 37.9177%
}

.fflag-it {
  background-position: center 38.1394%
}

.fflag-je {
  background-position: center 38.3611%
}

.fflag-xk {
  background-position: center 38.5828%
}

.fflag-lv {
  background-position: center 38.8045%
}

.fflag-li {
  background-position: left 39.0262%
}

.fflag-lt {
  background-position: center 39.2479%
}

.fflag-lu {
  background-position: center 39.4696%
}

.fflag-mt {
  background-position: left 39.6913%
}

.fflag-md {
  background-position: center 39.913%
}

.fflag-mc {
  background-position: center 40.1347%
}

.fflag-me {
  background-position: center 40.3564%
}

.fflag-nl {
  background-position: center 40.5781%
}

.fflag-mk {
  background-position: center 40.7998%
}

.fflag-no {
  background-position: center 41.0215%
}

.fflag-pl {
  background-position: center 41.2432%
}

.fflag-pt {
  background-position: center 41.4649%
}

.fflag-ro {
  background-position: center 41.6866%
}

.fflag-ru {
  background-position: center 41.9083%
}

.fflag-sm {
  background-position: center 42.13%
}

.fflag-rs {
  background-position: center 42.3517%
}

.fflag-sk {
  background-position: center 42.5734%
}

.fflag-si {
  background-position: center 42.7951%
}

.fflag-es {
  background-position: left 43.0168%
}

.fflag-se {
  background-position: center 43.2385%
}

.fflag-ch {
  background-position: center 43.4602%
}

.fflag-tr {
  background-position: center 43.6819%
}

.fflag-ua {
  background-position: center 43.9036%
}

.fflag-gb {
  background-position: center 44.1253%
}

.fflag-va {
  background-position: right 44.347%
}

.fflag-bh {
  background-position: center 44.5687%
}

.fflag-ir {
  background-position: center 44.7904%
}

.fflag-iq {
  background-position: center 45.0121%
}

.fflag-il {
  background-position: center 45.2338%
}

.fflag-kw {
  background-position: left 45.4555%
}

.fflag-jo {
  background-position: left 45.6772%
}

.fflag-kg {
  background-position: center 45.897%
}

.fflag-lb {
  background-position: center 46.1206%
}

.fflag-om {
  background-position: left 46.3423%
}

.fflag-pk {
  background-position: center 46.561%
}

.fflag-ps {
  background-position: center 46.7857%
}

.fflag-qa {
  background-position: center 47.0074%
}

.fflag-sa {
  background-position: center 47.2291%
}

.fflag-sy {
  background-position: center 47.4508%
}

.fflag-ae {
  background-position: center 47.6725%
}

.fflag-uz {
  background-position: left 47.8942%
}

.fflag-as {
  background-position: right 48.1159%
}

.fflag-au {
  background-position: center 48.3376%
}

.fflag-cx {
  background-position: center 48.5593%
}

.fflag-cc {
  background-position: center 48.781%
}

.fflag-ck {
  background-position: center 49.002%
}

.fflag-fj {
  background-position: center 49.2244%
}

.fflag-pf {
  background-position: center 49.4445%
}

.fflag-gu {
  background-position: center 49.6678%
}

.fflag-ki {
  background-position: center 49.8895%
}

.fflag-mh {
  background-position: left 50.1112%
}

.fflag-fm {
  background-position: center 50.3329%
}

.fflag-nc {
  background-position: center 50.5546%
}

.fflag-nz {
  background-position: center 50.7763%
}

.fflag-nr {
  background-position: left 50.998%
}

.fflag-nu {
  background-position: center 51.2197%
}

.fflag-nf {
  background-position: center 51.4414%
}

.fflag-ws {
  background-position: left 51.6631%
}

.fflag-sb {
  background-position: left 51.8848%
}

.fflag-tk {
  background-position: center 52.1065%
}

.fflag-to {
  background-position: left 52.3282%
}

.fflag-tv {
  background-position: center 52.5499%
}

.fflag-vu {
  background-position: left 52.7716%
}

.fflag-wf {
  background-position: center 52.9933%
}

.fflag-eu {
  background-position: center 53.215%
}

.fflag-jr {
  background-position: center 53.4315%
}

.fflag-oly {
  background-position: center 53.6584%
}

.fflag-un {
  background-position: center 53.875%
}

.fflag-be.ff-round,
.fflag-ci.ff-round,
.fflag-fr.ff-round,
.fflag-gn.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-ro.ff-round,
.fflag-td.ff-round {
  background-size: 100% 50000%
}

.ff-round {
  background-size: 160%;
  background-clip: content-box;
  border-radius: 50%
}

.ff-round.ff-sm {
  width: 12px;
  height: 12px
}

.ff-round.ff-md {
  width: 18px;
  height: 18px
}

.ff-round.ff-lg {
  width: 24px;
  height: 24px
}

.ff-round.ff-xl {
  width: 32px;
  height: 32px
}

.button {
  position: relative;
  z-index: 2;
  padding: 0.5em 0.5em 0.4em;
  max-width: 195px;
  margin: 0 auto;
  width: 100%;
  font-style: normal;
  color: #171717;
  text-align: center;
  font-size: calc(24px + 12 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 0.4em;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
  opacity: 0
}

@media (min-width: 576px) {
  .button {
    margin-left: 0
  }
}

@media (min-width: 767px) {
  .button {
    max-width: 273px;
    width: 100%
  }
}

.button:hover {
  -webkit-box-shadow: 0px 0px 62px rgba(241, 209, 48, 0.46);
  box-shadow: 0px 0px 62px rgba(241, 209, 48, 0.46)
}

.button::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.4em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe300), to(#fb0));
  background: -o-linear-gradient(top, #ffe300 0, #fb0 100%);
  background: linear-gradient(180deg, #ffe300 0, #fb0 100%);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}

.button--center {
  min-width: 198px;
  margin: 0 auto;
  opacity: 1
}

.button--small-fz {
  font-size: calc(23px + 12 * ((100vw - 320px) / 1600));
}

.button.animate__tada {
  opacity: 1;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px
}

@media (max-width: 576px) {
  .container {
    padding: 0 15px
  }
}

.container-fluid {
  max-width: 1920px
}

.points p {
  font-size: calc(11px + 7 * ((100vw - 320px) / 1600))
}

.points p a {
  color: #fff
}

.points__borders {
  position: relative
}

.points__borders::before,
.points__borders::after {
  content: '';
  position: absolute;
  z-index: 2;
  background-color: #fff
}

.points__borders::before {
  right: 3px;
  top: 0;
  width: 2px;
  height: 100%;
  opacity: 1
}

.points__borders::after {
  bottom: 0;
  right: 4px;
  height: 2px;
  width: calc(100% - 4px)
}

.points__scroll {
  position: relative;
  height: 644px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  overflow: auto;
  overflow-x: hidden
}

@media (min-width: 1920px) {
  .points__scroll {
    height: 640px
  }
}

.points__scroll::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: calc(100% - 3px);
  height: 2px;
  background-color: #fff
}

.points__scroll .ss-scroll {
  position: relative;
  width: 9px;
  top: 0;
  z-index: 4;
  border-radius: 4px;
  background: #0354ff;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  cursor: pointer
}

.points__list {
  position: relative;
  z-index: 2;
  list-style: none;
  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
}

.points__list::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #171717
}

.points__list--head p,
.points__list--numbers p {
  text-transform: uppercase
}

.points__list--numbers {
  padding-right: 18px
}

.points__list--numbers p {
  padding-top: 20px;
  padding-bottom: 20px
}

.points__list--head {
  position: relative
}

.points__list--head::after {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: calc(100% - 3px);
  height: 2px;
  background-color: #fff
}

.points__list--head p {
  padding: 2.9em 2px 3.4em
}

@media (min-width: 767px) {
  .points__list--head p {
    padding: 32px 2px
  }
}

.points__list li {
  text-align: center
}

.points__list li:nth-child(1) {
  width: 20%
}

.points__list li:nth-child(2) {
  width: 30%
}

.points__list li:nth-child(3) {
  width: 30%
}

.points__list li:nth-child(4) {
  width: 20%
}

.langCheck {
  top: 0px;
  height: 33px
}

@media (min-width: 576px) {
  .langCheck {
    display: block;
    z-index: 2;
    right: 10px;
    height: 35px
  }
}

@media (min-width: 767px) {
  .langCheck {
    height: 45px;
    right: 0
  }
}

.langCheck__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.langCheck__wrapper::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 27px;
  background-color: transparent;
  z-index: 1
}

@media (min-width: 767px) {
  .langCheck__wrapper::after {
    width: 45px
  }
}

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
  animation-name: bgShow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes bgShow {
  0% {
    background-color: transparent
  }

  100% {
    background-color: #b4b4b4
  }
}

@keyframes bgShow {
  0% {
    background-color: transparent
  }

  100% {
    background-color: #b4b4b4
  }
}

.langCheck__wrapper:hover::after {
  -webkit-animation-name: bgShow2;
  animation-name: bgShow2;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes bgShow2 {
  0% {
    background-color: transparent
  }

  100% {
    background-color: #c8c8c8
  }
}

@keyframes bgShow2 {
  0% {
    background-color: transparent
  }

  100% {
    background-color: #c8c8c8
  }
}

.langCheck__wrapper:hover .langCheck__item.selected {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  opacity: 1
}

.langCheck__wrapper:hover .langCheck__item:not(.selected) {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-animation-name: showItem;
  animation-name: showItem;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
  padding: 3px 0
}

@media (min-width: 767px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
    animation-name: showItemDesc;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #c8c8c8
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000
  }
}

@keyframes showItem {
  0% {
    opacity: 0
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000
  }
}

@-webkit-keyframes showItemDesc {
  0% {
    opacity: 0
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: .5
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: .5
  }
}

.langCheck__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.langCheck__item:hover {
  opacity: 1 !important
}

.langCheck__item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 2%;
  height: 17px;
  width: 19px;
  margin: 3px 6px 3px 6px;
  border-radius: 50%;
  border: 1px solid #fff
}

@media (min-width: 767px) {
  .langCheck__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.langCheck__item .langContext {
  font-style: normal;
  font-family: 'Arial', serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 7px;
  text-shadow: 1px 1px 1px #000
}

@media (min-width: 767px) {
  .langCheck__item .langContext {
    margin: 5px 0
  }
}

.langCheck__item .langContext font {
  font-style: normal;
  font-family: 'Arial', serif
}

.langCheck__item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0
}

.langCheck__item.selected {
  height: 35px;
  background-color: #373737;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media (min-width: 767px) {
  .langCheck__item.selected {
    height: 45px
  }
}

.langCheck__item.selected .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 18px;
  margin-left: 11px;
  border-radius: 50%;
  border: 1px solid #fff
}

@media (min-width: 767px) {
  .langCheck__item.selected .icon {
    width: 30px;
    height: 29px;
    margin-left: 11px
  }
}

.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 5px
}

@media (min-width: 767px) {
  .langCheck__item.selected .langContext {
    font-size: 20px;
    margin: 5px 0
  }
}

.langCheck__item.selected .arrow {
  width: 25px;
  height: 100%;
  background-color: #ffbc00;
  margin-left: 5px;
  position: relative
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow {
    width: 45px;
    margin-left: 10px
  }
}

.langCheck__item.selected .arrow::before,
.langCheck__item.selected .arrow::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #373737;
  height: 2px;
  width: 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%
}

@media (min-width: 767px) {

  .langCheck__item.selected .arrow::before,
  .langCheck__item.selected .arrow::after {
    width: 14px
  }
}

.langCheck__item.selected .arrow::before {
  left: 28%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::before {
    left: 24%
  }
}

.langCheck__item.selected .arrow::after {
  right: 28%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::after {
    right: 24%
  }
}

.langCheck__item.active {
  display: none
}

.langCheck__item:not(.selected) {
  position: absolute;
  top: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  opacity: 0
}

.header {
  background: rgba(35, 35, 35, 0.87);
  mix-blend-mode: normal;
  -webkit-box-shadow: 0px 0px 59px #0354ff;
  box-shadow: 0px 0px 59px #0354ff;
  position: relative;
  z-index: 4;
  -webkit-animation: shadow 10s linear infinite;
  animation: shadow 10s linear infinite;
}

.header__inner {
  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;
  padding: 0.6em 0
}

@media (max-width: 768px) {
  .header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width: 992px) {
  .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.header__reg {
  display: none
}

@media (min-width: 576px) {
  .header__reg {
    margin-left: auto;
    display: block
  }
}

.header__box {
  max-height: 54px
}

@media (min-width: 576px) {
  .header__box {
    max-height: 91px;
    margin-left: 10px
  }
}

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

.logo__link {
  position: relative;
  z-index: 10;
  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;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black)
}

@-webkit-keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%
  }

  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%
  }
}

@keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%
  }

  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%
  }
}

.logo__link:hover {
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.7) 30%, #fff 50%, rgba(255, 255, 255, 0.7) 70%);
  -webkit-mask-size: 200%
}

.logo__link img {
  -ms-flex-item-align: end;
  align-self: flex-end
}

@media (min-width: 767px) {
  .logo__link img {
    min-width: 160px
  }
}

.logo__svg {
  width: 190px;
  height: 25px;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8))
}

@media (min-width: 993px) {
  .logo__svg {
    max-width: 197px;
    max-height: 35px
  }
}

.content {
  position: relative;
  padding-bottom: 5vw;
  padding-top: 3vw;
  text-transform: uppercase;
  overflow: hidden;
  background-image: -webkit-image-set(url(../images/cricket-bg/mob-bg-2.avif) 1x, url(../images/cricket-bg/mob-bg-2.webp) 2x, url(../images/cricket-bg/mob-bg-2.png) 2x);
  background-image: -webkit-image-set("../images/cricket-bg/mob-bg-2.avif" 1x type("image/avif"), "../images/cricket-bg/mob-bg-2.webp" 2x type("image/webp"), "../images/cricket-bg/mob-bg-2.png" 2x type("image/png"));
  background-image: -webkit-image-set(url("../images/cricket-bg/mob-bg-2.avif") 1x type("image/avif"), url("../images/cricket-bg/mob-bg-2.webp") 2x type("image/webp"), url("../images/cricket-bg/mob-bg-2.png") 2x type("image/png"));
  background-image: image-set("../images/cricket-bg/mob-bg-2.avif" 1x type("image/avif"), "../images/cricket-bg/mob-bg-2.webp" 2x type("image/webp"), "../images/cricket-bg/mob-bg-2.png" 2x type("image/png"));
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  -webkit-animation: zoomBg 10s linear infinite alternate;
  animation: zoomBg 10s linear infinite alternate;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes zoomBg {
  0% {
    background-size: 100% auto;
  }

  50% {
    background-size: 120% auto;
  }

  0% {
    background-size: 100% auto;
  }
}

@keyframes zoomBg {
  0% {
    background-size: 100% auto;
  }

  50% {
    background-size: 120% auto;
  }

  0% {
    background-size: 100% auto;
  }
}

@media (min-width: 767px) {
  .content {
    padding-bottom: 4vw;
    padding-top: 2vw;
    background-position: bottom;
  }

  @-webkit-keyframes zoomBg {
    0% {
      background-size: 100% auto;
    }

    50% {
      background-size: 110% auto;
      background-position: bottom 50px right 0;
    }

    0% {
      background-size: 100% auto;
    }
  }

  @keyframes zoomBg {
    0% {
      background-size: 100% auto;
    }

    50% {
      background-size: 110% auto;
      background-position: bottom 50px right 0;
    }

    0% {
      background-size: 100% auto;
    }
  }
}

.content__after {
  position: absolute;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-7.54%, #dc1941), to(rgba(220, 25, 65, 0)));
  background: -o-linear-gradient(bottom, #dc1941 -7.54%, rgba(220, 25, 65, 0) 100%);
  background: linear-gradient(0deg, #dc1941 -7.54%, rgba(220, 25, 65, 0) 100%);
  bottom: 0;
  left: 0;
}

@media (min-width: 767px) {
  .content__after {
    height: 45px;
  }
}

.content__hero {
  opacity: 0;
  -webkit-transform: translateX(-100%) skewX(-25deg) scale(1.5);
  -ms-transform: translateX(-100%) skewX(-25deg) scale(1.5);
  transform: translateX(-100%) skewX(-25deg) scale(1.5);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 79%;
  height: 98%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  background-image: url("../images/cricket-bg/playerVector.svg");
}

@media (min-width: 576px) {
  .content__hero {
    width: 74%;
    height: 100%;
    left: auto;
    background-size: 98%;
  }
}

@media (min-width: 767px) {
  .content__hero {
    background-size: 80%;
    left: 40%;
  }
}

@media (min-width: 993px) {
  .content__hero {
    background-size: 75%;
  }
}

@media (min-width: 1200px) {
  .content__hero {
    background-size: 71%;
  }
}

.content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content__title>span {
  padding-right: 3px;
  float: right;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-animation-name: titleAnimation;
  animation-name: titleAnimation;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes titleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@keyframes titleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

.content__title span:first-child {
  font-size: calc(20px + 50 * ((100vw - 320px) / 1600));
  line-height: 1;
  text-shadow: 1px 1px black, 1px 1px black;
}

@media (min-width: 993px) {
  .content__title span:first-child {
    line-height: 0.8;
  }
}

.content__title span:last-child {
  font-size: calc(60px + 190 * ((100vw - 320px) / 1600));
  position: relative;
  z-index: 2;
  line-height: 0.9;
  letter-spacing: 0.5px;
}

@media (min-width: 993px) {
  .content__title span:last-child {
    line-height: 0.8;
  }
}

.content__title span:last-child span {
  position: absolute;
  z-index: -1;
  right: 4.5px;
  bottom: 1px;
  text-shadow: 0 0 2px #ffbc00;
  font-style: inherit;
  color: #ffbc00;
  text-shadow: none;
  color: transparent;
  -webkit-text-stroke: 1px #ffbc00;
  letter-spacing: 0.5px;
}

@media (min-width: 767px) {
  .content__title span:last-child span {
    right: 5px;
    bottom: 2px;
  }
}

.content__subtitle {
  margin-bottom: 2.5vw;
  padding-right: 3px;
  text-align: justify;
  font-size: calc(14px + 40 * ((100vw - 320px) / 1600));
  text-shadow: 1px 1px black, 1px 1px black;
  opacity: 0;
  -webkit-animation-name: subTitleAnimation;
  animation-name: subTitleAnimation;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes subTitleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@keyframes subTitleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

.content__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15vw;
  padding-bottom: 5vw;
}

@media (min-width: 767px) {
  .content__inner {
    margin: 0;
  }
}

@media (min-width: 767px) {
  .content__inner {
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
}

.content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 0px 0px 6px black;
}

.content__box .button {
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black);
  text-shadow: none;
}

@media (min-width: 993px) {
  .content__box .button {
    -webkit-filter: none;
    filter: none;
  }
}

.btn-block {
  position: relative;
  z-index: 3;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media (min-width: 993px) {
  .btn-block {
    max-width: 560px
  }
}

@keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%
  }

  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%
  }
}

.results {
  position: relative;
  z-index: 1;
  padding-top: 5.2%;
  padding-bottom: 5%
}

@media (min-width: 767px) {
  .results {
    width: 45%
  }
}

.results::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: -15px;
  top: 0;
  width: calc(100% + 30px);
  height: 100%;
  opacity: 0.8;
  background-image: -webkit-image-set(url(../images/cricket-bg/abstractBlue.avif) 1x, url(../images/cricket-bg/abstractBlue.webp) 2x, url(../images/cricket-bg/abstractBlue.png) 2x);
  background-image: -webkit-image-set("../images/cricket-bg/abstractBlue.avif" 1x type("image/avif"), "../images/cricket-bg/abstractBlue.webp" 2x type("image/webp"), "../images/cricket-bg/abstractBlue.png" 2x type("image/png"));
  background-image: -webkit-image-set(url("../images/cricket-bg/abstractBlue.avif") 1x type("image/avif"), url("../images/cricket-bg/abstractBlue") 2x type("image/webp"), url("../images/cricket-bg/abstractBlue") 2x type("image/png"));
  background-image: image-set("../images/cricket-bg/abstractBlue.avif" 1x type("image/avif"), "../images/cricket-bg/abstractBlue" 2x type("image/webp"), "../images/cricket-bg/abstractBlue" 2x type("image/png"));
  background-size: 100% 100%;
  background-position: top right;
  background-repeat: no-repeat
}

@media (min-width: 576px) {
  .results::before {
    width: calc(100% + 60px);
    left: -30px
  }
}

@media (min-width: 767px) {
  .results::before {
    display: none
  }
}

.rules {
  position: relative;
  z-index: 2;
  padding-top: 10px;
  background-color: #171717
}

.rules *.-morulus-customsb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.rules *.-morulus-customsb>figure:first-child {
  margin: 0px !important;
  position: absolute;
  right: 0px !important;
  height: 100px;
  background-color: #dc1941;
  width: 9px !important;
  border-radius: 9px
}

.rules *.-morulus-customsb>*:last-child {
  overflow-y: scroll;
  height: 100%;
  width: calc(100% + 18px);
  padding-right: 20px
}

@media (min-width: 767px) {
  .rules {
    width: 45%;
    padding-top: 5.2%;
    background-color: transparent
  }
}

.rules::before {
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  top: 0;
  height: 100%;
  background-image: -webkit-image-set(url(../images/cricket-bg/abstractPink-mob.avif) 1x, url(../images/cricket-bg/abstractPink-mob.webp) 2x, url(../images/cricket-bg/abstractPink-mob.png) 2x);
  background-image: -webkit-image-set("../images/cricket-bg/abstractPink-mob.avif" 1x type("image/avif"), "../images/cricket-bg/abstractPink-mob.webp" 2x type("image/webp"), "../images/cricket-bg/abstractPink-mob.png" 2x type("image/png"));
  background-image: -webkit-image-set(url("../images/cricket-bg/abstractPink-mob.avif") 1x type("image/avif"), url("../images/cricket-bg/abstractPink-mob") 2x type("image/webp"), url("../images/cricket-bg/abstractPink-mob") 2x type("image/png"));
  background-image: image-set("../images/cricket-bg/abstractPink-mob.avif" 1x type("image/avif"), "../images/cricket-bg/abstractPink-mob" 2x type("image/webp"), "../images/cricket-bg/abstractPink-mob" 2x type("image/png"));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom 50% center
}

@media (min-width: 576px) {
  .rules::before {
    width: calc(100% + 60px);
    left: -30px
  }
}

@media (min-width: 767px) {
  .rules::before {
    display: none
  }
}

.rules__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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
}

.rules__layout {
  position: relative;
  margin-bottom: 1.5em
}

.rules__layout::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: 100%;
  opacity: 0.5;
  background-color: #171717
}

.rules__layout::after {
  content: '';
  position: absolute;
  z-index: 2;
  height: 2px;
  width: calc(100% - 3px);
  right: 3px;
  top: 0;
  background-color: #fff
}

.rules__box {
  position: relative;
  padding-top: 36px;
  z-index: 3
}

@media (min-width: 767px) {
  .rules__box {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 724px;
    padding-top: 0;
    border-top: none
  }
}

.rules__box::after,
.rules__box::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-color: #fff
}

.rules__box::before {
  right: 3px;
  width: 100%;
  height: 2px
}

.rules__box::after {
  height: 100%;
  width: 2px;
  right: 3px
}

.rules__box>p {
  position: relative;
  z-index: 2;
  padding: 0 1.6em 0 2em;
  font-size: calc(11px + 7 * ((100vw - 320px) / 1600))
}

@media (min-width: 767px) {
  .rules__box>p {
    margin-bottom: auto;
    padding: 33px 2px 0px;
    padding-bottom: 5px
  }
}

.rules__box .ss-scroll {
  position: relative;
  background: #dc1941;
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 4;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear
}

.rules__scroll {
  position: relative;
  z-index: 3;
  height: 700px;
  overflow: auto;
  margin-top: 30px;
  padding-bottom: 2px;
  font-size: calc(11px + 7 * ((100vw - 320px) / 1600));
  overflow-x: hidden
}

@media (min-width: 767px) {
  .rules__scroll {
    margin-top: 0px;
    height: 88%
  }
}

.rules__scroll::-webkit-scrollbar {
  position: relative;
  width: 8px
}

.rules__scroll::-webkit-scrollbar-track {
  color: #fff;
  border-radius: 5px
}

.rules__scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #dc1941
}

.rules__scroll>p {
  margin-bottom: 1.2em
}

@media (min-width: 767px) {
  .rules__scroll>p {
    margin-bottom: 0;
    padding-top: 32px
  }
}

.rules ul {
  padding-left: 2em;
  padding-right: 10px;
  list-style-type: decimal
}

.rules li {
  margin-bottom: 0.8em
}

@media (min-width: 767px) {
  .rules li {
    margin-bottom: 10px
  }
}

@media (min-width: 767px) {
  .rules li:last-child {
    margin-bottom: 0
  }
}

.rules li p {
  padding-right: 10px;
  line-height: 1.12
}

.rules li.exaples p:first-child {
  margin-bottom: 0.3em
}

@media (min-width: 767px) {
  .rules li.exaples p:first-child {
    margin-bottom: 0.5em
  }
}

.rules li.exaples p:nth-child(5) {
  margin-bottom: 0.3em
}

@media (min-width: 767px) {
  .rules li.exaples p:nth-child(5) {
    margin-bottom: 0.5em
  }
}