@font-face {
  font-family: "ub";
  src: url("../fonts/utm-godword-bold.ttf");
}
@font-face {
  font-family: "ur";
  src: url("../fonts/utm-godword-regular.ttf");
}
@font-face {
  font-family: "mr";
  src: url("../fonts/MYRIADPRO-REGULAR.OTF");
}
@font-face {
  font-family: "mb";
  src: url("../fonts/MYRIADPRO-BOLD.OTF");
}
@font-face {
  font-family: "sr";
  src: url("../fonts/OpenSans_SemiCondensed-Regular.ttf");
}
@font-face {
  font-family: "sb";
  src: url("../fonts/OpenSans_SemiCondensed-Bold.ttf");
}
@font-face {
  font-family: "ssb";
  src: url("../fonts/OpenSans_SemiCondensed-SemiBold.ttf");
}
@font-face {
  font-family: "seb";
  src: url("../fonts/OpenSans_SemiCondensed-ExtraBold.ttf");
}
@font-face {
  font-family: "cb";
  src: url("../fonts/cambriab.ttf");
}
@font-face {
  font-family: "cr";
  src: url("../fonts/cambriar.ttf");
}
@font-face {
  font-family: "rr";
  src: url("../fonts/roboto-regular.ttf");
}
@font-face {
  font-family: "llq-b";
  src: url("../fonts/uvn-laclongquan-bold.TTF");
}
@font-face {
  font-family: "llq-r";
  src: url("../fonts/uvn-laclongquan-regular.TTF");
}
/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  text-decoration: none;
  outline: none !important;
}

a, a:link {
  text-decoration: none;
  outline: none !important;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: table;
  clear: both;
}

::-webkit-input-placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

::-moz-placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

:-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

::-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

::placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #595a5a;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #595a5a;
}

*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a100 {
  width: 100%;
  height: 100%;
  display: block;
}

.t-upper {
  text-transform: uppercase;
}

.t-center {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
  width: auto;
  height: auto;
}

.rot-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -1vw);
            transform: translate(0, -1vw);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -1vw);
            transform: translate(0, -1vw);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
.floating {
  -webkit-animation: floating 2s infinite;
          animation: floating 2s infinite;
}

img {
  display: block;
}

table img {
  display: block;
}

table {
  width: auto;
  max-width: 100% !important;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  margin: 2rem auto;
}
table tr:first-child td {
  background-color: #5c91a9;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
table tr td {
  border: 1px solid #000000;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}

.arrow-active {
  -webkit-filter: invert(11%) sepia(94%) saturate(6984%) hue-rotate(22deg) brightness(89%) contrast(111%);
          filter: invert(11%) sepia(94%) saturate(6984%) hue-rotate(22deg) brightness(89%) contrast(111%);
}

.linear-text {
  background-image: -webkit-gradient(linear, left top, left bottom, from(darkorange), to(white));
  background-image: linear-gradient(to bottom, darkorange, white);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  line-height: 130%;
}

.c-pointer {
  cursor: pointer;
}

.zoom {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; /* Animation */
}
.zoom:hover, .zoom:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-in-out-box {
  -webkit-animation: zoom-in-zoom-out 1s ease infinite;
          animation: zoom-in-zoom-out 1s ease infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom-bright {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes zoom-bright {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes glow {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.shake-box {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 0.3vw;
  bottom: 0;
  left: 0;
  background-color: #2c5894;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.button-disable, .receive-disable, .buy-disable {
  cursor: not-allowed !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}
.button-disable:hover, .receive-disable:hover, .buy-disable:hover {
  -webkit-transform: unset !important;
          transform: unset !important;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes appear_from_left {
  0% {
    margin-left: -50%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes appear_from_left {
  0% {
    margin-left: -50%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes appear_from_right {
  0% {
    margin-right: -50%;
    opacity: 0;
  }
  100% {
    margin-right: 0%;
    opacity: 1;
  }
}
@keyframes appear_from_right {
  0% {
    margin-right: -50%;
    opacity: 0;
  }
  100% {
    margin-right: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 0.6vw;
  position: absolute;
}
html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: #aecdb7;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: #f4e2a9;
  border-radius: 0.2vw;
}
html ::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:hover {
  background: #f8eca0;
}

body {
  margin: 0;
  font-family: "mr";
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  background: #fdfbea;
}

@media only screen and (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #131314;
}
.modal .link-close {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: unset;
}

.modal .modal-container {
  -webkit-animation: appear 0.3s;
          animation: appear 0.3s;
}

.modal-type-login {
  position: relative;
  width: 35%;
  height: 29vw;
  background: url(../images/background-login.png) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-type-login::after {
  content: "";
  position: absolute;
  background: url(../images/decor.png) no-repeat center center;
  background-size: 100% auto;
  width: 19.74vw;
  height: 30.573vw;
  top: -21%;
  left: -27%;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .modal-type-login::after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .modal-type-login {
    width: 95%;
    height: 79vw;
    padding: 2%;
  }
}
.modal-type-login .close-btn {
  top: -5%;
  right: -10%;
}
@media only screen and (max-width: 1023px) {
  .modal-type-login .close-btn {
    top: -12%;
    right: 3%;
  }
}
.modal-type-login .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "llq-r";
  text-transform: uppercase;
  color: #648c90;
  font-size: 1.8vw;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .modal-type-login .modal-title {
    font-size: 4.8vw;
  }
}
.modal-type-login .modal-title::before {
  content: "";
  position: absolute;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% auto;
  right: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .modal-type-login .modal-title::before {
    right: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.modal-type-login .modal-title::after {
  content: "";
  position: absolute;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% auto;
  left: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .modal-type-login .modal-title::after {
    left: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.modal-type-login .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.modal-type-rule {
  position: relative;
  width: 60vw;
  height: 80vh;
  background: url(../images/background-login.png) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .modal-type-rule {
    width: 95%;
    height: 85vh;
    padding: 2%;
  }
}
.modal-type-rule .close-btn {
  top: 1%;
  right: 2%;
}
@media only screen and (max-width: 1023px) {
  .modal-type-rule .close-btn {
    top: 1%;
    right: 2%;
  }
}
.modal-type-rule .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "llq-r";
  text-transform: uppercase;
  color: #648c90;
  font-size: 1.8vw;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .modal-type-rule .modal-title {
    font-size: 4.8vw;
  }
}
.modal-type-rule .modal-title::before {
  content: "";
  position: absolute;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% auto;
  right: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .modal-type-rule .modal-title::before {
    right: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.modal-type-rule .modal-title::after {
  content: "";
  position: absolute;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% auto;
  left: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .modal-type-rule .modal-title::after {
    left: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.modal-type-rule .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.modal-type-notify {
  position: relative;
  width: 35%;
  height: 19vw;
  background: url(../images/background-notify.png) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-type-notify::after {
  content: "";
  position: absolute;
  background: url(../images/decor.png) no-repeat center center;
  background-size: 100% auto;
  width: 19.74vw;
  height: 30.573vw;
  top: -48%;
  left: -27%;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .modal-type-notify::after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .modal-type-notify {
    width: 95%;
    height: 51vw;
    padding: 2%;
  }
}
.modal-type-notify .close-btn {
  top: -5%;
  right: -10%;
}
@media only screen and (max-width: 1023px) {
  .modal-type-notify .close-btn {
    top: -17%;
    right: 3%;
  }
}
.modal-type-notify .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "llq-r";
  text-transform: uppercase;
  color: #648c90;
  font-size: 1.8vw;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .modal-type-notify .modal-title {
    font-size: 4.8vw;
  }
}
.modal-type-notify .modal-title::before {
  content: "";
  position: absolute;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% auto;
  right: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .modal-type-notify .modal-title::before {
    right: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.modal-type-notify .modal-title::after {
  content: "";
  position: absolute;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% auto;
  left: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .modal-type-notify .modal-title::after {
    left: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.modal-type-notify .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.modal-type-flash {
  position: relative;
  width: 38.073vw;
  height: 32.552vw;
  background: url(../images/ads.png) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .modal-type-flash {
    width: 98%;
    height: 83vw;
    padding: 2%;
  }
}
.modal-type-flash .close-btn {
  top: -5%;
  right: -10%;
}
@media only screen and (max-width: 1023px) {
  .modal-type-flash .close-btn {
    top: -17%;
    right: 3%;
  }
}
.modal-type-flash .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.close-btn {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.close-btn img {
  height: 3.5vw;
}
@media only screen and (max-width: 1023px) {
  .close-btn img {
    height: 8vw;
  }
}
.close-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

.navbar {
  background: black;
  position: absolute;
  z-index: 889;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .navbar {
    position: fixed;
    background: #202229;
  }
}
.navbar .navbar-container {
  width: 100%;
  height: 3.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1%;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container {
    height: 11vw;
  }
}
.navbar .navbar-container .link-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-container .link-logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-container .link-logo a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.navbar .navbar-container .link-logo a img {
  width: auto;
  height: 5.302vw;
  margin-top: 3.5vw;
  margin-right: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-logo a img {
    height: 10vw;
    margin-top: unset;
    margin-right: unset;
  }
}
.navbar .navbar-container .link-logo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
  pointer-events: none;
  font-family: "mr";
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-logo p {
    margin-left: 1vw;
    line-height: 1.1;
  }
}
.navbar .navbar-container .link-logo p span {
  white-space: nowrap;
}
.navbar .navbar-container .link-logo p span:nth-child(1) {
  font-size: 1.1vw;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-logo p span:nth-child(1) {
    font-size: 2.5vw;
  }
}
.navbar .navbar-container .link-logo p span:nth-child(2) {
  text-transform: capitalize;
  font-size: 0.8vw;
  color: #f1d7a6;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-logo p span:nth-child(2) {
    font-size: 2.2vw;
  }
}
.navbar .navbar-container .menu-btn {
  width: 7.5vw;
  height: 7.5vw;
  background: url(../images/menu-btn.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-container .link-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background: url(../images/select-btn.png) no-repeat center center;
  background-size: 100% auto;
  width: 8.542vw;
  height: 1.719vw;
  cursor: default;
  color: #f1d7a6;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-language {
    width: 17.542vw;
    height: 3.719vw;
    margin-left: unset;
  }
}
.navbar .navbar-container .link-language:hover {
  background: url(../images/select-btn-active.png) no-repeat center center;
  background-size: 100% auto;
}
.navbar .navbar-container .link-language:hover .language-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: appear 0.3s;
          animation: appear 0.3s;
}
.navbar .navbar-container .link-language p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1vw;
  line-height: 1;
  padding-top: 0.3vw;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-language p {
    font-size: 2.5vw;
  }
}
.navbar .navbar-container .link-language .language-container {
  position: absolute;
  top: 100%;
  background: url(../images/lang-container.png) no-repeat center center;
  background-size: 100% auto;
  width: 12.031vw;
  height: 13.906vw;
  margin-right: 0.5vw;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35% 18% 25% 24%;
  gap: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-language .language-container {
    width: 25.031vw;
    height: 31.906vw;
    gap: 1.5vw;
  }
}
.navbar .navbar-container .link-language .language-container a {
  width: 100%;
  text-align: center;
  font-size: 1vw;
  padding: 0.3vw 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f1d7a6;
}
.navbar .navbar-container .link-language .language-container a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-container .link-language .language-container a:hover span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
.navbar .navbar-container .link-language .language-container a.active::before {
  content: "";
  background: url(../images/point.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 5%;
  height: 0.5vw;
  width: 0.5vw;
  top: 0;
  bottom: 10%;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-language .language-container a.active::before {
    left: 0%;
    height: 1.5vw;
    width: 1.5vw;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-language .language-container a {
    font-size: 2.5vw;
  }
}
.navbar .navbar-container .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-container {
    gap: 2vw;
  }
}
.navbar .navbar-container .link-container .link-mb img {
  width: auto;
  height: 9.5vw;
}
.navbar .navbar-container .link-container .link-pc {
  text-transform: uppercase;
  cursor: pointer;
}
.navbar .navbar-container .link-container .link-pc:not(:nth-child(1)) {
  background: url(../images/link-btn.png) no-repeat center center;
  background-size: 100% auto;
  width: 7vw;
  height: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f1d7a6;
  font-size: 1vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "sr";
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-container .link-pc:not(:nth-child(1)) {
    width: 15vw;
    height: 4vw;
    font-size: 2.5vw;
  }
}
.navbar .navbar-container .link-container .link-pc:not(:nth-child(1)):hover {
  background: url(../images/link-btn-active.png) no-repeat center center;
  background-size: 100% auto;
}
.navbar .navbar-container .link-container .link-pc:nth-child(1) {
  background: url(../images/home_1.png) no-repeat center center;
  background-size: 100% auto;
  width: 3vw;
  height: 3vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-container .link-container .link-pc:nth-child(1):hover {
  background: url(../images/home-active_1.png) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container .link-container .link-pc {
    display: none;
  }
}

.sidenav {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5%;
  height: 100vh;
  bottom: 0;
  z-index: 887;
  background: rgb(32, 34, 41);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(32, 34, 41)), color-stop(83%, rgba(32, 34, 41, 0.8855917367)), to(rgba(32, 34, 41, 0.6671043417)));
  background: linear-gradient(180deg, rgb(32, 34, 41) 0%, rgba(32, 34, 41, 0.8855917367) 83%, rgba(32, 34, 41, 0.6671043417) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding-top: 14vw;
  font-family: "sr";
  color: #f1d7a6;
}
@media only screen and (min-width: 1024px) {
  .sidenav {
    display: none !important;
  }
}
.sidenav::before {
  content: "";
  width: 90%;
  height: 2px;
  background: #223a49;
  position: absolute;
  top: 12vw;
}
.sidenav .link-home {
  background: url(../images/home-active_1.png) no-repeat center center;
  background-size: 100% auto;
  width: 10.533vw;
  height: 10.533vw;
}
.sidenav .link-container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4vw;
}
.sidenav .link-container a {
  background: url(../images/link-btn.png) no-repeat center center;
  background-size: 100% auto;
  font-size: 3.3vw;
  width: 25.667vw;
  height: 6.133vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f1d7a6;
}
.sidenav .language-container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3vw;
  border-top: 2px solid #504f4c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidenav .language-container p {
  font-size: 3.5vw;
}
.sidenav .language-container .language-holder {
  margin-top: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
  width: 100%;
}
.sidenav .language-container .language-holder a {
  color: #f1d7a6;
  font-size: 3.5vw;
  width: 25%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidenav .language-container .language-holder a.active {
  text-decoration: underline;
}
.sidenav .language-container .language-holder a.active::before {
  content: "";
  position: absolute;
  right: 90%;
  height: 2vw;
  width: 2vw;
  background: #f1d7a6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sidebar {
  position: fixed;
  top: 0%;
  right: 1%;
  bottom: 0;
  margin: auto;
  height: 34vw;
  width: 10vw;
  z-index: 888;
  background: url(../images/background.png) no-repeat right center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #dfc384;
}
@media only screen and (max-width: 1023px) {
  .sidebar {
    display: none !important;
  }
}
.sidebar .toggle-nav {
  position: absolute;
  height: 5vw;
  width: 16%;
  left: -1%;
  top: 12.5%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100% auto;
}
.sidebar .toggle-nav:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
.sidebar .credit-btn {
  position: absolute;
  left: 22%;
  top: 6%;
  width: 8vw;
  height: 8vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/credit-btn.png) no-repeat center center;
  background-size: 100% auto;
}
.sidebar .credit-btn:hover {
  background: url(../images/credit-btn-active.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sidebar .qr-link {
  position: absolute;
  left: 21%;
  top: 29%;
}
.sidebar .qr-link img {
  width: auto;
  height: 7vw;
}
.sidebar .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 51%;
  left: 19%;
  gap: 0.3vw;
}
.sidebar .link-container a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .link-container a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.sidebar .link-container img {
  width: auto;
  height: 2.7vw;
}
.sidebar .social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 88%;
  left: 17%;
}
.sidebar .social-container a {
  height: 2.5vw;
  width: 2.5vw;
}
.sidebar .social-container a:nth-child(1) {
  background: url(../images/home.png) no-repeat center center;
  background-size: 100% auto;
}
.sidebar .social-container a:nth-child(1):hover {
  background: url(../images/home-active.png) no-repeat center center;
  background-size: 100% auto;
}
.sidebar .social-container a:nth-child(2) {
  background: url(../images/facebook.png) no-repeat center center;
  background-size: 100% auto;
}
.sidebar .social-container a:nth-child(2):hover {
  background: url(../images/facebook-active.png) no-repeat center center;
  background-size: 100% auto;
}
.sidebar .social-container a:nth-child(3) {
  background: url(../images/youtube.png) no-repeat center center;
  background-size: 100% auto;
}
.sidebar .social-container a:nth-child(3):hover {
  background: url(../images/youtube-active.png) no-repeat center center;
  background-size: 100% auto;
}
.sidebar .scroll-top {
  position: absolute;
  top: 99%;
  left: 44%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.sidebar .scroll-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
.sidebar .scroll-top img {
  width: auto;
  height: 4vw;
}
.sidebar .link-giftcode {
  position: absolute;
  left: 19%;
  top: 78%;
  width: 7.3vw;
  height: 3vw;
  background: url(../images/giftcode.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .link-giftcode:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: url(../images/giftcode-active.png) no-repeat center center;
  background-size: 100% auto;
}

.frame-1 {
  width: 100%;
  background: url(../images/frame1.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 1023px) {
  .frame-1 {
    background: url(../images/frame1-mb.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}
.frame-1 .frame-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 55.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container {
    height: 216vw;
  }
}

.frame-1 .frame-container .frame-info {
  position: absolute;
  top: 7%;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3vw;
  font-family: "llq-r";
  color: #66472f;
  font-size: 1.2vw;
  cursor: pointer;
}
.frame-1 .frame-container .frame-info a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.frame-1 .frame-container .frame-info a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-info {
    bottom: 2%;
    right: unset;
    top: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 3.5vw;
  }
}
.frame-1 .frame-container .frame-time {
  width: 2.708vw;
  height: 7.396vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 40%;
  left: 46%;
  background: url(../images/time.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-animation: floating 2s ease infinite;
          animation: floating 2s ease infinite;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time {
    width: 8.667vw;
    height: 23.667vw;
    top: 25%;
    left: 79%;
  }
}
.frame-1 .frame-container .frame-time p {
  font-family: "llq-r";
  color: #15505e;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time p {
    font-size: 5.5vw;
  }
}
.frame-1 .frame-container .frame-time p:nth-child(2) {
  padding-bottom: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time p:nth-child(2) {
    padding-bottom: 2.5vw;
  }
}
.frame-1 .frame-container .frame-logo {
  position: absolute;
  top: 9%;
  left: 30%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.frame-1 .frame-container .frame-logo:hover {
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-logo {
    top: 6%;
    left: unset;
  }
}
.frame-1 .frame-container .frame-logo img {
  height: 6vw;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-logo img {
    height: 15vw;
  }
}
.frame-1 .frame-container .frame-slogan {
  position: absolute;
  top: 13%;
  left: 17%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan {
    left: unset;
    top: 45%;
  }
}
.frame-1 .frame-container .frame-slogan img {
  width: auto;
  height: 30vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan img {
    height: 74vw;
  }
}
.frame-1 .frame-container .frame-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5vw;
  top: 68%;
  left: 18%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button {
    gap: 3.5vw;
    top: 81%;
    left: unset;
  }
}
.frame-1 .frame-container .frame-button .note {
  color: #fbff00;
  font-family: "llq-r";
  font-size: 2.2vw;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button .note {
    font-size: 6.2vw;
  }
}
.frame-1 .frame-container .frame-button .note span {
  font-family: "llq-b";
  background: #b51311;
  background: -webkit-gradient(linear, left top, left bottom, from(#b51311), to(#d62329));
  background: linear-gradient(to bottom, #b51311 0%, #d62329 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button .note span {
    font-size: 8.5vw;
  }
}
.frame-1 .frame-container .frame-button .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button .button-container {
    gap: 3vw;
  }
}
.frame-1 .frame-container .frame-button .button-container .main-button {
  background: url(../images/register-btn.png) no-repeat center center;
  background-size: 100% auto;
  width: 10.938vw;
  height: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 1%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button .button-container .main-button {
    width: 25.938vw;
    height: 7.75vw;
  }
}
.frame-1 .frame-container .frame-button .button-container .main-button .button-logo {
  height: 2.2vw;
  width: 2.2vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button .button-container .main-button .button-logo {
    height: 6.5vw;
    width: 6.5vw;
  }
}
.frame-1 .frame-container .frame-button .button-container .main-button .button-logo.logo-ios {
  background: url(../images/ios-logo.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-button .button-container .main-button .button-logo.logo-google {
  background: url(../images/android-logo.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-button .button-container .main-button .button-logo.logo-pc {
  background: url(../images/pc-logo-yellow.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-button .button-container .main-button:hover {
  background: url(../images/button-2.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.frame-1 .frame-container .frame-button .button-container .main-button:hover .button-logo.logo-ios {
  background: url(../images/ios-logo-brown.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-button .button-container .main-button:hover .button-logo.logo-google {
  background: url(../images/android-logo-brown.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-button .button-container .main-button:hover .button-logo.logo-pc {
  background: url(../images/pc-logo.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-button .button-container .main-button:hover p span:nth-child(1) {
  color: #000;
}
.frame-1 .frame-container .frame-button .button-container .main-button:hover p span:nth-child(2) {
  text-transform: uppercase;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-weight: bold;
}
.frame-1 .frame-container .frame-button .button-container .main-button:hover p span:nth-child(2) {
  background: unset !important;
  color: #814e20 !important;
}
.frame-1 .frame-container .frame-button .button-container .main-button img {
  width: auto;
  height: 40%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button .button-container .main-button img {
    height: 60%;
  }
}
.frame-1 .frame-container .frame-button .button-container .main-button p {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  font-size: 0.9vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button .button-container .main-button p {
    font-size: 2.4vw;
    line-height: 1.2;
  }
}
.frame-1 .frame-container .frame-button .button-container .main-button p span:nth-child(1) {
  font-family: "cr";
  color: #26b3fe;
}
.frame-1 .frame-container .frame-button .button-container .main-button p span:nth-child(2) {
  font-family: "cb";
  font-weight: bolder;
  text-transform: uppercase;
  background: #D0B76C;
  background: -webkit-gradient(linear, left top, left bottom, from(#D0B76C), to(#FDF4D4));
  background: linear-gradient(to bottom, #D0B76C 0%, #FDF4D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-button .button-container .main-button p span:nth-child(2) {
    font-size: 2.5vw;
  }
}
.frame-1 .frame-container .register-btn {
  position: fixed;
  bottom: 3%;
  left: 2%;
  z-index: 900;
  cursor: pointer;
}
.frame-1 .frame-container .register-btn img.close-btn {
  position: absolute;
  top: -10%;
  right: -10%;
  width: auto;
  height: 1.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .register-btn img.close-btn {
    height: 5.5vw;
    top: -15%;
    right: -15%;
  }
}
.frame-1 .frame-container .register-btn img.popup-register {
  width: auto;
  height: 8vw;
  -webkit-animation: tada 2s ease infinite;
          animation: tada 2s ease infinite;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .register-btn img.popup-register {
    height: 19vw;
  }
}

.frame-2 {
  width: 100%;
  background: url(../images/frame2.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 1023px) {
  .frame-2 {
    background: url(../images/frame2-mb.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}
.frame-2 .frame-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 55.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container {
    height: 152vw;
  }
}

.frame-2 .frame-container .frame-title {
  color: #8c6d56;
  position: absolute;
  font-family: "llq-r";
  font-size: 1.8vw;
  top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-title {
    font-size: 4.8vw;
  }
}
.frame-2 .frame-container .frame-title::before {
  content: "";
  position: absolute;
  background: url(../images/title-left_1.png) no-repeat center center;
  background-size: 100% auto;
  right: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-title::before {
    right: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.frame-2 .frame-container .frame-title::after {
  content: "";
  position: absolute;
  background: url(../images/title-right_1.png) no-repeat center center;
  background-size: 100% auto;
  left: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-title::after {
    left: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.frame-2 .frame-container .frame-slider {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.frame-2 .frame-container .frame-slider .clan-slider {
  width: 100%;
  height: 100%;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li {
  width: 100%;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li.slick-active button {
  cursor: default;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(1).slick-active button {
  background: url(../images/1-active.png) no-repeat center center !important;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(1) button {
  background: url(../images/1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(2).slick-active button {
  background: url(../images/2-active_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(2) button {
  background: url(../images/2.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(3).slick-active button {
  background: url(../images/3-active.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(3) button {
  background: url(../images/3.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(4).slick-active button {
  background: url(../images/4-active_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(4) button {
  background: url(../images/4.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(5).slick-active button {
  background: url(../images/5-active.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(5) button {
  background: url(../images/5.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(6).slick-active button {
  background: url(../images/6-active_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(6) button {
  background: url(../images/6.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(7).slick-active button {
  background: url(../images/7-active.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li:nth-child(7) button {
  background: url(../images/7.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li button {
  text-indent: -9999px;
  position: relative;
  width: 100%;
  height: 4.531vw;
  z-index: 777;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: unset;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-slider .clan-slider.vi .slick-dots li button {
    height: 9.2vw;
  }
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots {
  position: absolute;
  top: 15%;
  width: 15.729vw;
  height: 45.99vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-slider .clan-slider .slick-dots {
    width: 32.933vw;
    height: 100.133vw;
    gap: 4.6vw;
    top: 20%;
    left: -1%;
  }
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25.2%;
  height: 99%;
  width: 1px;
  background: url(../images/dot-bg.png) no-repeat center center;
  background-size: auto 100%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li {
  width: 100%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li.slick-active button {
  cursor: default;
  pointer-events: none;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(1).slick-active button {
  background: url(../images/1-active_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(1) button {
  background: url(../images/1_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(2).slick-active button {
  background: url(../images/2-active.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(2) button {
  background: url(../images/2_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(3).slick-active button {
  background: url(../images/3-active_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(3) button {
  background: url(../images/3_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(4).slick-active button {
  background: url(../images/4-active.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(4) button {
  background: url(../images/4_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(5).slick-active button {
  background: url(../images/5-active_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(5) button {
  background: url(../images/5_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(6).slick-active button {
  background: url(../images/6-active.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(6) button {
  background: url(../images/6_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(7).slick-active button {
  background: url(../images/7-active_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li:nth-child(7) button {
  background: url(../images/7_1.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-dots li button {
  text-indent: -9999px;
  position: relative;
  width: 100%;
  height: 4.531vw;
  z-index: 777;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: unset;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-slider .clan-slider .slick-dots li button {
    height: 9.2vw;
  }
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list {
  height: 100%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track {
  height: 100%;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .clan-slide.slick-active .clan-info {
  -webkit-animation: fadeIn 0.5s ease-in-out !important;
          animation: fadeIn 0.5s ease-in-out !important;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .clan-slide.slick-active .clan-image {
  -webkit-animation: slideIn 0.5s ease-out !important;
          animation: slideIn 0.5s ease-out !important;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info {
  position: absolute;
  background: url(../images/info.png) no-repeat center center;
  background-size: 100% auto;
  width: 12.24vw;
  height: 33.333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 36%;
  top: 24%;
  z-index: 777;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-description {
  font-size: 0.9vw;
  color: #000;
  width: 90%;
  margin: 0 auto;
  font-family: "llq-r";
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: 10%;
  position: relative;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat img {
  height: auto;
  width: 58%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat p {
  position: absolute;
  color: #2a627e;
  font-family: "sb";
  font-size: 0.6vw;
  line-height: 1.1;
  text-transform: uppercase;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat p.stat-1 {
  bottom: 100%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat p.stat-2 {
  bottom: 65%;
  left: 80%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat p.stat-3 {
  top: 65%;
  left: 80%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat p.stat-4 {
  top: 100%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat p.stat-5 {
  top: 65%;
  right: 85%;
  text-align: right;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-info .clan-stat p.stat-6 {
  bottom: 65%;
  right: 80%;
  text-align: right;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-image {
  position: absolute;
  bottom: 0%;
  left: 0%;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-image {
    left: -15%;
    bottom: 6%;
  }
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 51vw;
  max-width: 68vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-image img {
    max-height: 137vw;
    max-width: unset;
  }
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-name img {
  max-width: 95%;
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-video {
  position: absolute;
  top: 28%;
  left: 46%;
  width: 52.333vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-video {
    top: 71%;
    left: 32%;
    width: 62.333vw;
  }
}
.frame-2 .frame-container .frame-slider .clan-slider .slick-list .slick-track .slick-slide .clan-video video {
  width: 100%;
  height: auto;
}

.frame-3 {
  width: 100%;
  background: url(../images/frame3.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 1023px) {
  .frame-3 {
    background: url(../images/frame3-mb.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}
.frame-3 .frame-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 59vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container {
    height: 104vw;
  }
}

.frame-3 .frame-container .frame-title {
  color: #8c6d56;
  position: absolute;
  font-family: "llq-r";
  font-size: 1.8vw;
  top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-title {
    font-size: 4.8vw;
  }
}
.frame-3 .frame-container .frame-title::before {
  content: "";
  position: absolute;
  background: url(../images/title-left_1.png) no-repeat center center;
  background-size: 100% auto;
  right: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-title::before {
    right: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.frame-3 .frame-container .frame-title::after {
  content: "";
  position: absolute;
  background: url(../images/title-right_1.png) no-repeat center center;
  background-size: 100% auto;
  left: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-title::after {
    left: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.frame-3 .frame-container .frame-feature {
  background: url(../images/banner.png) no-repeat center center;
  background-size: 100% 100%;
  width: 55vw;
  height: 29.479vw;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 15%;
  padding: 0.25%;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-feature {
    width: 85.448vw;
    height: 48.479vw;
    top: 20%;
  }
}
.frame-3 .frame-container .frame-feature .feature-slider {
  background: rgba(82, 207, 24, 0.7);
  width: 100%;
  height: 100%;
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4.479vw;
  height: 4.479vw;
  border: unset;
  z-index: 777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-feature .feature-slider .slick-arrow {
    width: 8.479vw;
    height: 8.479vw;
  }
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-arrow:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-arrow.slick-prev {
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 100% auto;
  right: 96.8%;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-feature .feature-slider .slick-arrow.slick-prev {
    right: 95.4%;
  }
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-arrow.slick-next {
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 100% auto;
  left: 96.8%;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-feature .feature-slider .slick-arrow.slick-next {
    left: 95.4%;
  }
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 105%;
  gap: 1vw;
  padding: 0.3vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-feature .feature-slider .slick-dots {
    gap: 2.5vw;
  }
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-dots li.slick-active button {
  background: #d4ba6e;
  cursor: default;
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-dots li.slick-active button:hover {
  background: #d4ba6e;
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-dots li button {
  text-indent: -9999px;
  border: unset;
  height: 1vw;
  width: 1vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #245469;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-feature .feature-slider .slick-dots li button {
    height: 2vw;
    width: 2vw;
  }
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-dots li button:hover {
  background: #d4c289;
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-list {
  height: 100%;
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-list .slick-track {
  height: 100%;
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-list .slick-track .slick-slide .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.frame-3 .frame-container .frame-feature .feature-slider .slick-list .slick-track .slick-slide .image-container img {
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame-3 .frame-container .frame-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5vw;
  position: absolute;
  top: 75%;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-video {
    gap: 2vw;
  }
}
.frame-3 .frame-container .frame-video .video-container {
  width: 16.927vw;
  height: 8.438vw;
  background: url(../images/video-container.png) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4%;
  overflow: hidden;
  cursor: pointer;
}
.frame-3 .frame-container .frame-video .video-container:hover img {
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-video .video-container {
    width: 26.927vw;
    height: 13.438vw;
  }
}
.frame-3 .frame-container .frame-video .video-container .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.frame-3 .frame-container .frame-video .video-container .image-container img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame-3 .frame-container .frame-decor {
  position: absolute;
  top: -6vw;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-decor {
    top: -8vw;
  }
}
.frame-3 .frame-container .frame-decor img {
  width: auto;
  height: 27.24vw;
}

.frame-4 {
  width: 100%;
  background: url(../images/frame4.jpg) no-repeat top center;
  background-size: 100% auto;
  margin-bottom: -11vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 {
    background: url(../images/frame4-mb.jpg) no-repeat top center;
    background-size: 100% auto;
    margin-bottom: -33vw;
  }
}
.frame-4 .frame-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 46.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container {
    height: 94vw;
  }
}

.frame-4 .frame-container .frame-title {
  color: #fff;
  position: absolute;
  font-family: "llq-r";
  font-size: 1.8vw;
  top: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-title {
    font-size: 4.8vw;
  }
}
.frame-4 .frame-container .frame-title::before {
  content: "";
  position: absolute;
  background: url(../images/title-left_1.png) no-repeat center center;
  background-size: 100% auto;
  right: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
  -webkit-filter: grayscale(100%) brightness(1000%) contrast(1000%);
          filter: grayscale(100%) brightness(1000%) contrast(1000%);
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-title::before {
    right: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.frame-4 .frame-container .frame-title::after {
  content: "";
  position: absolute;
  background: url(../images/title-right_1.png) no-repeat center center;
  background-size: 100% auto;
  left: calc(100% + 2vw);
  width: 5.729vw;
  height: 0.469vw;
  -webkit-filter: grayscale(100%) brightness(1000%) contrast(1000%);
          filter: grayscale(100%) brightness(1000%) contrast(1000%);
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-title::after {
    left: calc(100% + 4vw);
    width: 14.729vw;
    height: 1.469vw;
  }
}
.frame-4 .frame-container .frame-register {
  position: absolute;
  top: 20%;
  background: url(../images/register-container.png) no-repeat center center;
  background-size: 100% auto;
  width: 45.938vw;
  height: 15.469vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register {
    width: 86vw;
    height: 28.469vw;
  }
}
.frame-4 .frame-container .frame-register .register-logo {
  position: absolute;
  top: 34%;
  left: 3.35%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.frame-4 .frame-container .frame-register .register-logo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
.frame-4 .frame-container .frame-register .register-logo img {
  width: auto;
  height: 8.333vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-logo img {
    height: 15.6vw;
  }
}
.frame-4 .frame-container .frame-register .register-detail {
  color: #595a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 35%;
  left: 24%;
  gap: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-detail {
    gap: 1.1vw;
  }
}
.frame-4 .frame-container .frame-register .register-detail span.split {
  width: 20vw;
  height: 1px;
  background: #595a5a;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-detail span.split {
    width: 38vw;
  }
}
.frame-4 .frame-container .frame-register .register-detail p.title {
  font-family: "llq-r";
  font-size: 1.6vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-detail p.title {
    font-size: 3.2vw;
  }
}
.frame-4 .frame-container .frame-register .register-detail p.sub-title {
  font-family: "sr";
  font-size: 1vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-detail p.sub-title {
    font-size: 2.5vw;
  }
}
.frame-4 .frame-container .frame-register .register-detail p.star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-detail p.star {
    gap: 1.2vw;
  }
}
.frame-4 .frame-container .frame-register .register-detail p.star span {
  width: 2.24vw;
  height: 2.24vw;
  background: url(../images/star.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-animation: tada 1s ease infinite;
          animation: tada 1s ease infinite;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-detail p.star span {
    width: 4.24vw;
    height: 4.24vw;
  }
}
.frame-4 .frame-container .frame-register .register-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 35%;
  left: 73%;
  gap: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-button {
    top: 32%;
    left: 67%;
    gap: 1.5vw;
  }
}
.frame-4 .frame-container .frame-register .register-button .register-btn {
  background: url(../images/register-btn.png) no-repeat center center;
  background-size: 100% auto;
  width: 10.938vw;
  height: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-button .register-btn {
    width: 25.938vw;
    height: 7.75vw;
  }
}
.frame-4 .frame-container .frame-register .register-button .register-btn:hover {
  background: url(../images/register-btn-active.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.frame-4 .frame-container .frame-register .register-button .register-btn:hover img {
  -webkit-filter: invert(60%);
          filter: invert(60%);
}
.frame-4 .frame-container .frame-register .register-button .register-btn:hover p span:nth-child(1) {
  color: #000;
}
.frame-4 .frame-container .frame-register .register-button .register-btn:hover p span:nth-child(2) {
  text-transform: uppercase;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-weight: bold;
}
.frame-4 .frame-container .frame-register .register-button .register-btn:hover p span:nth-child(2) {
  background: unset !important;
  color: #814e20 !important;
}
.frame-4 .frame-container .frame-register .register-button .register-btn img {
  width: auto;
  height: 40%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-button .register-btn img {
    height: 60%;
  }
}
.frame-4 .frame-container .frame-register .register-button .register-btn p {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5%;
  line-height: 1.1;
  font-size: 0.9vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-register .register-button .register-btn p {
    font-size: 2.4vw;
    line-height: 1.2;
  }
}
.frame-4 .frame-container .frame-register .register-button .register-btn p span:nth-child(1) {
  font-family: "cr";
  color: #26b3fe;
}
.frame-4 .frame-container .frame-register .register-button .register-btn p span:nth-child(2) {
  font-family: "cb";
  font-weight: bolder;
  text-transform: uppercase;
  background: #D0B76C;
  background: -webkit-gradient(linear, left top, left bottom, from(#D0B76C), to(#FDF4D4));
  background: linear-gradient(to bottom, #D0B76C 0%, #FDF4D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.frame-4 .frame-container .frame-decor {
  left: 0;
  position: absolute;
  bottom: 0;
}
.frame-4 .frame-container .frame-decor img {
  width: auto;
  height: 14.74vw;
}

.footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #595a5a;
}
.footer .footer-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 11vw;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container {
    height: 33vw;
  }
}
.footer .footer-container .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5vw;
  font-size: 1.1vw;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container .link-container {
    font-size: 3.3vw;
  }
}
.footer .footer-container .link-container a {
  color: #595a5a;
  font-family: "sb";
}
.footer .footer-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3vw;
  color: #8e8e8e;
  font-family: "sr";
  font-size: 1vw;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container p {
    gap: 1vw;
    font-size: 2.5vw;
  }
}
.footer .footer-container p.link-holder {
  color: #b8d3dd;
  font-family: "seb";
}
.footer .footer-container p.link-holder a {
  color: #b8d3dd;
}

.notify-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: #444444;
}
.notify-wrapper p {
  width: 90%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2vw;
  font-family: "rr";
}
@media only screen and (max-width: 1023px) {
  .notify-wrapper p {
    font-size: 3.5vw;
  }
}

.login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-wrapper form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7vw;
}
@media only screen and (max-width: 1023px) {
  .login-wrapper form {
    gap: 1.5vw;
  }
}
.login-wrapper form .checkbox-container {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
  line-height: 1.2;
}
.login-wrapper form label {
  font-size: 1vw;
  font-family: "rr";
}
@media only screen and (max-width: 1023px) {
  .login-wrapper form label {
    font-size: 3vw;
  }
}
.login-wrapper form button {
  background: url(../images/register-btn-active.png) no-repeat center center;
  background-size: 100% auto;
  width: 10vw;
  height: 3.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: unset;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "cb";
  color: #814e20;
  text-transform: uppercase;
  font-size: 1.1vw;
}
@media only screen and (max-width: 1023px) {
  .login-wrapper form button {
    width: 26vw;
    height: 9.3vw;
    font-size: 2.8vw;
  }
}
.login-wrapper form button.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: default;
}
.login-wrapper form button.disabled:hover {
  -webkit-transform: unset;
          transform: unset;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.login-wrapper form button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
.login-wrapper form input.input-text {
  border: 1px solid #f3d993;
  background: #648c90;
  border-radius: 0.5vw;
  height: 2.8vw;
  width: 70%;
  text-align: center;
  color: #fff;
  font-family: "sb";
  font-weight: bold;
  font-size: 1.5vw;
  -webkit-box-shadow: 0.1vw 0.2vw #888888;
          box-shadow: 0.1vw 0.2vw #888888;
}
@media only screen and (max-width: 1023px) {
  .login-wrapper form input.input-text {
    height: 7.8vw;
    font-size: 3.5vw;
    border-radius: 1vw;
  }
}
.login-wrapper form input.input-term {
  height: 2vw;
  width: 9.5%;
}
@media only screen and (max-width: 1023px) {
  .login-wrapper form input.input-term {
    height: 4vw;
  }
}

.modal-download-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-download-container a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-download-container a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
.modal-download-container .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media only screen and (max-width: 1023px) {
  .modal-download-container .button-container {
    gap: 1.5vw;
  }
}
.modal-download-container .button-container .download-btn {
  background: url(../images/register-btn.png) no-repeat center center;
  background-size: 100% auto;
  width: 10.938vw;
  height: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .modal-download-container .button-container .download-btn {
    width: 25.938vw;
    height: 7.75vw;
  }
}
.modal-download-container .button-container .download-btn:hover {
  background: url(../images/register-btn-active.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.modal-download-container .button-container .download-btn:hover img {
  -webkit-filter: invert(60%);
          filter: invert(60%);
}
.modal-download-container .button-container .download-btn:hover p span:nth-child(1) {
  color: #000;
}
.modal-download-container .button-container .download-btn:hover p span:nth-child(2) {
  text-transform: uppercase;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-weight: bold;
}
.modal-download-container .button-container .download-btn:hover p span:nth-child(2) {
  background: unset !important;
  color: #814e20 !important;
}
.modal-download-container .button-container .download-btn img {
  width: auto;
  height: 40%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .modal-download-container .button-container .download-btn img {
    height: 60%;
  }
}
.modal-download-container .button-container .download-btn p {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5%;
  line-height: 1.1;
  font-size: 0.9vw;
}
@media only screen and (max-width: 1023px) {
  .modal-download-container .button-container .download-btn p {
    font-size: 2.4vw;
    line-height: 1.2;
  }
}
.modal-download-container .button-container .download-btn p span:nth-child(1) {
  font-family: "cr";
  color: #26b3fe;
}
.modal-download-container .button-container .download-btn p span:nth-child(2) {
  font-family: "cb";
  font-weight: bolder;
  text-transform: uppercase;
  background: #D0B76C;
  background: -webkit-gradient(linear, left top, left bottom, from(#D0B76C), to(#FDF4D4));
  background: linear-gradient(to bottom, #D0B76C 0%, #FDF4D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-download-container .main-logo img {
  width: auto;
  height: 8vw;
}
@media only screen and (max-width: 1023px) {
  .modal-download-container .main-logo img {
    height: 19vw;
  }
}

.giftcode-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.giftcode-wrapper .giftcode-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vw;
}
@media only screen and (max-width: 1023px) {
  .giftcode-wrapper .giftcode-container {
    gap: 3vw;
  }
}
.giftcode-wrapper .giftcode-container .copy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .giftcode-wrapper .giftcode-container .copy-container {
    gap: 1.5vw;
  }
}
.giftcode-wrapper .giftcode-container .copy-container p {
  color: #a09797;
  font-style: italic;
  font-size: 1vw;
}
@media only screen and (max-width: 1023px) {
  .giftcode-wrapper .giftcode-container .copy-container p {
    font-size: 3vw;
  }
}
.giftcode-wrapper .giftcode-container .logout {
  font-size: 1vw;
}
@media only screen and (max-width: 1023px) {
  .giftcode-wrapper .giftcode-container .logout {
    font-size: 3vw;
  }
}
.giftcode-wrapper .giftcode-container .logout a {
  cursor: pointer;
  color: #26b3fe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.giftcode-wrapper .giftcode-container .logout a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.giftcode-wrapper .giftcode-container input {
  width: 94%;
  height: 3vw;
  background: url(../images/giftcode_1.png) no-repeat center center;
  background-size: 100% auto;
  text-align: center;
  font-family: "rr";
  color: #fff;
  font-size: 1.5vw;
  padding-bottom: 1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: unset;
}
@media only screen and (max-width: 1023px) {
  .giftcode-wrapper .giftcode-container input {
    height: 8vw;
    font-size: 3.5vw;
  }
}
.giftcode-wrapper .giftcode-container input:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}
.giftcode-wrapper .giftcode-container p.giftcode-title {
  font-size: 1.2vw;
  text-transform: uppercase;
  font-family: "rr";
}
@media only screen and (max-width: 1023px) {
  .giftcode-wrapper .giftcode-container p.giftcode-title {
    font-size: 3.2vw;
  }
}

.flash-wrapper {
  position: relative;
}
.flash-wrapper::after {
  content: "";
  background: url(../images/decor_1.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  width: 29.74vw;
  height: 10.573vw;
  -webkit-animation: glow 1s ease infinite;
          animation: glow 1s ease infinite;
}
@media only screen and (max-width: 1023px) {
  .flash-wrapper::after {
    width: 67.74vw;
    height: 29.573vw;
  }
}
.flash-wrapper .item-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5vw;
  top: 35%;
}
@media only screen and (max-width: 1023px) {
  .flash-wrapper .item-container {
    gap: 4.5vw;
  }
}
.flash-wrapper .item-container .item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flash-wrapper .item-container .item-holder .item-type, .flash-wrapper .item-container .item-holder .item-name {
  pointer-events: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2vw;
  line-height: 1.2;
  font-family: "cr";
  text-transform: uppercase;
  color: #f3da74;
}
@media only screen and (max-width: 1023px) {
  .flash-wrapper .item-container .item-holder .item-type, .flash-wrapper .item-container .item-holder .item-name {
    font-size: 3.1vw;
  }
}
.flash-wrapper .item-container .item-holder .item-type {
  background: url(../images/name-1.png) no-repeat center center;
  background-size: auto 100%;
  padding-top: 0.1vw;
  padding-bottom: 0.3vw;
}
.flash-wrapper .item-container .item-holder .item-name {
  background: url(../images/name-2.png) no-repeat center center;
  background-size: 100% auto;
  padding: 0.2vw 0;
}
.flash-wrapper .item-container .item-holder .image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/item-holder.png) no-repeat center center;
  background-size: 100% auto;
  width: 8.542vw;
  height: 8.542vw;
  position: relative;
}
.flash-wrapper .item-container .item-holder .image-holder::after {
  position: absolute;
  margin-top: 3%;
  content: "";
  width: 120%;
  height: 120%;
  background: url(../images/light.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}
@media only screen and (max-width: 1023px) {
  .flash-wrapper .item-container .item-holder .image-holder {
    width: 21.542vw;
    height: 21.542vw;
  }
}
.flash-wrapper .item-container .item-holder .image-holder img {
  width: 85%;
  height: auto;
  max-height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: tada 2s ease infinite;
          animation: tada 2s ease infinite;
}
.flash-wrapper .register-btn {
  position: absolute;
  top: 82%;
  -webkit-animation: zoom-bright 1s ease infinite;
          animation: zoom-bright 1s ease infinite;
  cursor: pointer;
}
.flash-wrapper .register-btn:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.flash-wrapper .register-btn img {
  width: auto;
  height: 6.302vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .flash-wrapper .register-btn img {
    height: 18vw;
  }
}

.rule-wrapper {
  overflow-y: auto;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.rule-wrapper .rule-content {
  width: 95%;
  position: relative;
  z-index: 777;
  font-size: 0.95vw;
  font-family: "cr";
}
@media only screen and (max-width: 1023px) {
  .rule-wrapper .rule-content {
    font-size: 2.8vw;
  }
}
.rule-wrapper .rule-content a strong {
  font-weight: bold;
}
.rule-wrapper .rule-content p strong {
  font-weight: bold;
}
.rule-wrapper .rule-content h1 {
  position: relative;
  font-size: 1.6vw;
  margin: 0.6rem 0;
  text-indent: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .rule-wrapper .rule-content h1 {
    font-size: 3.4vw;
  }
}
.rule-wrapper .rule-content h1::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2vw;
  height: 2.5vw;
  background: url(../images/h1.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .rule-wrapper .rule-content h1::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 7vw;
    height: 7.5vw;
  }
}
.rule-wrapper .rule-content h2 {
  position: relative;
  font-size: 1.4vw;
  margin: 0.6rem 0;
  text-indent: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .rule-wrapper .rule-content h2 {
    font-size: 3.2vw;
  }
}
.rule-wrapper .rule-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2vw;
  height: 3vw;
  background: url(../images/h2.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .rule-wrapper .rule-content h2::after {
    width: 6vw;
    height: 6vw;
  }
}
.rule-wrapper .rule-content h3 {
  position: relative;
  font-size: 1.2vw;
  margin: 0.6rem 0;
  text-indent: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .rule-wrapper .rule-content h3 {
    font-size: 3vw;
    text-indent: 2rem;
  }
}
.rule-wrapper .rule-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2vw;
  height: 2.6vw;
  background: url(../images/h2.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .rule-wrapper .rule-content h3::after {
    width: 4vw;
    height: 5.6vw;
  }
}
.rule-wrapper .rule-content ul li strong {
  font-weight: bold;
}
.rule-wrapper .rule-content table tr td strong {
  font-weight: bold;
}
.rule-wrapper .rule-content table.note tr:only-child td {
  background-color: #ced4d9 !important;
  font-weight: unset !important;
  color: #2b2b2b !important;
}
.rule-wrapper .rule-content table.note tr:first-child td {
  background-color: #ced4d9 !important;
  font-weight: unset !important;
}
.rule-wrapper .rule-content table.note tr td {
  border: 1px solid #ced4d9;
}
.rule-wrapper .rule-content p img {
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .rule-wrapper .rule-content p img {
    max-width: 95%;
    height: auto;
  }
}
