@charset "UTF-8";
html,
body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 212px;
}

.absolute-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pc-view {
  display: block !important;
}
@media (max-width: 576px) {
  [data-orientation=square] .pc-view, [data-orientation=portrait] .pc-view {
    display: none !important;
  }
}

.sp-view {
  display: none !important;
}
@media (max-width: 576px) {
  [data-orientation=square] .sp-view, [data-orientation=portrait] .sp-view {
    display: block !important;
  }
}

.text-underline {
  text-decoration: underline;
}

.position-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.btn:focus, .btn:active {
  box-shadow: none;
}

.ui-select select {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}
.ui-select input.unchanged {
  color: #ccc;
}
.ui-select:after {
  content: "";
  display: block;
  pointer-events: none;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  width: 50%;
  height: 25%;
  position: absolute;
  background: url("../v2/images/icons/caret.png") no-repeat 100% 50%/contain;
}

.text-pink {
  color: #EA3BC6 !important;
}

.text-violet {
  color: #8C2EDA !important;
}

.text-orange {
  color: #F0A23A !important;
}

.text-blue {
  color: #54ABF8 !important;
}

.text-lightblue {
  color: #8DCAC6 !important;
}

[data-ui-ratio] {
  opacity: 0;
}
.init-aspect-ratio [data-ui-ratio] {
  opacity: 1;
}

.js-preloader-underlay {
  z-index: 9998;
  background: url("../v2/images/preloader/background.jpg") no-repeat center center/cover;
}

#js-preloader {
  background: url("../v2/images/preloader/background.jpg") no-repeat center center/cover;
  z-index: 99999;
}
#js-preloader [data-ui-coverbox] {
  max-width: 1148px;
}
@media (orientation: portrait) {
  #js-preloader [data-ui-coverbox] {
    max-width: 768px;
  }
}
#js-preloader .content-wrapper {
  position: relative;
  opacity: 0;
  transition: 0.2s ease all;
}
.init-aspect-ratio #js-preloader .content-wrapper {
  opacity: 1;
}
@media (orientation: portrait) {
  #js-preloader .content-wrapper > div {
    font-size: 1.45em;
  }
  #js-preloader .content-wrapper p {
    font-size: 1.75em;
  }
  #js-preloader .content-wrapper p span {
    display: block;
  }
}
#js-preloader .content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2A2ABB 0%, #00AEEF 100%);
  opacity: 0.7;
  border-radius: 2.375em;
  z-index: -1;
}
#js-preloader .logo-wrapper img {
  width: 100%;
}
#js-preloader .loader-wrapper {
  width: 43.625em;
  height: 4.75em;
  padding: 0.625em 3.25em 1em 3.25em;
  margin-top: 2em;
  background: url("../v2/images/preloader/barrel.png") no-repeat center center/contain;
}
#js-preloader .loader-wrapper .loader-bar {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
#js-preloader .loader-wrapper .loader-bar span {
  display: block;
  float: left;
  height: 100%;
  width: 5.2%;
  position: relative;
  overflow: visible;
  font-size: 1em;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) all;
  transform: scale(0.35);
  opacity: 0;
}
#js-preloader .loader-wrapper .loader-bar span.active {
  opacity: 1;
  transform: scale(1);
}
#js-preloader .loader-wrapper .loader-bar span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-15%, -50%);
  width: 3.5em;
  height: 2.875em;
  background-image: url("../v2/images/preloader/progress.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(1) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(1):after {
  background-position: 0em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(2) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(2):after {
  background-position: -3.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(3) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(3):after {
  background-position: -7em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(4) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(4):after {
  background-position: -10.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(5) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(5):after {
  background-position: -14em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(6) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(6):after {
  background-position: -17.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(7) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(7):after {
  background-position: -21em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(8) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(8):after {
  background-position: -24.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(9) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(9):after {
  background-position: -28em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(10) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(10):after {
  background-position: -31.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(11) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(11):after {
  background-position: -35em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(12) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(12):after {
  background-position: -38.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(13) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(13):after {
  background-position: -42em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(14) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(14):after {
  background-position: -45.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(15) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(15):after {
  background-position: -49em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(16) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(16):after {
  background-position: -52.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(17) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(17):after {
  background-position: -56em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(18) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(18):after {
  background-position: -59.5em 0;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(19) {
  transition-delay: 400ms;
}
#js-preloader .loader-wrapper .loader-bar span:nth-child(19):after {
  background-position: -63em 0;
}
#js-preloader p {
  font-size: 0.75em;
  margin-top: 1.6666666667em;
}

/**
* Hide Tidio
*/
.modal-open #tidio-chat-iframe {
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999999 !important;
}

@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .sp-h-100 {
    height: 100%;
  }
}

.sp-only {
  display: none;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .sp-only {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .pc-only {
    display: block;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  opacity: 1;
  z-index: 2;
  border-radius: 50%;
  color: #FFF;
  background: linear-gradient(180deg, #764FDE 0%, #8D67F0 47.78%, #764FDE 100%);
  text-shadow: none !important;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 430px) {
  .modal .close {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 320px) {
  .modal .close {
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal .close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal .close {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
  }
}
.modal .close.iframe-close {
  top: 5px;
  right: 5px;
}
.modal .close.position-relative {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  transform: none;
  margin-left: auto;
  margin-bottom: 0.1212121212em;
}
.modal .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 175%;
  height: 175%;
  display: block;
}
.modal .close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
  font-size: 16px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 430px) {
  .modal .close i {
    font-size: 9.6px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 320px) {
  .modal .close i {
    font-size: 6.4px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal .close i {
    font-size: 11px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal .close i {
    font-size: 8.8px;
  }
}
.modal .iframe-box {
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 18px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 430px) {
  .modal .iframe-box {
    border-radius: 10.8px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 320px) {
  .modal .iframe-box {
    border-radius: 7.2px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal .iframe-box {
    border-radius: 10px;
  }
}
.modal .iframe-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.modal .iframe-content {
  overflow: hidden;
  border-radius: 18px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 430px) {
  .modal .iframe-content {
    border-radius: 10.8px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 320px) {
  .modal .iframe-content {
    border-radius: 7.2px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal .iframe-content {
    border-radius: 10px;
  }
}
.modal .flip-icon {
  display: none;
  position: absolute;
}
.modal .flip-icon.landscape {
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.26);
  box-shadow: inset 1.6991px -1.6991px 1.6991px rgba(214, 214, 214, 0.4), inset -1.6991px 1.6991px 1.6991px rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(16.991px);
          backdrop-filter: blur(16.991px);
  border-radius: 1.25em;
  padding: 1.5625em 2.8125em;
}
@media (orientation: portrait) {
  [data-device=mobile] .modal .flip-icon.landscape {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.modal .flip-icon.landscape span {
  width: 8.125em;
  height: 8.125em;
  padding: 0;
  margin: 0;
}
.modal .flip-icon.landscape span i {
  -webkit-animation: 2s tilt-landscape ease infinite;
          animation: 2s tilt-landscape ease infinite;
  font-size: 3.75em;
}
.modal .flip-icon.landscape h3 {
  font-size: 2.5em;
  margin-left: 0.75em;
}
.modal .flip-icon.portrait {
  top: 50%;
  left: -73%;
  width: 14.6875em;
  min-height: 14.6875em;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.26);
  box-shadow: inset 1.6991px -1.6991px 1.6991px rgba(214, 214, 214, 0.4), inset -1.6991px 1.6991px 1.6991px rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(16.991px);
          backdrop-filter: blur(16.991px);
  border-radius: 0.625em;
  padding: 1.5625em 1.25em;
}
@media (orientation: landscape) {
  [data-device=mobile] .modal .flip-icon.portrait {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.modal .flip-icon.portrait span {
  width: 8.75em;
  height: 8.75em;
  padding: 1.25em 0;
  margin: 0;
}
.modal .flip-icon.portrait span i {
  font-size: 4.6875em;
  -webkit-animation: 2s tilt-portrait ease infinite;
          animation: 2s tilt-portrait ease infinite;
}
.modal .flip-icon.portrait h3 {
  font-size: 1.25em;
  margin-bottom: 0;
}
.modal .flip-icon label {
  background: linear-gradient(90deg, #D0CAB8 0%, #E6E0D0 48.44%, #D0CAB8 100%);
  border-radius: 50%;
}
.modal .flip-icon span {
  margin: auto;
  border-radius: 50%;
  border: 1px solid #fff;
}
.modal .flip-icon span i {
  color: #FFF;
}
.modal .flip-icon h3 {
  width: auto;
  white-space: nowrap;
  font-family: "FSElliotPro", sans-serif;
  margin-top: 0.9em !important;
  line-height: 1.3;
}
.modal .js-ani-show {
  display: none;
}

@-webkit-keyframes tilt-portrait {
  0% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(0deg);
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

@keyframes tilt-portrait {
  0% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(0deg);
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tilt-landscape {
  0% {
    transform: rotate(0) scaleX(1);
  }
  50% {
    transform: rotate(90deg) scaleX(1);
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
    transform: rotate(90deg) scaleX(1);
  }
}
@keyframes tilt-landscape {
  0% {
    transform: rotate(0) scaleX(1);
  }
  50% {
    transform: rotate(90deg) scaleX(1);
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
    transform: rotate(90deg) scaleX(1);
  }
}

.mr-0 {
  margin-right: 0 !important;
}

.modal-d {
  padding: 30px !important;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-d {
    padding: 10px !important;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d {
    padding: 10px !important;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d .modal-dialog .type01 {
    max-height: initial !important;
  }
}
.modal-d .modal-content {
  background: linear-gradient(180deg, #2A2ABB 0%, #00AEEF 100%);
  border-radius: 18px;
  border: 0;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-d .modal-content {
    border-radius: 10px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d .modal-content {
    border-radius: 10px;
  }
}
.modal-d .modal-body {
  padding: 60px 24px 30px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-d .modal-body {
    padding: 15px 20px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d .modal-body {
    padding: 15px 20px;
  }
}
.modal-d .modal-body--ttl {
  margin-bottom: 25px;
  color: #FFF;
  font-size: 40px;
  font-family: "FSElliotPro-Bold", sans-serif;
  line-height: 1;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-d .modal-body--ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d .modal-body--ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.modal-d .modal-body .scroll .simplebar-vertical {
  width: 5px;
  background-color: #194B80;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-d .modal-body .scroll .simplebar-vertical {
    width: 3px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d .modal-body .scroll .simplebar-vertical {
    width: 3px;
  }
}
.modal-d .modal-body .scroll .simplebar-vertical .simplebar-scrollbar {
  background-color: #6ECFF6;
}
.modal-d .modal-body .scroll .simplebar-vertical .simplebar-scrollbar:before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 1;
  border-radius: 0;
  background-color: #6ECFF6;
}
.modal-d .modal-body .thumbnail__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-d .modal-body .thumbnail__item li {
  margin: 0 0 20px;
  margin-right: 3.4%;
  width: 31%;
  height: auto;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.modal-d .modal-body .thumbnail__item li:nth-child(3n) {
  margin-right: 0;
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d .modal-body .thumbnail__item li {
    margin-right: 2%;
    width: 98%;
  }
}
.modal-d .modal-body .thumbnail__item--ttl {
  padding: 15px;
  color: #242424;
  font-size: 18px;
  font-family: "FSElliotPro", sans-serif;
}
.modal-d .modal-body .thumbnail .scroll {
  max-height: calc(100% - 70px);
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-d .modal-body .thumbnail .scroll {
    max-height: calc(100% - 25px);
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d .modal-body .thumbnail .scroll {
    max-height: calc(100% - 35px);
  }
}
.modal-d .iframe-box {
  height: calc(100% - 70px);
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-d .iframe-box {
    height: calc(100% - 40px);
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-d .iframe-box {
    height: calc(100% - 40px);
  }
}

.modal-mobile {
  padding: 25px 50px !important;
}
@media (orientation: landscape) {
  [data-device=mobile] .modal-mobile {
    padding: 15px !important;
  }
}
@media (orientation: portrait) {
  [data-device=mobile] .modal-mobile {
    padding: 15px !important;
  }
}
.modal-mobile .modal-content {
  padding: 0 !important;
  background-color: transparent !important;
}
.modal-mobile .close {
  width: 82px;
  height: 82px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .close {
    width: 48px;
    height: 48px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .close {
    width: 48px;
    height: 48px;
  }
}
.modal-mobile .modal-body {
  min-height: 212px;
  background: #1e5895;
  border: 2px solid #fff;
  border-radius: 40px;
  padding-right: 0 !important;
}
.modal-mobile .modal-body > div {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (orientation: portrait) {
  [data-device=mobile] .modal-mobile .modal-body > div {
    display: block !important;
  }
}
.modal-mobile .modal-body > div > .d-table-cell {
  display: block !important;
}
@media (orientation: landscape) {
  [data-device=mobile] .modal-mobile .modal-body {
    border-radius: 20px;
  }
}
@media (orientation: portrait) {
  [data-device=mobile] .modal-mobile .modal-body {
    padding: 16px 8px 0 !important;
    border-radius: 20px;
  }
}
.modal-mobile .modal-body .modal-block-01 {
  width: 89%;
  border-radius: 40px;
  border: 2px solid #fff;
  padding: 40px;
  vertical-align: middle;
}
@media (orientation: landscape) {
  [data-device=mobile] .modal-mobile .modal-body .modal-block-01 {
    padding: 20px;
    border-radius: 20px;
  }
}
@media (orientation: portrait) {
  [data-device=mobile] .modal-mobile .modal-body .modal-block-01 {
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    height: 90% !important;
    padding: 40px 10px;
    display: block !important;
  }
}
.modal-mobile .modal-body .modal-block-02 {
  width: 11%;
  padding-left: 0%;
  vertical-align: middle;
}
@media (orientation: portrait) {
  [data-device=mobile] .modal-mobile .modal-body .modal-block-02 {
    display: block !important;
    width: 100%;
    height: 9%;
    overflow: hidden;
    position: relative;
  }
  [data-device=mobile] .modal-mobile .modal-body .modal-block-02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto !important;
    margin: 0 auto;
  }
}
.modal-mobile .modal-body .modal-block-02 img {
  border-radius: 50px;
}
.modal-mobile .modal-body .modal-block-02 img.pc-show {
  display: block;
}
@media (orientation: portrait) {
  [data-device=mobile] .modal-mobile .modal-body .modal-block-02 img.pc-show {
    display: none !important;
  }
}
.modal-mobile .modal-body .modal-block-02 img.sp-show {
  display: none;
}
@media (orientation: portrait) {
  [data-device=mobile] .modal-mobile .modal-body .modal-block-02 img.sp-show {
    display: block !important;
  }
}
.modal-mobile .modal-body .scroll .simplebar-content-wrapper .simplebar-content {
  height: 100%;
}
.modal-mobile .modal-body .scroll .simplebar-vertical {
  width: 5px;
  background-color: #194B80;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .scroll .simplebar-vertical {
    width: 3px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .modal-body .scroll .simplebar-vertical {
    width: 3px;
  }
}
.modal-mobile .modal-body .scroll .simplebar-vertical .simplebar-scrollbar {
  background-color: #6ECFF6;
}
.modal-mobile .modal-body .scroll .simplebar-vertical .simplebar-scrollbar:before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 1;
  border-radius: 0;
  background-color: #6ECFF6;
}
.modal-mobile .modal-body .modal-m--ttl03, .modal-mobile .modal-body .modal-m--ttl02, .modal-mobile .modal-body .modal-m--ttl01, .modal-mobile .modal-body .modal-m--ttl {
  color: #FFF;
  margin-bottom: 15px;
  font-size: 57px;
  font-family: "FSElliotPro-Heavy", sans-serif;
  line-height: 1.2;
  text-align: center;
  font-style: italic;
}
@media (orientation: landscape) and (min-width: 1023px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl03, [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl02, [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl01, [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl {
    font-size: 40px;
  }
}
@media (orientation: portrait) and (min-width: 767px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl03, [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl02, [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl01, [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl {
    font-size: 29px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--ttl03, .modal-mobile .modal-body .modal-m--ttl02, .modal-mobile .modal-body .modal-m--ttl01, .modal-mobile .modal-body .modal-m--ttl {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .modal-body .modal-m--ttl03, .modal-mobile .modal-body .modal-m--ttl02, .modal-mobile .modal-body .modal-m--ttl01, .modal-mobile .modal-body .modal-m--ttl {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal-mobile .modal-body .modal-m--ttl03, .modal-mobile .modal-body .modal-m--ttl02, .modal-mobile .modal-body .modal-m--ttl01, .modal-mobile .modal-body .modal-m--ttl {
    font-size: 18px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 280px) {
  .modal-mobile .modal-body .modal-m--ttl03, .modal-mobile .modal-body .modal-m--ttl02, .modal-mobile .modal-body .modal-m--ttl01, .modal-mobile .modal-body .modal-m--ttl {
    font-size: 18px;
  }
}
.modal-mobile .modal-body .modal-m--ttl01 {
  font-size: 93px;
}
@media (orientation: landscape) and (min-width: 1023px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl01 {
    font-size: 65px;
  }
}
@media (orientation: portrait) and (min-width: 767px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl01 {
    font-size: 46px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--ttl01 {
    font-size: 32px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .modal-body .modal-m--ttl01 {
    font-size: 32px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal-mobile .modal-body .modal-m--ttl01 {
    font-size: 22px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 280px) {
  .modal-mobile .modal-body .modal-m--ttl01 {
    font-size: 22px;
  }
}
.modal-mobile .modal-body .modal-m--ttl02 {
  font-size: 72px;
}
@media (orientation: landscape) and (min-width: 1023px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl02 {
    font-size: 50px;
  }
}
@media (orientation: portrait) and (min-width: 767px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl02 {
    font-size: 36px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--ttl02 {
    font-size: 30px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .modal-body .modal-m--ttl02 {
    font-size: 30px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal-mobile .modal-body .modal-m--ttl02 {
    font-size: 21px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 280px) {
  .modal-mobile .modal-body .modal-m--ttl02 {
    font-size: 21px;
  }
}
.modal-mobile .modal-body .modal-m--ttl03 {
  font-size: 61px;
}
@media (orientation: landscape) and (min-width: 1023px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl03 {
    font-size: 42px;
  }
}
@media (orientation: portrait) and (min-width: 767px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--ttl03 {
    font-size: 31px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--ttl03 {
    font-size: 26px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .modal-body .modal-m--ttl03 {
    font-size: 26px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal-mobile .modal-body .modal-m--ttl03 {
    font-size: 18px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 280px) {
  .modal-mobile .modal-body .modal-m--ttl03 {
    font-size: 18px;
  }
}
.modal-mobile .modal-body .modal-m--sub {
  display: block;
  color: #FFF;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "FSElliotPro", sans-serif;
  text-align: center;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--sub {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .modal-body .modal-m--sub {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal-mobile .modal-body .modal-m--sub {
    font-size: 11px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 280px) {
  .modal-mobile .modal-body .modal-m--sub {
    font-size: 11px;
  }
}
.modal-mobile .modal-body .modal-m--btn01, .modal-mobile .modal-body .modal-m--btn {
  display: block;
  width: 287px;
  margin: 0 auto;
  font-size: 18px;
  padding: 15px 0;
  font-family: "FSElliotPro", sans-serif;
  background: linear-gradient(90deg, #00BDFE 0%, #47D0FF 46.35%, rgba(0, 189, 254, 0.876404) 100%);
  border-radius: 100px;
  letter-spacing: 0.265em;
  color: #FFF;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--btn01, .modal-mobile .modal-body .modal-m--btn {
    width: 196px;
    margin: 0 auto;
    font-size: 14px;
    padding: 5px 0;
    letter-spacing: 0.11em;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .modal-body .modal-m--btn01, .modal-mobile .modal-body .modal-m--btn {
    width: 196px;
    margin: 0 auto;
    font-size: 14px;
    padding: 5px 0;
    letter-spacing: 0.11em;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal-mobile .modal-body .modal-m--btn01, .modal-mobile .modal-body .modal-m--btn {
    padding: 4px 0;
    width: 137px;
    font-size: 10px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 280px) {
  .modal-mobile .modal-body .modal-m--btn01, .modal-mobile .modal-body .modal-m--btn {
    padding: 4px 0;
    width: 137px;
    font-size: 10px;
  }
}
.modal-mobile .modal-body .modal-m--btn01:hover, .modal-mobile .modal-body .modal-m--btn:hover {
  opacity: 0.8;
  color: #FFF;
}
.modal-mobile .modal-body .modal-m--btn01 {
  width: 494px;
}
@media (orientation: portrait) and (min-width: 767px) {
  [data-device=mobile] .modal-mobile .modal-body .modal-m--btn01 {
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--btn01 {
    width: 330px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .modal-mobile .modal-body .modal-m--btn01 {
    width: 100%;
  }
}
.modal-mobile .modal-body .modal-m--container {
  width: 72%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--container {
    width: 86%;
  }
}
@media (orientation: portrait) {
  .modal-mobile .modal-body .modal-m--container {
    width: 240px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.modal-mobile .modal-body .modal-m--container li {
  width: 100%;
  max-width: 290px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--container li {
    max-width: 203px;
  }
}
@media (orientation: portrait) {
  .modal-mobile .modal-body .modal-m--container li {
    max-width: 230px;
    margin: 0 auto;
  }
}
.modal-mobile .modal-body .modal-m--container li:nth-child(1) a {
  margin-right: 5px;
  padding: 15px 0;
  border-radius: 100px;
  background: linear-gradient(90deg, #00BDFE 0%, #47D0FF 46.35%, rgba(0, 189, 254, 0.876404) 100%);
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  font-family: "FSElliotPro", sans-serif;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(1) a {
    padding: 8px 0;
    font-size: 14px;
  }
}
@media (orientation: portrait) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(1) a {
    padding: 8px 0;
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(1) a {
    font-size: 12px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 280px) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(1) a {
    font-size: 12px;
  }
}
.modal-mobile .modal-body .modal-m--container li:nth-child(2) a {
  margin-left: 5px;
  padding: 3px;
  border-radius: 100px;
  background: linear-gradient(90deg, #00BDFE 0%, #47D0FF 46.35%, rgba(0, 189, 254, 0.876404) 100%);
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  font-family: "FSElliotPro", sans-serif;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(2) a {
    padding: 2px;
    font-size: 14px;
  }
}
@media (orientation: portrait) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(2) a {
    margin-left: 0;
    padding: 2px;
    font-size: 14px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(2) a {
    font-size: 12px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 280px) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(2) a {
    font-size: 12px;
  }
}
.modal-mobile .modal-body .modal-m--container li:nth-child(2) a span {
  padding: 12px 0;
  border-radius: 100px;
  background-color: #195697;
  color: #47D0FF;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(2) a span {
    padding: 6px 0;
  }
}
@media (orientation: portrait) {
  .modal-mobile .modal-body .modal-m--container li:nth-child(2) a span {
    padding: 6px 0;
  }
}

.modal-theme .modal-dialog {
  padding: 24px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .modal-theme .modal-dialog {
    padding: 12px;
  }
}
.modal-theme .modal-content {
  border-radius: 27px;
  background: linear-gradient(180deg, #2A2ABB 0%, #00AEEF 100%);
  border: 0;
}
.modal-theme .modal-content .iframe-content,
.modal-theme .modal-content .iframe-box {
  border-radius: 0 !important;
  background: white;
}
.modal-theme .modal-content .close {
  font-size: 36px;
  transform: translate(30%, -25%);
}
.modal-theme .modal-content .close:hover, .modal-theme .modal-content .close:focus {
  opacity: 1 !important;
  box-shadow: none !important;
  outline: 0;
  border: 0;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .modal-theme .modal-content .close {
    font-size: 20px;
    transform: translate(30%, -25%);
  }
}
@media (orientation: portrait) and (max-width: 576px) {
  .modal-theme .modal-content {
    border-radius: 14px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .modal-theme .modal-body {
    padding: 6px;
  }
}

#js-bulletin-modal .modal-body,
#js-videoViewerSponsor-modal .modal-body {
  padding: 20px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 430px) {
  #js-bulletin-modal .modal-body,
#js-videoViewerSponsor-modal .modal-body {
    padding: 12px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 320px) {
  #js-bulletin-modal .modal-body,
#js-videoViewerSponsor-modal .modal-body {
    padding: 8px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  #js-bulletin-modal .modal-body,
#js-videoViewerSponsor-modal .modal-body {
    padding: 15px;
  }
}
@media (orientation: portrait) and (max-width: 320px) {
  #js-bulletin-modal .modal-body,
#js-videoViewerSponsor-modal .modal-body {
    padding: 12px;
  }
}

#js-game-quiz-modal .close,
#js-game-sorting-modal .close {
  z-index: 5;
}
#js-game-quiz-modal .close:hover,
#js-game-sorting-modal .close:hover {
  opacity: 1 !important;
}
#js-game-quiz-modal .close:focus, #js-game-quiz-modal .close:active,
#js-game-sorting-modal .close:focus,
#js-game-sorting-modal .close:active {
  outline: 0 !important;
  box-shadow: none !important;
}
#js-game-quiz-modal .spinner-wrapper,
#js-game-sorting-modal .spinner-wrapper {
  z-index: 2;
  background: #1a5cb5;
  width: 100%;
  height: 100%;
  transition: 0.2s ease opacity 0.5s;
}
#js-game-quiz-modal.iframe-loaded .spinner-wrapper,
#js-game-sorting-modal.iframe-loaded .spinner-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn.btn-primary {
  font-size: 1.25em;
  border-radius: 2.5em;
  background: #3057C7;
  box-shadow: 0 0.2em 0.65em 0 #4E7BFF inset, 0 -0.2em 0.4em 0 #1A3688 inset;
  min-width: 11.5em;
  padding: 0.5em 1.25em;
  font-family: "FSElliotPro-Heavy", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 0;
}
.btn.btn-primary:focus, .btn.btn-primary:active {
  background: #3057C7 !important;
  box-shadow: 0 0.2em 0.65em 0 #4E7BFF inset, 0 -0.2em 0.4em 0 #1A3688 inset !important;
  outline: 0;
}
@media (max-width: 640px) {
  .btn.btn-primary.btn-responsive {
    font-size: 1em;
  }
}
.btn.btn-primary .spinner-border {
  width: 0.7em;
  height: 0.7em;
  vertical-align: middle;
  margin-right: 0.3em;
  border-width: 0.15em;
}
.btn.btn-primary.loading .sheen {
  display: none;
}
.btn:focus, .btn:active {
  outline: 0;
}

@-webkit-keyframes ani_hand {
  0% {
    left: 74%;
    transform: rotate(10deg);
  }
  50% {
    left: 14%;
    transform: rotate(1deg);
  }
  100% {
    left: 14%;
    transform: rotate(1deg);
  }
}

@keyframes ani_hand {
  0% {
    left: 74%;
    transform: rotate(10deg);
  }
  50% {
    left: 14%;
    transform: rotate(1deg);
  }
  100% {
    left: 14%;
    transform: rotate(1deg);
  }
}
@-webkit-keyframes ani_bar {
  0% {
    width: 5%;
    background-color: #47d0ff;
  }
  50% {
    width: 70%;
    right: 10%;
    background-color: rgba(71, 208, 255, 0.8);
  }
  80% {
    width: 0%;
    left: 22%;
    right: 10%;
    background-color: rgba(71, 208, 255, 0.5);
  }
  100% {
    width: 0%;
    left: 22%;
    right: auto;
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes ani_bar {
  0% {
    width: 5%;
    background-color: #47d0ff;
  }
  50% {
    width: 70%;
    right: 10%;
    background-color: rgba(71, 208, 255, 0.8);
  }
  80% {
    width: 0%;
    left: 22%;
    right: 10%;
    background-color: rgba(71, 208, 255, 0.5);
  }
  100% {
    width: 0%;
    left: 22%;
    right: auto;
    background-color: rgba(0, 0, 0, 0);
  }
}
.swipe-animation {
  font-size: 16px;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 9.375em;
  height: 4.6875em;
  pointer-events: none;
  transition: 0.2s ease opacity 1.5s;
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .swipe-animation {
    bottom: 0;
  }
}
.booth-open .swipe-animation, [data-room=open] .swipe-animation, [data-scene-location="Welcome Area"] .swipe-animation {
  visibility: hidden;
  opacity: 0;
}
@media (orientation: portrait) and (max-width: 425px) {
  [data-calendar-menu=true] .swipe-animation {
    visibility: hidden;
    opacity: 0;
  }
}
.booth-ready .swipe-animation {
  visibility: initial;
  opacity: 1;
}
@media (max-width: 576px) and (orientation: portrait) {
  .swipe-animation {
    font-size: 10px;
    bottom: 80px;
  }
}
[data-mouse=down] .swipe-animation, .booth-open .swipe-animation, .modal-open .swipe-animation {
  opacity: 0;
}
.swipe-animation img {
  width: 100%;
  height: auto;
  transform: translate(30%, -8%);
}
.swipe-animation .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.swipe-animation .bar {
  position: absolute;
  top: 20%;
  right: 10%;
  background-color: #eba75e;
  border-radius: 3.125em;
  -webkit-animation-name: ani_bar;
          animation-name: ani_bar;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  width: 70%;
  height: 10%;
}
[data-booth-open=true] .swipe-animation .bar,
.swipe-animation .bar .modal-open {
  -webkit-animation: none !important;
          animation: none !important;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .swipe-animation .bar {
    width: 42%;
    height: 6%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .swipe-animation .bar {
    width: 70%;
    height: 10%;
  }
}
.swipe-animation .hand {
  position: absolute;
  top: 24%;
  left: 14%;
  height: auto;
  transform: rotate(10deg);
  -webkit-animation-name: ani_hand;
          animation-name: ani_hand;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  width: 25%;
}
[data-booth-open=true] .swipe-animation .hand,
.swipe-animation .hand .modal-open {
  -webkit-animation: none !important;
          animation: none !important;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .swipe-animation .hand {
    width: 15%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .swipe-animation .hand {
    width: 25%;
  }
}
.modal-open .swipe-animation .bar,
.modal-open .swipe-animation .hand {
  -webkit-animation: unset !important;
          animation: unset !important;
}

.sheen {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.sheen:before {
  content: "";
  position: absolute;
  width: 33%;
  height: 500%;
  top: 0;
  left: 0;
  transform: translate(-55%, -55%) rotate(45deg);
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: 8s shine ease-in-out infinite 0.75s;
          animation: 8s shine ease-in-out infinite 0.75s;
}
.sheen:hover:before {
  top: -75%;
  left: 75%;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink {
  -webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}

@-webkit-keyframes shine {
  0% {
    top: 0;
    left: 0;
  }
  20%, 100% {
    top: 100%;
    left: 150%;
  }
}

@keyframes shine {
  0% {
    top: 0;
    left: 0;
  }
  20%, 100% {
    top: 100%;
    left: 150%;
  }
}
.cmp-landing__cont.active {
  -webkit-animation-name: lightSpeedInRight;
          animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (orientation: portrait) and (max-width: 767px) {
  .cmp-landing__cont.active {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.cmp-landing__cont--door01 img,
.cmp-landing__cont--door02 img {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.cmp-landing__cont--door01 img:nth-child(1),
.cmp-landing__cont--door02 img:nth-child(1) {
  -webkit-animation-name: ani-door01;
          animation-name: ani-door01;
}
@-webkit-keyframes ani-door01 {
  0% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  16.6% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  33.3% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  50% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  66.6% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  83.3% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
}
@keyframes ani-door01 {
  0% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  16.6% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  33.3% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  50% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  66.6% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  83.3% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
}
.cmp-landing__cont--door01 img:nth-child(2),
.cmp-landing__cont--door02 img:nth-child(2) {
  -webkit-animation-name: ani-door02;
          animation-name: ani-door02;
}
@-webkit-keyframes ani-door02 {
  0% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  16.6% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  33.3% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  50% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  66.6% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  78.3% {
    opacity: 1;
  }
  83.3% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  83.4% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  88.4% {
    opacity: 1;
  }
  100% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
}
@keyframes ani-door02 {
  0% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  16.6% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  33.3% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  50% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  66.6% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  78.3% {
    opacity: 1;
  }
  83.3% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  83.4% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  88.4% {
    opacity: 1;
  }
  100% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
}
.cmp-landing__cont--door01 img:nth-child(3),
.cmp-landing__cont--door02 img:nth-child(3) {
  -webkit-animation-name: ani-door03;
          animation-name: ani-door03;
}
@-webkit-keyframes ani-door03 {
  0% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  16.6% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  33.3% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  50% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  61.6% {
    opacity: 1;
  }
  66.6% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  66.7% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  71.7% {
    opacity: 1;
  }
  83.3% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  100% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
}
@keyframes ani-door03 {
  0% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  16.6% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  33.3% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  50% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  61.6% {
    opacity: 1;
  }
  66.6% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  66.7% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  71.7% {
    opacity: 1;
  }
  83.3% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  100% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
}
.cmp-landing__cont--door01 img:nth-child(4),
.cmp-landing__cont--door02 img:nth-child(4) {
  -webkit-animation-name: ani-door04;
          animation-name: ani-door04;
}
@-webkit-keyframes ani-door04 {
  0% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  16.6% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  33.3% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  50.1% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  55.1% {
    opacity: 1;
  }
  66.6% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  83.3% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  100% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
}
@keyframes ani-door04 {
  0% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  16.6% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  33.3% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  50.1% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  55.1% {
    opacity: 1;
  }
  66.6% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  83.3% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  100% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
}
.cmp-landing__cont--door01 img:nth-child(5),
.cmp-landing__cont--door02 img:nth-child(5) {
  -webkit-animation-name: ani-door05;
          animation-name: ani-door05;
}
@-webkit-keyframes ani-door05 {
  0% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  16.6% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  28.3% {
    opacity: 1;
  }
  33.3% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  33.4% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  38.4% {
    opacity: 1;
  }
  50% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  66.6% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  83.3% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  100% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
}
@keyframes ani-door05 {
  0% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  16.6% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  28.3% {
    opacity: 1;
  }
  33.3% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  33.4% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  38.4% {
    opacity: 1;
  }
  50% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  66.6% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  83.3% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  100% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
}
.cmp-landing__cont--door01 img:nth-child(6),
.cmp-landing__cont--door02 img:nth-child(6) {
  -webkit-animation-name: ani-door06;
          animation-name: ani-door06;
}
@-webkit-keyframes ani-door06 {
  0% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  11.6% {
    opacity: 1;
  }
  16.6% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  16.7% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  21.7% {
    opacity: 1;
  }
  33.3% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  50% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  66.6% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  83.3% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  100% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
}
@keyframes ani-door06 {
  0% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
  11.6% {
    opacity: 1;
  }
  16.6% {
    transform: translate(21.6%, -7.2%);
    z-index: 0;
    opacity: 0;
  }
  16.7% {
    transform: translate(0, 0);
    z-index: 6;
    opacity: 0;
  }
  21.7% {
    opacity: 1;
  }
  33.3% {
    transform: translate(3.6%, -1.2%);
    z-index: 5;
  }
  50% {
    transform: translate(7.2%, -2.4%);
    z-index: 4;
  }
  66.6% {
    transform: translate(10.8%, -3.6%);
    z-index: 3;
  }
  83.3% {
    transform: translate(14.4%, -4.8%);
    z-index: 2;
  }
  100% {
    transform: translate(18%, -6%);
    z-index: 1;
  }
}

.ani-rainbow {
  -webkit-animation: rainbow 3s infinite;
          animation: rainbow 3s infinite;
}

@-webkit-keyframes rainbow {
  0% {
    color: #ff9a02;
  }
  16.6% {
    color: #ff61df;
  }
  33.3% {
    color: #333ed6;
  }
  50% {
    color: #c53bff;
  }
  66.6% {
    color: #83acfe;
  }
  83.3% {
    color: #86e8e7;
  }
  100% {
    color: #ff9a02;
  }
}

@keyframes rainbow {
  0% {
    color: #ff9a02;
  }
  16.6% {
    color: #ff61df;
  }
  33.3% {
    color: #333ed6;
  }
  50% {
    color: #c53bff;
  }
  66.6% {
    color: #83acfe;
  }
  83.3% {
    color: #86e8e7;
  }
  100% {
    color: #ff9a02;
  }
}
.hotspot span {
  -webkit-animation-name: ani-heartBeat;
          animation-name: ani-heartBeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
[data-modal] .hotspot span {
  -webkit-animation: initial !important;
          animation: initial !important;
}

@-webkit-keyframes ani-heartBeat {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(35, 78, 184, 0.85), 0 0 0 0 rgba(35, 78, 184, 0.85);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0.75em rgba(35, 78, 184, 0), 0 0 0 0 rgba(35, 78, 184, 0.85);
  }
  42% {
    transform: scale(1.1);
  }
  56% {
    box-shadow: 0 0 0 0 rgba(35, 78, 184, 0), 0 0 0 0.75em rgba(35, 78, 184, 0);
  }
  70% {
    transform: scale(0.8);
  }
  84% {
    box-shadow: 0 0 0 0 rgba(35, 78, 184, 0), 0 0 0 0 rgba(35, 78, 184, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(35, 78, 184, 0), 0 0 0 0 rgba(35, 78, 184, 0);
  }
}

@keyframes ani-heartBeat {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(35, 78, 184, 0.85), 0 0 0 0 rgba(35, 78, 184, 0.85);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0.75em rgba(35, 78, 184, 0), 0 0 0 0 rgba(35, 78, 184, 0.85);
  }
  42% {
    transform: scale(1.1);
  }
  56% {
    box-shadow: 0 0 0 0 rgba(35, 78, 184, 0), 0 0 0 0.75em rgba(35, 78, 184, 0);
  }
  70% {
    transform: scale(0.8);
  }
  84% {
    box-shadow: 0 0 0 0 rgba(35, 78, 184, 0), 0 0 0 0 rgba(35, 78, 184, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(35, 78, 184, 0), 0 0 0 0 rgba(35, 78, 184, 0);
  }
}
@keyframes blinker {
  0%, 50%, 100% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
.blink {
  -webkit-animation: blinker 3s linear infinite;
          animation: blinker 3s linear infinite;
}

.notif-modal.modal .close {
  font-size: 16px;
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  width: 2.5em;
  height: 2.5em;
  opacity: 1;
  z-index: 2;
  color: #FFF;
  background: linear-gradient(180deg, #764FDE 0%, #8D67F0 47.78%, #764FDE 100%);
  text-shadow: none !important;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .notif-modal.modal .close {
    font-size: 14px;
  }
}
.notif-modal.modal .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 175%;
  height: 175%;
  display: block;
}
.notif-modal.modal .close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
  font-size: 16px;
}
.notif-modal.modal.modal-esport-success .modal-content {
  max-width: 690px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .notif-modal.modal.modal-esport-success .modal-content {
    max-width: 326px;
  }
}
.notif-modal.modal.modal-esport-success .font-31-pc {
  font-size: 31px;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .notif-modal.modal.modal-esport-success .font-31-pc {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-width: 425px) {
  .notif-modal.modal.modal-esport-success .font-31-pc {
    font-size: 16px;
  }
}
.notif-modal .modal-content {
  font-size: 16px;
  max-width: 720px;
  padding: 5em 1.5625em 1.875em;
  border-radius: 1.6875em;
  border: 0;
  background: linear-gradient(180deg, #2A2ABB 0%, #00AEEF 100%);
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .notif-modal .modal-content {
    font-size: 12px;
    max-width: 485px;
  }
}
.notif-modal--msg {
  font-size: 35px;
  margin-bottom: 0.5714285714em;
  padding: 2.4285714286em 0.5714285714em;
  border-radius: 0.4285714286em;
  background: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.5714285714em;
  font-family: "FSElliotPro-Heavy", sans-serif !important;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .notif-modal--msg {
    font-size: 22px;
  }
}
.notif-modal--msg span {
  font-size: 0.4571428571em;
  margin-top: 0.2857142857em;
}
.notif-modal .btn {
  font-size: 16px;
  border-radius: 3.125em;
  background: #3057C7;
  box-shadow: 0 0.25em 0.8125em 0 #4E7BFF inset, 0 -0.25em 0.5em 0 #1A3688 inset;
  min-width: 14.375em;
  padding: 0.875em 1.5625em;
  font-family: "FSElliotPro-Heavy", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 0;
  color: white;
  overflow: hidden;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .notif-modal .btn {
    font-size: 14px;
  }
}
.notif-modal .btn:focus, .notif-modal .btn:active {
  background: #3057C7 !important;
  box-shadow: 0 0.2em 0.65em 0 #4E7BFF inset, 0 -0.2em 0.4em 0 #1A3688 inset !important;
  outline: 0;
}
.notif-modal .btn01 {
  background: none;
  border: 2px solid #2D59C9;
  color: #2D59C9;
  padding: 12px;
}
.notif-modal#js-logged-modal .btn {
  width: 394px;
}

.modal-blur {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}

.form-modal.modal {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
.form-modal.modal .modal-dialog {
  pointer-events: all !important;
}
.form-modal.modal .modal-content {
  font-size: 16px;
  border-radius: 1.6875em;
  background: linear-gradient(180deg, #2A2ABB 0%, #00AEEF 100%);
  border: 0;
  outline: 0;
  padding: 2.1875em;
  padding-top: 4.375em;
  padding-bottom: 0.625em;
}
@media (max-width: 640px) {
  .form-modal.modal .modal-content {
    padding: 1.5625em;
    padding-top: 3.125em;
    border-radius: 1.25em;
  }
}
@media (max-width: 425px) {
  .form-modal.modal .modal-content {
    padding: 1em;
    padding-top: 2.5em;
    border-radius: 1em;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .form-modal.modal .modal-content {
    max-width: 520px !important;
    font-size: 11px;
    margin: auto;
  }
}
.form-modal.modal .modal-content .header-logo-wrapper {
  font-size: 16px;
}
@media (max-width: 640px) {
  .form-modal.modal .modal-content .header-logo-wrapper {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .form-modal.modal .modal-content .header-logo-wrapper {
    font-size: 10px;
    padding-top: 30px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .form-modal.modal .modal-content .header-logo-wrapper {
    font-size: 10px;
  }
}
.form-modal.modal .modal-content .header-logo-wrapper img {
  height: auto;
}
.form-modal.modal .modal-content .header-logo-wrapper img.img-globe {
  width: 6.75em;
}
.form-modal.modal .modal-content .header-logo-wrapper img.img-metaverse {
  width: 10.9375em;
}
.form-modal.modal .modal-content .form-title {
  padding-top: 0.75em;
}
.form-modal.modal .modal-content .form-title-wrapper {
  border-radius: 0.9375em;
  margin-bottom: 1.375em;
  padding: 2.1875em;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 640px) {
  .form-modal.modal .modal-content .form-title-wrapper {
    font-size: 12px;
  }
}
.form-modal.modal .modal-content .form-title-wrapper .form-title {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .form-modal.modal .modal-content .form-title-wrapper .form-title {
    font-size: 25px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .form-modal.modal .modal-content .form-title-wrapper .form-title {
    font-size: 18px;
  }
}
.form-modal.modal .modal-content .form-title-wrapper .form-title + p {
  margin-top: 0.5em;
  margin-bottom: 0;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .form-modal.modal .modal-content .form-title-wrapper .form-title.title-responsive {
    font-size: 25px;
  }
}
.form-modal.modal .modal-content .form-title {
  font-size: 2.1875em;
  margin-bottom: 0.5714285714em;
}
.form-modal.modal .modal-content .form-title small {
  display: block;
  font-size: 0.4em;
  font-family: "FSElliotPro";
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 640px) {
  .form-modal.modal .modal-content .form-title {
    font-size: 28px;
  }
}
.form-modal.modal .form-wrapper {
  text-align: left;
}
@media (min-width: 426px) {
  .form-modal.modal .form-wrapper .form-row-50 {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    gap: 10px;
  }
  .form-modal.modal .form-wrapper .form-row-50 > div {
    width: 50%;
  }
}
.form-modal.modal .form-wrapper .form-label {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
  font-family: "FSElliotPro";
}
.form-modal.modal .form-wrapper .form-control {
  font-size: 16px;
  font-family: "FSElliotPro";
  color: #484848;
  padding: 1em 1.375em;
  min-height: 3.1875em;
  border-radius: 0.625em;
  background: white;
  border: 0;
  outline: 0;
}
.form-modal.modal .form-wrapper .form-control::-moz-placeholder {
  color: #ccc;
}
.form-modal.modal .form-wrapper .form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-modal.modal .form-wrapper .form-control::placeholder {
  color: #ccc;
}
@media (max-width: 425px) {
  .form-modal.modal .form-wrapper .form-control {
    font-size: 14px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .form-modal.modal .form-wrapper .form-control {
    min-height: 30px !important;
    font-size: 14px;
  }
}
.form-modal.modal .form-wrapper .form-control::-moz-placeholder {
  color: rgba(72, 72, 72, 0.3);
}
.form-modal.modal .form-wrapper .form-control:-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.3);
}
.form-modal.modal .form-wrapper .form-control::placeholder {
  color: rgba(72, 72, 72, 0.3);
}
.form-modal.modal .form-wrapper .form-group .return-error, .form-modal.modal .form-wrapper .form-group small.error {
  color: #FFF736 !important;
  font-family: "FSElliotPro";
}
.form-modal.modal .form-wrapper .form-group .return-error:not(:empty), .form-modal.modal .form-wrapper .form-group small.error:not(:empty) {
  padding-top: 0.25em;
}
.form-modal.modal .form-wrapper .form-group .return-error:not(:empty):before, .form-modal.modal .form-wrapper .form-group small.error:not(:empty):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 0.4166666667em;
  background: url("../v2/images/icons/warning.png") no-repeat center center/contain;
}
.form-modal.modal .form-wrapper .form-group .return-error a, .form-modal.modal .form-wrapper .form-group small.error a {
  color: inherit;
  text-decoration: underline;
}
.form-modal.modal .form-wrapper .form-group .resend-wrapper {
  font-size: 12px;
  padding-top: 9px;
}
.form-modal.modal .form-wrapper .form-group .resend-wrapper a {
  text-decoration: underline;
  color: inherit;
}
.form-modal.modal .form-wrapper .mobile-number-wrapper {
  position: relative;
}
.form-modal.modal .form-wrapper .mobile-number-wrapper:before {
  content: "+63";
  position: absolute;
  display: block;
  padding-right: 0.75em;
  border-right: 1px solid #484848;
  top: 50%;
  left: 1.375em;
  transform: translate(0, -50%);
  font-size: 1em;
  font-family: "FSElliotPro";
  color: #484848;
}
.form-modal.modal .form-wrapper .mobile-number-wrapper .form-control {
  padding-left: 4.5em;
}
@media (max-width: 425px) {
  .form-modal.modal .form-wrapper .mobile-number-wrapper {
    font-size: 14px;
  }
}
.form-modal.modal .form-wrapper .custom-checkbox {
  margin-top: 16px;
}
.form-modal.modal .form-wrapper .custom-checkbox label {
  font-size: 12px;
}
.form-modal.modal .form-wrapper .custom-checkbox label:before {
  border-radius: 0;
}
.form-modal.modal .form-wrapper .custom-checkbox label a {
  font-weight: 700;
  color: white;
  text-decoration: underline;
}
.form-modal.modal .form-wrapper .control-wrapper {
  margin-top: 15px;
}
.form-modal.modal .form-wrapper .control-wrapper .btn-super-title {
  font-size: 10px;
  margin-bottom: 3px;
}
@media (max-width: 425px) {
  .form-modal.modal .form-wrapper .control-wrapper {
    font-size: 14px;
  }
}
.form-modal.modal .close {
  font-size: 16px;
  position: absolute;
  top: 0.9375em;
  right: 0.9375em;
  width: 2.5em;
  height: 2.5em;
  opacity: 1;
  z-index: 2;
  color: #FFF;
  background: linear-gradient(180deg, #764FDE 0%, #8D67F0 47.78%, #764FDE 100%);
  text-shadow: none !important;
}
.form-modal.modal .close:focus, .form-modal.modal .close:hover, .form-modal.modal .close:active {
  outline: 0;
  opacity: 1;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px), (orientation: portrait) and (max-width: 576px) {
  .form-modal.modal .close {
    font-size: 14px;
  }
}
.form-modal.modal .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 175%;
  height: 175%;
  display: block;
}
.form-modal.modal .close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
  font-size: 1em;
}

.sb-scroll {
  padding-right: 16px;
}
.sb-scroll .simplebar-vertical {
  background-color: #1E3C89;
  width: 8px !important;
  right: 0 !important;
  border-radius: 8px !important;
}
@media (orientation: landscape) and (max-width: 1023px) and (max-height: 420px) {
  .sb-scroll .simplebar-vertical {
    width: 4px !important;
  }
}
.sb-scroll .simplebar-vertical .simplebar-scrollbar {
  background: #EA3BC6;
  border-radius: 33px !important;
}
.sb-scroll .simplebar-vertical .simplebar-scrollbar:before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 1;
  border-radius: 0;
  background: #EA3BC6;
}

.artwork-open #tidio-chat {
  opacity: 0;
  visibility: hidden !important;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "webicons";
  src: url("../fonts/webicons/webicons.ttf") format("truetype"), url("../fonts/webicons/webicons.woff") format("woff"), url("../fonts/webicons/webicons.svg#webicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-signup:before {
  content: "\E920";
}

.icon-voucher:before {
  content: "\E921";
}

.icon-earth:before {
  content: "\E922";
}

.icon-groupchat:before {
  content: "\E923";
}

.icon-quest:before {
  content: "\E925";
}

.icon-play:before {
  content: "\E926";
}

.icon-brandlens:before {
  content: "\E927";
}

.icon-time:before {
  content: "\E928";
}

.icon-gallery:before {
  content: "\E929";
}

.icon-headset:before {
  content: "\E92B";
}

.icon-chevron:before {
  content: "\E900";
}

.icon-sound-off:before {
  content: "\E901";
}

.icon-sound-on:before {
  content: "\E902";
}

.icon-flip:before {
  content: "\E903";
}

.icon-portal:before {
  content: "\E904";
}

.icon-game:before {
  content: "\E905";
}

.icon-video:before {
  content: "\E906";
}

.icon-camera:before {
  content: "\E907";
}

.icon-boomerang:before {
  content: "\E908";
}

.icon-network:before {
  content: "\E909";
}

.icon-bulletin:before {
  content: "\E90A";
}

.icon-leaderboard:before {
  content: "\E90B";
}

.icon-room:before {
  content: "\E90C";
}

.icon-feedback:before {
  content: "\E90D";
}

.icon-message:before {
  content: "\E90E";
}

.icon-msg:before {
  content: "\E90F";
}

.icon-survey:before {
  content: "\E910";
}

.icon-livestream:before {
  content: "\E911";
}

.icon-brochure:before {
  content: "\E912";
}

.icon-chat:before {
  content: "\E913";
}

.icon-circle:before {
  content: "\E914";
}

.icon-sponsor:before {
  content: "\E915";
}

.icon-logout:before {
  content: "\E916";
}

.icon-menu:before {
  content: "\E917";
}

.icon-raffle:before {
  content: "\E918";
}

.icon-back:before {
  content: "\E919";
}

.icon-polygon:before {
  content: "\E91A";
}

.icon-close:before {
  content: "\E91B";
}

.icon-write:before {
  content: "\E91C";
}

.icon-music:before {
  content: "\E91D";
}

.icon-heiio:before {
  content: "\E91E";
}

.icon-movie:before {
  content: "\E91F";
}

.icon-help:before {
  content: "\E924";
}

.icon-globe:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background: url("../images/lobby/globe-icon.png") no-repeat center center/contain;
}
.icon-globe.blue:before {
  background: url("../images/lobby/globe-icon-blue.png") no-repeat center center/contain;
}

.icon-pencil:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background: url("../images/lobby/icon-pencil.png") no-repeat center center/contain;
}

.icon-ar:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  height: 1.2em;
  background: url("../images/common/icon-ar.png") no-repeat center center/contain;
}
.icon-ar.blue:before {
  background: url("../images/common/icon-ar-blue.png") no-repeat center center/contain;
}

.icon-controller:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  height: 1.2em;
  background: url("../images/common/icon-controller.png") no-repeat center center/contain;
}

.icon-tgt-quest:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  height: 1.2em;
  background: url("../images/common/icon-quest.png") no-repeat center center/contain;
}

@font-face {
  font-family: "digital";
  src: url("../fonts/digital/digital.woff2") format("woff2"), url("../fonts/digital/digital.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.digital {
  font-family: "digital", sans-serif;
}

@font-face {
  font-family: "FSElliotPro";
  src: url("../fonts/FSElliotPro/FSElliotPro.eot");
  src: url("../fonts/FSElliotPro/FSElliotPro.eot?#iefix") format("embedded-opentype"), url("../fonts/FSElliotPro/FSElliotPro.woff2") format("woff2"), url("../fonts/FSElliotPro/FSElliotPro.woff") format("woff"), url("../fonts/FSElliotPro/FSElliotPro.ttf") format("truetype"), url("../fonts/FSElliotPro/FSElliotPro.svg#FSElliotPro") format("svg");
  font-weight: normal;
  font-style: normal;
}
.FSElliotPro {
  font-family: "FSElliotPro", sans-serif;
}

@font-face {
  font-family: "FSElliotPro-Bold";
  src: url("../fonts/FSElliotPro-Bold/FSElliotPro-Bold.eot");
  src: url("../fonts/FSElliotPro-Bold/FSElliotPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FSElliotPro-Bold/FSElliotPro-Bold.woff2") format("woff2"), url("../fonts/FSElliotPro-Bold/FSElliotPro-Bold.woff") format("woff"), url("../fonts/FSElliotPro-Bold/FSElliotPro-Bold.ttf") format("truetype"), url("../fonts/FSElliotPro-Bold/FSElliotPro-Bold.svg#FSElliotPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.FSElliotPro-Bold {
  font-family: "FSElliotPro-Bold", sans-serif;
}

@font-face {
  font-family: "FSElliotPro-Heavy";
  src: url("../fonts/FSElliotPro-Heavy/fs-elliotpro-heavy.woff2") format("woff2"), url("../fonts/FSElliotPro-Heavy/fs-elliotpro-heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.FSElliotPro-Heavy {
  font-family: "FSElliotPro-Heavy", sans-serif;
}

[data-page=error] {
  background: url("../v2/images/preloader/background.jpg") no-repeat center center/cover;
}
[data-page=error] .content-wrapper {
  text-align: center;
}
[data-page=error] .content-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 2.375em;
  opacity: 0.7;
  background: linear-gradient(180deg, #2A2ABB 0%, #00AEEF 100%);
}
[data-page=error] .content-wrapper .btn-back {
  position: absolute;
  top: 1.875em;
  left: 1.875em;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (orientation: portrait) {
  [data-page=error] .content-wrapper .btn-back {
    top: initial;
    bottom: 1.875em;
    font-size: 2.5em;
  }
}
[data-page=error] .content-wrapper .logo-wrapper img {
  width: 70%;
  height: auto;
}
[data-page=error] .content-wrapper .text-wrapper {
  color: white;
}
[data-page=error] .content-wrapper .text-wrapper h2 {
  font-size: 3.75em;
}
@media (orientation: portrait) {
  [data-page=error] .content-wrapper:after {
    font-size: 2em;
  }
  [data-page=error] .content-wrapper .text-wrapper {
    padding: 2em;
    font-size: 2.2em;
    margin-top: 4em;
  }
}

.page-landing {
  background: url("../v2/images/preloader/background.jpg") no-repeat center center/cover;
}
.page-landing .content-wrapper .content-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-landing .content-wrapper .content-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 2.375em;
  opacity: 0.7;
  background: linear-gradient(180deg, #2A2ABB 0%, #00AEEF 100%);
}
@media (orientation: portrait) {
  .page-landing .content-wrapper .content-background:after {
    font-size: 2em;
  }
}
.page-landing .content-wrapper .logo-wrapper {
  width: 37.5em;
  position: relative;
  margin-top: 0.7em;
}
@media (orientation: portrait) {
  .page-landing .content-wrapper .logo-wrapper {
    font-size: 1.25em;
    margin-top: 1em;
    margin-bottom: 3em;
  }
}
.page-landing .content-wrapper .logo-wrapper img {
  width: 100%;
  height: auto;
}
.page-landing .content-wrapper h2 {
  font-size: 4.375em;
  font-style: italic;
  line-height: 91%;
  margin-bottom: 0.2857142857em;
}
@media (orientation: portrait) {
  .page-landing .content-wrapper h2 {
    margin-bottom: 2em;
  }
}
.page-landing .control-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875em;
  margin-bottom: 2.375em;
}
@media (orientation: landscape) {
  .page-landing .control-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25em;
  }
}
@media (orientation: portrait) {
  .page-landing .control-wrapper {
    font-size: 2.2em;
  }
  .page-landing .control-wrapper > div:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .page-landing .control-wrapper .btn.btn-primary {
    padding: 0.85em;
  }
}
@media (orientation: portrait) and (max-width: 1023px) and (min-width: 640px) {
  .page-landing .control-wrapper {
    font-size: 1.85em;
  }
}
.page-landing .control-wrapper > div span {
  font-size: 0.625em;
  display: block;
  margin-bottom: 0.4em;
}
.page-landing .sponsor-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (orientation: portrait) {
  .page-landing .sponsor-wrapper {
    font-size: 2em;
  }
}
.page-landing .sponsor-wrapper img {
  width: 13.75em;
  height: auto;
}
.page-landing--countdown .countdown-wrapper p {
  display: block;
  font-size: 1.25em;
  letter-spacing: 0.155em;
}
.page-landing--countdown .countdown-wrapper label {
  display: block;
  line-height: normal;
  margin-bottom: 0;
  min-width: 15em;
}
.page-landing--countdown .countdown-wrapper label span, .page-landing--countdown .countdown-wrapper label small {
  display: block;
}
.page-landing--countdown .countdown-wrapper label span {
  font-size: 10em;
  font-family: "FSElliotPro-Heavy", sans-serif;
  line-height: 90%;
  position: relative;
}
.page-landing--countdown .countdown-wrapper label small {
  font-size: 1em;
  font-family: "FSElliotPro", sans-serif;
}
.page-landing--countdown .countdown-wrapper label:not(:last-child) span:after {
  content: ":";
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(50%, -50%);
  font-size: 0.85em;
}
.page-landing--countdown .date-wrapper {
  border-top: 0.0625em solid rgba(255, 255, 255, 0.5);
  padding-top: 1.25em;
  margin-top: 1.5625em;
  width: 90%;
}
@media (orientation: portrait) {
  .page-landing--countdown .date-wrapper {
    font-size: 2em;
  }
}
.page-landing--countdown .date-wrapper span {
  font-size: 1.5625em;
  display: block;
}