@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&subset=vietnamese");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%; }

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;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: 0 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0; }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

b, strong {
  font-weight: bold !important; }

code, kbd, pre, samp, tt {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */ }

button, input {
  /* 1 */
  overflow: visible;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s; }

button, select {
  /* 1 */
  text-transform: none; }

input, select {
  vertical-align: middle; }

input:focus {
  outline: 0; }

textarea {
  overflow: auto; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

progress {
  vertical-align: baseline; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

summary {
  display: list-item; }

template, [hidden], .hidden {
  display: none; }

blockquote, q {
  quotes: none; }

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

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

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1; }

ol, ul {
  list-style: none; }

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0; }

a:focus {
  outline: 0; }

a img {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s; }

a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

a,
button,
input {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important; }

.m05 {
  margin: 5px !important; }

.m10 {
  margin: 10px !important; }

.m15 {
  margin: 15px !important; }

.m20 {
  margin: 20px !important; }

.m25 {
  margin: 25px !important; }

.m30 {
  margin: 30px !important; }

.m35 {
  margin: 35px !important; }

.m40 {
  margin: 40px !important; }

.m45 {
  margin: 45px !important; }

.m50 {
  margin: 50px !important; }

.m55 {
  margin: 55px !important; }

.m60 {
  margin: 60px !important; }

.mt00 {
  margin-top: 0px !important; }

.mt01 {
  margin-top: 1px !important; }

.mt02 {
  margin-top: 2px !important; }

.mt03 {
  margin-top: 3px !important; }

.mt04 {
  margin-top: 4px !important; }

.mt05 {
  margin-top: 5px !important; }

.mt06 {
  margin-top: 6px !important; }

.mt07 {
  margin-top: 7px !important; }

.mt08 {
  margin-top: 8px !important; }

.mt09 {
  margin-top: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr00 {
  margin-right: 0px !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb00 {
  margin-bottom: 0px !important; }

.mb01 {
  margin-bottom: 1px !important; }

.mb02 {
  margin-bottom: 2px !important; }

.mb03 {
  margin-bottom: 3px !important; }

.mb04 {
  margin-bottom: 4px !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb06 {
  margin-bottom: 6px !important; }

.mb07 {
  margin-bottom: 7px !important; }

.mb08 {
  margin-bottom: 8px !important; }

.mb09 {
  margin-bottom: 9px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml00 {
  margin-left: 0px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px !important; }

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important; }

.p01 {
  padding: 1px !important; }

.p02 {
  padding: 2px !important; }

.p03 {
  padding: 3px !important; }

.p04 {
  padding: 4px !important; }

.p05 {
  padding: 5px !important; }

.p06 {
  padding: 6px !important; }

.p07 {
  padding: 7px !important; }

.p08 {
  padding: 8px !important; }

.p09 {
  padding: 9px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.p25 {
  padding: 25px !important; }

.p30 {
  padding: 30px !important; }

.p35 {
  padding: 35px !important; }

.p40 {
  padding: 40px !important; }

.p45 {
  padding: 45px !important; }

.p50 {
  padding: 50px !important; }

.p55 {
  padding: 55px !important; }

.p60 {
  padding: 60px !important; }

.pl00 {
  padding-left: 0px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr00 {
  padding-right: 0px !important; }

.pr05 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb00 {
  padding-bottom: 0px !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt00 {
  padding-top: 0px !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w49 {
  width: 49% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w59 {
  width: 59% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%; }

.ml2per {
  margin-left: 2%; }

.ml3per {
  margin-left: 3%; }

.ml4per {
  margin-left: 4%; }

.mr1per {
  margin-right: 1%; }

.mr2per {
  margin-right: 2%; }

.mr3per {
  margin-right: 3%; }

.mr4per {
  margin-right: 4%; }

.mt1per {
  margin-top: 1%; }

.mt2per {
  margin-top: 2%; }

.mt3per {
  margin-top: 3%; }

.mt4per {
  margin-top: 4%; }

.mt5per {
  margin-top: 5%; }

.mt6per {
  margin-top: 6%; }

.mt7per {
  margin-top: 7%; }

.mt8per {
  margin-top: 8%; }

.mt9per {
  margin-top: 9%; }

.mt10per {
  margin-top: 10%; }

.pd1per {
  padding: 1%; }

.pd2per {
  padding: 2%; }

.pd3per {
  padding: 3%; }

.pd4per {
  padding: 4%; }

.pull_left {
  float: left; }

.pull_right {
  float: right; }

.text_left {
  text-align: left !important; }

.text_right {
  text-align: right !important; }

.text_center {
  text-align: center !important; }

.text_justify {
  text-align: justify !important; }

.text_nowrap {
  white-space: nowrap !important; }

.text_lower {
  text-transform: lowercase !important; }

.text_upper {
  text-transform: uppercase !important; }

.text_capitalize {
  text-transform: capitalize !important; }

.text_normal {
  font-weight: normal !important; }

.text_bold {
  font-weight: bold !important; }

.text_line {
  text-decoration: underline; }

.text_noline {
  text-decoration: none !important; }

.text_over {
  overflow: hidden !important; }

.fz10 {
  font-size: 10px !important; }

.fz11 {
  font-size: 11px !important; }

.fz12 {
  font-size: 12px !important; }

.fz13 {
  font-size: 13px !important; }

.fz14 {
  font-size: 14px !important; }

.fz15 {
  font-size: 15px !important; }

.fz16 {
  font-size: 16px !important; }

.fz17 {
  font-size: 17px !important; }

.fz18 {
  font-size: 18px !important; }

.fz19 {
  font-size: 19px !important; }

.fz20 {
  font-size: 20px !important; }

.fz22 {
  font-size: 22px !important; }

.fz24 {
  font-size: 24px !important; }

.lhnm {
  line-height: normal !important; }

.lh00 {
  line-height: 0 !important; }

.lh12 {
  line-height: 1.2 !important; }

.lh13 {
  line-height: 1.3 !important; }

.lh14 {
  line-height: 1.4 !important; }

.lh15 {
  line-height: 1.5 !important; }

.lh16 {
  line-height: 1.6 !important; }

.lh17 {
  line-height: 1.7 !important; }

.lh18 {
  line-height: 1.8 !important; }

.lh20 {
  line-height: 2 !important; }

.lh23 {
  line-height: 2.3 !important; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.visible {
  visibility: visible; }

.visible-hidden {
  visibility: hidden; }

.dispc, .breakpc {
  display: block; }
  @media all and (max-width: 767px) {
    .dispc, .breakpc {
      display: none; } }

.dissp, .breaksp {
  display: block; }
  @media all and (min-width: 768px) {
    .dissp, .breaksp {
      display: none; } }

.flexFont {
  font-size: 100%; }

.obj__fit, .imgfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.overflow {
  overflow: hidden; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-moz-keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-ms-keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-o-keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-webkit-keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-moz-keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-ms-keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-o-keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-webkit-keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-moz-keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-ms-keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-o-keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@media (max-width: 767px) {
  @-webkit-keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0); }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0); } }
  @-moz-keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0); }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0); } }
  @-ms-keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0); }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0); } }
  @-o-keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0); }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0); } }
  @keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0); }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0); } } }

@-webkit-keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-moz-keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-ms-keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-o-keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-ms-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-ms-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-ms-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-ms-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-moz-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-ms-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-o-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@-moz-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@-ms-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@-o-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@-moz-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@-ms-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@-o-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@-moz-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@-ms-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@-o-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-moz-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-ms-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-o-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-moz-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-ms-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-o-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

@-ms-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@-ms-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-moz-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-ms-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-o-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

.wimg.loadit.animated, .wimgright.loadit.animated {
  position: relative; }

.wimg:after,
.wimgright:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f8;
  z-index: 100;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.wimg:before,
.wimgright:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0386c8;
  z-index: 100;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.wimg:after {
  right: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.wimgright:after {
  left: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.wimg:before {
  right: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.wimgright:before {
  left: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.wimg.loadit.animated.slideright:after,
.wimgright.loadit.animated.slideleft:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

.wimg.loadit.animated.slideright:before,
.wimgright.loadit.animated.slideleft:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0.7; }

.wimgtop:after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: 3;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.wimgtop:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #0386c8;
  z-index: 3;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.wimgtop:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }

.wimgtop:before {
  bottom: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }

.wimgtop.loadit.animated.slideright:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); }

.wimgtop.loadit.animated.slideright:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.7;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.navstate_show.menu-open .nav__inside__list > li {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media all and (max-width: 750px) {
    .navstate_show.menu-open .nav__inside__list > li {
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      -o-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.6s;
      -moz-animation-duration: 0.6s;
      -ms-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
      animation-duration: 0.6s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(10) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(11) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(12) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(13) {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(14) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s; } }
  .navstate_show.menu-open .nav__inside__list > li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
    @media all and (max-width: 750px) {
      .navstate_show.menu-open .nav__inside__list > li:nth-child(15) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; } }

.navstate_hide.menu-open .nav__inside__list > li {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media all and (max-width: 750px) {
    .navstate_hide.menu-open .nav__inside__list > li {
      -webkit-animation-name: fadeInRight;
      -moz-animation-name: fadeInRight;
      -ms-animation-name: fadeInRight;
      -o-animation-name: fadeInRight;
      animation-name: fadeInRight;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      -o-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.6s;
      -moz-animation-duration: 0.6s;
      -ms-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
      animation-duration: 0.6s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; } }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }

.mainmv .mainmv-c.active h1 span {
  bottom: 0; }
  @media all and (max-width: 640px) {
    .mainmv .mainmv-c.active h1 span:nth-child(1) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(2) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(3) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(4) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(5) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(6) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(7) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(8) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(9) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(10) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(11) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(12) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(13) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(14) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(15) {
      top: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(15) {
      bottom: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(16) {
      bottom: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(17) {
      bottom: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(18) {
      bottom: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(19) {
      bottom: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(20) {
      bottom: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(21) {
      bottom: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(22) {
      bottom: 0; }
    .mainmv .mainmv-c.active h1 span:nth-child(23) {
      bottom: 0; } }

.mainmv .mainmv-c.active p {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1.35, 0.62, 1.12);
  -moz-animation-timing-function: cubic-bezier(0.19, 1.35, 0.62, 1.12);
  -ms-animation-timing-function: cubic-bezier(0.19, 1.35, 0.62, 1.12);
  -o-animation-timing-function: cubic-bezier(0.19, 1.35, 0.62, 1.12);
  animation-timing-function: cubic-bezier(0.19, 1.35, 0.62, 1.12);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1; }
  @media all and (max-width: 640px) {
    .mainmv .mainmv-c.active p {
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s; } }

.delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
  @media all and (max-width: 960px) {
    .delay1 {
      -webkit-animation-delay: 0.15s;
      animation-delay: 0.15s; } }

.delay2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
  @media all and (max-width: 960px) {
    .delay2 {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; } }

.delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
  @media all and (max-width: 960px) {
    .delay3 {
      -webkit-animation-delay: 0.45s;
      animation-delay: 0.45s; } }

.delay4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
  @media all and (max-width: 960px) {
    .delay4 {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; } }

.delay5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }
  @media all and (max-width: 960px) {
    .delay5 {
      -webkit-animation-delay: 0.75s;
      animation-delay: 0.75s; } }

.delay6 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }
  @media all and (max-width: 960px) {
    .delay6 {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s; } }

.delay7 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }
  @media all and (max-width: 960px) {
    .delay7 {
      -webkit-animation-delay: 1.05s;
      animation-delay: 1.05s; } }

.delay8 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }
  @media all and (max-width: 960px) {
    .delay8 {
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s; } }

.delay9 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }
  @media all and (max-width: 960px) {
    .delay9 {
      -webkit-animation-delay: 1.35s;
      animation-delay: 1.35s; } }

.fixie .navlevel_2 li.hasdrop, .fixie .nav__inside__list li {
  position: inherit !important; }

.fixie .topnav .btnshowroom a {
  padding: 12px 0 6px !important; }

.fixie .btnpage a {
  padding-top: 6px !important;
  padding-bottom: 3px !important;
  line-height: 32px !important; }

.fixie .megamenu_inside {
  margin-top: -22px !important; }

.fixie body {
  overflow: visible; }

.fixie .custom-object-fit, .fixie .custom-object-contain {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat; }
  .fixie .custom-object-fit img, .fixie .custom-object-contain img {
    opacity: 0; }

.fixie .custom-object-fit {
  background-size: cover; }

.fixie .custom-object-contain {
  background-size: contain; }

.fixie .text_true .righticons--icon .hamburger_inside {
  margin: 0; }

@media all and (min-width: 1100px) {
  .fixie .mainmv .mainmv-c {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 30vh; } }

@media all and (min-width: 769px) {
  .fixie .block_our h3.tittop span {
    margin-top: -20px; }
  .fixie .block_our2 h3.tittop span {
    margin-left: 60px; }
  .fixie .section3 h3.tittop span {
    margin-left: -40px;
    margin-top: -20px; }
  .fixie .section4 h3.tittop span {
    margin-top: -20px; } }

.fixie .page-vision .blockinfo-img h4 {
  left: 0; }

.fixie .p-contact h3.tittop span {
  left: 50%;
  margin-left: -100px;
  margin-top: -20px; }

.ios.iphoneX h3.tittop.active span {
  margin-top: -15px; }

.ios.iphoneX .section1 .block_our1 h3.tittop.active span {
  margin-left: 20px; }

.ios.iphoneX .section1 .block_our2 h3.tittop.active span {
  margin-left: 50px; }

.ios.iphoneX .section3 h3.tittop.active span {
  margin-left: -23px; }

.ios.iphoneX .section4 h3.tittop.active span {
  margin-left: 50px; }

.ios.iphoneX .p-contact h3.tittop.active span {
  left: 50%;
  margin-left: -60px; }

.beforeload {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.gono-preload {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: table;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-delay: 0; }
  .gono-preload .gonoinside {
    display: table-cell;
    vertical-align: middle; }
    .gono-preload .gonoinside .svgsection {
      margin-top: -70px; }
      .gono-preload .gonoinside .svgsection svg {
        height: 160px !important; }
        @media all and (max-width: 768px) {
          .gono-preload .gonoinside .svgsection svg {
            width: 300px;
            height: auto !important; } }
  .gono-preload .progress span {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #fff;
    height: 4px;
    width: 4px;
    display: inline-block;
    border-radius: 10px;
    -webkit-animation: wave 3s ease infinite;
    animation: wave 3s ease infinite; }
    .gono-preload .progress span:nth-child(1) {
      -webkit-animation-delay: 0.05s;
      animation-delay: 0.05s; }
    .gono-preload .progress span:nth-child(2) {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .gono-preload .progress span:nth-child(3) {
      -webkit-animation-delay: 0.15s;
      animation-delay: 0.15s; }
    .gono-preload .progress span:nth-child(4) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .gono-preload .progress span:nth-child(5) {
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.25s; }
    .gono-preload .progress span:nth-child(6) {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .gono-preload .progress span:nth-child(7) {
      -webkit-animation-delay: 0.35s;
      animation-delay: 0.35s; }
    .gono-preload .progress span:nth-child(8) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }

.pageloaded .gono-preload {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-delay: 0; }

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate; }

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate; }

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate; }

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate; }

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate; }

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate; }

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate; }

.gono-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  margin: 0 auto;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid #333;
  -webkit-animation: gonoloader 0.8s infinite linear;
  animation: gonoloader 0.8s infinite linear;
  width: 40px;
  height: 40px;
  border-radius: 100%; }

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

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes wave {
  0%,
  40%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #eee; }
  10% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    background-color: #000; } }

@keyframes wave {
  0%,
  40%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #eee; }
  10% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    background-color: #000; } }

.svgsection svg.logo {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .svgsection svg.logo.active path {
    fill: #000;
    stroke: #000;
    stroke-width: 2px;
    stroke-dashoffset: -900;
    stroke-dasharray: 900;
    stroke-linecap: butt;
    stroke-linejoin: round;
    -webkit-animation: dash 3s ease-in-out forwards;
    animation: dash 3s ease-in-out forwards;
    opacity: 0; }

@-webkit-keyframes dash {
  0% {
    opacity: 0;
    fill-opacity: 0;
    stroke-dashoffset: 1200;
    stroke-width: 2px; }
  50% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    opacity: 1; } }

@keyframes dash {
  0% {
    opacity: 0;
    fill-opacity: 0;
    stroke-dashoffset: 1200;
    stroke-width: 2px; }
  50% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    opacity: 1; } }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent; }
  .header .top_nav {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .header_top_logo {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header_top_logo a {
      line-height: 0; }
  .header svg.logo {
    width: 192px;
    height: 73px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media all and (max-width: 768px) {
      .header svg.logo {
        width: 150px; } }
    .header svg.logo.active path {
      fill: #fff;
      stroke: #fff;
      stroke-width: 2px;
      stroke-dashoffset: -900;
      stroke-dasharray: 900;
      stroke-linecap: butt;
      stroke-linejoin: round;
      -webkit-animation: dash 2.5s ease-in-out forwards;
      animation: dash 2.5s ease-in-out forwards;
      opacity: 0;
      -webkit-animation-duration: 3s;
      animation-duration: 3s; }
      .header svg.logo.active path:nth-child(1) {
        -webkit-animation-delay: 2.6s;
        animation-delay: 2.6s; }
      .header svg.logo.active path:nth-child(2) {
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s; }
      .header svg.logo.active path:nth-child(3) {
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s; }
      .header svg.logo.active path:nth-child(4) {
        -webkit-animation-delay: 2.9s;
        animation-delay: 2.9s; }
      .header svg.logo.active path:nth-child(5) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s; }
      .header svg.logo.active path:nth-child(6) {
        -webkit-animation-delay: 3.1s;
        animation-delay: 3.1s; }
      .header svg.logo.active path:nth-child(7) {
        -webkit-animation-delay: 3.2s;
        animation-delay: 3.2s; }
      .header svg.logo.active path:nth-child(8) {
        -webkit-animation-delay: 3.3s;
        animation-delay: 3.3s; }
      .header svg.logo.active path:nth-child(9) {
        -webkit-animation-delay: 3.4s;
        animation-delay: 3.4s; }
      .header svg.logo.active path:nth-child(10) {
        -webkit-animation-delay: 3.5s;
        animation-delay: 3.5s; }
      .header svg.logo.active path:nth-child(11) {
        -webkit-animation-delay: 3.6s;
        animation-delay: 3.6s; }
      .header svg.logo.active path:nth-child(12) {
        -webkit-animation-delay: 3.7s;
        animation-delay: 3.7s; }
      .header svg.logo.active path:nth-child(13) {
        -webkit-animation-delay: 3.8s;
        animation-delay: 3.8s; }
      .header svg.logo.active path:nth-child(14) {
        -webkit-animation-delay: 3.9s;
        animation-delay: 3.9s; }
      .header svg.logo.active path:nth-child(15) {
        -webkit-animation-delay: 4s;
        animation-delay: 4s; }
      .header svg.logo.active path:nth-child(16) {
        -webkit-animation-delay: 4.1s;
        animation-delay: 4.1s; }
  .header .top_nav {
    padding: 1.5vh 3%; }
    @media all and (max-width: 768px) {
      .header .top_nav {
        padding-left: 20px; } }

@keyframes dash {
  0% {
    opacity: 0;
    fill-opacity: 0;
    stroke-dashoffset: 1200;
    stroke-width: 2px; }
  50% {
    opacity: 1;
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0;
    opacity: 1; } }

@media all and (min-width: 768px) {
  .over_768 .header svg.logo path, .over_headtitle .header svg.logo path {
    fill: #000;
    stroke: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .over_768 .header .nav__inside__list li:last-child, .over_headtitle .header .nav__inside__list li:last-child {
    background: #000; }
    .over_768 .header .nav__inside__list li:last-child i, .over_headtitle .header .nav__inside__list li:last-child i {
      color: #fff; }
  .over_headtitle .btnscroll {
    opacity: 0; } }

@media all and (min-width: 769px) {
  .over_150 .header svg.logo {
    width: 140px; }
  .over_768 .header, .over_headtitle .header {
    background: rgba(255, 255, 255, 0.4); }
    .over_768 .header .top_nav, .over_headtitle .header .top_nav {
      padding: 0 3%; }
    .over_768 .header .nav__inside__list li a, .over_headtitle .header .nav__inside__list li a {
      color: #000; } }

@media all and (max-width: 768px) {
  .over_mv .header, .over_headtitle .header {
    background: black;
    height: auto; }
    .over_mv .header svg.logo, .over_headtitle .header svg.logo {
      width: 120px;
      height: 40px; }
      .over_mv .header svg.logo path, .over_headtitle .header svg.logo path {
        fill: #fff;
        stroke: #fff;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    .over_mv .header .hamburger_inside span, .over_headtitle .header .hamburger_inside span {
      background: #fff; }
  .over_headtitle .btnscroll {
    opacity: 0; } }

.hamburger {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none; }
  .hamburger_inside {
    z-index: 999;
    position: relative; }
    .hamburger_inside span {
      height: 2px;
      position: absolute;
      background: #fff;
      display: inline-block;
      width: 100%;
      border-radius: 3px;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
      .hamburger_inside span:first-child {
        top: 0; }
      .hamburger_inside span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute; }
      .hamburger_inside span:last-child {
        bottom: 0; }
      @media all and (max-width: 520px) {
        .hamburger_inside span {
          background: #0386c8; } }

.menu-open {
  position: relative; }
  .menu-open .nav.show .nav__inside {
    right: 0;
    opacity: 1;
    visibility: initial; }
  .menu-open .nav.type2 {
    left: 0;
    background: #2d81b0;
    width: 100%; }
  .menu-open .hamburger_inside span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-225deg);
    -ms-transform: translateY(10px) rotate(-225deg);
    transform: translateY(10px) rotate(-225deg); }
    @media all and (max-width: 520px) {
      .menu-open .hamburger_inside span:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(-225deg);
        -ms-transform: translateY(8px) rotate(-225deg);
        transform: translateY(8px) rotate(-225deg); } }
  .menu-open .hamburger_inside span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    width: 100%; }
  .menu-open .hamburger_inside span:nth-child(3) {
    opacity: 0; }

.top_nav .righticons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.top_nav .header_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.top_nav .container {
  position: relative; }

.top_nav .hamburger,
.top_nav .righticons--icon {
  width: 57px;
  height: 57px;
  background: #0386c8;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (min-width: 769px) {
    .top_nav .hamburger:hover,
    .top_nav .righticons--icon:hover {
      background: #04a8fa;
      -webkit-transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
      transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
      -webkit-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
      -o-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
      transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
      -o-transition-delay: 0;
      transition-delay: 0;
      -webkit-transition-delay: 0; } }
  @media all and (max-width: 520px) {
    .top_nav .hamburger,
    .top_nav .righticons--icon {
      width: 44px;
      height: 44px;
      background: none; } }

.top_nav .righticons--icon {
  margin-right: 10px; }
  .top_nav .righticons--icon .hamburger_inside img {
    max-width: 30px; }
  @media all and (max-width: 520px) {
    .top_nav .righticons--icon {
      margin-right: 3px; } }

.top_nav .hamburger_inside {
  height: 38%;
  width: 56%; }

.nav {
  position: relative;
  z-index: 999;
  width: 100%; }
  @media all and (max-width: 768px) {
    .nav {
      position: absolute;
      right: 0;
      top: 0;
      visibility: hidden; }
      .nav .megamenu {
        display: none; } }
  .nav .container {
    position: unset; }
  .nav__inside {
    width: 100%;
    z-index: 90; }
    @media all and (max-width: 768px) {
      .nav__inside {
        height: 100vh;
        padding-top: 100px; } }
    .nav__inside__list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media all and (max-width: 768px) {
        .nav__inside__list {
          display: block;
          height: auto;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 20px; } }
      .nav__inside__list li {
        position: relative;
        margin-left: 50px; }
        .nav__inside__list li:last-child {
          background: #fff;
          width: 34px;
          height: 34px;
          overflow: hidden;
          z-index: 0;
          border-radius: 99px;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .nav__inside__list li:last-child i {
            font-size: 30px;
            color: #000;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            margin-top: -8px; }
        @media all and (max-width: 768px) {
          .nav__inside__list li {
            border-bottom: 1px solid #ccc;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            margin-left: 0; }
            .nav__inside__list li:last-child {
              display: none; } }
        .nav__inside__list li a {
          font-size: 16px;
          line-height: 1;
          color: #fff;
          text-decoration: none;
          display: block;
          padding: 15px 0;
          font-weight: bold;
          text-align: center; }
          @media all and (max-width: 768px) {
            .nav__inside__list li a {
              padding: 20px 0;
              text-align: left; } }
          @media all and (min-width: 769px) {
            .nav__inside__list li a:hover {
              opacity: 0.8; } }

@media all and (max-width: 768px) {
  li.hasdrop > a {
    position: relative; }
    li.hasdrop > a::before, li.hasdrop > a::after {
      position: absolute;
      content: "";
      background: #000;
      right: 20px;
      display: block;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    li.hasdrop > a::before {
      width: 14px;
      height: 2px;
      right: 1px; }
    li.hasdrop > a::after {
      height: 14px;
      width: 2px;
      right: 7px; }
    li.hasdrop > a.open::after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }

.navstate_show .nav__inside__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media all and (max-width: 768px) {
  .navstate_show .nav__inside {
    position: absolute;
    right: -100%;
    width: 50%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0; } }

@media all and (max-width: 520px) {
  .navstate_show .nav__inside {
    width: 100%; } }

@media all and (min-width: 769px) {
  .navstate_show .top_nav .hamburger {
    display: none; } }

.footer {
  background: #2f2f2f; }
  .footer .container {
    height: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 1200px) {
      .footer .container {
        padding-left: 3%;
        padding-right: 3%; } }
    @media all and (max-width: 768px) {
      .footer .container {
        padding: 0 20px; }
        .footer .container .nav {
          position: relative;
          visibility: inherit;
          z-index: 3; }
          .footer .container .nav .nav__inside {
            position: relative;
            right: 0;
            opacity: 1;
            padding: 0;
            height: auto;
            background: none;
            width: 100%; }
            .footer .container .nav .nav__inside__list {
              padding: 0;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
              .footer .container .nav .nav__inside__list li {
                border: 0;
                max-width: 20%;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                margin-left: 40px;
                -webkit-animation: none;
                animation: none; }
                .footer .container .nav .nav__inside__list li:last-child {
                  display: block;
                  padding: 0; }
                  .footer .container .nav .nav__inside__list li:last-child a {
                    padding: 16px 8px; } }
    @media all and (max-width: 640px) {
      .footer .container .nav .nav__inside__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .footer .container .nav .nav__inside__list li {
          max-width: 25%;
          margin-left: 20px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
          .footer .container .nav .nav__inside__list li:last-child {
            display: none; }
          .footer .container .nav .nav__inside__list li a {
            font-size: 14px; } }
    @media all and (max-width: 480px) {
      .footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 3vh;
        padding-bottom: 3px; }
        .footer .container .logo {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
        .footer .container .nav {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
          .footer .container .nav .nav__inside__list {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
          .footer .container .nav .nav__inside__list li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: inherit;
            text-align: center;
            margin-left: 0; }
            .footer .container .nav .nav__inside__list li a {
              text-align: center; } }
        @media all and (max-width: 480px) and (max-width: 420px) {
          .footer .container .nav .nav__inside__list li a {
            font-size: 12px; } }
  .footer .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer .logo svg {
      width: 160px;
      fill: #fff; }
      @media all and (max-width: 768px) {
        .footer .logo svg {
          width: 140px; } }
  .footer .nav {
    max-width: 700px; }
  .footer .footbottom {
    background: #000; }
    .footer .footbottom .container {
      height: auto; }
      @media all and (max-width: 640px) {
        .footer .footbottom .container {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0; } }
    .footer .footbottom p {
      font-size: 14px;
      padding: 15px 0;
      color: #fff;
      letter-spacing: 2px; }
      @media all and (max-width: 640px) {
        .footer .footbottom p {
          font-size: 10px;
          text-align: center; } }
  .footer .page_top_cont {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 22px;
    right: 0; }
    .footer .page_top_cont .page_top .to_top {
      cursor: pointer;
      display: block;
      position: absolute;
      bottom: 0;
      right: 15px;
      zoom: 1;
      text-align: right;
      z-index: 100; }
      .footer .page_top_cont .page_top .to_top img {
        width: 45px;
        height: 45px; }

.ahover {
  position: relative; }
  .ahover a {
    position: relative; }
  .ahover a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .ahover a:after {
    bottom: 10px;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #0386c8;
    left: 50%; }
  @media all and (min-width: 960px) {
    .ahover a:hover {
      opacity: 1;
      color: #0386c8; }
    .ahover a:hover:after {
      opacity: 1;
      width: 100%;
      left: 0; } }

button {
  border: none;
  outline: none;
  cursor: pointer; }

.btnpage {
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  margin-top: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media all and (max-width: 768px) {
    .btnpage {
      margin-top: 20px;
      max-width: 180px; } }
  .btnpage a, .btnpage button {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    position: relative;
    background: #333231;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border: 2px solid #333231; }
    @media all and (max-width: 768px) {
      .btnpage a, .btnpage button {
        font-size: 16px;
        padding: 5px 0; } }
    @media all and (min-width: 769px) {
      .btnpage a:after, .btnpage button:after {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 150%;
        -webkit-transition: all 0.35s ease 0s;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        background: #0386c8;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg); } }
    .btnpage a span, .btnpage button span {
      position: relative;
      z-index: 2;
      font-family: 'Roboto Condensed' !important;
      letter-spacing: .3px; }
    .btnpage a:hover:after, .btnpage button:hover:after {
      height: 170px; }
  .btnpage.btnback {
    margin-top: 0;
    margin-left: 0; }
    .btnpage.btnback a span {
      position: relative; }
      .btnpage.btnback a span::before {
        content: '';
        position: absolute;
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        background: transparent;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        width: 2px;
        height: 2px;
        left: 0;
        top: 50%;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .btnpage.btnback a span::before {
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        background: transparent;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        right: inherit;
        left: 0%;
        margin-left: -50px;
        -webkit-transform: rotate(-135deg) !important;
        -ms-transform: rotate(-135deg) !important;
        transform: rotate(-135deg) !important; }
  .btnpage.btnnext {
    margin-top: 0;
    margin-right: 0; }

.container {
  max-width: 1180px;
  margin: 0 auto; }
  @media all and (max-width: 1180px) {
    .container {
      max-width: 1200px; } }
  @media all and (max-width: 960px) {
    .container {
      max-width: 768px; } }
  @media all and (max-width: 768px) {
    .container {
      max-width: 520px; } }
  @media all and (max-width: 520px) {
    .container {
      max-width: 100%;
      padding: 0 3%; } }

.section1 {
  overflow: inherit !important; }

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #333231; }
  body .clpage {
    color: #0386c8; }
  body .fontroto {
    font-family: 'Roboto' !important; }
  body .fontmin {
    font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    transform: rotate(0.05deg); }
  body p {
    font-size: 14px;
    line-height: 1.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;
    color: #333231; }
    @media all and (min-width: 769px) {
      body p {
        font-size: 16px; } }
  body a {
    color: #333231;
    line-height: normal; }
  body img, body iframe {
    max-width: 100%;
    line-height: 0; }
  body .img {
    overflow: hidden;
    line-height: 0; }
    body .img img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition-duration: 4s;
      -o-transition-duration: 4s;
      transition-duration: 4s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform, -webkit-transform; }

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexbox_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flexbox_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flexbox_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

@media all and (min-width: 769px) and (max-width: 1000px) {
  html {
    overflow-x: scroll; } }

@media all and (min-width: 769px) and (max-width: 1000px) {
  body {
    min-width: 1000px;
    width: 1000px;
    width: 100%; } }

.container {
  max-width: 1180px;
  margin: 0 auto; }
  @media all and (min-width: 769px) and (max-width: 1000px) {
    .container {
      min-width: 1000px; } }
  @media all and (max-width: 768px) {
    .container {
      padding: 0 20px; } }

.btnscroll {
  position: absolute;
  left: -50px;
  bottom: 120px;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media all and (max-width: 768px) {
    .btnscroll {
      left: -50px; } }
  .btnscroll a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .btnscroll .txt {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px; }
    @media all and (max-width: 768px) {
      .btnscroll .txt {
        font-size: 13px; } }
  .btnscroll .arrowline {
    position: relative;
    width: 120px;
    height: 1px;
    background: #fff;
    margin-left: 10px; }
    @media all and (max-width: 768px) {
      .btnscroll .arrowline {
        width: 70px; } }
    .btnscroll .arrowline:after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      background: #fff;
      left: 0;
      top: -3px;
      border-radius: 99px;
      -webkit-animation: move 1.7s infinite;
      animation: move 1.7s infinite;
      -webkit-animation-duration: 2.4s;
      animation-duration: 2.4s; }
      @media all and (max-width: 768px) {
        .btnscroll .arrowline:after {
          -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s; } }

@-webkit-keyframes move {
  0% {
    right: 0%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    left: 118px;
    opacity: 0; } }

@keyframes move {
  0% {
    right: 0%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    left: 118px;
    opacity: 0; } }

@media all and (max-width: 768px) {
  @-webkit-keyframes move {
    0% {
      right: 0%;
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      left: 68px;
      opacity: 0; } }
  @keyframes move {
    0% {
      right: 0%;
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      left: 68px;
      opacity: 0; } } }
