@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
}
:root {
  --swiper-theme-color: #007aff
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none !important
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px
}
.swiper-pagination-lock {
  display: none
}
.carousel-banner-container {
  margin: auto
}
.carousel-banner-container.banner {
  height: 34.375vw
}
@media screen and (max-width:1200px) {
  .carousel-banner-container.banner {
    height: 412.5px
  }
}
.carousel-banner-container.desktop .swiper .swiper-button-next, .carousel-banner-container.desktop .swiper .swiper-button-prev {
  height: 40px;
  padding: 35px;
  width: 40px
}
.carousel-banner-container.desktop .swiper .swiper-button-next:after, .carousel-banner-container.desktop .swiper .swiper-button-prev:after {
  font-size: 30px
}
.carousel-banner-container.desktop .swiper img {
  display: block;
  height: 34.375vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 100%
}
@media screen and (max-width:1200px) {
  .carousel-banner-container.desktop .swiper img {
    height: 412.5px
  }
}
.carousel-banner-container .swiper .swiper-button-next, .carousel-banner-container .swiper .swiper-button-prev {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: .6;
  padding: 17px;
  width: 20px
}
.carousel-banner-container .swiper .swiper-button-next:after, .carousel-banner-container .swiper .swiper-button-prev:after {
  font-size: 16px
}
.carousel-banner-container .swiper .swiper-button-next:hover, .carousel-banner-container .swiper .swiper-button-prev:hover {
  opacity: 1
}
.carousel-banner-container .swiper img {
  display: block;
  width: 100%
}
.score-board .swiper-slide {
  transform: scale(.95);
  transition: .3s ease
}
.score-board .swiper-slide:hover {
  transform: scale(1)
}
.score-board .swiper-slide:hover .himalaya-dashboard > div > div {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: inset 0 0 0 1px #a60320 !important
}
.score-board .himalaya-dashboard > div > div {
  background: linear-gradient(130deg, rgba(68, 68, 68, .9), rgba(34, 34, 34, .95) 70%, #111 0, rgba(51, 51, 51, .9));
  background-color: unset !important;
  border-radius: 10px !important;
  box-shadow: inset 0 0 0 3px #a60320, 0 1px 3px rgba(0, 0, 0, .6) !important;
  height: 190px !important;
  padding: 10px
}
.score-board .himalaya-dashboard > div > div > div > div {
  font-size: 18px !important
}
.score-board .himalaya-dashboard div {
  font-size: 16px !important
}
.score-board .himalaya-dashboard div img {
  height: 39px !important;
  width: 39px !important
}
.score-board .score-board-btn-wrapper {
  width: 100%
}
.score-board .score-board-btn-wrapper .act-btn {
  background: linear-gradient(180deg, #d22f23 30%, #a60320);
  border-radius: 5px;
  box-shadow: inset 0 0 1px #a60320;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 10px auto 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-shadow: 0 0 0 #000;
  width: 90px
}
.home-area {
  background-color: #000
}
.home-area .home-inner {
  margin: 0 auto;
  width: 1170px
}
.home-area .home-sports {
  margin: 1.8rem 0;
  position: relative
}
.home-area .home-sports .livescore-header {
  display: none
}
.home-area .home-sports .livescore-body {
  background: url("../images/livescore/hot-matches_bg.png") no-repeat 50%;
  height: 100px;
  margin: 0 auto;
  width: 800px
}
.home-area .home-sports .livescore-body .livescore-party {
  display: flex
}
.home-area .home-sports .livescore-body .livescore-party > .party-item {
  position: relative;
  width: 50%
}
.home-area .home-sports .livescore-body .livescore-party > .party-item .party-cover {
  background: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border: 5px solid #dddbdb;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(11, 10, 13, .7);
  height: 90px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 90px;
  z-index: 2
}
.home-area .home-sports .livescore-body .livescore-party > .party-item .party-name {
  font-size: 17px;
  font-weight: 700;
  height: 73px;
  padding-top: 32px
}
.home-area .home-sports .livescore-body .livescore-party > .party-item .score {
  color: #f8991d;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  width: 248px
}
.home-area .home-sports .livescore-body .livescore-party > .party-item:first-child .party-cover {
  left: -50px
}
.home-area .home-sports .livescore-body .livescore-party > .party-item:first-child .party-name {
  padding-left: 60px
}
.home-area .home-sports .livescore-body .livescore-party > .party-item:first-child .score {
  float: left
}
.home-area .home-sports .livescore-body .livescore-party > .party-item:nth-child(2) .party-cover {
  right: -50px
}
.home-area .home-sports .livescore-body .livescore-party > .party-item:nth-child(2) .party-name {
  padding-right: 60px;
  text-align: right
}
.home-area .home-sports .livescore-body .livescore-party > .party-item:nth-child(2) .score {
  float: right
}
.home-area .home-sports .livescore-footer {
  font-size: 14px;
  font-weight: 700;
  height: 34px;
  left: 50%;
  margin-left: -162px;
  padding-top: 24px;
  position: absolute;
  text-align: center;
  top: 55px;
  width: 335px
}
.home-area .home-sports .livescore-footer .time-zone {
  color: #fff;
  font-size: 14px
}
.home-area .home-sports .livescore-footer .btn-func .next-btn, .home-area .home-sports .livescore-footer .btn-func .prev-btn {
  bottom: -12px;
  cursor: pointer;
  height: 30px;
  margin: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 30px
}
.home-area .home-sports .livescore-footer .btn-func .next-btn:before, .home-area .home-sports .livescore-footer .btn-func .prev-btn:before {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 11px;
  transform: rotate(135deg)
}
.home-area .home-sports .livescore-footer .btn-func .next-btn:after, .home-area .home-sports .livescore-footer .btn-func .prev-btn:after {
  animation: pulse 2s infinite;
  background: 0 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: scale(1);
  width: 1px;
  z-index: 0
}
.home-area .home-sports .livescore-footer .btn-func .prev-btn {
  left: 14px
}
.home-area .home-sports .livescore-footer .btn-func .prev-btn:before {
  left: 13px
}
.home-area .home-sports .livescore-footer .btn-func .next-btn {
  right: 14px
}
.home-area .home-sports .livescore-footer .btn-func .next-btn:before {
  left: 10px;
  transform: rotate(-45deg)
}
.home-area .home-sports .livescore-footer .act-btn {
  align-items: center;
  animation: btnHotMatchesAnimation 3s linear infinite;
  background: url("../images/livescore/hot-matches_btn.png") no-repeat bottom;
  background-size: contain;
  color: #000;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  left: 43px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: -38px;
  width: 240px;
  z-index: 0
}
.home-area .score-board .himalaya-dashboard > div > div.MuiGrid-root {
  box-shadow: inset 0 0 0 3px #f8991d, 0 1px 3px rgba(0, 0, 0, .6) !important
}
.home-area .score-board .score-board-btn-wrapper div.act-btn {
  background: linear-gradient(180deg, #f8991d, #db7f07);
  box-shadow: inset 0 0 1px #f8991d
}
.home-area .gamelobby-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0
}
.home-area .gamelobby-list ul li {
  box-shadow: 2px 2px 10px rgba(210, 193, 175, .08), 5px 5px 10px rgba(193, 176, 162, .13);
  cursor: pointer;
  height: 240px;
  margin: 10px;
  position: relative;
  width: calc(25% - 20px)
}
.home-area .gamelobby-list ul li:after, .home-area .gamelobby-list ul li:before {
  animation: lightAnimation1 2s linear infinite;
  animation-direction: alternate;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}
.home-area .gamelobby-list ul li:before {
  background: linear-gradient(180deg, #f8991d, rgba(248, 153, 29, 0));
  height: 0;
  transition: height .2s linear;
  width: 3px
}
.home-area .gamelobby-list ul li:after {
  background: linear-gradient(270deg, #f8991d, rgba(248, 153, 29, 0));
  height: 3px;
  transition: width .2s linear;
  width: 0
}
.home-area .gamelobby-list ul li .game-img {
  background: url(https://img.gashinzo.com/img/static/desktop/temp/home/ec20/homt_egame.jpg) 50%/cover no-repeat;
  height: 100%;
  width: 100%
}
.home-area .gamelobby-list ul li .game-img.mpg {
  background-image: url(https://img.gashinzo.com/img/static/desktop/temp/home/ec2/bottom-ql-mpg.jpg)
}
.home-area .gamelobby-list ul li .game-img.casino {
  background-image: url("../images/games/home/casino.png")
}
.home-area .gamelobby-list ul li .game-img.sport {
  background-image: url("../images/games/home/sport.png")
}
.home-area .gamelobby-list ul li .game-img.slot {
  background-image: url("../images/games/home/slot.png")
}
.home-area .gamelobby-list ul li .game-img.lottery {
  background-image: url("../images/games/home/lottery.png")
}
.home-area .gamelobby-list ul li .game-img.number {
  background-image: url("../images/games/home/number.png")
}
.home-area .gamelobby-list ul li .game-img.cocks {
  background-image: url("../images/games/home/cocks.png")
}
.home-area .gamelobby-list ul li .game-img.poker {
  background-image: url("../images/games/home/poker.png")
}
.home-area .gamelobby-list ul li .game-img.promotions {
  background-image: url("../images/games/home/promotion.png")
}
.home-area .gamelobby-list ul li .game-title {
  background: url("../images/games/home/game_name_frame.png") no-repeat 50%;
  background-size: contain;
  bottom: 0;
  filter: drop-shadow(-3px -3px 10px black);
  height: 32px;
  left: 0;
  padding: 0 .5rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2
}
.home-area .gamelobby-list ul li .game-title h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  left: 50%;
  letter-spacing: .04em;
  line-height: 1em;
  margin-bottom: 0;
  mix-blend-mode: overlay;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px #c2a074;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap
}
.home-area .gamelobby-list ul li:hover:before {
  height: 50%
}
.home-area .gamelobby-list ul li:hover:after {
  width: 50%
}
.home-area .gamelobby-list ul li:hover .game-img {
  animation: lightAnimation 2s linear infinite;
  animation-direction: alternate
}
.home-area .home-support {
  padding: 3rem 0
}
.home-area .home-support ul {
  background-color: #0e0e0e;
  display: flex
}
.home-area .home-support ul li {
  border-radius: 6px;
  padding: 2.5rem 1rem;
  position: relative;
  transition: background-color .3s linear;
  width: 25%
}
.home-area .home-support ul li:before {
  background: linear-gradient(90deg, transparent, #464646, transparent);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.home-area .home-support ul li .icon-wrap {
  background: #000;
  border: 3px solid #464646;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 50px
}
.home-area .home-support ul li .icon-wrap .support-icon {
  height: 55%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55%
}
.home-area .home-support ul li .icon-wrap .support-icon.deposit {
  background: url("../images/livescore/ico_deposit.svg") 50%/contain no-repeat
}
.home-area .home-support ul li .icon-wrap .support-icon.withdraw {
  background: url("../images/livescore/ico_withdraw.svg") 50%/contain no-repeat
}
.home-area .home-support ul li .icon-wrap .support-icon.play {
  background: url("../images/livescore/ico_playing_cards.svg") 50%/contain no-repeat
}
.home-area .home-support ul li .icon-wrap .support-icon.question {
  background: url("../images/livescore/ico_question.svg") 50%/contain no-repeat
}
.home-area .home-support ul li .support-content h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
  text-align: center;
  text-shadow: 0 0 50px #c2a074;
  text-transform: uppercase
}
.home-area .home-support ul li .support-content p {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  text-align: center
}
.home-area .home-support ul li:hover {
  background-color: #151515
}
@keyframes lightAnimation1 {
  0% {
    filter: brightness(1)
  }
  to {
    filter: brightness(1.5)
  }
}
@keyframes lightAnimation {
  0% {
    filter: brightness(1)
  }
  50% {
    filter: brightness(1.3)
  }
  to {
    filter: brightness(1)
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
    transform: translate(-50%, -50%) scale(.95)
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
    transform: translate(-50%, -50%) scale(1.2)
  }
  to {
    box-shadow: 0 0 0 0 transparent;
    transform: translate(-50%, -50%) scale(.95)
  }
}
@keyframes btnHotMatchesAnimation {
  0% {
    filter: brightness(1.3)
  }
  50% {
    filter: brightness(.9)
  }
  to {
    filter: brightness(1.3)
  }
}