@charset "UTF-8";
*:focus {
  outline: none; }

@font-face {
  font-family: 'LINESeedSans';
  src: url("../fonts/LINESeedSansTH_W_Th.woff2") format("woff2"), url("../fonts/LINESeedSansTH_W_Th.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'LINESeedSans';
  src: url("../fonts/LINESeedSansTH_W_Rg.woff2") format("woff2"), url("../fonts/LINESeedSansTH_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'LINESeedSans';
  src: url("../fonts/LINESeedSansTH_W_Bd.woff2") format("woff2"), url("../fonts/LINESeedSansTH_W_Bd.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'LINESeedSans';
  src: url("../fonts/LINESeedSansTH_W_XBd.woff2") format("woff2"), url("../fonts/LINESeedSansTH_W_XBd.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'LINESeedSans';
  src: url("../fonts/LINESeedSansTH_W_He.woff2") format("woff2"), url("../fonts/LINESeedSansTH_W_He.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

* {
  font-family: "LINESeedSans", "adobe-clean", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, Helvetica, sans-serif; }

body {
  font-family: "LINESeedSans", "adobe-clean", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:link,
a:visited,
a:hover,
a:active {
  font-family: "LINESeedSans", "adobe-clean", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, Helvetica, sans-serif;
  color: #cd007f;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500; }
  h1.thin,
  h1 .thin,
  h2.thin,
  h2 .thin,
  h3.thin,
  h3 .thin,
  h4.thin,
  h4 .thin,
  h5.thin,
  h5 .thin,
  h6.thin,
  h6 .thin {
    font-weight: 300; }

p {
  font-size: 18px;
  margin: 10px 0; }
  p.lead {
    font-size: 20px; }

.content {
  font-weight: 400; }
  .content p,
  .content ol,
  .content ul,
  .content div,
  .content table,
  .content textarea {
    font-weight: 400; }
  .content b,
  .content strong,
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5 {
    font-weight: 500; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0; }

html {
  scroll-behavior: smooth; }

body {
  box-sizing: border-box;
  background-color: #483d83;
  background-attachment: fixed;
  color: #191818;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  min-width: 320px; }
  body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(-45deg, #483d83, #625e98, #4163a2, #23d5ab);
    background-size: 300% 300%;
    animation: animateBG 15s ease infinite; }

@keyframes animateBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

#pageWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow: hidden; }

#mainContainer {
  flex-grow: 2;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: columns;
  justify-content: center;
  align-items: center; }
  @media (min-width: 600px) {
    #mainContainer {
      padding-top: 0; } }

main {
    width: 100%;
  margin: 0 auto;
  height: 100%;
  display: grid;
  align-items: center; }
main > * {
    width: 100%;
} 
  @media (min-width: 820px) {
    main {
      max-width: 460px; } }
  @media (min-width: 1000px) {
    main {
      grid-area: main; } }
  main section,
  main .section {
    padding: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      main section,
      main .section {
        padding: 10px; } }
    @media (min-width: 820px) {
      main section,
      main .section {
        padding: 10px; } }
    main section .content,
    main .section .content {
      color: #fff;
      max-width: 340px;
      width: 100%; }
      @media (min-width: 600px) {
        main section .content,
        main .section .content {
          max-width: 420px; } }

header,
footer {
  min-width: 320px; }
  header > .container,
  footer > .container {
    margin: 0 auto;
    padding: 10px 20px; }
    @media (min-width: 1000px) {
      header > .container,
      footer > .container {
        max-width: 1100px; } }

footer > div {
    text-align: center;
    padding: 1rem;
    color: #EEEEEE;
}
footer a {
    color: #F0F0F0 !important ;

}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #8f53d8; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #aaa;
  opacity: 0.5; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

table,
p,
ol,
ul,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
blockquote,
form,
hr {
  margin: 20px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

pre {
  padding: 10px;
  overflow: scroll;
  border: 1px solid rgba(238, 238, 238, 0.5); }

.table-wrapper {
  width: 100%;
  padding: 0;
  overflow-y: scroll; }

table {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse;
  background: rgba(0, 0, 0, 0.1); }
  table thead {
    background-color: rgba(154, 0, 95, 0.75);
    color: #fdfcf8; }
  table th,
  table td {
    border: 1px solid #eee;
    padding: 10px 10px;
    text-align: left; }
  table th {
    font-weight: 500; }

.table-wrapper {
  overflow-y: scroll; }

dl dt {
  font-weight: 500;
  font-style: oblique; }

dl dd {
  margin-bottom: 10px; }

blockquote {
  font-size: 16px;
  border-left: 4px solid rgba(238, 238, 238, 0.3);
  padding: 10px 0 10px 10px;
  margin-left: 10px; }
  blockquote p {
    margin: 0; }
  blockquote footer {
    margin-top: 10px; }

hr {
  height: 1px;
  border: none;
  background-color: #eee;
  width: 60%;
  margin: 0 auto; }

strong {
  font-weight: 600; }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #191818 !important;
  -webkit-box-shadow: 0 0 0 30px rgba(186, 213, 248, 0.2) inset !important;
  color: #191818; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 4px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    flex-shrink: 0; }
    input[type='checkbox']:after,
    input[type='radio']:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); }
    input[type='checkbox']:checked,
    input[type='radio']:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: 0.3s;
      --d-t: 0.6s;
      --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2); }
    input[type='checkbox']:disabled,
    input[type='radio']:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9; }
      input[type='checkbox']:disabled:checked,
      input[type='radio']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border); }
      input[type='checkbox']:disabled + label,
      input[type='radio']:disabled + label {
        cursor: not-allowed; }
    input[type='checkbox']:hover:not(:checked):not(:disabled),
    input[type='radio']:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover); }
    input[type='checkbox']:focus,
    input[type='radio']:focus {
      box-shadow: 0 0 0 var(--focus); }
    input[type='checkbox']:not(.switch),
    input[type='radio']:not(.switch) {
      width: 21px; }
      input[type='checkbox']:not(.switch):after,
      input[type='radio']:not(.switch):after {
        opacity: var(--o, 0); }
      input[type='checkbox']:not(.switch):checked,
      input[type='radio']:not(.switch):checked {
        --o: 1; }
    input[type='checkbox'] + label,
    input[type='radio'] + label {
      font-size: 14px;
      display: inline-block;
      cursor: pointer;
      margin-left: 4px; }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px; }
    input[type='checkbox']:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg)); }
    input[type='checkbox']:not(.switch):checked {
      --r: 43deg; }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px; }
    input[type='checkbox'].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0)); }
    input[type='checkbox'].switch:checked {
      --ab: var(--active-inner);
      --x: 17px; }
    input[type='checkbox'].switch:disabled:not(:checked):after {
      opacity: 0.6; }
  input[type='radio'] {
    border-radius: 50%; }
    input[type='radio']:after {
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: var(--active-inner);
      opacity: 0;
      transform: scale(var(--s, 0.7)); }
    input[type='radio']:checked {
      --s: 0.45; } }

.switch-wrapper {
  display: flex;
  align-items: center; }
  .switch-wrapper > input[type='checkbox'],
  .switch-wrapper > input[type='radio'],
  .switch-wrapper > .switch {
    flex-shrink: 0; }
  .switch-wrapper > label {
    line-height: 1.3; }

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  background-color: #f6f5ef;
  color: #191818;
  padding: 5px 20px;
  font-size: 18px; }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #2a2c35; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='url'],
input[type='number'],
input[type='tel'],
input[type='search'],
input[type='time'],
input[type='date'],
input[type='datetime-local'],
input[type='week'],
input[type='month'],
input[type='color'],
textarea,
select {
  -webkit-appearance: none;
  height: 50px; }

input[type='password'] {
  letter-spacing: 5px;
  font-weight: 500; }

input[type='radio'],
input[type='checkbox'] {
  width: auto;
  margin-right: 5px; }

textarea {
  min-height: 140px; }

select {
  background-color: #f6f5ef;
  background-image: url("/img/icons/angle-down-dark.webp");
  background-repeat: no-repeat;
  background-position: top 17px right 15px;
  background-size: 14px auto; }
  select:focus {
    border-color: #2a2c35; }

fieldset {
  border: none;
  margin-bottom: 20px; }
  fieldset:has(legend) {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-width: 1px 0 0 0; }
  fieldset legend {
    font-size: 80%;
    display: inline-block;
    padding: 0 5px;
    margin-left: -5px; }
  fieldset > div {
    margin-bottom: 20px; }

mark {
  display: inline-block;
  padding: 0 3px;
  background-color: #bad5f8;
  color: #191818; }

label {
  font-size: 90%;
  display: inline-block;
  padding: 5px 0; }

input[type='range'] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  background-color: transparent; }

input[type='range']:focus {
  outline: none;
  border: none; }

input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #365df5;
  background: #c1ccf7;
  border-radius: 7px;
  border: 0px solid #365df5; }

input[type='range']::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 1px solid #365df5;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #365df5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px; }

input[type='range']:focus::-webkit-slider-runnable-track {
  background: #c1ccf7; }

input[type='range']::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #365df5;
  background: #c1ccf7;
  border-radius: 7px;
  border: 0px solid #365df5; }

input[type='range']::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 1px solid #365df5;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #365df5;
  cursor: pointer; }

input[type='range']::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type='range']::-ms-fill-lower {
  background: #c1ccf7;
  border: 0px solid #365df5;
  border-radius: 14px;
  box-shadow: 0px 0px 0px #365df5; }

input[type='range']::-ms-fill-upper {
  background: #c1ccf7;
  border: 0px solid #365df5;
  border-radius: 14px;
  box-shadow: 0px 0px 0px #365df5; }

input[type='range']::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 1px #000000;
  border: 1px solid #365df5;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #365df5;
  cursor: pointer; }

input[type='range']:focus::-ms-fill-lower {
  background: #c1ccf7; }

input[type='range']:focus::-ms-fill-upper {
  background: #c1ccf7; }

form .input-block {
  margin-bottom: 20px; }
  form .input-block > label {
    display: block;
    font-size: 80%;
    display: flex;
    align-items: top;
    line-height: 1.4;
    margin-top: 5px; }
  form .input-block > .error,
  form .input-block > .info {
    font-size: 80%;
    line-height: 1.3;
    display: inline-block; }
  form .input-block > .info {
    color: #676363; }
  form .input-block > .error {
    color: #fb4d4c; }
  form .input-block.error > label {
    color: #fb4d4c;
    font-weight: 500; }

form .action-block {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0; }
  form .action-block .button {
    max-width: 255px; }

.deposit-presets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px; }
  .deposit-presets > .button {
    margin-bottom: 0;
    padding: 0 5px !important; }

button,
input[type='button'],
input[type='submit'],
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: auto;
  height: 48px;
  padding: 0 30px;
  margin: 5px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fdfcf8 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  background-color: #2a2c35;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.15);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.1s ease-in-out;
  position: relative;
  z-index: 1;
  isolation: isolate;
  cursor: pointer; }
  button::after,
  input[type='button']::after,
  input[type='submit']::after,
  .button::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out; }
  button:hover,
  input[type='button']:hover,
  input[type='submit']:hover,
  .button:hover {
    transform: translateY(-1px); }
  button:active,
  input[type='button']:active,
  input[type='submit']:active,
  .button:active {
    transform: translateY(2px); }
  button.loading,
  input[type='button'].loading,
  input[type='submit'].loading,
  .button.loading {
    pointer-events: none;
    opacity: 0.8;
    animation-name: pulsating;
    animation-duration: 1s;
    animation-iteration-count: infinite; }
  button[type='reset'], button.reset,
  input[type='button'][type='reset'],
  input[type='button'].reset,
  input[type='submit'][type='reset'],
  input[type='submit'].reset,
  .button[type='reset'],
  .button.reset {
    background-color: #ff5252; }
  button[type='submit'], button.success, button.submit,
  input[type='button'][type='submit'],
  input[type='button'].success,
  input[type='button'].submit,
  input[type='submit'][type='submit'],
  input[type='submit'].success,
  input[type='submit'].submit,
  .button[type='submit'],
  .button.success,
  .button.submit {
    background: #02c100; }
  button .icon,
  input[type='button'] .icon,
  input[type='submit'] .icon,
  .button .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px; }
    button .icon.line,
    input[type='button'] .icon.line,
    input[type='submit'] .icon.line,
    .button .icon.line {
      background: transparent url(/img/line-icon.png) no-repeat center center;
      background-size: contain; }

.button.block {
  width: 100%; }

.button.small {
  height: 30px;
  padding: 0 20px;
  font-size: 80%;
  border-radius: 9.6px; }

.img-button {
  cursor: pointer; }

input[type='button'],
input[type='reset'],
input[type='submit'] {
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.3); }

@keyframes pulsating {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }

.box {
  background-color: #fff;
  color: #000;
  padding: 30px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(46, 22, 22, 0.2); }
  .box > form {
    margin: 0; }

:root {
  --background: rgba(64, 64, 122, 0.5); }

header {
  position: static;
  width: 100%;
  z-index: 1000;
  color: #fff;
  -webkit-backdrop-filter: saturate(100%) brightness(100%) blur(20px);
  backdrop-filter: saturate(100%) brightness(100%) blur(20px); }
  header.pinned {
    -webkit-backdrop-filter: saturate(100%) brightness(100%) blur(20px);
    backdrop-filter: saturate(100%) brightness(100%) blur(20px); }
  @media (min-width: 600px) {
    header {
      position: static;
      background: none;
      backdrop-filter: none; } }
  header > .container {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 560px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  header .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    header .logo a {
      display: block;
      text-align: left;
      font-weight: 600;
      font-size: 20px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  header .profile {
    line-height: 1.3;
    max-width: 150px;
    text-align: right; }
    header .profile .username {
      font-weight: 500;
      position: relative; }
      header .profile .username::before {
        content: '';
        position: absolute;
        width: 22px;
        height: 22px;
        top: -2px;
        transform: translateX(-26px);
        background: transparent url(/img/icons/account-white.png) no-repeat center center;
        background-size: contain;
        opacity: 0.5; }
    header .profile .balance {
      font-size: 90%; }
  header nav {
    background-color: #554641;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top;
    transition: opacity 0.3s ease-in-out;
    display: grid;
    align-items: center;
    opacity: 0;
    pointer-events: none; }
    header nav ul {
      list-style: none;
      padding: 1rem;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 40px; }
      header nav ul li {
        text-align: center; }
        header nav ul li:last-child {
          border-bottom: none; }
      header nav ul a {
        display: inline-block;
        font-size: 22px;
        font-weight: 500;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        text-shadow: 0 2px 2px rgba(54, 42, 42, 0.12);
        -webkit-tap-highlight-color: transparent; }
        header nav ul a.active, header nav ul a:hover, header nav ul a.active {
          opacity: 1 !important;
          position: relative; }
          header nav ul a.active::after, header nav ul a:hover::after, header nav ul a.active::after {
            content: '';
            display: block;
            position: absolute;
            height: 2px;
            width: 100px;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
            opacity: 0.15;
            background-color: #2f0909; }
        header nav ul a.highlight {
          border: 1px solid #eee;
          border-radius: 1000px; }
    header nav input[type='search'] {
      border-radius: 1000px;
      border: none;
      padding: 10px 20px;
      width: 100%; }
  header .nav-toggle:checked ~ nav {
    transform: scale(1, 1);
    opacity: 1;
    pointer-events: all; }
    header .nav-toggle:checked ~ nav a {
      opacity: 0.5;
      transition: opacity 0.15s ease-in-out 0.1s; }
  header .nav-toggle:checked ~ .nav-toggle-label {
    background-image: url(/img/nav-close.png); }
  header .nav-toggle {
    display: none; }
  header .nav-toggle-label {
    -webkit-tap-highlight-color: transparent;
    width: 55px;
    height: 55px;
    background: transparent url(/img/nav-open.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer; }

footer > .container {
  max-width: 560px;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    footer > .container {
      max-width: 1100px; } }

footer .desc {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 17px;
  color: #fff;
  opacity: 0.5; }

footer .copy {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  opacity: 0.5; }

.enter-game {
  text-align: center;
  padding: 20px;
  text-decoration: none;
  color: #fff; }

nbr {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden; }

.text-small {
  font-size: 13px; }

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

.text-warning {
  color: #fb4d4c; }

.text-danger {
  display: inline-block;
  background-color: #fb4d4c;
  color: #fff;
  border-radius: 4px;
  padding: 3px 10px; }

.text-blink {
  animation-name: pulsating;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

.with-tip {
  position: relative;
  display: inline-block; }
  .with-tip .tip {
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    z-index: 100;
    margin-left: -60px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s; }
    .with-tip .tip::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent; }
  .with-tip.show-tip .tip {
    visibility: visible;
    opacity: 1; }

.swiper-container {
  width: 100%;
  height: 100%;
  /* background: #999; */
  /* outline: 1px solid red; */
  padding-bottom: 30px; }

.swiper-slide {
  text-align: center;
  height: 240px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1); }
  @media only screen and (min-width: 500px) {
    .swiper-slide {
      height: 280px; } }
  @media only screen and (min-width: 700px) {
    .swiper-slide {
      height: 320px; } }
  @media only screen and (min-width: 800px) {
    .swiper-slide {
      height: 420px; } }
  .swiper-slide .cover {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: pink;
    background-size: cover; }
  .swiper-slide .caption {
    z-index: 100;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    padding: 30px 20px 20px 20px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }
    .swiper-slide .caption a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      position: relative; }
      .swiper-slide .caption a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #845dd3; }
      .swiper-slide .caption a.button::after {
        border: none; }

.swiper-pagination {
  /* outline: 1px solid red; */
  /* bottom: 0px !important; */ }

/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/medium-zoom@1.1.0/dist/style.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.medium-zoom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100lvh;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: opacity;
  background-color: rgba(0, 0, 0, 0.8) !important;
  z-index: 2001; }

.medium-zoom--opened .medium-zoom-overlay {
  cursor: pointer;
  cursor: zoom-out;
  opacity: 1; }

.medium-zoom-image {
  cursor: pointer;
  cursor: zoom-in;
  opacity: 1;
  will-change: opacity; }
  .medium-zoom-image.hide {
    transition: all 0.3s cubic-bezier(0.2, 0, 0.2, 1) !important;
    opacity: 0;
    pointer-events: none; }

.medium-zoom-image--hidden {
  visibility: hidden; }

.medium-zoom-image--opened {
  position: relative;
  cursor: pointer;
  cursor: zoom-out;
  will-change: transform;
  z-index: 2002;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.2, 1) !important; }

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  flex-direction: column;
  align-items: stretch; }

body.swal2-toast-shown.swal2-has-input
> .swal2-container
> .swal2-toast
.swal2-actions {
  flex: 1;
  align-self: stretch;
  justify-content: flex-end;
  height: 2.2em; }

body.swal2-toast-shown.swal2-has-input
> .swal2-container
> .swal2-toast
.swal2-loading {
  justify-content: center; }

body.swal2-toast-shown.swal2-has-input
> .swal2-container
> .swal2-toast
.swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em; }

body.swal2-toast-shown.swal2-has-input
> .swal2-container
> .swal2-toast
.swal2-validationerror {
  font-size: 1em; }

body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent; }

body.swal2-toast-shown > .swal2-container.swal2-shown {
  background-color: transparent; }

body.swal2-toast-shown > .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-toast-shown > .swal2-container.swal2-top-end,
body.swal2-toast-shown > .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

body.swal2-toast-shown > .swal2-container.swal2-top-left,
body.swal2-toast-shown > .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

body.swal2-toast-shown > .swal2-container.swal2-center-left,
body.swal2-toast-shown > .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown > .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-toast-shown > .swal2-container.swal2-center-end,
body.swal2-toast-shown > .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown > .swal2-container.swal2-bottom-left,
body.swal2-toast-shown > .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

body.swal2-toast-shown > .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-toast-shown > .swal2-container.swal2-bottom-end,
body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden; }

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row; }

.swal2-popup.swal2-toast .swal2-title {
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-close {
  position: initial; }

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0; }

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: 0.875em;
  width: 1.375em; }

.swal2-popup.swal2-toast
.swal2-icon.swal2-error
[class^='swal2-x-mark-line'][class$='left'] {
  left: 0.3125em; }

.swal2-popup.swal2-toast
.swal2-icon.swal2-error
[class^='swal2-x-mark-line'][class$='right'] {
  right: 0.3125em; }

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 0.3125em; }

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-popup.swal2-toast
.swal2-success
[class^='swal2-success-circular-line'][class$='left'] {
  top: -0.25em;
  left: -0.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast
.swal2-success
[class^='swal2-success-circular-line'][class$='right'] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: 0.3125em; }

.swal2-popup.swal2-toast
.swal2-success
[class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em; }

.swal2-popup.swal2-toast
.swal2-success
[class^='swal2-success-line'][class$='long'] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em; }

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast 0.5s;
  animation: showSweetToast 0.5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast 0.2s forwards;
  animation: hideSweetToast 0.2s forwards; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip 0.75s;
  animation: animate-toast-success-tip 0.75s; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long 0.75s;
  animation: animate-toast-success-long 0.75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: 0.5; }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: 0.5; }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em; }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em; } }

@keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em; }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em; } }

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0; }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em; } }

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0; }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em; } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent; }

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0; }

.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-top {
  align-items: flex-start; }

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start; }

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end; }

.swal2-container.swal2-center {
  align-items: center; }

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start; }

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end; }

.swal2-container.swal2-bottom {
  align-items: flex-end; }

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center; }

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center; }

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(
.swal2-top-left
):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(
.swal2-center-left
):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(
.swal2-bottom-end
):not(.swal2-bottom-left):not(.swal2-bottom-right)
> .swal2-modal {
  margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important; } }

.swal2-container.swal2-fade {
  transition: background-color 0.1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box; }

.swal2-popup:focus {
  outline: 0; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center; }

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-popup .swal2-actions {
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px; }

.swal2-popup
.swal2-actions.swal2-loading
:not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }

.swal2-popup .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.625em 2em;
  font-weight: 500;
  box-shadow: none; }

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em; }

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em; }

.swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0; }

.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding-top: 1em;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden; }

.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474; }

.swal2-popup > .swal2-checkbox,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-input,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-textarea {
  display: none; }

.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word; }

.swal2-popup #swal2-content {
  text-align: center; }

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-select,
.swal2-popup .swal2-textarea {
  margin: 1em auto; }

.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box; }

.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #ccc; }

.swal2-popup .swal2-range input {
  width: 80%; }

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center; }

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em; }

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0.75em; }

.swal2-popup .swal2-input[type='number'] {
  max-width: 10em; }

.swal2-popup .swal2-file {
  font-size: 1.125em; }

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  color: #545454;
  font-size: 1.125em; }

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-radio {
  align-items: center;
  justify-content: center; }

.swal2-popup .swal2-checkbox label,
.swal2-popup .swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em; }

.swal2-popup .swal2-checkbox input,
.swal2-popup .swal2-radio input {
  margin: 0 0.4em; }

.swal2-popup .swal2-validationerror {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden; }

.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal; }

.swal2-icon-text {
  font-size: 3.75em; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86; }

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee; }

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success
[class^='swal2-success-circular-line'][class$='left'] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success
[class^='swal2-success-circular-line'][class$='right'] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box; }

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1; }

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
  z-index: 2; }

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps
.swal2-progresscircle.swal2-activeprogressstep
~ .swal2-progresscircle {
  background: #add8e6; }

.swal2-progresssteps
.swal2-progresscircle.swal2-activeprogressstep
~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s; }

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards; }

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

[dir='rtl'] .swal2-close {
  right: auto;
  left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s; }

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s; }

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s; }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.popup-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(100%) brightness(100%) blur(35px);
  backdrop-filter: saturate(100%) brightness(100%) blur(35px); }
  .popup-modal.hide {
    display: none; }
  .popup-modal .window {
    max-width: 420px;
    min-width: 300px;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
    pointer-events: all; }
    .popup-modal .window > .close {
      position: absolute;
      top: -40px;
      right: 30px;
      width: 30px;
      height: 30px;
      /* border-radius: 50%; */
      background: transparent url(/img/icons/modal-close.webp) no-repeat center center;
      background-size: 30px 30px;
      opacity: 0.5;
      pointer-events: all; }
    .popup-modal .window > .container {
      height: 100%;
      width: 100%;
      min-height: 120px;
      border-radius: 18px;
      pointer-events: all; }
      .popup-modal .window > .container > .content {
        height: 100%;
        max-height: calc(100svh - 130px);
        overflow: scroll; }

#qr_payment {
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px; }
  #qr_payment.with-bg {
    background-image: linear-gradient(45deg, #483d83, #4163a2);
    border: 1px solid #000; }
  #qr_payment .desc {
    text-align: center;
    line-break: none;
    white-space: nowrap;
    font-size: 95%; }
  #qr_payment h3 {
    margin: 0 0 10px 0; }

.qr-payment {
  max-width: 375px;
  margin: 20px auto 20px;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  color: #191818; }
  .qr-payment .qr-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 20px 30px 20px;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(46, 22, 22, 0.25); }
    .qr-payment .qr-content > .text-warning {
      margin-bottom: 10px; }
  .qr-payment #qrcode {
    background-color: #fff;
    border: 1px solid #21335f;
    border-radius: 18px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    .qr-payment #qrcode .qr-header {
      height: 50px;
      background: #21335f;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .qr-payment #qrcode .qr-header.hide-save-link {
        justify-content: center; }
        .qr-payment #qrcode .qr-header.hide-save-link .download-wrapper {
          width: 0; }
      .qr-payment #qrcode .qr-header .thaiqr-logo {
        height: 50px;
        width: 100px;
        background: #21335f url(/img/thaiqr-logo.webp) no-repeat center center;
        background-size: contain;
        margin-left: 8px; }
      .qr-payment #qrcode .qr-header .download-wrapper {
        display: flex;
        justify-content: flex-end;
        padding-right: 15px;
        height: 50px;
        overflow: hidden; }
        .qr-payment #qrcode .qr-header .download-wrapper a {
          display: inline-flex;
          gap: 5px;
          align-items: center;
          font-size: 12px;
          font-weight: 500;
          color: #ff4dbb; }
          .qr-payment #qrcode .qr-header .download-wrapper a .icon {
            display: inline-flex;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background-color: #ff1aa8;
            background: #ff1aa8 url(/img/icons/download.png) no-repeat center center;
            background-size: 26px 26px;
            background-position: center center;
            box-shadow: 0 10px 20px rgba(255, 26, 168, 0.3); }
    .qr-payment #qrcode .img-wrapper {
      padding: 5px; }
    .qr-payment #qrcode img {
      max-width: 210px; }
  .qr-payment .order-id {
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px; }
    .qr-payment .order-id .copy-link {
      color: #191818 !important;
      text-decoration: none !important;
      cursor: pointer; }
      .qr-payment .order-id .copy-link::before {
        color: #191818 !important;
        display: none; }
    .qr-payment .order-id input {
      padding: 0;
      height: 0;
      opacity: 0; }
  .qr-payment .countdown .exp {
    font-size: 11px;
    line-height: 1.3;
    opacity: 0.5;
    word-break: keep-all; }
    .qr-payment .countdown .exp::before {
      content: 'ก่อน '; }
  .qr-payment #timer {
    font-size: 24px;
    letter-spacing: -0.5px; }
    .qr-payment #timer::after {
      content: 's';
      display: inline-block;
      margin-left: 3px;
      font-size: 24px;
      font-weight: 500; }
  .qr-payment .deposit-amount .transfer {
    font-size: 24px;
    letter-spacing: -0.5px; }
    .qr-payment .deposit-amount .transfer::after {
      content: '฿';
      display: inline-block;
      margin-left: 3px;
      font-size: 18px;
      font-weight: 500; }
  .qr-payment .deposit-amount .receive {
    line-height: 1.3;
    font-size: 11px;
    opacity: 0.5;
    word-break: keep-all;
    white-space: nowrap; }
    .qr-payment .deposit-amount .receive::before {
      content: 'ได้รับ '; }

.meta-data {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-around; }
  .meta-data > * {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .meta-data .label {
    font-size: 14px;
    text-align: center;
    opacity: 0.5;
    word-break: keep-all;
    white-space: nowrap; }
  .meta-data .value {
    text-align: center !important;
    word-break: keep-all;
    white-space: nowrap; }

.conditions {
  max-width: 375px;
  margin: 0 auto;
  list-style-position: outside;
  padding-left: 1.5em; }
  .conditions li {
    padding-inline-start: 10px;
    padding-left: 5px; }

.qr-img-wrapper {
  height: 80svh;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  text-align: center; }
  .qr-img-wrapper img {
    display: block;
    margin: 0 auto;
    border-radius: 18px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
    user-select: none; }
  .qr-img-wrapper .help {
    background-color: #ff67c5;
    color: #fff;
    position: absolute;
    top: -35px;
    left: 0px;
    padding: 10px 15px;
    border-radius: 12px;
    transition: all 0.6s ease-in-out;
    animation-name: bounce;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    box-shadow: 0 20px 15px -15px rgba(0, 0, 0, 0.3); }
    .qr-img-wrapper .help::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #ff67c5;
      position: absolute;
      bottom: -12px;
      right: 30px;
      z-index: 100; }

@keyframes pulsating {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@keyframes bounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }

.page-title {
  text-align: center;
  color: #fff; }
