.wheretopost li {
  list-style: disc;
  margin-bottom: 10px;
  text-align: left;
}
.wheretopost .etailerBox {
  position: relative;
  margin: 20px 0;
}
.wheretopost .etailerBox .dropdown {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .wheretopost .etailerBox .dropdown {
    width: 50%;
  }
}
.wheretopost .etailerBox .dropdown-label {
  display: block;
  padding: 10px;
  background-color: #327cff;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  font-size: var(--text-lg);
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 2em black);
  filter: drop-shadow(0 0 2em black);
  position: relative;
  z-index: 20;
  color: #fff;
}
.wheretopost .etailerBox .dropdown-label::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wheretopost .etailerBox .selector {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #327cff;
  display: none;
  padding: 0 10px;
  z-index: 10;
  border-radius: 0 0 2em 2em;
}
.wheretopost .etailerBox .selector li {
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
  font-size: var(--text-md);
  list-style: none;
}
.wheretopost .etailerBox .selector li:hover {
  background: #1c62df !important;
  border-radius: 5em;
}
.wheretopost .etailerBox .selector li:first-child {
  margin-top: 2.5em;
}
.wheretopost .etailerBox .selector li:last-child {
  margin-bottom: 1.2em;
}
.wheretopost .etailerBox .output {
  margin-top: 20px;
  font-size: 18px;
}
.wheretopost .etailerBox .output a {
  display: block;
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: var(--text-lg);
  margin: 5px auto 0 auto;
  text-align: center;
  background: rgba(204, 204, 204, 0.192);
  padding: 10px 0;
  display: block;
  position: relative;
}
@media (min-width: 996px) {
  .wheretopost .etailerBox .output a {
    width: 50%;
  }
}
.wheretopost .etailerBox .output a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #ffffff;
  display: block;
  color: #ccc;
  top: 0;
  font-size: 40px;
  left: 0;
  overflow: hidden;
}
.wheretopost .etailerBox .output a:hover {
  text-decoration: underline;
}
@-webkit-keyframes light {
  0% {
    bottom: -100%;
    opacity: 0.3;
  }
  99% {
    bottom: 100%;
    opacity: 0.3;
  }
  99.001% {
    opacity: 0;
  }
  100% {
    bottom: -100%;
    opacity: 0;
  }
}
@keyframes light {
  0% {
    bottom: -100%;
    opacity: 0.3;
  }
  99% {
    bottom: 100%;
    opacity: 0.3;
  }
  99.001% {
    opacity: 0;
  }
  100% {
    bottom: -100%;
    opacity: 0;
  }
}
@-webkit-keyframes animateaarrow {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(10px);
    transform: rotate(90deg) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}
@keyframes animateaarrow {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(10px);
    transform: rotate(90deg) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}
.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
.visit {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.visit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.visit__title {
  width: 100%;
  text-align: center;
}
.visit__link {
  gap: 1em;
}
.visit__link a {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 996px) {
  .visit__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 996px) {
  .visit__gm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.visit__cc {
  display: none;
}
.terms {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  color: #333;
}
.terms a {
  color: #2e85f4;
}
.terms a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.terms p {
  line-height: 1.5;
  text-align: left;
}
.terms p span {
  text-decoration: underline;
}
.terms__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: 90vh;
  overflow-x: hidden;
  padding: 20px 20px 70px 20px;
  overflow-y: scroll;
}
.terms__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.terms__area::-webkit-scrollbar-track {
  background-color: #949494;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.terms__area::-webkit-scrollbar-thumb {
  background-color: #949494;
}
.terms__area-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 34px;
  z-index: 100;
  cursor: pointer;
}
.terms__area-subtitle {
  font-size: var(--title-lg);
  margin-top: 40px;
  text-align: center;
}
.terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}

.terms__area ol li {
  list-style: disc;
  margin: 20px 0 10px 18px;
}

.terms__area ul li {
  list-style: decimal;
  /* margin-left: 10px; */
}

.terms__numLi li {
  list-style: lower-alpha !important;
  margin: 20px 0 10px 18px;
}

.terms__dashLi li {
  list-style: disc !important;
  margin: 20px 0 10px 18px;
}

.terms__area ul {
  list-style: decimal;
  margin: 20px 0 10px 18px;
}
.terms__area li {
  margin-bottom: 15px;
}
