@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
html,
body {
  margin: 0;
  padding: 0;
}
#_halloween_ {
  font-family: DinExp;
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
@keyframes _pulse {
  0% {
    transform: scaleZ(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleZ(1);
  }
}
@keyframes _transform_end {
  to {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
#_halloween_ [data-speed] {
  position: relative;
  z-index: 1;
}
#_halloween_ ._st_target._bounce {
  transform: scale(0);
}
#_halloween_ ._st_target._bounce.triggered {
  animation: _transform_end 0.75s calc(var(--index, 0) * 0.1s + 0.15s) forwards;
}
#_halloween_ p {
  line-height: inherit;
}
#_halloween_ :is(img, svg) {
  display: block;
  max-width: 100%;
  height: auto;
}
#_halloween_ ._btn {
  display: block;
  width: 20.8333333333vw;
  margin: auto;
  transition: transform 0.35s;
}
#_halloween_ ._btn:hover {
  transform: scale(1.1);
}
#_halloween_ ._btn:not(:hover) {
  animation: _pulse ease-in-out infinite 1.5s;
}
#_halloween_ ._btn_img {
  display: block;
  margin: auto;
}
#_halloween_ ._btn_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #75fb4c;
  color: #000;
  width: 100%;
  height: 3.6458333333vw;
  font-size: 1.5625vw;
  line-height: 100%;
  font-weight: 700;
  padding: 0 1em;
}
#_halloween_ ._btn_arrow {
  width: 0.666667em;
  height: 0.666667em;
  margin-left: 0.5em;
}
#_halloween_ ._sec_heading {
  width: 66.6666666667vw;
  margin: 0 auto;
  font-size: 5.7291666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 90%;
  text-transform: uppercase;
}
@keyframes _bounce_in {
  to {
    filter: none;
    opacity: 1;
    transform: none;
  }
}
#_halloween_ ._sec1 {
  position: relative;
  padding-top: var(--banner-top);
  height: 100vh;
  min-height: 800px;
}
#_halloween_ ._sec1 > picture {
  display: block;
  height: 100%;
}
#_halloween_ ._sec1._st_target :is(._img1, ._img2, ._img3, ._img4) {
  transform: scale(0);
}
#_halloween_ ._sec1._st_target.triggered :is(._img1, ._img2, ._img3, ._img4) {
  animation: _transform_end 0.75s calc(var(--index, 0) * 0.1s + 0.25s) forwards;
}
#_halloween_ ._sec1_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#_halloween_ ._sec1_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 6.6666666667vw;
}
#_halloween_
  ._sec1.is-inview
  ._sec1_overlay
  :is(._img1, ._img2, ._img3, ._img4) {
  animation: _bounce_in 1s ease-in-out forwards;
}
#_halloween_ ._sec2 {
  position: relative;
  z-index: 2;
  min-height: 53.3333333333vw;
  background: url("data:image/svg+xml,%3Csvg width='1920' height='1035' viewBox='0 0 1920 1035' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L960 40.5L1920 0.5L1920 1035H0.00184917L0 0.5Z' fill='%239100FF'/%3E%3C/svg%3E")
      0% 0%/100% auto no-repeat,
    linear-gradient(to bottom, #9100ff, #9100ff) 0% 100px/100% 100% no-repeat;
  margin-top: -6.6666666667vw;
  display: flow-root;
}
#_halloween_ ._sec2_halloween {
  border-radius: 9999px;
  background-color: #9000ff;
  width: 28.6458333333vw;
  height: 10.4166666667vw;
  margin: -4.1666666667vw auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#_halloween_ ._sec2_cont {
  padding: 10vw 0;
}
#_halloween_ ._sec2_heading {
  position: relative;
}
#_halloween_ ._sec2_heading ._headingimg {
  width: 41.6666666667vw;
  height: auto;
  display: block;
  margin: auto;
}
#_halloween_ ._sec2_heading ._icon {
  position: absolute;
  width: 11.1458333333vw;
  top: 3.3333333333vw;
  left: 44.7916666667vw;
}
#_halloween_ ._sec2_heading ._iconimg {
  display: block;
  width: 100%;
}
#_halloween_ ._sec2_desc {
  max-width: 36.4583333333vw;
  margin: 1.6666666667vw auto;
  font-size: 1.1458333333vw;
  line-height: 120%;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
#_halloween_ ._sec2_img {
  position: absolute;
}
#_halloween_ ._sec2_img img {
  width: 100%;
}
#_halloween_ ._sec2_img.a {
  top: 13.5416666667vw;
  left: -7.5vw;
  width: 26.0416666667vw;
}
#_halloween_ ._sec2_img.a img {
  transform: rotate(10deg);
}
#_halloween_ ._sec2_img.b {
  top: 11.0416666667vw;
  right: 6.6666666667vw;
  width: 13.3333333333vw;
}
#_halloween_ ._sec2_img.b img {
  transform: rotate(-12deg);
}
#_halloween_ ._sec2_img.c {
  top: 42.6041666667vw;
  left: 16.6666666667vw;
  width: 14.5833333333vw;
}
#_halloween_ ._sec2_img.d {
  top: 31.25vw;
  right: 5vw;
  width: 13.3333333333vw;
}
#_halloween_ ._sec2_img.d img {
  transform: rotate(-4deg);
}
#_halloween_ ._sec2_img.e {
  width: 8.3333333333vw;
  right: 29.375vw;
  bottom: -5vw;
}
#_halloween_ ._sec2_img.e img {
  transform: rotate(-35deg);
}
#_halloween_ ._sec2_img.f {
  width: 5vw;
  top: 10vw;
  left: 21.7708333333vw;
  color: #ff0;
}
#_halloween_ ._sec2_img:is(.g, .h) {
  width: 3.75vw;
}
#_halloween_ ._sec2_img.g {
  color: #fff600;
  left: 8.3333333333vw;
  bottom: 5.8333333333vw;
}
#_halloween_ ._sec2_img.h {
  color: #ff6a00;
  right: 22.9166666667vw;
  bottom: 5.8333333333vw;
}
#_halloween_ :is(._sec2_heading, ._sec2_desc) {
  opacity: 0;
  transform: scale(0.5);
}
#_halloween_ ._sec2.triggered :is(._sec2_heading, ._sec2_desc) {
  animation: _transform_end 0.75s forwards;
}
#_halloween_ ._sec2_heading ._icon,
#_halloween_ ._sec2_img:is(.a, .b, .c, .d) {
  transform: scale(0);
}
#_halloween_ ._sec2.triggered ._sec2_heading ._icon,
#_halloween_ ._sec2.triggered ._sec2_img:is(.a, .b, .c, .d) {
  animation: _transform_end 0.75s 0.5s forwards;
}
#_halloween_ ._sec3 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 8.3333333333vw;
  margin-bottom: 16.6666666667vw;
}
#_halloween_ ._sec3 .swiper {
  margin-top: 6.6666666667vw;
}
#_halloween_ ._sec3 ._party {
  --party-img-shadow-spread: 20px;
  width: 41.6666666667vw;
  text-align: center;
}
#_halloween_ ._sec3 ._party._a {
  --stroke: #75fb4c;
  --party-title-color: #6a00ff;
  --party-time-bgcolor: var(--stroke);
}
#_halloween_ ._sec3 ._party._b {
  --stroke: #000000;
  --party-title-color: var(--stroke);
  --party-time-bgcolor: #ff8e2b;
}
#_halloween_ ._sec3 ._party._c {
  --stroke: #00c31d;
  --party-title-color: #00c31d;
  --party-time-bgcolor: #ffed2b;
}
#_halloween_ ._sec3 ._party_title {
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 80%;
  margin-bottom: 2.5vw;
  color: var(--party-title-color);
  transform: scale(0);
}
#_halloween_ ._sec3 ._party_poster {
  position: relative;
}
#_halloween_ ._sec3 ._party_time {
  font-size: 1.5625vw;
  padding: 0.5em 0.8em;
  border-radius: 10px;
  line-height: 100%;
  background-color: var(--party-time-bgcolor);
  font-weight: 700;
  position: absolute;
  bottom: -1.0416666667vw;
  right: -3.3333333333vw;
  transform: scale(0) rotate(-5deg);
}
#_halloween_ ._sec3 ._party_img_decoration {
  transform: scale(0);
}
#_halloween_ ._sec3 ._party_img_decoration img {
  display: block;
  width: 100%;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_img_decoration {
  animation: _bounce_in 0.5s ease-in-out forwards;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_img_decoration._a {
  animation-delay: 0.5s;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_img_decoration._b {
  animation-delay: 0.75s;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_time {
  transition: transform 0.5s 0.75s ease-in-out;
  transform: scale(1) rotate(-5deg);
}
#_halloween_ ._sec3 ._party._a ._party_img_decoration._a {
  position: absolute;
  left: -4.1666666667vw;
  bottom: -1.25vw;
  width: 13.0208333333vw;
}
#_halloween_ ._sec3 ._party._a ._party_img_decoration._a img {
  transform: rotate(-8deg);
}
#_halloween_ ._sec3 ._party._a ._party_img_decoration._b {
  position: absolute;
  right: -4.1666666667vw;
  bottom: 2.5vw;
  width: 6.25vw;
}
#_halloween_ ._sec3 ._party._a ._party_img_decoration._b img {
  transform: rotate(8deg);
}
#_halloween_ ._sec3 ._party._b ._party_img_decoration._a {
  position: absolute;
  left: -6.6666666667vw;
  bottom: -3.3333333333vw;
  width: 20.8333333333vw;
}
#_halloween_ ._sec3 ._party._b ._party_img_decoration._b {
  position: absolute;
  right: -3.3333333333vw;
  bottom: 3.3333333333vw;
  width: 4.1666666667vw;
}
#_halloween_ ._sec3 ._party._b ._party_img_decoration._b img {
  transform: rotate(16deg);
}
#_halloween_ ._sec3 ._party._c ._party_img_decoration._a {
  position: absolute;
  width: 12.5vw;
  left: -5.8333333333vw;
  bottom: -2.5vw;
}
#_halloween_ ._sec3 ._party._c ._party_img_decoration._a img {
  transform: rotate(-28deg);
}
#_halloween_ ._sec3 ._party._c ._party_img_decoration._b {
  position: absolute;
  width: 6.6666666667vw;
  right: -4.1666666667vw;
  bottom: 2.0833333333vw;
}
#_halloween_ ._sec3 ._party_img {
  display: block;
  width: 100%;
  border-radius: 20px;
  transition: box-shadow 0.25s 0.5s;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_img {
  box-shadow: 0 0 0 var(--party-img-shadow-spread) var(--stroke);
}
#_halloween_ ._sec3 ._party_desc {
  font-size: 1.1458333333vw;
  margin-top: 3.3333333333vw;
  padding: 0 2.6041666667vw;
}
#_halloween_ ._sec3 ._party_desc {
  opacity: 0;
  transform: scale(0);
}
#_halloween_
  ._sec3
  ._party.swiper-slide-active
  :is(._party_title, ._party_desc) {
  animation: _bounce_in 0.5s ease-in-out forwards;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_title {
  animation-delay: 0.5s;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_desc {
  animation-delay: 0.6s;
}
#_halloween_ ._sec3 .swiper-btn {
  --between: 20vw;
  position: absolute;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 9999px;
  color: #75fb4c;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: 0;
  cursor: pointer;
}
#_halloween_ ._sec3 .swiper-btn._prev {
  left: var(--between);
  transform: rotate(180deg);
}
#_halloween_ ._sec3 .swiper-btn._next {
  right: var(--between);
}
@keyframes _swiper-btn-chevron-shuffle {
  50% {
    transform: translate(200%);
  }
  51% {
    transform: translate(-200%);
  }
}
#_halloween_ ._sec3 .swiper-btn-chevron {
  position: absolute;
  width: 50%;
  height: 50%;
  inset: 0;
  margin: auto;
}
#_halloween_ ._sec3 .swiper-btn:hover .swiper-btn-chevron {
  animation: _swiper-btn-chevron-shuffle 0.5s;
}
#_halloween_ ._sec3_star {
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
}
#_halloween_ ._sec3_star svg {
  display: block;
  width: 100%;
}
#_halloween_ ._sec3_star._a {
  color: #ff8000;
  top: 10.8333333333vw;
  left: 15.15625vw;
}
#_halloween_ ._sec3_star._b {
  color: #0ef;
  top: 24.2708333333vw;
  right: 19.7916666667vw;
}
#_halloween_ ._sec3_star._c {
  color: #ff0004;
  top: 47.9166666667vw;
  left: 20.8333333333vw;
}
#_halloween_ ._sec3_star._c svg {
  transform: rotate(45deg);
}
#_halloween_ ._sec3_star {
  transform: scale(0);
}
#_halloween_ ._sec3.triggered ._sec3_star {
  animation: _transform_end 0.5s 0.25s forwards;
}
#_halloween_ ._sec3 :is(._sec3_heading, ._sec3_desc) {
  opacity: 0;
  transform: translateY(20px);
}
#_halloween_ ._sec3.triggered :is(._sec3_heading, ._sec3_desc) {
  animation: _transform_end 0.5s forwards;
}
#_halloween_ ._sec3.triggered ._sec3_heading {
  animation-delay: 0.25s;
}
#_halloween_ ._sec3.triggered ._sec3_desc {
  animation-delay: 0.75s;
}
#_halloween_ ._sec3 ._sec3_party_images {
  opacity: 0;
  z-index: 1;
}
#_halloween_ ._sec3.triggered ._sec3_party_images {
  opacity: 1;
  transition: opacity 0.5s 0.5s;
}
#_halloween_ ._sec3_party_images {
  position: relative;
  margin: auto;
  perspective: 1200px;
  height: 10.4166666667vw;
  margin-top: -2.6041666667vw;
}
#_halloween_ ._sec3_party_image {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: none;
  border-radius: 20px;
  transform-style: preserve-3d;
}
#_halloween_ ._sec3_party_image._a {
  z-index: 3;
  transform: scale(0.333) rotate(-4deg);
}
#_halloween_ ._sec3_party_image._b {
  z-index: 2;
  transform: scale(0.333) translate(128px) rotate(2deg);
}
#_halloween_ ._sec3_party_image._c {
  z-index: 1;
  transform: scale(0.333) translate(-128px) rotate(4deg);
}
#_halloween_ ._sec3_desc {
  width: 25vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5625vw;
  line-height: 100%;
  font-weight: 700;
}
#_halloween_ ._sec3_heading ._text3 {
  color: #ff5900;
}
#_halloween_ ._sec4_and_sec5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 16.6666666667vw auto 12.5vw;
}
#_halloween_ ._sec4_and_sec5 > * {
  position: absolute;
  width: 100%;
}
#_halloween_ ._sec4_and_sec5 ._sec4 {
  margin: 0;
}
#_halloween_ ._sec4 {
  position: relative;
  margin: 16.6666666667vw 0 8.3333333333vw;
}
#_halloween_ ._sec4_heading {
  position: relative;
  padding: 0 10vw;
}
#_halloween_ ._sec4_heading ._text1 {
  color: #00da0f;
}
#_halloween_ ._sec4_heading ._text3 {
  color: #ff5900;
}
#_halloween_ ._sec4_heading ._text5 {
  color: #f80;
}
#_halloween_ ._sec4_heading ._text6 {
  color: #80f;
}
#_halloween_ ._sec4_heading ._icon {
  position: absolute;
  width: 9.375vw;
  top: 3.3333333333vw;
  left: 37.5vw;
}
#_halloween_ ._sec4_heading ._iconimg {
  display: block;
  width: 100%;
  transform: rotate(8deg);
}
#_halloween_ ._sec4_img {
  position: absolute;
  transform: scale(0);
}
#_halloween_ ._sec4_img :is(img, svg) {
  width: 100%;
}
#_halloween_ ._sec4_and_sec5.triggered ._sec4_img {
  animation: _transform_end 0.5s forwards;
}
#_halloween_ ._sec4_img.a {
  width: 12.9166666667vw;
  top: -2.5vw;
  left: 5.9375vw;
}
#_halloween_ ._sec4_img.a img {
  transform: rotate(-20deg);
}
#_halloween_ ._sec4_img.b {
  width: 11.6666666667vw;
  top: 5vw;
  right: 7.5vw;
}
#_halloween_ ._sec4_img.b img {
  transform: rotate(-32deg);
}
#_halloween_ ._sec4_img.c {
  width: 6.6666666667vw;
  bottom: -3.3333333333vw;
  left: 15.625vw;
}
#_halloween_ ._sec4_img.c img {
  transform: rotate(144deg);
}
#_halloween_ ._sec4_img.d {
  display: none;
}
#_halloween_ ._sec5_img {
  display: block;
  margin: auto;
}
#_halloween_ ._sec5_wrap {
  background-color: #ff6100;
  color: #fff;
  width: 35.4166666667vw;
  margin: -4px auto auto;
  padding: 1.6666666667vw;
  border-radius: 24px;
  font-size: 3.3333333333vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
  transform: rotate(-2deg);
}
#_halloween_ ._sec5_wrap ._orange {
  color: #ffe100;
}
#_halloween_ ._sec6 {
  position: relative;
  margin-top: 10vw;
}
#_halloween_ ._sec6_chatimg {
  width: 51.3020833333vw;
  margin: auto;
  transform: scale(0.5);
  opacity: 0;
}
#_halloween_ ._sec6.triggered ._sec6_chatimg {
  animation: _transform_end 0.75s 0.5s forwards;
}
#_halloween_ ._sec6_purchase {
  margin-top: -7.8125vw;
}
#_halloween_ ._sec6_purchase ._btn_img {
  width: 79.5%;
}
#_halloween_ ._sec6_purchase ._btn_wrapper {
  margin-top: -1em;
}
#_halloween_ ._sec6_img {
  position: absolute;
  transform: scale(0);
}
#_halloween_ ._sec6_img :is(img, svg) {
  width: 100%;
}
#_halloween_ ._sec6.triggered ._sec6_img:is(.a) {
  animation: _transform_end 0.5s 0.25s forwards;
}
#_halloween_ ._sec6.triggered ._sec6_img:is(.b, .c, .d, .e) {
  animation: _transform_end 0.5s 1s forwards;
}
#_halloween_ ._sec6_img.a {
  width: 17.6041666667vw;
  top: 2.0833333333vw;
  left: 5.9895833333vw;
}
#_halloween_ ._sec6_img.b {
  color: #4d00ff;
  width: 7.2916666667vw;
  top: -1.6666666667vw;
  right: 25vw;
}
#_halloween_ ._sec6_img.c {
  color: #fc34ff;
  width: 3.75vw;
  top: 3.75vw;
  right: 11.4583333333vw;
}
#_halloween_ ._sec6_img.d {
  color: #fc34ff;
  width: 4.1666666667vw;
  left: 15.625vw;
  bottom: 0.8333333333vw;
}
#_halloween_ ._sec6_img.d svg {
  transform: rotate(32deg);
}
#_halloween_ ._sec6_img.e {
  color: #4c55fb;
  width: 2.5vw;
  right: 14.5833333333vw;
  bottom: 1.0416666667vw;
}
#_halloween_ ._sec6_img.e svg {
  transform: rotate(45deg);
}
#_halloween_ ._sec7 .swiper {
  overflow: visible;
}
#_halloween_ ._sec7 .swiper-slide {
  width: 41.6666666667vw;
}
#_halloween_ ._sec7 ._prod {
  position: relative;
  color: var(--foreground-color);
}
#_halloween_ ._sec7 ._prod_bg {
  --box-shadow-width: 16px;
  position: absolute;
  overflow: hidden;
  inset: auto 0 0;
  padding-top: 56.25%;
  background-color: var(--background-color);
  border-radius: 16px;
}
#_halloween_ ._sec7 ._prod_bg_svg {
  position: absolute;
  right: -5.2083333333vw;
  bottom: -7.8125vw;
  color: var(--background-svg-color);
}
#_halloween_ ._sec7 .swiper-slide-active ._prod_bg {
  transition: box-shadow 0.25s 0.5s;
  box-shadow: 0 0 0 var(--box-shadow-width) var(--stroke-color);
}
#_halloween_ ._sec7 ._prod._a {
  --background-color: #9900ff;
  --background-svg-color: #6300db;
  --foreground-color: #ffffff;
  --stroke-color: #e09eff;
}
#_halloween_ ._sec7 ._prod._b {
  --background-color: #ffcc00;
  --background-svg-color: #fbb803;
  --foreground-color: #000000;
  --stroke-color: #fff600;
}
#_halloween_ ._sec7 ._prod._c {
  --background-color: #0087ff;
  --background-svg-color: #0066ff;
  --foreground-color: #ffffff;
  --stroke-color: #9deefe;
}
#_halloween_ ._sec7 ._prod_img {
  position: relative;
  display: block;
  width: 100%;
}
#_halloween_ ._sec7 ._prod_info {
  position: absolute;
  inset: auto 0 0;
  padding: 2.5vw;
}
#_halloween_ ._sec7 ._prod_titles {
  font-size: 1.1458333333vw;
  font-weight: 700;
}
#_halloween_ ._sec7 ._prod_title1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: -2px;
  background-color: currentColor;
  border-radius: 9999px;
}
#_halloween_ ._sec7 ._prod_desc {
  font-size: 0.9375vw;
  margin-top: 1em;
}
#_halloween_ ._sec7 ._prod_decoration {
  position: absolute;
  transform: scale(0);
}
#_halloween_ ._sec7 ._prod_decoration img {
  display: block;
  width: 100%;
}
#_halloween_ ._sec7 ._prod._a ._prod_decoration._a {
  left: 4.1666666667vw;
  top: 16.6666666667vw;
}
#_halloween_ ._sec7 ._prod._a ._prod_decoration._a img {
  transform: rotate(-15deg);
}
#_halloween_ ._sec7 ._prod._a ._prod_decoration._b {
  right: 2.0833333333vw;
  bottom: -0.8333333333vw;
}
#_halloween_ ._sec7 ._prod._b ._prod_decoration._a {
  color: #ff6a00;
  stroke-width: 6;
  stroke: #fdffc7;
  width: 5.2083333333vw;
  left: 3.3333333333vw;
  top: 14.5833333333vw;
}
#_halloween_ ._sec7 ._prod._b ._prod_decoration._a svg {
  transform: rotate(-12deg);
}
#_halloween_ ._sec7 ._prod._b ._prod_decoration._b {
  width: 11.6666666667vw;
  right: 0;
  bottom: -5.2083333333vw;
}
#_halloween_ ._sec7 ._prod._b ._prod_decoration._b img {
  transform: rotate(2deg);
}
#_halloween_ ._sec7 ._prod._c ._prod_decoration._a {
  width: 6.6666666667vw;
  top: 12.5vw;
  left: 3.75vw;
}
#_halloween_ ._sec7 ._prod._c ._prod_decoration._a img {
  transform: rotate(-35deg);
}
#_halloween_ ._sec7 ._prod._c ._prod_decoration._b {
  width: 7.5vw;
  right: 1.0416666667vw;
  bottom: -3.3333333333vw;
}
#_halloween_ ._sec7 ._prod._c ._prod_decoration._b img {
  transform: rotate(8deg);
}
#_halloween_ ._sec7 .swiper-slide-active ._prod_decoration {
  animation: _bounce_in 0.5s ease-in-out forwards;
}
#_halloween_ ._sec7 .swiper-slide-active ._prod_decoration._a {
  animation-delay: 0.25s;
}
#_halloween_ ._sec7 .swiper-slide-active ._prod_decoration._b {
  animation-delay: 0.5s;
}
#_halloween_ ._sec7 .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 20px;
}
#_halloween_ ._sec7 .swiper-pagination-bullet {
  --box-shadow-width: 3px;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  cursor: pointer;
}
#_halloween_ ._sec7 .swiper-pagination-bullet:nth-child(1) {
  --border-color: #6200a3;
  background-color: #90f;
}
#_halloween_ ._sec7 .swiper-pagination-bullet:nth-child(2) {
  --border-color: #fff600;
  background-color: #fc0;
}
#_halloween_ ._sec7 .swiper-pagination-bullet:nth-child(3) {
  --border-color: #9deefe;
  background-color: #0087ff;
}
#_halloween_
  ._sec7
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  transform: scale(0.75);
}
#_halloween_ ._sec7 .swiper-pagination-bullet:hover {
  transform: scale(1);
}
#_halloween_ ._sec7 .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 var(--box-shadow-width) var(--border-color);
}
#_halloween_ ._sec8 {
  position: relative;
  margin-top: 20.8333333333vw;
  margin-bottom: 11.6666666667vw;
}
#_halloween_ ._sec8_img {
  position: absolute;
}
#_halloween_ ._sec8_img img {
  width: 100%;
}
#_halloween_ ._sec8_img.a {
  width: 9.21875vw;
  left: 10.9375vw;
  top: 4.4270833333vw;
}
#_halloween_ ._sec8_img.a img {
  transform: rotate(-20deg);
}
#_halloween_ ._sec8_img.b {
  color: #ff0004;
  width: 3.6458333333vw;
  top: 0;
  right: 16.6666666667vw;
}
#_halloween_ ._sec8_img.b svg {
  transform: rotate(32deg);
}
#_halloween_ ._sec8_img.c {
  width: 2.8125vw;
  left: 20.8333333333vw;
  bottom: 0.8333333333vw;
  color: #000dff;
}
#_halloween_ ._sec8_img.c svg {
  transform: rotate(45deg);
}
#_halloween_ ._sec8_img.d {
  width: 9.0625vw;
  right: 9.375vw;
  bottom: 3.90625vw;
}
#_halloween_ ._sec8_img.d img {
  transform: rotate(8deg);
}
#_halloween_ ._sec8_heading {
  position: relative;
  padding: 0 7.5vw;
}
#_halloween_ ._sec8_heading ._text1 {
  color: #1da9ff;
}
#_halloween_ ._sec8_heading :is(._text4, ._text5) {
  color: #90f;
}
#_halloween_ ._sec8_heading ._text7 {
  color: #ff3c00;
}
#_halloween_ ._sec8_heading ._icon {
  position: absolute;
  width: 5.9895833333vw;
  top: 3.3333333333vw;
  right: 13.3333333333vw;
}
#_halloween_ ._sec8_heading ._iconimg {
  width: 100%;
  transform: rotate(24deg);
}
#_halloween_ ._sec8_heading._st_target {
  transform: scale(0.5);
  opacity: 0;
}
#_halloween_ ._sec8_heading._st_target.triggered {
  animation: _transform_end 0.5s forwards;
}
#_halloween_ ._sec8_img._st_target {
  transform: scale(0);
}
#_halloween_ ._sec8_img._st_target.triggered {
  animation: _transform_end 0.5s 0.5s forwards;
}
#_halloween_ ._sec9 {
  position: relative;
  z-index: 1;
  margin-top: 10vw;
}
#_halloween_ ._sec9_wrap {
  max-width: 75vw;
  margin: auto;
}
#_halloween_ ._sec9_notice {
  width: 33.3333333333vw;
}
#_halloween_ ._sec9_notice ._img {
  display: block;
}
#_halloween_ ._sec9_notice ._wrap {
  background-color: #ff6100;
  color: #fff;
  padding: 2.0833333333vw 2.5vw 1.875vw;
  font-size: 3.3333333333vw;
  line-height: 100%;
  font-weight: 700;
  border-radius: 0.3125em;
  text-transform: uppercase;
}
#_halloween_ ._sec9_notice ._desc {
  margin: 1.6666666667vw 2.0833333333vw 0;
  font-size: 1.1458333333vw;
  line-height: 1.3;
}
#_halloween_ ._sec9_notice ._desc a {
  font-weight: 700;
  color: #ff6100;
  border-bottom: 1px solid currentColor;
}
#_halloween_ ._sec9_notice ._yellow {
  color: #ff0;
}
#_halloween_ ._sec9_notice ._rules {
  font-size: inherit;
  font-weight: 700;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  padding: 0;
  border-bottom: 1px solid transparent;
  color: inherit;
}
#_halloween_ ._sec9_notice ._rules:hover {
  border-bottom-color: currentColor;
}
#_halloween_ ._sec9_notice ._rules_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.25em;
}
#_halloween_ ._sec9_award {
  display: flex;
  align-items: flex-end;
  margin-top: -23.4375vw;
}
#_halloween_ ._sec9_award_item {
  flex: 1;
}
@keyframes _sec9_award_block_anim {
  to {
    transform: none;
  }
}
#_halloween_ ._sec9_award_block {
  position: relative;
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_block {
  animation: _sec9_award_block_anim 1s forwards;
}
#_halloween_ ._sec9_award_item._bronze ._sec9_award_block {
  background-color: #21c500;
  height: 19.7916666667vw;
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_block {
  background-color: #a100ff;
  height: 28.6458333333vw;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_block {
  background-color: #ff6100;
  height: 37.5vw;
}
@keyframes _sec9_award_desc_fade {
  to {
    opacity: 1;
  }
}
#_halloween_ ._sec9_award_desc {
  position: absolute;
  inset: 0;
  padding: 2.5vw;
  color: #fff;
  font-size: 1.1458333333vw;
  font-weight: 700;
}
#_halloween_ ._sec9_award_desc,
#_halloween_ ._sec9_award_prize ._bgwrap {
  opacity: 0;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_desc,
#_halloween_ ._sec9_award.triggered ._sec9_award_prize ._bgwrap {
  animation: _sec9_award_desc_fade 0.5s forwards;
}
#_halloween_ ._sec9_award.triggered :is(._sec9_award_desc) {
  animation-delay: 1s;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_prize ._bgwrap {
  animation-delay: 0.5s;
}
#_halloween_ ._sec9_award_title {
  font-weight: inherit;
  font-size: 2.0833333333vw;
  margin-bottom: 0.25em;
}
#_halloween_ ._sec9_award_prize {
  position: relative;
}
#_halloween_ ._sec9_award_prize ._img {
  display: block;
  margin: auto;
}
#_halloween_ ._sec9_award_prize ._total {
  position: absolute;
  width: 7.8125vw;
  height: 7.8125vw;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  line-height: 7.8125vw;
  text-align: center;
}
#_halloween_ ._sec9_award_prize ._svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#_halloween_ ._sec9_award_prize :is(._x, ._number) {
  position: relative;
}
#_halloween_ ._sec9_award_prize ._x {
  font-size: 2.0833333333vw;
}
#_halloween_ ._sec9_award_prize ._number {
  font-size: 4.6875vw;
}
#_halloween_ ._sec9_award_item._bronze ._sec9_award_prize ._img {
  transform: rotate(4deg);
}
#_halloween_ ._sec9_award_item._bronze ._sec9_award_prize ._total {
  bottom: 2.5vw;
  right: 2.5vw;
}
#_halloween_ ._sec9_award_item._bronze ._sec9_award_prize ._svg {
  --fill: #21c500;
  --stroke: #53ff5f;
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_prize ._img {
  transform: rotate(-9deg);
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_prize ._total {
  bottom: 3.3333333333vw;
  right: 3.3333333333vw;
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_prize ._svg {
  --fill: #a100ff;
  --stroke: #ed91ff;
}
@keyframes _gold_prize_bg_anim {
  to {
    transform: rotate(360deg);
  }
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._bgwrap {
  position: absolute;
  max-width: none;
  width: 65.1041666667vw;
  top: -12.5vw;
  right: -19.7916666667vw;
  z-index: -2;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._bgimg {
  width: 100%;
  animation: _gold_prize_bg_anim 60s linear infinite;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._img {
  transform: rotate(7deg);
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._total {
  bottom: 5.2083333333vw;
  right: 0.4166666667vw;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._svg {
  --fill: #ff6100;
  --stroke: #ffffaa;
}
#_halloween_ ._sec9_award_prize :is(._imgwrap, ._total) {
  transform: scale(0);
}
#_halloween_ ._sec9_award.triggered ._sec9_award_prize :is(._imgwrap, ._total) {
  animation: _transform_end 0.5s forwards;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_prize ._imgwrap {
  animation-delay: 0.5s;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_prize ._total {
  animation-delay: 0.75s;
}
#_halloween_ ._sec9_community {
  position: absolute;
  inset: auto 0 6.6666666667vw;
  margin: auto;
}
#_halloween_ ._sec10 {
  position: relative;
  background-color: #0041e6;
  color: #fff;
  padding-top: 8.3333333333vw;
}
#_halloween_ ._sec10_wrap {
  position: relative;
  max-width: 53.3333333333vw;
  margin: auto;
}
#_halloween_ ._sec10_heading {
  font-size: 5.7291666667vw;
  font-weight: 700;
  line-height: 90%;
  text-align: center;
}
#_halloween_ ._sec10_heading ._placeholder {
  display: inline-block;
  width: 4.1666666667vw;
}
#_halloween_ ._sec10_join {
  display: block;
  margin: 1.25vw auto 2.5vw;
  width: 46.875vw;
}
#_halloween_ ._sec10_thumb {
  width: 6.0416666667vw;
  position: absolute;
  top: 3.9583333333vw;
  right: 18.9583333333vw;
  transform: rotate(-14deg);
}
#_halloween_ ._sec10_star {
  position: absolute;
}
#_halloween_ ._sec10_star svg {
  display: block;
  width: 100%;
}
#_halloween_ ._sec10_star._a {
  color: #ff0;
  top: 7.8125vw;
  left: 23.1770833333vw;
}
#_halloween_ ._sec10_star._b {
  color: #75fb4c;
  top: 26.6666666667vw;
  right: 17.1875vw;
}
#_halloween_ ._sec10_star._b svg {
  transform: rotate(45deg);
}
#_halloween_ ._sec11 {
  position: relative;
  background-color: #0041e6;
  color: #fff;
  padding-top: 8.3333333333vw;
}
#_halloween_ ._sec11 ._footer_trophy {
  margin-top: -5.625vw;
}
#_halloween_ ._sec11_heading {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.3333333333vw;
  line-height: 90%;
  font-weight: 700;
}
#_halloween_ ._sec11_heading ._yellow {
  color: #ff0;
}
#_halloween_ ._sec11_heading ._icon {
  position: absolute;
  width: 3.125vw;
  top: -0.8333333333vw;
  left: 48.4375vw;
}
#_halloween_ ._sec11_heading ._icon img {
  width: 100%;
  transform: rotate(-16deg);
}
#_halloween_ ._sec11_heading ._star {
  position: absolute;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
#_halloween_ ._sec11_heading ._star._a {
  color: #ff0;
  left: 26.0416666667vw;
  top: -0.4166666667vw;
}
#_halloween_ ._sec11_heading ._star._b {
  color: #75fb4c;
  right: 26.0416666667vw;
  bottom: -0.8333333333vw;
}
#_halloween_ ._sec11_heading ._star._b svg {
  transform: rotate(45deg);
}
#_halloween_ ._sec11_desc {
  font-size: 1.1458333333vw;
  line-height: 110%;
  text-align: center;
  font-weight: 700;
  margin: 3.3333333333vw auto 1.6666666667vw;
}
#_halloween_ ._sec11_winnerlist {
  min-height: 28.125vw;
  margin: auto;
  max-width: 52.0833333333vw;
  padding: 6.6666666667vw 8.3333333333vw;
  background: url(/com/vaporesso/www/assets/img/2025/global-grateful-carnival/winnerlist-bg.png)
    center/100% 100% no-repeat;
}
#_halloween_ ._sec11_winner {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 90%;
  color: #0041e6;
  margin: 0.25em 0;
  transition: opacity 0.25s;
}
#_halloween_ ._sec11_winner ._name {
  position: relative;
  display: inline-block;
  transition: transform 0.25s;
}
#_halloween_ ._sec11_winner:hover ._name {
  transform: scale(1.333);
}
#_halloween_ ._sec11_winner ._level {
  position: absolute;
  top: -0.5em;
  left: 100%;
  font-size: 0.625em;
  transform: scale(0);
  display: none;
}
#_halloween_ ._sec11_winner._first ._level {
  color: #ff6100;
}
#_halloween_ ._sec11_winner._second ._level {
  color: #a100ff;
}
#_halloween_ ._sec11_winner._third ._level {
  color: #ff00e5;
}
#_halloween_ ._sec11_winner:hover ._level {
  animation: _transform_end 0.25s 0.15s forwards;
  display: block;
}
#_halloween_ ._sec11_winner_fire {
  position: absolute;
  -webkit-mask-image: url(/com/vaporesso/www/assets/img/2025/global-grateful-carnival/winner-firework.svg);
  mask-image: url(/com/vaporesso/www/assets/img/2025/global-grateful-carnival/winner-firework.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: scale(0);
  display: none;
}
#_halloween_ ._sec11_winner_fire._green {
  width: 10vw;
  height: 10vw;
  background-color: #75fb4c;
  left: 0;
  top: -2.0833333333vw;
}
#_halloween_ ._sec11_winner_fire._orange {
  width: 3.125vw;
  height: 3.125vw;
  background-color: #ff7900;
  bottom: -1.25vw;
  right: 9.375vw;
}
#_halloween_ ._sec11_winner:hover ._sec11_winner_fire {
  display: block;
  animation: _transform_end 0.25s 0.15s forwards;
}
#_halloween_ ._sec11_sticker {
  position: absolute;
}
#_halloween_ ._sec11_sticker :is(img, svg) {
  display: block;
  width: 100%;
}
#_halloween_ ._sec11_sticker._a {
  --fill-color-1: #ff00e5;
  --fill-color-2: #75fb4c;
  width: 9.375vw;
  left: 13.3333333333vw;
  top: 31.25vw;
}
#_halloween_ ._sec11_sticker._a svg {
  transform: rotate(-40deg);
}
#_halloween_ ._sec11_sticker._b {
  width: 12.9166666667vw;
  right: 11.6666666667vw;
  top: 31.25vw;
}
#_halloween_ ._sec11_sticker._b img {
  transform: rotate(10deg);
}
#_halloween_ ._footer_trophy {
  position: relative;
}
#_halloween_ ._footer_trophy ._img {
  display: block;
  margin: auto;
  width: 31.25vw;
}
#_halloween_ ._footer_trophy ._icon {
  position: absolute;
  z-index: 1;
  width: 9.375vw;
}
#_halloween_ ._footer_trophy ._icon svg {
  width: 100%;
}
#_halloween_ ._footer_trophy ._icon._a {
  --fill-color-1: #80ff00;
  --fill-color-2: #00c8ff;
  left: 26.0416666667vw;
  top: 2.5vw;
}
#_halloween_ ._footer_trophy ._icon._a svg {
  transform: rotate(-70deg);
}
#_halloween_ ._footer_trophy ._icon._b {
  --fill-color-1: #ff0004;
  --fill-color-2: #f6ff00;
  right: 23.4375vw;
  top: 1.6666666667vw;
}
#_halloween_ ._footer_trophy ._icon._b svg {
  transform: rotate(140deg);
}
#_halloween_ ._terms_and_conditions {
  background-color: #272727;
  color: #fff;
  padding: 4.1666666667vw;
}
#_halloween_ ._terms_and_conditions .footer-page {
  background-color: initial;
  font-size: 16px;
  line-height: 1.625;
}
#_halloween_ ._terms_and_conditions ._wrap {
  max-width: 950px;
}
#_halloween_ ._terms_and_conditions a {
  border-bottom: 1px solid currentColor;
}
#_halloween_ ._terms_and_conditions a:hover {
  color: #00da0f;
}
@media (max-width: 1023px) {
  #_halloween_ {
    font-size: 4.2666666667vw;
  }
  #_halloween_ ._btn {
    width: 66.1333333333vw;
  }
  #_halloween_ ._btn_wrapper {
    font-size: 4.8vw;
    height: 9.6vw;
  }
  #_halloween_ ._sec_heading {
    font-size: 9.6vw;
    width: 100%;
  }
  #_halloween_ ._sec1 {
    min-height: auto;
  }
  #_halloween_ ._sec1_overlay {
    top: var(--banner-top);
    padding-top: 29.8666666667vw;
    justify-content: flex-start;
  }
  #_halloween_ ._sec1_overlay ._img1,
  #_halloween_ ._sec1_overlay ._img2 {
    width: 68.2666666667vw;
  }
  #_halloween_ ._sec1_overlay ._img3 {
    width: 59.7333333333vw;
    margin: 4px 0;
  }
  #_halloween_ ._sec1_overlay ._img4 {
    width: 51.2vw;
  }
  #_halloween_ ._sec2 {
    margin-top: -25.6vw;
  }
  #_halloween_ ._sec2_halloween {
    width: 74.6666666667vw;
    height: auto;
    padding: 5.3333333333vw 10.6666666667vw;
    margin-top: -10.6666666667vw;
  }
  #_halloween_ ._sec2_cont {
    padding: 34.1333333333vw 0 51.2vw;
    width: 80vw;
    margin: auto;
  }
  #_halloween_ ._sec2_heading ._headingimg {
    width: 100%;
  }
  #_halloween_ ._sec2_heading ._icon {
    width: 24vw;
    left: 51.2vw;
    top: 34.1333333333vw;
  }
  #_halloween_ ._sec2_desc {
    max-width: none;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
  }
  #_halloween_ ._sec2_img.a {
    left: auto;
    top: 19.2vw;
    right: -4.2666666667vw;
    width: 34.1333333333vw;
  }
  #_halloween_ ._sec2_img.b {
    right: auto;
    left: 18.1333333333vw;
    top: 85.3333333333vw;
    width: 19.2vw;
  }
  #_halloween_ ._sec2_img.c {
    width: 25.6vw;
    top: auto;
    left: 9.6vw;
    bottom: 12.8vw;
  }
  #_halloween_ ._sec2_img.d {
    display: none;
  }
  #_halloween_ ._sec2_img.e {
    width: 25.6vw;
    right: 25.6vw;
    bottom: -16vw;
  }
  #_halloween_ ._sec2_img.f {
    width: 8.5333333333vw;
    top: auto;
    left: 51.2vw;
    bottom: 25.6vw;
  }
  #_halloween_ ._sec2_img.g {
    width: 8.5333333333vw;
    top: 21.3333333333vw;
    left: 21.3333333333vw;
  }
  #_halloween_ ._sec2_img.h {
    width: 12.8vw;
    right: 10.6666666667vw;
    bottom: 16vw;
  }
  #_halloween_ ._sec3 {
    padding-top: 34.1333333333vw;
    margin-bottom: 0;
  }
  #_halloween_ ._sec3 .swiper {
    margin-top: 24vw;
  }
  #_halloween_ ._sec3 ._party {
    --party-img-shadow-spread: 10px;
    width: 55.4666666667vw;
  }
  #_halloween_ ._sec3 :is(._party_title, ._party_desc) {
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
  }
  #_halloween_ ._sec3 ._party_title {
    font-size: 9.6vw;
    margin-bottom: 6.4vw;
  }
  #_halloween_ ._sec3 ._party_img {
    border-radius: 10px;
  }
  #_halloween_ ._sec3 ._party:is(._a, ._b, ._c) ._party_img_decoration._a {
    width: 25.6vw;
    left: -10.6666666667vw;
    bottom: -8.5333333333vw;
  }
  #_halloween_ ._sec3 ._party:is(._a, ._b, ._c) ._party_img_decoration._b {
    width: 17.0666666667vw;
    right: -10.6666666667vw;
    bottom: 2.1333333333vw;
  }
  #_halloween_ ._sec3 ._party_time {
    font-size: 4.8vw;
    bottom: -8.5333333333vw;
    right: -10.6666666667vw;
  }
  #_halloween_ ._sec3 ._party_desc {
    margin-top: 17.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    padding: 0;
  }
  #_halloween_ ._sec3 ._party_desc p {
    display: inline;
  }
  #_halloween_ ._sec3 .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17.0666666667vw;
    margin-bottom: 17.0666666667vw;
    gap: 4.2666666667vw;
  }
  #_halloween_ ._sec3 .swiper-btn {
    position: relative;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #_halloween_ ._sec3 .swiper-btn._prev {
    left: 0;
  }
  #_halloween_ ._sec3 .swiper-btn._next {
    right: 0;
  }
  #_halloween_ ._sec3 .swiper-pagination {
    display: flex;
  }
  #_halloween_ ._sec3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 9999px;
    background-color: #000;
  }
  #_halloween_
    ._sec3
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #00000040;
  }
  #_halloween_ ._sec3_star {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  #_halloween_ ._sec3_star._a {
    top: 21.3333333333vw;
    left: 10.1333333333vw;
  }
  #_halloween_ ._sec3_star._b {
    top: 74.6666666667vw;
    right: 6.4vw;
  }
  #_halloween_ ._sec3_star._c {
    top: 133.3333333333vw;
    left: 10.6666666667vw;
  }
  #_halloween_ ._sec3_heading {
    width: 100%;
    font-size: 9.6vw;
  }
  #_halloween_ ._sec3_party_images {
    margin-top: 0;
    height: 53.3333333333vw;
  }
  #_halloween_ ._sec3_party_image {
    width: 55.4666666667vw;
  }
  #_halloween_ ._sec3_party_image._a {
    transform: scale(0.5);
  }
  #_halloween_ ._sec3_party_image._b {
    transform: scale(0.5) translate(64px) rotate(-8deg);
  }
  #_halloween_ ._sec3_party_image._c {
    transform: scale(0.5) translate(-64px) rotate(4deg);
  }
  #_halloween_ ._sec3_desc {
    font-size: 4.8vw;
    width: 74.6666666667vw;
  }
  #_halloween_ ._sec4_and_sec5 {
    height: 100vh;
    margin: 0;
  }
  #_halloween_ ._sec4_heading ._icon {
    width: 17.0666666667vw;
    top: 5.3333333333vw;
    left: 56vw;
  }
  #_halloween_ ._sec4_img.a {
    width: 41.3333333333vw;
    left: 7.4666666667vw;
    top: -48vw;
  }
  #_halloween_ ._sec4_img.b {
    width: 38.4vw;
    top: auto;
    right: 10.6666666667vw;
    bottom: -42.6666666667vw;
  }
  #_halloween_ ._sec4_img.c {
    width: 22.4vw;
    right: 13.3333333333vw;
    top: -34.1333333333vw;
    bottom: auto;
    left: auto;
  }
  #_halloween_ ._sec4_img.d {
    color: #ff0;
    width: 12.8vw;
    left: 21.3333333333vw;
    bottom: -32vw;
    display: block;
  }
  #_halloween_ ._sec5_img,
  #_halloween_ ._sec5_wrap {
    width: 64vw;
  }
  #_halloween_ ._sec5_wrap {
    font-size: 6.4vw;
    padding: 0.5em;
    border-radius: 10px;
  }
  #_halloween_ ._sec6 {
    margin-top: 17.0666666667vw;
  }
  #_halloween_ ._sec6_chatimg {
    width: 85.3333333333vw;
  }
  #_halloween_ ._sec6_purchase {
    width: 59.7333333333vw;
    margin: -12.8vw 0 0 12.8vw;
  }
  #_halloween_ ._sec6_img.a {
    width: 42.6666666667vw;
    top: -12.8vw;
    left: 8.5333333333vw;
  }
  #_halloween_ ._sec6_img.b {
    width: 17.0666666667vw;
    top: 34.6666666667vw;
    right: 4.2666666667vw;
  }
  #_halloween_ ._sec6_img.c {
    width: 12.8vw;
    top: -6.4vw;
    right: 10.6666666667vw;
  }
  #_halloween_ ._sec6_img.d {
    width: 9.6vw;
    top: 58.6666666667vw;
    left: 8.5333333333vw;
    bottom: auto;
  }
  #_halloween_ ._sec6_img.e {
    width: 9.3333333333vw;
    right: 12.8vw;
    bottom: -5.3333333333vw;
  }
  #_halloween_ ._sec7 {
    margin-top: 25.6vw;
  }
  #_halloween_ ._sec7 .swiper {
    margin-right: -4.2666666667vw;
  }
  #_halloween_ ._sec7 .swiper-pagination {
    gap: 8px;
    margin: 17.0666666667vw 0;
  }
  #_halloween_ ._sec7 .swiper-slide {
    width: 59.7333333333vw;
  }
  #_halloween_ ._sec7 .swiper-slide-active {
    z-index: 1;
  }
  #_halloween_ ._sec7 .swiper-pagination-bullet {
    --box-shadow-width: 2px;
    width: 10px;
    height: 10px;
  }
  #_halloween_ ._sec7 ._prod {
    transition: transform 0.5s;
    transform-origin: 50% 100%;
  }
  #_halloween_ ._sec7 .swiper-slide-active ._prod {
    transform: scale(1.15);
  }
  #_halloween_ ._sec7 ._prod_bg {
    --box-shadow-width: 8px;
    padding-top: 0;
    width: 51.2vw;
    aspect-ratio: 192/256;
    border-radius: 10px;
    overflow: hidden;
  }
  #_halloween_ ._sec7 ._prod_bg_svg {
    position: absolute;
    width: 150%;
    max-width: none;
    inset: 0 auto auto 0;
  }
  #_halloween_ ._sec7 ._prod_info {
    width: 51.2vw;
    padding: 4.2666666667vw;
  }
  #_halloween_ ._sec7 ._prod_titles {
    font-size: 3.2vw;
  }
  #_halloween_ ._sec7 ._prod_desc {
    font-size: 2.6666666667vw;
    margin-top: 0.5em;
  }
  #_halloween_ ._sec7 ._prod._a ._prod_decoration._a {
    width: 16vw;
    left: -6.4vw;
    top: 21.3333333333vw;
  }
  #_halloween_ ._sec7 ._prod._a ._prod_decoration._b {
    width: 25.6vw;
    right: 8.5333333333vw;
    bottom: -10.6666666667vw;
  }
  #_halloween_ ._sec7 ._prod._b ._prod_decoration._a {
    width: 10.6666666667vw;
    left: 2.1333333333vw;
    top: 26.6666666667vw;
  }
  #_halloween_ ._sec7 ._prod._b ._prod_decoration._b {
    width: 34.1333333333vw;
    right: -2.6666666667vw;
    bottom: -16vw;
  }
  #_halloween_ ._sec7 ._prod._c ._prod_decoration._a {
    width: 10.6666666667vw;
    left: 3.2vw;
    top: 25.6vw;
  }
  #_halloween_ ._sec7 ._prod._c ._prod_decoration._b {
    width: 17.0666666667vw;
    right: 8.5333333333vw;
    bottom: -10.6666666667vw;
  }
  #_halloween_ ._sec8 {
    margin: 74.6666666667vw 0;
  }
  #_halloween_ ._sec8_heading {
    font-size: 9.6vw;
    width: 100%;
    padding: 0;
  }
  #_halloween_ ._sec8_heading ._icon {
    width: 10.6666666667vw;
    top: 5.3333333333vw;
    right: 17.0666666667vw;
  }
  #_halloween_ ._sec8_img.a {
    width: 24vw;
    top: -48vw;
  }
  #_halloween_ ._sec8_img.b {
    width: 10.6666666667vw;
    top: -25.6vw;
    right: 16vw;
  }
  #_halloween_ ._sec8_img.c {
    width: 9.6vw;
    left: 12.8vw;
    bottom: -29.8666666667vw;
  }
  #_halloween_ ._sec8_img.d {
    width: 42.6666666667vw;
    right: 6.4vw;
    bottom: -46.4vw;
  }
  #_halloween_ ._sec9_notice {
    width: 100%;
    padding-left: 8vw;
    padding-right: 16vw;
  }
  #_halloween_ ._sec9_notice :is(._img, ._wrap) {
    width: 59.7333333333vw;
  }
  #_halloween_ ._sec9_notice ._wrap {
    font-size: 6.4vw;
    padding: 0.5em;
  }
  #_halloween_ ._sec9_notice ._desc {
    font-size: 3.7333333333vw;
    margin: 6.4vw 0 0;
  }
  #_halloween_ ._sec9_notice ._rules {
    font-size: 3.7333333333vw;
    width: 21.3333333333vw;
    text-align: left;
  }
  #_halloween_ ._sec9_wrap {
    max-width: none;
  }
  #_halloween_ ._sec9_award {
    margin-top: -21.3333333333vw;
  }
  #_halloween_ ._sec9_award_item ._total {
    width: 12.8vw;
    height: 12.8vw;
  }
  #_halloween_ ._sec9_award_item ._x {
    font-size: 3.7333333333vw;
    line-height: 12.8vw;
  }
  #_halloween_ ._sec9_award_item ._number {
    font-size: 8.5333333333vw;
    line-height: 12.8vw;
  }
  #_halloween_ ._sec9_award_block {
    z-index: -1;
  }
  #_halloween_ ._sec9_award_item._bronze ._sec9_award_prize {
    margin-bottom: -8.5333333333vw;
  }
  #_halloween_ ._sec9_award_item._bronze ._sec9_award_block {
    height: 58.6666666667vw;
  }
  #_halloween_ ._sec9_award_item._sliver ._sec9_award_prize {
    margin-bottom: -8.5333333333vw;
  }
  #_halloween_ ._sec9_award_item._sliver ._sec9_award_prize ._img {
    width: 21.3333333333vw;
    margin-left: 0;
  }
  #_halloween_ ._sec9_award_item._sliver ._sec9_award_block {
    height: 71.4666666667vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_prize {
    margin-left: -10.6666666667vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._img {
    width: 37.3333333333vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._bgwrap {
    width: 144vw;
    right: -48vw;
    top: -26.6666666667vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_block {
    height: 93.3333333333vw;
  }
  #_halloween_ ._sec9_award_desc {
    padding: 4.2666666667vw;
    font-size: 3.2vw;
  }
  #_halloween_ ._sec9_award_item._bronze ._sec9_award_desc,
  #_halloween_ ._sec9_award_item._sliver ._sec9_award_desc {
    top: 6.4vw;
  }
  #_halloween_ ._sec9_award_title {
    font-size: 4.2666666667vw;
  }
  #_halloween_ ._sec9_community {
    bottom: 10.6666666667vw;
  }
  #_halloween_ ._sec9_community ._btn_img {
    width: 80%;
  }
  #_halloween_ ._sec10 {
    padding: 26.6666666667vw 4.2666666667vw 0;
  }
  #_halloween_ ._sec10_wrap {
    max-width: none;
  }
  #_halloween_ ._sec10_join {
    width: 66.1333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 17.0666666667vw;
  }
  #_halloween_ ._sec10_star {
    width: 9.6vw;
  }
  #_halloween_ ._sec10_star._a {
    left: 8.5333333333vw;
    top: 17.0666666667vw;
  }
  #_halloween_ ._sec10_star._b {
    top: auto;
    right: 8.5333333333vw;
    bottom: 25.6vw;
  }
  #_halloween_ ._sec10_heading {
    font-size: 9.6vw;
  }
  #_halloween_ ._sec10_heading ._placeholder {
    display: block;
  }
  #_halloween_ ._sec10_heading ._placeholder2 {
    display: inline-block;
    width: 10.6666666667vw;
  }
  #_halloween_ ._sec10_thumb {
    width: 10.6666666667vw;
    top: 16vw;
    left: 32vw;
  }
  #_halloween_ ._sec11 {
    padding: 26.6666666667vw 6.4vw 0;
  }
  #_halloween_ ._sec11_heading {
    font-size: 9.6vw;
  }
  #_halloween_ ._sec11_heading ._icon {
    width: 10.6666666667vw;
    left: 12.8vw;
    top: 6.4vw;
  }
  #_halloween_ ._sec11_heading ._star {
    width: 9.6vw;
  }
  #_halloween_ ._sec11_heading ._star._a {
    left: 0;
    top: -6.4vw;
  }
  #_halloween_ ._sec11_heading ._star._b {
    right: 0;
    bottom: -6.4vw;
  }
  #_halloween_ ._sec11_desc {
    font-size: 4.8vw;
    margin: 17.0666666667vw 0 10.6666666667vw;
  }
  #_halloween_ ._sec11_winnerlist {
    max-width: none;
    min-height: 85.3333333333vw;
    padding: 21.3333333333vw 16vw;
    background-image: url(/com/vaporesso/www/assets/img/2025/global-grateful-carnival/winnerlist-bg2.png);
  }
  #_halloween_ ._sec11_winner {
    font-size: 6.4vw;
  }
  #_halloween_ ._sec11_winner ._level {
    position: static;
    display: none;
  }
  #_halloween_ ._sec11_winner_fire._green {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    left: -2.1333333333vw;
    top: -5.3333333333vw;
  }
  #_halloween_ ._sec11_winner_fire._orange {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #_halloween_ ._sec11_sticker._a {
    width: 21.3333333333vw;
    top: 120vw;
    left: 2.1333333333vw;
  }
  #_halloween_ ._sec11_sticker._b {
    display: none;
  }
  #_halloween_ ._footer_trophy ._img {
    width: 48vw;
  }
  #_halloween_ ._footer_trophy ._icon {
    width: 19.2vw;
  }
  #_halloween_ ._footer_trophy ._icon._a {
    left: 0;
    top: 8.5333333333vw;
  }
  #_halloween_ ._footer_trophy ._icon._b {
    right: 0;
    top: 6.4vw;
  }
}
@media screen and (max-width: 1023px) {
  #_halloween_ ._terms_and_conditions .footer-page {
    padding-top: 0.8rem;
  }
}
._halloween_dialog_ {
  position: fixed;
  inset: 0;
  z-index: 11;
  background-color: #00000080;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._halloween_dialog_:is(.enter-active, .leave-active) {
  transition-property: background-color;
  transition-duration: 0.35s;
}
._halloween_dialog_:is(.enter-active, .leave-active) ._wrapper {
  transition-property: opacity transform;
  transition-duration: inherit;
}
._halloween_dialog_:is(.enter-from, .leave-to) {
  background-color: #0000;
}
._halloween_dialog_:is(.enter-from, .leave-to) ._wrapper {
  opacity: 0;
  transform: scale(0.75);
}
._halloween_dialog_ ._wrapper {
  max-height: 100%;
  padding: 192px 32px;
}
._halloween_dialog_ ._container {
  position: relative;
  max-width: 832px;
  margin: auto;
  background-color: #000;
  color: #fff;
  padding: 40px 96px 40px 40px;
  max-height: 100%;
  overflow: auto;
}
._halloween_dialog_ ._container::-webkit-scrollbar {
  width: 2px;
}
._halloween_dialog_ ._container::-webkit-scrollbar-thumb {
  background-color: #75fb4c;
}
._halloween_dialog_ ._title {
  font-weight: 700;
  font-size: 48px;
}
._halloween_dialog_ ._content {
  font-size: 14px;
  line-height: 20px;
}
._halloween_dialog_ ._content p {
  line-height: inherit;
}
._halloween_dialog_ ._content h3 {
  margin-top: 1.666667em;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 700;
  color: #75fb4c;
  text-transform: uppercase;
}
._halloween_dialog_ ._content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 1.5em;
}
._halloween_dialog_ ._close {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  border: 0;
  background-color: inherit;
  color: #75fb4c;
  cursor: pointer;
}
._halloween_dialog_ ._close:hover {
  background-color: #75fb4c;
  color: #000;
}
._halloween_dialog_ ._closesvg {
  position: absolute;
  width: 20px;
  height: 20px;
  inset: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  ._halloween_dialog_ ._wrapper {
    padding: 32px 16px;
  }
  ._halloween_dialog_ ._container {
    padding: 32px 20px;
  }
  ._halloween_dialog_ ._content h3 {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
  ._halloween_dialog_ ._content h4 {
    margin-top: 1.25em;
  }
  ._halloween_dialog_ ._title {
    font-size: 24px;
  }
  ._halloween_dialog_ ._close {
    width: 40px;
    height: 40px;
  }
}
