*, :after, :before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  margin: 0;
  padding:0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', sans-serif;
  color: #2c3e50;
  background-color: #FFFFFF;
}
.test-box {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 20px;
  background-color: #FFFFFF;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  display: inline-block;
}
.no-action {
  pointer-events: none;
}
.overlay,
.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container,
.content {
  position: relative;
  width: 100%;
  height: 100%;
}
.shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.wrapper {
  position: relative;
  padding: 110px;
}
.center {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items:  center;
  align-items:  center;

}
.desktop .center {
  width: 100%;
  height: 100%;
  text-align: center;
}
.center-left {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items:  center;
  align-items:  center;
  width: 100%;
  height: 100%;
  text-align: left;
}
.center-right {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items:  center;
  align-items:  center;
  width: 100%;
  height: 100%;
  text-align: left;
}
.bottom-right {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items:  flex-end;
  width: 100%;
  height: 100%;
}
.bottom-left {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items:  flex-end;
  width: 100%;
  height: 100%;
}
.text-large {
  font-size: 4vw;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
}
.kiosk-header {
  height: 100vh;

}
.kiosk-header .header-container {
  position: relative;
  display: block;
  width: 110px;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
.kiosk-header.open .header-container{
  width: 100vw;
  overflow: hidden;
}
/*
.kiosk-header .logo {
  position: absolute;
  left: 10px;
  top: 20px;
}
*/
.kiosk-header .logo img {
  height: 33px;
  width: 90px;
}

.main-header {
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
}
.main-header .header-container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items:  center;
  align-items:  center;
  height: 100%;
  padding: 0 70px;
}
.main-header .logo {
  height: 40px;
}
.kiosk-header {
  height: 100vh;
  z-index: 555555;
}
.kiosk-header-container {
  position: relative;
  display: block;
  width: 110px;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
.kiosk-header.open .kiosk-header-container{
  width: 100vw;
  overflow: hidden;
}
.kiosk-header .logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
.kiosk-header .logo img {
  height: 33px;
  width: 90px;
}
.kiosk-header .header-title {
  position: absolute;
  top: 60vh;
  left: 15px;
}
.kiosk-header .header-title h1 {
  display: block;
  width: 40vh;
  line-height: 40px;
  transform-origin: top right;
  white-space: nowrap;
  font-size: calc(6px + 1vh);
  font-weight: 900;
  letter-spacing: 1.5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -40vh;
  text-align: left;
  padding: 0 35px;
  font-family: 'Roboto Slab';
}
@media screen and (max-width: 900px) {
  .kiosk-header .header-container {
    width: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .kiosk-header-title {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    margin-top: 70px;
    padding: 10px 30px;
    max-width: 100vw;
    height: 60px;
    white-space: nowrap;
  }

  .logo {
    left: auto;
    right: 20px;
    top: 20px;
    bottom: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .kiosk-header.open .logo {
    opacity: 1;
  }
  .kiosk-header .logo {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
  }
  .wrapper {
    position: relative;
    padding: 0;
  }
}
/* Menu */
.menu-btn {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 555;
}
.menu-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.menu-link span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Roboto Slab';
}
.menu-link i {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.menu-link .bar,
.menu-link .bar:before,
.menu-link .bar:after {
  width: 20px;
  height: 2px;
  background: #000000;
}
.menu-link .bar {
  position: absolute;
  top: 14px;
  left: 5px;
  width: 20px;
  transition: all 0ms 300ms;
}
.menu-link .bar:before,
.menu-link .bar:after {
  content: "";
  position: absolute;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-link .bar:before {
  left: 0;
  bottom: 6px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-link .bar:after {
    left: 0;
    top: 6px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-link.open .bar {
  background: rgba(255, 255, 255, 0);
}
.menu-link.open .bar:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-link.open .bar:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .menu-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  }
  .menu-link i {
    margin-right: 0px;
  }
  .menu-btn span {
    display: none;
  }
}

/* Main */
.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.main-container {
  position: relative;
  display: block;
  height: 100%;
  padding-left: 110px;
}
@media screen and (max-width: 900px){
  .main-container {
    padding-left: 0;
  }
}
/* Rows */
.row {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}
.col {
  padding: 20px;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.333%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
/* Section */
.section-box.full {
  height: 100%;
}
.section-overlay {
  opacity: 0;
  visibility: hidden;
  background-color: var(--dark-color, #000000);
  z-index: 99;
}

/*
.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.section-overlay {
  pointer-events: none;
}

.section-color:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.section-color img {
  object-fit: cover;
  width: 100%;
  height: 100%;

}
*/

/* Text format*/
.title-0 {
  font-size: calc(18px + 3vw);
}
.title-1 {
  font-size: calc(18px + 2vw);
}
.title-2 {
  font-size: calc(18px + 1vw);
}
.title-3 {
  font-size: calc(18px + 0.5vw);
}
.title-4 {
  font-size: calc(10px + 0.5vw);
}
.text-1 {
  font-size: calc(10px + 1vw);
  font-weight: 500;
}
.text-2 {
  font-size: calc(8px + 0.5vw);
  font-weight: 500;
}
.text-3 {
  font-size: calc(10px + 0.5vw);
}
.text-4 {
  font-size: calc(8px + 0.4vw);
}

/* horizontal */

.horizontal {
  position: relative;
  width: 100%;
  flex: 1;
  display: inline-flex;
  align-items: center;
  align-content: center;
  height: 100%;
  overflow: hidden;
}
.horizontal-container {
  width: auto;
  display: inline-flex;
  flex: 0 1 auto;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  padding: 70px;
}
.horizontal-progress {
  position: fixed;
  left: 110px;
  bottom: 0;
  right: 0;
}
.mobile .horizontal-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.horizontal-progress.full {
  left: 0;
}
.horizontal-progress::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--dark-color, #000000);
  opacity: 0.2;
}
.horizontal-progress span {
  position: relative;
  display: block;
  height: 4px;
  background-color: var(--accent-color, #FF0000);
}
.horizontal-progress.animated span {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.mobile .horizontal-container {
  padding: 20px 20px 110px 20px;
}

.move-icon {
  position: absolute;
  top: calc(50% - 35px);
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding-left: 1em;
  overflow: hidden;
  background-color: var(--accent-color, #FF0000);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items:  center;
  align-items:  center;

}
.mobile .move-icon {
  top: calc(100% - 90px);
  right: calc(50% - 35px);
}


.swipe-icon {
  overflow: visible;
  width: 18px;
  height: 24px;
  animation: hand-move 2s ease-out infinite;
}
.swipe-icon .hand {
  fill: var(--light-color, #FFFFFF);
}
.swipe-icon .swipe-arrow {
  fill: var(--light-color, #FFFFFF);
  animation: pulse-arrow 2s ease-out infinite;
}
.swipe-icon .swipe-arrow-left {
  fill: var(--light-color, #FFFFFF);
  animation: pulse-arrow-left 2s ease-out infinite;
  transform: rotate(180deg) translateY(-5px);
}

@keyframes pulse-arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(0.25em);
    opacity: 1;
  }
  75% {
    transform: translateX(0.25em);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes pulse-arrow-left {
  0% {
    transform: rotate(180deg) translateY(-5px) translateX(0);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg) translateY(-5px) translateX(-0.25em);
    opacity: 1;
  }
  75% {
    transform: rotate(180deg) translateY(-5px) translateX(-0.25em);
    opacity: 0;
  }
  100% {
    transform: rotate(180deg) translateY(-5px) translateX(0);
    opacity: 0;
  }
}
@keyframes hand-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-0.5em);
  }
  100% {
    transform: translateX(0);
  }
}


/* GO TO NEXT SLIDE */
.next-slide-enter-active,
.next-slide-leave-active,
.next-slide-leave-active .section-overlay,
.next-slide-enter-active .section-box,
.next-slide-enter-active .category-info  {
  -webkit-transform: all cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 1s;
}

.next-slide-enter {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.next-slide-enter .section-box {
  transform: translateY(40vh);
  -webkit-transform: translateY(40vh);
}
.next-slide-leave-to {
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
}
.next-slide-leave-active .section-overlay {
  visibility: visible;
}
.next-slide-leave-to .section-overlay {
  opacity: 1;
  visibility: visible;
}
.next-slide-leave-to .category-info {
  opacity: 0;
}

.prev-slide-enter-active,
.prev-slide-leave-active,
.prev-slide-leave-active .section-overlay,
.prev-slide-enter-active .section-box,
.prev-slide-leave-active .category-info {
  -webkit-transform: all cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
.prev-slide-enter {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.prev-slide-enter .section-box {
  transform: translateY(-40vh);
  -webkit-transform: translateY(-40vh);
}
.prev-slide-leave-to {
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
}
.prev-slide-leave-active .section-overlay {
  visibility: visible;

}
.prev-slide-leave-to .section-overlay {
  visibility: visible;
  opacity: 1;
}
.prev-slide-leave-to .category-info {
  opacity: 0;
}
.prev-leave-enter-active,
.next-leave-enter-active {
  z-index: 1;
}


/* Login */
.login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.login-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 600px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.login-wrapper {
  padding: 25px;
  width: 100%;
}
.login-title {
  font-weight: 300;
  margin: 0;
}
.login-overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.slide-fade-enter-active,
.slide-fade-leave-active {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.slide-fade-enter, .slide-fade-leave-to {
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  opacity: 0;

}
.slide-left-enter-active,
.slide-left-leave-active {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.slide-left-enter, .slide-left-leave-to {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  opacity: 0;
}


.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.fade-enter, .fade-leave-to {
  opacity: 0;

}
.fade-zoom-enter-active,
.fade-zoom-leave-active {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.fade-zoom-enter, .fade-zoom-leave-to {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
