@charset "UTF-8";
* {
  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); } }

.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: 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); }

.wimg:before,
.wimgright:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00245D;
  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); }

.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.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0.7; }

.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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .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; }

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .nav__inside__list > li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; } }

.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; }

.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; }

.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; } }

.header_top_logo {
  position: relative;
  z-index: 1; }

.headtitle {
  height: 250px;
  text-align: center; }

.headtitle .container, .headtitle .flexbox {
  height: 100%; }

.headtitle .flexbox {
  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; }

.headtitle .flexbox h1 {
  white-space: nowrap; }

.logotype_text .header_top_logo a {
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase; }

.hamburger {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  display: none; }

.hamburger_inside {
  z-index: 99;
  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: #00245D; } }

.menu-open {
  position: relative; }

.menu-open .nav.show .nav__inside {
  left: 0;
  opacity: 1; }

.menu-open .nav.type2 {
  left: 0;
  background: #2d81b0;
  width: 100%; }

.menu-open .hamburger_inside span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-225deg);
  -ms-transform: translateY(9px) rotate(-225deg);
  transform: translateY(9px) rotate(-225deg); }

@media all and (max-width: 520px) {
  .menu-open .hamburger_inside span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-225deg);
    -ms-transform: translateY(7px) rotate(-225deg);
    transform: translateY(7px) 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: #00245D;
  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: 961px) {
  .top_nav .hamburger:hover,
  .top_nav .righticons--icon:hover {
    background: #003890;
    -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 {
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 999;
  width: 100%; }

@media all and (max-width: 960px) {
  .nav .megamenu {
    display: none; } }

.nav .container {
  position: unset; }

.nav__inside {
  width: 100%;
  z-index: 99; }

.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: 960px) {
  .nav__inside__list {
    display: block;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.nav__inside__list li {
  position: relative; }

@media all and (max-width: 960px) {
  .nav__inside__list li {
    border-bottom: 1px solid #ccc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.nav__inside__list li a {
  font-size: 15px;
  line-height: 1;
  color: #00245D;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  text-align: center; }

@media all and (max-width: 960px) {
  .nav__inside__list li a {
    padding: 20px 0;
    text-align: left; } }

@media all and (min-width: 961px) {
  .nav__inside__list li a:hover {
    opacity: 0.8; } }

.text_true .hastext {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0; }

@media all and (max-width: 750px) {
  .text_true .hastext {
    font-size: 11px; } }

.text_true .hamburger_inside, .text_true .righticons--icon_inside {
  top: -6px; }

.text_true .righticons--icon .hamburger_inside {
  margin: 0 auto;
  text-align: center; }

@media all and (max-width: 520px) {
  .text_true .righticons--icon .hamburger_inside img {
    max-width: 24px; } }

.text_true .righticons--icon.icontel .hamburger_inside {
  top: -8px; }

@media all and (min-width: 961px) {
  .text_true .righticons--icon.icontel .hamburger_inside img {
    width: 26px; } }

@media all and (max-width: 520px) {
  .text_true .righticons--icon.icontel .hamburger_inside img {
    width: 22px; } }

.text_false .top_nav .righticons--icon .hamburger_inside {
  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; }

.navstate_hide .nav {
  opacity: 0;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: -10;
  right: -35%;
  width: 35%;
  background: #00245D;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  transition: -webkit-all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  -o-transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-delay: 0; }

@media all and (max-width: 960px) {
  .navstate_hide .nav {
    width: 100%; }
  .navstate_hide .nav .container {
    padding: 0; } }

.navstate_hide.menu-open .nav {
  right: 0;
  z-index: 999;
  opacity: 1; }

.navstate_hide.menu-open .top_nav .hamburger {
  position: fixed;
  right: 10px;
  top: 10px; }

.navstate_hide.menu-open .nav__inside__list {
  padding-top: 20%;
  background: none;
  display: block; }

.navstate_hide.menu-open .nav__inside__list li {
  display: block;
  width: 100%;
  border-bottom: none; }

.navstate_hide.menu-open .nav__inside__list li a {
  color: #fff;
  font-weight: bold;
  padding: 25px 0; }

@media all and (max-width: 960px) {
  .navstate_hide.menu-open .nav__inside__list li a {
    text-align: left; } }

@media all and (min-width: 961px) {
  .navstate_hide.menu-open .nav__inside__list li a {
    border-bottom: 1px solid #eee; }
  .navstate_hide.menu-open .nav__inside__list li a:after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    position: absolute; }
  .navstate_hide.menu-open .nav__inside__list li a:hover {
    -webkit-transition: -webkit-color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    color: black; }
  .navstate_hide.menu-open .nav__inside__list li a:hover:after {
    width: 100%;
    -webkit-transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    background: #000; } }

@media all and (max-width: 960px) {
  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: 960px) {
  .navstate_show .nav__inside {
    position: absolute;
    left: -100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0; } }

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

.navlevel_2 .childmenu {
  display: none; }

.navlevel_2 .childmenu li {
  -webkit-animation: none;
  animation: none; }

.navlevel_2:not(.navstate_hide) .nav__inside__list > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #eee; }

@media all and (max-width: 960px) {
  .navlevel_2:not(.navstate_hide) .megamenu {
    display: block; } }

.navlevel_2:not(.navstate_hide) li.hasdrop {
  position: unset; }

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  left: 0;
  top: auto;
  width: 100%;
  height: auto; }

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media all and (max-width: 960px) {
  .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu {
    position: relative;
    width: 100%;
    display: none; }
  .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li {
    border-bottom: 0; }
  .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li:last-child {
    border-bottom: 0; } }

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside {
  width: 100%;
  left: 0; }

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_mother {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media all and (max-width: 960px) {
  .navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_mother {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_col {
  width: 100%; }

@media all and (min-width: 961px) {
  .navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_col {
    width: calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: -o-calc(25% - 10px); } }

@media all and (min-width: 961px) {
  .navtype_2 .nav.type2 {
    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; }
  .navtype_2 .nav.type2 .container {
    width: 100%; }
  .navtype_2 .nav.type2 .nav__inside__list {
    padding-top: 0; } }

@media all and (min-width: 961px) {
  .navtype_2.menu-open .nav__inside__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navtype_2.menu-open .nav__inside__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto; }
  .navtype_2.menu-open .nav__inside__list li a {
    border-bottom: 0; }
  .navtype_2.menu-open .nav__inside__list li a::after {
    background: none;
    height: 0; } }

.footer .footbottom p {
  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);
  font-size: 16px;
  background: #e8e8e8;
  text-align: center;
  padding: 15px 0; }

.footer .page_top_cont {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 990;
  bottom: 22px;
  right: 0; }

.footer .page_top_cont .page_top .to_top {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 25px;
  zoom: 1;
  text-align: right;
  z-index: 999; }

.footer .page_top_cont .page_top .to_top img {
  width: 45px;
  height: 45px; }

.ahover {
  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: -1px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #00245D;
  left: 50%; }

@media all and (min-width: 960px) {
  .ahover a:hover {
    opacity: 1;
    color: #00245D; }
  .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: 210px;
  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;
  font-size: 20px;
  color: #fff;
  position: relative;
  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);
  position: relative;
  background-image: -webkit-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
  background-image: -moz-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
  background-image: -ms-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
  z-index: 0;
  overflow: hidden; }

.btnpage a::after, .btnpage button::after {
  position: absolute;
  content: '';
  background-color: #00245D;
  width: 0;
  height: 60px;
  right: 0;
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

@media all and (min-width: 960px) {
  .btnpage a:hover::after, .btnpage a:focus::after, .btnpage a:active::after, .btnpage button:hover::after, .btnpage button:focus::after, .btnpage button:active::after {
    right: inherit;
    left: 0;
    width: 100%;
    z-index: 0; } }

@media all and (max-width: 768px) {
  .btnpage a, .btnpage button {
    font-size: 18px;
    padding: 5px 0; } }

.btnpage a span, .btnpage button span {
  position: relative;
  z-index: 2;
  position: relative; }

.btnpage a span::before, .btnpage button span::before {
  content: '';
  position: absolute;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.btnpage a span::before, .btnpage button span::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  right: 50%;
  margin-right: -50px; }

.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: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -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: 1px solid #fff;
  border-right: 1px 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; }

.modal {
  display: none;
  position: fixed;
  background: hsla(20, 5%, 50%, .8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999; }

.modal.showthis {
  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;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -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: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -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; }

.modal-content {
  position: relative;
  background: #fff;
  max-width: 600px;
  padding: 50px 100px;
  /* border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);  */
}

.modal-content .titpage {
  margin-top: 30px;
  margin-bottom: 0; }

.modal-content .titpage h2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.8em; }

.modal-content dl {
  margin-top: 30px; }

.modal-content .btn_close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  /* background: url(../images/close.jpg) no-repeat center center; */
  background-size: 100%;
  right: -15px;
  top: -15px;
  cursor: pointer; }

.modal-content .btn_close .btn{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #11418a;
  border-radius: 100%;
  box-shadow: 1px 5px 14px 1px rgb(0 0 0 / 30%);
  border: none;
}

.modal-content .btn_close .btn img{
  width: 12px;
  height: 12px;
}

.clickpop{
  cursor: pointer;
}

.modal-content-box .buttonclose {
  display: block;
  text-align: center; }

.modal-content-box .buttonclose a {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  background: #000 url(../images/share/iconclose.png) no-repeat left 50px center;
  background-size: 10px;
  width: 160px;
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  text-shadow: 0 0 0 #fff; }

.pagination {
  margin: 20px 0; }

.pagination ul {
  text-align: center;
  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; }

.pagination ul li {
  display: inline-block; }

.pagination ul li:first-child a {
  border-left: 1px solid #ddd; }

.pagination ul li.b_prev a, .pagination ul li.b_next a {
  position: relative;
  width: 50px;
  color: transparent; }

.pagination ul li.b_prev a:before, .pagination ul li.b_next a:before {
  content: "";
  background: url(../images/share/svg/chevron_up.svg) no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 14px;
  width: 14px;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }

.pagination ul li.b_next a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.pagination ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: none; }

@media all and (max-width: 768px) {
  .pagination ul li a {
    font-size: 13px; } }

.pagination ul li a:hover {
  background: #f1f1f1; }

.pagination ul li span.current {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f; }

@media all and (max-width: 768px) {
  .pagination ul li span.current {
    font-size: 13px; } }

.pagination ul li.activepage a {
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f; }

.pagination ul li.neardot a {
  border-left: 1px solid #ccc; }

.container {
  width: 100%;
  max-width: 1830px;
  margin: 0 auto;
  padding: 0 !important;
  /* padding: 0 30px; */ }

@media all and (max-width: 1000px) {
  .container {
    min-width: 1000px;
    width: 1000px;
    width: 100%;
    padding: 0 !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;
  overflow-x: hidden;
  color: #000; }

body .clpage {
  color: #00245D; }

body .fontnoto {
  font-family: 'Noto Sans JP'; }

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: 13px;
  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: #000; }

@media all and (min-width: 768px) {
  body p {
    font-size: 14px; } }

body a {
  color: #000;
  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; }

html {
  height: 100%; }

body {
  height: 100%;
  overflow-x: auto; }

.main_body {
  padding-bottom: 160px; }

.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;
  padding: 30px;
  /* margin-bottom: 40px; */
  min-width: 1000px; }

.header_top_logo span {
  display: block;
  font-weight: bold; }

.toppage .header_top_icon:first-child {
  opacity: 0; }

.toppage .header_top_icon:first-child a {
  cursor: default; }

.toppage .wrap {
  max-width: 600px;
  margin: 0 auto; }

.page-login .header_top {
  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; }

.page-login .header_top_icon {
  display: none; }

.titpage {
  margin-bottom: 25px; }

.titpage h1 {
  font-weight: bold;
  text-align: center;
  margin: 0; }

table {
  width: 100%; }

.stafftable {
  max-width: 1800px; }

table th, table td {
  padding: 10px;
  vertical-align: middle; }

.stafftable th, .stafftable td {
  padding: 20px 10px;
  vertical-align: middle; }

.companytable th, .companytable td {
  padding: 20px 10px;
  vertical-align: middle; }

.companytable {
  width: auto !important;
  margin: 0 auto; }

table th {
  width: 25%; }

table td {
  width: 75%; }

.system th {
  width: 40%; }

.button {
  margin: 0 auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center; }

.button button, .button a {
  margin: 0 auto;
  background: #f1f1f1;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 0 10px;
  border: 1px solid #999; }

.button a {
  display: block; }

.button:hover {
  opacity: 0.7; }

.button.type1 {
  max-width: 200px;
  margin-top: 40px; }

.button.type1 button, .button.type1 a {
  min-width: 160px; }

.button.type2 button, .button.type2 a {
  max-width: 60px;
  padding: 0;
  min-width: 60px; }

.menu ul {
  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; }

.menu ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 270px;
  margin: 10px; }

.menu ul a {
  background: #f1f1f1;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.menu ul a:hover {
  opacity: 0.7; }

input[type=radio], input[type=checkbox] {
  vertical-align: -0.1em;
  margin-right: 5px; }

input[type=text],
input[type=number],
input[type=password],
input[type=time],
input[type=tel],
textarea,
select {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 3px;
  min-width: 110px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #000; }

input[name=staff_surname],
input[name=staff_name],
input[name=staff_surname_kana],
input[name=staff_name_kana] {
  width: 30%; }

.system input[type=text] {
  width: 37%; }

.system input[type=number] {
  width: 37%; }

.system th {
  text-align: right !important; }

select {
  padding: 0;
  padding-left: 5px; }

textarea {
  height: 180px;
  padding: 10px;
  line-height: 1.8; }

input[type=button] {
  width: 60px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #000; }

.wrap {
  margin: 0 auto; }

.wrap--fix {
  min-width: 1600px; }

.wrap--fix2 {
  max-width: 1800px; }

/* @media all and (max-width: 1600px) {
  .wrap--fix {
    padding-right: 30px;
  }
} */
.wrap__ins {
  margin: 0 auto;
  max-width: 800px; }

.form__login__wrap {
  max-width: 400px;
  margin: 0 auto; }

.form__login__wrap th {
  width: 10%; }

.form__blockhead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }

.form__blockhead--btn {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px; }

.form__blockhead--btn.button {
  margin: 0; }

.form__blockhead--search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #ddd;
  padding: 10px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto; }

.form__templetes table th {
  font-weight: bold;
  font-size: 16px;
  text-align: left; }

.form__templetes table td {
  padding: 5px 10px; }

.form__templetes table td.typecheck {
  text-align: center; }

.form__templetes table .comname {
  width: 120px; }

.form__templetes table .companymemo {
  width: 800px; }

.form__templetes table .username {
  width: 150px; }

.form__templetes table .name {
  width: 100px; }

.form__templetes table .date {
  width: 200px; }

.form__templetes table .workdate {
  width: 130px; }

.form__templetes table .paybankname {
  width: 80px; }

.form__templetes table .status {
  width: 150px; }

.form__templetes table .id {
  width: 100px; }

.form__templetes table .base {
  width: 200px; }

.form__templetes table .acbase {
  width: 130px; }

.form__templetes table .sei, .form__templetes table .mei {
  width: 50px; }

.form__templetes table .branch, .form__templetes table .branchname {
  width: 180px; }

.form__templetes table .opacity {
  width: 80px; }

.form__templetes table .seikana, .form__templetes table .meikana {
  width: 70px; }

.form__templetes table .base {
  width: 200px; }

.form__templetes table .bank, .form__templetes table .bankname {
  width: 200px; }

.form__templetes table .address {
  width: 190px; }

.form__templetes table .sitename {
  width: 130px; }

.form__templetes table .staffaddress {
  width: 250px; }

.form__templetes table .prefecture, .form__templetes table .city {
  width: 90px; }

.form__templetes table .startingdate, .form__templetes table .enddate {
  width: 95px; }

.form__templetes table .indication, .form__templetes table .precautions {
  width: 160px; }

.form__templetes table .player {
  width: 225px; }

.form__templetes table .number {
  width: 150px; }

.form__templetes table .memo {
  width: 200px; }

.form__templetes table .company {
  width: 240px; }

.form__templetes table .player a, .form__templetes table .base a {
  text-decoration: underline; }

.form__templetes table .indication, .form__templetes table .upperrank, .form__templetes table .duty {
  width: 70px;
  text-align: center; }

.form__templetes table .ue, .form__templetes table .shita {
  width: 60px;
  text-align: center; }

.form__templetes table .siji {
  width: 73px;
  text-align: center; }

.form__templetes table .edit, .form__templetes table .copy, .form__templetes table .tuuchi {
  width: 80px;
  text-align: center; }

.form__templetes table input[type=button] {
  cursor: pointer;
  background: #f1f1f1;
  border: 1px solid #999;
  font-weight: bold; }

.form__templetes.type1 table th, .form__templetes.type1 table td {
  border: 1px solid #333; }

.form__templetes.type1 table th {
  background: #ccc; }

.form__templetes.type2 td {
  padding: 10px; }

.forms {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.forms.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 34px;
  margin-right: 50px; }

.forms label {
  font-weight: bold;
  width: auto;
  word-break: keep-all;
  margin-right: 10px; }

.forms--date input {
  width: 110px;
  margin: 0 10px; }

.forms--input input {
  width: 200px;
  max-width: 200px; }

.forms--search select {
  width: 200px;
  max-width: 200px; }

.forms--check label {
  margin-right: 20px;
  cursor: pointer; }

.forms--check label:last-child {
  margin-right: 0; }

.ui-datepicker-trigger {
  display: none; }

.listdate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.listdate input {
  margin-right: 10px;
  margin-left: 0;
  width: 120px; }

.ms-container .ms-list {
  height: 300px !important; }

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
  color: #000 !important; }

.pushalert {
  border: 1px solid #ccc;
  padding: 15px 10px 40px;
  border-radius: 3px;
  display: block;
  font-weight: bold; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa; }

.sticky table th {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0; }

.base {
  width: auto;
  margin: 0 auto; }

.payment {
  width: auto;
  margin: 0 auto; }

.staffred {
  color: red; }

a.disabled {
  pointer-events: none;
   }

a.disabled:hover {
  opacity: 1 !important; }

.csv {
  text-align: center;
  margin-top: 30px; }

.csvbtn {
  margin: 20px auto;
  background: #f1f1f1;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 10px;
  border: 1px solid #999; }

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

.required {
  color: red; }

.genba_copy {
  background: yellow; }

.btnpayment {
  margin: 20px auto;
  background: #f1f1f1;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 11px 10px;
  border: 1px solid #999; }

.btn_checkall, .btn_copy_checkall {
  cursor: pointer; }

#deleteAll {
  cursor: pointer; }

#copyAll {
  cursor: pointer; }

.genba-main {
  max-width: 100% !important; }

.button.type3 a {
  min-width: 0px; }

.not-active {
  opacity: 0.6; }

.not-active:hover {
  opacity: 0.6;
  cursor: not-allowed; }

.activea {
  pointer-events: auto;
  cursor: default;
  -webkit-text-decoration: default;
  text-decoration: default;
  color: black;
  opacity: 1; }

.spinner-border {
  position: absolute;
  top: 298px;
  right: 850px; }

.staff--push--noti {
  position: absolute;
  top: 188px;
  right: 23%; }


.page-privacy .header_top_logo {
  margin: 0 auto; }

.page-privacy .header_top {
  min-width: 0 !important;
  width: auto !important;
  max-width: 1200px !important;
  padding: 0px !important;
  margin: 0 auto;
  margin-top: 20px; }

.page-privacy .header_top_logo img {
  display: block !important; }

.page-privacy .tdrow1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  @media all and (max-width: 768px) {
    .page-privacy .tdrow1 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .page-privacy .tdrow1:last-child {
    margin-bottom: 0; }
  .page-privacy .tdrow1 input, .page-privacy .tdrow1 select {
    max-width: 200px;
    margin: 0px 20px; }
    @media all and (max-width: 768px) {
      .page-privacy .tdrow1 input, .page-privacy .tdrow1 select {
        margin: 0;
        margin-left: 6px; } }

.page-privacy .fss {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.page-privacy .titpage {
  margin-top: 40px; }

.page-privacy .header_top_icon {
  display: none; }

.page-privacy .header_top {
  min-width: 0 !important;
  width: auto !important;
  max-width: 1200px !important;
  padding: 0px !important;
  margin-top: 20px; }

.page-privacy .container {
  min-width: 0 !important;
  width: auto !important;
  max-width: 1200px !important;
  padding: 0 25px !important; }

@media all and (max-width: 520px) {
  .page-privacy .header_top_icon {
    width: 40px; } }

.page-privacy a {
  color: #3161ad;
  text-decoration: underline; }

@media all and (max-width: 520px) {
  .page-privacy .titpage h1 {
    font-size: 18px; } }

.page-privacy .table_template {
  margin-top: 40px; }
  @media all and (max-width: 768px) {
    .page-privacy .table_template {
      margin-top: 30px; } }
  .page-privacy .table_template .confirm_submit {
    text-align: center;
    margin: 20px auto;
    font-size: 16px; }
    .page-privacy .table_template .confirm_submit input {
      margin-right: 5px; }

.page-privacy .btn_view {
  margin: 20px auto;
  margin-bottom: 60px; }
  .page-privacy .btn_view .btn_normal {
    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;
    background: #fff;
    color: #f89b00;
    width: 360px;
    height: 60px;
    border-radius: 0px;
    border: #f89b00;
    cursor: pointer; }
    .page-privacy .btn_view .btn_normal:hover {
      background: #e6e6e6; }
    @media all and (max-width: 520px) {
      .page-privacy .btn_view .btn_normal {
        width: 80%;
        height: 50px; } }
    .page-privacy .btn_view .btn_normal span {
      font-size: 16px; }
      @media all and (max-width: 520px) {
        .page-privacy .btn_view .btn_normal span {
          font-size: 16px; } }
  .page-privacy .btn_view button.btn_normal {
    border: none; }
  .page-privacy .btn_view .btn_normal {
    position: relative; }
    .page-privacy .btn_view .btn_normal img {
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      width: 20px;
      height: 20px;
      right: 20px; }
    .page-privacy .btn_view .btn_normal:hover {
      opacity: 0.8; }

.page-privacy .form_submit {
  margin: 40px 0; }
  @media all and (min-width: 768px) {
    .page-privacy .form_submit {
      margin: 70px 0; } }
  .page-privacy .form_submit .lable {
    line-height: 2;
    letter-spacing: 2px; }
  .page-privacy .form_submit_btn {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px; }
    .page-privacy .form_submit_btn span {
      font-size: 20px; }
    .page-privacy .form_submit_btn button {
      width: 100%;
      max-width: 400px;
      height: 60px; }
      .page-privacy .form_submit_btn button::after {
        height: 60px; }
      @media all and (min-width: 768px) {
        .page-privacy .form_submit_btn button {
          height: 80px; }
          .page-privacy .form_submit_btn button::after {
            height: 80px; } }
    .page-privacy .form_submit_btn img {
      position: relative;
      margin-left: 20px;
      z-index: 99;
      top: 3px; }

.page-privacy table {
  border: 1px solid #ddd;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .page-privacy table input[type="radio"], .page-privacy table input[type="checkbox"] {
    vertical-align: -0.1em;
    margin-right: 10px; }
  .page-privacy table th, .page-privacy table td {
    line-height: 1.6;
    text-align: justify;
    border: 1px solid #ddd;
    padding: 20px;
    color: #000; }
    @media all and (max-width: 768px) {
      .page-privacy table th, .page-privacy table td {
        display: block;
        width: 100%;
        padding: 15px;
        border: none;
        border-bottom: 1px solid #ddd; }
        .page-privacy table th:after, .page-privacy table td:after {
          clear: both;
          content: "";
          display: block; } }
  .page-privacy table tr:last-child td {
    border-bottom: none; }
  .page-privacy table input[type="text"],
  .page-privacy table input[type="email"],
  .page-privacy table input[type="name"],
  .page-privacy table input[type="tel"],
  .page-privacy table input[type="number"],
  .page-privacy table input[type="password"],
  .page-privacy table select,
  .page-privacy table textarea {
    height: 44px;
    border: 1px solid #ccc;
    padding-left: 10px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    border-radius: 3px; }
    @media all and (max-width: 768px) {
      .page-privacy table input[type="text"],
      .page-privacy table input[type="email"],
      .page-privacy table input[type="name"],
      .page-privacy table input[type="tel"],
      .page-privacy table input[type="number"],
      .page-privacy table input[type="password"],
      .page-privacy table select,
      .page-privacy table textarea {
        height: 42px; } }
  .page-privacy table select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist; }
  .page-privacy table textarea {
    padding: 10px;
    height: 170px; }
    @media all and (max-width: 768px) {
      .page-privacy table textarea {
        height: 150px; } }
  .page-privacy table .checkboxtt span label {
    width: 33.3%;
    display: inline-block; }
    @media all and (max-width: 768px) {
      .page-privacy table .checkboxtt span label {
        width: 100%; } }
  @media all and (max-width: 768px) {
    .page-privacy table .w35 {
      width: 60% !important; } }
  .page-privacy table th {
    background: #eee;
    font-weight: bold;
    width: 30%;
    font-size: 16px;
    vertical-align: middle; }
    .page-privacy table th .required, .page-privacy table th .nonerequired {
      display: table;
      float: left;
      margin-right: 10px; }
      .page-privacy table th .required:before, .page-privacy table th .nonerequired:before {
        content: "必須";
        font-size: 13px;
        font-weight: normal;
        display: inline-block;
        color: #fff;
        padding: 2px 10px;
        background: #00245D; }
        @media all and (max-width: 768px) {
          .page-privacy table th .required:before, .page-privacy table th .nonerequired:before {
            font-size: 11px; } }
    .page-privacy table th .required:before {
      content: "必須";
      background: #00245D; }
    .page-privacy table th .nonerequired:before {
      content: "任意";
      background: #83a8e4; }
    .page-privacy table th .flexbox {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-privacy table th .flexbox li {
        min-width: 300px;
        margin: 5px 0; }
        .page-privacy table th .flexbox li:last-child {
          min-width: 100%;
          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; }
          .page-privacy table th .flexbox li:last-child label {
            min-width: 100px; }
        @media all and (max-width: 768px) {
          .page-privacy table th .flexbox li {
            width: 48%;
            min-width: inherit; } }
  @media all and (max-width: 768px) {
    .page-privacy table tr, .page-privacy table tbody, .page-privacy table th, .page-privacy table td {
      display: block;
      width: 100%; } }

.page-privacy .btn_view {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .page-privacy .btn_view button {
    width: 100%;
    height: 60px;
    background: #00245D;
    color: #fff;
    font-size: 20px;
    font-weight: bold; }

.btn_form_submit .fcc {
  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; }

.btn_form_submit .fss {
  margin: 0 auto; }
  @media all and (max-width: 768px) {
    .btn_form_submit .fss {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .btn_form_submit .fss .btn_view {
        margin-bottom: 20px; } }

.btn_form_submit .btn_view {
  margin-left: 10px !important;
  margin-right: 10px !important; }
