.page-background[data-v-20252503] {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("/images/halloween/background-moon-desktop.webp");
  background-size: cover;
}
@media screen and (max-width: 600px) {
.page-background[data-v-20252503] {
    background-image: url("/images/halloween/background-mobile.webp");
    padding-bottom: 500px;
    background-size: cover;
}
}
.container[data-v-20252503] {
  padding-top: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80%;
  color: white;
}
.container .banner[data-v-20252503] {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 51px;
}
.container .caption-text[data-v-20252503] {
  font-size: 22px;
  font-weight: 600;
  text-wrap: nowrap;
}
@media screen and (max-width: 600px) {
.container[data-v-20252503] {
    width: 96%;
}
.container .banner[data-v-20252503] {
    margin-bottom: 37px;
}
.container .caption-text[data-v-20252503] {
    font-size: 18px;
}
}

/*# sourceMappingURL=50.846e9329.css.map*/