/* Reset and base styles  */

@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --container-width: 1440px;
  --container-padding: 102px;
  --container-padding-tablet: 12px;
  --background: #fff;
  --font-color: #000;
  --font-size: 14px;
  --font-family: Poppins, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(1.125rem, 0.5192307692rem + 2.6923076923vw, 2.875rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.125rem, 0.8221153846rem + 1.3461538462vw, 2rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.ccricketscoremasters__no-scroll {
  overflow: hidden;
}

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

.ccricketscoremasters__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ccricketscoremasters__items .ccricketscoremasters__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.ccricketscoremasters__terms .ccricketscoremasters__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.ccricketscoremasters__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin: 80px 0;
}

.ccricketscoremasters__btn,
.ccricketscoremasters__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 10px 26px;
  border-radius: 50px;
  border: 2px solid #FFF;
  background: #FF6E00;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ccricketscoremasters__btn-active,
.ccricketscoremasters__btn:hover,
.ccricketscoremasters__btn:active {
  background: #733200;
  color: #fff !important;
}

.ccricketscoremasters__lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.ccricketscoremasters__lazyload-load {
  opacity: 1;
}

.ccricketscoremasters__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.ccricketscoremasters__popup {
  color: #FFF;
  border-radius: 10px;
  background: #1E1E1E;
  padding: 20px;
  max-width: 601px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  font-size: 16px;
}

.ccricketscoremasters__popup__title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D2EF25;
}

.ccricketscoremasters__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.ccricketscoremasters__modal.ccricketscoremasters__show {
  opacity: 1;
}

.ccricketscoremasters__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ccricketscoremasters__cookie__popup {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
}

.ccricketscoremasters__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  -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;
}

.ccricketscoremasters__cookie.ccricketscoremasters__hidden {
  display: none;
}

.ccricketscoremasters__cookie .ccricketscoremasters__btn:first-child {
  max-width: 261px;
}

.ccricketscoremasters__cookie .ccricketscoremasters__btn:last-child {
  max-width: 296px;
}

.ccricketscoremasters__cookie .ccricketscoremasters__btn {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.ccricketscoremasters__cookie .ccricketscoremasters__show {
  bottom: 0;
}

/* Blocks */

.ccricketscoremasters__advantages .ccricketscoremasters__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ccricketscoremasters__advantages .ccricketscoremasters__columns div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.ccricketscoremasters__advantages h2 {
  text-align: center;
}

.ccricketscoremasters__advantages h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  line-height: 100%;
}

.ccricketscoremasters__advantages h3:before {
  content: "";
  width: clamp(1.3125rem, 0.9879807692rem + 1.4423076923vw, 2.25rem);
  height: clamp(1.25rem, 0.9471153846rem + 1.3461538462vw, 2.125rem);
  background-image: url("./../img/baseball-player.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ccricketscoremasters__advantages .ccricketscoremasters__wrapper {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.ccricketscoremasters__advantages p {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1E1E1E), to(rgba(30, 30, 30, 0)));
  background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 100%);
  padding: 10px;
  color: #FFF;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  color: #FFF;
  font-weight: 500;
  line-height: 130%;
}

.ccricketscoremasters__banner h1 {
  max-width: 973px;
  line-height: 100%;
}

.ccricketscoremasters__banner .ccricketscoremasters__wrapper {
  gap: clamp(0.0625rem, -1.4086538462rem + 6.5384615385vw, 4.3125rem);
  font-size: clamp(0.5625rem, 0.4110576923rem + 0.6730769231vw, 1rem);
  font-weight: 500;
}

.ccricketscoremasters__banner .ccricketscoremasters__wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 44px 20px;
}

.ccricketscoremasters__banner .ccricketscoremasters__wrapper img {
  max-width: clamp(6.875rem, -0.2427884615rem + 31.6346153846vw, 27.4375rem);
  margin-top: -122px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccricketscoremasters__banner .ccricketscoremasters__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  font-size: clamp(0.75rem, 0.6201923077rem + 0.5769230769vw, 1.125rem);
}

.ccricketscoremasters__wrapper {
  border-radius: 20px;
  background: #D2EF25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.ccricketscoremasters__contact h2 {
  text-align: center;
}

.ccricketscoremasters__contact .ccricketscoremasters__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
}

.ccricketscoremasters__contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}

.ccricketscoremasters__contact input,
.ccricketscoremasters__contact textarea {
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1E1E1E), to(rgba(30, 30, 30, 0)));
  background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 100%);
  width: 100%;
}

.ccricketscoremasters__contact textarea {
  resize: none;
}

.ccricketscoremasters__contact ::-webkit-input-placeholder {
  color: #fff;
}

.ccricketscoremasters__contact ::-moz-placeholder {
  color: #fff;
}

.ccricketscoremasters__contact :-ms-input-placeholder {
  color: #fff;
}

.ccricketscoremasters__contact ::-ms-input-placeholder {
  color: #fff;
}

.ccricketscoremasters__contact ::placeholder {
  color: #fff;
}

.ccricketscoremasters__contact .ccricketscoremasters__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 60px;
  font-size: clamp(0.75rem, 0.6201923077rem + 0.5769230769vw, 1.125rem);
}

.ccricketscoremasters__modal--message {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.ccricketscoremasters__modal-content--message {
  background-color: #D2EF25;
  margin: 15% auto;
  padding: 2rem;
  max-width: 380px;
  text-align: center;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ccricketscoremasters__modal-message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#check-group {
  -webkit-animation: 0.32s ease-in-out check-group;
  animation: 0.32s ease-in-out check-group;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#check-group #check {
  -webkit-animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.1s forwards check;
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.1s forwards check;
  stroke-dasharray: 0, 75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#check-group #outline {
  -webkit-animation: 0.38s ease-in outline;
  animation: 0.38s ease-in outline;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#check-group #white-circle {
  -webkit-animation: 0.35s ease-in 0.35s forwards circle;
  animation: 0.35s ease-in 0.35s forwards circle;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }

  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }

  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }

  to {
    stroke-dasharray: 75px, 75px;
  }
}

@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }

  to {
    stroke-dasharray: 75px, 75px;
  }
}

@-webkit-keyframes check-group {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes check-group {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ccricketscoremasters__footer {
  margin-top: auto;
  background: #1E1E1E;
  padding: 50px 0;
  font-size: 14px;
  color: #FFF;
}

.ccricketscoremasters__footer .ccricketscoremasters__items {
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 20px;
}

.ccricketscoremasters__footer .ccricketscoremasters__item:last-child {
  -webkit-box-flex: 0.65;
  -ms-flex: 0.65;
  flex: 0.65;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ccricketscoremasters__footer a {
  color: #D2EF25;
  font-weight: 700;
}

.ccricketscoremasters__footer a:hover {
  opacity: 0.6;
}

.ccricketscoremasters__footer .ccricketscoremasters__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ccricketscoremasters__footer .ccricketscoremasters__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}

.ccricketscoremasters__footer .ccricketscoremasters__info a {
  text-wrap: nowrap;
  color: #fff;
  font-weight: 400;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #D2EF25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ccricketscoremasters__footer .ccricketscoremasters__info svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ccricketscoremasters__footer .ccricketscoremasters__width-margin {
  max-width: 606px;
}

.ccricketscoremasters__header {
  padding: 20px 0;
  background: #1E1E1E;
}

.ccricketscoremasters__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ccricketscoremasters__header .ccricketscoremasters__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.ccricketscoremasters__header a {
  color: #D2EF25;
}

.ccricketscoremasters__header a:hover {
  opacity: 0.6;
}

.ccricketscoremasters__header .ccricketscoremasters__logo {
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}

.ccricketscoremasters__how h2 {
  text-align: center;
}

.ccricketscoremasters__how .ccricketscoremasters__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ccricketscoremasters__how .ccricketscoremasters__columns div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.ccricketscoremasters__how h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  line-height: 100%;
}

.ccricketscoremasters__how h3:before {
  content: counter(section);
  counter-increment: section;
  border-radius: 10px;
  border: 1px solid #1E1E1E;
  width: clamp(1.375rem, 1.2019230769rem + 0.7692307692vw, 1.875rem);
  height: clamp(1.375rem, 1.2019230769rem + 0.7692307692vw, 1.875rem);
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #000;
  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;
}

.ccricketscoremasters__how .ccricketscoremasters__wrapper {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  counter-reset: section;
}

.ccricketscoremasters__how p {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1E1E1E), to(rgba(30, 30, 30, 0)));
  background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 100%);
  padding: 10px;
  color: #FFF;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  color: #FFF;
  font-weight: 500;
  line-height: 130%;
}

.ccricketscoremasters__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.ccricketscoremasters__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.ccricketscoremasters__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  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;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ccricketscoremasters__mobile-nav--open {
  top: 0;
}

.ccricketscoremasters__mobile-nav a {
  color: #fff;
}

.ccricketscoremasters__mobile-nav__list {
  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;
  row-gap: 20px;
  font-size: 28px;
}

.ccricketscoremasters__mobile-nav__list .ccricketscoremasters__active {
  opacity: 0.5;
}

/* Nav Icon */

.ccricketscoremasters__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 1);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ccricketscoremasters__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.ccricketscoremasters__nav-icon::before,
.ccricketscoremasters__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.ccricketscoremasters__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.ccricketscoremasters__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.ccricketscoremasters__nav-icon.ccricketscoremasters__nav-icon--active {
  background-color: transparent;
}

.ccricketscoremasters__nav-icon.ccricketscoremasters__nav-icon--active::before,
.ccricketscoremasters__nav-icon.ccricketscoremasters__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.ccricketscoremasters__nav-icon.ccricketscoremasters__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ccricketscoremasters__nav-icon.ccricketscoremasters__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.ccricketscoremasters__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.ccricketscoremasters__scoring h2 {
  text-align: center;
}

.ccricketscoremasters__scoring .ccricketscoremasters__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 8px;
  letter-spacing: -0.18px;
  color: #1E1E1E;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table thead th {
  color: #fff;
  padding: 12px 30px;
  text-align: left;
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table tbody td {
  padding: 10px 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1E1E1E;
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table tbody tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table tbody tr:hover {
  background: rgba(255, 119, 0, 0.08);
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table .ccricketscoremasters__section-header td {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1E1E1E), to(rgba(30, 30, 30, 0)));
  background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 100%);
  padding: 10px;
  border: none !important;
  text-align: left;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  line-height: 100%;
  font-weight: 700;
  color: #fff;
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table .ccricketscoremasters__section-header td:last-child::before {
  width: 0;
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table tr td:last-child {
  width: 10%;
  position: relative;
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table tr td:last-child::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #D2EF25;
  position: absolute;
  left: -5px;
}

.ccricketscoremasters__scoring .ccricketscoremasters__points-table .ccricketscoremasters__bg {
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  font-weight: 700;
}

@media (max-width: 1230px) {
  .ccricketscoremasters__banner .ccricketscoremasters__wrapper img {
    margin-top: -80px;
  }
}

@media (max-width: 1220px) {
  .ccricketscoremasters__items {
    gap: 10px;
  }

  .ccricketscoremasters__main {
    gap: 30px;
    margin: 30px 0;
  }

  .ccricketscoremasters__container {
    padding: 0 var(--container-padding-tablet);
    gap: 18px;
  }

  .ccricketscoremasters__banner .ccricketscoremasters__wrapper img {
    margin-top: -60px;
  }

  .ccricketscoremasters__header__nav {
    display: none;
  }

  .ccricketscoremasters__mobile-nav-btn {
    display: block;
  }
}

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

  .ccricketscoremasters__cookie .ccricketscoremasters__btn {
    padding-left: 0;
    padding-right: 0;
  }

  .ccricketscoremasters__advantages .ccricketscoremasters__columns {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .ccricketscoremasters__advantages .ccricketscoremasters__columns div {
    gap: 4px;
  }

  .ccricketscoremasters__advantages h2 span {
    display: none;
  }

  .ccricketscoremasters__advantages .ccricketscoremasters__wrapper {
    padding: 10px;
    gap: 15px;
  }

  .ccricketscoremasters__banner .ccricketscoremasters__container {
    gap: 6px;
  }

  .ccricketscoremasters__banner .ccricketscoremasters__wrapper div {
    padding: 6px 8px;
    gap: 18px;
  }

  .ccricketscoremasters__banner .ccricketscoremasters__wrapper img {
    margin-left: -16px;
    margin-top: -30px;
  }

  .ccricketscoremasters__banner .ccricketscoremasters__btn {
    padding: 8px 20px;
  }

  .ccricketscoremasters__contact .ccricketscoremasters__wrapper {
    gap: 15px;
    padding: 10px;
  }

  .ccricketscoremasters__contact .ccricketscoremasters__btn {
    padding: 10px 60px;
  }

  .ccricketscoremasters__footer {
    padding: 30px 0;
  }

  .ccricketscoremasters__footer .ccricketscoremasters__item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ccricketscoremasters__footer .ccricketscoremasters__item-bottom svg {
    width: 30px;
  }

  .ccricketscoremasters__footer .ccricketscoremasters__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ccricketscoremasters__footer .ccricketscoremasters__width-margin {
    margin: 20px 0;
  }

  .ccricketscoremasters__how .ccricketscoremasters__columns {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .ccricketscoremasters__how .ccricketscoremasters__columns div {
    gap: 4px;
  }

  .ccricketscoremasters__how h3:before {
    border-radius: 5px;
  }

  .ccricketscoremasters__how .ccricketscoremasters__wrapper {
    padding: 10px;
    gap: 15px;
  }

  .ccricketscoremasters__scoring .ccricketscoremasters__wrapper {
    padding: 10px;
    padding-bottom: 0;
  }

  .ccricketscoremasters__scoring .ccricketscoremasters__points-table thead th {
    padding: 12px 10px;
  }

  .ccricketscoremasters__scoring .ccricketscoremasters__points-table tbody td {
    padding: 8px 10px;
  }
}

@media (max-width: 506px) {
  .ccricketscoremasters__banner .ccricketscoremasters__wrapper img {
    margin-top: -60px;
  }
}

@media (max-width: 408px) {
  .ccricketscoremasters__banner .ccricketscoremasters__wrapper img {
    margin-top: -84px;
  }
}