

/*************************************************
 * client:  m&ms's
 * project: 沒在騙...一句話就能讓上班如此歡樂！
 * date:    Fri Dec 06 2019 18:09:13 
 * copyright (c) 2019 BBDO Taiwan | Vincent Fang.
 *************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
.icon-custom::before, .icon-custom::after, .popup_container::before, .cover_container::before, .loading_container:before, .radioBox::before, .radioBox::after, .checkBox::before, .checkBox::after, .burger_line::before, .burger_line::after, .nav::before, .container::before, .is-visible .title-p2 .title_word-1::before, .is-visible .title-p2 .title_word-2::before, .is-visible .title-p2 .title_word-3::before, .is-visible .title-p2 .title_word-4::before, .is-visible .title-p2 .title_word-5::before, .is-visible .title-p2 .title_word-6::before, .ques_option .btn_link::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.popup_container, .cover_container, .cover_content img, .loading_percent, .loading_text, .header_container, .burger-X, .burger_text, .nav, .kv_gentleman, .kv_gentleman_shadow, .form, .exam, .ques, .award_item_pic, .step_list, .rule_list, .rule_title, .slides, .slides_item_pic, #stage canvas, .MrDot {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.icon-submit::before, .icon-submit::after, .icon-X::before, .icon-X::after, .icon-prev::before, .icon-prev::after, .icon-next::before, .icon-next::after, .radioBox::before, .radioBox::after, .checkBox::before, .checkBox::after, .burger_line, .burger_line::before, .burger_line::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* CSS Document */
/* http: //meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License:  none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

area {
  display: block;
}

a {
  color: initial;
  text-decoration: none;
}

/* init */
html, body, *, div,
input, textarea, select,
ul, li, button, span,
a, p, h1, h2, h3, h4, h5, h6 {
  font-family: "cwTeXMing", sans-serif;
  line-height: 1.25em;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #eba502;
  -webkit-overflow-scrolling: touch;
  font-size: 20px;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

p {
  font-size: 1rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

input, textarea, select, *[contenteditable="true"] {
  outline: none;
  border: none;
  background: none;
  resize: none;
  word-break: break-all;
  font-size: 1rem;
}

.ul_list, .ol_list {
  padding-left: 1rem;
  list-style-position: outside;
  text-indent: 0;
  overflow: visible;
}

.ul_list_item, .ol_list_item {
  margin-bottom: .5rem;
  text-align: left;
}

.popup .ul_list_item, .popup .ol_list_item {
  color: rgba(255, 255, 255, 0.9);
}

.ul_list_text, .ol_list_text {
  line-height: 1.5em;
  color: #6a3906;
  font-weight: bold;
}

.popup .ul_list_text, .popup .ol_list_text {
  color: rgba(255, 255, 255, 0.9);
}

.ul_list {
  list-style-type: disc;
}

.ol_list {
  list-style-type: decimal;
}

.font_weight-L {
  font-weight: 100;
}

.font_weight-R {
  font-weight: 300;
}

.font_weight-B {
  font-weight: 600;
}

.font_weight-H {
  font-weight: 900;
}

.font-xs {
  font-size: 0.75em;
}

.font-sm {
  font-size: 0.875em;
}

.font-lg {
  font-size: 1.125em;
}

.font-xl {
  font-size: 1.25em;
}

.font-initial {
  font-size: 300%;
}

.font_color-white {
  color: white;
}

.text-nowrap {
  white-space: nowrap;
}

.text-ellipsis {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.grid {
  width: 100%;
}

.grid .row .col {
  float: none;
}

@-moz-document url-prefix() {
  .row .col {
    margin-right: -1px;
  }
}

.row {
  width: 100%;
  overflow: visible;
  font-size: 0;
  direction: ltr;
}

.row-contour .col {
  padding-bottom: 100%;
  margin-bottom: -100%;
}

.row-rtl {
  direction: rtl;
}

.row-ltr {
  direction: ltr;
}

.row-rtl .col, .row-ltr .col {
  direction: ltr;
}

.col {
  position: relative;
  display: inline-block;
  font-size: 1rem;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .col {
    margin-right: -4px;
  }
}

.col-0 {
  width: 0%;
}

.offset-0 {
  margin-left: 0%;
}

.col-1 {
  width: 8.33333%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.col-2_4 {
  width: 20%;
}

.offset-2_4 {
  margin-left: 20%;
}

.col-3 {
  width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.33333%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.col-4_8 {
  width: 40%;
}

.offset-4_8 {
  margin-left: 40%;
}

.col-5 {
  width: 41.66667%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.col-6 {
  width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.33333%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.col-9 {
  width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.33333%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.col-12 {
  width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

@media only screen and (max-width: 479px) {
  .show-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) {
  html, body {
    font-size: 20px;
  }
  .row-xs-rtl {
    direction: rtl;
  }
  .row-xs-ltr {
    direction: ltr;
  }
  .row-xs-rtl .col, .row-xs-ltr .col {
    direction: ltr;
  }
  .col-xs-absolute {
    position: absolute;
    top: 0;
  }
  .col-xs-relative {
    position: relative;
  }
  .col-xs-0 {
    width: 0%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .col-xs-2_4 {
    width: 20%;
  }
  .offset-xs-2_4 {
    margin-left: 20%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .col-xs-4_8 {
    width: 40%;
  }
  .offset-xs-4_8 {
    margin-left: 40%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
  .hide-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 639px) {
  .show-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 640px) {
  html, body {
    font-size: 20px;
  }
  .row-sm-rtl {
    direction: rtl;
  }
  .row-sm-ltr {
    direction: ltr;
  }
  .row-sm-rtl .col, .row-sm-ltr .col {
    direction: ltr;
  }
  .col-sm-absolute {
    position: absolute;
    top: 0;
  }
  .col-sm-relative {
    position: relative;
  }
  .col-sm-0 {
    width: 0%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .col-sm-2_4 {
    width: 20%;
  }
  .offset-sm-2_4 {
    margin-left: 20%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .col-sm-4_8 {
    width: 40%;
  }
  .offset-sm-4_8 {
    margin-left: 40%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .hide-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .show-md {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  html, body {
    font-size: 20px;
  }
  .row-md-rtl {
    direction: rtl;
  }
  .row-md-ltr {
    direction: ltr;
  }
  .row-md-rtl .col, .row-md-ltr .col {
    direction: ltr;
  }
  .col-md-absolute {
    position: absolute;
    top: 0;
  }
  .col-md-relative {
    position: relative;
  }
  .col-md-0 {
    width: 0%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .col-md-2_4 {
    width: 20%;
  }
  .offset-md-2_4 {
    margin-left: 20%;
  }
  .col-md-3 {
    width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .col-md-4_8 {
    width: 40%;
  }
  .offset-md-4_8 {
    margin-left: 40%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .hide-md {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .show-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  html, body {
    font-size: 18px;
  }
  .row-lg-rtl {
    direction: rtl;
  }
  .row-lg-ltr {
    direction: ltr;
  }
  .row-lg-rtl .col, .row-lg-ltr .col {
    direction: ltr;
  }
  .col-lg-absolute {
    position: absolute;
    top: 0;
  }
  .col-lg-relative {
    position: relative;
  }
  .col-lg-0 {
    width: 0%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .col-lg-2_4 {
    width: 20%;
  }
  .offset-lg-2_4 {
    margin-left: 20%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .col-lg-4_8 {
    width: 40%;
  }
  .offset-lg-4_8 {
    margin-left: 40%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .hide-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .show-xl {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  html, body {
    font-size: 18px;
  }
  .row-xl-rtl {
    direction: rtl;
  }
  .row-xl-ltr {
    direction: ltr;
  }
  .row-xl-rtl .col, .row-xl-ltr .col {
    direction: ltr;
  }
  .col-xl-absolute {
    position: absolute;
    top: 0;
  }
  .col-xl-relative {
    position: relative;
  }
  .col-xl-0 {
    width: 0%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .col-xl-2_4 {
    width: 20%;
  }
  .offset-xl-2_4 {
    margin-left: 20%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .col-xl-4_8 {
    width: 40%;
  }
  .offset-xl-4_8 {
    margin-left: 40%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .hide-xl {
    display: none !important;
  }
}

@media only screen and (max-width: 1439px) {
  .show-xxl {
    display: none !important;
  }
}

@media only screen and (min-width: 1440px) {
  html, body {
    font-size: 18px;
  }
  .row-xxl-rtl {
    direction: rtl;
  }
  .row-xxl-ltr {
    direction: ltr;
  }
  .row-xxl-rtl .col, .row-xxl-ltr .col {
    direction: ltr;
  }
  .col-xxl-absolute {
    position: absolute;
    top: 0;
  }
  .col-xxl-relative {
    position: relative;
  }
  .col-xxl-0 {
    width: 0%;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .col-xxl-1 {
    width: 8.33333%;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .col-xxl-2 {
    width: 16.66667%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .col-xxl-2_4 {
    width: 20%;
  }
  .offset-xxl-2_4 {
    margin-left: 20%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .col-xxl-4_8 {
    width: 40%;
  }
  .offset-xxl-4_8 {
    margin-left: 40%;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
  .hide-xxl {
    display: none !important;
  }
}

.mb .hide-mb {
  display: none;
}

.tb .hide-tb {
  display: none;
}

.pc .hide-pc {
  display: none;
}

.btn {
  position: relative;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
}

.btnGroup {
  width: 100%;
  font-size: 0;
}

.btnGroup-right {
  text-align: right;
}

.btn_link, .btn_text, .btn_icon, .btn path {
  position: relative;
  -webkit-transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), fill 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), color 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), fill 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), color 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), fill 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), color 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), fill 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), color 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), fill 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), color 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), fill 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), color 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.btn_text, .btn_icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  z-index: 1;
  cursor: pointer;
}

.btn_text-brown {
  color: #6a3906 !important;
}

.btn_text-white {
  color: white !important;
}

.btn_link {
  display: block;
  font-size: 0;
}

.btn-custom {
  margin: .5rem .75rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.btn-custom .btn_link {
  background: rgba(106, 57, 6, 0);
  padding: 0.25rem 0.25rem;
  font-size: 0;
  -webkit-border-radius: 2.75rem;
     -moz-border-radius: 2.75rem;
          border-radius: 2.75rem;
  border: 2px solid #6a3906;
  display: block;
  text-align: center;
}

.btn-custom .btn_icon {
  width: 2.5rem;
  height: 2.5rem;
}

.btn-custom .btn_text {
  padding: 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  color: #6a3906;
  line-height: 2.5rem;
  letter-spacing: .1em;
}

.btn-custom:not(.btn-custom-nohover):hover .btn_link, .btn-custom.is-active .btn_link {
  background: #6a3906;
}

.btn-custom:not(.btn-custom-nohover):hover .btn_link path, .btn-custom.is-active .btn_link path {
  fill: #ffcd00 !important;
}

.btn-custom:not(.btn-custom-nohover):hover .btn_text, .btn-custom.is-active .btn_text {
  color: #ffcd00;
}

.btn-custom-hover2:not(.btn-custom-nohover):hover:not(.is-active) .btn_link {
  background: #eba502;
}

.btn-custom-hover2:not(.btn-custom-nohover):hover:not(.is-active) .btn_text {
  color: #6a3906;
}

.btn-custom-fill .btn_link {
  background: #6a3906;
}

.btn-custom-fill .btn_text {
  color: white;
}

.btn-custom-fill:not(.btn-custom-nohover):hover .btn_link {
  background: black;
}

.btn-custom-nav {
  margin: 0 0 2rem 0;
}

.btn-custom-nav .btn_icon {
  position: absolute;
  top: -1.25rem;
  left: 0;
  background: black;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  z-index: 5;
}

.is-visible .btn-custom-nav .btn_icon {
  -webkit-animation: shake 2s cubic-bezier(0, 1.2, 0.8, 1.01) infinite;
     -moz-animation: shake 2s cubic-bezier(0, 1.2, 0.8, 1.01) infinite;
       -o-animation: shake 2s cubic-bezier(0, 1.2, 0.8, 1.01) infinite;
          animation: shake 2s cubic-bezier(0, 1.2, 0.8, 1.01) infinite;
}

.btn-custom-nav .btn_link {
  padding: .5rem 4.5rem;
}

.btn-custom-nav:not(.btn-custom-nohover):hover .btn_icon {
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
}

.btn-custom-yellow .btn_link {
  border: 2px solid #ffcd00;
  -webkit-box-shadow: 0 0 2rem rgba(255, 205, 0, 0.25);
     -moz-box-shadow: 0 0 2rem rgba(255, 205, 0, 0.25);
          box-shadow: 0 0 2rem rgba(255, 205, 0, 0.25);
}

.btn-custom-yellow .btn_text {
  color: #ffcd00;
}

.btn-custom-yellow:not(.btn-custom-nohover):hover .btn_link {
  background: #ffcd00;
}

.btn-custom-yellow:not(.btn-custom-nohover):hover .btn_text {
  color: #6a3906;
}

.btn-custom-swipe {
  margin: 0;
}

.btn-custom-swipe .btn_link {
  padding: .75rem 3.5rem;
  border: 0;
  overflow: hidden;
}

.btn-custom-swipe .btn_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eba502;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.btn-custom-swipe .btn_bar.is-swipe {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.btn-custom-md .btn_link {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.btn-custom-big .btn_link {
  padding: 0.25rem 0.5rem;
}

.btn-custom-big .btn_text {
  padding: .25rem 7.5rem;
}

.btn-custom-big .btn_icon + .btn_text {
  padding-left: 6.25rem;
}

.btn-custom-submit .btn_link {
  background: #6a3906;
  border: 5px solid #6a3906;
}

.btn-custom-submit .btn_text {
  color: white;
}

.btn-custom-submit:not(.btn-custom-nohover):hover .btn_link {
  background: rgba(106, 57, 6, 0);
}

.btn-custom-submit:not(.btn-custom-nohover):hover .btn_link .icon-submit, .btn-custom-submit:not(.btn-custom-nohover):hover .btn_link .icon-submit::before {
  border-color: #6a3906;
}

.btn-custom-submit:not(.btn-custom-nohover):hover .btn_text {
  color: #6a3906;
}

.btn-custom-submit-white .btn_link {
  border: 2px solid white;
}

.btn-custom-submit-white .btn_text {
  color: white;
}

.btn-custom-submit-white:not(.btn-custom-nohover):hover .btn_link {
  background: white;
}

.btn-custom-submit-white:not(.btn-custom-nohover):hover .btn_text {
  color: black;
}

.btn-icon, .btn-dot {
  display: inline-block;
  vertical-align: middle;
}

.btn-icon {
  width: 2.5rem;
}

.btn-icon, .btn-icon svg {
  height: 2.5rem;
}

.btn-icon.is-hide {
  opacity: 0;
}

.btn-dot {
  margin: 0 .25rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #6a3906;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.btn-dot:hover {
  background: #eba502;
}

.btn-dot.is-active {
  background: #6a3906;
}

.btn-icon-big {
  margin: .5rem 1rem;
  text-align: center;
}

.btn-icon-big .btn_link {
  display: inline-block;
}

.btn-icon-big .btn_icon {
  width: 5rem;
  height: 5rem;
  display: block;
}

.btn-icon-big .btn_text {
  margin-top: .5rem;
  color: #6a3906;
  font-weight: bold;
}

.btn-icon-big:hover .btn_icon {
  -webkit-transform: scale(1.125);
     -moz-transform: scale(1.125);
      -ms-transform: scale(1.125);
       -o-transform: scale(1.125);
          transform: scale(1.125);
}

.icon {
  cursor: pointer;
}

.icon-custom {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.icon-custom::before, .icon-custom::after {
  position: absolute;
  -webkit-transition: background .35s ease-in-out, -webkit-transform .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
  transition: background .35s ease-in-out, -webkit-transform .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
  -o-transition: background .35s ease-in-out, box-shadow .35s ease-in-out, -o-transform .35s ease-in-out;
  -moz-transition: background .35s ease-in-out, transform .35s ease-in-out, box-shadow .35s ease-in-out, -moz-transform .35s ease-in-out, -moz-box-shadow .35s ease-in-out;
  transition: background .35s ease-in-out, transform .35s ease-in-out, box-shadow .35s ease-in-out;
  transition: background .35s ease-in-out, transform .35s ease-in-out, box-shadow .35s ease-in-out, -webkit-transform .35s ease-in-out, -moz-transform .35s ease-in-out, -o-transform .35s ease-in-out, -webkit-box-shadow .35s ease-in-out, -moz-box-shadow .35s ease-in-out;
}

.icon-gogo, .icon-gogo::before, .icon-gogo::after {
  position: relative;
  width: 0;
  height: 0;
  border-width: 0.75rem 0.5rem;
  border-style: solid;
  border-color: rgba(106, 57, 6, 0);
  border-left-color: #6a3906;
  display: inline-block;
  vertical-align: middle;
}

.icon-gogo::before, .icon-gogo::after {
  position: absolute;
}

.icon-gogo::before {
  left: 0.5rem;
  top: -0.75rem;
  border-left-color: rgba(106, 57, 6, 0.6);
}

.icon-gogo::after {
  left: 1.5rem;
  top: -0.75rem;
  border-left-color: rgba(106, 57, 6, 0.2);
}

.icon-submit {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.icon-submit, .icon-submit::before {
  border: 4px solid #ffcd00;
}

.icon-submit::before {
  width: 60%;
  height: 40%;
  border: 5px solid #ffcd00;
  border-width: 0 0 4px 4px;
  opacity: 1;
  -webkit-transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
     -moz-transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
      -ms-transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
       -o-transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
          transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
}

.icon-X {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #ffcd00;
}

.icon-X::before, .icon-X::after {
  width: 65%;
  height: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #6a3906;
}

.icon-X::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-X::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icon-X:hover {
  background: #6a3906;
}

.icon-X:hover::before, .icon-X:hover::after {
  background: #ffcd00;
}

.icon-prev::before, .icon-prev::after {
  left: 0;
  -webkit-transform-origin: 0% 50%;
     -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
       -o-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.icon-prev::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icon-prev::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-next::before, .icon-next::after {
  right: 0;
  -webkit-transform-origin: 100% 50%;
     -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.icon-next::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-next::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wrapper, .container, .content, .section, .box {
  position: relative;
}

.container, .popup, .loading, .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: top 0s 0.45s, left 0s 0.45s, transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.container_container, .container_content, .popup_container, .popup_content, .loading_container, .loading_content, .cover_container, .cover_content {
  position: relative;
}

.container, .popup, .loading {
  top: -350vh;
  left: -100vw;
  opacity: 0;
}

.container_active:checked + .container, .container.is-visible, .popup_active:checked + .container, .popup.is-visible, .loading_active:checked + .container, .loading.is-visible, .container_active:checked + .popup, .popup_active:checked + .popup, .loading_active:checked + .popup, .container_active:checked + .loading, .popup_active:checked + .loading, .loading_active:checked + .loading {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}

.popup_active:checked + .popup, .popup.is-visible, .loading_active:checked + .popup, .loading.is-visible, .popup_active:checked + .loading, .loading_active:checked + .loading {
  z-index: 6;
}

.popup_container, .cover_container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding: 1rem;
}

.popup_container::before, .popup_content, .cover_container::before, .cover_content {
  display: inline-block;
  vertical-align: middle;
}

.popup_container::before, .cover_container::before {
  width: 0;
  height: 100%;
}

.popup_content, .cover_content {
  width: 100%;
  padding: 2rem 1rem;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  font-size: 1rem;
  overflow: auto;
}

.cover {
  background: #ffcd00;
  z-index: 10000;
  -webkit-transition: opacity 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: opacity 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.cover_content {
  padding-top: 0;
  padding-bottom: 5rem;
}

.cover.is-hide {
  top: -350vh;
  left: -100vw;
  opacity: 0;
}

.timeout_pic {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.is-hide .timeout_pic {
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.wall {
  background: none;
}

.popup {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  z-index: 181;
}

.popup_content {
  background: rgba(106, 57, 6, 0.95);
}

.popup_X {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffcd00;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  z-index: 100;
  -webkit-transition: -webkit-transform 0s 0.45s ease-in-out;
  transition: -webkit-transform 0s 0.45s ease-in-out;
  -o-transition: -o-transform 0s 0.45s ease-in-out;
  -moz-transition: transform 0s 0.45s ease-in-out, -moz-transform 0s 0.45s ease-in-out;
  transition: transform 0s 0.45s ease-in-out;
  transition: transform 0s 0.45s ease-in-out, -webkit-transform 0s 0.45s ease-in-out, -moz-transform 0s 0.45s ease-in-out, -o-transform 0s 0.45s ease-in-out;
}

.popup_active {
  display: none;
}

.popup_active:checked + .popup, .popup.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  z-index: 181;
}

.popup_active:checked + .popup .popup_X, .popup.is-visible .popup_X {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.45s 0s ease-in-out;
  transition: -webkit-transform 0.45s 0s ease-in-out;
  -o-transition: -o-transform 0.45s 0s ease-in-out;
  -moz-transition: transform 0.45s 0s ease-in-out, -moz-transform 0.45s 0s ease-in-out;
  transition: transform 0.45s 0s ease-in-out;
  transition: transform 0.45s 0s ease-in-out, -webkit-transform 0.45s 0s ease-in-out, -moz-transform 0.45s 0s ease-in-out, -o-transform 0.45s 0s ease-in-out;
}

.popup_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_title {
  text-align: center;
}

.popup_title:not(:first-child) {
  padding-top: 1rem;
  border-top: 1px solid #ffcd00;
}

.popup_title img {
  display: inline-block;
}

.loading {
  background: #a5a5a5;
  opacity: 0;
  z-index: 200;
  background: -webkit-gradient(linear, left top, left bottom, from(#27acc4), color-stop(50%, #858cea), to(#cd88fc));
  background: -webkit-linear-gradient(top, #27acc4 0%, #858cea 50%, #cd88fc 100%);
  background: -moz-linear-gradient(top, #27acc4 0%, #858cea 50%, #cd88fc 100%);
  background: -o-linear-gradient(top, #27acc4 0%, #858cea 50%, #cd88fc 100%);
  background: linear-gradient(to bottom, #27acc4 0%, #858cea 50%, #cd88fc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: url(../img/BG.png) center top, #eba502;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  z-index: 181;
}

.loading-waiting {
  background: rgba(235, 165, 2, 0.95);
}

.loading_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
}

.loading_container:before {
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.loading_content {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-25%);
     -moz-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
       -o-transform: translateY(-25%);
          transform: translateY(-25%);
  font-size: 1rem;
}

.loading_visual {
  position: relative;
}

.loading_visual_candy {
  display: inline-block;
  vertical-align: middle;
}

.loading_visual_candy:nth-child(1) {
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
       -o-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.loading_visual_candy:nth-child(2) {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading_visual_candy:nth-child(3) {
  -webkit-animation-delay: 0.75s;
     -moz-animation-delay: 0.75s;
       -o-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.is-visible .loading_visual_candy {
  -webkit-animation: scale 2s cubic-bezier(0, 1.2, 0.8, 1.01) infinite;
     -moz-animation: scale 2s cubic-bezier(0, 1.2, 0.8, 1.01) infinite;
       -o-animation: scale 2s cubic-bezier(0, 1.2, 0.8, 1.01) infinite;
          animation: scale 2s cubic-bezier(0, 1.2, 0.8, 1.01) infinite;
}

.loading_percent, .loading_text {
  position: relative;
  margin-top: .5rem;
  color: #6a3906;
  font-weight: bold;
  letter-spacing: .15em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
}

.loading.is-visible {
  opacity: 1;
  z-index: 6;
}

.pleaseLandscape, .pleasePortrait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.pc .pleaseLandscape, .pc .pleasePortrait {
  display: none;
}

@media screen and (orientation: landscape) {
  .please_landscape {
    top: -100vh;
    left: -100vw;
  }
}

@media screen and (orientation: portrait) {
  .please_portrait {
    top: -100vh;
    left: -100vw;
  }
}

input[type=range] {
  margin: 0;
  width: 100%;
  height: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.5rem;
  cursor: pointer;
  animate: 0.2s;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1.5rem;
  cursor: pointer;
  animate: 0.2s;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 1.5rem;
  cursor: pointer;
  animate: 0.2s;
}

input[type=range]::-webkit-slider-runnable-track {
  border: 0px solid black;
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
}

input[type=range]::-moz-range-track {
  border: 0px solid black;
  -moz-border-radius: 1.5rem;
       border-radius: 1.5rem;
}

input[type=range]::-ms-fill-lower {
  border: 0px solid black;
  border-radius: 1.5rem;
}

input[type=range]::-ms-fill-upper {
  border: 0px solid black;
  border-radius: 1.5rem;
}

input[type=range]::-ms-fill-lower {
  border-radius: 3rem;
}

input[type=range]::-ms-fill-upper {
  border-radius: 3rem;
}

input[type=range]::-webkit-slider-runnable-track {
  background: black;
}

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

input[type=range]::-moz-range-track {
  background: black;
}

input[type=range]::-ms-fill-lower {
  background: black;
}

input[type=range]::-ms-fill-upper {
  background: black;
}

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

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

input[type=range]::-webkit-slider-thumb {
  width: 2.5rem;
  height: 1.5rem;
  background: white;
  -webkit-box-shadow: 0px 0px 0 2px black inset;
          box-shadow: 0px 0px 0 2px black inset;
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}

input[type=range]::-moz-range-thumb {
  width: 2.5rem;
  height: 1.5rem;
  background: white;
  -moz-box-shadow: 0px 0px 0 2px black inset;
       box-shadow: 0px 0px 0 2px black inset;
  -moz-border-radius: 1.5rem;
       border-radius: 1.5rem;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  outline: none;
}

input[type=range]::-ms-thumb {
  width: 2.5rem;
  height: 1.5rem;
  background: white;
  box-shadow: 0px 0px 0 2px black inset;
  border-radius: 1.5rem;
  cursor: pointer;
  appearance: none;
}

input[type=range]::-moz-focus-outer {
  border: 0;
  outline: none;
}

.selectBox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.selectBox::-ms-expand {
  display: none;
}

.radioBox, .checkBox {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid white;
  -webkit-border-radius: .5rem;
     -moz-border-radius: .5rem;
          border-radius: .5rem;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.radioBox_active, .checkBox_active {
  display: none;
}

.radioBox, .radioBox::before, .radioBox::after, .checkBox, .checkBox::before, .checkBox::after {
  -webkit-transition: background .45s, border .45s, opacity .45s, -webkit-transform .45s;
  transition: background .45s, border .45s, opacity .45s, -webkit-transform .45s;
  -o-transition: background .45s, border .45s, opacity .45s, -o-transform .45s;
  -moz-transition: background .45s, border .45s, opacity .45s, transform .45s, -moz-transform .45s;
  transition: background .45s, border .45s, opacity .45s, transform .45s;
  transition: background .45s, border .45s, opacity .45s, transform .45s, -webkit-transform .45s, -moz-transform .45s, -o-transform .45s;
}

.radioBox::before {
  width: .8rem;
  height: .8rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  opacity: 0;
}

.radioBox_active:checked + .radioBox::before {
  opacity: 1;
}

.checkBox::before {
  width: 70%;
  height: 40%;
  border: 4px solid #6a3906;
  border-width: 0 0 4px 4px;
  opacity: 0;
  -webkit-transform: rotate(0deg) skew(0deg) translateX(0%) translateY(0%);
     -moz-transform: rotate(0deg) skew(0deg) translateX(0%) translateY(0%);
      -ms-transform: rotate(0deg) skew(0deg) translateX(0%) translateY(0%);
       -o-transform: rotate(0deg) skew(0deg) translateX(0%) translateY(0%);
          transform: rotate(0deg) skew(0deg) translateX(0%) translateY(0%);
}

.checkBox_active:checked + .checkBox::before {
  opacity: 1;
  -webkit-transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
     -moz-transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
      -ms-transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
       -o-transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
          transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
}

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

@-moz-keyframes loading {
  from {
    -moz-transform: rotate(0deg) translateZ(0);
         transform: rotate(0deg) translateZ(0);
  }
  to {
    -moz-transform: rotate(360deg) translateZ(0);
         transform: rotate(360deg) translateZ(0);
  }
}

@-o-keyframes loading {
  from {
    transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
  }
}

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

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg translateZ(0));
            transform: rotate(0deg translateZ(0));
  }
  15% {
    -webkit-transform: rotate(-5deg translateZ(0));
            transform: rotate(-5deg translateZ(0));
  }
  30% {
    -webkit-transform: rotate(5deg translateZ(0));
            transform: rotate(5deg translateZ(0));
  }
  40% {
    -webkit-transform: rotate(-3deg translateZ(0));
            transform: rotate(-3deg translateZ(0));
  }
  50% {
    -webkit-transform: rotate(2deg translateZ(0));
            transform: rotate(2deg translateZ(0));
  }
  100% {
    -webkit-transform: rotate(0deg translateZ(0));
            transform: rotate(0deg translateZ(0));
  }
  55% {
    -webkit-transform: rotate(0deg translateZ(0));
            transform: rotate(0deg translateZ(0));
  }
}

@-moz-keyframes shake {
  0% {
    -moz-transform: rotate(0deg translateZ(0));
         transform: rotate(0deg translateZ(0));
  }
  15% {
    -moz-transform: rotate(-5deg translateZ(0));
         transform: rotate(-5deg translateZ(0));
  }
  30% {
    -moz-transform: rotate(5deg translateZ(0));
         transform: rotate(5deg translateZ(0));
  }
  40% {
    -moz-transform: rotate(-3deg translateZ(0));
         transform: rotate(-3deg translateZ(0));
  }
  50% {
    -moz-transform: rotate(2deg translateZ(0));
         transform: rotate(2deg translateZ(0));
  }
  100% {
    -moz-transform: rotate(0deg translateZ(0));
         transform: rotate(0deg translateZ(0));
  }
  55% {
    -moz-transform: rotate(0deg translateZ(0));
         transform: rotate(0deg translateZ(0));
  }
}

@-o-keyframes shake {
  0% {
    transform: rotate(0deg translateZ(0));
  }
  15% {
    transform: rotate(-5deg translateZ(0));
  }
  30% {
    transform: rotate(5deg translateZ(0));
  }
  40% {
    transform: rotate(-3deg translateZ(0));
  }
  50% {
    transform: rotate(2deg translateZ(0));
  }
  100% {
    transform: rotate(0deg translateZ(0));
  }
  55% {
    transform: rotate(0deg translateZ(0));
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg translateZ(0));
       -moz-transform: rotate(0deg translateZ(0));
            transform: rotate(0deg translateZ(0));
  }
  15% {
    -webkit-transform: rotate(-5deg translateZ(0));
       -moz-transform: rotate(-5deg translateZ(0));
            transform: rotate(-5deg translateZ(0));
  }
  30% {
    -webkit-transform: rotate(5deg translateZ(0));
       -moz-transform: rotate(5deg translateZ(0));
            transform: rotate(5deg translateZ(0));
  }
  40% {
    -webkit-transform: rotate(-3deg translateZ(0));
       -moz-transform: rotate(-3deg translateZ(0));
            transform: rotate(-3deg translateZ(0));
  }
  50% {
    -webkit-transform: rotate(2deg translateZ(0));
       -moz-transform: rotate(2deg translateZ(0));
            transform: rotate(2deg translateZ(0));
  }
  100% {
    -webkit-transform: rotate(0deg translateZ(0));
       -moz-transform: rotate(0deg translateZ(0));
            transform: rotate(0deg translateZ(0));
  }
  55% {
    -webkit-transform: rotate(0deg translateZ(0));
       -moz-transform: rotate(0deg translateZ(0));
            transform: rotate(0deg translateZ(0));
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  30% {
    -webkit-transform: translateY(-25px) translateZ(0);
            transform: translateY(-25px) translateZ(0);
  }
  60% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}

@-moz-keyframes jump {
  0% {
    -moz-transform: translateY(0) translateZ(0);
         transform: translateY(0) translateZ(0);
  }
  30% {
    -moz-transform: translateY(-25px) translateZ(0);
         transform: translateY(-25px) translateZ(0);
  }
  60% {
    -moz-transform: translateY(0) translateZ(0);
         transform: translateY(0) translateZ(0);
  }
  100% {
    -moz-transform: translateY(0) translateZ(0);
         transform: translateY(0) translateZ(0);
  }
}

@-o-keyframes jump {
  0% {
    transform: translateY(0) translateZ(0);
  }
  30% {
    transform: translateY(-25px) translateZ(0);
  }
  60% {
    transform: translateY(0) translateZ(0);
  }
  100% {
    transform: translateY(0) translateZ(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0) translateZ(0);
       -moz-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  30% {
    -webkit-transform: translateY(-25px) translateZ(0);
       -moz-transform: translateY(-25px) translateZ(0);
            transform: translateY(-25px) translateZ(0);
  }
  60% {
    -webkit-transform: translateY(0) translateZ(0);
       -moz-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0);
       -moz-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  25% {
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
  }
  50% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}

@-moz-keyframes scale {
  0% {
    -moz-transform: scale(1) translateZ(0);
         transform: scale(1) translateZ(0);
  }
  25% {
    -moz-transform: scale(1.1) translateZ(0);
         transform: scale(1.1) translateZ(0);
  }
  50% {
    -moz-transform: scale(1) translateZ(0);
         transform: scale(1) translateZ(0);
  }
  100% {
    -moz-transform: scale(1) translateZ(0);
         transform: scale(1) translateZ(0);
  }
}

@-o-keyframes scale {
  0% {
    transform: scale(1) translateZ(0);
  }
  25% {
    transform: scale(1.1) translateZ(0);
  }
  50% {
    transform: scale(1) translateZ(0);
  }
  100% {
    transform: scale(1) translateZ(0);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1) translateZ(0);
       -moz-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  25% {
    -webkit-transform: scale(1.1) translateZ(0);
       -moz-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
  }
  50% {
    -webkit-transform: scale(1) translateZ(0);
       -moz-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
       -moz-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}

@-webkit-keyframes drive {
  0%,
  90%,
  100% {
    -webkit-transform: translateY(0px) translateZ(0);
            transform: translateY(0px) translateZ(0);
  }
  45% {
    -webkit-transform: translateY(5px) translateZ(0);
            transform: translateY(5px) translateZ(0);
  }
}

@-moz-keyframes drive {
  0%,
  90%,
  100% {
    -moz-transform: translateY(0px) translateZ(0);
         transform: translateY(0px) translateZ(0);
  }
  45% {
    -moz-transform: translateY(5px) translateZ(0);
         transform: translateY(5px) translateZ(0);
  }
}

@-o-keyframes drive {
  0%,
  90%,
  100% {
    transform: translateY(0px) translateZ(0);
  }
  45% {
    transform: translateY(5px) translateZ(0);
  }
}

@keyframes drive {
  0%,
  90%,
  100% {
    -webkit-transform: translateY(0px) translateZ(0);
       -moz-transform: translateY(0px) translateZ(0);
            transform: translateY(0px) translateZ(0);
  }
  45% {
    -webkit-transform: translateY(5px) translateZ(0);
       -moz-transform: translateY(5px) translateZ(0);
            transform: translateY(5px) translateZ(0);
  }
}

.scale_fade-enter-active {
  -webkit-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.scale_fade-leave-active {
  -webkit-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.scale_fade-enter {
  -webkit-transform: scale(1) translateZ(0);
     -moz-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  opacity: 1;
}

.scale_fade-leave-to {
  -webkit-transform: scale(0) translateZ(0);
     -moz-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
  opacity: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 180;
}

.header_container, .header_content {
  position: relative;
}

.header_content {
  padding: 1rem 1rem;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffcd00;
  z-index: 151;
}

.footer_text {
  padding: 0.5rem 1rem;
  text-align: center;
  color: #6a3906;
  font-size: 0.85rem;
}

.logo {
  width: auto;
  height: 3.5rem;
  display: inline-block;
}

.logo img {
  height: 100%;
}

.hamburger {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.5rem;
  height: 2.5rem;
  display: block;
  z-index: 5;
}

.burger {
  width: 3.5rem;
  height: 2.5rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.burger_line, .burger_line::before, .burger_line::after {
  width: 60%;
  height: 4px;
  background: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.burger_line::before, .burger_line::after {
  width: 100%;
  height: 100%;
}

.burger-origin {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.burger-origin .burger_line::before {
  -webkit-transform: translateY(-0.625rem) rotate(0deg);
     -moz-transform: translateY(-0.625rem) rotate(0deg);
      -ms-transform: translateY(-0.625rem) rotate(0deg);
       -o-transform: translateY(-0.625rem) rotate(0deg);
          transform: translateY(-0.625rem) rotate(0deg);
}

.burger-origin .burger_line::after {
  -webkit-transform: translateY(0.625rem) rotate(0deg);
     -moz-transform: translateY(0.625rem) rotate(0deg);
      -ms-transform: translateY(0.625rem) rotate(0deg);
       -o-transform: translateY(0.625rem) rotate(0deg);
          transform: translateY(0.625rem) rotate(0deg);
}

.burger-X {
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffcd00;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.burger-X .burger_line {
  background: none;
}

.burger-X .burger_line::before, .burger-X .burger_line::after {
  background: #6a3906;
}

.burger-X .burger_line::before {
  -webkit-transform: translateY(0) rotate(45deg);
     -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
       -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.burger-X .burger_line::after {
  -webkit-transform: translateY(0) rotate(-45deg);
     -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
       -o-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.close_active {
  display: none;
}

.nav {
  position: fixed;
  z-index: 179;
  font-size: 0;
  text-align: center;
}

.nav::before {
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.nav, .nav_bg {
  top: -100vh;
  left: -100vw;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0s 0.45s, left 0s 0.45s, background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: top 0s 0.45s, left 0s 0.45s, background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: top 0s 0.45s, left 0s 0.45s, background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s 0.45s, left 0s 0.45s, background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.nav_active {
  display: none;
}

.nav_active:checked ~ .header .hamburger .burger-origin {
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.nav_active:checked ~ .header .hamburger .burger-X {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.nav_active:checked ~ .nav, .nav_active:checked ~ .nav .nav_bg {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.nav_active:checked ~ .nav .nav_bg {
  background: rgba(106, 57, 6, 0.95);
}

.nav_active:checked ~ .nav .nav_item:nth-child(1) {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.nav_active:checked ~ .nav .nav_item:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.nav_active:checked ~ .nav .nav_item:nth-child(3) {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.45s;
     -moz-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.nav_active:checked ~ .nav .nav_item:nth-child(4) {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.nav_active:checked ~ .nav .nav_item:nth-child(5) {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.75s;
     -moz-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.nav_active:checked ~ .nav .nav_item:nth-child(6) {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
}

.nav_list {
  position: relative;
  padding-bottom: 1.85rem;
  z-index: 15;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.nav_item {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.nav_item .nav_item_text {
  font-size: 1.75rem;
  line-height: 2em;
  color: white;
}

.wrapper, .container {
  width: 100%;
  min-height: 100%;
}

.wrapper {
  height: 100%;
  background: url(../img/BG-invoice.png) center center;
  -moz-background-size: cover;
       background-size: cover;
}

.container {
  position: absolute;
  height: auto;
  background: #eba502;
  background: none;
  padding-top: 4.5rem;
  text-align: center;
  opacity: 0;
  overflow: hidden;
}

.container:first-child {
  position: relative;
}

.container::before {
  width: 0;
  height: 100%;
  height: -webkit-calc(100vh - 4.5rem);
  height: -moz-calc(100vh - 4.5rem);
  height: calc(100vh - 4.5rem);
  vertical-align: middle;
}

.content {
  position: relative;
  width: 100%;
  max-width: 768px;
  padding-bottom: -webkit-calc( 1.85rem + 5vh);
  padding-bottom: -moz-calc( 1.85rem + 5vh);
  padding-bottom: calc( 1.85rem + 5vh);
  display: inline-block;
  vertical-align: middle;
}

.title {
  position: relative;
  font-size: 0;
  text-align: center;
  z-index: 2;
}

.title_frame-align_left {
  text-align: left;
}

.title_frame-align_right {
  text-align: right;
}

.title_word {
  margin: 0 3px .5rem 3px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.title-p2 .title_word {
  margin: -2px -3px;
}

.title_word-bottom {
  vertical-align: bottom;
}

.result_title .title_word {
  margin: 0;
}

.is-visible .title_word {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.is-visible .title-p1 .title_word-4 {
  margin-right: 0;
}

.is-visible .title-p1 .title_word-4 img {
  -webkit-animation: loading 2s infinite ease-out;
     -moz-animation: loading 2s infinite ease-out;
       -o-animation: loading 2s infinite ease-out;
          animation: loading 2s infinite ease-out;
}

.is-visible .title-p1 .title_word-7 {
  margin-top: 3px;
  margin-left: 5px;
}

.is-visible .title-p1 .title_word-7 img {
  -webkit-transform-origin: 15% 90%;
     -moz-transform-origin: 15% 90%;
      -ms-transform-origin: 15% 90%;
       -o-transform-origin: 15% 90%;
          transform-origin: 15% 90%;
  -webkit-animation: shake 3s infinite ease-in-out;
     -moz-animation: shake 3s infinite ease-in-out;
       -o-animation: shake 3s infinite ease-in-out;
          animation: shake 3s infinite ease-in-out;
}

.is-visible .title-p2 .title_word img {
  visibility: hidden;
}

.is-visible .title-p2 .title_word-1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/phase_2nd/title-1.png) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
}

.is-visible .title-p2 .title_word-2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/phase_2nd/title-2.png) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
}

.is-visible .title-p2 .title_word-3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/phase_2nd/title-3.png) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
}

.is-visible .title-p2 .title_word-4::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/phase_2nd/title-4.png) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
}

.is-visible .title-p2 .title_word-5::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/phase_2nd/title-5.png) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
}

.is-visible .title-p2 .title_word-6::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/phase_2nd/title-6.png) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
}

.is-visible .title-p2 .title_word-2::before, .is-visible .title-p2 .title_word-3::before, .is-visible .title-p2 .title_word-4::before, .is-visible .title-p2 .title_word-5::before {
  -webkit-animation: scale 2s 6 ease-in-out;
     -moz-animation: scale 2s 6 ease-in-out;
       -o-animation: scale 2s 6 ease-in-out;
          animation: scale 2s 6 ease-in-out;
}

.is-visible .title-p2 .title_word-3::before {
  -webkit-animation-delay: .1s;
     -moz-animation-delay: .1s;
       -o-animation-delay: .1s;
          animation-delay: .1s;
}

.is-visible .title-p2 .title_word-4::before {
  -webkit-animation-delay: .2s;
     -moz-animation-delay: .2s;
       -o-animation-delay: .2s;
          animation-delay: .2s;
}

.is-visible .title-p2 .title_word-5::before {
  -webkit-animation-delay: .3s;
     -moz-animation-delay: .3s;
       -o-animation-delay: .3s;
          animation-delay: .3s;
}

.is-visible .exam_title-p2 .title_word-10 {
  margin-left: -2.5px;
}

.is-visible .exam_title-p2 .title_word-11 {
  margin: .5rem 0 0 -2.5px;
}

.is-visible .exam_title-p2 .title_word img {
  -webkit-animation: none;
     -moz-animation: none;
       -o-animation: none;
          animation: none;
}

.is-visible .title-invoice .title_word-6 img, .is-visible .title-invoice .title_word-7 img, .is-visible .title-invoice .title_word-5 img {
  -webkit-animation: scale 1s 4 ease-in-out;
     -moz-animation: scale 1s 4 ease-in-out;
       -o-animation: scale 1s 4 ease-in-out;
          animation: scale 1s 4 ease-in-out;
}

.is-visible .title-invoice .title_word-2 {
  margin-top: -5px;
}

.is-visible .title-invoice .title_word-3 {
  margin-top: -15px;
  margin-left: -10px;
}

.is-visible .title-invoice .title_word-5 {
  margin-top: 8px;
  margin-left: 5px;
}

.is-visible .title-invoice .title_word-5 img {
  -webkit-animation-delay: .1s;
     -moz-animation-delay: .1s;
       -o-animation-delay: .1s;
          animation-delay: .1s;
}

.is-visible .title-invoice .title_word-6 img {
  -webkit-animation-delay: .2s;
     -moz-animation-delay: .2s;
       -o-animation-delay: .2s;
          animation-delay: .2s;
}

.is-visible .title-invoice .title_word-7 img {
  -webkit-animation-delay: .3s;
     -moz-animation-delay: .3s;
       -o-animation-delay: .3s;
          animation-delay: .3s;
}

.title_word-1 {
  -webkit-transition-delay: 0.125s;
     -moz-transition-delay: 0.125s;
       -o-transition-delay: 0.125s;
          transition-delay: 0.125s;
}

.title_word-2 {
  -webkit-transition-delay: 0.25s;
     -moz-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.title_word-3 {
  -webkit-transition-delay: 0.375s;
     -moz-transition-delay: 0.375s;
       -o-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.title_word-4 {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.title_word-5 {
  -webkit-transition-delay: 0.625s;
     -moz-transition-delay: 0.625s;
       -o-transition-delay: 0.625s;
          transition-delay: 0.625s;
}

.title_word-6 {
  -webkit-transition-delay: 0.75s;
     -moz-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.title_word-7 {
  -webkit-transition-delay: 0.875s;
     -moz-transition-delay: 0.875s;
       -o-transition-delay: 0.875s;
          transition-delay: 0.875s;
}

.title_word-8 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.title_word-9 {
  -webkit-transition-delay: 1.125s;
     -moz-transition-delay: 1.125s;
       -o-transition-delay: 1.125s;
          transition-delay: 1.125s;
}

.title_word-10 {
  -webkit-transition-delay: 1.25s;
     -moz-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.title_word-11 {
  -webkit-transition-delay: 1.375s;
     -moz-transition-delay: 1.375s;
       -o-transition-delay: 1.375s;
          transition-delay: 1.375s;
}

.sub {
  position: relative;
  margin-top: 1rem;
  text-align: center;
  -webkit-transform: translateY(1.5rem);
     -moz-transform: translateY(1.5rem);
      -ms-transform: translateY(1.5rem);
       -o-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.45s 0s ease-in-out, -webkit-transform 0.45s 0s ease-in-out;
  transition: opacity 0.45s 0s ease-in-out, -webkit-transform 0.45s 0s ease-in-out;
  -o-transition: opacity 0.45s 0s ease-in-out, -o-transform 0.45s 0s ease-in-out;
  -moz-transition: opacity 0.45s 0s ease-in-out, transform 0.45s 0s ease-in-out, -moz-transform 0.45s 0s ease-in-out;
  transition: opacity 0.45s 0s ease-in-out, transform 0.45s 0s ease-in-out;
  transition: opacity 0.45s 0s ease-in-out, transform 0.45s 0s ease-in-out, -webkit-transform 0.45s 0s ease-in-out, -moz-transform 0.45s 0s ease-in-out, -o-transform 0.45s 0s ease-in-out;
}

.sub img {
  display: inline;
}

.is-visible .sub {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.375s;
     -moz-transition-delay: 1.375s;
       -o-transition-delay: 1.375s;
          transition-delay: 1.375s;
}

.kv {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.45s 1.825s ease-in, -webkit-transform 0.45s 1.825s ease-in;
  transition: opacity 0.45s 1.825s ease-in, -webkit-transform 0.45s 1.825s ease-in;
  -o-transition: opacity 0.45s 1.825s ease-in, -o-transform 0.45s 1.825s ease-in;
  -moz-transition: opacity 0.45s 1.825s ease-in, transform 0.45s 1.825s ease-in, -moz-transform 0.45s 1.825s ease-in;
  transition: opacity 0.45s 1.825s ease-in, transform 0.45s 1.825s ease-in;
  transition: opacity 0.45s 1.825s ease-in, transform 0.45s 1.825s ease-in, -webkit-transform 0.45s 1.825s ease-in, -moz-transform 0.45s 1.825s ease-in, -o-transform 0.45s 1.825s ease-in;
}

.kv_pic {
  display: inline-block;
  -webkit-transition: opacity 0.45s ease-in, -webkit-transform 0.45s ease-in;
  transition: opacity 0.45s ease-in, -webkit-transform 0.45s ease-in;
  -o-transition: opacity 0.45s ease-in, -o-transform 0.45s ease-in;
  -moz-transition: opacity 0.45s ease-in, transform 0.45s ease-in, -moz-transform 0.45s ease-in;
  transition: opacity 0.45s ease-in, transform 0.45s ease-in;
  transition: opacity 0.45s ease-in, transform 0.45s ease-in, -webkit-transform 0.45s ease-in, -moz-transform 0.45s ease-in, -o-transform 0.45s ease-in;
}

.kv_pic-left {
  width: 49.05882%;
}

.kv_pic-right {
  width: 50.94118%;
}

.kv_gentleman, .kv_gentleman_shadow {
  position: absolute;
  -webkit-transition: opacity 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: opacity 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.9s 2.725s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.is-visible .kv_gentleman, .is-visible .kv_gentleman_shadow {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0%);
     -moz-transform: scale(1) translateY(0%);
      -ms-transform: scale(1) translateY(0%);
       -o-transform: scale(1) translateY(0%);
          transform: scale(1) translateY(0%);
}

.kv_gentleman {
  top: 0;
  -webkit-transform: scale(0) translateY(100%);
     -moz-transform: scale(0) translateY(100%);
      -ms-transform: scale(0) translateY(100%);
       -o-transform: scale(0) translateY(100%);
          transform: scale(0) translateY(100%);
}

.kv_gentleman_shadow {
  bottom: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.kv_cut {
  width: 100%;
  font-size: 0;
  -webkit-transition: opacity 1.35s ease-in-out;
  -o-transition: opacity 1.35s ease-in-out;
  -moz-transition: opacity 1.35s ease-in-out;
  transition: opacity 1.35s ease-in-out;
}

.kv_cut-2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.kv_cut-profile {
  position: absolute;
  top: 30%;
  left: 49%;
  width: 26%;
  padding-bottom: 26%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.kv_cut-profile_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.is-visible .kv_cut-profile_box {
  -webkit-animation: scale 1s ease-in-out infinite;
     -moz-animation: scale 1s ease-in-out infinite;
       -o-animation: scale 1s ease-in-out infinite;
          animation: scale 1s ease-in-out infinite;
}

.kv_cut-profile_box-scale {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-transition: opacity 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: opacity 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.is-visible .kv_cut-profile_box-scale {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.kv_cut-profile img {
  width: 100%;
  height: 100%;
}

.kv_light {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kv_light_glow, .kv_light_flash {
  position: absolute;
  top: -999px;
  bottom: -999px;
  right: -999px;
  left: -999px;
  opacity: 0;
  margin: auto;
  -webkit-transition: all 1s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 1s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 1s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 1s 3.175s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.kv_light_flash {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .kv {
  opacity: 1;
  -webkit-transform: translateY(0rem);
     -moz-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
       -o-transform: translateY(0rem);
          transform: translateY(0rem);
}

.is-visible .kv_cut-1 {
  opacity: 0;
  -webkit-transition-delay: 2.725s;
     -moz-transition-delay: 2.725s;
       -o-transition-delay: 2.725s;
          transition-delay: 2.725s;
}

.is-visible .kv_cut-2 {
  opacity: 1;
  -webkit-transition-delay: 2.725s;
     -moz-transition-delay: 2.725s;
       -o-transition-delay: 2.725s;
          transition-delay: 2.725s;
}

.is-visible .kv_cut-2 .kv_pic-left {
  -webkit-transform: translateX(-8%);
     -moz-transform: translateX(-8%);
      -ms-transform: translateX(-8%);
       -o-transform: translateX(-8%);
          transform: translateX(-8%);
}

.is-visible .kv_cut-2 .kv_pic-right {
  -webkit-transform: translateX(12%);
     -moz-transform: translateX(12%);
      -ms-transform: translateX(12%);
       -o-transform: translateX(12%);
          transform: translateX(12%);
}

.is-visible .kv_light_glow {
  opacity: .75;
}

.is-visible .kv_light_flash {
  opacity: .6;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.form {
  position: relative;
  max-width: 640px;
  padding: 1.5rem 0;
  z-index: 1;
}

.form_item {
  padding: 0 1.25rem 0 1.25rem;
  overflow: hidden;
}

.form_item_title {
  padding: 0.5rem 0.5rem 0.5rem 0;
  float: left;
  display: inline-block;
}

.form_item_title img {
  display: inline-block;
  vertical-align: middle;
}

.form_item_title img {
  height: 1.75rem;
}

.form_item_title_icon {
  margin-left: .5rem;
  width: .8rem;
}

.form_item_frame {
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: border 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: border 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: border 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), background 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.form_item_frame-agree {
  height: auto;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  text-align: right;
}

.form_item_input, .form_item_error {
  position: relative;
  width: 100%;
}

.form_item_input {
  height: 2.75rem;
  background: rgba(177, 27, 30, 0);
  padding: 0.5rem 1rem;
  border: 1px solid white;
  -webkit-border-radius: 2.75rem;
     -moz-border-radius: 2.75rem;
          border-radius: 2.75rem;
  font-size: 1.5rem;
  line-height: 1em;
  z-index: 2;
}

.is-error .form_item_input {
  background: #b11b1e;
  border-color: #b11b1e;
  color: white;
}

.form_item_checkBox {
  margin-right: .5rem;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-border-radius: .25rem;
     -moz-border-radius: .25rem;
          border-radius: .25rem;
  float: left;
}

.is-error .form_item_checkBox {
  background: #b11b1e;
  color: white;
}

.form_item_text {
  font-size: 1rem;
  vertical-align: middle;
  font-weight: bold;
  color: #6a3906;
  overflow: hidden;
  display: block;
  text-align: left;
  font-size: 1.125rem;
  letter-spacing: .1em;
}

.form_item_text img {
  margin: 0.125rem 0;
  height: 1rem;
}

.form_item_error {
  bottom: 0%;
  right: 0;
  height: 1.5rem;
  padding: 0rem 1rem;
  font-size: 1rem;
  line-height: 1.5em;
  color: white;
  color: #b11b1e;
  font-weight: bold;
  text-align: right;
  opacity: 0;
  display: block;
}

.is-error .form_item_error {
  opacity: 1;
}

.form_logo {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.form_man {
  position: relative;
  left: 50%;
  width: 180%;
  -webkit-transform: translateY(-25%) translateX(-50%);
     -moz-transform: translateY(-25%) translateX(-50%);
      -ms-transform: translateY(-25%) translateX(-50%);
       -o-transform: translateY(-25%) translateX(-50%);
          transform: translateY(-25%) translateX(-50%);
}

.form_popup_content {
  max-width: 768px;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}

.form_popup_content .btn-custom {
  margin-top: 0;
}

.form_popup .is-error .form_item_input {
  background: #b11b1e;
  color: white;
}

.form_popup .form_item_input {
  background: #ffcd00;
  border-color: #ffcd00;
  color: black;
}

.form_popup .form_item_checkBox::before {
  border-color: white;
}

.form_popup .form_item_text {
  color: white;
}

.form_popup .form_item_text .highlight {
  color: #00a0e9;
}

#close_active {
  display: none;
}

.exam, .ques {
  width: 100%;
}

.exam {
  max-width: 640px;
}

.exam_container {
  background: url(../img/BG-exam.png) center center !important;
  background-attachment: fixed;
}

.exam_sub {
  color: #6a3906;
  font-weight: bold;
}

.exam_nav {
  padding: .5rem .25rem;
  text-align: center;
}

.exam_btn, .exam_btnGroup {
  display: inline-block;
  vertical-align: middle;
}

.exam_prevQues path, .exam_nextQues path {
  fill: #6a3906 !important;
}

.ques {
  padding: 0 1.25rem;
}

.ques_title {
  margin: .5rem 0;
  width: 100%;
  background: #6a3906;
  padding: .5rem 1.25rem;
  -webkit-border-radius: 2rem;
     -moz-border-radius: 2rem;
          border-radius: 2rem;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1em;
}

.ques_title_num, .ques_title_word {
  padding: 0 .5rem;
  vertical-align: middle;
}

.ques_title_num {
  color: #ffcd00;
}

.ques_title_word {
  color: white;
  font-size: .75em;
}

.ques_option {
  margin: .3rem 0;
  width: 100%;
}

.ques_option.is-hide {
  visibility: hidden;
}

.ques_option_active {
  display: none;
}

.index_container {
  background: url(../img/BG.png) center center;
  -moz-background-size: cover;
       background-size: cover;
}

.index_btnGroup {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
     -moz-transform: translateY(1.5rem);
      -ms-transform: translateY(1.5rem);
       -o-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.is-visible .index_btnGroup {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2.275s;
     -moz-transition-delay: 2.275s;
       -o-transition-delay: 2.275s;
          transition-delay: 2.275s;
}

.invoice_container {
  height: auto;
}

.invoice_ribbon {
  display: inline-block;
}

.invoice_ribbons {
  position: absolute;
  top: -4.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.award_popup_content {
  max-width: 768px;
  height: 100%;
}

.award_title {
  text-align: center;
}

.award_title img {
  display: inline-block;
}

.award_list {
  padding: .5rem 0;
}

.award_item {
  padding: .25rem;
  text-align: center;
  font-size: 0;
}

.award_item-align-left {
  text-align: left;
}

.award_item_box {
  position: relative;
}

.award_item_pic {
  max-width: 100%;
}

.award_name {
  margin-left: 1.25rem;
  width: 4rem;
  height: 4rem;
  display: block;
}

.award_name-3 {
  margin-bottom: -1.5rem;
}

.award_pro, .award_pro_name {
  display: inline-block;
}

.award_pro_name {
  margin-top: 1.25rem;
}

.award_pro_name-p1-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.award_text {
  margin: 0 1rem;
  border-top: 1px solid white;
  padding-top: 1rem;
  color: white;
  text-align: left;
  font-size: .75rem;
  font-weight: bold;
}

.winner_popup_content {
  max-width: 768px;
  height: 100%;
}

.step_list {
  max-width: 640px;
  width: 100%;
}

.step_item {
  margin-top: .5rem;
  margin-bottom: .5rem;
  width: 100%;
  background: #6a3906;
  padding: 1rem;
  -webkit-border-radius: 2.5rem;
     -moz-border-radius: 2.5rem;
          border-radius: 2.5rem;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
       -o-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.is-visible .step_item {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.is-visible .step_item:nth-child(1) {
  -webkit-transition-delay: 0.275s;
     -moz-transition-delay: 0.275s;
       -o-transition-delay: 0.275s;
          transition-delay: 0.275s;
}

.is-visible .step_item:nth-child(2) {
  -webkit-transition-delay: 0.55s;
     -moz-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.is-visible .step_item:nth-child(3) {
  -webkit-transition-delay: 0.825s;
     -moz-transition-delay: 0.825s;
       -o-transition-delay: 0.825s;
          transition-delay: 0.825s;
}

.is-visible .step_item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.rule {
  padding: 1.25rem;
  text-align: left;
}

.rule_popup_content {
  height: 100%;
}

.rule_title {
  margin-bottom: 1rem;
  color: #6a3906;
  font-weight: bold;
}

.rule_list, .rule_title {
  max-width: 640px;
  width: 100%;
}

.rule_popup_content {
  max-width: 768px;
}

.slides {
  position: relative;
  margin-top: .5rem;
  margin-bottom: .5rem;
  max-width: 640px;
  background: #6a3906;
  padding: 0rem;
  -webkit-border-radius: 2rem;
     -moz-border-radius: 2rem;
          border-radius: 2rem;
}

.slides .slick-dots {
  position: absolute;
  width: 100%;
  bottom: .5rem;
}

.slides .slick-dots li {
  width: .85rem;
  height: .85rem;
  border: 1px solid white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .25rem;
}

.slides .slick-dots li.slick-active {
  background: white;
}

.slides .slick-dots li button {
  font-size: 0;
  background: none;
  border: 0;
  outline: 0;
}

.slides_item {
  padding: .125rem 0;
}

.slides_item_pic, .slides_item_box {
  vertical-align: middle;
}

.slides_item_pic {
  max-width: 100%;
}

.slides_item_box {
  padding: 0rem 1.25rem 0 3.5rem;
  text-align: left;
}

.slides_item_title, .slides_item_text {
  position: relative;
  margin-top: .75rem;
  padding-bottom: .75rem;
  padding-left: .5rem;
  border-bottom: 1px solid #6a3906;
  font-size: 0;
}

.slides_item_title img, .slides_item_text img {
  display: inline-block;
}

.slides_item_name {
  position: absolute;
  top: 100%;
  right: 100%;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateX(0%) translateY(-1.5rem);
     -moz-transform: translateX(0%) translateY(-1.5rem);
      -ms-transform: translateX(0%) translateY(-1.5rem);
       -o-transform: translateX(0%) translateY(-1.5rem);
          transform: translateX(0%) translateY(-1.5rem);
}

.slides_item_text:last-child {
  border-bottom: 0;
  text-align: right;
}

.slides_prev, .slides_next {
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.slides_prev {
  right: 100%;
}

.slides_next {
  left: 100%;
}

@-webkit-keyframes result-1-catch {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(720deg);
            transform: scale(1) rotate(720deg);
  }
}

@-moz-keyframes result-1-catch {
  0% {
    opacity: 0;
    -moz-transform: scale(0) rotate(0deg);
         transform: scale(0) rotate(0deg);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) rotate(720deg);
         transform: scale(1) rotate(720deg);
  }
}

@-o-keyframes result-1-catch {
  0% {
    opacity: 0;
    -o-transform: scale(0) rotate(0deg);
       transform: scale(0) rotate(0deg);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1) rotate(720deg);
       transform: scale(1) rotate(720deg);
  }
}

@keyframes result-1-catch {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
       -moz-transform: scale(0) rotate(0deg);
         -o-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(720deg);
       -moz-transform: scale(1) rotate(720deg);
         -o-transform: scale(1) rotate(720deg);
            transform: scale(1) rotate(720deg);
  }
}

@-webkit-keyframes result-1-zzz {
  0%, 30%, 60% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  15%, 45%, 75% {
    opacity: 1;
  }
  20%, 50%, 80%, 100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes result-1-zzz {
  0%, 30%, 60% {
    opacity: 0;
    -moz-transform: translateY(1rem);
         transform: translateY(1rem);
  }
  15%, 45%, 75% {
    opacity: 1;
  }
  20%, 50%, 80%, 100% {
    opacity: 0;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes result-1-zzz {
  0%, 30%, 60% {
    opacity: 0;
    -o-transform: translateY(1rem);
       transform: translateY(1rem);
  }
  15%, 45%, 75% {
    opacity: 1;
  }
  20%, 50%, 80%, 100% {
    opacity: 0;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes result-1-zzz {
  0%, 30%, 60% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
       -moz-transform: translateY(1rem);
         -o-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  15%, 45%, 75% {
    opacity: 1;
  }
  20%, 50%, 80%, 100% {
    opacity: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes result-5-man {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2rem) rotate(0deg);
            transform: translateX(2rem) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(-1rem) rotate(-5deg);
            transform: translateX(-1rem) rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@-moz-keyframes result-5-man {
  0% {
    opacity: 0;
    -moz-transform: translateX(2rem) rotate(0deg);
         transform: translateX(2rem) rotate(0deg);
  }
  40% {
    opacity: 1;
    -moz-transform: translateX(-1rem) rotate(-5deg);
         transform: translateX(-1rem) rotate(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0deg);
         transform: translateX(0) rotate(0deg);
  }
}

@-o-keyframes result-5-man {
  0% {
    opacity: 0;
    -o-transform: translateX(2rem) rotate(0deg);
       transform: translateX(2rem) rotate(0deg);
  }
  40% {
    opacity: 1;
    -o-transform: translateX(-1rem) rotate(-5deg);
       transform: translateX(-1rem) rotate(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0) rotate(0deg);
       transform: translateX(0) rotate(0deg);
  }
}

@keyframes result-5-man {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2rem) rotate(0deg);
       -moz-transform: translateX(2rem) rotate(0deg);
         -o-transform: translateX(2rem) rotate(0deg);
            transform: translateX(2rem) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(-1rem) rotate(-5deg);
       -moz-transform: translateX(-1rem) rotate(-5deg);
         -o-transform: translateX(-1rem) rotate(-5deg);
            transform: translateX(-1rem) rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
       -moz-transform: translateX(0) rotate(0deg);
         -o-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

#stage canvas {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70.48387vh;
  height: 141.87643vw;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.exam {
  max-width: 540px;
}

.ques {
  padding: 1rem 0;
}

.ques_option {
  -webkit-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.45s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.is-submit .ques_option.is-active .btn_icon {
  -webkit-transform: translateX(730%);
     -moz-transform: translateX(730%);
      -ms-transform: translateX(730%);
       -o-transform: translateX(730%);
          transform: translateX(730%);
}

.ques_option .btn_link {
  border: 0;
  display: inline-block;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.ques_option .btn_link::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}

.ques_option .btn_text {
  padding: 0 6rem 0 5rem;
  color: white;
  font-size: 2rem;
}

.ques_option .btn_icon {
  width: 3rem;
  height: 3rem;
}

.ques_option-yellow .btn_link {
  background: -webkit-gradient(linear, left top, left bottom, from(#cca800), to(#ffd200));
  background: -webkit-linear-gradient(top, #cca800 0%, #ffd200 100%);
  background: -moz-linear-gradient(top, #cca800 0%, #ffd200 100%);
  background: -o-linear-gradient(top, #cca800 0%, #ffd200 100%);
  background: linear-gradient(to bottom, #cca800 0%, #ffd200 100%);
}

.ques_option-blue .btn_link {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c466d), to(#276095));
  background: -webkit-linear-gradient(top, #1c466d 0%, #276095 100%);
  background: -moz-linear-gradient(top, #1c466d 0%, #276095 100%);
  background: -o-linear-gradient(top, #1c466d 0%, #276095 100%);
  background: linear-gradient(to bottom, #1c466d 0%, #276095 100%);
}

.ques_option-red .btn_link {
  background: -webkit-gradient(linear, left top, left bottom, from(#b31427), to(#e11931));
  background: -webkit-linear-gradient(top, #b31427 0%, #e11931 100%);
  background: -moz-linear-gradient(top, #b31427 0%, #e11931 100%);
  background: -o-linear-gradient(top, #b31427 0%, #e11931 100%);
  background: linear-gradient(to bottom, #b31427 0%, #e11931 100%);
}

.ques_option-green .btn_link {
  background: -webkit-gradient(linear, left top, left bottom, from(#007338), to(#00a651));
  background: -webkit-linear-gradient(top, #007338 0%, #00a651 100%);
  background: -moz-linear-gradient(top, #007338 0%, #00a651 100%);
  background: -o-linear-gradient(top, #007338 0%, #00a651 100%);
  background: linear-gradient(to bottom, #007338 0%, #00a651 100%);
}

.ques_option-orange .btn_link {
  background: -webkit-gradient(linear, left top, left bottom, from(#d5580c), to(#f37021));
  background: -webkit-linear-gradient(top, #d5580c 0%, #f37021 100%);
  background: -moz-linear-gradient(top, #d5580c 0%, #f37021 100%);
  background: -o-linear-gradient(top, #d5580c 0%, #f37021 100%);
  background: linear-gradient(to bottom, #d5580c 0%, #f37021 100%);
}

.result_btnGroup {
  margin-top: 1.5rem;
}

.result_btnGroup .btn {
  display: inline-block;
  vertical-align: middle;
}

.result_box {
  position: relative;
  padding-top: 80%;
}

.result_box:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.result_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.result_material {
  position: absolute;
}

.result-1 {
  background: #ffd200;
}

.result-1_catch {
  width: 64.13333%;
  height: 98.16667%;
  left: 16%;
  top: 0.83333%;
}

.is-visible .is-active .result-1_catch {
  -webkit-animation: result-1-catch 2s cubic-bezier(0, 1.2, 0.8, 1.01);
     -moz-animation: result-1-catch 2s cubic-bezier(0, 1.2, 0.8, 1.01);
       -o-animation: result-1-catch 2s cubic-bezier(0, 1.2, 0.8, 1.01);
          animation: result-1-catch 2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.result-1_man {
  width: 25.6%;
  height: 30.83333%;
  left: 56%;
  top: 48%;
  opacity: 0;
  -webkit-transform: translateX(5rem);
     -moz-transform: translateX(5rem);
      -ms-transform: translateX(5rem);
       -o-transform: translateX(5rem);
          transform: translateX(5rem);
}

.is-visible .is-active .result-1_man {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .4s 1.5s ease-in-out;
  -o-transition: all .4s 1.5s ease-in-out;
  -moz-transition: all .4s 1.5s ease-in-out;
  transition: all .4s 1.5s ease-in-out;
}

.result-1_zzz {
  width: 12.8%;
  height: 13.83333%;
  left: 70.93333%;
  top: 32.66667%;
  opacity: 0;
}

.is-visible .is-active .result-1_zzz {
  -webkit-animation: result-1-zzz 2.5s 1.75s linear infinite;
     -moz-animation: result-1-zzz 2.5s 1.75s linear infinite;
       -o-animation: result-1-zzz 2.5s 1.75s linear infinite;
          animation: result-1-zzz 2.5s 1.75s linear infinite;
}

.result-2 {
  background: #276095;
}

.result-2_catch {
  width: 65.6%;
  height: 98.66667%;
  left: 18.66667%;
  top: 0%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-2_catch {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 1s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 1s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 1s 0.5s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-2_man {
  width: 29.2%;
  height: 38.33333%;
  left: 36%;
  top: 40%;
  -webkit-transform: translateY(150%);
     -moz-transform: translateY(150%);
      -ms-transform: translateY(150%);
       -o-transform: translateY(150%);
          transform: translateY(150%);
}

.is-visible .is-active .result-2_man {
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-2_shadow {
  width: 39.6%;
  height: 14.66667%;
  left: 30.4%;
  top: 77.66667%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-2_shadow {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-3 {
  background: #ffd200;
}

.result-3_catch-top {
  width: 32.66667%;
  height: 34.83333%;
  left: 13.73333%;
  top: 10.66667%;
  opacity: 0;
  -webkit-transform: translateX(100%) translateY(-50%);
     -moz-transform: translateX(100%) translateY(-50%);
      -ms-transform: translateX(100%) translateY(-50%);
       -o-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}

.is-visible .is-active .result-3_catch-top {
  opacity: 1;
  -webkit-transform: translateX(0%) translateY(0%);
     -moz-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
       -o-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  -webkit-transition: all 0.6s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.6s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.6s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.6s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-3_catch-bottom {
  width: 62%;
  height: 52.66667%;
  left: 21.33333%;
  top: 40.83333%;
  opacity: 0;
  -webkit-transform: translateX(100%) translateY(-50%);
     -moz-transform: translateX(100%) translateY(-50%);
      -ms-transform: translateX(100%) translateY(-50%);
       -o-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}

.is-visible .is-active .result-3_catch-bottom {
  opacity: 1;
  -webkit-transform: translateX(0%) translateY(0%);
     -moz-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
       -o-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  -webkit-transition: all 0.6s 0.3s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.6s 0.3s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.6s 0.3s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.6s 0.3s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-3_man {
  width: 58.4%;
  height: 58.83333%;
  left: 34.66667%;
  top: 0%;
  opacity: 0;
  -webkit-transform: translateX(5rem);
     -moz-transform: translateX(5rem);
      -ms-transform: translateX(5rem);
       -o-transform: translateX(5rem);
          transform: translateX(5rem);
}

.is-visible .is-active .result-3_man {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .4s .8s ease-in-out;
  -o-transition: all .4s .8s ease-in-out;
  -moz-transition: all .4s .8s ease-in-out;
  transition: all .4s .8s ease-in-out;
}

.result-3_sand {
  width: 29.73333%;
  height: 18.83333%;
  left: 16%;
  top: 83.33333%;
}

.result-3_sand-top {
  width: 29.46667%;
  height: 18.5%;
  left: 24%;
  top: 86.66667%;
}

.result-4 {
  background: #e11931;
}

.result-4_catch-1 {
  width: 32.4%;
  height: 12.66667%;
  left: 16.66667%;
  top: 6%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-4_catch-1 {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-4_catch-2-1 {
  width: 19.73333%;
  height: 23%;
  left: 15.73333%;
  top: 19.66667%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-4_catch-2-1 {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s 0.8s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 0.8s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 0.8s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 0.8s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-4_catch-2-2 {
  width: 20.13333%;
  height: 24%;
  left: 35.33333%;
  top: 19.33333%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-4_catch-2-2 {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s 1s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 1s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 1s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 1s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-4_catch-2-3 {
  width: 20.53333%;
  height: 24.5%;
  left: 64.66667%;
  top: 20%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-4_catch-2-3 {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-4_catch-3 {
  width: 67.73333%;
  height: 51.33333%;
  left: 15.73333%;
  top: 46.16667%;
  opacity: 0;
}

.is-visible .is-active .result-4_catch-3 {
  -webkit-animation: result-1-catch 1s 1.4s cubic-bezier(0, 1.2, 0.8, 1.01);
     -moz-animation: result-1-catch 1s 1.4s cubic-bezier(0, 1.2, 0.8, 1.01);
       -o-animation: result-1-catch 1s 1.4s cubic-bezier(0, 1.2, 0.8, 1.01);
          animation: result-1-catch 1s 1.4s cubic-bezier(0, 1.2, 0.8, 1.01);
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.result-4_man {
  width: 45.46667%;
  height: 57.16667%;
  left: 42.4%;
  top: -5.83333%;
  opacity: 0;
  -webkit-transform: translateX(5rem);
     -moz-transform: translateX(5rem);
      -ms-transform: translateX(5rem);
       -o-transform: translateX(5rem);
          transform: translateX(5rem);
}

.is-visible .is-active .result-4_man {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .6s .4s ease-in-out;
  -o-transition: all .6s .4s ease-in-out;
  -moz-transition: all .6s .4s ease-in-out;
  transition: all .6s .4s ease-in-out;
}

.result-5 {
  background: #00a651;
}

.result-5_catch-1-1 {
  width: 34.4%;
  height: 10.83333%;
  left: 18.66667%;
  top: 11.16667%;
  opacity: 0;
  -webkit-transform: translateX(-5rem);
     -moz-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
       -o-transform: translateX(-5rem);
          transform: translateX(-5rem);
}

.is-visible .is-active .result-5_catch-1-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-5_catch-1-2 {
  width: 25.2%;
  height: 11.16667%;
  left: 54.53333%;
  top: 10.83333%;
  opacity: 0;
  -webkit-transform: translateX(5rem);
     -moz-transform: translateX(5rem);
      -ms-transform: translateX(5rem);
       -o-transform: translateX(5rem);
          transform: translateX(5rem);
}

.is-visible .is-active .result-5_catch-1-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 0.4s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 0.4s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 0.4s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-5_catch-1-3 {
  width: 60.13333%;
  height: 15.16667%;
  left: 18.66667%;
  top: 24.16667%;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-5_catch-1-3 {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s 0.8s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 0.8s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 0.8s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 0.8s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-5_catch-bottom {
  width: 34.66667%;
  height: 22.16667%;
  left: 45.2%;
  top: 71.33333%;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-5_catch-bottom {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-5_money-left {
  width: 13.6%;
  height: 23.83333%;
  left: 13.6%;
  top: 69.66667%;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-5_money-left {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-5_money-right {
  width: 27.86667%;
  height: 31.5%;
  left: 51.2%;
  top: 39%;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.is-visible .is-active .result-5_money-right {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.4s 1.2s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.result-5_man {
  width: 56.8%;
  height: 70.16667%;
  left: 3.06667%;
  top: 36.33333%;
  opacity: 0;
  -webkit-transform: translateX(5rem);
     -moz-transform: translateX(5rem);
      -ms-transform: translateX(5rem);
       -o-transform: translateX(5rem);
          transform: translateX(5rem);
}

.is-visible .is-active .result-5_man {
  -webkit-animation: result-5-man 1s 1s ease-in-out;
     -moz-animation: result-5-man 1s 1s ease-in-out;
       -o-animation: result-5-man 1s 1s ease-in-out;
          animation: result-5-man 1s 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.result-6 {
  background: #f37021;
}

.result-6_catch-back {
  width: 71.2%;
  height: 58.16667%;
  left: 14.26667%;
  top: 12.66667%;
  opacity: 0;
}

.is-visible .is-active .result-6_catch-back {
  opacity: 1;
  -webkit-transition: all 2s 1s ease-in-out;
  -o-transition: all 2s 1s ease-in-out;
  -moz-transition: all 2s 1s ease-in-out;
  transition: all 2s 1s ease-in-out;
}

.result-6_catch-1 {
  width: 40.93333%;
  height: 31.66667%;
  left: 20.13333%;
  top: 18.83333%;
  opacity: 0;
  -webkit-transform: translateX(-5rem);
     -moz-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
       -o-transform: translateX(-5rem);
          transform: translateX(-5rem);
}

.is-visible .is-active .result-6_catch-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .6s .4s ease-in-out;
  -o-transition: all .6s .4s ease-in-out;
  -moz-transition: all .6s .4s ease-in-out;
  transition: all .6s .4s ease-in-out;
}

.result-6_catch-2 {
  width: 28%;
  height: 21.83333%;
  left: 19.6%;
  top: 52%;
  opacity: 0;
  -webkit-transform: translateX(-5rem);
     -moz-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
       -o-transform: translateX(-5rem);
          transform: translateX(-5rem);
}

.is-visible .is-active .result-6_catch-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .6s .6s ease-in-out;
  -o-transition: all .6s .6s ease-in-out;
  -moz-transition: all .6s .6s ease-in-out;
  transition: all .6s .6s ease-in-out;
}

.result-6_catch-3 {
  width: 39.73333%;
  height: 16.83333%;
  left: 21.2%;
  top: 75.5%;
  opacity: 0;
  -webkit-transform: translateX(-5rem);
     -moz-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
       -o-transform: translateX(-5rem);
          transform: translateX(-5rem);
}

.is-visible .is-active .result-6_catch-3 {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .6s .8s ease-in-out;
  -o-transition: all .6s .8s ease-in-out;
  -moz-transition: all .6s .8s ease-in-out;
  transition: all .6s .8s ease-in-out;
}

.result-6_man {
  width: 55.2%;
  height: 64.66667%;
  left: 36%;
  top: 41.83333%;
  opacity: 0;
  -webkit-transform: translateX(5rem);
     -moz-transform: translateX(5rem);
      -ms-transform: translateX(5rem);
       -o-transform: translateX(5rem);
          transform: translateX(5rem);
}

.is-visible .is-active .result-6_man {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 1s 0s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.MrDot {
  position: relative;
  left: -3%;
  bottom: 0;
  width: 80%;
  max-width: 768px;
  padding: 0 2rem 0 2rem;
}

.is-visible .MrDot {
  -webkit-animation: drive 4s ease-in-out infinite;
     -moz-animation: drive 4s ease-in-out infinite;
       -o-animation: drive 4s ease-in-out infinite;
          animation: drive 4s ease-in-out infinite;
}

.MrDot_figure {
  position: relative;
  width: 100%;
  padding-top: 150%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.MrDot_body {
  position: absolute;
  top: 0;
  left: -47.73333%;
  top: 0%;
  width: 227.86667%;
}

.MrDot_hand, .MrDot_name {
  position: absolute;
}

.MrDot_figure {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: opacity 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: opacity 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: opacity 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.45s 1.075s cubic-bezier(0, 1.2, 0.8, 1.01);
}

.MrDot_hand {
  width: 43.2%;
  height: 20.88889%;
  left: -12%;
  top: 29.15556%;
  -webkit-transform-origin: 85% 50%;
     -moz-transform-origin: 85% 50%;
      -ms-transform-origin: 85% 50%;
       -o-transform-origin: 85% 50%;
          transform-origin: 85% 50%;
}

.is-visible .MrDot_hand {
  -webkit-animation: shake 3s ease-in-out infinite;
     -moz-animation: shake 3s ease-in-out infinite;
       -o-animation: shake 3s ease-in-out infinite;
          animation: shake 3s ease-in-out infinite;
}

.MrDot_name {
  top: 18%;
  left: -10%;
  width: 145px;
}

.is-visible .MrDot_figure {
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
