.bg {
  background: linear-gradient(180deg, #e4f2f5 0%, #fbfff3 100%);
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.age-gate-container {
  margin: auto;
  padding: 20px 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  height: 100%;
  overflow-x: auto;
}

.age-gate-inner {
  margin: auto;
  max-width: 767px;
  width: 100%;
  border-radius: 32px;
  background: #fafafa;
  box-shadow: 0px 8px 12px 0px #5a2b2610, 0px 10px 20px 0px #5a2b2608,
    0px 30px 27px 0px #5a2b2605;
  padding: 20px 20px;
  text-align: center;
  position: relative;
}

.age-gate-logo {
  margin: auto;
  background-color: #fff;
  border-radius: 37px;
  box-shadow: 0px 76.56px 21.88px 0px #30212100;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-gate-logo img {
  width: 80px;
}

.age-gate-content h2 {
  color: #333333;
  font-family: "Staff-Wide-Test-900", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}

.age-gate-top h2 {
  color: #010281;
}

.age-gate-content {
  padding: 15px 0px;
}

.age-gate-content p {
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  padding: 0px;
}

.age-gate-btn a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  background-color: #010281;
  color: #fff;
  text-align: center;
  text-decoration: none;
  max-width: 405px;
  height: 40px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: 0.3s;
  border: 1px solid #010281;
}

.age-gate-btn a:hover,
.age-gate-btn-secondary a {
  background-color: #fff;
  color: #010281;
}

.age-gate-btn-secondary a:hover {
  background-color: #010281;
  color: #fff;
}

.age-gate-btn-secondary a {
  margin-top: 10px;
}

.age-gate-features p {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
}

.age-gate-feature-item {
  text-align: center;
  width: 139px;
}

.age-gate-feature-item img {
  padding-bottom: 0px;
  height: 36px;
  object-fit: contain;
  width: 36px;
}

.age-gate-features {
  display: flex;
  justify-content: center;
  padding-top: 17px;
}

@media (max-width: 767px) {
  .age-gate-inner {
    background: transparent;
    padding: 20px;
  }

  .age-gate-container {
    padding: 30px 23px;
  }

  .age-gate-logo {
    background: transparent;
    width: 50%;
  }

  .age-gate-logo img {
    width: 210px;
  }

  .age-gate-features p {
    font-size: 10px;
  }

  .age-gate-content p {
    padding: 0px 0px 3px;
  }

  .age-gate-content h2 {
    font-size: 14px;
  }

  .age-gate-content {
    padding: 3px 0px 7px;
  }

  .age-gate-btn a {
    font-size: 15px;
    height: 51px;
  }

  .age-gate-features {
    padding-top: 15px;
  }
}

.age-verification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}
