@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,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.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-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  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 {
  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: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.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-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.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-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.FeedbackModal_feedback_body__hg_Ji {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 80px 114px 56px;
  background-color: #222;
}
.FeedbackModal_feedback_body__hg_Ji .FeedbackModal_error_icon__M743h {
  margin: 0 auto;
  position: relative;
  width: 100px;
  height: 100px;
}
.FeedbackModal_feedback_body__hg_Ji .FeedbackModal_title__RJTmE {
  width: 100%;
  margin-top: 30px;
  height: 28px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.FeedbackModal_feedback_body__hg_Ji .FeedbackModal_text__vFnET {
  margin: 12px auto 0;
  width: 370px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.FeedbackModal_feedback_body__hg_Ji .FeedbackModal_btn_box__T4EiW {
  margin-top: 30px;
}
.FeedbackModal_feedback_body__hg_Ji .FeedbackModal_btn_box__T4EiW > div {
  margin: 0 auto;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.FeedbackModal_feedback_body__hg_Ji
  .FeedbackModal_btn_box__T4EiW
  .FeedbackModal_feedback_btn__FkD1e {
  width: 360px;
  height: 56px;
  background: #e83a57;
  border-radius: 6px 6px 6px 6px;
  margin-top: 16px;
  color: #fff;
}
.FeedbackModal_feedback_body__hg_Ji
  .FeedbackModal_btn_box__T4EiW
  .FeedbackModal_return_btn__4bvQD {
  margin-top: 16px;
  width: 360px;
  height: 56px;
  background: #f5f5f5;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #c7c7c7;
  color: #222;
}
.FeedbackModal_modal_box_PC__U89UT .ant-modal-content {
  padding: 0 !important;
  border-radius: 16px;
  overflow: hidden;
}
.NoticeModal_success_toash_box__hnW8v {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: -999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #222;
  color: #fff;
  opacity: 0;
}
.NoticeModal_success_toash_box_pc__8BXAV {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 588px;
  height: 248px;
  box-shadow: 0 2px 6px 1px rgba(124, 111, 154, 0.2);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}
.NoticeModal_success_toash_box_pc__8BXAV .NoticeModal_success_icon__d_2Yg {
  height: 116px;
  width: 156px;
  position: relative;
}
.NoticeModal_success_toash_box_pc__8BXAV .NoticeModal_title__shCpj {
  margin-top: 38px;
  text-align: center;
  height: 28px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.NoticeModal_success_toash_show__P02IW {
  z-index: 1999;
  opacity: 1;
}
.NoticeModal_success_toash_hide__X45cU {
  z-index: -1999;
  opacity: 0;
}
@-webkit-keyframes NoticeModal_bounceIn__p3yPq {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
    transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scaleX(1);
    transform: translate(-50%, -50%) scaleX(1);
  }
}
@keyframes NoticeModal_bounceIn__p3yPq {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
    transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scaleX(1);
    transform: translate(-50%, -50%) scaleX(1);
  }
}
@-webkit-keyframes NoticeModal_fadeOut__vNcmr {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  to {
    z-index: -999;
  }
}
@keyframes NoticeModal_fadeOut__vNcmr {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  to {
    z-index: -999;
  }
}
.DownloadBtn_nav_item__q1yIy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 500;
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.DownloadBtn_nav_item__q1yIy:hover {
  color: #e83a57;
}
.DownloadBtn_nav_item__q1yIy .DownloadBtn_nav_icon___UyCY {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.DownloadBtn_nav_item__q1yIy .DownloadBtn_nav_icon_download__ur7Qo {
  width: 20px;
  height: 20px;
}
.DownloadBtn_nav_item__q1yIy:hover .DownloadBtn_nav_icon_download__ur7Qo {
  color: #e83a57;
}
@-webkit-keyframes CommonNav_skeleton-loading-animation__2Cs6l {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes CommonNav_skeleton-loading-animation__2Cs6l {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.CommonNav_modal_close__VkEF6 {
  background: #222;
  border-radius: 50%;
}
.CommonNav_modal_brand_wrap__xljf2 {
  z-index: 10000 !important;
}
.CommonNav_modal_brand_wrap__xljf2 .ant-modal-content {
  padding: 0 !important;
  border-radius: 16px;
}
.CommonNav_common_nav__aNeVT {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  height: 66px;
  min-height: 66px;
  color: #f5f5f5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
  z-index: 999;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 10%,
    transparent
  );
}
.CommonNav_common_nav__aNeVT .CommonNav_common_nav_container__r9DEx {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_left__XqOp9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_left__XqOp9
  .CommonNav_reelshort_icon__ZL7Ny {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_left__XqOp9
  .CommonNav_reelshort_icon__ZL7Ny
  .CommonNav_logo_name__vcsPl {
  margin-left: 12px;
  width: 120px;
  height: 18px;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q,
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_right__arFFN {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_nav_item__ys2jn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_nav_item__ys2jn
  .CommonNav_nav_icon__jiQEL {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_nav_item__ys2jn
  .CommonNav_nav_icon_download__bvXUB {
  width: 20px;
  height: 20px;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_nav_item__ys2jn:hover
  .CommonNav_nav_icon_download__bvXUB {
  color: #e83a57;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_nav_item__ys2jn
  .CommonNav_nav_icon_history__DY3m9 {
  width: 20px;
  height: 20px;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_nav_item__ys2jn:hover {
  color: #e83a57;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_nav_item__ys2jn:first-child {
  padding-left: 6px;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_left_nav_item__swyGF {
  font-size: 18px;
  line-height: normal;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_avatar____ZOe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_avatar____ZOe
  .CommonNav_avatar_img__D7mVZ {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: url(/_next/static/media/icon_head.739421aa.png);
  background-size: cover;
}
.CommonNav_common_nav__aNeVT
  .CommonNav_common_nav_container__r9DEx
  .CommonNav_navs__2QZ_q
  .CommonNav_login_btn__y3jVF {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 26px;
  width: 106px;
  height: 36px;
  color: #fff;
  border-radius: 6px;
  background-color: #e83a57;
  cursor: pointer;
}
.CommonNav_active__NlWm8 {
  color: #e83a57;
  font-weight: 500;
}
.CommonNav_history_hover__jVd8m {
  color: #999;
  cursor: default;
  width: 256px;
}
.CommonNav_history_hover__jVd8m .CommonNav_history_hover_content__2afl2 {
  padding: 4px 0;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_nothing_img__DpXOo {
  height: 118px;
  margin-top: 24px;
  cursor: default;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_nothing_text__Klw6c {
  margin-top: 16px;
  padding: 0 16px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  white-space: break-spaces;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_btn_container__iFc__ {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 12px;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_btn_container__iFc__
  .CommonNav_history_login_btn__Vh_sj {
  width: 132px;
  height: 36px;
  line-height: 36px;
  background: #e83a57;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_tabs__0KZpk {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_tabs__0KZpk
  .CommonNav_tabs_item__DK4fw {
  width: 50%;
  text-align: center;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_tabs__0KZpk
  .CommonNav_tabs_item__DK4fw
  span {
  cursor: pointer;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_episodes__eMA7u {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 4px;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_episodes__eMA7u
  .CommonNav_episodes_item__Zwie4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  cursor: pointer;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_episodes__eMA7u
  .CommonNav_episodes_item__Zwie4
  .CommonNav_left__XqOp9 {
  width: 84px;
  height: 112px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
  background: url(/_next/static/media/reelshort.5c487f82.png) 50% no-repeat;
  background-size: cover;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_episodes__eMA7u
  .CommonNav_episodes_item__Zwie4
  .CommonNav_right__arFFN {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 146px;
  margin-left: 12px;
  text-align: left;
  overflow: hidden;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_episodes__eMA7u
  .CommonNav_episodes_item__Zwie4
  .CommonNav_right__arFFN
  .CommonNav_title__Xk2ei {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_episodes__eMA7u
  .CommonNav_episodes_item__Zwie4
  .CommonNav_right__arFFN
  .CommonNav_late_episode__gIS9r {
  margin-top: 12px;
  font-size: 12px;
  line-height: 17px;
  opacity: 0.5;
  font-weight: 500;
  word-break: keep-all;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_history_more__KktAJ {
  margin-top: 20px;
  line-height: 22px;
  font-size: 16px;
  color: #ff3d5d;
}
.CommonNav_history_hover__jVd8m
  .CommonNav_history_hover_content__2afl2
  .CommonNav_history_more__KktAJ
  a {
  color: #ff3d5d;
  cursor: pointer;
}
.CommonNav_download_hover__8Birf {
  color: #fff;
  cursor: default;
  padding-top: 4px;
}
.CommonNav_download_hover__8Birf .CommonNav_download_hover_content__l5EVV {
  padding: 0 10px;
  width: 250px;
}
.CommonNav_download_hover__8Birf
  .CommonNav_download_hover_content__l5EVV
  .CommonNav_top__NrYoz {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.CommonNav_download_hover__8Birf
  .CommonNav_download_hover_content__l5EVV
  .CommonNav_top__NrYoz
  .CommonNav_left__XqOp9 {
  width: 42px;
  height: 42px;
}
.CommonNav_download_hover__8Birf
  .CommonNav_download_hover_content__l5EVV
  .CommonNav_top__NrYoz
  .CommonNav_right__arFFN {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-left: 12px;
}
.CommonNav_download_hover__8Birf
  .CommonNav_download_hover_content__l5EVV
  .CommonNav_top__NrYoz
  .CommonNav_right__arFFN
  .CommonNav_title__Xk2ei {
  font-size: 16px;
  line-height: 22px;
}
.CommonNav_download_hover__8Birf
  .CommonNav_download_hover_content__l5EVV
  .CommonNav_top__NrYoz
  .CommonNav_right__arFFN
  .CommonNav_desc__W83Co {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.CommonNav_download_hover__8Birf
  .CommonNav_download_hover_content__l5EVV
  .CommonNav_store_icons__Vk5J0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 26px;
}
.CommonNav_download_hover__8Birf
  .CommonNav_download_hover_content__l5EVV
  .CommonNav_store_icons__Vk5J0
  .CommonNav_icon_item__f6ou1 {
  width: 106px;
  height: 34px;
}
.CommonNav_download_hover__8Birf
  .CommonNav_download_hover_content__l5EVV
  .CommonNav_store_icons__Vk5J0
  .CommonNav_icon_item__f6ou1
  img {
  cursor: pointer;
}
.CommonNav_avatar_hover__gIVer {
  padding-top: 12px;
  color: #fff;
}
.CommonNav_avatar_hover__gIVer .CommonNav_avatar_hover_content__IOvDw {
  width: 268px;
  font-size: 16px;
  line-height: 22px;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_left__XqOp9 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 3px;
  cursor: pointer;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN {
  width: -webkit-calc(100% - 36px);
  width: calc(100% - 36px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_name_content__EnixX {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_name_content__EnixX
  .CommonNav_user_name__tKfFp {
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-width: 180px;
  height: 20px;
  line-height: 20px;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_name_content__EnixX
  .CommonNav_sub_icon__2V_pJ {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin-left: 12px;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_user_id__zXICa {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  white-space: nowrap;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: hsla(0, 0%, 100%, 0.5);
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_user_id__zXICa
  .CommonNav_uid__nS28h {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_user_id__zXICa
  .CommonNav_uid__nS28h
  span {
  margin-left: 3px;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_user_id__zXICa
  .CommonNav_sign_out__jMNiG {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_user_id__zXICa
  .CommonNav_sign_out__jMNiG
  .CommonNav_sign_out_text__5rBMB {
  padding-left: 6px;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_user_info__NPd4v
  .CommonNav_right__arFFN
  .CommonNav_user_id__zXICa
  .CommonNav_sign_in__JBQMl {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #707070;
  cursor: pointer;
  line-height: 1;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_bonus_content__CzmEa {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_bonus_content__CzmEa
  .CommonNav_bonus_icon__2OAW8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_bonus_content__CzmEa
  .CommonNav_user_coins__n8mX0 {
  margin-left: 12px;
  white-space: nowrap;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_bonus_content__CzmEa
  .CommonNav_user_bonus__LL2A0 {
  white-space: nowrap;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_bonus_content__CzmEa
  .CommonNav_tool_bar__IpShh {
  margin: 0 8px;
  width: 1px;
  height: 16px;
  opacity: 0.2;
  border-radius: 10px;
  background-color: #fff;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_price_more__9obnH {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 14px;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_price_more__9obnH
  .CommonNav_price_more_btn__rvbFk {
  padding: 6px 0;
  text-align: center;
  width: 100%;
  background-color: #e83a57;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.CommonNav_avatar_hover__gIVer
  .CommonNav_avatar_hover_content__IOvDw
  .CommonNav_divider__P1JMq {
  margin-bottom: 6px;
  background-color: #fff;
  opacity: 0.2;
}
@media screen and (min-width: 1766.88px) {
  .CommonNav_common_nav__aNeVT .CommonNav_common_nav_container__r9DEx {
    max-width: 1636px;
  }
}
@media screen and (max-width: 1766.88px) {
  .CommonNav_common_nav__aNeVT .CommonNav_common_nav_container__r9DEx {
    padding: 0 4vw;
  }
}
.CommonNav_category-popover__AmbJ1 .ant-popover-inner {
  padding: 8px 24px;
}
.CommonNav_sliding__WP1Pv {
  -webkit-animation: CommonNav_slide-up__Ubs2V 10s ease-out infinite;
  animation: CommonNav_slide-up__Ubs2V 10s ease-out infinite;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
@-webkit-keyframes CommonNav_slide-up__Ubs2V {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-66px);
    transform: translateY(-66px);
  }
  50% {
    -webkit-transform: translateY(-66px);
    transform: translateY(-66px);
  }
  55% {
    -webkit-transform: translateY(-132px);
    transform: translateY(-132px);
  }
  to {
    -webkit-transform: translateY(-132px);
    transform: translateY(-132px);
  }
}
@keyframes CommonNav_slide-up__Ubs2V {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-66px);
    transform: translateY(-66px);
  }
  50% {
    -webkit-transform: translateY(-66px);
    transform: translateY(-66px);
  }
  55% {
    -webkit-transform: translateY(-132px);
    transform: translateY(-132px);
  }
  to {
    -webkit-transform: translateY(-132px);
    transform: translateY(-132px);
  }
}
@-webkit-keyframes Footer_skeleton-loading-animation__OnTu7 {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes Footer_skeleton-loading-animation__OnTu7 {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.Footer_footer_box__Y_9Qb {
  background-color: #000;
  position: relative;
  z-index: 2;
}
.Footer_footer_box__Y_9Qb .Footer_footer__aIVZH {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 24px;
  color: #fff;
  background-color: #111;
}
.Footer_footer_box__Y_9Qb .Footer_footer__aIVZH,
.Footer_footer_box__Y_9Qb .Footer_footer__aIVZH .Footer_footer_list__BY2Iy {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1766.88px) {
  .Footer_footer_box__Y_9Qb .Footer_footer__aIVZH .Footer_footer_list__BY2Iy {
    max-width: 1636px;
  }
}
@media screen and (max-width: 1766.88px) {
  .Footer_footer_box__Y_9Qb .Footer_footer__aIVZH .Footer_footer_list__BY2Iy {
    padding: 0 4%;
  }
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_footer_item__Jzv7v {
  width: 310px;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_footer_item__Jzv7v
  .Footer_item_title__7csub {
  font-size: min(3vw, 24px);
  line-height: 34px;
  font-weight: 700;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_footer_item__Jzv7v
  .Footer_item_sub_title__VYtUB {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  font-size: min(2.5vw, 16px);
  line-height: 22px;
  color: hsla(0, 0%, 100%, 0.5);
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_footer_item__Jzv7v
  .Footer_item_sub_title__VYtUB
  .Footer_item_sub_text__EQ_F8 {
  cursor: pointer;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_footer_item__Jzv7v
  .Footer_item_sub_title__VYtUB
  .Footer_tips__9X00v {
  margin-top: 6px;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_direction_horizontal__JXJpf {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 12px;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_direction_horizontal__JXJpf
  .Footer_icons__CM1hG {
  margin-right: 12px;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_direction_horizontal__JXJpf
  .Footer_icons__CM1hG
  a {
  display: inline-block;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_direction_vertical__AzlqL {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 12px;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_direction_vertical__AzlqL
  .Footer_icons__CM1hG {
  width: -webkit-max-content;
  width: max-content;
}
.Footer_footer_box__Y_9Qb
  .Footer_footer__aIVZH
  .Footer_footer_list__BY2Iy
  .Footer_direction_vertical__AzlqL
  .Footer_icons__CM1hG:not(:first-child) {
  margin-top: 12px;
}
.Footer_footer_box__Y_9Qb .Footer_footer__aIVZH .Footer_copyright__ygL71 {
  margin-top: 46px;
  line-height: 19px;
  color: hsla(0, 0%, 100%, 0.5);
}
.Footer_footer_box__Y_9Qb .Footer_footer__aIVZH a:hover {
  color: hsla(0, 0%, 100%, 0.5);
}
@-webkit-keyframes CommonNavigationLayout_skeleton-loading-animation__PJjlc {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes CommonNavigationLayout_skeleton-loading-animation__PJjlc {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.CommonNavigationLayout_common_navigation_layout__1DkVo {
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  min-height: -webkit-calc(100vh - 262px);
  min-height: calc(100vh - 262px);
}
.CommonNavigationLayout_common_navigation_layout__1DkVo
  .CommonNavigationLayout_container_inner__LPs5U {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.CommonNavigationLayout_common_navigation_layout__1DkVo main {
  min-height: -webkit-calc(100vh - 262px);
  min-height: calc(100vh - 262px);
}
.CommonNavigationLayout_auto_height_box__wLKGa main {
  min-height: unset;
}
.CommonNavigationLayout_to_top_btn__VLUit {
  right: 10px;
}
@media screen and (min-width: 1766.88px) {
  .CommonNavigationLayout_to_top_btn__VLUit {
    max-width: 1636px;
    right: 50%;
    margin-right: -878px;
  }
}
.BasicsSpin_shade___COc4 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.BasicsSpin_spin__ZMmJP {
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 67px;
  height: 81px;
  background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
  background-size: 1474px 81px;
  background-repeat: no-repeat;
  -webkit-animation-name: BasicsSpin_keyframes-images__AKsG5;
  animation-name: BasicsSpin_keyframes-images__AKsG5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: steps(1);
  animation-timing-function: steps(1);
}
@-webkit-keyframes BasicsSpin_keyframes-images__AKsG5 {
  0% {
    width: 67px;
    height: 81px;
    background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
    background-size: 1474px 81px;
  }
  4.00% {
    background-position: -67px 0;
  }
  8.00% {
    background-position: -134px 0;
  }
  12.00% {
    background-position: -201px 0;
  }
  16.00% {
    background-position: -268px 0;
  }
  20.00% {
    background-position: -335px 0;
  }
  24.00% {
    background-position: -402px 0;
  }
  28.00% {
    background-position: -469px 0;
  }
  32.00% {
    background-position: -536px 0;
  }
  36.00% {
    background-position: -603px 0;
  }
  40.00% {
    background-position: -670px 0;
  }
  44.00% {
    background-position: -737px 0;
  }
  48.00% {
    background-position: -804px 0;
  }
  52.00% {
    background-position: -871px 0;
  }
  56.00% {
    background-position: -938px 0;
  }
  60.00% {
    background-position: -1005px 0;
  }
  64.00% {
    background-position: -1072px 0;
  }
  68.00% {
    background-position: -1139px 0;
  }
  72.00% {
    background-position: -1206px 0;
  }
  76.00% {
    background-position: -1273px 0;
  }
  80.00% {
    background-position: -1340px 0;
  }
  84.00% {
    background-position: -1407px 0;
  }
  88.00% {
    background-position: 0 0;
  }
}
@keyframes BasicsSpin_keyframes-images__AKsG5 {
  0% {
    width: 67px;
    height: 81px;
    background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
    background-size: 1474px 81px;
  }
  4.00% {
    background-position: -67px 0;
  }
  8.00% {
    background-position: -134px 0;
  }
  12.00% {
    background-position: -201px 0;
  }
  16.00% {
    background-position: -268px 0;
  }
  20.00% {
    background-position: -335px 0;
  }
  24.00% {
    background-position: -402px 0;
  }
  28.00% {
    background-position: -469px 0;
  }
  32.00% {
    background-position: -536px 0;
  }
  36.00% {
    background-position: -603px 0;
  }
  40.00% {
    background-position: -670px 0;
  }
  44.00% {
    background-position: -737px 0;
  }
  48.00% {
    background-position: -804px 0;
  }
  52.00% {
    background-position: -871px 0;
  }
  56.00% {
    background-position: -938px 0;
  }
  60.00% {
    background-position: -1005px 0;
  }
  64.00% {
    background-position: -1072px 0;
  }
  68.00% {
    background-position: -1139px 0;
  }
  72.00% {
    background-position: -1206px 0;
  }
  76.00% {
    background-position: -1273px 0;
  }
  80.00% {
    background-position: -1340px 0;
  }
  84.00% {
    background-position: -1407px 0;
  }
  88.00% {
    background-position: 0 0;
  }
}
.BasicsSpin_shade__dcNuh {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.BasicsSpin_spin__YAW2X {
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 17.86667vw;
  height: 21.6vw;
  background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
  background-size: 393.06667vw 21.6vw;
  background-repeat: no-repeat;
  -webkit-animation-name: BasicsSpin_keyframes-images__PVzF0;
  animation-name: BasicsSpin_keyframes-images__PVzF0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: steps(1);
  animation-timing-function: steps(1);
}
@-webkit-keyframes BasicsSpin_keyframes-images__PVzF0 {
  0% {
    width: 67px;
    height: 81px;
    background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
    background-size: 1474px 81px;
  }
  4.00% {
    background-position: -67px 0;
  }
  8.00% {
    background-position: -134px 0;
  }
  12.00% {
    background-position: -201px 0;
  }
  16.00% {
    background-position: -268px 0;
  }
  20.00% {
    background-position: -335px 0;
  }
  24.00% {
    background-position: -402px 0;
  }
  28.00% {
    background-position: -469px 0;
  }
  32.00% {
    background-position: -536px 0;
  }
  36.00% {
    background-position: -603px 0;
  }
  40.00% {
    background-position: -670px 0;
  }
  44.00% {
    background-position: -737px 0;
  }
  48.00% {
    background-position: -804px 0;
  }
  52.00% {
    background-position: -871px 0;
  }
  56.00% {
    background-position: -938px 0;
  }
  60.00% {
    background-position: -1005px 0;
  }
  64.00% {
    background-position: -1072px 0;
  }
  68.00% {
    background-position: -1139px 0;
  }
  72.00% {
    background-position: -1206px 0;
  }
  76.00% {
    background-position: -1273px 0;
  }
  80.00% {
    background-position: -1340px 0;
  }
  84.00% {
    background-position: -1407px 0;
  }
  88.00% {
    background-position: 0 0;
  }
}
@keyframes BasicsSpin_keyframes-images__PVzF0 {
  0% {
    width: 67px;
    height: 81px;
    background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
    background-size: 1474px 81px;
  }
  4.00% {
    background-position: -67px 0;
  }
  8.00% {
    background-position: -134px 0;
  }
  12.00% {
    background-position: -201px 0;
  }
  16.00% {
    background-position: -268px 0;
  }
  20.00% {
    background-position: -335px 0;
  }
  24.00% {
    background-position: -402px 0;
  }
  28.00% {
    background-position: -469px 0;
  }
  32.00% {
    background-position: -536px 0;
  }
  36.00% {
    background-position: -603px 0;
  }
  40.00% {
    background-position: -670px 0;
  }
  44.00% {
    background-position: -737px 0;
  }
  48.00% {
    background-position: -804px 0;
  }
  52.00% {
    background-position: -871px 0;
  }
  56.00% {
    background-position: -938px 0;
  }
  60.00% {
    background-position: -1005px 0;
  }
  64.00% {
    background-position: -1072px 0;
  }
  68.00% {
    background-position: -1139px 0;
  }
  72.00% {
    background-position: -1206px 0;
  }
  76.00% {
    background-position: -1273px 0;
  }
  80.00% {
    background-position: -1340px 0;
  }
  84.00% {
    background-position: -1407px 0;
  }
  88.00% {
    background-position: 0 0;
  }
}
.Avatar_avatar__wwkql {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
.Avatar_defaultAvatar__e9uyK {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://v-mps.crazymaplestudios.com/images/368ac340-876e-11ee-aed2-cfe3d80f70eb.png)
    no-repeat 0 0 / contain;
}
.Nav_modal_close__huY4k {
  background: #222;
  border-radius: 50%;
}
.Nav_modal_brand_wrap__wjoqe {
  z-index: 10000 !important;
}
.Nav_modal_brand_wrap__wjoqe .ant-modal-content {
  padding: 0 !important;
}
.Nav_modal_uc_wrap__IWurD {
  color: aqua;
}
.Nav_modal_uc_wrap__IWurD .ant-modal-close {
  top: -8vw;
  right: 0;
}
.Nav_backNav__dk2Os {
  height: 11.73333vw;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 4.8vw;
}
.Nav_backNav__dk2Os .Nav_btnBack__FYFw3 {
  width: 5.33333vw;
  height: 5.33333vw;
  background: url(https://v-mps.crazymaplestudios.com/images/3193b0a0-879a-11ee-aed2-cfe3d80f70eb.png)
    no-repeat 0 0 / contain;
}
.Nav_navContainer__yfHzO {
  width: 100%;
  height: 11.73333vw;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 100;
  background: #000;
  font-size: 3.73333vw;
  padding: 0 4.8vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Nav_navContainer__yfHzO,
.Nav_navContainer__yfHzO .Nav_brand__A115Z {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Nav_navContainer__yfHzO .Nav_brand__A115Z {
  color: #f5f5f5;
}
.Nav_navContainer__yfHzO .Nav_brand__A115Z .Nav_logo__qWuBD {
  width: 6.66667vw;
  height: 6.66667vw;
}
.Nav_navContainer__yfHzO .Nav_brand__A115Z .Nav_logo__qWuBD img {
  width: 100%;
}
.Nav_navContainer__yfHzO .Nav_brand__A115Z .Nav_title__StRvB {
  margin-left: 3.2vw;
  color: #f5f5f5;
  width: 24vw;
  height: 5vw;
  position: relative;
}
.Nav_navContainer__yfHzO .Nav_brand__A115Z .Nav_title__StRvB img {
  width: 100%;
}
.Nav_navContainer__yfHzO .Nav_btnLogin__8XjTG {
  width: 12.8vw;
  height: 6.4vw;
  background: #e83a57;
  border-radius: 0.8vw 0.8vw 0.8vw 0.8vw;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Nav_navContainer__yfHzO .Nav_btnLogin__8XjTG a {
  color: #fff;
  font-size: 3.2vw;
}
.Nav_navContainer__yfHzO .Nav_navRight__uW_Xw {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.Nav_navContainer__yfHzO .Nav_navRight__uW_Xw .Nav_history__ErQTS {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 6.4vw;
  height: 6.4vw;
  background: url(https://v-mps.crazymaplestudios.com/images/a775ee60-7744-11ef-a2d6-41216ff1602c.png)
    no-repeat 50%/5.86667vw 5.86667vw;
}
.Nav_navContainer__yfHzO .Nav_navRight__uW_Xw .Nav_history__ErQTS a {
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
}
.Nav_navContainer__yfHzO .Nav_navRight__uW_Xw .Nav_download__JQabD {
  width: 6.4vw;
  height: 6.4vw;
  margin-right: 6.4vw;
  background: url(https://v-mps.crazymaplestudios.com/images/e70d5440-7ea8-11ee-aed2-cfe3d80f70eb.png)
    no-repeat 0 0 / contain;
}
.Nav_navContainer_fixed__kCgyl {
  position: fixed;
}
.Nav_avatar__aJ7W4 {
  height: 6.4vw;
  width: 6.4vw;
}
.Nav_nav_menu__wHGvb {
  width: 100%;
  height: 12.53333vw;
  position: -webkit-sticky;
  position: sticky;
  top: 11.46667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 99;
  background: #000;
  padding-bottom: 3.2vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Nav_nav_menu__wHGvb .Nav_nav_item__GCVo3 {
  position: relative;
  font-size: 3.73333vw;
  color: hsla(0, 0%, 100%, 0.376);
  margin: 0 4.26667vw;
}
.Nav_nav_menu__wHGvb .Nav_nav_item_active__wkeOY {
  color: #fff;
}
.Nav_nav_menu__wHGvb .Nav_nav_item_active__wkeOY:after {
  position: absolute;
  content: "";
  display: block;
  width: 70%;
  height: 0.53333vw;
  background: #fff;
  margin-top: 1.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.53333vw;
}
.Footer_footer__wSzLt {
  padding-bottom: 3.2vw;
  background: hsla(0, 0%, 100%, 0.06);
  border-top: 0.4vw solid hsla(0, 0%, 100%, 0.122);
}
.Footer_footer__wSzLt .Footer_collapse_box__3OKgp .Footer_collapse_item__oHPSq {
  padding: 3.73333vw 4.53333vw 3.73333vw 4.26667vw;
  min-height: 12.8vw;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.122);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.Footer_footer__wSzLt
  .Footer_collapse_box__3OKgp
  .Footer_collapse_item__oHPSq
  a {
  display: block;
  width: 100%;
  height: 100%;
}
.Footer_footer__wSzLt
  .Footer_collapse_box__3OKgp
  .Footer_collapse_item__oHPSq
  .Footer_tips__Zpvsk {
  margin-top: 1.06667vw;
  font-size: 2.66667vw;
  color: hsla(0, 0%, 100%, 0.5);
  font-style: italic;
}
.Footer_footer__wSzLt .Footer_collapse_box__3OKgp .Footer_title__VvzfP {
  color: #fff;
  font-size: 4.26667vw;
}
.Footer_footer__wSzLt .Footer_collapse_box__3OKgp .Footer_active__J9kqF img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Footer_footer__wSzLt .Footer_collapse_box__3OKgp .Footer_content__TNOnn {
  display: none;
}
.Footer_footer__wSzLt
  .Footer_collapse_box__3OKgp
  .Footer_content_active__l9ATs {
  font-size: 3.73333vw;
  color: hsla(0, 0%, 100%, 0.5);
  display: block;
}
.Footer_footer__wSzLt .Footer_community__p3HfK {
  margin-top: 6.4vw;
}
.Footer_footer__wSzLt .Footer_community__p3HfK .Footer_community_title__irkhU {
  font-size: 4.26667vw;
  text-align: center;
  color: #fff;
}
.Footer_footer__wSzLt .Footer_community__p3HfK .Footer_community_list__bqCHV {
  margin: 4.26667vw auto 9.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.Footer_footer__wSzLt .Footer_community__p3HfK .Footer_community_list__bqCHV a {
  margin: 0 4.26667vw;
  width: 8.53333vw;
  height: 8.53333vw;
  font-size: 8.53333vw;
}
.Footer_footer__wSzLt .Footer_copyright__9IgNw {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 3.2vw;
  text-align: center;
}
@-webkit-keyframes CommonNavigationLayout_skeleton-loading-animation__QY_tl {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes CommonNavigationLayout_skeleton-loading-animation__QY_tl {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.CommonNavigationLayout_common_navigation_layout__x6qpp {
  background-color: #000;
  width: 100%;
}
.CommonNavigationLayout_auto_height_box__89Fxp
  .CommonNavigationLayout_main__o6MIw {
  min-height: unset;
}
.UGCLayout_ugc-con__BeZtK * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.xgplayer .xg-left-grid > :first-child {
  margin-left: 10px;
}
.xgplayer-enter {
  background-color: transparent !important;
}
.xgplayer-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67px !important;
  height: 81px !important;
  background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
  background-size: 1474px 81px;
  background-repeat: no-repeat;
  -webkit-animation-name: keyframes-images;
  animation-name: keyframes-images;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: steps(1);
  animation-timing-function: steps(1);
  -webkit-transform: scale(0.4) translate(-90%, -90%) !important;
  transform: scale(0.4) translate(-90%, -90%) !important;
  opacity: 0.3;
}
#video_mobile .xgplayer-loading {
  -webkit-transform: scale(0.6) translate(-90%, -90%) !important;
  transform: scale(0.6) translate(-90%, -90%) !important;
  opacity: 1;
}
xg-loading-inner {
  -webkit-animation: none !important;
  animation: none !important;
}
.xg-mobile-panel.panel-normal {
  display: none !important;
}
@-webkit-keyframes keyframes-images {
  0% {
    width: 67px;
    height: 81px;
    background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
    background-size: 1474px 81px;
  }
  4.00% {
    background-position: -67px 0;
  }
  8.00% {
    background-position: -134px 0;
  }
  12.00% {
    background-position: -201px 0;
  }
  16.00% {
    background-position: -268px 0;
  }
  20.00% {
    background-position: -335px 0;
  }
  24.00% {
    background-position: -402px 0;
  }
  28.00% {
    background-position: -469px 0;
  }
  32.00% {
    background-position: -536px 0;
  }
  36.00% {
    background-position: -603px 0;
  }
  40.00% {
    background-position: -670px 0;
  }
  44.00% {
    background-position: -737px 0;
  }
  48.00% {
    background-position: -804px 0;
  }
  52.00% {
    background-position: -871px 0;
  }
  56.00% {
    background-position: -938px 0;
  }
  60.00% {
    background-position: -1005px 0;
  }
  64.00% {
    background-position: -1072px 0;
  }
  68.00% {
    background-position: -1139px 0;
  }
  72.00% {
    background-position: -1206px 0;
  }
  76.00% {
    background-position: -1273px 0;
  }
  80.00% {
    background-position: -1340px 0;
  }
  84.00% {
    background-position: -1407px 0;
  }
  88.00% {
    background-position: 0 0;
  }
}
@keyframes keyframes-images {
  0% {
    width: 67px;
    height: 81px;
    background-image: url(https://v-mps.crazymaplestudios.com/images/749badc0-726f-11ee-bebf-63262cdeda28.png);
    background-size: 1474px 81px;
  }
  4.00% {
    background-position: -67px 0;
  }
  8.00% {
    background-position: -134px 0;
  }
  12.00% {
    background-position: -201px 0;
  }
  16.00% {
    background-position: -268px 0;
  }
  20.00% {
    background-position: -335px 0;
  }
  24.00% {
    background-position: -402px 0;
  }
  28.00% {
    background-position: -469px 0;
  }
  32.00% {
    background-position: -536px 0;
  }
  36.00% {
    background-position: -603px 0;
  }
  40.00% {
    background-position: -670px 0;
  }
  44.00% {
    background-position: -737px 0;
  }
  48.00% {
    background-position: -804px 0;
  }
  52.00% {
    background-position: -871px 0;
  }
  56.00% {
    background-position: -938px 0;
  }
  60.00% {
    background-position: -1005px 0;
  }
  64.00% {
    background-position: -1072px 0;
  }
  68.00% {
    background-position: -1139px 0;
  }
  72.00% {
    background-position: -1206px 0;
  }
  76.00% {
    background-position: -1273px 0;
  }
  80.00% {
    background-position: -1340px 0;
  }
  84.00% {
    background-position: -1407px 0;
  }
  88.00% {
    background-position: 0 0;
  }
}
.dark-adyen .adyen-checkout-form-instruction,
.dark-adyen .adyen-checkout__blik__helper {
  color: hsla(0, 0%, 100%, 0.5);
}
.dark-adyen .adyen-checkout__label__text {
  color: #fff;
}
.dark-adyen .adyen-checkout__input {
  background: #363636;
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.dark-adyen .adyen-checkout__button {
  background: #e83a57;
}
.dark-adyen .adyen-checkout__button:focus {
  box-shadow: none;
}
.dark-adyen .adyen-checkout__button:hover {
  background: rgba(232, 58, 87, 0.9);
}
.dark-adyen .adyen-checkout__voucher-result__bottom,
.dark-adyen .adyen-checkout__voucher-result__top {
  background: transparent;
}
.dark-adyen .adyen-checkout__dropdown__element__text {
  color: #000;
}
.dark-adyen .adyen-checkout__voucher-result__amount,
.dark-adyen .adyen-checkout__voucher-result__code,
.dark-adyen .adyen-checkout__voucher-result__details__item,
.dark-adyen .adyen-checkout__voucher-result__introduction {
  color: #fff;
}
.dark-adyen .adyen-checkout__voucher-result__separator {
  background: none;
}
.dark-adyen .adyen-checkout__voucher-result__code__label__text {
  background: #1f1f1f;
  color: #fff;
}
.dark-adyen .adyen-checkout__await {
  background: #1f1f1f;
  border: 0;
}
.dark-adyen .adyen-checkout__await__indicator-text,
.dark-adyen .adyen-checkout__await__subtitle {
  color: #fff;
}
.dark-adyen .adyen-checkout__qr-loader {
  background: none;
  border: 0;
  padding: 0;
}
.dark-adyen .adyen-checkout__qr-loader__payment_amount,
.dark-adyen .adyen-checkout__qr-loader__subtitle {
  color: #fff;
}
*,
:after,
:before {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-pan-x: ;
  --un-pan-y: ;
  --un-pinch-zoom: ;
  --un-scroll-snap-strictness: proximity;
  --un-ordinal: ;
  --un-slashed-zero: ;
  --un-numeric-figure: ;
  --un-numeric-spacing: ;
  --un-numeric-fraction: ;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 transparent;
  --un-ring-shadow: 0 0 transparent;
  --un-shadow-inset: ;
  --un-shadow: 0 0 transparent;
  --un-ring-inset: ;
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgba(147, 197, 253, 0.5);
  --un-blur: ;
  --un-brightness: ;
  --un-contrast: ;
  --un-drop-shadow: ;
  --un-grayscale: ;
  --un-hue-rotate: ;
  --un-invert: ;
  --un-saturate: ;
  --un-sepia: ;
  --un-backdrop-blur: ;
  --un-backdrop-brightness: ;
  --un-backdrop-contrast: ;
  --un-backdrop-grayscale: ;
  --un-backdrop-hue-rotate: ;
  --un-backdrop-invert: ;
  --un-backdrop-opacity: ;
  --un-backdrop-saturate: ;
  --un-backdrop-sepia: ;
}
::-webkit-backdrop {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-pan-x: ;
  --un-pan-y: ;
  --un-pinch-zoom: ;
  --un-scroll-snap-strictness: proximity;
  --un-ordinal: ;
  --un-slashed-zero: ;
  --un-numeric-figure: ;
  --un-numeric-spacing: ;
  --un-numeric-fraction: ;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 transparent;
  --un-ring-shadow: 0 0 transparent;
  --un-shadow-inset: ;
  --un-shadow: 0 0 transparent;
  --un-ring-inset: ;
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgba(147, 197, 253, 0.5);
  --un-blur: ;
  --un-brightness: ;
  --un-contrast: ;
  --un-drop-shadow: ;
  --un-grayscale: ;
  --un-hue-rotate: ;
  --un-invert: ;
  --un-saturate: ;
  --un-sepia: ;
  --un-backdrop-blur: ;
  --un-backdrop-brightness: ;
  --un-backdrop-contrast: ;
  --un-backdrop-grayscale: ;
  --un-backdrop-hue-rotate: ;
  --un-backdrop-invert: ;
  --un-backdrop-opacity: ;
  --un-backdrop-saturate: ;
  --un-backdrop-sepia: ;
}
::backdrop {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-pan-x: ;
  --un-pan-y: ;
  --un-pinch-zoom: ;
  --un-scroll-snap-strictness: proximity;
  --un-ordinal: ;
  --un-slashed-zero: ;
  --un-numeric-figure: ;
  --un-numeric-spacing: ;
  --un-numeric-fraction: ;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 transparent;
  --un-ring-shadow: 0 0 transparent;
  --un-shadow-inset: ;
  --un-shadow: 0 0 transparent;
  --un-ring-inset: ;
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgba(147, 197, 253, 0.5);
  --un-blur: ;
  --un-brightness: ;
  --un-contrast: ;
  --un-drop-shadow: ;
  --un-grayscale: ;
  --un-hue-rotate: ;
  --un-invert: ;
  --un-saturate: ;
  --un-sepia: ;
  --un-backdrop-blur: ;
  --un-backdrop-brightness: ;
  --un-backdrop-contrast: ;
  --un-backdrop-grayscale: ;
  --un-backdrop-hue-rotate: ;
  --un-backdrop-invert: ;
  --un-backdrop-opacity: ;
  --un-backdrop-saturate: ;
  --un-backdrop-sepia: ;
}
.container,
[container=""] {
  width: 100%;
}
.absolute-inset-0 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rs-container {
  margin-left: auto;
  margin-right: auto;
}
.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-between,
.flex-center,
[flex-center=""] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-center,
[flex-center=""] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cover-bg {
  --un-url: url(https://v-mps.crazymaplestudios.com/images/5335c930-70da-11ef-a2d6-41216ff1602c.png);
  background-image: var(--un-url);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.scrollbar {
  --scrollbar-track: #f5f5f5;
  --scrollbar-thumb: #ddd;
  --scrollbar-width: 8px;
  --scrollbar-height: 8px;
  --scrollbar-track-radius: 4px;
  --scrollbar-thumb-radius: 4px;
  overflow: auto;
}
.scrollbar::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-height);
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
}
.scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
.scrollbar-rounded::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar-rounded::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-track-radius);
}
@media (min-width: 320px) {
  .container,
  [container=""] {
    max-width: 320px;
  }
}
@media (min-width: 480px) {
  .container,
  [container=""] {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .container,
  [container=""] {
    max-width: 768px;
  }
  .md\:flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .rs-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 1200px) {
  .container,
  [container=""] {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container,
  [container=""] {
    max-width: 1440px;
  }
}
@media (min-width: 1636px) {
  .container,
  [container=""] {
    max-width: 1636px;
  }
}
@media (min-width: 1920px) {
  .container,
  [container=""] {
    max-width: 1920px;
  }
  .rs-container {
    max-width: 1636px;
    padding-left: 0;
    padding-right: 0;
  }
}
.before\:pointer-events-none:before,
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible,
[open~="visible"][open] {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.absolute,
[absolute=""] {
  position: absolute;
}
.fixed,
[fixed=""] {
  position: fixed;
}
.relative,
[relative=""] {
  position: relative;
}
.sticky,
[sticky=""] {
  position: -webkit-sticky;
  position: sticky;
}
.after\:absolute:after,
.before\:absolute:before {
  position: absolute;
}
.position-initial,
.static {
  position: static;
}
.inset-0 {
  inset: 0;
}
.group[data-query="false"] .group-data-\[query\=false\]\:right-50\%,
[right-50\%=""] {
  right: 50%;
}
.-bottom-10px {
  bottom: -10px;
}
.-bottom-10vh {
  bottom: -10vh;
}
.-left-34px {
  left: -34px;
}
.-left-7px {
  left: -7px;
}
.bottom-0,
[bottom-0=""] {
  bottom: 0;
}
.bottom-10vw {
  bottom: 10vw;
}
.bottom-150px {
  bottom: 150px;
}
.bottom-40px {
  bottom: 40px;
}
.bottom-80px {
  bottom: 80px;
}
.bottom-8px {
  bottom: 8px;
}
.left--0\.16rem {
  left: -0.16rem;
}
.left--16px {
  left: -16px;
}
.left-0 {
  left: 0;
}
.left-1\/2,
.left-50\% {
  left: 50%;
}
.left-12px {
  left: 12px;
}
.left-40px {
  left: 40px;
}
.left-6px {
  left: 6px;
}
.left-80px {
  left: 80px;
}
.right-\[24px\] {
  right: 24px;
}
.right-0,
[right-0=""] {
  right: 0;
}
.right-20px {
  right: 20px;
}
.right-44px {
  right: 44px;
}
.right-4vw {
  right: 4vw;
}
.right-5vw {
  right: 5vw;
}
.top--0\.16rem {
  top: -0.16rem;
}
.top--4px {
  top: -4px;
}
.top--8px {
  top: -8px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[40px\] {
  top: 40px;
}
.top-0 {
  top: 0;
}
.top-1\/2,
.top-50\% {
  top: 50%;
}
.top-12px {
  top: 12px;
}
.top-132px {
  top: 132px;
}
.top-15px {
  top: 15px;
}
.top-24px {
  top: 24px;
}
.top-48\% {
  top: 48%;
}
.top-48px {
  top: 48px;
}
.top-4px {
  top: 4px;
}
.top-50px {
  top: 50px;
}
.top-55px {
  top: 55px;
}
.top-60px {
  top: 60px;
}
.top-60vh {
  top: 60vh;
}
.top-66px {
  top: 66px;
}
.top-70vh {
  top: 70vh;
}
.top-75px {
  top: 75px;
}
[top-44=""] {
  top: 11rem;
}
.before\:-bottom-1px:before {
  bottom: -1px;
}
.before\:-left-2vw:before {
  left: -2vw;
}
.before\:bottom-0:before {
  bottom: 0;
}
.before\:left-0:before {
  left: 0;
}
.before\:right-0:before {
  right: 0;
}
.before\:top-0:before {
  top: 0;
}
.after\:-bottom-\[12px\]:after {
  bottom: -12px;
}
.after\:bottom-0:after {
  bottom: 0;
}
.after\:left-0:after {
  left: 0;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.line-clamp-1,
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.z--1 {
  z-index: -1;
}
.z-2,
.z-\[2\] {
  z-index: 2;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10,
[z-10=""] {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-1000 {
  z-index: 1000;
}
.z-1001 {
  z-index: 1001;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-50 {
  z-index: 50;
}
.z-998 {
  z-index: 998;
}
.z-999 {
  z-index: 999;
}
.order-1,
[order-1=""] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}
.grid {
  display: grid;
}
.col-span-full {
  grid-column: 1/-1;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
[rows~="\34 "] {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
[rows~="\36 "] {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.m14\.83 {
  margin: 3.7075rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2px {
  margin-left: 2px;
  margin-right: 2px;
}
.mx-4px {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-auto,
[mx-auto=""] {
  margin-left: auto;
  margin-right: auto;
}
.my-16px {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-24px {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-8px {
  margin-top: 8px;
  margin-bottom: 8px;
}
.\!ml-8px {
  margin-left: 8px !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10px {
  margin-bottom: 10px;
}
.mb-16px {
  margin-bottom: 16px;
}
.mb-24px {
  margin-bottom: 24px;
}
.mb-32px {
  margin-bottom: 32px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mb-72px {
  margin-bottom: 72px;
}
.mb-8px {
  margin-bottom: 8px;
}
.ml-0\.16rem {
  margin-left: 0.16rem;
}
.ml-0\.24rem {
  margin-left: 0.24rem;
}
.ml-12px {
  margin-left: 12px;
}
.ml-16px {
  margin-left: 16px;
}
.ml-2px {
  margin-left: 2px;
}
.ml-4px {
  margin-left: 4px;
}
.ml-8px {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr--6px {
  margin-right: -6px;
}
.mr-16px,
.mr-\[16px\],
[mr-16px=""] {
  margin-right: 16px;
}
.mr-0 {
  margin-right: 0;
}
.mr-10px,
[mr-10px=""] {
  margin-right: 10px;
}
.mr-12px {
  margin-right: 12px;
}
.mr-20px {
  margin-right: 20px;
}
.mr-24px,
[mr-24px=""] {
  margin-right: 24px;
}
.mr-2px {
  margin-right: 2px;
}
.mr-30px,
[mr-30px=""] {
  margin-right: 30px;
}
.mr-36px {
  margin-right: 36px;
}
.mr-4px {
  margin-right: 4px;
}
.mr-6px {
  margin-right: 6px;
}
.mr-8px {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.mt-\[calc\(100vw\*88\/375\ \+\ \$\{statusBarHeight\}px\)\] {
  margin-top: calc(100vw * 88 / 375 + ${statusBarHeight}px);
}
.mt-0 {
  margin-top: 0;
}
.mt-0\.08rem {
  margin-top: 0.08rem;
}
.mt-0\.2rem {
  margin-top: 0.2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10px {
  margin-top: 10px;
}
.mt-128px {
  margin-top: 128px;
}
.mt-12px {
  margin-top: 12px;
}
.mt-15px {
  margin-top: 15px;
}
.mt-16px {
  margin-top: 16px;
}
.mt-18px {
  margin-top: 18px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24px {
  margin-top: 24px;
}
.mt-26px {
  margin-top: 26px;
}
.mt-30px {
  margin-top: 30px;
}
.mt-32px {
  margin-top: 32px;
}
.mt-36px {
  margin-top: 36px;
}
.mt-40px {
  margin-top: 40px;
}
.mt-48px {
  margin-top: 48px;
}
.mt-4px {
  margin-top: 4px;
}
.mt-6px {
  margin-top: 6px;
}
.mt-84px {
  margin-top: 84px;
}
.mt-8px {
  margin-top: 8px;
}
.mt-90px {
  margin-top: 90px;
}
.mt-94px {
  margin-top: 94px;
}
[-mt-44=""] {
  margin-top: -11rem;
}
[mr-4=""] {
  margin-right: 1rem;
}
[mr-48=""] {
  margin-right: 12rem;
}
[mt-8=""] {
  margin-top: 2rem;
}
.first\:mt-0:first-child {
  margin-top: 0;
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
.box-content {
  box-sizing: content-box;
}
.block,
.group[data-state="active"] .group-data-\[state\=active\]\:block,
[block=""] {
  display: block;
}
.inline-block {
  display: inline-block;
}
.aspect-3\/4 {
  aspect-ratio: 3/4;
}
.aspect-375\/118 {
  aspect-ratio: 375/118;
}
.aspect-ratio-320\/560 {
  aspect-ratio: 320/560;
}
.aspect-ratio-9\/16 {
  aspect-ratio: 9/16;
}
[aspect-3=""] {
  aspect-ratio: 3;
}
.group[data-query="false"] .group-data-\[query\=false\]\:h-60px,
.h-60px {
  height: 60px;
}
.group[data-query="false"] .group-data-\[query\=false\]\:w-680px,
[w-680px=""] {
  width: 680px;
}
.\!max-h-none,
.max-h-none\! {
  max-height: none !important;
}
.\!w-auto {
  width: auto !important;
}
.h-1px,
.h-\[1px\] {
  height: 1px;
}
.h-24px,
.h-\[24px\] {
  height: 24px;
}
.h-\[calc\(100vw\*156\/375\)\] {
  height: -webkit-calc(100vw * 156/375);
  height: calc(100vw * 156 / 375);
}
.h-\[calc\(25\.6vw\*4\/3\)\] {
  height: -webkit-calc(25.6vw * 4/3);
  height: calc(25.6vw * 4 / 3);
}
.h-\[calc\(42\.6vw\*560\/320\)\] {
  height: -webkit-calc(42.6vw * 560/320);
  height: calc(42.6vw * 560 / 320);
}
.h-\[var\(--vh\)\] {
  height: var(--vh);
}
.h-0 {
  height: 0;
}
.h-0\.32rem {
  height: 0.32rem;
}
.h-0\.56rem {
  height: 0.56rem;
}
.h-10 {
  height: 2.5rem;
}
.h-112px {
  height: 112px;
}
.h-120px {
  height: 120px;
}
.h-122px {
  height: 122px;
}
.h-15px {
  height: 15px;
}
.h-16px {
  height: 16px;
}
.h-188px {
  height: 188px;
}
.h-18px {
  height: 18px;
}
.h-198px,
[h-198px=""] {
  height: 198px;
}
.h-2\/5,
.h-40\% {
  height: 40%;
}
.h-200px {
  height: 200px;
}
.h-20px {
  height: 20px;
}
.h-22px {
  height: 22px;
}
.h-25px {
  height: 25px;
}
.h-29px {
  height: 29px;
}
.h-300px {
  height: 300px;
}
.h-32px {
  height: 32px;
}
.h-36px {
  height: 36px;
}
.h-38px {
  height: 38px;
}
.h-40px {
  height: 40px;
}
.h-40vh {
  height: 40vh;
}
.h-42px {
  height: 42px;
}
.h-44px {
  height: 44px;
}
.h-46px,
[h-46px=""] {
  height: 46px;
}
.h-48px {
  height: 48px;
}
.h-50\% {
  height: 50%;
}
.h-55px {
  height: 55px;
}
.h-56px {
  height: 56px;
}
.h-60vh {
  height: 60vh;
}
.h-64px {
  height: 64px;
}
.h-66px {
  height: 66px;
}
.h-689px {
  height: 689px;
}
.h-6px {
  height: 6px;
}
.h-70px {
  height: 70px;
}
.h-70vh {
  height: 70vh;
}
.h-72px {
  height: 72px;
}
.h-78vh {
  height: 78vh;
}
.h-80\% {
  height: 80%;
}
.h-80px {
  height: 80px;
}
.h-80vh {
  height: 80vh;
}
.h-92vh {
  height: 92vh;
}
.h-95vh {
  height: 95vh;
}
.h-9px {
  height: 9px;
}
.h-auto {
  height: auto;
}
.h-full,
[h-full=""] {
  height: 100%;
}
.h-max {
  height: -webkit-max-content;
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.h1,
[h-1=""],
[h1=""] {
  height: 0.25rem;
}
.h5 {
  height: 1.25rem;
}
.max-h-560px {
  max-height: 560px;
}
.max-h-max\! {
  max-height: -webkit-max-content !important;
  max-height: max-content !important;
}
.max-h-none {
  max-height: none;
}
.max-h-unset\! {
  max-height: unset !important;
}
.max-w-1636px {
  max-width: 1636px;
}
.max-w-320px {
  max-width: 320px;
}
.max-w-460px {
  max-width: 460px;
}
.max-w-none\! {
  max-width: none !important;
}
.min-h-0 {
  min-height: 0;
}
.min-h-214px {
  min-height: 214px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-w-0 {
  min-width: 0;
}
.min-w-120px {
  min-width: 120px;
}
.min-w-152px,
[min-w-152px=""] {
  min-width: 152px;
}
.min-w-198px {
  min-width: 198px;
}
.min-w-600px {
  min-width: 600px;
}
.w-\[100\%\],
.w-full,
[w-full=""] {
  width: 100%;
}
.w-\[19\%\] {
  width: 19%;
}
.w-24px,
.w-\[24px\] {
  width: 24px;
}
.w-30\%,
.w-\[30\%\] {
  width: 30%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-0 {
  width: 0;
}
.w-0\.32rem {
  width: 0.32rem;
}
.w-0\.56rem {
  width: 0.56rem;
}
.w-0\.88rem {
  width: 0.88rem;
}
.w-1\/2,
.w-50\% {
  width: 50%;
}
.w-100vw,
.w-375\/vw {
  width: 100vw;
}
.w-108px,
[w-108px=""] {
  width: 108px;
}
.w-112px {
  width: 112px;
}
.w-120px {
  width: 120px;
}
.w-126px {
  width: 126px;
}
.w-12px {
  width: 12px;
}
.w-138px {
  width: 138px;
}
.w-150px {
  width: 150px;
}
.w-15px {
  width: 15px;
}
.w-160px {
  width: 160px;
}
.w-16px {
  width: 16px;
}
.w-18px {
  width: 18px;
}
.w-1px {
  width: 1px;
}
.w-200px {
  width: 200px;
}
.w-20px {
  width: 20px;
}
.w-22px {
  width: 22px;
}
.w-240px {
  width: 240px;
}
.w-25\% {
  width: 25%;
}
.w-25px {
  width: 25px;
}
.w-300px {
  width: 300px;
}
.w-30px {
  width: 30px;
}
.w-32px {
  width: 32px;
}
.w-343px {
  width: 343px;
}
.w-34px {
  width: 34px;
}
.w-38px {
  width: 38px;
}
.w-40\% {
  width: 40%;
}
.w-40px {
  width: 40px;
}
.w-448px {
  width: 448px;
}
.w-480px {
  width: 480px;
}
.w-48px {
  width: 48px;
}
.w-50 {
  width: 12.5rem;
}
.w-560px {
  width: 560px;
}
.w-56px {
  width: 56px;
}
.w-60vw {
  width: 60vw;
}
.w-63px {
  width: 63px;
}
.w-64px {
  width: 64px;
}
.w-6px {
  width: 6px;
}
.w-700px {
  width: 700px;
}
.w-72px {
  width: 72px;
}
.w-80\% {
  width: 80%;
}
.w-800px {
  width: 800px;
}
.w-80px {
  width: 80px;
}
.w-90\% {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-max {
  width: -webkit-max-content;
  width: max-content;
}
.w-screen\! {
  width: 100vw !important;
}
[h-100=""] {
  height: 25rem;
}
[h-14=""] {
  height: 3.5rem;
}
[h-16=""] {
  height: 4rem;
}
[h-40=""] {
  height: 10rem;
}
[h-46=""] {
  height: 11.5rem;
}
[h2=""] {
  height: 0.5rem;
}
[h3=""] {
  height: 0.75rem;
}
[w-14=""] {
  width: 3.5rem;
}
[w-16=""] {
  width: 4rem;
}
[w-245=""] {
  width: 61.25rem;
}
[w-62=""] {
  width: 15.5rem;
}
[w-75=""] {
  width: 18.75rem;
}
.before\:h-4px:before {
  height: 4px;
}
.before\:w-full:before {
  width: 100%;
}
.after\:h-2px:after,
.after\:h-\[2px\]:after {
  height: 2px;
}
.after\:w-full:after {
  width: 100%;
}
.flex,
.group:hover .group-hover\:flex,
[flex=""] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}
.flex-shrink-0,
.shrink-0,
[flex-shrink-0=""],
[shrink-0=""] {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-shrink-1,
.shrink-1 {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.flex-grow,
.flex-grow-1,
[flex-grow=""] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-basis-0 {
  -webkit-flex-basis: 0;
  flex-basis: 0;
}
.flex-col,
[flex-col=""] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.group[data-query="false"] .group-data-\[query\=false\]\:translate-x-1\/2,
.translate-x-1\/2 {
  --un-translate-x: 50%;
}
.-translate-x-full,
.group[data-query="false"] .group-data-\[query\=false\]\:translate-x-1\/2,
.translate-x-1\/2 {
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
.-translate-x-full {
  --un-translate-x: -100%;
}
.-translate-y-1\/2,
.translate-y--1\/2,
.translate-y--50\% {
  --un-translate-y: -50%;
}
.-translate-y-1\/2,
.translate-x--1\/2,
.translate-x--50\%,
.translate-x-\[-50\%\],
.translate-y--1\/2,
.translate-y--50\% {
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
.translate-x--1\/2,
.translate-x--50\%,
.translate-x-\[-50\%\] {
  --un-translate-x: -50%;
}
.translate-x-0 {
  --un-translate-x: 0;
}
.translate-x-0,
.translate-x-full {
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
.translate-x-full {
  --un-translate-x: 100%;
}
.translate-y-0 {
  --un-translate-y: 0;
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
.translate-y-0\! {
  --un-translate-y: 0 !important;
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z)) !important;
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z)) !important;
}
.translate-y-50px {
  --un-translate-y: 50px;
}
.translate-y-50px,
[translate-x-1=""] {
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
[translate-x-1=""] {
  --un-translate-x: 0.25rem;
}
.rotate--90 {
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-rotate: -90deg;
}
.group:hover .group-hover\:rotate-180,
.rotate--90,
.rotate-180 {
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
.group:hover .group-hover\:rotate-180,
.rotate-180 {
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-rotate: 180deg;
}
.before\:rotate-45deg:before {
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-rotate: 45deg;
}
.before\:rotate-45deg:before,
.scale-100 {
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
.scale-100 {
  --un-scale-x: 1;
  --un-scale-y: 1;
}
.scale-95 {
  --un-scale-x: 0.95;
  --un-scale-y: 0.95;
}
.scale-95,
.scale-x-\[-1\] {
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
.scale-x-\[-1\] {
  --un-scale-x: -1;
}
.transform {
  -webkit-transform: translateX(var(--un-translate-x))
    translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
    rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
    rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
    skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
    scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
@-webkit-keyframes pulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer,
[cursor-pointer=""] {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.touch-pan-x {
  --un-pan-x: pan-x;
  touch-action: var(--un-pan-x) var(--un-pan-y) var(--un-pinch-zoom);
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.resize,
[resize=""] {
  resize: both;
}
.resize-none {
  resize: none;
}
.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.items-center,
[items-center=""] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-center,
[justify-center=""] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-between,
[justify-between=""] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gap-10px,
[gap-10px=""] {
  gap: 10px;
}
.gap-12px {
  gap: 12px;
}
.gap-16px {
  gap: 16px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20px {
  gap: 20px;
}
.gap-3\.6rem {
  gap: 3.6rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-4px {
  gap: 4px;
}
.gap-60px {
  gap: 60px;
}
.gap-x-10px {
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.gap-x-6px {
  -webkit-column-gap: 6px;
  column-gap: 6px;
}
.gap-y-10px {
  row-gap: 10px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --un-space-x-reverse: 0;
  margin-left: calc(0.25rem * calc(1 - var(--un-space-x-reverse)));
  margin-right: calc(0.25rem * var(--un-space-x-reverse));
}
.space-x-16px > :not([hidden]) ~ :not([hidden]) {
  --un-space-x-reverse: 0;
  margin-left: calc(16px * calc(1 - var(--un-space-x-reverse)));
  margin-right: calc(16px * var(--un-space-x-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --un-space-x-reverse: 0;
  margin-left: calc(0.5rem * calc(1 - var(--un-space-x-reverse)));
  margin-right: calc(0.5rem * var(--un-space-x-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --un-space-x-reverse: 0;
  margin-left: calc(1rem * calc(1 - var(--un-space-x-reverse)));
  margin-right: calc(1rem * var(--un-space-x-reverse));
}
.space-x-8px > :not([hidden]) ~ :not([hidden]) {
  --un-space-x-reverse: 0;
  margin-left: calc(8px * calc(1 - var(--un-space-x-reverse)));
  margin-right: calc(8px * var(--un-space-x-reverse));
}
.space-y-4\.8vw > :not([hidden]) ~ :not([hidden]) {
  --un-space-y-reverse: 0;
  margin-top: calc(4.8vw * calc(1 - var(--un-space-y-reverse)));
  margin-bottom: calc(4.8vw * var(--un-space-y-reverse));
}
.space-y-4px > :not([hidden]) ~ :not([hidden]) {
  --un-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--un-space-y-reverse)));
  margin-bottom: calc(4px * var(--un-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden,
[overflow-hidden=""] {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.last\:overflow-hidden:last-child {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.overscroll-y-none {
  overscroll-behavior-y: none;
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
}
.last\:text-ellipsis:last-child,
.text-ellipsis,
.truncate {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.b,
.border,
.border-1px,
[b=""],
[border=""] {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.\[\&\>div\:last-child\]\:border-b-0 > div:last-child {
  border-bottom-width: 0;
}
.b-t-1px,
.border-t-1px {
  border-top-width: 1px;
}
.border-b,
.border-b-1,
.border-b-1px {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-\#D2D2D2 {
  --un-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--un-border-opacity));
}
.border-\#d9d9d9 {
  --un-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--un-border-opacity));
}
.border-black,
[border-black~="\,"],
[border-black~="\{"] {
  --un-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--un-border-opacity));
}
.border-black\! {
  --un-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--un-border-opacity)) !important;
}
.border-black\/10 {
  border-color: rgba(0, 0, 0, 0.1);
}
.border-black\/30 {
  border-color: rgba(0, 0, 0, 0.3);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.border-white\/20 {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.border-white\/30 {
  border-color: hsla(0, 0%, 100%, 0.3);
}
.border-white\/36 {
  border-color: hsla(0, 0%, 100%, 0.36);
}
.border-white\/50 {
  border-color: hsla(0, 0%, 100%, 0.5);
}
[border-white=""] {
  --un-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--un-border-opacity));
}
.hover\:border-blue:hover {
  --un-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--un-border-opacity));
}
.b-t-white\/20 {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}
.border-b-\[\#FFFFFF\]\/10 {
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
}
.border-t-\[\#FFFFFF33\] {
  --un-border-opacity: 0.2;
  --un-border-top-opacity: var(--un-border-opacity);
  border-top-color: rgb(255 255 255 / var(--un-border-top-opacity));
}
.border-t-\[rgba\(0\,0\,0\,0\.1\)\] {
  --un-border-opacity: 0.1;
  --un-border-top-opacity: var(--un-border-opacity);
  border-top-color: rgba(0, 0, 0, var(--un-border-top-opacity));
}
.group[data-query="false"] .group-data-\[query\=false\]\:rounded-12px,
.rounded-12px {
  border-radius: 12px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-1\/2,
.rounded-50\% {
  border-radius: 50%;
}
.rounded-10px {
  border-radius: 10px;
}
.rounded-16px {
  border-radius: 16px;
}
.rounded-3px {
  border-radius: 3px;
}
.rounded-4px {
  border-radius: 4px;
}
.rounded-6\.8px {
  border-radius: 6.8px;
}
.rounded-6px,
[rounded-6px=""] {
  border-radius: 6px;
}
.rounded-8px {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0;
}
[rounded-4=""] {
  border-radius: 1rem;
}
[rounded-6=""] {
  border-radius: 1.5rem;
}
.after\:rounded-\[2px\]:after {
  border-radius: 2px;
}
.rounded-t-16px {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.rounded-lb-6px {
  border-bottom-left-radius: 6px;
}
.rounded-rt-6px {
  border-top-right-radius: 6px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-solid,
[border-solid=""] {
  border-style: solid;
}
.last\:border-none:last-child {
  border-style: none;
}
.b-t-solid,
.border-t-solid {
  border-top-style: solid;
}
.border-b-solid {
  border-bottom-style: solid;
}
.border-l-solid {
  border-left-style: solid;
}
.\!bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-\#000,
.bg-\[\#000\],
.bg-black,
[bg-black=""],
[bg-black~="\,"],
[bg-black~="\?"],
[bg-black~="styles\.common_nav\,"],
[bg-black~="fixed"] {
  --un-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--un-bg-opacity));
}
.bg-\[\#000\]\/70,
.bg-black\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-\[\#12081b\] {
  --un-bg-opacity: 1;
  background-color: rgb(18 8 27 / var(--un-bg-opacity));
}
.bg-\#1A1A1A,
.bg-\[\#1A1A1A\] {
  --un-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--un-bg-opacity));
}
.bg-\[\#1d72f2\] {
  --un-bg-opacity: 1;
  background-color: rgb(29 114 242 / var(--un-bg-opacity));
}
.bg-\[\#26a872\] {
  --un-bg-opacity: 1;
  background-color: rgb(38 168 114 / var(--un-bg-opacity));
}
.bg-\#292929,
.bg-\[\#292929\] {
  --un-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--un-bg-opacity));
}
.bg-\[\#7a1c2a\] {
  --un-bg-opacity: 1;
  background-color: rgb(122 28 42 / var(--un-bg-opacity));
}
.bg-\#E52E2E,
.bg-\[\#E52E2E\],
.bg-error {
  --un-bg-opacity: 1;
  background-color: rgb(229 46 46 / var(--un-bg-opacity));
}
.bg-\[\#e5484d\] {
  --un-bg-opacity: 1;
  background-color: rgb(229 72 77 / var(--un-bg-opacity));
}
.bg-\#e83a57,
.bg-\[\#e83a57\] {
  --un-bg-opacity: 1;
  background-color: rgb(232 58 87 / var(--un-bg-opacity));
}
.bg-\[\#EF8720\] {
  --un-bg-opacity: 1;
  background-color: rgb(239 135 32 / var(--un-bg-opacity));
}
.bg-\#FAFAFA,
.bg-\[\#fafafa\] {
  --un-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--un-bg-opacity));
}
.bg-\[\#FF3D5D\],
.bg-rsColor,
[bg-rsColor=""],
[bg-rsColor~="\(isComingSoon\)"],
[bg-rsColor~="\=\>"],
[bg-rsColor~="\{"],
[bg-rsColor~="\}"],
[bg-rsColor~="onClick\=\{\(e\)"],
[bg-rsColor~="reportClick\(\{"],
[bg-rsColor~="if"],
[bg-rsColor~="return"] {
  --un-bg-opacity: 1;
  background-color: rgb(255 61 93 / var(--un-bg-opacity));
}
.bg-\[\#FF3D5D33\] {
  --un-bg-opacity: 0.2;
  background-color: rgb(255 61 93 / var(--un-bg-opacity));
}
.bg-\#fff,
.bg-\[\#ffffff\],
.bg-white,
[bg-white=""] {
  --un-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--un-bg-opacity));
}
.bg-\[\#FFFFFF\]\/10,
.bg-white\/10,
.bg-white\/10\% {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.bg-\[\#FFFFFF33\] {
  --un-bg-opacity: 0.2;
  background-color: rgb(255 255 255 / var(--un-bg-opacity));
}
.bg-\[linear-gradient\(180deg\,\#173B0D_0\%\,\#8AA239_100\%\)\] {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#173b0d),
    to(#8aa239)
  );
  background-image: linear-gradient(180deg, #173b0d, #8aa239);
}
.bg-\[linear-gradient\(180deg\,\#240252_0\%\,\#9D51FF_100\%\)\] {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#240252),
    to(#9d51ff)
  );
  background-image: linear-gradient(180deg, #240252, #9d51ff);
}
.bg-\[linear-gradient\(180deg\,\#37037D_0\%\,\#9D51FF_100\%\)\] {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#37037d),
    to(#9d51ff)
  );
  background-image: linear-gradient(180deg, #37037d, #9d51ff);
}
.bg-\[linear-gradient\(180deg\,\#660531_0\%\,\#990045_51\.98\%\,\#D957AE_100\%\)\] {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#660531),
    color-stop(51.98%, #990045),
    to(#d957ae)
  );
  background-image: linear-gradient(180deg, #660531, #990045 51.98%, #d957ae);
}
.bg-\[linear-gradient\(180deg\,\#E04605_0\%\,\#FFE4A0_100\%\)\] {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e04605),
    to(#ffe4a0)
  );
  background-image: linear-gradient(180deg, #e04605, #ffe4a0);
}
.bg-\[linear-gradient\(180deg\,\#E5BE7A_0\%\,\#B9A77D_44\.24\%\,\#7D5613_100\%\)\] {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e5be7a),
    color-stop(44.24%, #b9a77d),
    to(#7d5613)
  );
  background-image: linear-gradient(180deg, #e5be7a, #b9a77d 44.24%, #7d5613);
}
.bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\.00\)_0\%\,rgba\(0\,0\,0\,0\.80\)_100\%\)\] {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}
.bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\.40\)_0\%\,rgba\(54\,16\,29\,0\.00\)_100\%\)\] {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(54, 16, 29, 0))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4),
    rgba(54, 16, 29, 0)
  );
}
.bg-\[linear-gradient\(268deg\,\#FDFFFF_26\.93\%\,\#F7FCFF_63\.41\%\,\#FDFEFF_98\.71\%\)\] {
  background-image: linear-gradient(
    268deg,
    #fdffff 26.93%,
    #f7fcff 63.41%,
    #fdfeff 98.71%
  );
}
.bg-\[rgb\(68\,68\,68\)\] {
  --un-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--un-bg-opacity));
}
.bg-\[rgba\(0\,0\,0\,0\.7\)\] {
  --un-bg-opacity: 0.7;
  background-color: rgba(0, 0, 0, var(--un-bg-opacity));
}
.bg-\[rgba\(18\,5\,6\,0\.8\)\] {
  --un-bg-opacity: 0.8;
  background-color: rgba(18, 5, 6, var(--un-bg-opacity));
}
.bg-\[rgba\(232\,58\,87\,\.5\)\] {
  --un-bg-opacity: 0.5;
  background-color: rgba(232, 58, 87, var(--un-bg-opacity));
}
.bg-\[rgba\(255\,61\,93\,0\.1\)\],
.data-\[active\=true\]\:bg-\[rgba\(255\,61\,93\,0\.1\)\][data-active="true"] {
  --un-bg-opacity: 0.1;
  background-color: rgba(255, 61, 93, var(--un-bg-opacity));
}
.bg-\[rgba\(255\,61\,93\,0\.20\)\] {
  --un-bg-opacity: 0.2;
  background-color: rgba(255, 61, 93, var(--un-bg-opacity));
}
.bg-\[rgba\(58\,125\,250\,0\.05\)\] {
  --un-bg-opacity: 0.05;
  background-color: rgba(58, 125, 250, var(--un-bg-opacity));
}
.bg-\[url\(https\:\/\/v-mps\.crazymaplestudios\.com\/images\/71ec10a0-8f70-11ef-a2d6-41216ff1602c\.png\)\] {
  --un-url: url(https://v-mps.crazymaplestudios.com/images/71ec10a0-8f70-11ef-a2d6-41216ff1602c.png);
  background-image: var(--un-url);
}
.bg-\[url\(https\:\/\/v-mps\.crazymaplestudios\.com\/images\/79280fa0-03c3-11f0-a38f-0d66b56fc320\.jpg\)\] {
  --un-url: url(https://v-mps.crazymaplestudios.com/images/79280fa0-03c3-11f0-a38f-0d66b56fc320.jpg);
  background-image: var(--un-url);
}
.bg-\[url\(https\:\/\/v-mps\.crazymaplestudios\.com\/images\/7d2ac8a0-03c2-11f0-a38f-0d66b56fc320\.jpg\)\] {
  --un-url: url(https://v-mps.crazymaplestudios.com/images/7d2ac8a0-03c2-11f0-a38f-0d66b56fc320.jpg);
  background-image: var(--un-url);
}
.bg-\[url\(https\:\/\/v-mps\.crazymaplestudios\.com\/images\/9061da60-c404-11ef-a2d6-41216ff1602c\.png\)\] {
  --un-url: url(https://v-mps.crazymaplestudios.com/images/9061da60-c404-11ef-a2d6-41216ff1602c.png);
  background-image: var(--un-url);
}
.bg-\[url\(https\:\/\/v-mps\.crazymaplestudios\.com\/images\/cf841750-838a-11ee-aed2-cfe3d80f70eb\.png\)\] {
  --un-url: url(https://v-mps.crazymaplestudios.com/images/cf841750-838a-11ee-aed2-cfe3d80f70eb.png);
  background-image: var(--un-url);
}
.bg-\[url\(https\:\/\/v-mps\.crazymaplestudios\.com\/images\/efe08f00-18f9-11f0-a38f-0d66b56fc320\.png\)\] {
  --un-url: url(https://v-mps.crazymaplestudios.com/images/efe08f00-18f9-11f0-a38f-0d66b56fc320.png);
  background-image: var(--un-url);
}
.bg-\#141414 {
  --un-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--un-bg-opacity));
}
.bg-\#141414\! {
  --un-bg-opacity: 1 !important;
  background-color: rgb(20 20 20 / var(--un-bg-opacity)) !important;
}
.bg-\#161616 {
  --un-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--un-bg-opacity));
}
.bg-\#222222 {
  --un-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--un-bg-opacity));
}
.bg-\#2B65FE1A\/10 {
  background-color: rgba(43, 101, 254, 0.1);
}
.bg-\#333 {
  --un-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--un-bg-opacity));
}
.bg-\#3A7DFA,
.bg-uploading {
  --un-bg-opacity: 1;
  background-color: rgb(58 125 250 / var(--un-bg-opacity));
}
.bg-\#3E67B5 {
  --un-bg-opacity: 1;
  background-color: rgb(62 103 181 / var(--un-bg-opacity));
}
.bg-\#525252 {
  --un-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--un-bg-opacity));
}
.bg-\#898989 {
  --un-bg-opacity: 1;
  background-color: rgb(137 137 137 / var(--un-bg-opacity));
}
.bg-\#8c8c8c {
  --un-bg-opacity: 1;
  background-color: rgb(140 140 140 / var(--un-bg-opacity));
}
.bg-\#920046 {
  --un-bg-opacity: 1;
  background-color: rgb(146 0 70 / var(--un-bg-opacity));
}
.bg-\#D9D9D9\/10 {
  background-color: hsla(0, 0%, 85%, 0.1);
}
.bg-\#E5E5E5\/70 {
  background-color: hsla(0, 0%, 90%, 0.7);
}
.bg-\#ebebeb {
  --un-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--un-bg-opacity));
}
.bg-\#ededed {
  --un-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--un-bg-opacity));
}
.bg-\#F5F5F5,
.bg-\#f5f5f5,
.group:hover .group-hover\:bg-\#f5f5f5 {
  --un-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--un-bg-opacity));
}
.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black\/85 {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-black\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\!,
[bg-transparent\!=""] {
  background-color: transparent !important;
}
.bg-white\! {
  --un-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--un-bg-opacity)) !important;
}
.bg-white\/12 {
  background-color: hsla(0, 0%, 100%, 0.12);
}
.bg-white\/20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.bg-white\/50,
.bg-white\/50\% {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.bg-white\/90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.hover\:bg-\[\#FF3D5D33\]:hover {
  --un-bg-opacity: 0.2;
  background-color: rgb(255 61 93 / var(--un-bg-opacity));
}
.hover\:bg-\[rgba\(58\,125\,250\,0\.05\)\]:hover {
  --un-bg-opacity: 0.05;
  background-color: rgba(58, 125, 250, var(--un-bg-opacity));
}
.hover\:bg-\#e52e2e\/90:hover {
  background-color: rgba(229, 46, 46, 0.9);
}
.hover\:bg-blue:hover {
  --un-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--un-bg-opacity));
}
.hover\:bg-rsColor\/10:hover {
  background-color: rgba(255, 61, 93, 0.1);
}
.hover\:bg-white\/20\%:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}
[hover~="bg-\#1A1A1A"]:hover {
  --un-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--un-bg-opacity));
}
[hover~="bg-white\/90"]:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.active\:bg-white\/30\%:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.before\:bg-\[linear-gradient\(90deg\,transparent\,\#fff\)\]:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(#fff)
  );
  background-image: linear-gradient(90deg, transparent, #fff);
}
.before\:bg-\#3A7DFA:before {
  --un-bg-opacity: 1;
  background-color: rgb(58 125 250 / var(--un-bg-opacity));
}
.before\:bg-black:before {
  --un-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--un-bg-opacity));
}
.after\:bg-\#E52E2E:after,
.after\:bg-\[\#E52E2E\]:after {
  --un-bg-opacity: 1;
  background-color: rgb(229 46 46 / var(--un-bg-opacity));
}
.from-black {
  --un-gradient-from-position: 0%;
  --un-gradient-from: rgb(0 0 0 / var(--un-from-opacity, 1))
    var(--un-gradient-from-position);
  --un-gradient-to-position: 100%;
  --un-gradient-to: transparent var(--un-gradient-to-position);
  --un-gradient-stops: var(--un-gradient-from), var(--un-gradient-to);
}
.from-black\/10 {
  --un-gradient-from-position: 0%;
  --un-gradient-from: rgba(0, 0, 0, 0.1) var(--un-gradient-from-position);
  --un-gradient-to-position: 100%;
  --un-gradient-to: transparent var(--un-gradient-to-position);
  --un-gradient-stops: var(--un-gradient-from), var(--un-gradient-to);
}
.via-black\/50 {
  --un-gradient-via-position: 50%;
  --un-gradient-to: transparent;
  --un-gradient-stops: var(--un-gradient-from),
    rgba(0, 0, 0, 0.5) var(--un-gradient-via-position), var(--un-gradient-to);
}
.to-\[rgba\(0\,0\,0\,0\)\] {
  --un-gradient-to-position: 100%;
  --un-gradient-to: rgba(0, 0, 0, var(--un-to-opacity, 0))
    var(--un-gradient-to-position);
}
.to-black {
  --un-gradient-to-position: 100%;
  --un-gradient-to: rgb(0 0 0 / var(--un-to-opacity, 1))
    var(--un-gradient-to-position);
}
.bg-gradient-to-b {
  --un-gradient-shape: to bottom;
  --un-gradient: var(--un-gradient-shape), var(--un-gradient-stops);
}
.bg-gradient-to-b,
.bg-gradient-to-r {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--un-gradient))
  );
  background-image: linear-gradient(var(--un-gradient));
}
.bg-gradient-to-r {
  --un-gradient-shape: to right;
  --un-gradient: var(--un-gradient-shape), var(--un-gradient-stops);
}
.bg-gradient-to-t {
  --un-gradient-shape: to top;
  --un-gradient: var(--un-gradient-shape), var(--un-gradient-stops);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--un-gradient))
  );
  background-image: linear-gradient(var(--un-gradient));
}
.bg-cover,
[bg-cover=""] {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-fixed,
[bg-fixed=""] {
  background-attachment: fixed;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.bg-center,
[bg-center=""] {
  background-position: 50%;
}
.bg-center-top {
  background-position: top;
}
.bg-no-repeat,
[bg-no-repeat=""] {
  background-repeat: no-repeat;
}
[stroke-width~="\31 \.3"] {
  stroke-width: 1.3px;
}
[stroke-width~="\31 \.5"] {
  stroke-width: 1.5px;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-16px {
  padding: 16px;
}
.p-1px {
  padding: 1px;
}
.p-24px {
  padding: 24px;
}
.p-44px {
  padding: 44px;
}
.p-6px {
  padding: 6px;
}
.p-8px {
  padding: 8px;
}
.p-9px {
  padding: 9px;
}
.px,
[px=""] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10px,
[px-10px=""] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}
.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}
.px-18px {
  padding-left: 18px;
  padding-right: 18px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}
.px-2vw {
  padding-left: 2vw;
  padding-right: 2vw;
}
.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}
.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}
.px-33px {
  padding-left: 33px;
  padding-right: 33px;
}
.px-40px {
  padding-left: 40px;
  padding-right: 40px;
}
.px-48px {
  padding-left: 48px;
  padding-right: 48px;
}
.px-4vw {
  padding-left: 4vw;
  padding-right: 4vw;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-13px {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-14px {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}
[px~="\34 px"] {
  padding-left: 4px;
  padding-right: 4px;
}
[py-10=""] {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.p-b-30px {
  padding-bottom: 30px;
}
.p-t-24px {
  padding-top: 24px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-0\.5rem {
  padding-bottom: 0.5rem;
}
.pb-10px {
  padding-bottom: 10px;
}
.pb-16px {
  padding-bottom: 16px;
}
.pb-2px {
  padding-bottom: 2px;
}
.pb-32px {
  padding-bottom: 32px;
}
.pb-80px {
  padding-bottom: 80px;
}
.pl {
  padding-left: 1rem;
}
.pl-16px {
  padding-left: 16px;
}
.pl-4px {
  padding-left: 4px;
}
.pr-16px {
  padding-right: 16px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1\.5rem {
  padding-top: 1.5rem;
}
.pt-12px {
  padding-top: 12px;
}
.pt-16px {
  padding-top: 16px;
}
.pt-1px {
  padding-top: 1px;
}
.pt-200px {
  padding-top: 200px;
}
.pt-32px {
  padding-top: 32px;
}
.pt-3px {
  padding-top: 3px;
}
.pt-4px {
  padding-top: 4px;
}
[pb-100=""] {
  padding-bottom: 25rem;
}
[pb-20=""] {
  padding-bottom: 5rem;
}
[pb-40=""] {
  padding-bottom: 10rem;
}
.text-center,
[text-center=""] {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.indent-120px {
  text-indent: 120px;
}
.align-end {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
.v-text-bottom {
  vertical-align: text-bottom;
}
.group[data-query="false"] .group-data-\[query\=false\]\:text-20px,
.text-20px {
  font-size: 20px;
}
:root[lang="de"] .lang-de\:text-11px,
:root[lang="fr"] .lang-fr\:text-11px,
:root[lang="ja"] .lang-ja\:text-11px {
  font-size: 11px;
}
.text-12px,
:root[lang="de"] .lang-de\:text-12px,
:root[lang="es"] .lang-es\:text-12px,
:root[lang="id"] .lang-id\:text-12px,
:root[lang="ja"] .lang-ja\:text-12px,
:root[lang="ru"] .lang-ru\:text-12px {
  font-size: 12px;
}
:root[lang="ko"] .lang-ko\:text-10px {
  font-size: 10px;
}
.text-16px,
.text-\[16px\] {
  font-size: 16px;
}
.text-0 {
  font-size: 0;
}
.text-0\.16rem {
  font-size: 0.16rem;
}
.text-0\.20rem {
  font-size: 0.2rem;
}
.text-0\.24rem {
  font-size: 0.24rem;
}
.text-13px {
  font-size: 13px;
}
.text-14px {
  font-size: 14px;
}
.text-14px\! {
  font-size: 14px !important;
}
.text-18px {
  font-size: 18px;
}
.text-20px\! {
  font-size: 20px !important;
}
.text-24px {
  font-size: 24px;
}
.text-28px {
  font-size: 28px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-32px {
  font-size: 32px;
}
.text-40px {
  font-size: 40px;
}
.text-48px {
  font-size: 48px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
[text-12=""] {
  font-size: 3rem;
}
[text-14=""] {
  font-size: 3.5rem;
}
[text-16=""] {
  font-size: 4rem;
}
[text-20=""] {
  font-size: 5rem;
}
.\!text-\#3A7DFA,
.text-\#3A7DFA\! {
  --un-text-opacity: 1 !important;
  color: rgb(58 125 250 / var(--un-text-opacity)) !important;
}
.\!text-black\/30 {
  color: rgba(0, 0, 0, 0.3) !important;
}
.data-\[active\=true\]\:text-\#E52E2E[data-active="true"],
.text-\#E52E2E,
.text-\#e52e2e,
.text-\[\#E52E2E\],
.text-error {
  --un-text-opacity: 1;
  color: rgb(229 46 46 / var(--un-text-opacity));
}
.data-\[state\=active\]\:text-white[data-state="active"],
.text-white,
[text-white=""] {
  --un-text-opacity: 1;
  color: rgb(255 255 255 / var(--un-text-opacity));
}
.data-\[state\=inactive\]\:text-white\/50[data-state="inactive"],
.text-white\/50 {
  color: hsla(0, 0%, 100%, 0.5);
}
.text-\#2E8ae5,
.text-\[\#2e8AE5\] {
  --un-text-opacity: 1;
  color: rgb(46 138 229 / var(--un-text-opacity));
}
.text-\[\#bb838b\] {
  --un-text-opacity: 1;
  color: rgb(187 131 139 / var(--un-text-opacity));
}
.text-\[\#FFFFFF80\] {
  --un-text-opacity: 0.5;
  color: rgb(255 255 255 / var(--un-text-opacity));
}
.text-\#000,
.text-black,
[text-black=""] {
  --un-text-opacity: 1;
  color: rgb(0 0 0 / var(--un-text-opacity));
}
.text-\#222 {
  --un-text-opacity: 1;
  color: rgb(34 34 34 / var(--un-text-opacity));
}
.text-\#3A7DFA,
.text-uploading {
  --un-text-opacity: 1;
  color: rgb(58 125 250 / var(--un-text-opacity));
}
.text-\#444 {
  --un-text-opacity: 1;
  color: rgb(68 68 68 / var(--un-text-opacity));
}
.text-\#555 {
  --un-text-opacity: 1;
  color: rgb(85 85 85 / var(--un-text-opacity));
}
.text-\#6EA2F8 {
  --un-text-opacity: 1;
  color: rgb(110 162 248 / var(--un-text-opacity));
}
.text-\#999 {
  --un-text-opacity: 1;
  color: rgb(153 153 153 / var(--un-text-opacity));
}
.text-\#E52E2E\! {
  --un-text-opacity: 1 !important;
  color: rgb(229 46 46 / var(--un-text-opacity)) !important;
}
.text-\#FF3D5D,
.text-rsColor,
[text-rsColor=""] {
  --un-text-opacity: 1;
  color: rgb(255 61 93 / var(--un-text-opacity));
}
.text-\#ff4d4f {
  --un-text-opacity: 1;
  color: rgb(255 77 79 / var(--un-text-opacity));
}
.text-\#FFB629 {
  --un-text-opacity: 1;
  color: rgb(255 182 41 / var(--un-text-opacity));
}
.text-black\/30 {
  color: rgba(0, 0, 0, 0.3);
}
.text-black\/40 {
  color: rgba(0, 0, 0, 0.4);
}
.text-black\/50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-black\/70 {
  color: rgba(0, 0, 0, 0.7);
}
.text-black\/90 {
  color: rgba(0, 0, 0, 0.9);
}
.text-blue {
  --un-text-opacity: 1;
  color: rgb(96 165 250 / var(--un-text-opacity));
}
.text-red {
  --un-text-opacity: 1;
  color: rgb(248 113 113 / var(--un-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-waiting {
  --un-text-opacity: 1;
  color: rgb(246 153 59 / var(--un-text-opacity));
}
.text-white\/0 {
  color: hsla(0, 0%, 100%, 0);
}
.text-white\/30 {
  color: hsla(0, 0%, 100%, 0.3);
}
.text-white\/40 {
  color: hsla(0, 0%, 100%, 0.4);
}
.text-white\/60 {
  color: hsla(0, 0%, 100%, 0.6);
}
.text-white\/70 {
  color: hsla(0, 0%, 100%, 0.7);
}
.text-white\/80 {
  color: hsla(0, 0%, 100%, 0.8);
}
.text-white\/80\! {
  color: hsla(0, 0%, 100%, 0.8) !important;
}
.color-white\/90,
.text-white\/90 {
  color: hsla(0, 0%, 100%, 0.9);
}
.hover\:text-\#004CFF:hover {
  --un-text-opacity: 1;
  color: rgb(0 76 255 / var(--un-text-opacity));
}
.hover\:text-\#3A7DFA:hover {
  --un-text-opacity: 1;
  color: rgb(58 125 250 / var(--un-text-opacity));
}
.hover\:text-\#E52E2E:hover,
.hover\:text-\#e52e2e:hover {
  --un-text-opacity: 1;
  color: rgb(229 46 46 / var(--un-text-opacity));
}
.hover\:text-blue:hover {
  --un-text-opacity: 1;
  color: rgb(96 165 250 / var(--un-text-opacity));
}
.hover\:text-gray-300:hover {
  --un-text-opacity: 1;
  color: rgb(209 213 219 / var(--un-text-opacity));
}
.hover\:text-rsColor:hover {
  --un-text-opacity: 1;
  color: rgb(255 61 93 / var(--un-text-opacity));
}
.hover\:text-white:hover {
  --un-text-opacity: 1;
  color: rgb(255 255 255 / var(--un-text-opacity));
}
.hover\:text-white\/90:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
[hover\:text-rsColor=""]:hover {
  --un-text-opacity: 1;
  color: rgb(255 61 93 / var(--un-text-opacity));
}
[hover~="text-\#000"]:hover {
  --un-text-opacity: 1;
  color: rgb(0 0 0 / var(--un-text-opacity));
}
[hover~="text-\#E52E2E"]:hover {
  --un-text-opacity: 1;
  color: rgb(229 46 46 / var(--un-text-opacity));
}
[hover~="text-\#FF3D5D"]:hover {
  --un-text-opacity: 1;
  color: rgb(255 61 93 / var(--un-text-opacity));
}
.font-400,
.font-normal {
  font-weight: 400;
}
.font-500,
.font-medium {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700,
.font-bold,
[font-bold=""] {
  font-weight: 700;
}
.font-900 {
  font-weight: 900;
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.5\],
.leading-normal,
.line-height-normal {
  line-height: 1.5;
}
.leading-\[1\],
.leading-none {
  line-height: 1;
}
.leading-130\%,
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[normal\] {
  line-height: normal;
}
.leading-0 {
  line-height: 0;
}
.leading-100\%,
[leading-100\%=""] {
  line-height: 100%;
}
.leading-115\% {
  line-height: 115%;
}
.leading-120\%,
.line-height-120\% {
  line-height: 120%;
}
.leading-150\% {
  line-height: 150%;
}
.leading-18px {
  line-height: 18px;
}
.leading-90\% {
  line-height: 90%;
}
.leading-tight {
  line-height: 1.25;
}
.line-height-\[40px\] {
  line-height: 40px;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.font-\[anton\] {
  font-family: anton;
}
.font-\[Redaction\] {
  font-family: Redaction;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.tab,
[tab=""] {
  tab-size: 4;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50,
[opacity-50=""] {
  opacity: 0.5;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.shadow-lg {
  --un-shadow: var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgba(0, 0, 0, 0.1)),
    var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgba(0, 0, 0, 0.1));
}
.shadow-lg,
.shadow-none {
  box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow),
    var(--un-shadow);
}
.shadow-none {
  --un-shadow: 0 0 var(--un-shadow-color, transparent);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.backdrop-blur-10px {
  --un-backdrop-blur: blur(10px);
}
.backdrop-blur-10px,
.backdrop-blur-md {
  -webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness)
    var(--un-backdrop-contrast) var(--un-backdrop-grayscale)
    var(--un-backdrop-hue-rotate) var(--un-backdrop-invert)
    var(--un-backdrop-opacity) var(--un-backdrop-saturate)
    var(--un-backdrop-sepia);
  backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness)
    var(--un-backdrop-contrast) var(--un-backdrop-grayscale)
    var(--un-backdrop-hue-rotate) var(--un-backdrop-invert)
    var(--un-backdrop-opacity) var(--un-backdrop-saturate)
    var(--un-backdrop-sepia);
}
.backdrop-blur-md {
  --un-backdrop-blur: blur(12px);
}
.backdrop-blur-sm {
  --un-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness)
    var(--un-backdrop-contrast) var(--un-backdrop-grayscale)
    var(--un-backdrop-hue-rotate) var(--un-backdrop-invert)
    var(--un-backdrop-opacity) var(--un-backdrop-saturate)
    var(--un-backdrop-sepia);
  backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness)
    var(--un-backdrop-contrast) var(--un-backdrop-grayscale)
    var(--un-backdrop-hue-rotate) var(--un-backdrop-invert)
    var(--un-backdrop-opacity) var(--un-backdrop-saturate)
    var(--un-backdrop-sepia);
}
.filter-invert-100 {
  --un-invert: invert(1);
  -webkit-filter: var(--un-blur) var(--un-brightness) var(--un-contrast)
    var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate)
    var(--un-invert) var(--un-saturate) var(--un-sepia);
  filter: var(--un-blur) var(--un-brightness) var(--un-contrast)
    var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate)
    var(--un-invert) var(--un-saturate) var(--un-sepia);
}
.transition {
  -webkit-transition-property: color, background-color, border-color,
    outline-color, fill, stroke, opacity, box-shadow,
    -webkit-text-decoration-color, -webkit-transform, -webkit-filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, outline-color,
    fill, stroke, opacity, box-shadow, -webkit-text-decoration-color,
    -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, outline-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color, outline-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-transform,
    -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.transition-colors {
  -webkit-transition-property: color, background-color, border-color,
    outline-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, outline-color,
    fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, outline-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, outline-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.transition-height {
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.before\:transition-all:before {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.duration-\[0\.3s\] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.duration-\[600ms\] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.duration-150 {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.duration-200 {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.duration-300 {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.duration-500 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.duration-800 {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.before\:duration-300:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ease,
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.before\:ease-out:before,
.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.after\:content-\[\"\"\]:after,
.after\:content-\[\'\'\]:after,
.before\:content-\[\"\"\]:before,
.before\:content-\[\'\'\]:before {
  content: "";
}
.scrollbar-thumb-color-white\/20 {
  --scrollbar-thumb: hsla(0, 0%, 100%, 0.2);
}
.scrollbar-track-color-white\/0 {
  --scrollbar-track: hsla(0, 0%, 100%, 0);
}
.scrollbar-h-0 {
  --scrollbar-height: 0rem;
}
.scrollbar-w-0 {
  --scrollbar-width: 0rem;
}
.hidden,
[hidden=""] {
  display: none;
}
.hidden\!,
[hidden\!=""] {
  display: none !important;
}
.-bottom-10\/vw {
  bottom: -2.666666666666667vw;
}
.-left-45\/vw {
  left: -12vw;
}
.-ml-4\/vw {
  margin-left: -1.0666666666666667vw;
}
.-mt-100\/vw {
  margin-top: -26.666666666666668vw;
}
.-mt-44\/vw {
  margin-top: -11.733333333333333vw;
}
.-mt-66\/vw {
  margin-top: -17.599999999999998vw;
}
.-mt-90\/vw {
  margin-top: -24vw;
}
.-top-20\/vw {
  top: -5.333333333333334vw;
}
.-top-25\/vw {
  top: -6.666666666666667vw;
}
.-top-35\/vw {
  top: -9.333333333333334vw;
}
.-top-4\/vw {
  top: -1.0666666666666667vw;
}
.-top-40\/vw {
  top: -10.666666666666668vw;
}
.-top-6\/vw,
.top--6\/vw {
  top: -1.6vw;
}
.\!h-24\/vw,
.h-24\/vw\! {
  height: 6.4vw !important;
}
.\!leading-24\/vw,
.leading-24\/vw\! {
  line-height: 6.4vw !important;
}
.\!max-h-62\/vw {
  max-height: 16.53333333333333vw !important;
}
.\!text-14\/vw,
.text-14\/vw\! {
  font-size: 3.733333333333334vw !important;
}
.border-1\/vw {
  border-width: 0.26666666666666666vw;
}
.bottom--1\/vw {
  bottom: -0.26666666666666666vw;
}
.bottom-16\/vw {
  bottom: 4.266666666666667vw;
}
.bottom-28\/vw {
  bottom: 7.466666666666668vw;
}
.bottom-3\/vw {
  bottom: 0.8vw;
}
.bottom-4\/vw {
  bottom: 1.0666666666666667vw;
}
.bottom-40\/vw {
  bottom: 10.666666666666668vw;
}
.bottom-60\/vw {
  bottom: 16vw;
}
.bottom-68\/vw {
  bottom: 18.133333333333333vw;
}
.bottom-70\/vw {
  bottom: 18.666666666666668vw;
}
.bottom-8\/vw {
  bottom: 2.1333333333333333vw;
}
.gap-10\/vw {
  gap: 2.666666666666667vw;
}
.gap-12\/vw {
  gap: 3.2vw;
}
.gap-15\/vw {
  gap: 4vw;
}
.gap-16\/vw {
  gap: 4.266666666666667vw;
}
.gap-18\/vw {
  gap: 4.8vw;
}
.gap-2\/vw {
  gap: 0.5333333333333333vw;
}
.gap-20\/vw {
  gap: 5.333333333333334vw;
}
.gap-24\/vw {
  gap: 6.4vw;
}
.gap-32\/vw {
  gap: 8.533333333333333vw;
}
.gap-4\/vw {
  gap: 1.0666666666666667vw;
}
.gap-40\/vw {
  gap: 10.666666666666668vw;
}
.gap-6\/vw {
  gap: 1.6vw;
}
.gap-8\/vw {
  gap: 2.1333333333333333vw;
}
.h-1\/vw {
  height: 0.26666666666666666vw;
}
.h-100\/vw {
  height: 26.666666666666668vw;
}
.h-104\/vw {
  height: 27.73333333333333vw;
}
.h-106\/vw {
  height: 28.26666666666667vw;
}
.h-12\/vw {
  height: 3.2vw;
}
.h-120\/vw {
  height: 32vw;
}
.h-128\/vw {
  height: 34.13333333333333vw;
}
.h-14\/vw {
  height: 3.733333333333334vw;
}
.h-144\/vw {
  height: 38.4vw;
}
.h-15\/vw {
  height: 4vw;
}
.h-16\/vw {
  height: 4.266666666666667vw;
}
.h-168\/vw {
  height: 44.800000000000004vw;
}
.h-18\/vw {
  height: 4.8vw;
}
.h-2\/vw {
  height: 0.5333333333333333vw;
}
.h-20\/vw {
  height: 5.333333333333334vw;
}
.h-208\/vw\! {
  height: 55.46666666666666vw !important;
}
.h-24\/vw {
  height: 6.4vw;
}
.h-240\/vw {
  height: 64vw;
}
.h-257\/vw {
  height: 68.53333333333333vw;
}
.h-285\/vw {
  height: 76vw;
}
.h-30\/vw {
  height: 8vw;
}
.h-32\/vw {
  height: 8.533333333333333vw;
}
.h-34\/vw {
  height: 9.066666666666666vw;
}
.h-351\/vw {
  height: 93.60000000000001vw;
}
.h-36\/vw {
  height: 9.6vw;
}
.h-38\/vw {
  height: 10.133333333333333vw;
}
.h-4\/vw {
  height: 1.0666666666666667vw;
}
.h-40\/vw {
  height: 10.666666666666668vw;
}
.h-42\/vw {
  height: 11.200000000000001vw;
}
.h-420\/vw {
  height: 112.00000000000001vw;
}
.h-44\/vw {
  height: 11.733333333333333vw;
}
.h-46\/vw {
  height: 12.266666666666666vw;
}
.h-48\/vw {
  height: 12.8vw;
}
.h-55\/vw {
  height: 14.666666666666666vw;
}
.h-56\/vw {
  height: 14.933333333333335vw;
}
.h-6\/vw {
  height: 1.6vw;
}
.h-60\/vw {
  height: 16vw;
}
.h-70\/vw {
  height: 18.666666666666668vw;
}
.h-72\/vw {
  height: 19.2vw;
}
.h-8\/vw {
  height: 2.1333333333333333vw;
}
.h-80\/vw {
  height: 21.333333333333336vw;
}
.h-85\/vw {
  height: 22.666666666666664vw;
}
.h-91\/vw {
  height: 24.266666666666666vw;
}
.h-96\/vw {
  height: 25.6vw;
}
.leading-30\/vw {
  line-height: 8vw;
}
.leading-32\/vw {
  line-height: 8.533333333333333vw;
}
.left-16\/vw {
  left: 4.266666666666667vw;
}
.left-4\/vw {
  left: 1.0666666666666667vw;
}
.left-7\/vw {
  left: 1.866666666666667vw;
}
.max-h-234\/vw {
  max-height: 62.4vw;
}
.max-h-76\/vw {
  max-height: 20.266666666666666vw;
}
.max-w-100\/vw {
  max-width: 26.666666666666668vw;
}
.max-w-120\/vw {
  max-width: 32vw;
}
.max-w-152\/vw {
  max-width: 40.53333333333333vw;
}
.max-w-180\/vw {
  max-width: 48vw;
}
.max-w-240\/vw {
  max-width: 64vw;
}
.max-w-460\/vw {
  max-width: 122.66666666666666vw;
}
.max-w-750\/vw {
  max-width: 200vw;
}
.mb-12\/vw {
  margin-bottom: 3.2vw;
}
.mb-14\/vw {
  margin-bottom: 3.733333333333334vw;
}
.mb-16\/vw {
  margin-bottom: 4.266666666666667vw;
}
.mb-160\/vw {
  margin-bottom: 42.66666666666667vw;
}
.mb-18\/vw {
  margin-bottom: 4.8vw;
}
.mb-2\/vw {
  margin-bottom: 0.5333333333333333vw;
}
.mb-20\/vw {
  margin-bottom: 5.333333333333334vw;
}
.mb-24\/vw {
  margin-bottom: 6.4vw;
}
.mb-30\/vw {
  margin-bottom: 8vw;
}
.mb-32\/vw {
  margin-bottom: 8.533333333333333vw;
}
.mb-4\/vw {
  margin-bottom: 1.0666666666666667vw;
}
.mb-40\/vw {
  margin-bottom: 10.666666666666668vw;
}
.mb-44\/vw {
  margin-bottom: 11.733333333333333vw;
}
.mb-46\/vw {
  margin-bottom: 12.266666666666666vw;
}
.mb-6\/vw {
  margin-bottom: 1.6vw;
}
.mb-8\/vw {
  margin-bottom: 2.1333333333333333vw;
}
.mb-8\/vw\! {
  margin-bottom: 2.1333333333333333vw !important;
}
.mb-80\/vw {
  margin-bottom: 21.333333333333336vw;
}
.min-h-214\/vw {
  min-height: 57.06666666666666vw;
}
.min-h-400\/vw {
  min-height: 106.66666666666667vw;
}
.min-h-500\/vw {
  min-height: 133.33333333333331vw;
}
.min-w-107\/vw {
  min-width: 28.53333333333333vw;
}
.min-w-140\/vw {
  min-width: 37.333333333333336vw;
}
.min-w-16\/vw {
  min-width: 4.266666666666667vw;
}
.min-w-198\/vw {
  min-width: 52.800000000000004vw;
}
.min-w-200\/vw {
  min-width: 53.333333333333336vw;
}
.min-w-24\/vw {
  min-width: 6.4vw;
}
.min-w-30\/vw {
  min-width: 8vw;
}
.ml-10\/vw {
  margin-left: 2.666666666666667vw;
}
.ml-12\/vw {
  margin-left: 3.2vw;
}
.ml-14\/vw {
  margin-left: 3.733333333333334vw;
}
.ml-16\/vw {
  margin-left: 4.266666666666667vw;
}
.ml-2\/vw {
  margin-left: 0.5333333333333333vw;
}
.ml-3\/vw {
  margin-left: 0.8vw;
}
.ml-32\/vw {
  margin-left: 8.533333333333333vw;
}
.ml-4\/vw {
  margin-left: 1.0666666666666667vw;
}
.ml-8\/vw {
  margin-left: 2.1333333333333333vw;
}
.mr--6\/vw {
  margin-right: -1.6vw;
}
.mr-1\/vw {
  margin-right: 0.26666666666666666vw;
}
.mr-12\/vw {
  margin-right: 3.2vw;
}
.mr-14\/vw {
  margin-right: 3.733333333333334vw;
}
.mr-15\/vw {
  margin-right: 4vw;
}
.mr-16\/vw {
  margin-right: 4.266666666666667vw;
}
.mr-2\/vw {
  margin-right: 0.5333333333333333vw;
}
.mr-24\/vw {
  margin-right: 6.4vw;
}
.mr-36\/vw {
  margin-right: 9.6vw;
}
.mr-4\/vw {
  margin-right: 1.0666666666666667vw;
}
.mr-48\/vw {
  margin-right: 12.8vw;
}
.mr-5\/vw {
  margin-right: 1.3333333333333335vw;
}
.mr-6\/vw {
  margin-right: 1.6vw;
}
.mr-8\/vw {
  margin-right: 2.1333333333333333vw;
}
.mt-11\/vw {
  margin-top: 2.933333333333333vw;
}
.mt-12\/vw {
  margin-top: 3.2vw;
}
.mt-138\/vw {
  margin-top: 36.8vw;
}
.mt-16\/vw {
  margin-top: 4.266666666666667vw;
}
.mt-160\/vw {
  margin-top: 42.66666666666667vw;
}
.mt-20\/vw {
  margin-top: 5.333333333333334vw;
}
.mt-24\/vw {
  margin-top: 6.4vw;
}
.mt-3\/vw {
  margin-top: 0.8vw;
}
.mt-30\/vw {
  margin-top: 8vw;
}
.mt-32\/vw {
  margin-top: 8.533333333333333vw;
}
.mt-33\/vw {
  margin-top: 8.799999999999999vw;
}
.mt-38\/vw {
  margin-top: 10.133333333333333vw;
}
.mt-4\/vw {
  margin-top: 1.0666666666666667vw;
}
.mt-40\/vw {
  margin-top: 10.666666666666668vw;
}
.mt-46\/vw {
  margin-top: 12.266666666666666vw;
}
.mt-48\/vw {
  margin-top: 12.8vw;
}
.mt-50\/vw {
  margin-top: 13.333333333333334vw;
}
.mt-6\/vw {
  margin-top: 1.6vw;
}
.mt-62\/vw {
  margin-top: 16.53333333333333vw;
}
.mt-72\/vw {
  margin-top: 19.2vw;
}
.mt-8\/vw {
  margin-top: 2.1333333333333333vw;
}
.mt-80\/vw {
  margin-top: 21.333333333333336vw;
}
.mx-10\/vw {
  margin-left: 2.666666666666667vw;
  margin-right: 2.666666666666667vw;
}
.mx-16\/vw {
  margin-left: 4.266666666666667vw;
  margin-right: 4.266666666666667vw;
}
.mx-4\/vw {
  margin-left: 1.0666666666666667vw;
  margin-right: 1.0666666666666667vw;
}
.my-12\/vw {
  margin-top: 3.2vw;
  margin-bottom: 3.2vw;
}
.my-16\/vw {
  margin-top: 4.266666666666667vw;
  margin-bottom: 4.266666666666667vw;
}
.my-24\/vw {
  margin-top: 6.4vw;
  margin-bottom: 6.4vw;
}
.my-35\/vw {
  margin-top: 9.333333333333334vw;
  margin-bottom: 9.333333333333334vw;
}
.my-4\/vw {
  margin-top: 1.0666666666666667vw;
  margin-bottom: 1.0666666666666667vw;
}
.my-5\/vw {
  margin-top: 1.3333333333333335vw;
  margin-bottom: 1.3333333333333335vw;
}
.p-12\/vw {
  padding: 3.2vw;
}
.p-12\/vw\! {
  padding: 3.2vw !important;
}
.p-16\/vw {
  padding: 4.266666666666667vw;
}
.p-24\/vw {
  padding: 6.4vw;
}
.p-4\/vw {
  padding: 1.0666666666666667vw;
}
.p-6\/vw {
  padding: 1.6vw;
}
.p-8\/vw {
  padding: 2.1333333333333333vw;
}
.pb-10\/vw {
  padding-bottom: 2.666666666666667vw;
}
.pb-100\/vw {
  padding-bottom: 26.666666666666668vw;
}
.pb-16\/vw {
  padding-bottom: 4.266666666666667vw;
}
.pb-20\/vw {
  padding-bottom: 5.333333333333334vw;
}
.pb-24\/vw {
  padding-bottom: 6.4vw;
}
.pb-25\/vw {
  padding-bottom: 6.666666666666667vw;
}
.pb-32\/vw {
  padding-bottom: 8.533333333333333vw;
}
.pb-40\/vw {
  padding-bottom: 10.666666666666668vw;
}
.pb-52\/vw {
  padding-bottom: 13.866666666666665vw;
}
.pl-2\/vw {
  padding-left: 0.5333333333333333vw;
}
.pl-4\/vw {
  padding-left: 1.0666666666666667vw;
}
.pl-40\/vw {
  padding-left: 10.666666666666668vw;
}
.pr-16\/vw {
  padding-right: 4.266666666666667vw;
}
.pr-30\/vw {
  padding-right: 8vw;
}
.pt-16\/vw {
  padding-top: 4.266666666666667vw;
}
.pt-25\/vw {
  padding-top: 6.666666666666667vw;
}
.pt-4\/vw {
  padding-top: 1.0666666666666667vw;
}
.pt-56\/vw {
  padding-top: 14.933333333333335vw;
}
.pt-58\/vw {
  padding-top: 15.466666666666667vw;
}
.pt-6\/vw {
  padding-top: 1.6vw;
}
.px-10\/vw {
  padding-left: 2.666666666666667vw;
  padding-right: 2.666666666666667vw;
}
.px-12\/vw {
  padding-left: 3.2vw;
  padding-right: 3.2vw;
}
.px-12\/vw\! {
  padding-left: 3.2vw !important;
  padding-right: 3.2vw !important;
}
.px-14\/vw {
  padding-left: 3.733333333333334vw;
  padding-right: 3.733333333333334vw;
}
.px-16\/vw {
  padding-left: 4.266666666666667vw;
  padding-right: 4.266666666666667vw;
}
.px-18\/vw {
  padding-left: 4.8vw;
  padding-right: 4.8vw;
}
.px-20\/vw {
  padding-left: 5.333333333333334vw;
  padding-right: 5.333333333333334vw;
}
.px-22\/vw {
  padding-left: 5.866666666666666vw;
  padding-right: 5.866666666666666vw;
}
.px-24\/vw {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}
.px-30\/vw {
  padding-left: 8vw;
  padding-right: 8vw;
}
.px-38\/vw {
  padding-left: 10.133333333333333vw;
  padding-right: 10.133333333333333vw;
}
.px-4\/vw {
  padding-left: 1.0666666666666667vw;
  padding-right: 1.0666666666666667vw;
}
.px-40\/vw {
  padding-left: 10.666666666666668vw;
  padding-right: 10.666666666666668vw;
}
.px-60\/vw {
  padding-left: 16vw;
  padding-right: 16vw;
}
.px-8\/vw {
  padding-left: 2.1333333333333333vw;
  padding-right: 2.1333333333333333vw;
}
.px-8\/vw\! {
  padding-left: 2.1333333333333333vw !important;
  padding-right: 2.1333333333333333vw !important;
}
.px-80\/vw {
  padding-left: 21.333333333333336vw;
  padding-right: 21.333333333333336vw;
}
.py-10\/vw {
  padding-top: 2.666666666666667vw;
  padding-bottom: 2.666666666666667vw;
}
.py-11\/vw {
  padding-top: 2.933333333333333vw;
  padding-bottom: 2.933333333333333vw;
}
.py-12\/vw {
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}
.py-13\/vw {
  padding-top: 3.4666666666666663vw;
  padding-bottom: 3.4666666666666663vw;
}
.py-14\/vw {
  padding-top: 3.733333333333334vw;
  padding-bottom: 3.733333333333334vw;
}
.py-16\/vw {
  padding-top: 4.266666666666667vw;
  padding-bottom: 4.266666666666667vw;
}
.py-18\/vw {
  padding-top: 4.8vw;
  padding-bottom: 4.8vw;
}
.py-2\/vw {
  padding-top: 0.5333333333333333vw;
  padding-bottom: 0.5333333333333333vw;
}
.py-20\/vw {
  padding-top: 5.333333333333334vw;
  padding-bottom: 5.333333333333334vw;
}
.py-24\/vw {
  padding-top: 6.4vw;
  padding-bottom: 6.4vw;
}
.py-26\/vw {
  padding-top: 6.933333333333333vw;
  padding-bottom: 6.933333333333333vw;
}
.py-30\/vw {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.py-4\/vw {
  padding-top: 1.0666666666666667vw;
  padding-bottom: 1.0666666666666667vw;
}
.py-6\/vw {
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
}
.py-8\/vw {
  padding-top: 2.1333333333333333vw;
  padding-bottom: 2.1333333333333333vw;
}
.py-9\/vw {
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}
.right--1\/vw {
  right: -0.26666666666666666vw;
}
.right-16\/vw {
  right: 4.266666666666667vw;
}
.right-24\/vw {
  right: 6.4vw;
}
.right-4\/vw {
  right: 1.0666666666666667vw;
}
.right-8\/vw {
  right: 2.1333333333333333vw;
}
.rounded-12\/vw {
  border-radius: 3.2vw;
}
.rounded-2\/vw {
  border-radius: 0.5333333333333333vw;
}
.rounded-3\/vw {
  border-radius: 0.8vw;
}
.rounded-34\/vw {
  border-radius: 9.066666666666666vw;
}
.rounded-4\/vw {
  border-radius: 1.0666666666666667vw;
}
.rounded-40\/vw {
  border-radius: 10.666666666666668vw;
}
.rounded-5\/vw\! {
  border-radius: 1.3333333333333335vw !important;
}
.rounded-6\/vw {
  border-radius: 1.6vw;
}
.rounded-8\/vw {
  border-radius: 2.1333333333333333vw;
}
.text-10\/vw {
  font-size: 2.666666666666667vw;
}
.text-12\/vw {
  font-size: 3.2vw;
}
.text-12\/vw\! {
  font-size: 3.2vw !important;
}
.text-13\/vw {
  font-size: 3.4666666666666663vw;
}
.text-14\/vw {
  font-size: 3.733333333333334vw;
}
.text-16\/vw {
  font-size: 4.266666666666667vw;
}
.text-18\/vw {
  font-size: 4.8vw;
}
.text-19\/vw {
  font-size: 5.066666666666666vw;
}
.text-20\/vw {
  font-size: 5.333333333333334vw;
}
.text-23\/vw {
  font-size: 6.133333333333333vw;
}
.text-24\/vw {
  font-size: 6.4vw;
}
.text-32\/vw {
  font-size: 8.533333333333333vw;
}
.text-60\/vw {
  font-size: 16vw;
}
.top--3\/vw {
  top: -0.8vw;
}
.top-10\/vw {
  top: 2.666666666666667vw;
}
.top-12\/vw {
  top: 3.2vw;
}
.top-16\/vw {
  top: 4.266666666666667vw;
}
.top-24\/vw {
  top: 6.4vw;
}
.top-25\/vw {
  top: 6.666666666666667vw;
}
.top-4\/vw {
  top: 1.0666666666666667vw;
}
.top-44\/vw {
  top: 11.733333333333333vw;
}
.top-60\/vw {
  top: 16vw;
}
.top-75\/vw {
  top: 20vw;
}
.w-1\/vw {
  width: 0.26666666666666666vw;
}
.w-100\/vw {
  width: 26.666666666666668vw;
}
.w-108\/vw {
  width: 28.799999999999997vw;
}
.w-112\/vw {
  width: 29.86666666666667vw;
}
.w-12\/vw {
  width: 3.2vw;
}
.w-120\/vw {
  width: 32vw;
}
.w-124\/vw {
  width: 33.06666666666666vw;
}
.w-130\/vw {
  width: 34.66666666666667vw;
}
.w-14\/vw {
  width: 3.733333333333334vw;
}
.w-148\/vw {
  width: 39.46666666666667vw;
}
.w-15\/vw {
  width: 4vw;
}
.w-150\/vw {
  width: 40vw;
}
.w-157\/vw\! {
  width: 41.86666666666667vw !important;
}
.w-159\/vw {
  width: 42.4vw;
}
.w-16\/vw {
  width: 4.266666666666667vw;
}
.w-160\/vw {
  width: 42.66666666666667vw;
}
.w-167\/vw {
  width: 44.53333333333334vw;
}
.w-168\/vw {
  width: 44.800000000000004vw;
}
.w-17\/vw {
  width: 4.533333333333333vw;
}
.w-172\/vw {
  width: 45.86666666666667vw;
}
.w-18\/vw {
  width: 4.8vw;
}
.w-180\/vw {
  width: 48vw;
}
.w-2\/vw {
  width: 0.5333333333333333vw;
}
.w-20\/vw {
  width: 5.333333333333334vw;
}
.w-200\/vw {
  width: 53.333333333333336vw;
}
.w-211\/vw {
  width: 56.266666666666666vw;
}
.w-220\/vw {
  width: 58.666666666666664vw;
}
.w-227\/vw {
  width: 60.53333333333333vw;
}
.w-238\/vw {
  width: 63.46666666666667vw;
}
.w-24\/vw {
  width: 6.4vw;
}
.w-24\/vw\! {
  width: 6.4vw !important;
}
.w-240\/vw {
  width: 64vw;
}
.w-245\/vw {
  width: 65.33333333333333vw;
}
.w-250\/vw {
  width: 66.66666666666666vw;
}
.w-293\/vw {
  width: 78.13333333333333vw;
}
.w-298\/vw {
  width: 79.46666666666667vw;
}
.w-30\/vw {
  width: 8vw;
}
.w-315\/vw {
  width: 84vw;
}
.w-32\/vw {
  width: 8.533333333333333vw;
}
.w-340\/vw {
  width: 90.66666666666666vw;
}
.w-343\/vw {
  width: 91.46666666666667vw;
}
.w-38\/vw {
  width: 10.133333333333333vw;
}
.w-4\/vw {
  width: 1.0666666666666667vw;
}
.w-40\/vw {
  width: 10.666666666666668vw;
}
.w-42\/vw {
  width: 11.200000000000001vw;
}
.w-48\/vw {
  width: 12.8vw;
}
.w-56\/vw {
  width: 14.933333333333335vw;
}
.w-6\/vw {
  width: 1.6vw;
}
.w-62\/vw {
  width: 16.53333333333333vw;
}
.w-72\/vw {
  width: 19.2vw;
}
.w-75\/vw {
  width: 20vw;
}
.w-78\/vw {
  width: 20.8vw;
}
.w-8\/vw {
  width: 2.1333333333333333vw;
}
.w-80\/vw {
  width: 21.333333333333336vw;
}
.w-81\/vw {
  width: 21.6vw;
}
.w-88\/vw {
  width: 23.466666666666665vw;
}
.w-90\/vw {
  width: 24vw;
}
.w-91\/vw {
  width: 24.266666666666666vw;
}
.w-93\/vw {
  width: 24.8vw;
}
.w-96\/vw {
  width: 25.6vw;
}
[inactive~="gap-4\/vw"] {
  inactive-gap: 1.0666666666666667vw;
}
[itemClassName~="\!h-24\/vw"],
[itemClassName~="h-24\/vw\!"] {
  itemclassname-h: 6.4vw !important;
}
[itemClassName~="\!leading-24\/vw"],
[itemClassName~="leading-24\/vw\!"] {
  itemclassname-leading: 6.4vw !important;
}
[itemClassName~="\!text-14\/vw"],
[itemClassName~="text-14\/vw\!"] {
  itemclassname-text: 3.733333333333334vw !important;
}
[itemClassName~="mb-8\/vw\!"] {
  itemclassname-mb: 2.1333333333333333vw !important;
}
[itemClassName~="px-12\/vw\!"] {
  itemclassname-px: 3.2vw !important;
}
[itemClassName~="px-8\/vw"] {
  itemclassname-px: 2.1333333333333333vw;
}
[itemClassName~="px-8\/vw\!"] {
  itemclassname-px: 2.1333333333333333vw !important;
}
[itemClassName~="rounded-3\/vw"] {
  itemclassname-rounded: 0.8vw;
}
.first\:ml-16\/vw:first-child {
  margin-left: 4.266666666666667vw;
}
.before\:-bottom-3\/vw:before {
  bottom: -0.8vw;
}
.before\:-left-2\/vw:before {
  left: -0.5333333333333333vw;
}
.before\:h-6\/vw:before {
  height: 1.6vw;
}
.before\:w-30\/vw:before {
  width: 8vw;
}
.before\:w-6\/vw:before {
  width: 1.6vw;
}
.search-shadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
}
@media (min-width: 768px) {
  .md\:absolute,
  [md~="absolute"] {
    position: absolute;
  }
  [md~="position-initial"] {
    position: static;
  }
  .md\:-left-1rem {
    left: -1rem;
  }
  .md\:-left-7px {
    left: -7px;
  }
  .md\:-top-0\.3rem {
    top: -0.3rem;
  }
  .md\:-top-0\.4rem {
    top: -0.4rem;
  }
  .md\:-top-0\.5rem {
    top: -0.5rem;
  }
  .md\:-top-20px {
    top: -20px;
  }
  .md\:-top-3\.5px {
    top: -3.5px;
  }
  .md\:-top-35px {
    top: -35px;
  }
  .md\:-top-5px {
    top: -5px;
  }
  .md\:bottom--0\.01rem {
    bottom: -0.01rem;
  }
  .md\:bottom-40px,
  .md\:bottom-\[40px\] {
    bottom: 40px;
  }
  .md\:bottom-0\.08rem {
    bottom: 0.08rem;
  }
  .md\:bottom-1\.2rem {
    bottom: 1.2rem;
  }
  .md\:bottom-4px {
    bottom: 4px;
  }
  .md\:bottom-4vw {
    bottom: 4vw;
  }
  .md\:left-\[72px\] {
    left: 72px;
  }
  .md\:left-40px {
    left: 40px;
  }
  .md\:left-4px {
    left: 4px;
  }
  .md\:left-80px,
  [md~="left-80px"] {
    left: 80px;
  }
  .md\:right--2px {
    right: -2px;
  }
  .md\:right-\[250px\] {
    right: 250px;
  }
  .md\:right-0,
  [md~="right-0"] {
    right: 0;
  }
  .md\:right-0\.08rem {
    right: 0.08rem;
  }
  .md\:right-0\.8rem {
    right: 0.8rem;
  }
  .md\:right-40px {
    right: 40px;
  }
  .md\:right-80px {
    right: 80px;
  }
  .md\:top-\[18px\] {
    top: 18px;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:top-0\.68rem {
    top: 0.68rem;
  }
  .md\:top-1\.2rem {
    top: 1.2rem;
  }
  .md\:top-16px {
    top: 16px;
  }
  .md\:top-2\.4vw {
    top: 2.4vw;
  }
  .md\:top-40px {
    top: 40px;
  }
  [md~="left-12px"] {
    left: 12px;
  }
  [md~="left-50\%"] {
    left: 50%;
  }
  [md~="left-6px"] {
    left: 6px;
  }
  [md~="top--4px"] {
    top: -4px;
  }
  [md~="top--8px"] {
    top: -8px;
  }
  [md~="top-15px"] {
    top: 15px;
  }
  [md~="top-50\%"] {
    top: 50%;
  }
  .md\:before\:-bottom-12px:before {
    bottom: -12px;
  }
  .md\:before\:-left-5px:before {
    left: -5px;
  }
  .md\:line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .md\:line-clamp-1,
  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .md\:line-clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .md\:order-0,
  [md\:order-0=""] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }
  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .md\:grid {
    display: grid;
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:mx-0\.6vw,
  [md\:mx-0\.6vw=""] {
    margin-left: 0.6vw;
    margin-right: 0.6vw;
  }
  .md\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }
  .md\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }
  .md\:mx-2\.8vw {
    margin-left: 2.8vw;
    margin-right: 2.8vw;
  }
  .md\:mx-4\.5vw {
    margin-left: 4.5vw;
    margin-right: 4.5vw;
  }
  .md\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:my-0\.4rem {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .md\:my-0\.8rem {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .md\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .md\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .md\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  [md~="my-24px"] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  [md~="my-8px"] {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .\!md\:ml-16px {
    margin-left: 16px !important;
  }
  .\!md\:mt-110px {
    margin-top: 110px !important;
  }
  .md\:-ml-0\.08rem {
    margin-left: -0.08rem;
  }
  .md\:-mt-100px {
    margin-top: -100px;
  }
  .md\:-mt-66px {
    margin-top: -66px;
  }
  .md\:mb-0,
  [md~="mb-0"] {
    margin-bottom: 0;
  }
  .md\:mb-0\.24rem {
    margin-bottom: 0.24rem;
  }
  .md\:mb-0\.4rem {
    margin-bottom: 0.4rem;
  }
  .md\:mb-0\.7rem {
    margin-bottom: 0.7rem;
  }
  .md\:mb-10px {
    margin-bottom: 10px;
  }
  .md\:mb-12px {
    margin-bottom: 12px;
  }
  .md\:mb-12px\! {
    margin-bottom: 12px !important;
  }
  .md\:mb-13px {
    margin-bottom: 13px;
  }
  .md\:mb-16px,
  [md~="mb-16px"] {
    margin-bottom: 16px;
  }
  .md\:mb-16px\! {
    margin-bottom: 16px !important;
  }
  .md\:mb-1rem {
    margin-bottom: 1rem;
  }
  .md\:mb-24px {
    margin-bottom: 24px;
  }
  .md\:mb-40px {
    margin-bottom: 40px;
  }
  .md\:mb-60px {
    margin-bottom: 60px;
  }
  .md\:mb-65px {
    margin-bottom: 65px;
  }
  .md\:mb-6px {
    margin-bottom: 6px;
  }
  .md\:mb-72px {
    margin-bottom: 72px;
  }
  .md\:mb-8px {
    margin-bottom: 8px;
  }
  .md\:ml-0\.08rem {
    margin-left: 0.08rem;
  }
  .md\:ml-0\.2rem {
    margin-left: 0.2rem;
  }
  .md\:ml-0\.3rem {
    margin-left: 0.3rem;
  }
  .md\:ml-0\.5rem {
    margin-left: 0.5rem;
  }
  .md\:ml-0\.75rem {
    margin-left: 0.75rem;
  }
  .md\:ml-0px {
    margin-left: 0;
  }
  .md\:ml-16px {
    margin-left: 16px;
  }
  .md\:ml-20px {
    margin-left: 20px;
  }
  .md\:ml-24px {
    margin-left: 24px;
  }
  .md\:ml-32px {
    margin-left: 32px;
  }
  .md\:ml-4px {
    margin-left: 4px;
  }
  .md\:ml-80px {
    margin-left: 80px;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-8px,
  .md\:mr-\[8px\] {
    margin-right: 8px;
  }
  .md\:mr-0,
  [md~="mr-0"] {
    margin-right: 0;
  }
  .md\:mr-0\.08rem {
    margin-right: 0.08rem;
  }
  .md\:mr-0\.2rem {
    margin-right: 0.2rem;
  }
  .md\:mr-10px {
    margin-right: 10px;
  }
  .md\:mr-12px\! {
    margin-right: 12px !important;
  }
  .md\:mr-16px,
  [md~="mr-16px"] {
    margin-right: 16px;
  }
  .md\:mr-16px\! {
    margin-right: 16px !important;
  }
  .md\:mr-24px,
  [md~="mr-24px"] {
    margin-right: 24px;
  }
  .md\:mr-2px {
    margin-right: 2px;
  }
  .md\:mr-30px {
    margin-right: 30px;
  }
  .md\:mr-32px,
  [md\:mr-32px=""] {
    margin-right: 32px;
  }
  .md\:mr-40px {
    margin-right: 40px;
  }
  .md\:mr-4px {
    margin-right: 4px;
  }
  .md\:mr-5px {
    margin-right: 5px;
  }
  .md\:mr-6px,
  [md~="mr-6px"] {
    margin-right: 6px;
  }
  .md\:mr-80px {
    margin-right: 80px;
  }
  .md\:mt-0,
  [md~="mt-0"] {
    margin-top: 0;
  }
  .md\:mt-0\.08rem {
    margin-top: 0.08rem;
  }
  .md\:mt-0\.24rem {
    margin-top: 0.24rem;
  }
  .md\:mt-0\.2rem {
    margin-top: 0.2rem;
  }
  .md\:mt-0\.32rem {
    margin-top: 0.32rem;
  }
  .md\:mt-0\.4rem {
    margin-top: 0.4rem;
  }
  .md\:mt-0\.6rem {
    margin-top: 0.6rem;
  }
  .md\:mt-0\.8rem {
    margin-top: 0.8rem;
  }
  .md\:mt-1\.2rem {
    margin-top: 1.2rem;
  }
  .md\:mt-10px {
    margin-top: 10px;
  }
  .md\:mt-120px {
    margin-top: 120px;
  }
  .md\:mt-12px {
    margin-top: 12px;
  }
  .md\:mt-13vh,
  [md\:mt-13vh=""] {
    margin-top: 13vh;
  }
  .md\:mt-15px,
  [md~="mt-15px"] {
    margin-top: 15px;
  }
  .md\:mt-16px,
  [md~="mt-16px"] {
    margin-top: 16px;
  }
  .md\:mt-1rem,
  [md\:mt-4=""] {
    margin-top: 1rem;
  }
  .md\:mt-20vh {
    margin-top: 20vh;
  }
  .md\:mt-24px,
  [md~="mt-24px"] {
    margin-top: 24px;
  }
  .md\:mt-25px {
    margin-top: 25px;
  }
  .md\:mt-2vw {
    margin-top: 2vw;
  }
  .md\:mt-3\.2rem {
    margin-top: 3.2rem;
  }
  .md\:mt-30px,
  [md~="mt-30px"] {
    margin-top: 30px;
  }
  .md\:mt-36px {
    margin-top: 36px;
  }
  .md\:mt-3px {
    margin-top: 3px;
  }
  .md\:mt-40px,
  [md~="mt-40px"] {
    margin-top: 40px;
  }
  .md\:mt-46px {
    margin-top: 46px;
  }
  .md\:mt-4px {
    margin-top: 4px;
  }
  .md\:mt-4vw {
    margin-top: 4vw;
  }
  .md\:mt-50px {
    margin-top: 50px;
  }
  .md\:mt-6px {
    margin-top: 6px;
  }
  .md\:mt-80px {
    margin-top: 80px;
  }
  .md\:mt-8px,
  [md~="mt-8px"] {
    margin-top: 8px;
  }
  [md~="mr-36px"] {
    margin-right: 36px;
  }
  [md~="mt-48px"] {
    margin-top: 48px;
  }
  .md\:block,
  [md~="block"] {
    display: block;
  }
  .md\:aspect-1200\/76 {
    aspect-ratio: 1200/76;
  }
  .md\:aspect-480\/840 {
    aspect-ratio: 480/840;
  }
  .group[data-query="false"] [md~="group-data-\[query\=false\]\:h-60px"] {
    height: 60px;
  }
  .md\:h-\[6px\] {
    height: 6px;
  }
  .md\:h-\[calc\(20vw\*560\/320\)\] {
    height: -webkit-calc(20vw * 560/320);
    height: calc(20vw * 560 / 320);
  }
  .md\:h-0\.24rem {
    height: 0.24rem;
  }
  .md\:h-0\.28rem {
    height: 0.28rem;
  }
  .md\:h-0\.32rem {
    height: 0.32rem;
  }
  .md\:h-0\.34rem {
    height: 0.34rem;
  }
  .md\:h-0\.44rem {
    height: 0.44rem;
  }
  .md\:h-0\.48rem {
    height: 0.48rem;
  }
  .md\:h-0\.4rem {
    height: 0.4rem;
  }
  .md\:h-0\.55rem {
    height: 0.55rem;
  }
  .md\:h-0\.56rem {
    height: 0.56rem;
  }
  .md\:h-0\.8rem {
    height: 0.8rem;
  }
  .md\:h-0\.92rem {
    height: 0.92rem;
  }
  .md\:h-0\.96rem {
    height: 0.96rem;
  }
  .md\:h-1\.12rem {
    height: 1.12rem;
  }
  .md\:h-107px {
    height: 107px;
  }
  .md\:h-108px {
    height: 108px;
  }
  .md\:h-120px {
    height: 120px;
  }
  .md\:h-128px {
    height: 128px;
  }
  .md\:h-12px {
    height: 12px;
  }
  .md\:h-135px {
    height: 135px;
  }
  .md\:h-140px {
    height: 140px;
  }
  .md\:h-192px {
    height: 192px;
  }
  .md\:h-1px,
  [md\:h-1px=""] {
    height: 1px;
  }
  .md\:h-2\.8rem {
    height: 2.8rem;
  }
  .md\:h-200px,
  [md~="h-200px"] {
    height: 200px;
  }
  .md\:h-20px {
    height: 20px;
  }
  .md\:h-22px {
    height: 22px;
  }
  .md\:h-240px {
    height: 240px;
  }
  .md\:h-24px,
  [md~="h-24px"] {
    height: 24px;
  }
  .md\:h-24px\! {
    height: 24px !important;
  }
  .md\:h-272px {
    height: 272px;
  }
  .md\:h-272px\! {
    height: 272px !important;
  }
  .md\:h-296px {
    height: 296px;
  }
  .md\:h-2px {
    height: 2px;
  }
  .md\:h-30px {
    height: 30px;
  }
  .md\:h-32px {
    height: 32px;
  }
  .md\:h-32px\! {
    height: 32px !important;
  }
  .md\:h-350px {
    height: 350px;
  }
  .md\:h-36px,
  [md~="h-36px"] {
    height: 36px;
  }
  .md\:h-38px {
    height: 38px;
  }
  .md\:h-4\.35rem {
    height: 4.35rem;
  }
  .md\:h-40px,
  [md~="h-40px"] {
    height: 40px;
  }
  .md\:h-42px,
  [md~="h-42px"] {
    height: 42px;
  }
  .md\:h-44px,
  [md\:h-44px=""] {
    height: 44px;
  }
  .md\:h-484px {
    height: 484px;
  }
  .md\:h-48px,
  [md~="h-48px"] {
    height: 48px;
  }
  .md\:h-4px {
    height: 4px;
  }
  .md\:h-56px {
    height: 56px;
  }
  .md\:h-58px {
    height: 58px;
  }
  .md\:h-60vh {
    height: 60vh;
  }
  .md\:h-64px {
    height: 64px;
  }
  .md\:h-80px,
  [md~="h-80px"] {
    height: 80px;
  }
  .md\:h-8px {
    height: 8px;
  }
  .md\:h-auto,
  [md~="h-auto"] {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:max-h-170px {
    max-height: 170px;
  }
  .md\:max-h-228px {
    max-height: 228px;
  }
  .md\:max-h-560px {
    max-height: 560px;
  }
  .md\:max-h-76px\! {
    max-height: 76px !important;
  }
  .md\:max-h-max {
    max-height: -webkit-max-content;
    max-height: max-content;
  }
  .md\:max-w-1114px,
  [md\:max-w-1114px=""] {
    max-width: 1114px;
  }
  .md\:max-w-1200px {
    max-width: 1200px;
  }
  .md\:max-w-120px\! {
    max-width: 120px !important;
  }
  .md\:max-w-1340px {
    max-width: 1340px;
  }
  .md\:max-w-1482px {
    max-width: 1482px;
  }
  .md\:max-w-152px {
    max-width: 152px;
  }
  .md\:max-w-1600px {
    max-width: 1600px;
  }
  .md\:max-w-1636px {
    max-width: 1636px;
  }
  .md\:max-w-180px {
    max-width: 180px;
  }
  .md\:max-w-690px {
    max-width: 690px;
  }
  .md\:max-w-886px {
    max-width: 886px;
  }
  .md\:max-w-887px {
    max-width: 887px;
  }
  .md\:max-w-887px\! {
    max-width: 887px !important;
  }
  .md\:max-w-8rem {
    max-width: 8rem;
  }
  .md\:max-w-9\.5rem {
    max-width: 9.5rem;
  }
  .md\:max-w-unset {
    max-width: unset;
  }
  .md\:max-w-unset\! {
    max-width: unset !important;
  }
  .md\:min-h-500px {
    min-height: 500px;
  }
  .md\:min-w-\[128px\] {
    min-width: 128px;
  }
  .md\:min-w-0 {
    min-width: 0;
  }
  .md\:min-w-1\.8rem {
    min-width: 1.8rem;
  }
  .md\:min-w-138px {
    min-width: 138px;
  }
  .md\:min-w-20px {
    min-width: 20px;
  }
  .md\:min-w-24px {
    min-width: 24px;
  }
  .md\:min-w-30px {
    min-width: 30px;
  }
  .md\:w-\[32px\]\! {
    width: 32px !important;
  }
  .md\:w-\[6px\] {
    width: 6px;
  }
  .md\:w-\[calc\(100\%-226px\)\] {
    width: -webkit-calc(100% - 226px);
    width: calc(100% - 226px);
  }
  .md\:w-0\.24rem {
    width: 0.24rem;
  }
  .md\:w-0\.32rem {
    width: 0.32rem;
  }
  .md\:w-0\.48rem {
    width: 0.48rem;
  }
  .md\:w-0\.4rem {
    width: 0.4rem;
  }
  .md\:w-0\.56rem {
    width: 0.56rem;
  }
  .md\:w-0\.5rem {
    width: 0.5rem;
  }
  .md\:w-0\.8rem {
    width: 0.8rem;
  }
  .md\:w-0\.96rem {
    width: 0.96rem;
  }
  .md\:w-1\.02rem {
    width: 1.02rem;
  }
  .md\:w-1\.44rem {
    width: 1.44rem;
  }
  .md\:w-1\.68rem {
    width: 1.68rem;
  }
  .md\:w-108px {
    width: 108px;
  }
  .md\:w-10vw {
    width: 10vw;
  }
  .md\:w-120px {
    width: 120px;
  }
  .md\:w-12px {
    width: 12px;
  }
  .md\:w-12rem {
    width: 12rem;
  }
  .md\:w-1312px {
    width: 1312px;
  }
  .md\:w-150px,
  [md~="w-150px"] {
    width: 150px;
  }
  .md\:w-160px,
  [md~="w-160px"] {
    width: 160px;
  }
  .md\:w-168px {
    width: 168px;
  }
  .md\:w-16px {
    width: 16px;
  }
  .md\:w-180px {
    width: 180px;
  }
  .md\:w-1px {
    width: 1px;
  }
  .md\:w-1rem {
    width: 1rem;
  }
  .md\:w-2\.1rem {
    width: 2.1rem;
  }
  .md\:w-200px {
    width: 200px;
  }
  .md\:w-206px\! {
    width: 206px !important;
  }
  .md\:w-20px {
    width: 20px;
  }
  .md\:w-20vw {
    width: 20vw;
  }
  .md\:w-21\% {
    width: 21%;
  }
  .md\:w-222px {
    width: 222px;
  }
  .md\:w-22px {
    width: 22px;
  }
  .md\:w-230px,
  [md\:w-230px=""] {
    width: 230px;
  }
  .md\:w-24px,
  [md~="w-24px"] {
    width: 24px;
  }
  .md\:w-24px\! {
    width: 24px !important;
  }
  .md\:w-250px {
    width: 250px;
  }
  .md\:w-255px {
    width: 255px;
  }
  .md\:w-280px {
    width: 280px;
  }
  .md\:w-2px {
    width: 2px;
  }
  .md\:w-2rem {
    width: 2rem;
  }
  .md\:w-30px {
    width: 30px;
  }
  .md\:w-32px {
    width: 32px;
  }
  .md\:w-380px {
    width: 380px;
  }
  .md\:w-3rem {
    width: 3rem;
  }
  .md\:w-4\.8rem {
    width: 4.8rem;
  }
  .md\:w-4px {
    width: 4px;
  }
  .md\:w-4rem {
    width: 4rem;
  }
  .md\:w-5\.8rem {
    width: 5.8rem;
  }
  .md\:w-50\% {
    width: 50%;
  }
  .md\:w-557px {
    width: 557px;
  }
  .md\:w-60px {
    width: 60px;
  }
  .md\:w-660px {
    width: 660px;
  }
  .md\:w-887px {
    width: 887px;
  }
  .md\:w-8px {
    width: 8px;
  }
  .md\:w-90\% {
    width: 90%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full,
  [md\:w-full=""],
  [md~="w-full"] {
    width: 100%;
  }
  [md~="h-188px"] {
    height: 188px;
  }
  [md~="h-18px"] {
    height: 18px;
  }
  [md~="w-126px"] {
    width: 126px;
  }
  [md~="w-138px"] {
    width: 138px;
  }
  [md~="w-18px"] {
    width: 18px;
  }
  [md~="w-300px"] {
    width: 300px;
  }
  [md~="w-480px"] {
    width: 480px;
  }
  [md~="w-80px"] {
    width: 80px;
  }
  .md\:before\:h-12px:before {
    height: 12px;
  }
  .md\:before\:w-12px:before {
    width: 12px;
  }
  .md\:before\:w-1rem:before {
    width: 1rem;
  }
  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .last\:md\:flex-1:last-child,
  .md\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .md\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .md\:flex-col,
  .md\:flex-row {
    -webkit-box-direction: normal;
  }
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .md\:flex-nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .md\:translate-y-100px {
    --un-translate-y: 100px;
  }
  .md\:translate-y-100px,
  [md~="translate-x--1\/2"] {
    -webkit-transform: translateX(var(--un-translate-x))
      translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
      rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
      rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
      skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
      scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
    transform: translateX(var(--un-translate-x))
      translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
      rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
      rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
      skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
      scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  }
  [md~="translate-x--1\/2"] {
    --un-translate-x: -50%;
  }
  [md~="translate-y--1\/2"] {
    --un-translate-y: -50%;
  }
  .md\:transform-scale-50,
  [md\:transform-scale-50=""],
  [md~="translate-y--1\/2"] {
    -webkit-transform: translateX(var(--un-translate-x))
      translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
      rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
      rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
      skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
      scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
    transform: translateX(var(--un-translate-x))
      translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
      rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
      rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
      skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
      scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  }
  .md\:transform-scale-50,
  [md\:transform-scale-50=""] {
    --un-scale-x: 0.5;
    --un-scale-y: 0.5;
  }
  .md\:transform-scale-60,
  [md\:transform-scale-60=""] {
    --un-scale-x: 0.6;
    --un-scale-y: 0.6;
  }
  .group:hover .md\:group-hover\:scale-120,
  .md\:transform-scale-60,
  [md\:transform-scale-60=""] {
    -webkit-transform: translateX(var(--un-translate-x))
      translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
      rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
      rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
      skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
      scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
    transform: translateX(var(--un-translate-x))
      translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
      rotate(var(--un-rotate)) rotateX(var(--un-rotate-x))
      rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z))
      skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x))
      scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
  }
  .group:hover .md\:group-hover\:scale-120 {
    --un-scale-x: 1.2;
    --un-scale-y: 1.2;
  }
  .md\:cursor-pointer {
    cursor: pointer;
  }
  .md\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .md\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .md\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .md\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .md\:justify-start,
  [md\:justify-start=""],
  [md~="justify-start"] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .md\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .md\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .md\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .md\:gap-8px,
  .md\:gap-\[8px\] {
    gap: 8px;
  }
  .md\:gap-0\.04rem {
    gap: 0.04rem;
  }
  .md\:gap-0\.12rem {
    gap: 0.12rem;
  }
  .md\:gap-0\.24rem {
    gap: 0.24rem;
  }
  .md\:gap-0\.2rem {
    gap: 0.2rem;
  }
  .md\:gap-0\.4rem {
    gap: 0.4rem;
  }
  .md\:gap-10px {
    gap: 10px;
  }
  .md\:gap-120px {
    gap: 120px;
  }
  .md\:gap-12px,
  [md~="gap-12px"] {
    gap: 12px;
  }
  .md\:gap-1vw {
    gap: 1vw;
  }
  .md\:gap-20px,
  [md~="gap-20px"] {
    gap: 20px;
  }
  .md\:gap-24px,
  [md\:gap-24px=""] {
    gap: 24px;
  }
  .md\:gap-40px {
    gap: 40px;
  }
  .md\:gap-4px {
    gap: 4px;
  }
  .md\:gap-6px {
    gap: 6px;
  }
  .md\:gap-x-0\.36rem {
    -webkit-column-gap: 0.36rem;
    column-gap: 0.36rem;
  }
  .md\:gap-y-0\.4rem {
    row-gap: 0.4rem;
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --un-space-x-reverse: 0;
    margin-left: calc(0.5rem * calc(1 - var(--un-space-x-reverse)));
    margin-right: calc(0.5rem * var(--un-space-x-reverse));
  }
  .md\:space-y-24px > :not([hidden]) ~ :not([hidden]) {
    --un-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--un-space-y-reverse)));
    margin-bottom: calc(24px * var(--un-space-y-reverse));
  }
  .last\:md\:overflow-hidden:last-child,
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
  .last\:md\:text-ellipsis:last-child,
  .md\:text-ellipsis {
    text-overflow: ellipsis;
  }
  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
  .md\:border-1px {
    border-width: 1px;
  }
  .group[data-query="false"] [md~="group-data-\[query\=false\]\:rounded-12px"],
  .md\:rounded-12px,
  [md~="rounded-12px"] {
    border-radius: 12px;
  }
  .md\:rounded-\[5px\]\! {
    border-radius: 5px !important;
  }
  .md\:rounded-1rem {
    border-radius: 1rem;
  }
  .md\:rounded-2px {
    border-radius: 2px;
  }
  .md\:rounded-3px {
    border-radius: 3px;
  }
  .md\:rounded-4px,
  [md~="rounded-4px"] {
    border-radius: 4px;
  }
  .md\:rounded-6px,
  [md~="rounded-6px"] {
    border-radius: 6px;
  }
  [md~="rounded-16px"] {
    border-radius: 16px;
  }
  [md~="rounded-8px"] {
    border-radius: 8px;
  }
  [md~="rounded-none"] {
    border-radius: 0;
  }
  .md\:border-solid {
    border-style: solid;
  }
  .md\:bg-\[url\(https\:\/\/v-mps\.crazymaplestudios\.com\/images\/19e12f60-5d8f-11f0-b471-b9eef54adbd8\.png\)\] {
    --un-url: url(https://v-mps.crazymaplestudios.com/images/19e12f60-5d8f-11f0-b471-b9eef54adbd8.png);
    background-image: var(--un-url);
  }
  .md\:bg-\#141414,
  [md~="bg-\#141414"] {
    --un-bg-opacity: 1;
    background-color: rgb(20 20 20 / var(--un-bg-opacity));
  }
  .md\:bg-\#ededed {
    --un-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--un-bg-opacity));
  }
  .md\:bg-\#f5f5f5 {
    --un-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--un-bg-opacity));
  }
  .md\:bg-black\/0 {
    background-color: transparent;
  }
  .md\:bg-white\! {
    --un-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--un-bg-opacity)) !important;
  }
  [md~="bg-\[url\(https\:\/\/v-mps\.crazymaplestudios\.com\/images\/7d2ac8a0-03c2-11f0-a38f-0d66b56fc320\.jpg\)\]"] {
    --un-url: url(https://v-mps.crazymaplestudios.com/images/7d2ac8a0-03c2-11f0-a38f-0d66b56fc320.jpg);
    background-image: var(--un-url);
  }
  [md~="bg-\#161616"] {
    --un-bg-opacity: 1;
    background-color: rgb(22 22 22 / var(--un-bg-opacity));
  }
  [md~="bg-\#222222"] {
    --un-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--un-bg-opacity));
  }
  [md~="bg-black\/60"] {
    background-color: rgba(0, 0, 0, 0.6);
  }
  [md~="bg-transparent"] {
    background-color: transparent;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-0\.16rem {
    padding: 0.16rem;
  }
  .md\:p-16px,
  [md~="p-16px"] {
    padding: 16px;
  }
  .md\:p-24px {
    padding: 24px;
  }
  .md\:p-40px {
    padding: 40px;
  }
  .md\:p-44px {
    padding: 44px;
  }
  .md\:p-4px {
    padding: 4px;
  }
  .md\:px-0,
  [md~="px-0"] {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-0\.24rem {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .md\:px-0\.32rem {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }
  .md\:px-0\.3rem {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .md\:px-0\.4rem {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .md\:px-1\.5rem {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-12px\! {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .md\:px-13px {
    padding-left: 13px;
    padding-right: 13px;
  }
  .md\:px-16px,
  [md~="px-16px"] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }
  .md\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md\:px-4\.5vw {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
  .md\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md\:px-6px {
    padding-left: 6px;
    padding-right: 6px;
  }
  .md\:px-6rem {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md\:py-0\.16rem {
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
  }
  .md\:py-0\.17rem {
    padding-top: 0.17rem;
    padding-bottom: 0.17rem;
  }
  .md\:py-0\.1rem {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .md\:py-0\.26rem {
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
  }
  .md\:py-0\.2rem {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .md\:py-0\.3rem {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .md\:py-1\.25vw {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
  .md\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md\:py-20px,
  [md\:py-20px=""] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .md\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:py-40px,
  [md~="py-40px"] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .md\:py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:py-9px {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  [md~="px-12px"] {
    padding-left: 12px;
    padding-right: 12px;
  }
  [md~="px-48px"] {
    padding-left: 48px;
    padding-right: 48px;
  }
  [md~="py-0"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  [md~="py-12px"] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  [md~="py-60px"] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  [md~="py-8px"] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-160px {
    padding-bottom: 160px;
  }
  .md\:pb-40px {
    padding-bottom: 40px;
  }
  .md\:pb-54px {
    padding-bottom: 54px;
  }
  .md\:pb-80px {
    padding-bottom: 80px;
  }
  .md\:pl-40px {
    padding-left: 40px;
  }
  .md\:pl-4vw {
    padding-left: 4vw;
  }
  .md\:pr-16px {
    padding-right: 16px;
  }
  .md\:pr-1rem {
    padding-right: 1rem;
  }
  .md\:pt-\[66px\] {
    padding-top: 66px;
  }
  .md\:pt-0\.32rem {
    padding-top: 0.32rem;
  }
  .md\:pt-0\.4rem {
    padding-top: 0.4rem;
  }
  .md\:pt-24px {
    padding-top: 24px;
  }
  .md\:pt-32px {
    padding-top: 32px;
  }
  [md~="pb-10px"] {
    padding-bottom: 10px;
  }
  [md~="pb-16px"] {
    padding-bottom: 16px;
  }
  [md~="pb-32px"] {
    padding-bottom: 32px;
  }
  [md~="pt-0"] {
    padding-top: 0;
  }
  [md~="pt-12px"] {
    padding-top: 12px;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-start {
    text-align: start;
  }
  [md~="indent-120px"] {
    text-indent: 120px;
  }
  .md\:text-12px,
  .md\:text-\[12px\],
  [md~="text-12px"] {
    font-size: 12px;
  }
  .md\:text-24px,
  .md\:text-\[24px\] {
    font-size: 24px;
  }
  .md\:text-40px,
  .md\:text-\[40px\] {
    font-size: 40px;
  }
  .md\:text-0\.12rem {
    font-size: 0.12rem;
  }
  .md\:text-0\.16rem {
    font-size: 0.16rem;
  }
  .md\:text-0\.24rem {
    font-size: 0.24rem;
  }
  .md\:text-0\.28rem,
  [md\:text-0\.28rem=""] {
    font-size: 0.28rem;
  }
  .md\:text-0\.2rem {
    font-size: 0.2rem;
  }
  .md\:text-0\.32rem {
    font-size: 0.32rem;
  }
  .md\:text-0\.48rem {
    font-size: 0.48rem;
  }
  .md\:text-0\.4rem {
    font-size: 0.4rem;
  }
  .md\:text-0\.72rem {
    font-size: 0.72rem;
  }
  .md\:text-0\.8rem {
    font-size: 0.8rem;
  }
  .md\:text-14px,
  [md\:text-14px=""],
  [md~="text-14px"] {
    font-size: 14px;
  }
  .md\:text-14px\! {
    font-size: 14px !important;
  }
  .md\:text-15px {
    font-size: 15px;
  }
  .md\:text-16px,
  [md~="text-16px"] {
    font-size: 16px;
  }
  .md\:text-16px\!,
  [md\:text-16px\!=""] {
    font-size: 16px !important;
  }
  .md\:text-18px,
  [md~="text-18px"] {
    font-size: 18px !important;
  }
  .md\:text-1rem {
    font-size: 1rem;
  }
  .md\:text-20px {
    font-size: 20px;
  }
  .md\:text-20px\! {
    font-size: 20px !important;
  }
  .md\:text-28px {
    font-size: 28px;
  }
  .md\:text-32px,
  [md\:text-32px=""],
  [md~="text-32px"] {
    font-size: 32px;
  }
  .md\:text-48px {
    font-size: 48px;
  }
  [md\:text-10=""] {
    font-size: 2.5rem;
  }
  .md\:text-black {
    --un-text-opacity: 1;
    color: rgb(0 0 0 / var(--un-text-opacity));
  }
  .md\:text-white,
  [md~="text-white"] {
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
  }
  .md\:font-600 {
    font-weight: 600;
  }
  .md\:leading-\[30px\] {
    line-height: 30px;
  }
  .md\:leading-\[normal\] {
    line-height: normal;
  }
  .md\:leading-22px {
    line-height: 22px;
  }
  .md\:leading-32px\! {
    line-height: 32px !important;
  }
  .md\:leading-normal {
    line-height: 1.5;
  }
  .md\:line-height-24px {
    line-height: 24px;
  }
  .md\:opacity-50 {
    opacity: 0.5;
  }
  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }
  [md~="shadow-lg"] {
    --un-shadow: var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgba(0, 0, 0, 0.1)),
      var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgba(0, 0, 0, 0.1));
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow),
      var(--un-shadow);
  }
  [md~="backdrop-blur-md"] {
    --un-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--un-backdrop-blur)
      var(--un-backdrop-brightness) var(--un-backdrop-contrast)
      var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate)
      var(--un-backdrop-invert) var(--un-backdrop-opacity)
      var(--un-backdrop-saturate) var(--un-backdrop-sepia);
    backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness)
      var(--un-backdrop-contrast) var(--un-backdrop-grayscale)
      var(--un-backdrop-hue-rotate) var(--un-backdrop-invert)
      var(--un-backdrop-opacity) var(--un-backdrop-saturate)
      var(--un-backdrop-sepia);
  }
  .md\:hidden,
  [md~="hidden"] {
    display: none;
  }
  .md\:-top-20\/vw {
    top: -5.333333333333334vw;
  }
  .md\:h-13\/vw {
    height: 3.4666666666666663vw;
  }
  .md\:h-16\/vw {
    height: 4.266666666666667vw;
  }
  .md\:h-32\/vw {
    height: 8.533333333333333vw;
  }
  .md\:ml-10\/vw {
    margin-left: 2.666666666666667vw;
  }
  .md\:ml-3\/vw {
    margin-left: 0.8vw;
  }
  .md\:mt-2\/vw {
    margin-top: 0.5333333333333333vw;
  }
  .md\:mt-4\/vw {
    margin-top: 1.0666666666666667vw;
  }
  .md\:p-6\/vw {
    padding: 1.6vw;
  }
  .md\:px-90\/vw {
    padding-left: 24vw;
    padding-right: 24vw;
  }
  .md\:py-8\/vw {
    padding-top: 2.1333333333333333vw;
    padding-bottom: 2.1333333333333333vw;
  }
  .md\:text-10\/vw {
    font-size: 2.666666666666667vw;
  }
  .md\:text-12\/vw {
    font-size: 3.2vw;
  }
  .md\:text-30\/vw {
    font-size: 8vw;
  }
  .md\:text-8\/vw {
    font-size: 2.1333333333333333vw;
  }
  .md\:w-10\/vw {
    width: 2.666666666666667vw;
  }
  .md\:w-12\/vw {
    width: 3.2vw;
  }
  .md\:w-16\/vw {
    width: 4.266666666666667vw;
  }
  .md\:w-32\/vw {
    width: 8.533333333333333vw;
  }
  .md\:min-h-content-pc {
    min-height: -webkit-calc(100vh - 424px);
    min-height: calc(100vh - 424px);
  }
  [md~="search-shadow"] {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
  }
}
@media (min-width: 768px) {
  @media (min-width: 768px) {
    [md~="md\:justify-center"] {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
  }
}
@media (min-width: 1200px) {
  [lg~="relative"] {
    position: relative;
  }
  .lg\:left-110px {
    left: 110px;
  }
  [lg~="top-4px"] {
    top: 4px;
  }
  [lg~="top-60px"] {
    top: 60px;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  [lg~="mx-auto"] {
    margin-left: auto;
    margin-right: auto;
  }
  [lg~="my-16px"] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  [lg~="my-24px"] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .lg\:mb-20px {
    margin-bottom: 20px;
  }
  .lg\:mr-32px,
  [lg\:mr-32px=""] {
    margin-right: 32px;
  }
  [lg~="mb-16px"] {
    margin-bottom: 16px;
  }
  [lg~="mb-8px"] {
    margin-bottom: 8px;
  }
  [lg~="mr-0"] {
    margin-right: 0;
  }
  [lg~="mr-12px"] {
    margin-right: 12px;
  }
  [lg~="mr-4px"] {
    margin-right: 4px;
  }
  [lg~="mt-12px"] {
    margin-top: 12px;
  }
  [lg~="mt-16px"] {
    margin-top: 16px;
  }
  [lg~="mt-24px"] {
    margin-top: 24px;
  }
  [lg~="mt-32px"] {
    margin-top: 32px;
  }
  [lg~="mt-4px"] {
    margin-top: 4px;
  }
  [lg~="mt-90px"] {
    margin-top: 90px;
  }
  [lg~="mt-94px"] {
    margin-top: 94px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:h-4\.8rem {
    height: 4.8rem;
  }
  .lg\:h-48px,
  [lg~="h-48px"] {
    height: 48px;
  }
  .lg\:w-200px {
    width: 200px;
  }
  .lg\:w-400px {
    width: 400px;
  }
  .lg\:w-4rem {
    width: 4rem;
  }
  .lg\:w-6\.4rem {
    width: 6.4rem;
  }
  [lg~="h-112px"] {
    height: 112px;
  }
  [lg~="h-15px"] {
    height: 15px;
  }
  [lg~="h-16px"] {
    height: 16px;
  }
  [lg~="h-18px"] {
    height: 18px;
  }
  [lg~="h-24px"] {
    height: 24px;
  }
  [lg~="h-36px"] {
    height: 36px;
  }
  [lg~="h-38px"] {
    height: 38px;
  }
  [lg~="h-55px"] {
    height: 55px;
  }
  [lg~="h-60px"] {
    height: 60px;
  }
  [lg~="h-6px"] {
    height: 6px;
  }
  [lg~="h-70px"] {
    height: 70px;
  }
  [lg~="min-h-214px"] {
    min-height: 214px;
  }
  [lg~="w-112px"] {
    width: 112px;
  }
  [lg~="w-120px"] {
    width: 120px;
  }
  [lg~="w-15px"] {
    width: 15px;
  }
  [lg~="w-16px"] {
    width: 16px;
  }
  [lg~="w-1px"] {
    width: 1px;
  }
  [lg~="w-24px"] {
    width: 24px;
  }
  [lg~="w-343px"] {
    width: 343px;
  }
  [lg~="w-38px"] {
    width: 38px;
  }
  [lg~="w-448px"] {
    width: 448px;
  }
  [lg~="w-6px"] {
    width: 6px;
  }
  [lg~="w-800px"] {
    width: 800px;
  }
  .lg\:flex\!,
  [lg\:flex\!=""] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  [lg~="flex"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  [lg~="flex-col"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  [lg~="items-center"] {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .lg\:gap-0\.24rem {
    gap: 0.24rem;
  }
  .lg\:gap-12px {
    gap: 12px;
  }
  .lg\:gap-30px,
  [lg\:gap-30px=""] {
    gap: 30px;
  }
  [lg~="border-1px"] {
    border-width: 1px;
  }
  [lg~="rounded-4px"] {
    border-radius: 4px;
  }
  [lg~="bg-\#141414"] {
    --un-bg-opacity: 1;
    background-color: rgb(20 20 20 / var(--un-bg-opacity));
  }
  [lg~="bg-transparent"] {
    background-color: transparent;
  }
  [lg~="p-0"] {
    padding: 0;
  }
  [lg~="p-16px"] {
    padding: 16px;
  }
  [lg~="p-8px"] {
    padding: 8px;
  }
  .lg\:px-0,
  [lg~="px-0"] {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-13px {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  [lg~="px-32px"] {
    padding-left: 32px;
    padding-right: 32px;
  }
  [lg~="py-14px"] {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  [lg~="py-16px"] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  [lg~="py-48px"] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  [lg~="pb-0"] {
    padding-bottom: 0;
  }
  [lg~="pb-16px"] {
    padding-bottom: 16px;
  }
  [lg~="pt-16px"] {
    padding-top: 16px;
  }
  [lg~="pt-4px"] {
    padding-top: 4px;
  }
  [lg~="text-center"] {
    text-align: center;
  }
  .lg\:text-18px,
  [lg~="text-18px"] {
    font-size: 18px;
  }
  .lg\:text-18px\!,
  [lg\:text-18px\!=""] {
    font-size: 18px !important;
  }
  .lg\:text-28px {
    font-size: 28px;
  }
  [lg~="text-12px"] {
    font-size: 12px;
  }
  [lg~="text-13px"] {
    font-size: 13px;
  }
  [lg~="text-14px"] {
    font-size: 14px;
  }
  [lg~="text-16px"] {
    font-size: 16px;
  }
  [lg~="text-20px"] {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .xl\:left-130px {
    left: 130px;
  }
  .xl\:right-50\% {
    right: 50%;
  }
  .xl\:mr--650px {
    margin-right: -650px;
  }
  .xl\:mr-48px,
  [xl\:mr-48px=""] {
    margin-right: 48px;
  }
  .xl\:h-48px {
    height: 48px;
  }
  .xl\:h-56px {
    height: 56px;
  }
  .xl\:min-w-960px {
    min-width: 960px;
  }
  .xl\:w-1340px {
    width: 1340px;
  }
  .xl\:w-480px {
    width: 480px;
  }
  .xl\:w-48px {
    width: 48px;
  }
  .xl\:p-13px {
    padding: 13px;
  }
  .xl\:py-17px {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .xl\:text-0\.32rem,
  [xl\:text-0\.32rem=""] {
    font-size: 0.32rem;
  }
  .xl\:text-1\.5rem {
    font-size: 1.5rem;
  }
  .xl\:text-32px {
    font-size: 32px;
  }
}
@media (min-width: 1636px) {
  .\32 xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\32 xl\:max-w-1636px {
    max-width: 1636px;
  }
  .\32 xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .xxl\:left-108px {
    left: 108px;
  }
  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xxl\:mb-24px {
    margin-bottom: 24px;
  }
  .xxl\:mr-48px,
  [xxl\:mr-48px=""] {
    margin-right: 48px;
  }
  .xxl\:h-60px {
    height: 60px;
  }
  .xxl\:h-72px {
    height: 72px;
  }
  .xxl\:w-240px {
    width: 240px;
  }
  .xxl\:w-560px {
    width: 560px;
  }
  .xxl\:w-72px {
    width: 72px;
  }
  .xxl\:gap-40px,
  [xxl\:gap-40px=""] {
    gap: 40px;
  }
  .xxl\:p-20px {
    padding: 20px;
  }
  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl\:py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .xxl\:text-20px {
    font-size: 20px;
  }
  .xxl\:text-40px {
    font-size: 40px;
  }
}
@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/cyrillic-ext.82ef96de.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f,
    U+fe2e-fe2f;
}
@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/cyrillic.a6ecd16f.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/devanagari.bd82c78e.woff2) format("woff2");
  unicode-range: U+0900-097f, U+1cd0-1cf9, U+200c-200d, U+20a8, U+20b9, U+20f0,
    U+25cc, U+a830-a839, U+a8e0-a8ff, U+11b00-11b09;
}
@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/greek-ext.c32c8052.woff2) format("woff2");
  unicode-range: U+1f??;
}
@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/greek.6f22fce2.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037a-037f, U+0384-038a, U+038c, U+038e-03a1,
    U+03a3-03ff;
}
@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/vietnamese.1d8a05b6.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/latin-ext.77c207b0.woff2) format("woff2");
  unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff,
    U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020,
    U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/latin.c4250770.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: Redaction;
  src: url(/_next/static/media/Redaction.872cb0a4.woff2) format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Redaction;
  src: url(/_next/static/media/Redaction-italic.2b098649.woff2) format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Thunder;
  src: url(/_next/static/media/Thunder.5b9a4a02.woff2) format("woff2");
  font-style: normal;
  font-weight: 100 600;
  font-display: swap;
}
@font-face {
  font-family: Thunder;
  src: url(/_next/static/media/Thunder-Bold.00607e34.woff2) format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}
.font-anton {
  font-family: Anton;
  font-weight: 400;
  font-style: normal;
}
:root {
  --fontFamily: "Noto Sans";
  --swiper-theme-color: transparent;
  font-weight: 400;
  --vh: 100vh;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
html {
  font-family: var(--fontFamily);
  width: 100% !important;
  max-width: 100vw;
  background-color: #000;
}
body {
  font-size: 14px;
}
a {
  color: inherit;
  text-decoration: none;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  font-family: var(--fontFamily);
  border: 0;
}
@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.rich-text a {
  text-decoration: underline !important;
}
.ugc-message .ant-message-notice-content {
  padding: 0 !important;
  background: none;
}
#message .ant-message {
  top: 40% !important;
}
@media (min-width: 768px) {
  #message .ant-message {
    top: 8px !important;
  }
}
#credential_picker_iframe {
  color-scheme: light;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
html[lang="ar"] .rtl {
  direction: rtl;
}
.ugc-modal .ant-modal-content {
  border-radius: 0;
  background-color: #fff;
  padding: 0;
}
.ugc-drawer {
  background-color: #fff !important;
}
.ugc-drawer .ant-drawer-content-wrapper {
  border-radius: 0;
  background-color: #fff;
  padding: 0;
}
.ugc-root {
  font-size: 100px;
}
@media screen and (max-width: 1920px) and (min-width: 769px) {
  .ugc-root {
    font-size: clamp(
      65px,
      -webkit-calc(65px + 35 * (100vw - 769px)/1151),
      100px
    );
    font-size: clamp(65px, calc(65px + 35 * (100vw - 769px) / 1151), 100px);
  }
}
.ugc-con {
  * {
    -webkit-tap-highlight-color: transparent;
  }
}
.ugc-global,
.ugc-global body {
  background: #fff;
}
