.btn.section-header {
  position: relative;
  font-size: 35px;
  color: white;
  border-radius: 35px;
  border: none;
  padding: 5px 50px;

  max-width: unset;

  background: #CD9043;
  background: -moz-linear-gradient(45deg, #CD9043 0%, #F8ED87 100%);
  background: -webkit-linear-gradient(45deg, #CD9043 0%, #F8ED87 100%);
  background: linear-gradient(45deg, #CD9043 0%, #F8ED87 100%);
}

.btn.section-header:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border-radius: 28px;
  background: #262626;
  background: -moz-linear-gradient(top, #262626 0%, #000000 100%);
  background: -webkit-linear-gradient(top, #262626 0%, #000000 100%);
  background: linear-gradient(to bottom, #262626 0%, #000000 100%);
}

.btn.section-header span {
  display: inline-block;
  vertical-align: middle;

  position: relative;
  z-index: 1;
}

.btn.section-header img {
  height: 50px;
  display: inline-block;
  vertical-align: middle;

  position: relative;
  z-index: 1;
}

.btn.login {
  background: #515151;
  background: -moz-linear-gradient(top, #515151 0%, #000000 100%);
  background: -webkit-linear-gradient(top, #515151 0%, #000000 100%);
  background: linear-gradient(to bottom, #515151 0%, #000000 100%);
}

section .sc-action .btn {
  max-width: unset;
  margin-top: 10px;
}

section .sc-action .btn:not(:last-child) {
  margin-right: 5px;
}

section .sc-action .btn.line {
  background: #4CAF4F;
  border-color: #4CAF4F;
}

.sc-highlight .inner {
  padding-top: 30px;
  padding-bottom: 50px;
}

.sc-highlight .slides {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.sc-highlight .slides .slide img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sc-highlight .inner {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .sc-highlight .slides {
    margin-bottom: 30px;
  }

  .sc-highlight .slides .slick-dots {
    bottom: -35px;
  }
}

.sc-promotion {
  overflow: hidden;
}

.sc-promotion h2 {
  margin-bottom: 10px;
}

.sc-promotion h2 + p {
  font-size: 25px;
  margin-bottom: 60px;
}

.sc-promotion .cards {
  margin-bottom: 20px;
  padding-bottom: 60px;
}

.sc-promotion .cards .slick-list {
  overflow: visible;
}

.sc-promotion .cards .card {
  padding: 0 25px;
  outline: none;

  opacity: 0.45;

  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.sc-promotion .cards .card.slick-center {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);

  opacity: 1;
}

.sc-promotion .cards .card img {
  width: 100%;
}

.sc-promotion .cards .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(4, 89, 102, 0.8);

  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);

  z-index: 10;
}

.sc-promotion .cards .slick-arrow:hover {
  background: rgba(4, 89, 102, 1);
}

.sc-promotion .cards .slick-arrow:before {
  content: "";
}

@media screen and (max-width: 767px) {
  .sc-promotion .cards {
    padding-bottom: 30px;
  }
  
  .sc-promotion .cards .slick-list {
    overflow: hidden;
  }

  .sc-promotion .cards .card {
    padding: 0;
  }

  .sc-promotion .cards .card.slick-center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .sc-promotion .cards .slick-prev {
    left: -5px;
  }

  .sc-promotion .cards .slick-next {
    right: -5px;
  }
}

.sc-how-to-play h2 {
  margin-bottom: 35px;
}

.sc-how-to-play .description {
  font-size: 20px;
  margin-top: 10px;
}

.sc-how-to-play img {
  width: 175px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sc-how-to-play img {
    max-width: 250px;
  }
}

.sc-detail h2 {
  margin-bottom: 10px;
}

.sc-detail h2 + p {
  margin-bottom: 40px;
}

.sc-detail .cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .sc-detail .cards {
    display: block;
    margin-top: 30px;
  }

  .sc-detail .cards .card {
    width: calc(50% - 2px);
    display: inline-block;
  }
}

.sc-game h2 {
  margin-bottom: 10px;
}

.sc-game h2 + p {
  font-size: 25px;
  margin-bottom: 40px;
}

.sc-game .section-header {
  position: relative;

  display: flex;
  flex-direction: row;
  align-items: center;
}

.sc-game .section-header::before,
.sc-game .section-header::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0.3;

  flex: 1;
}

.sc-game span {
  padding-left: 10px;
  padding-right: 10px;

  background: transparent;
}

.sc-game .games {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  margin-top: 30px;
}

.sc-game .games a {
  padding-left: 10px;
  padding-right: 10px;

  max-width: 25%;
}

@media screen and (max-width: 991px) {
  .sc-game .games a {
    max-width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .sc-game .games a {
    max-width: 50%;
  }
}

.sc-contact h2,
.sc-contact p {
  margin-bottom: 10px;
}

.sc-contact .content .social {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 30px;
}

.sc-contact .content .social a:not(:last-child) {
  margin-right: 30px;
}

.sc-contact .content .social img {
  width: 80px;
}

@media screen and (max-width: 991px) {
  .sc-contact .content .social img {
    width: 56px;
  }
}

.popup-content .input {
  margin-top: 15px;
}

.popup-content .action > a {
  display: block;
}

.popup-content#login .action > a:first-child {
  margin-bottom: 10px;
}

.popup-content#register-request-otp h4 {
  background: white;
  font-size: 18px;
}