body {
  overflow-x: hidden;
}

body a {
  text-decoration: none;
}

body button:focus {
  outline: none;
}

body input:focus {
  outline: none;
}

body select:focus {
  outline: none;
}

body textarea:focus {
  outline: none;
}

body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body input[type="number"] {
  -moz-appearance: textfield;
}

.blue-btn {
  background-color: #003a96;
  color: #fff;
  border: 1px solid #003a96;
}

.blue-btn:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #c8e0fe;
  color: #243391;
  border: 1px solid #c8e0fe;
}

.green-btn {
  background-color: #1e9001;
  color: #fff;
  border: 1px solid #1e9001;
}

.green-btn:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #b1d3bb;
  color: #243391;
  border: 1px solid #b1d3bb;
}

.content-holder {
  width: 40%;
  margin: 0 auto;
  padding: 50px 0;
}

.text-swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-swiper .swiper-slide {
  font-size: 40px;
  font-weight: 700;
}

.index-content-wrapper {
  text-align: center;
}

.index-content-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

.index-content-header-logo {
  width: 30%;
}

.index-content-header-title {
  width: 30%;
}

.index-content-header-dropdown-wrapper {
  position: relative;
  z-index: 2;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.index-content-header-dropdown-wrapper .index-content-header-dropdown-btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 20px;
  padding: 5px 10px;
  box-shadow: 0px 0px 10px 0px #c7c6cb;
  -webkit-box-shadow: 0px 0px 10px 0px #c7c6cb;
  -moz-box-shadow: 0px 0px 10px 0px #c7c6cb;
  cursor: pointer;
  width: 130px;
}

.index-content-header-dropdown-wrapper .index-content-header-dropdown-btn-holder.active {
  border-radius: 20px 20px 0 0;
}

.index-content-header-dropdown-wrapper .index-content-header-dropdown-btn-holder:hover .index-content-header-dropdown-btn {
  color: #000;
}

.index-content-header-dropdown-wrapper .index-content-header-dropdown-btn-holder:hover .index-content-header-dropdown-arrow {
  color: #000;
}

.index-content-header-dropdown-wrapper .index-content-header-dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #c7c6cb;
  font-size: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.index-content-header-dropdown-wrapper .index-content-header-dropdown-btn img {
  height: 25px;
  margin-right: 5px;
}

.index-content-header-dropdown-wrapper .index-content-header-dropdown-arrow {
  color: #c7c6cb;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.index-content-header-dropdown-wrapper .index-content-header-dropdown-arrow.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index-content-header-dropdown {
  position: absolute;
  top: 0;
  z-index: -5;
  opacity: 0;
  width: 130px;
}

.index-content-header-dropdown.active {
  top: 100%;
  opacity: 1;
  z-index: 1;
}

.index-content-header-dropdown .index-content-header-dropdown-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #c7c6cb;
  -webkit-box-shadow: 0px 0px 10px 0px #c7c6cb;
  -moz-box-shadow: 0px 0px 10px 0px #c7c6cb;
  border-radius: 0 0 10px 10px;
}

.index-content-header-dropdown .index-content-header-dropdown-menu a {
  color: #c7c6cb;
}

.index-content-header-dropdown .index-content-header-dropdown-menu a:hover li {
  color: #000;
}

.index-content-header-dropdown .index-content-header-dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.index-content-header-dropdown .index-content-header-dropdown-menu li img {
  height: 25px;
  margin-right: 5px;
}

.index-content-img {
  margin-bottom: 20px;
}

.index-content-btn {
  margin-bottom: 20px;
}

.index-content-btn button {
  width: 85%;
  padding: 5px 0;
}

.index-content-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  margin-bottom: 20px;
}

.index-content-list-wrapper .index-content-list {
  width: 47%;
}

.index-content-list-wrapper .index-content-list .index-content-list-title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 500;
}

.index-game-wrapper {
  margin-bottom: 20px;
}

.index-game-wrapper .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-game-wrapper .index-game-holder {
  margin-bottom: 20px;
}

.index-game-wrapper .index-game-img img {
  width: 100%;
}

.index-form-wrapper {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.index-form-holder {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #c7c6cb;
}

.index-form-holder .index-form-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.index-form-holder .index-form-input {
  margin-bottom: 15px;
}

.index-form-holder .index-form-input input {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #c7c6cb;
  padding: 10px 20px;
}

.index-form-holder .index-form-btn {
  margin-bottom: 15px;
}

.index-form-holder .index-form-btn button {
  width: 100%;
  border-radius: 100px;
  padding: 10px 0;
  font-size: 22px;
}

.index-form-holder .index-form-tnc {
  font-size: 14px;
  margin-bottom: 10px;
}

.copyright {
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .content-holder {
    width: 70%;
  }
  .index-content-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .content-holder {
    width: 80%;
  }
}

@media only screen and (max-width: 576px) {
  .content-holder {
    width: 90%;
  }
  .index-content-header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-content-header-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-content-header-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-content-header-dropdown-wrapper {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-content-header-dropdown-wrapper .index-content-header-dropdown-btn-holder {
    width: 200px;
  }
  .index-content-header-dropdown {
    width: 200px;
  }
  .index-content-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-content-list-wrapper .index-content-list {
    width: 100%;
  }
  .index-content-list-wrapper .index-content-list .index-content-list-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .index-content-list-wrapper .index-content-list .index-content-list-info-img img {
    width: 100%;
  }
  .index-form-wrapper {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */