.modal input[type=checkbox], .modal input[type=radio] {
  display: none;
}
.modal input ~ .back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: var(--Raven);
  z-index: 50000000;
}
.modal input ~ .modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: auto;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--White);
  border-radius: 24px;
  opacity: 0;
  visibility: hidden;
  z-index: 5500000000000000000000;
  transition: 0.5s;
  padding: 24px;
  margin: 80px 0 0 0;
}
.modal input ~ .modal-box .close {
  position: absolute;
  top: 24px;
  cursor: pointer;
}
.modal input ~ .modal-box .close svg path {
  stroke: var(--Raven);
}
.modal input ~ .modal-box > .main-content {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 320px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 8px;
  margin: 40px 0 0 0;
}
.modal input ~ .modal-box > .main-content::-webkit-scrollbar {
  width: 8px;
}
.modal input ~ .modal-box > .main-content::-webkit-scrollbar-track {
  background-color: var(--White);
  border: 1px solid var(--CardBoard);
  border-radius: 4px;
}
.modal input ~ .modal-box > .main-content::-webkit-scrollbar-thumb {
  background-color: var(--CardBoard);
}
.modal input ~ .modal-box > .main-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--CardBoard);
}
.modal input ~ .modal-box > .main-content p,
.modal input ~ .modal-box > .main-content span:not(.btn-text),
.modal input ~ .modal-box > .main-content li {
  font-size: 16px;
  line-height: 26px;
}
.modal input ~ .modal-box > .main-content video {
  max-height: inherit;
}
.modal input ~ .modal-box .footer {
  border-top: 1px solid var(--Bob);
  padding: 24px 0 0 0;
}
.modal input:checked ~ .back {
  display: block;
}
.modal input:checked ~ .modal-box {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.modal.notification input ~ .modal-box {
  width: 640px;
}
.modal.notification input ~ .modal-box .icon {
  display: block;
  margin: 40px auto 0 auto;
}
.modal.notification input ~ .modal-box .main-content {
  margin: 32px 0 0 0;
}
.modal.notification input ~ .modal-box .main-content h1,
.modal.notification input ~ .modal-box .main-content h2,
.modal.notification input ~ .modal-box .main-content h3,
.modal.notification input ~ .modal-box .main-content h4,
.modal.notification input ~ .modal-box .main-content h5,
.modal.notification input ~ .modal-box .main-content h6,
.modal.notification input ~ .modal-box .main-content p,
.modal.notification input ~ .modal-box .main-content span,
.modal.notification input ~ .modal-box .main-content li {
  text-align: center;
}
.modal.notification input ~ .modal-box .mtn-buttons {
  display: flex;
  margin: 32px 0 0 0;
}
.modal.notification input ~ .modal-box .mtn-buttons .mtn-btn {
  width: 100%;
}

html[lang=fa-IR] .modal input ~ .modal-box .close {
  left: 16px;
}

html[lang=en-US] .modal input ~ .modal-box .close {
  right: 16px;
}

@media (max-width: 768px) {
  .modal input ~ .modal-box {
    width: calc(100% - 32px);
    padding: 24px 16px;
  }
  .modal input ~ .modal-box .main-content {
    max-height: calc(100vh - 400px);
  }
  .modal input ~ .modal-box .main-content p,
  .modal input ~ .modal-box .main-content span:not(.btn-text),
  .modal input ~ .modal-box .main-content li {
    font-size: 14px;
    line-height: 22px;
  }
  .modal.notification input ~ .modal-box {
    width: calc(100% - 32px);
  }
  .modal.notification input ~ .modal-box .icon {
    margin: 24px auto 0 auto;
  }
  .modal.notification input ~ .modal-box .main-content h1,
  .modal.notification input ~ .modal-box .main-content h2,
  .modal.notification input ~ .modal-box .main-content h3,
  .modal.notification input ~ .modal-box .main-content h4,
  .modal.notification input ~ .modal-box .main-content h5,
  .modal.notification input ~ .modal-box .main-content h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
  .modal.notification input ~ .modal-box .mtn-buttons {
    display: block;
    margin: 32px 0 0 0;
  }
  .modal.notification input ~ .modal-box .mtn-buttons .mtn-btn {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .modal.notification input ~ .modal-box .mtn-buttons .mtn-btn:nth-child(1) {
    margin: 0;
  }
}
.page-management-section {
  display: none;
}

.game-landing .hero-section {
  padding: 0;
}
.game-landing .hero-section .hero-desc {
  padding: 168px 0 40px;
  min-height: 599px;
  display: flex;
  align-items: center;
}
.game-landing .hero-section .hero-desc .hero-background > picture > img,
.game-landing .hero-section .hero-desc .hero-background > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-landing .hero-section .hero-desc > .container {
  z-index: 1;
  position: relative;
}
.game-landing .hero-section .hero-desc > .container > .row {
  align-items: center;
  justify-content: flex-end;
}
.game-landing .hero-section .hero-desc > .container > .row .title {
  font-size: 36px;
  line-height: 58px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: -30px;
  display: block;
}
.game-landing .hero-section .hero-desc > .container > .row .fa-title {
  font-size: 56px;
  line-height: 87px;
  font-weight: 950;
  color: var(--White);
  margin-bottom: 0;
  display: block;
}
.game-landing .hero-section .hero-desc > .container > .row .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: var(--White);
  margin-bottom: 48px;
  display: block;
}
.game-landing .hero-section .hero-desc > .container > .row .buttons-section .mtn-btn .btn-text {
  font-weight: 500;
}
.game-landing .hero-section .hero-desc > .container > .row .buttons-section .mtn-btn.white-outline {
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: -4px 4px 8px 0px rgba(255, 255, 255, 0.1490196078) inset;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.0509803922);
}
.game-landing .hero-section .hero-desc > .container > .row .buttons-section .mtn-btn.white-outline:hover {
  color: white;
  box-shadow: -4px 5px 16px 4px rgba(255, 255, 255, 0.2490196078) inset;
}
.game-landing .hero-section .hero-desc > .container > .row .buttons-section .mtn-btn.white-outline label {
  cursor: pointer;
}
.game-landing .hero-section .mobile-mode {
  display: none;
}
.game-landing .award-lenz-packages-section {
  padding: 0;
}
.game-landing .award-lenz-packages-section .award-section {
  padding: 37px 0 5px;
}
.game-landing .award-lenz-packages-section .award-section > .container .main-title h2 {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
  margin-bottom: 0;
}
.game-landing .award-lenz-packages-section .award-section > .container .main-title h2 * {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
}
.game-landing .award-lenz-packages-section .award-section > .container .main-title h3 {
  font-size: 30px;
  line-height: 64px;
  font-weight: 900;
}
.game-landing .award-lenz-packages-section .award-section > .container .main-title h3 * {
  font-size: 30px;
  line-height: 64px;
  font-weight: 900;
}
.game-landing .award-lenz-packages-section .award-section > .container .main-title p {
  font-size: 18px;
  line-height: 29.7px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5490196078);
  max-width: 610px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row {
  align-items: center;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section {
  position: relative;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/dots.png) right top no-repeat;
  width: 99px;
  height: 124px;
  top: -33px;
  right: -33px;
  z-index: -1;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section .col-gift {
  margin-bottom: 47px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section .col-gift .item .title {
  font-size: 42px;
  line-height: 60px;
  font-weight: 900;
  color: #FFCC00;
  margin-bottom: 3px;
  text-align: center;
  display: block;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section .col-gift .item .subtitle p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 7px;
  text-align: center;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card {
  margin-bottom: 20px;
  padding-right: calc(var(--bs-gutter-x) * 0.31);
  padding-left: calc(var(--bs-gutter-x) * 0.31);
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card {
  padding: 27px 18px 37px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 8px;
  height: 100%;
  text-align: center;
  background-color: white;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card .icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 9px;
  position: relative;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card .icon:before {
  content: "";
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 12px;
  box-shadow: -4px 4px 8px 0px rgba(255, 255, 255, 0.1490196078) inset;
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.0509803922);
  position: absolute;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card .icon > img,
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card .icon > picture {
  z-index: 11;
  position: relative;
  width: 51px;
  height: 51px;
  max-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card .title {
  font-size: 18px;
  line-height: 28px;
  color: var(--Black);
  text-align: center;
  font-weight: 950;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(1) .card .icon, .game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(2) .card .icon {
  background-color: #70C12F;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(3) .card .icon, .game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(4) .card .icon {
  background-color: #FFCC00;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(1) .card .icon::before {
  transform: rotate(-12.39deg);
  left: -8px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(1) .card .icon > picture,
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(1) .card .icon > img {
  transform: rotate(-12.39deg);
  left: -8px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(2) .card .icon::before {
  transform: rotate(-19.07deg);
  left: -10px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(2) .card .icon > picture,
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(2) .card .icon > img {
  transform: rotate(-19.07deg);
  left: -10px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(3) .card .icon::before {
  transform: rotate(27.8deg);
  left: 9px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(3) .card .icon > picture,
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(3) .card .icon > img {
  transform: rotate(27.8deg);
  left: 9px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(4) .card .icon::before {
  transform: rotate(13.53deg);
  left: 0.44px;
}
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(4) .card .icon > picture,
.game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card:nth-child(4) .card .icon > img {
  transform: rotate(13.53deg);
  left: 0.44px;
}
.game-landing .award-lenz-packages-section .lenz-section {
  padding: 47px 0 58px;
  position: relative;
}
.game-landing .award-lenz-packages-section .lenz-section::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/vector-1.svg) left top no-repeat;
  width: 100%;
  height: 100%;
  top: -90px;
  right: 0;
  left: 0;
  z-index: -1;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz {
  max-width: 911px;
  display: block;
  position: relative;
  margin: auto;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz {
  width: 100%;
  max-width: 820px;
  height: 435px;
  background-color: #FF0000;
  border-radius: 40.58px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz > picture > img,
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40.58px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .play-icon::before {
  content: "";
  position: absolute;
  width: 39.77px;
  height: 39.77px;
  background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/play.svg) bottom center no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 26px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .content {
  max-width: 471px;
  z-index: 1;
  position: relative;
  margin: auto;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .content h3 {
  font-size: 25.97px;
  line-height: 53.56px;
  font-weight: 950;
  margin-bottom: 11px;
  text-align: center;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .content h3 * {
  font-size: 25.97px;
  line-height: 53.56px;
  font-weight: 950;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .content p {
  font-size: 14.61px;
  line-height: 24.1px;
  font-weight: 300;
  color: var(--White);
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(181.76deg, rgba(0, 0, 0, 0) -20.71%, rgba(0, 0, 0, 0.5) 53.99%);
  z-index: 1;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 11;
  left: 67px;
  top: -42px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .icon {
  width: 80.35px;
  height: 80.35px;
  min-width: 80.35px;
  min-height: 80.35px;
  border-radius: 50%;
  background-color: #FFCD00;
  box-shadow: 0px 2.95px 11.79px 0px rgba(255, 255, 255, 0.2509803922);
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .icon > picture,
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .icon > img {
  width: 59px;
  height: auto;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .details {
  background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/details-bg-yellow.svg) center no-repeat;
  background-size: contain;
  padding: 12px 12px 12px 30px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .details p {
  font-size: 12.99px;
  line-height: 24.1px;
  color: var(--Black);
  max-width: 208px;
  margin: 0;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-arrow {
  position: absolute;
  z-index: 11;
  left: -12px;
  top: 6px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 11;
  right: 39px;
  bottom: -16px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .icon {
  width: 76.29px;
  height: 76.29px;
  min-width: 76.29px;
  min-height: 76.29px;
  border-radius: 50%;
  background-color: #C7C7C7;
  box-shadow: 0px 2.95px 11.79px 0px rgba(255, 255, 255, 0.2509803922);
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .icon > picture,
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .icon > img {
  width: 45px;
  height: auto;
  max-height: 45px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .details {
  background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/details-bg-gray.svg) center no-repeat;
  background-size: contain;
  padding: 12px 12px 12px 30px;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .details p {
  font-size: 12.99px;
  line-height: 24.1px;
  color: var(--Black);
  max-width: 208px;
  margin: 0;
}
.game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-arrow {
  position: absolute;
  z-index: 11;
  right: -18px;
  bottom: -2px;
}
.game-landing .award-lenz-packages-section .packages-section {
  padding: 40px 0 50px;
  position: relative;
}
.game-landing .award-lenz-packages-section .packages-section .mobile-mode {
  display: none;
}
.game-landing .award-lenz-packages-section .packages-section .main-content {
  max-width: 658px;
  margin: auto;
  text-align: center;
}
.game-landing .award-lenz-packages-section .packages-section .main-content h2 {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
}
.game-landing .award-lenz-packages-section .packages-section .main-content h2 * {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
}
.game-landing .award-lenz-packages-section .packages-section .main-content p {
  font-size: 18px;
  line-height: 29.7px;
  margin-bottom: 0;
  text-align: center;
}
.game-landing .award-lenz-packages-section .packages-section .main-content p * {
  font-size: 18px;
  line-height: 29.7px;
}
.game-landing .award-lenz-packages-section .packages-section .packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.game-landing .award-lenz-packages-section .packages-section .packages > .col-lg-3 {
  padding-right: calc(var(--bs-gutter-x) * 0.31);
  padding-left: calc(var(--bs-gutter-x) * 0.31);
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card {
  margin-bottom: 0;
  padding: 0 10px;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - 32px);
  border-radius: 24px;
  border: 1px solid var(--Bob);
  background: var(--White);
  overflow: hidden;
  margin: 30px 0 0 0;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid > div:first-child {
  padding: 24px 24px 0 24px;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-name {
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-name h6 {
  color: var(--Raven);
  margin: 0;
  font-size: 14px;
  line-height: 21.55px;
  font-weight: 600;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-name .listofcountries-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fc0;
  cursor: pointer;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-storage,
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-type {
  width: calc(50% - 8px);
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
  color: var(--Raven);
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-storage span,
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-type span {
  display: block;
  text-align: center;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-storage span:nth-child(1),
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-type span:nth-child(1) {
  color: var(--Bob);
  margin: 0 0 8px 0;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-storage span:nth-child(2),
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-type span:nth-child(2) {
  color: var(--Raven);
  font-weight: 600;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-line {
  width: 1px;
  height: auto;
  background: var(--CardBoard);
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-description {
  border-top: 1px solid var(--CardBoard);
  padding: 16px 0 0 0;
  margin: 16px 0;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-description p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 8px 0;
  font-size: 12px;
  line-height: 20px;
  color: var(--Metal);
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-description p span {
  margin: 0;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-description p span:nth-child(1) {
  color: var(--Metal);
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-description p span:nth-child(2) {
  color: var(--Raven);
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-description p a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: var(--Raven);
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-description p:last-child {
  margin: 0;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-description p:last-child span {
  margin: 0;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: var(--Sunshine);
  padding: 16px 24px;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action .mtn-btn {
  position: relative;
  width: auto;
  overflow: hidden;
  padding: 0 6px;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action .mtn-btn .btn-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 24;
  cursor: pointer;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action span {
  color: #202020;
  font-size: 14px;
  line-height: 23.2px;
  font-weight: 700;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action span > span {
  color: #202020;
  font-size: 12px;
  line-height: 16.57px;
  font-weight: 400;
  margin-right: 9px;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action span svg path {
  fill: #202020;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action .mtn-btn .btn-text {
  font-size: 12px;
  line-height: 18.23px;
  font-weight: 400;
}
.game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action .mtn-btn .btn-icon svg {
  width: 15px;
  height: 15px;
}
.game-landing .award-lenz-packages-section .packages-section::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/vector-2.png) right top no-repeat;
  width: 100%;
  height: 100%;
  top: 20px;
  right: 0;
  left: 0;
  z-index: -1;
}
.game-landing .prediction-section {
  padding: 50px 0 37px;
}
.game-landing .prediction-section > .container > .row {
  align-items: center;
}
.game-landing .prediction-section > .container > .row .ball-img {
  position: relative;
  text-align: center;
}
.game-landing .prediction-section > .container > .row .ball-img .top-section {
  box-shadow: -4.57px 4.57px 9.13px 0px rgba(17, 17, 17, 0.1490196078) inset;
  backdrop-filter: blur(18.267206192px);
  border: 1.14px solid rgba(255, 255, 255, 0.0196078431);
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  max-width: 282px;
  position: absolute;
  top: -40px;
  right: 0;
}
.game-landing .prediction-section > .container > .row .ball-img .top-section .icon {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: linear-gradient(153.67deg, rgba(52, 159, 65, 0.1) 15.71%, rgba(219, 54, 54, 0.1) 87.84%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-landing .prediction-section > .container > .row .ball-img .top-section .icon > picture,
.game-landing .prediction-section > .container > .row .ball-img .top-section .icon > img {
  width: 42px;
  height: auto;
}
.game-landing .prediction-section > .container > .row .ball-img .top-section .square {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 6.7px;
  background: rgba(255, 255, 255, 0.0509803922);
  box-shadow: -4.57px 4.57px 9.13px 0px rgba(17, 17, 17, 0.1490196078) inset;
  backdrop-filter: blur(18.267206192px);
  margin: 0 5px;
}
.game-landing .prediction-section > .container > .row .ball-img .bottom-section {
  box-shadow: -4.57px 4.57px 9.13px 0px rgba(17, 17, 17, 0.1490196078) inset;
  backdrop-filter: blur(18.267206192px);
  border: 1.14px solid rgba(255, 255, 255, 0.0196078431);
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  max-width: 282px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.game-landing .prediction-section > .container > .row .ball-img .bottom-section .icon {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: linear-gradient(153.67deg, rgba(52, 159, 65, 0.1) 15.71%, rgba(219, 54, 54, 0.1) 87.84%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-landing .prediction-section > .container > .row .ball-img .bottom-section .icon > picture,
.game-landing .prediction-section > .container > .row .ball-img .bottom-section .icon > img {
  width: 42px;
  height: auto;
}
.game-landing .prediction-section > .container > .row .ball-img .bottom-section .square {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 6.7px;
  background: rgba(255, 255, 255, 0.0509803922);
  box-shadow: -4.57px 4.57px 9.13px 0px rgba(17, 17, 17, 0.1490196078) inset;
  backdrop-filter: blur(18.267206192px);
  margin: 0 5px;
}
.game-landing .prediction-section > .container > .row h2 {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
  margin-bottom: 48px;
}
.game-landing .prediction-section > .container > .row h2 * {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
}
.game-landing .prediction-section > .container > .row .items .card {
  background-color: #0B111B;
  border-radius: 35px;
  padding: 38px 12px;
  margin-right: calc(var(--bs-gutter-x) * 0.31);
  margin-left: calc(var(--bs-gutter-x) * 0.31);
  width: 112px;
  min-width: 112px;
  min-height: 151px;
  text-align: center;
}
.game-landing .prediction-section > .container > .row .items .card .icon {
  margin: auto;
  margin-bottom: 10px;
  min-width: 38px;
  max-width: 43px;
  min-height: 38px;
  max-height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-landing .prediction-section > .container > .row .items .card .title {
  font-size: 14px;
  line-height: 24px;
  color: var(--White);
  font-weight: 900;
  display: block;
}
.game-landing .prediction-section > .container > .row .mtn-buttons {
  margin-top: 48px;
}
.game-landing .prediction-section > .container > .row .mtn-buttons .mtn-btn .btn-text {
  font-weight: 500;
}
.game-landing .schedule-section {
  padding: 37px 0 45px;
}
.game-landing .schedule-section h2 {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
  margin-bottom: 30px;
}
.game-landing .schedule-section h2 * {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
}
.game-landing .schedule-section .mtn-tab-buttons {
  display: flex;
  gap: 8px;
  margin-bottom: 41px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.game-landing .schedule-section .mtn-tab-buttons .mtn-tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 0.5px solid var(--Black);
  transition: 0.5s;
  cursor: pointer;
  padding: 7.5px 16.5px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: var(--Black);
}
.game-landing .schedule-section .mtn-tab-buttons .mtn-tab-btn span {
  font-size: 16px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  margin-left: 4px;
}
.game-landing .schedule-section .mtn-tab-buttons .mtn-tab-btn.active {
  background: #FFC001;
  border: 1px solid #FFC001;
  color: #111111;
}
.game-landing .schedule-section .mtn-tab-buttons .mtn-tab-btn.active span {
  color: #111111;
}
.game-landing .schedule-section .mtn-tab-buttons .mtn-tab-btn.disabled {
  background: #f5f5f5;
  border: none;
  color: #c5c5c5;
  cursor: auto;
  pointer-events: none;
}
.game-landing .schedule-section .mtn-tab-buttons .mtn-tab-btn.disabled span {
  color: #c5c5c5;
}
.game-landing .schedule-section .mtn-tab-content {
  display: none;
}
.game-landing .schedule-section .mtn-tab-content.active {
  display: block;
}
.game-landing .schedule-section .mtn-tab-content > .row > .col-card {
  padding-right: calc(var(--bs-gutter-x) * 0.31);
  padding-left: calc(var(--bs-gutter-x) * 0.31);
  margin-bottom: 20px;
}
.game-landing .schedule-section .mtn-tab-content .card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 31px 42px 23px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.game-landing .schedule-section .mtn-tab-content .card .country {
  width: 67%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.game-landing .schedule-section .mtn-tab-content .card .country .country-1,
.game-landing .schedule-section .mtn-tab-content .card .country .country-2 {
  display: flex;
  align-items: center;
}
.game-landing .schedule-section .mtn-tab-content .card .country .country-1 .icon,
.game-landing .schedule-section .mtn-tab-content .card .country .country-2 .icon {
  width: 48px;
  height: 35px;
  margin-left: 30px;
}
.game-landing .schedule-section .mtn-tab-content .card .country .country-1 .country-name,
.game-landing .schedule-section .mtn-tab-content .card .country .country-2 .country-name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--Black);
}
.game-landing .schedule-section .mtn-tab-content .card .country::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: linear-gradient(0deg, #FFFFFF 0%, #172030 47.12%, #FFFFFF 100%);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
}
.game-landing .schedule-section .mtn-tab-content .card .play-time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3px;
  margin: auto;
  width: 33%;
}
.game-landing .schedule-section .mtn-tab-content .card .play-time .date,
.game-landing .schedule-section .mtn-tab-content .card .play-time .time {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: var(--Black);
  text-align: center;
}
.game-landing .schedule-section .mtn-tab-content .card .green-bar {
  background: #96D61A;
  position: absolute;
  width: 110px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  top: 12px;
  left: -31px;
  transform: rotate(-42deg);
}
.game-landing .counter-section {
  min-height: 378px;
  display: flex;
  align-items: center;
  padding: 32px 0;
  margin-bottom: -10px;
}
.game-landing .counter-section .counter-background > picture > img,
.game-landing .counter-section .counter-background > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-landing .counter-section .counter-background::before {
  content: "";
  background: rgba(11, 17, 27, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.game-landing .counter-section > .container {
  z-index: 1;
  position: relative;
}
.game-landing .counter-section h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 3px;
  text-align: center;
}
.game-landing .counter-section h2 * {
  font-size: 32px;
  line-height: 50px;
  font-weight: 900;
}
.game-landing .counter-section p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 36px;
  text-align: center;
}
.game-landing .counter-section p * {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.game-landing .counter-section .countdown {
  direction: ltr;
  text-align: center !important;
  display: flex;
  justify-content: center;
}
.game-landing .counter-section .countdown .bloc-time {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  text-align: center;
  position: relative;
}
.game-landing .counter-section .countdown .bloc-time .counter-wrapper {
  display: flex;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  box-shadow: -8.47px 8.47px 16.94px 0px rgba(17, 17, 17, 0.1490196078) inset;
  backdrop-filter: blur(8px);
  border-radius: 17px;
}
.game-landing .counter-section .countdown .bloc-time .dots {
  display: inline-flex;
  font-size: 33.89px;
  font-weight: 600;
  position: absolute;
  right: -14px;
  top: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.game-landing .counter-section .countdown .bloc-time:last-child {
  margin-right: 0;
}
.game-landing .counter-section .countdown .clear {
  clear: both;
}
.game-landing .counter-section .countdown .count-title {
  display: block;
  color: #b0b0b0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21.18px;
  line-height: 16px;
  text-align: center;
  margin-top: 9px;
}
.game-landing .counter-section .countdown .figure {
  position: relative;
  height: 84px;
  width: 65px;
  text-align: center !important;
  height: 88px;
  width: 44px;
}
.game-landing .counter-section .countdown .figure:first-child .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.game-landing .counter-section .countdown .figure:last-child .top {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.game-landing .counter-section .countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center !important;
}
.game-landing .counter-section .countdown .figure .top {
  z-index: 3;
  top: 26px;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: perspective(200px);
}
.game-landing .counter-section .countdown .figure .top,
.game-landing .counter-section .countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.game-landing .counter-section .countdown .figure .bottom,
.game-landing .counter-section .countdown .figure .bottom-back,
.game-landing .counter-section .countdown .figure .top-back {
  opacity: 0;
}
.game-landing .counter-section .mtn-buttons {
  text-align: center;
  margin-top: 36px;
}
.game-landing .counter-section .mtn-buttons .mtn-btn .btn-text {
  font-weight: 500;
}
.game-landing .video-section {
  padding: 41px 0 66px;
}
.game-landing .video-section .video-content {
  text-align: center;
  max-width: 808px;
  text-align: center;
  margin: auto;
}
.game-landing .video-section .video-content h2 {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
  margin-bottom: 22px;
  text-align: center;
}
.game-landing .video-section .video-content h2 * {
  font-size: 32px;
  line-height: 66px;
  font-weight: 900;
}
.game-landing .video-section .video-content p {
  font-size: 18px;
  line-height: 29.7px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5490196078);
  text-align: start;
  margin-bottom: 30px;
}
.game-landing .video-section .video-content p * {
  font-size: 18px;
  line-height: 29.7px;
}
.game-landing .video-section .swiper-slide {
  width: 820px;
}
.game-landing .video-section .video-box {
  position: relative;
}
.game-landing .video-section .video-box video {
  width: 100%;
  height: 436px;
  border-radius: 40.58px;
  background-color: #FF0000;
  object-fit: cover;
}
.game-landing .video-section .video-box video::before {
  content: "";
  background: linear-gradient(181.76deg, rgba(0, 0, 0, 0) -20.71%, rgba(0, 0, 0, 0.5) 53.99%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.game-landing .video-section .video-box .play {
  background: #FFC001;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}
.game-landing .video-section .video-box .play img {
  width: 30px;
  height: 30px;
  margin: auto;
}
.game-landing .video-section .swiper-pagination {
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.game-landing .video-section .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .game-landing .video-section .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 13.8px;
  height: 13.8px;
}
.game-landing .video-section .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(110, 110, 110, 0.4);
}
.game-landing .video-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FCCA3E;
}
.game-landing .tree {
  overflow-x: auto;
  padding: 5px;
}
.game-landing .tree .ul-first {
  margin: 0;
}
.game-landing .tree .ul-first li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.game-landing .tree .ul-first li .main {
  border: 1px solid #cfcfcf;
  border-radius: 39px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  max-width: 174px;
  width: 174px;
  margin: 3px 0;
}
.game-landing .tree .ul-first li .main span {
  font-size: 14px;
  line-height: 22px;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-landing .tree .ul-first li .main .icon {
  width: 36px;
  height: 26px;
  min-width: 36px;
  min-height: 26px;
}
.game-landing .tree .ul-first ul {
  margin: 7px 0;
  position: relative;
  padding-right: 40px;
}
.game-landing .tree .ul-first ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.game-landing .tree .ul-first ul li::before {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #b5b5b5;
}
.game-landing .tree .ul-first ul li > .country {
  border: 1px solid #cfcfcf;
  border-radius: 39px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  max-width: 174px;
  width: 174px;
  margin: 3px 0;
}
.game-landing .tree .ul-first ul li > .country span {
  font-size: 14px;
  line-height: 22px;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-landing .tree .ul-first ul li > .country .icon {
  width: 36px;
  height: 26px;
  min-width: 36px;
  min-height: 26px;
}
.game-landing .tree .ul-first ul li::after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  background-color: #b5b5b5;
  top: 0;
  bottom: 0;
}
.game-landing .tree .ul-first ul li:first-child::after {
  height: 50%;
  bottom: 0;
  top: unset;
}
.game-landing .tree .ul-first ul li:last-child::after {
  height: 50%;
  top: 0;
  bottom: unset;
}
.game-landing .tree .ul-first ul::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #b5b5b5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.game-landing .tree::-webkit-scrollbar {
  height: 5px;
  background-color: #d8d3d3;
}
.game-landing .tree::-webkit-scrollbar-thumb {
  background-color: #cac5c5;
  border-radius: 4px;
}
.game-landing .tree::-webkit-scrollbar-track {
  background-color: #f0ebeb;
}
.game-landing .tree::-webkit-scrollbar-button {
  display: none;
}
.game-landing .modal-game input ~ .modal-box {
  border-radius: 40px;
  background-color: #0B111B;
  padding: 69px 96px;
  width: 78vw;
}
.game-landing .modal-game input ~ .modal-box .close svg path {
  stroke: var(--White);
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line {
  border: 1px solid #FCCA3E;
  border-radius: 4px;
  padding: 22px 22px 6px;
  position: relative;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-game__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 950;
  color: #FCCA3E;
  text-align: center;
  margin-bottom: 39px;
  display: block;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec {
  width: 100%;
  max-width: 521px;
  max-height: calc(100vh - 300px);
  overflow-y: scroll;
  direction: ltr;
  padding-right: 30px;
  margin-bottom: 24px;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  right: 0;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec::-webkit-scrollbar-button {
  display: none;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  direction: rtl;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item .item-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item .item-title .icon {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item .item-title span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 950;
  color: var(--White);
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item .item-score {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #96D61A;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items {
  padding-right: 34px;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item .item-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item .item-title span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--White);
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item .item-score {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #96D61A;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item:last-child {
  margin-bottom: 20px;
}
.game-landing .modal-game input ~ .modal-box .modal-yellow-line::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/vector-3.png) left bottom no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .game-landing .container {
    padding: 0 24px;
  }
  .game-landing .hero-section .hero-desc {
    padding: 75px 0 10px;
    min-height: 224px;
  }
  .game-landing .hero-section .hero-desc > .container > .row .desktop-mode {
    display: none;
  }
  .game-landing .hero-section .hero-desc > .container > .row .main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .game-landing .hero-section .hero-desc > .container > .row .main-title .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: -7px;
  }
  .game-landing .hero-section .hero-desc > .container > .row .main-title .fa-title {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 0;
  }
  .game-landing .hero-section .hero-desc > .container > .row .main-title img {
    height: 31px;
    width: 115px;
  }
  .game-landing .hero-section .hero-desc > .container > .row .sub-title {
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 200;
    text-align: center;
  }
  .game-landing .hero-section .hero-desc .hero-background > picture > img, .game-landing .hero-section .hero-desc .game-landing .hero-section .hero-background > img {
    height: 224px;
  }
  .game-landing .hero-section .mobile-mode {
    display: block;
  }
  .game-landing .hero-section .mobile-mode .buttons-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
  .game-landing .hero-section .mobile-mode .buttons-section .mtn-btn {
    height: 38px;
  }
  .game-landing .hero-section .mobile-mode .buttons-section .mtn-btn .btn-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #1A1A1A;
  }
  .game-landing .hero-section .mobile-mode .buttons-section .mtn-btn.white-outline {
    background: rgba(205, 205, 205, 0.0509803922);
    border: 2px solid rgba(159, 159, 159, 0.2);
  }
  .game-landing .hero-section .mobile-mode .buttons-section .mtn-btn.white-outline label {
    cursor: pointer;
  }
  .game-landing .award-lenz-packages-section .award-section {
    padding: 39px 0 12px;
    position: relative;
  }
  .game-landing .award-lenz-packages-section .award-section > .container .main-title h2 {
    font-size: 18px;
    line-height: 30px;
    max-width: 296px;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
  }
  .game-landing .award-lenz-packages-section .award-section > .container .main-title h2 * {
    font-size: 18px;
    line-height: 30px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container .main-title h3 {
    font-size: 16px;
    line-height: 30px;
    max-width: 296px;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
  }
  .game-landing .award-lenz-packages-section .award-section > .container .main-title h3 * {
    font-size: 16px;
    line-height: 30px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container .main-title p {
    font-size: 14px;
    line-height: 29.7px;
    margin: auto;
    margin-bottom: 5px;
    max-width: 296px;
    text-align: center;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row > .col-image {
    position: relative;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row > .col-image img {
    top: 20px;
    position: absolute;
    right: -19%;
    height: 357px;
    width: 194px;
    z-index: -1;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card {
    margin-bottom: 15px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card {
    max-width: 190px;
    margin: auto;
    padding: 20px 15px 15px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 16px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card .icon::before {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .cards-section > .col-card .card .title {
    font-size: 14px;
    line-height: 22px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section::before {
    display: none;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section .col-gift {
    margin-bottom: 28px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section .col-gift .item .title {
    font-size: 34.47px;
    line-height: 50px;
    margin-bottom: 3px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section .col-gift .item .subtitle p {
    font-size: 13.13px;
    line-height: 23px;
    margin-bottom: 6px;
  }
  .game-landing .award-lenz-packages-section .award-section > .container > .row .gift-section .col-gift:last-child .item .title {
    font-size: 26.27px;
    line-height: 40px;
    margin-bottom: 4px;
  }
  .game-landing .award-lenz-packages-section .award-section::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/vector-1.svg) left bottom no-repeat;
    width: 30%;
    height: 30%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-size: contain;
  }
  .game-landing .award-lenz-packages-section .lenz-section {
    padding: 56px 0 52px;
  }
  .game-landing .award-lenz-packages-section .lenz-section::before {
    display: none;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz {
    height: 163px;
    border-radius: 15.24px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz > picture > img,
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz > img {
    border-radius: 15.24px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .content h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .content h3 * {
    font-size: 14px;
    line-height: 20px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .content p {
    display: none;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .play-icon {
    width: 40px;
    height: 67px;
    margin: auto;
    margin-bottom: 22px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .box-lenz .play-icon::before {
    width: 15px;
    height: 15px;
    background-size: contain;
    bottom: 12px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-arrow {
    left: -16px;
    top: 15px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-arrow svg {
    width: 20px;
    height: 41px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-arrow {
    right: -16px;
    bottom: 0;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-arrow svg {
    width: 20px;
    height: 41px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details {
    left: 2px;
    top: -30px;
    align-items: flex-end;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-bottom: 3px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .icon > picture,
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .icon > img {
    width: 35px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .details {
    margin-left: -11px;
    padding: 10px;
    background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/details-bg-yellow-phone.svg) right center no-repeat;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .top-details .details p {
    font-size: 12px;
    line-height: 15px;
    max-width: 183px;
    font-weight: 300;
    padding-left: 9px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details {
    right: -5px;
    bottom: -20px;
    align-items: flex-end;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-bottom: 3px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .icon > picture,
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .icon > img {
    width: 23px;
    height: auto;
    max-height: 23px;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .details {
    margin-left: -28px;
    padding: 10px;
    background: url(/wp-content/themes/mtn_personal/assets/images/world-cup/details-bg-gray-phone.svg) right center no-repeat;
  }
  .game-landing .award-lenz-packages-section .lenz-section .link-to-lenz .bottom-details .details p {
    font-size: 12px;
    line-height: 15px;
    max-width: 183px;
    font-weight: 300;
    padding: 0 0 0 26px;
  }
  .game-landing .award-lenz-packages-section .packages-section {
    padding: 34px 0 29px;
  }
  .game-landing .award-lenz-packages-section .packages-section .mobile-mode {
    display: flex;
  }
  .game-landing .award-lenz-packages-section .packages-section .desktop-mode {
    display: none;
  }
  .game-landing .award-lenz-packages-section .packages-section > .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .game-landing .award-lenz-packages-section .packages-section .main-content h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .game-landing .award-lenz-packages-section .packages-section .main-content h2 * {
    font-size: 18px;
    line-height: 30px;
  }
  .game-landing .award-lenz-packages-section .packages-section .main-content p {
    font-size: 14px;
    line-height: 29.7px;
    margin-bottom: 30px;
  }
  .game-landing .award-lenz-packages-section .packages-section::before {
    width: 41%;
    height: 41%;
    bottom: -70px;
    left: 0;
    z-index: -1;
    background-size: contain;
    top: unset;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages {
    padding: 0 24px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card {
    padding: 0;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid {
    margin-top: 0;
    height: 100%;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-name h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-name .icon img {
    height: 44px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid > div:first-child {
    padding: 3px 7px 0;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute {
    margin-bottom: 4px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-storage,
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-type {
    font-size: 12px;
    line-height: 22px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-storage span:nth-child(1),
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-atrribute .package-type span:nth-child(1) {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action {
    padding: 13px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action span {
    font-size: 12px;
    line-height: 17.18px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action span > span {
    font-size: 12px;
    line-height: 12.27px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action .mtn-btn {
    height: 20px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action .mtn-btn .btn-text {
    font-size: 12px;
    line-height: 13.5px;
  }
  .game-landing .award-lenz-packages-section .packages-section .packages .package-card .grid .package-action .mtn-btn .btn-icon {
    width: 26px;
    height: 13px;
  }
  .game-landing .prediction-section {
    padding: 30px 0 28px;
  }
  .game-landing .prediction-section > .container > .row .order-1 {
    order: 1;
  }
  .game-landing .prediction-section > .container > .row .order-2 {
    order: 2;
  }
  .game-landing .prediction-section > .container > .row h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .game-landing .prediction-section > .container > .row h2 * {
    font-size: 18px;
    line-height: 30px;
  }
  .game-landing .prediction-section > .container > .row .items {
    gap: 30px;
    justify-content: center;
  }
  .game-landing .prediction-section > .container > .row .items .card {
    width: 88px;
    min-width: 88px;
    min-height: 119px;
    margin: 0;
    padding: 29px 7px;
    border-radius: 27.58px;
  }
  .game-landing .prediction-section > .container > .row .items .card .icon {
    min-width: 29px;
    max-width: 33px;
    min-height: 29px;
    max-height: 33px;
    margin-bottom: 7px;
  }
  .game-landing .prediction-section > .container > .row .items .card .title {
    font-size: 12px;
    line-height: 20px;
  }
  .game-landing .prediction-section > .container > .row .mtn-buttons {
    margin: 37px 0;
    text-align: center;
  }
  .game-landing .prediction-section > .container > .row .mtn-buttons .mtn-btn {
    width: auto;
    min-width: 155.5px;
  }
  .game-landing .schedule-section {
    padding: 39px 0 20px;
  }
  .game-landing .schedule-section > .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .game-landing .schedule-section > .container .mtn-tabs {
    padding: 0;
  }
  .game-landing .schedule-section > .container .mtn-tabs .mtn-tab-buttons {
    padding: 0 24px;
  }
  .game-landing .schedule-section > .container .mtn-tab-contents {
    padding: 0 24px;
  }
  .game-landing .schedule-section h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .game-landing .schedule-section h2 * {
    font-size: 18px;
    line-height: 30px;
  }
  .game-landing .schedule-section .mtn-tab-buttons {
    margin-bottom: 22px;
  }
  .game-landing .schedule-section .mtn-tab-buttons .mtn-tab-btn {
    height: 29px;
    font-size: 12px;
    line-height: 20px;
  }
  .game-landing .schedule-section .mtn-tab-buttons .mtn-tab-btn span {
    font-size: 12px;
    line-height: 20px;
  }
  .game-landing .schedule-section .mtn-tab-content > .row > .col-card {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 6px;
  }
  .game-landing .schedule-section .mtn-tab-content .card {
    padding: 20px 21px 15px;
  }
  .game-landing .schedule-section .mtn-tab-content .card .country .country-1 .icon,
  .game-landing .schedule-section .mtn-tab-content .card .country .country-2 .icon {
    width: 30px;
    height: 22px;
    margin-left: 19px;
  }
  .game-landing .schedule-section .mtn-tab-content .card .country .country-1 .country-name,
  .game-landing .schedule-section .mtn-tab-content .card .country .country-2 .country-name {
    font-size: 12px;
    line-height: 19px;
  }
  .game-landing .schedule-section .mtn-tab-content .card .play-time .date,
  .game-landing .schedule-section .mtn-tab-content .card .play-time .time {
    font-size: 14px;
    line-height: 24px;
  }
  .game-landing .schedule-section .mtn-tab-content .card .green-bar {
    height: 17px;
    font-size: 14px;
  }
  .game-landing .video-section {
    padding: 27px 0 36px;
  }
  .game-landing .video-section .swiper-slide {
    width: 326px;
  }
  .game-landing .video-section .video-box video {
    height: 216px;
    border-radius: 26.22px;
  }
  .game-landing .video-section .video-box .play {
    width: 55px;
    height: 55px;
  }
  .game-landing .video-section .video-box .play img {
    width: 19px;
    height: 19px;
  }
  .game-landing .video-section .video-content h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .game-landing .video-section .video-content h2 * {
    font-size: 18px;
    line-height: 30px;
  }
  .game-landing .video-section .video-content p {
    font-size: 14px;
    margin-bottom: 80px;
  }
  .game-landing .video-section .swiper-pagination {
    margin-top: 18px;
  }
  .game-landing .video-section .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .game-landing .video-section .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .game-landing .counter-section {
    padding: 33px 0;
    margin-bottom: -16px;
  }
  .game-landing .counter-section h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .game-landing .counter-section h2 * {
    font-size: 18px;
    line-height: 28px;
  }
  .game-landing .counter-section p {
    margin-bottom: 48px;
  }
  .game-landing .counter-section .countdown .figure {
    width: 31px;
    height: 64px;
  }
  .game-landing .counter-section .countdown .figure > span {
    font-size: 14px;
  }
  .game-landing .counter-section .countdown .figure .top {
    top: 19px;
  }
  .game-landing .counter-section .countdown .count-title {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
  }
  .game-landing .counter-section .mtn-buttons {
    margin-top: 16px;
  }
  .game-landing .counter-section .mtn-buttons .mtn-btn {
    width: auto;
    min-width: 155px;
  }
  .game-landing .counter-section .mtn-buttons .mtn-btn .btn-text {
    font-size: 14px;
    line-height: 22px;
  }
  .game-landing .modal-game input ~ .modal-box {
    padding: 54px 20px 28px;
    border-radius: 16px;
    width: 95%;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line {
    padding: 19px 8px 15px 21px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line::after {
    display: none;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-game__title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec {
    padding-right: 12px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all {
    margin-bottom: 4px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item {
    margin-bottom: 16px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item .item-title {
    gap: 8px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item .item-title .icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item .item-title span {
    font-size: 14px;
    line-height: 22px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .modal-item .item-score {
    font-size: 14px;
    line-height: 22px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items {
    margin-bottom: 35px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item {
    margin-bottom: 14px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item .item-title {
    width: 70%;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item .item-title span {
    font-size: 14px;
    line-height: 22px;
  }
  .game-landing .modal-game input ~ .modal-box .modal-yellow-line .modal-content-sec .modal-item-all .additional-details-items .additional-item .item-score {
    font-size: 14px;
    line-height: 22px;
  }
}
.bracket-wrapper .scroll-buttons {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.bracket-wrapper .scroll-buttons .scroll-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.bracket-wrapper .scroll-buttons .scroll-btn span {
  font-size: 16px;
  line-height: 16px;
  color: black;
  font-weight: 600;
}
.bracket-wrapper .scroll-buttons .scroll-btn.right svg {
  transform: rotateY(180deg);
}
.bracket-wrapper .scroll-buttons .scroll-btn:disabled {
  cursor: not-allowed;
}
.bracket-wrapper .scroll-buttons .scroll-btn:disabled svg path {
  fill: #C9C9C9;
}
.bracket-wrapper .scroll-buttons .scroll-btn:disabled span {
  color: #C9C9C9;
}
.bracket-wrapper .bracket-container {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  width: 100%;
  scrollbar-width: none;
}
.bracket-wrapper .bracket-container::-webkit-scrollbar {
  display: none;
}
.bracket-wrapper .bracket-container picture, .bracket-wrapper .bracket-container img {
  display: block;
  max-width: unset;
  min-width: 100%;
  height: auto;
}

.bracket-container {
  overflow-x: auto;
  white-space: nowrap;
}

.bracket-container img {
  display: block;
  max-width: none;
}

@media (max-width: 992px) {
  .bracket-wrapper .scroll-buttons {
    display: flex;
    margin-bottom: 25px;
  }
  .bracket-wrapper .scroll-buttons .scroll-btn {
    gap: 5px;
  }
  .bracket-wrapper .scroll-buttons .scroll-btn svg {
    width: 28px;
    height: 28px;
  }
  .bracket-wrapper .scroll-buttons .scroll-btn span {
    font-size: 12px;
  }
  .bracket-wrapper .bracket-container picture, .bracket-wrapper img {
    min-width: 101%;
  }
}