body {
  width: 100%;
}

.wrap {
  background: url("../img/index-bg.jpg") #72c661 no-repeat center top -5vh;
  background-size: 100% auto;
  padding: 10vh 0 5vh 0;
}

.index-banner {
  width: 80%;
  height: 45vh;
  margin: auto;
  background: url("../img/banner.png") no-repeat center center;
  background-size: contain;
}

.btn-play {
  display: block;
  width: 62%;
  margin: auto;
}

.index-words {
  display: block;
  width: 80%;
  margin: auto;
}

.privacy-block {
  z-index: 0;
  position: relative;
  width: 85%;
  margin: auto;
  background: #FFF;
  padding: 5px 20px;
  margin-top: 3%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}

.privacy-block::before {
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#4ba964), to(#00762e));
  background: linear-gradient(to right, #4ba964, #00762e);
  border-radius: 16px;
  -webkit-border-radius: 16px;
}

.privacy-block::after {
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}

.privacy-block .privacy-title {
  display: block;
  width: 100%;
}

.privacy-block .privacy-content {
  display: none;
  border-top: 1px solid #00762e;
  margin-top: 10px;
  padding: 10px 0;
  text-align: justify;
}

.privacy-block .privacy-content h4 {
  font-size: 1rem;
}

article {
  width: 85%;
  margin: 1.5rem auto;
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
}

article p {
  color: #c90e0e;
  margin: 0.5rem 0;
}
/*# sourceMappingURL=index.css.map */