@charset "UTF-8";
/* =================================== */
/*
/*    Name: foundation CSS
/*    Description: import&print Settings
/*
/*    last update 180808
/*    1:reset&normalize
/*    2:base style
/*    3:print
/*
/* =================================== */


/* ===================================

    1: reset&normalize

====================================== */

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent no-scroll;
}

html {
    overflow: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 10px;
    overflow-y: scroll;
    position: relative;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
    margin: 0;
    padding: 0;
    -webkit-font-feature-settings: "pkna" 1;
    font-feature-settings: "pkna" 1;
}

ul li {
    list-style-type: none;
}

li li {
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
textarea,
pre,
blockquote,
table,
th,
td {
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
    content: '';
}

p,
li,
dt,
dd,
pre,
legend {
    line-height: 2.0;
    text-justify: inter-ideograph;
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.4;
    text-justify: inter-ideograph;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0 0 0;
    padding: 0;
}

hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    height: 1px;
    clear: both;
    margin: 20px 0 40px;
}

@media print,
screen and (max-width: 48em) {
    hr {
        margin: 30px 0;
    }
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

em {
    font-style: italic;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* password */

input[type="password"] {
    height: 1.2em;
    font-family: arial;
    ime-mode: disabled;
}

/* button */

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
}

/* file */

input[type="file"] {
    height: 20px;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    font-size: 100%;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    cursor: pointer;
}

.navskip,
.hide {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

/* ===================================

    2:base style

====================================== */

/*  basic font size
------------------------------------------ */

body {
    color: #323A68;
    background-color: #ffffff;
    text-align: center;
    -webkit-text-size-adjust: 100%;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP","Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media all and (-ms-high-contrast:none) {
    body {
        font-family: "Helvetica Neue", Helvetica, "Noto Sans JP","メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-weight: 400;
    }
}

/* site base style
------------------------------------------ */

p {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
    text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 576px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
    p, li, dt, dd, pre, legend {
    line-height: 1.7;
    text-justify: inter-ideograph;
        font-size: 1.4rem;
}
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
}

/* Link
------------------------------------------ */

a,
main a img,
main a div {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a {
    outline: none;
}

a:link,
a:visited {
    color: #004ea2;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a:hover,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a:link {
    color: #004ea2;
    text-decoration: none;
    outline: 0;
}

a:visited {
    color: #004ea2;
    text-decoration: none;
}

a:hover {
    color: #2B7CD4;
    text-decoration: none;
}

a:hover img {
opacity: 0.8;
}

a:active {
    color: #004ea2;
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    body {
        overflow-x: hidden;
    }
    html {}
    html:not(:target) body {
        width: 100% !important;
        -webkit-text-size-adjust: 100%;
        font-size: 1.6rem;
    }
}

/* ===================================

3:print

====================================== */


@media print {
    a, a:visited {
        text-decoration: underline;
    }
    * {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    div#container {
        width: 100%;
        min-width: auto;
    }
    @-webkit-keyframes fadeInUpShort {
        0% {
            opacity: 1 !important;
            -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
        }
        100% {
            opacity: 1 !important;
            -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
        }
    }
    @keyframes fadeInUpShort {
        0% {
            opacity: 1 !important;
            -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
        }
        100% {
            opacity: 1 !important;
            -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
        }
    }
    .fadeInUpShort {
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .animated {
        opacity: 1 !important;
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
        opacity: 1;
    }
}
/************************************************

    bootstrap-grid.css
    last update 200514

************************************************/

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 576px) {
.container {
    max-width: 540px;
}
}

@media only screen and (min-width: 768px) {
.container {
    max-width: 720px;
}
}

@media only screen and (min-width: 992px) {
.container {
    max-width: 960px;
}
}

@media only screen and (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}

@media only screen and (min-width: 1360px) {
.container {
    max-width: 1280px;
}
}
.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}

@media only screen and (min-width: 576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.333333%;
}
.offset-sm-2 {
    margin-left: 16.666667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.333333%;
}
.offset-sm-5 {
    margin-left: 41.666667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.333333%;
}
.offset-sm-8 {
    margin-left: 66.666667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.333333%;
}
.offset-sm-11 {
    margin-left: 91.666667%;
}
}

@media only screen and (min-width: 768px) {
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.333333%;
}
.offset-md-2 {
    margin-left: 16.666667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.333333%;
}
.offset-md-5 {
    margin-left: 41.666667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.333333%;
}
.offset-md-8 {
    margin-left: 66.666667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.333333%;
}
.offset-md-11 {
    margin-left: 91.666667%;
}
}

@media only screen and (min-width: 992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.333333%;
}
.offset-lg-2 {
    margin-left: 16.666667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.333333%;
}
.offset-lg-5 {
    margin-left: 41.666667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.333333%;
}
.offset-lg-8 {
    margin-left: 66.666667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.333333%;
}
.offset-lg-11 {
    margin-left: 91.666667%;
}
}

@media only screen and (min-width: 1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.333333%;
}
.offset-xl-2 {
    margin-left: 16.666667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.333333%;
}
.offset-xl-5 {
    margin-left: 41.666667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.333333%;
}
.offset-xl-8 {
    margin-left: 66.666667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.333333%;
}
.offset-xl-11 {
    margin-left: 91.666667%;
}
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media only screen and (min-width: 576px) {
.d-sm-none {
    display: none !important;
}
.d-sm-inline {
    display: inline !important;
}
.d-sm-inline-block {
    display: inline-block !important;
}
.d-sm-block {
    display: block !important;
}
.d-sm-table {
    display: table !important;
}
.d-sm-table-row {
    display: table-row !important;
}
.d-sm-table-cell {
    display: table-cell !important;
}
.d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
}

@media only screen and (min-width: 768px) {
.d-md-none {
    display: none !important;
}
.d-md-inline {
    display: inline !important;
}
.d-md-inline-block {
    display: inline-block !important;
}
.d-md-block {
    display: block !important;
}
.d-md-table {
    display: table !important;
}
.d-md-table-row {
    display: table-row !important;
}
.d-md-table-cell {
    display: table-cell !important;
}
.d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
}

@media only screen and (min-width: 992px) {
.d-lg-none {
    display: none !important;
}
.d-lg-inline {
    display: inline !important;
}
.d-lg-inline-block {
    display: inline-block !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-table {
    display: table !important;
}
.d-lg-table-row {
    display: table-row !important;
}
.d-lg-table-cell {
    display: table-cell !important;
}
.d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
}

@media only screen and (min-width: 1200px) {
.d-xl-none {
    display: none !important;
}
.d-xl-inline {
    display: inline !important;
}
.d-xl-inline-block {
    display: inline-block !important;
}
.d-xl-block {
    display: block !important;
}
.d-xl-table {
    display: table !important;
}
.d-xl-table-row {
    display: table-row !important;
}
.d-xl-table-cell {
    display: table-cell !important;
}
.d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
}
.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media only screen and (min-width: 576px) {
.flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media only screen and (min-width: 768px) {
.flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media only screen and (min-width: 992px) {
.flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}

@media only screen and (min-width: 1200px) {
.flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
}
/* =================================== */

/*
/*     Name: lyout CSS
/*    Description: lyout Settings
/*
/*    Create: 180808
/*
/* =================================== */

/************************************************

1.container

************************************************/

div#container {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 0;
    z-index: 10;
}

/************************************************

2.contents

************************************************/

div#contents {
    width: auto;
    margin: 0 auto;
    text-align: left;
    clear: both;
    display: block;
    position: relative;
    overflow: hidden;
}

/************************************************

3.header & nav

************************************************/

main {
    width: auto;
    margin: 0 auto;
    text-align: left;
    clear: both;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
}

header {
    width: 100%;
    z-index: 5003;
    position: absolute;
}
.page.articles header {
    position: relative;
}
#header {
z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3.2rem 4rem 0;

}

#logo {
    width: 96px;
    height: 36px;
    text-align: left;
    margin-bottom: 0;
    float: left;

}

#logo a {
    display: block;
    height: 36px;
    background-image: url(../images/logo@2x.png);
    background-size: 96px 36px;
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.product_name {
float: left;
    margin-left: 20px;
    font-size: 1.4rem;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 700;
}
.product_name {
    color: #323A68;
}
.cover_wrap .product_name {
    color: #fff;
}
.gnav {
float: left;
    margin-left: 40px;
        -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.gnav li {
float: left;
    margin-left: 40px;
    font-size: 1.4rem;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 700;
}
.gnav li a {
    color: #323A68;
}
.cover_wrap .gnav li a {
    color: #fff;
}
header ul.btncontact {
    position: fixed;
    top: 0;
    right: 0;
    height: 100px;
}
header ul.btncontact li {
    display: inline-block;
    vertical-align: bottom;
}
header ul.btncontact a.btn_relation {
    font-weight: 700;
    display: block;
    width: 100px;
    height: 100px;
    color: #fff !important;
    font-size: 1.4rem;
    text-align: center;
    background-color: #fe8e02;
    border-top: none;
    padding-top: 20px;
}
a.btn_relation span {
    display: block;
    width: 22px;
    text-align: center;
    margin: 0 auto;
}
header ul.btncontact a.btn_contact {
        background: linear-gradient(95deg, #30F589, #7019e3);
    background-size: 200% 100%;
    -webkit-animation: gradationTest 14s ease infinite;
    animation: gradationTest 14s ease infinite;
    font-weight: 700;
    display: block;
    width: 200px;
    height: 100px;
    line-height: 100px;
    color: #fff !important;
    font-size: 1.4rem;
}

.header-sticky .product_name {
    display: none;
}
.header-sticky {
    position: fixed;
}
.header-sticky .gnav {
    margin-left: 0px;
}
.header-sticky .gnav li a {
    color: #323A68;
}
.hbm_section a .hbm_item_txt p {
    text-align: center;
    font-size: 1.4rem;
}
@media only screen and (max-width: 1180px) {
.gnav {
    display: none;
}
.header-sticky .gnav {
    display: block;
    margin-left: 0px;
}
}
@media only screen and (max-width: 991px) {
    #navi_btn {
        width: 50px;
        height: 30px;
        z-index: 10000;
        display: none;
    }
    #navi_btn {
        position: relative;
        cursor: pointer;
    }
    #navi_btn.scroll {
        position: fixed;
    }
    .smt-logo {
        display: none;
    }
    .hbm_section a {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .hbm_section a figure {
        width: 30%;
        background: none;
    }
    .hbm_section a .hbm_item_txt {
        padding: 0;
        margin: 0 0 0 20px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        width: 70%;
    }
    .hbm_section a .hbm_item_txt p {
        text-align: left;
        font-size: 1.0rem;
    }
    .hbm_section hr {
        margin: 15px 0 !important;
    }
    header ul.btncontact a.btn_contact {
        width: 120px;
    }
    header ul.btncontact a.btn_contact span {
        display: none;
    }

}
@media only screen and (max-width: 767px) {

.header-sticky .gnav {
    display: none;
}
}
@media only screen and (max-width: 576px) {
#header {
    padding: 1.4rem 2rem 0;
}
.product_name {
    display: none;
}
header ul.btncontact {
    height: 60px;
}
    header ul.btncontact a.btn_contact {
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2rem;
}

    header ul.btncontact a.btn_relation {
        width: 90px;
        padding-top: 0;
        height: 60px;
        line-height: 60px;
        font-size: 1.2rem;
    }
    a.btn_relation span {
        display: inline-block;
        width: 11px;
        text-align: center;
        margin: 0 4px 0 0;
    }
}
/* ===================================

4: Footer

====================================== */

/*
 foot [
----------------------------------------------------------- */

/* #footer  ================ */

footer {
    clear: both;
    position: relative;
    background-color: #323a68;
}

footer * {
    color: #fff;
}

div#footer {
    clear: both;
    margin: 0 auto;
    padding: 3rem 2.0rem 3rem;
    position: relative;
    text-align: center;
}

div#footer p {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}


@media only screen and (max-width: 576px) {

    div#footer {
        padding: 30px 1.0rem 30px;
        text-align: center;
    }
    div#footer p.footer-copy {
        text-align: center;
    }
}

/* =================================== */

/*
/*     Name: Object CSS
/*    Description: Object Settings
/*
/*    Create: 180808
/*
/*    1:Component - .c-*
/*    2:Project - .p-*
/*    3:Utility - .u-*
/*
/*
/* =================================== */

/* ===================================

1: Component

====================================== */

/* heading
------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    clear: both;
    margin: 0;
    font-weight: normal;
    font-feature-setting: "pkna" 1;
}
.ttl--Xl {
    font-size: 3.0rem !important;
    margin-bottom: 30px;
    line-height: 1.0 !important;
    font-weight: 700;
    text-align: center;
}
.ttl--Ll {
    /* 基本h2に適用 */
    font-size: 2.4rem !important;
    margin-bottom: 40px;
    line-height: 1.2 !important;
    font-weight: 700;
    text-align: center;
}
.ttl--L {
    /* 基本h3に適用 */
    font-size: 3.0rem !important;
    margin-bottom: 60px;
    line-height: 1.2 !important;
    font-weight: 700;
    text-align: center;
}
.ttl--M {
    /* 基本h4に適用 */
    font-size: 2.0rem !important;
    margin-bottom: 30px;
    line-height: 1.6 !important;
    font-weight: 700;
    text-align: center;
}
.ttl--S {
font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 5px;
}
.ttl--en {
    font-family: 'Poppins', sans-serif;
}
.ttl-caption {
    font-size: 3.2rem;
    margin-bottom: 20px;
    padding: 6px 10px;
    line-height: 1;
    background-color: #30F589;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
.ttl--L {
font-size: 2.4rem !important;
    }
.ttl--Ll {
    font-size: 3.2rem !important;
        line-height: 1.4 !important;
    }
.ttl--M {
    font-size: 1.8rem !important;
    }
}

@media only screen and (max-width: 576px) {
    /* heading
    ------------------------------------------ */
    h1,  h2,  h3,  h4,  h5,  h6 {
        padding: 0;
        font-size: 16px;
        clear: both;
        margin: 0;
        font-weight: normal;
    }
    .ttl--Xl {
        /* 基本h2に適用 */
        font-size: 4.6rem !important;
        margin-bottom: 20px;
    }
    .ttl--Ll {
    font-size: 2.4rem !important;
        margin-bottom: 20px;
}
.ttl--L {
    font-size: 2.0rem !important;
    margin-bottom: 40px;
    }
.ttl--M {
    font-size: 1.6rem !important;
    }
}
/* button
------------------------------------------ */

.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 50px;
}
.btn > * {
    color: #fff !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 15px 30px !important;
    letter-spacing: 1px;
}
.btn > *:before {
    content: "";
    display: block;
}
.btn > *:after {
    content: "";
    display: block;
}
.btn > *:before, .btn > *:after {
    position: absolute;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    opacity: 0;
}
.btn > *:before {
    left: -1px;
    top: -1px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.btn > *:after {
    right: -1px;
    bottom: -1px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.btn.main > * {
    background: linear-gradient(95deg, #30F589, #7019e3);
    background-size: 200% 100%;
    -webkit-animation: gradationTest 5s ease infinite;
    animation: gradationTest 5s ease infinite;
    font-weight: 700;
}
.btn.main > a:hover {
    background-color: #1F2442;
}
.btn.green > * {
    background-color: #27B89A;
    border: 1px solid #27B89A;
    font-weight: 400;
}
.btn.green > a:hover {
    background-color: #1b826d;
    border: 1px solid #1b826d !important;
}

.btn_center {
    width: 240px;
    margin: 0 auto;
}

.btn.center {
    margin-left: auto;
    margin-right: auto;
}
.btn:hover > * {
    border-color: transparent;
}
.btn:hover > *:before, .btn:hover > *:after {
    opacity: 1;
    width: 96%;
    width: calc(100% + 2px);
    height: 96%;
    height: calc(100% + 2px);
}

@media only screen and (max-width: 576px) {
    main .btn {
        width: auto !important;
    }
    .btn > * {
        font-size: 14px !important;
        width: auto;
    }
}

/* ===================================

2:Project

====================================== */

/*
cover [
----------------------------------------------------------- */

div#loader {
    position: fixed;
    z-index: 16000006;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-left: -50px;
    margin-top: -50px;
}
div#fade2 {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    display: block;
    z-index: 16000005;
    background-color: #fff;
    -webkit-animation: gradationTest 10s ease infinite;
    animation: gradationTest 10s ease infinite;
    width:100%;
    background-size: 200% 400%;
}
#animelogo {
    width: 118px;
    display: block;
    height: 118px;
    /* background-image: url(../images/favcon.png); */
    background-size: 118px 118px;
    background-position: left top;
    background-repeat: no-repeat;
}

.cover_wrap {
    width: 100%;
    position: relative;
    color: #323A68;
    display: table;
    height: 100vh;
    min-height: 400px;
}
/* .enter-img
------------------------------------*/

.enter-img {
position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100vh;
    min-height: 400px;
    z-index: 0;
    overflow: hidden;
}
.enter-img .inner {
    width: 100%;
    height: 100vh;
    min-height: 400px;

}
.enter-img:after {
    content:"";
    display:block;
    background: linear-gradient(95deg, #30F589,#30F589, #7019e3);
    -webkit-animation: gradationTest 10s ease infinite;
    animation: gradationTest 10s ease infinite;
    width:100%;
    background-size: 200% 400%;
    position:absolute;
    height:60%;
    top:20%;
    z-index:-1;
}
@-webkit-keyframes gradationTest {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes gradationTest {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

.enter-movie {
position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    z-index: -1;
    overflow: hidden;
}
.enter-movie .inner {
    width: 100%;
    height: 100vh;
    min-height: 400px;

}
/* 動画パターン
.bg-overlay {
    z-index: 2;
    opacity: 0.6;
    background-color: #323a68;
    content: "";
    display: block;
    width: 100%;
    background-size: 200% 400%;
    position: absolute;
    height: 100%;
    top: 0;
}*/
.bg-overlay {
    z-index: 2;
    opacity: 1;
    background-color: #323a68;
    content: "";
    display: block;
    /*background: linear-gradient(95deg, #30F589, #7019e3);
    animation: gradationTest 10s ease infinite;*/
    width: 100%;
    background-size: 200% 400%;
    position: absolute;
    height: 100%;
    top: 0;
}
#movie {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, -1);
    transform: translate3d(0, 0, -1);
    opacity: 0.9;
}
.cover {
    text-align: left;
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 5001;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.kv_center {
display: block;
    max-width: 1000px;
    width: 62%;
    margin: 0 0 0 8%;
    text-align: left;
    color: #fff;
}
.kv_center #catch01 {
    margin-bottom: 25px;
    font-size: 3.0rem;
    font-weight: 700;
line-height: 1.6;
    text-align: left;
}
.kv_center #catch02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
}
.kv_bnr  {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 220px;
    z-index: 5002;
}

.features-box {
    margin-bottom: 80px;
}
.col-ico {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
}
.features-box .icon_section > div {
    margin-bottom: 60px;
}
.features-box .icon_section > div:last-child {
    margin-bottom: 0;
}
.features-box .icon_section dt {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.6;
}
.features-box .icon_section dt + dd {
    padding-top: 5px;
}
.case-section figure {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
}
.case-section figure + h4 {
    text-align: center;
}

ul.features-menu {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    align-items: center;
    position:relative;
    margin-bottom:80px;
}
ul.features-menu:after {
    content:"";
    display:block;
    width:100%;
    position:absolute;
    bottom:0;
    left: 0;
    background-color:#373B73;
    height:6px;
}
ul.features-menu li {
    width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 50%;
}

ul.features-menu li a {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color:    #373B73;
    line-height:1.8;
    padding-bottom:30px;
}

ul.features-menu li a:hover {
    color:    #29CD86;
}
ul.features-menu li a:hover:after {
    content: "";
    display: block;
    width: 20%;
    position: absolute;
    bottom: 0;
    background-color: #29CD86;
    height: 6px;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    ul.features-menu {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
.case-section figure {
    padding: 0;
}
    .kv_bnr  {
        position: absolute;
        width: 140px;
    }
}
@media only screen and (max-width: 576px) {
.features-box .icon_section > div {
    margin-bottom: 30px;
}
.features-box .icon_section dt {
    font-size: 1.6rem;
}
.features-box {
    margin-bottom: 60px;
}
    .kv_bnr  {
        bottom: 100px;
        right: 30px;
        width: 120px;
    }
}

/*
cta_section [
----------------------------------------------------------- */

.cta_section {
    background: #2D355B;
    margin: 40px auto 0px auto;
    border-radius: 4px;
    padding: 80px 80px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.32);
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.32);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.cta_section_Catch {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0;
}
.cta_section .btn {
    margin-bottom: 20px;
}
.cta_section .btn a {
    width: 100%;
    font-weight: 700;
}

.cta_section.supportdesk {
    padding: 60px;
    margin-top: 0;
    border-bottom: 1px solid #4e567d;
    background-color: #394371;
}
.wpcf7 .ajax-loader {
    display: none !important;
}
.cta_section a {
    color:#fff;
}
.pc_ico {
        display: inline-block;
        height: 100%;
    width: auto;
    max-width: none;
    }
    .sp_ico {
        display: none;
    }
.enter-img .inner img {
    height: 100%;
    width: auto;
    max-width: none;
}
@media only screen and (max-width: 1330px) {
.cover {

    vertical-align: bottom;
    padding-bottom: 80px;
}
.kv_center #catch01 {
    font-size: 2.4rem;
}
}
@media only screen and (max-width: 991px) {
    .btn > * {
        font-size: 16px;
        line-height: 1.4;
    }
.cta_section_Catch {
    font-size: 2.2rem;
}
    .product_name {
    color: #fff;
}
    .pc_ico {
        display: none;
    }
    .sp_ico {
        display: inline-block;
    }
    .cover {
    padding-bottom: 60px;
    vertical-align: bottom;
/*    background-color: #373b732b;*/
    }
.kv_center {
    width: 84%;
}

.kv_center #catch01 {
    font-size: 2.4rem;
    padding: 0;
    line-height: 1.7;
    margin-bottom: 0;
    color: #fff;
}
    .kv_center .btn.main {
        display: none;
    }
    .enter-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110%;
    height: 100vh;
    min-height: 400px;
    z-index: 0;
    overflow: hidden;
}
.enter-img .inner  {
    padding-left: 50px;
}
.enter-img .inner img {
    height: 100%;
    width: auto;
    max-width: none;
}
*.enter-img:after {
    content: "";
    display: block;
    background: linear-gradient(95deg, #30F589, #7019e3);
    -webkit-animation: gradationTest 10s ease infinite;
    animation: gradationTest 10s ease infinite;
    width: 100%;
    background-size: 200% 400%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
}
}
@media only screen and (max-width: 767px) {
    .kv_center p {
    width: 140px;
}
}
@media only screen and (max-width: 576px) {
    .cta_section {
        margin: 20px auto 0 auto;
        padding: 30px 20px;
    }
    .cta_section.supportdesk {
        padding: 30px 20px;
    }
.cta_section_Catch {
    font-size: 1.6rem;
}
    .cta_section .btn {
        margin-bottom: 10px;
    }

    .btn > * {
        font-size: 12px;
        line-height: 1.4;
    }
.case-section figure + h4 {
    font-size: 1.2rem;
}
.kv_center #catch01 {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 340px) {

}


/*
comp__p-info  [
----------------------------------------------------------- */

dl.comp__p-info, .comp__p-info dt, .comp__p-info dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
dl.comp__p-info {
    margin-bottom: 20px;
}
.comp__p-info dt, .comp__p-info dd {
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}
.comp__p-info dt {
    width: 180px;
    float: left;
    font-weight: 600;
}
.comp__p-info dd {
    padding-left: 180px;
    padding-bottom: 15px;
}
.comp__p-info dd:nth-of-type(odd) {
    background-color: #F2F2F2;
}
.comp__p-info dd:after {
    content: '';
    display: block;
    clear: both;
}
.comp__p-info.highhand dt {
    line-height: 40px;
}
.comp__p-info.highhand dd li {
    margin-bottom: 0;
}
.comp__p-info .explanation p {
    margin-bottom: 1rem;
}
.comp__p-info .explanation p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 576px) {


.comp__p-info dt {
    width: 120px;
    float: left;
    font-weight: 600;
}
.comp__p-info dd {
    padding-left: 120px;
    padding-bottom: 15px;
}
.comp__p-info.highhand dt {
    line-height: 1.6;
    float: none;
    width: 100%;
}
.comp__p-info.highhand dt:nth-of-type(odd) {
    background-color: #F2F2F2;
}
.comp__p-info.highhand dd {
    padding: 0px 15px 15px 15px;
}
.comp__p-info.highhand dd ul {
    text-align: left !important;
    padding-top: 10px;
    margin-bottom: 0;
}
    .formbox.comp__p-info dt {
    width: 100%;
    float: none;
}
.formbox.comp__p-info dt, .formbox.comp__p-info dd {
    padding: 5px 0 0;
    margin-bottom: 0;
}
    .formbox.comp__p-info dd {
    padding-left: 0;
    padding-bottom: 15px;
}

}
/*
icon_section [
----------------------------------------------------------- */

.icon_section figure {
    text-align: center;
}
    .icon_section h3 {
        font-size: 1.6rem;
        font-weight: 700;
    }
.icon_section img{
max-height: 100px;
    height: auto;
}

/*
relation_section [
----------------------------------------------------------- */

.relation_section figure {
    text-align: center;
}
.relation_section a {
    display: block;
    color: #2D355B;
}
.relation_section a:hover {
    display: block;
    color: #30F589;
}
.relation_section dd {
    font-size: 1.5rem;
}
.relation_section dt span {
    font-size: 3.0rem;
    font-weight: 700;
    display: block;
    font-size: 3.0rem;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-top: 8px;
}
.relation_section img{
    max-height: 230px;
    height: auto;
}
.relation_section dt {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
}
.relation_section dt + dd {
    padding-top: 5px;
}
.relation_section .col-ico {
    -ms-flex-preferred-size: 170px;
    flex-basis: 200px;
}
@media only screen and (max-width: 767px) {
    .icon_section h3 {
        font-size: 1.4rem;
        margin-bottom: 30px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 576px) {

    .col-ico {
-ms-flex-preferred-size: 110px;
flex-basis: 110px;
}
    #feature .icon_section img {
max-height: 50px;
    height: auto;
    }
        .case-section h3 {    font-size: 14px; margin-bottom: 30px;}
    .case figure {
        text-align: center;
        margin-bottom: 15px !important;
    }
    #price figure img {
        width: 240px;
    }
    #price .col-12.col-sm-6 {
        text-align: center;
    }
    #price  .col-12.col-sm-6 h3.ttl--M.taL {
        text-align: center !important;
        font-size: 1.6rem !important;
    }
    #price  .col-12.col-sm-6 h3.ttl--L.taL {
        text-align: center !important;
    }
    .relation_section > div {
        margin-bottom: 30px;
    }
    .relation_section dt {
        font-size: 1.2rem;
    }
    .relation_section dd span {
        font-size: 2.0rem;
    }
    .relation_section img{
        max-height: 140px;
        height: auto;
    }
    .relation_section dd {
        font-size: 1.4rem;
    }
    .relation_section .col-ico {
        -ms-flex-preferred-size: 170px;
        flex-basis: 140px;
    }
}


abbr.ico-req {
    color: #FC5558;
    font-weight: normal;
    font-size: 24px;
    border-bottom: none !important;
    line-height: 1;
    margin: 0 0 0 0;
}

select {
  padding: 0 0 0 10px;
  height: 42px;
  line-height: 42px;
  font-size: 1.6rem;
  outline: 0;
  border: 1px solid #ccc;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  padding: 0 10px;
  line-height: 42px;
  height: 42px;
  font-size: 1.6rem;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
input[type="submit"] {
  background-color: #2072b6;
  color: #fff;
  padding: 0 30px;
  border: 1px solid transparent;
  min-width: 200px;
}
input[type="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
input[type="submit"].btn_sub01 {
  background-color: #e62739;
  color: #fff;
  border: 1px solid #e62739;
}
input[type="submit"].btn_sub02 {
  background-color: #e62739;
  color: #fff;
  border: 1px solid #e62739;
}
input[type="button"] {
  background-color: #B19B61;
  color: #fff;
  padding: 0 30px;
  border: 1px solid transparent;
  min-width: 160px;
}
input[type="button"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
input[type="button"].btn_save {
  background-color: #9fa0a0;
  color: #fff;
}
input[type="button"].btn_delete {
  background-color: #222;
  color: #fff;
}
input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 1.6rem;
  line-height: 1.6;
  cursor: pointer;
}
input[type="text"]:focus, input[type="tel"]:focus, textarea:focus {
  background-color: #FFFBC7;
  border: 1px solid #ccc;
}
@media (min-width: 1px) {
  input[type="radio"], input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  input[type="radio"] + label, input[type="checkbox"] + label {
    padding: 0 0 0 24px;
  }
  input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
  }
  input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
  }
  input[type="radio"] + label::before {
    border: 1px solid #ABABAB;
    border-radius: 30px;
  }
  input[type="checkbox"] + label::before {
    border: 1px solid #ABABAB;
    background-color: transparent;
  }
  input[type="radio"]:checked + label::before {
    border: 1px solid #000;
  }
  input[type="checkbox"]:checked + label::before {
    border: 1px solid #1d7cc5;
    background-color: #1d7cc5;
  }
  input[type="radio"]:checked + label::after, input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="radio"]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #1abc9c;
    border-radius: 8px;
  }
  input[type="checkbox"]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  input[type="radio"].static + label::before {
    border: 1px solid #ABABAB;
  }
  input[type="radio"].static:checked + label::before {
    border: 1px solid #ABABAB;
  }
  input[type="radio"].static:checked + label::after {
    background: #ABABAB;
  }
}
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  font-size: 1.6rem;
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
@media only screen and (max-width: 576px) {
  .attention {
    font-size: 1.4rem;
  }
  .comp__add_form dt {
    font-size: 1.8rem;
  }
  .comp__add_form dd {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .container .action_box .btn {
    width: 100%;
  }
  .container .action_box li.btn + li.btn {
    padding-top: 15px;
    margin-left: 0;
  }
}


div.wpcf7-response-output {
    margin: 1em .5em 1em;
    padding: .2em 1em;
    border: 3px solid transparent !important;
    color: red;
        font-weight: 700;
    text-align: center;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: 3px solid transparent !important;
    font-weight: 700;
    text-align: center;
    color: #323a68 !important;
}

/*
dc506 [
----------------------------------------------------------- */
body#dc506 .enter-img .inner img {
    height: 100%;
    max-height: 686px;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
body#dc506 #logo {
    width: 117px;
}
body#dc506 #logo a {
    background-image: url(../images/dc506_logo.png);
    background-size: 117px 36px;
}
@media only screen and (max-width: 991px){
    body#dc506 .enter-img {
        width: 100%;
    }
}
@media only screen and (max-width: 576px){
    body#dc506 .enter-img .inner img {
        max-height: 400px;
    }
}

/*
d10 [
----------------------------------------------------------- */
body#d10 .enter-img .inner img {
    height: 100%;
    max-height: 490px;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
body#d10 .bg-overlay {
    background-color: #0086BE;
}
body#d10 #logo {
    width: 65px;
}
body#d10 #logo a {
    background-image: url(../images/d10_logo.png);
    background-size: 65px 36px;
}
body#d10 #price figure img {
    height: 380px;
}
@media only screen and (max-width: 991px){
    body#d10 .enter-img {
        width: 100%;
    }
}
@media only screen and (max-width: 576px){
    body#d10 .enter-img .inner img {
        max-height: 340px;
    }
    body#d10 #price figure img {
        width: 160px;
    }
}
/*
ds256 [
----------------------------------------------------------- */

body#ds256 #logo {
    width: 110px;
}
body#ds256 #logo a {
    background-image: url(../images/ds256_logo.png);
    background-size: 110px 36px;
}

body#ds256 h1 {
    text-align: center;
    font-size: 7.8rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    line-height: 1.0 !important;
    font-weight: 700;
}
body#ds256 ul.features-menu li {
    width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 50%;
}

/*
dc2 [
----------------------------------------------------------- */
body#dc2 .enter-img .inner img {
    height: 350px;
    max-height: 350px;
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
body#dc2 .bg-overlay {
    background-color: #0086BE;
}
body#dc2 #logo {
    width: 65px;
}
body#dc2 #logo a {
    background-image: url(../images/dc2_logo.png);
    background-size: 65px 36px;
}
body#dc2 #price figure img {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 991px){
    body#dc2 .enter-img {
        width: 100%;
    }
}
@media only screen and (max-width: 576px){
    body#dc2 .enter-img .inner img {
        max-height: 400px;
    }
}

/*
dc8000 [
----------------------------------------------------------- */
body#dc8000 .enter-img .inner img {
    height: 100%;
    max-height: 410px;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
body#dc8000 #logo {
    width: 117px;
}
body#dc8000 #logo a {
    background-image: url(../images/dc8000_logo.png);
    background-size: 117px 36px;
}
@media only screen and (max-width: 991px){
    body#dc8000 .enter-img {
        width: 100%;
    }
}
@media only screen and (max-width: 576px){
    body#dc8000 .enter-img .inner img {
        max-height: 400px;
    }
}

/*
sanhuan [
----------------------------------------------------------- */
body#sanhuan .enter-img .inner img {
    height: 100%;
    max-height: 510px;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
body#sanhuan #logo {
    width: 120px;
}
body#sanhuan #logo a {
    background-image: url(../images/logo.png);
    background-size: 120px 36px;
}
@media only screen and (max-width: 991px){
    body#sanhuan .enter-img {
        width: 100%;
    }
}
@media only screen and (max-width: 576px){
    body#sanhuan .enter-img .inner img {
        max-height: 200px;
    }
}

ul.list {
    margin-bottom: 30px;
}
ul.list li {
    position: relative;
    list-style-type: none!important;/*ポチ消す*/
    margin-bottom: 10px;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: 700;
    padding-left: 1.6em;
    text-indent: -1.6em;
}
ul.list li:before{
    display:inline-block;
    vertical-align: middle;
    /*以下白丸つくる*/
    content:'';
    width:1em;
    height: 1em;
    background: #30F589;
    border-radius: 50%;
    margin-right: 8px;
}
ol.listnomber {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
ol.listnomber li {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
}
ol.listnomber li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #30F589;
    border: 1px solid #30F589;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #323A68;
    font-size: 85%;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 576px){
    body#ds256 #price figure img {
        width: auto;
}
    body#ds256 h1 {
        font-size: 4.0rem;
    }
    .ttl--Ll.kvtext {
        font-size: 1.8rem !important;
    }
    ol.listnomber li {
        font-size: 1.4rem;
    }
}
/* =================================== */

/*
/*     utility CSS
/*     last update 180808
/*
/*    1:Utility - .u-*
/*
/*
/* =================================== */

/* font size
------------------------------------------ */

.u-tx10 {
    font-size: 10px !important;
}

/*renders 10px */

.u-tx11 {
    font-size: 11px !important;
}

/*renders 11px */

.u-tx12 {
    font-size: 12px !important;
}

/*renders 12px */

.u-tx13 {
    font-size: 13px !important;
}

/*renders 13px */

.u-tx14 {
    font-size: 14px !important;
}

/*renders 14px */

.u-tx15 {
    font-size: 15px !important;
}

/*renders 15px */

.u-tx16 {
    font-size: 16px !important;
}

/*renders 16px */

.u-tx17 {
    font-size: 17px !important;
}

/*renders 17px */

.u-tx18 {
    font-size: 18px !important;
}

/*renders 18px */

.u-tx19 {
    font-size: 19px !important;
}

/*renders 19px */

.u-tx20 {
    font-size: 20px !important;
}

/*renders 20px */

.u-tx21 {
    font-size: 21px !important;
}

/*renders 21px */

.u-tx22 {
    font-size: 22px !important;
}

/*renders 22px */

.u-tx23 {
    font-size: 23px !important;
}

/*renders 23px */

.u-tx24 {
    font-size: 24px !important;
}

/*renders 24px */

.u-tx25 {
    font-size: 25px !important;
}

/*renders 25px */

.u-tx36 {
    font-size: 36px !important;
    line-height: 1.2;
}

/*renders 25px */

/* Form
------------------------------------------ */

/* IME : For Windows IE */

.imeA {
    ime-mode: active;
}

.imeD {
    ime-mode: disabled;
}

.hidden {
    display: none !important;
}

/* = Selected Text
----------------------------------------------- */

::-moz-selection {
    background: #004EA2;
    /* Safari */
    color: #fff;
}

::selection {
    background: #004EA2;
    /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #004EA2;
    /* Firefox */
    color: #fff;
}

/* = js
----------------------------------------------- */

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

/* = sp & pc
----------------------------------------------- */

.pc_none {
    display: none !important;
}

.sp_none {
    display: inline-block !important;
}

.pc_br {
    display: inline-block !important;
}

.sp_br {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .pc_br {
        display: none !important;
    }
    .sp_br {
        display: inline-block !important;
    }
}
@media only screen and (max-width: 48em) {
    .pc_none {
        display: inline-block !important;
    }
    .sp_none {
        display: none !important;
    }
}

/* Margin
------------------------------------------ */

/* ------ margin-top ------ */

.mt0 {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt7 {
    margin-top: 7px !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;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

/* ------ margin-right ------ */

.mrA {
    margin-right: auto !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr1 {
    margin-right: 1px !important;
}

.mr3 {
    margin-right: 3px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr7 {
    margin-right: 7px !important;
}

.mr8 {
    margin-right: 8px !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;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr100 {
    margin-right: 100px !important;
}

/* ------ margin-bottom ------ */

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb7 {
    margin-bottom: 7px !important;
}

.mb8 {
    margin-bottom: 8px !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;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

/* ------ margin-left ------ */

.mlA {
    margin-left: auto !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml1 {
    margin-left: 1px !important;
}

.ml3 {
    margin-left: 3px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml7 {
    margin-left: 7px !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;
}

.ml65 {
    margin-left: 65px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml100 {
    margin-left: 100px !important;
}

/* padding
------------------------------------------ */

.pa10 {
    padding: 10px !important;
}

.pa20 {
    padding: 20px !important;
}

.pa30 {
    padding: 30px !important;
}

.pa40 {
    padding: 40px !important;
}

.pa50 {
    padding: 50px !important;
}

@media only screen and (max-width: 48em) {
    .pa50 {
        padding: 30px !important;
    }
}

/* ------ padding-top ------ */

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt1 {
    padding-top: 1px !important;
}

.pt4 {
    padding-top: 4px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt7 {
    padding-top: 7px !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;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt100 {
    padding-top: 100px !important;
}

/* ------ padding-right ------ */

.pr0 {
    padding-right: 0 !important;
}

.pr1 {
    padding-right: 1px !important;
}

.pr3 {
    padding-right: 3px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr7 {
    padding-right: 7px !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;
}

.pr65 {
    padding-right: 65px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pr100 {
    padding-right: 100px !important;
}

/* ------ padding-bottom ------ */

.pb0 {
    padding-bottom: 0 !important;
}

.pb1 {
    padding-bottom: 1px !important;
}

.pb3 {
    padding-bottom: 3px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb7 {
    padding-bottom: 7px !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;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

/* ------ padding-left ------ */

.pl0 {
    padding-left: 0 !important;
}

.pl1 {
    padding-left: 1px !important;
}

.pl3 {
    padding-left: 3px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl7 {
    padding-left: 7px !important;
}

.pl8 {
    padding-left: 8px !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;
}

.pl65 {
    padding-left: 65px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 1rem 1rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-2 {
    margin: 2rem 2rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.mx-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.m-3 {
    margin: 3rem 3rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.m-4 {
    margin: 4rem 4rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

.mx-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.m-5 {
    margin: 5rem 5rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mr-5 {
    margin-right: 5rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.ml-5 {
    margin-left: 5rem !important;
}

.mx-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 1rem 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-2 {
    padding: 2rem 2rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.p-3 {
    padding: 3rem 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.p-4 {
    padding: 4rem 4rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.px-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.p-5 {
    padding: 5rem 5rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pr-5 {
    padding-right: 5rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.px-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}


@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-sm-1 {
        margin: 1rem 1rem !important;
    }
    .mt-sm-1 {
        margin-top: 1rem !important;
    }
    .mr-sm-1 {
        margin-right: 1rem !important;
    }
    .mb-sm-1 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-1 {
        margin-left: 1rem !important;
    }
    .mx-sm-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-sm-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-sm-2 {
        margin: 2rem 2rem !important;
    }
    .mt-sm-2 {
        margin-top: 2rem !important;
    }
    .mr-sm-2 {
        margin-right: 2rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-2 {
        margin-left: 2rem !important;
    }
    .mx-sm-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .my-sm-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .m-sm-3 {
        margin: 3rem 3rem !important;
    }
    .mt-sm-3 {
        margin-top: 3rem !important;
    }
    .mr-sm-3 {
        margin-right: 3rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-3 {
        margin-left: 3rem !important;
    }
    .mx-sm-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-sm-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .m-sm-4 {
        margin: 4rem 4rem !important;
    }
    .mt-sm-4 {
        margin-top: 4rem !important;
    }
    .mr-sm-4 {
        margin-right: 4rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-4 {
        margin-left: 4rem !important;
    }
    .mx-sm-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .my-sm-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .m-sm-5 {
        margin: 5rem 5rem !important;
    }
    .mt-sm-5 {
        margin-top: 5rem !important;
    }
    .mr-sm-5 {
        margin-right: 5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-5 {
        margin-left: 5rem !important;
    }
    .mx-sm-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .my-sm-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .p-sm-0 {
        padding: 0 0 !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-sm-1 {
        padding: 1rem 1rem !important;
    }
    .pt-sm-1 {
        padding-top: 1rem !important;
    }
    .pr-sm-1 {
        padding-right: 1rem!important;
    }
    .pb-sm-1 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-1 {
        padding-left: 1rem !important;
    }
    .px-sm-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-sm-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-sm-2 {
        padding: 2rem 2rem !important;
    }
    .pt-sm-2 {
        padding-top: 2rem !important;
    }
    .pr-sm-2 {
        padding-right: 2rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-2 {
        padding-left: 2rem !important;
    }
    .px-sm-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .py-sm-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .p-sm-3 {
        padding: 3rem 3rem !important;
    }
    .pt-sm-3 {
        padding-top: 3rem !important;
    }
    .pr-sm-3 {
        padding-right: 3rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-3 {
        padding-left: 3rem !important;
    }
    .px-sm-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .p-sm-4 {
        padding: 4rem 4rem !important;
    }
    .pt-sm-4 {
        padding-top: 4rem !important;
    }
    .pr-sm-4 {
        padding-right: 4rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-4 {
        padding-left: 4rem !important;
    }
    .px-sm-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .py-sm-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .p-sm-5 {
        padding: 5rem 5rem !important;
    }
    .pt-sm-5 {
        padding-top: 5rem !important;
    }
    .pr-sm-5 {
        padding-right: 5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-5 {
        padding-left: 5rem !important;
    }
    .px-sm-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-sm-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto {
        margin-left: auto !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-md-1 {
        margin: 1rem 1rem !important;
    }
    .mt-md-1 {
        margin-top: 1rem !important;
    }
    .mr-md-1 {
        margin-right: 1rem !important;
    }
    .mb-md-1 {
        margin-bottom: 1rem !important;
    }
    .ml-md-1 {
        margin-left: 1rem !important;
    }
    .mx-md-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-md-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-md-2 {
        margin: 2rem 2rem !important;
    }
    .mt-md-2 {
        margin-top: 2rem !important;
    }
    .mr-md-2 {
        margin-right: 2rem !important;
    }
    .mb-md-2 {
        margin-bottom: 2rem !important;
    }
    .ml-md-2 {
        margin-left: 2rem !important;
    }
    .mx-md-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .my-md-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .m-md-3 {
        margin: 3rem 3rem !important;
    }
    .mt-md-3 {
        margin-top: 3rem !important;
    }
    .mr-md-3 {
        margin-right: 3rem !important;
    }
    .mb-md-3 {
        margin-bottom: 3rem !important;
    }
    .ml-md-3 {
        margin-left: 3rem !important;
    }
    .mx-md-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-md-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .m-md-4 {
        margin: 4rem 4rem !important;
    }
    .mt-md-4 {
        margin-top: 4rem !important;
    }
    .mr-md-4 {
        margin-right: 4rem !important;
    }
    .mb-md-4 {
        margin-bottom: 4rem !important;
    }
    .ml-md-4 {
        margin-left: 4rem !important;
    }
    .mx-md-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .my-md-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .m-md-5 {
        margin: 5rem 5rem !important;
    }
    .mt-md-5 {
        margin-top: 5rem !important;
    }
    .mr-md-5 {
        margin-right: 5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 5rem !important;
    }
    .ml-md-5 {
        margin-left: 5rem !important;
    }
    .mx-md-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .my-md-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .p-md-0 {
        padding: 0 0 !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0 {
        padding-left: 0 !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-md-1 {
        padding: 1rem 1rem !important;
    }
    .pt-md-1 {
        padding-top: 1rem !important;
    }
    .pr-md-1 {
        padding-right: 1rem !important;
    }
    .pb-md-1 {
        padding-bottom: 1rem !important;
    }
    .pl-md-1 {
        padding-left: 1rem !important;
    }
    .px-md-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-md-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-md-2 {
        padding: 2rem 2rem !important;
    }
    .pt-md-2 {
        padding-top: 2rem !important;
    }
    .pr-md-2 {
        padding-right: 2rem !important;
    }
    .pb-md-2 {
        padding-bottom: 2rem !important;
    }
    .pl-md-2 {
        padding-left: 2rem !important;
    }
    .px-md-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .py-md-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .p-md-3 {
        padding: 3rem 3rem !important;
    }
    .pt-md-3 {
        padding-top: 3rem !important;
    }
    .pr-md-3 {
        padding-right: 3rem !important;
    }
    .pb-md-3 {
        padding-bottom: 3rem !important;
    }
    .pl-md-3 {
        padding-left: 3rem !important;
    }
    .px-md-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .p-md-4 {
        padding: 4rem 4rem !important;
    }
    .pt-md-4 {
        padding-top: 4rem !important;
    }
    .pr-md-4 {
        padding-right: 4rem !important;
    }
    .pb-md-4 {
        padding-bottom: 4rem !important;
    }
    .pl-md-4 {
        padding-left: 4rem !important;
    }
    .px-md-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .py-md-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .p-md-5 {
        padding: 5rem 5rem !important;
    }
    .pt-md-5 {
        padding-top: 5rem !important;
    }
    .pr-md-5 {
        padding-right: 5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 5rem !important;
    }
    .pl-md-5 {
        padding-left: 5rem !important;
    }
    .px-md-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-md-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto {
        margin-left: auto !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0 {
        margin-left: 0 !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-lg-1 {
        margin: 1rem 1rem !important;
    }
    .mt-lg-1 {
        margin-top: 1rem !important;
    }
    .mr-lg-1 {
        margin-right: 1rem !important;
    }
    .mb-lg-1 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-1 {
        margin-left: 1rem !important;
    }
    .mx-lg-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-lg-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-lg-2 {
        margin: 2rem 2rem !important;
    }
    .mt-lg-2 {
        margin-top: 2rem !important;
    }
    .mr-lg-2 {
        margin-right: 2rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-2 {
        margin-left: 2rem !important;
    }
    .mx-lg-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .my-lg-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .m-lg-3 {
        margin: 3rem 3rem !important;
    }
    .mt-lg-3 {
        margin-top: 3rem !important;
    }
    .mr-lg-3 {
        margin-right: 3rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-3 {
        margin-left: 3rem !important;
    }
    .mx-lg-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-lg-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .m-lg-4 {
        margin: 4rem 4rem !important;
    }
    .mt-lg-4 {
        margin-top: 4rem !important;
    }
    .mr-lg-4 {
        margin-right: 4rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-4 {
        margin-left: 4rem !important;
    }
    .mx-lg-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .my-lg-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .m-lg-5 {
        margin: 5rem 5rem !important;
    }
    .mt-lg-5 {
        margin-top: 5rem !important;
    }
    .mr-lg-5 {
        margin-right: 5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-5 {
        margin-left: 5rem !important;
    }
    .mx-lg-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .my-lg-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .p-lg-0 {
        padding: 0 0 !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0 {
        padding-left: 0 !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-lg-1 {
        padding: 1rem 1rem !important;
    }
    .pt-lg-1 {
        padding-top: 1rem !important;
    }
    .pr-lg-1 {
        padding-right: 1rem !important;
    }
    .pb-lg-1 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-1 {
        padding-left: 1rem !important;
    }
    .px-lg-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-lg-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-lg-2 {
        padding: 2rem 2rem !important;
    }
    .pt-lg-2 {
        padding-top: 2rem !important;
    }
    .pr-lg-2 {
        padding-right: 2rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-2 {
        padding-left: 2rem !important;
    }
    .px-lg-2 {
        padding-right: 2rem !important;
        padding-left: 0.5rem !important;
    }
    .py-lg-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .p-lg-3 {
        padding: 3rem 3rem !important;
    }
    .pt-lg-3 {
        padding-top: 3rem !important;
    }
    .pr-lg-3 {
        padding-right: 3rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-3 {
        padding-left: 3rem !important;
    }
    .px-lg-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .p-lg-4 {
        padding: 4rem 4rem !important;
    }
    .pt-lg-4 {
        padding-top: 4rem !important;
    }
    .pr-lg-4 {
        padding-right: 4rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-4 {
        padding-left: 4rem !important;
    }
    .px-lg-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .py-lg-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .p-lg-5 {
        padding: 5rem 5rem !important;
    }
    .pt-lg-5 {
        padding-top: 5rem !important;
    }
    .pr-lg-5 {
        padding-right: 5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-5 {
        padding-left: 5rem !important;
    }
    .px-lg-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-lg-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto {
        margin-left: auto !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 0 !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-xl-1 {
        margin: 1rem 1rem !important;
    }
    .mt-xl-1 {
        margin-top: 1rem !important;
    }
    .mr-xl-1 {
        margin-right: 1rem !important;
    }
    .mb-xl-1 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-1 {
        margin-left: 1rem !important;
    }
    .mx-xl-1 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-xl-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-xl-2 {
        margin: 2rem 2rem !important;
    }
    .mt-xl-2 {
        margin-top: 2rem !important;
    }
    .mr-xl-2 {
        margin-right: 2rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-2 {
        margin-left: 2rem !important;
    }
    .mx-xl-2 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .my-xl-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .m-xl-3 {
        margin: 3rem 3rem !important;
    }
    .mt-xl-3 {
        margin-top: 3rem !important;
    }
    .mr-xl-3 {
        margin-right: 3rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-3 {
        margin-left: 3rem !important;
    }
    .mx-xl-3 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-xl-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .m-xl-4 {
        margin: 4rem 4rem !important;
    }
    .mt-xl-4 {
        margin-top: 4rem !important;
    }
    .mr-xl-4 {
        margin-right: 4rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-4 {
        margin-left: 4rem !important;
    }
    .mx-xl-4 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .my-xl-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .m-xl-5 {
        margin: 5rem 5rem !important;
    }
    .mt-xl-5 {
        margin-top: 5rem !important;
    }
    .mr-xl-5 {
        margin-right: 5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-5 {
        margin-left: 5rem !important;
    }
    .mx-xl-5 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .my-xl-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .p-xl-0 {
        padding: 0 0 !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0 {
        padding-left: 0 !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-xl-1 {
        padding: 1rem 1rem !important;
    }
    .pt-xl-1 {
        padding-top: 1rem !important;
    }
    .pr-xl-1 {
        padding-right: 1rem !important;
    }
    .pb-xl-1 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-1 {
        padding-left: 1rem !important;
    }
    .px-xl-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-xl-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-xl-2 {
        padding: 2rem 2rem !important;
    }
    .pt-xl-2 {
        padding-top: 2rem !important;
    }
    .pr-xl-2 {
        padding-right: 2rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-2 {
        padding-left: 2rem !important;
    }
    .px-xl-2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .py-xl-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .p-xl-3 {
        padding: 3rem 3rem !important;
    }
    .pt-xl-3 {
        padding-top: 3rem !important;
    }
    .pr-xl-3 {
        padding-right: 3rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-3 {
        padding-left: 3rem !important;
    }
    .px-xl-3 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .p-xl-4 {
        padding: 4rem 4rem !important;
    }
    .pt-xl-4 {
        padding-top: 4rem !important;
    }
    .pr-xl-4 {
        padding-right: 4rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-4 {
        padding-left: 4rem !important;
    }
    .px-xl-4 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .py-xl-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .p-xl-5 {
        padding: 5rem 5rem !important;
    }
    .pt-xl-5 {
        padding-top: 5rem !important;
    }
    .pr-xl-5 {
        padding-right: 5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-5 {
        padding-left: 5rem !important;
    }
    .px-xl-5 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-xl-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto {
        margin-left: auto !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

/* page padding
------------------------------------------ */

.content--basic-padding {
    padding: 100px 0;
}

.content--3quarter-padding {
    padding: 70px 0;
}

.content--harf-padding {
    padding: 50px 0 100px;
}

.content--30-padding {
    padding: 30px 0;
}

.content--quarter-padding {
    padding: 25px 0;
}

.content--top-padding {
    padding: 100px 0 0 ;
}

.content--bottom-padding {
    padding: 0 0 100px;
}

.content--bottomharf-padding {
    padding: 0 0 50px;
}

.content--article_border-padding {
    padding: 70px 0;
    border-top: 1px solid #ccc;
}

.page-title--article {
    padding: 30px 0 50px;
}

@media only screen and (max-width: 48em) {
    .content--basic-padding {
        padding: 50px 0;
    }
    .content--3quarter-padding {
        padding: 40px 0;
    }
    .content--harf-padding {
        padding: 20px 0 50px;
    }
    .content--30-padding {
        padding: 20px 0;
    }
    .content--quarter-padding {
        padding: 10px 0;
    }
    .content--top-padding {
        padding: 50px 0 0;
    }
    .content--bottom-padding {
        padding: 0 0 40px;
    }

    .content--article_border-padding {
        padding: 50px 0;
        border-top: 1px solid #ccc;
    }
    .page-title--article {
        padding: 15px 0 25px;
    }
}

/* line-height
------------------------------------------ */

.lh0 {
    line-height: 0 !important;
}

.lh10 {
    line-height: 1.0 !important;
}

.lh11 {
    line-height: 1.1 !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;
}

.lh175 {
    line-height: 1.75 !important;
}

.lh18 {
    line-height: 1.8 !important;
}

.lh19 {
    line-height: 1.9 !important;
}

.lh20 {
    line-height: 2.0 !important;
}

/* font-weight
------------------------------------------ */

.fwB {
    font-weight: 600 !important;
}

.fwN {
    font-weight: 400 !important;
}

.fwTin {
    font-weight: 100 !important;
}

/* display
------------------------------------------ */

.dsB {
    display: block;
}

/* font color
------------------------------------------ */

.fcGray {
    color: #909090 !important;
}
.fcbk {
    color: #222 !important;
}

.fcHot {
    color: #D90101 !important;
}

.fcblue {
    color: #30508F !important;
}

/* BG color
------------------------------------------ */

.bg_wh {
    background-color: #fff !important;
}

.bg_gr {
    background-color: #F2F2F2 !important;
}

.bg_grd {
    background-color: #EEEEEE !important;
}

.bg_grl {
    background-color: #efefef !important;
}

.bg_icjb {
    background-color: #373b73 !important;
}
.bg_icjb * {
    color: #fff;
}
.bg_icjb .ttl-caption {
    color: #373b73;
}


.bg_cream {
    background-color: #F9F9F0 !important;
}

.bg_creamy {
    background-color: #fffef7 !important;
}

/* font decoration
------------------------------------------ */

.fdU {
    text-decoration: underline;
}

/* indent
------------------------------------------ */

.indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

.indent2 {
    padding-left: 0.5em;
    text-indent: -0.5em;
}

.indent3 {
    padding-left: 3em;
    text-indent: -3em;
}

/* letter-spacing
------------------------------------------ */

.ls1 {
    letter-spacing: 1px;
}

/* lock
------------------------------------------ */

.lock {
    overflow: hidden;
}

/* modal-overlay
------------------------------------------ */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 5200;
}

/* text-align
------------------------------------------ */

.taL {
    text-align: left !important;
}

.taC {
    text-align: center !important;
}

.taR {
    text-align: right !important;
}

/* vertical-align
------------------------------------------ */

.vaT {
    vertical-align: top !important;
}

.vaM {
    vertical-align: middle !important;
}

.vaB {
    vertical-align: bottom !important;
}

/* float
------------------------------------------ */

.flL {
    float: left;
}

.flR {
    float: right;
}

/* overflow
------------------------------------------ */

.ofH {
    overflow: hidden;
}

/* clear
------------------------------------------ */

.clear {
    line-height: 1;
    clear: both;
}

.clearboth {
    clear: both;
}

/* inline block
------------------------------------------ */

.iBlk {
    display: -moz-inline-box;
    display: inline-block !important;
}

/* nowrap
------------------------------------------ */

.nwrp {
    white-space: nowrap;
}

.wba {
    word-break: break-all;
}

.wsN {
    white-space: pre;
}

/* smt
------------------------------------------ */

.sp-on {
    /* スマートフォンのみ表示 */
    display: none !important;
}

.responsive * {
    max-width: 100%;
    height: auto;
}

/* width
------------------------------------------ */

.w100p {
    width: 100% !important;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w125 {
    width: 125px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px !important;
}

.w240 {
    width: 240px !important;
}

.w220 {
    width: 220px !important;
}

.w225 {
    width: 225px !important;
}

.w230 {
    width: 230px !important;
}

.w240 {
    width: 240px !important;
}

.w245 {
    width: 245px !important;
}

.w246 {
    width: 246px !important;
}

.w260 {
    width: 260px !important;
}

.w270 {
    width: 270px !important;
}

.w280 {
    width: 280px !important;
}

.w290 {
    width: 290px !important;
}

.w295 {
    width: 295px !important;
}

.w300 {
    width: 300px !important;
}

.w320 {
    width: 320px !important;
}

.w315 {
    width: 315px !important;
}

.w330 {
    width: 330px !important;
}

.w340 {
    width: 340px !important;
}

.w345 {
    width: 345px !important;
}

.w350 {
    width: 350px !important;
}

.w360 {
    width: 360px !important;
}

.w370 {
    width: 370px !important;
}

.w390 {
    width: 390px !important;
}

.w400 {
    width: 400px !important;
}

.w410 {
    width: 410px !important;
}

.w430 {
    width: 430px !important;
}

.w440 {
    width: 440px !important;
}

.w450 {
    width: 450px !important;
}

.w460 {
    width: 460px !important;
}

.w470 {
    width: 470px !important;
}

.w480 {
    width: 480px !important;
}

.w500 {
    width: 500px !important;
}

.w520 {
    width: 520px !important;
}

.w530 {
    width: 530px !important;
}

.w542 {
    width: 542px !important;
}

.w550 {
    width: 550px !important;
}

.w560 {
    width: 560px !important;
}

.w590 {
    width: 590px !important;
}

.w600 {
    width: 600px !important;
}

.w640 {
    width: 640px !important;
}

.w675 {
    width: 675px !important;
}

.w680 {
    width: 680px !important;
}

.w780 {
    width: 780px !important;
}

.w730 {
    width: 730px !important;
}

.w820 {
    width: 820px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media print,
    screen and (min-width: 48em) {
        .medium-order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
        .medium-order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .medium-order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
        .medium-order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }
        .medium-order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }
        .medium-order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }
}

@media print,
    screen and (min-width: 53em) {
        .mlarge-order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
        .mlarge-order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .mlarge-order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
        .mlarge-order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }
        .mlarge-order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }
        .mlarge-order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }
}

@media print,
    screen and (min-width: 64em) {
        .large-order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
        .large-order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .large-order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
        .large-order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }
        .large-order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }
        .large-order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }
}

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media only screen and (max-width: 48em) {

    .taL {
        text-align: left;
    }
    .taC {
        text-align: center;
    }
    .taR {
        text-align: right;
        display: block;
        margin-bottom: 10px;
    }
    .tr {
        text-align: right;
    }
    .wsN {
        white-space: normal;
    }

    .w180 {
        width: 100% !important;
    }

    /* Responsive images and other embedded objects */
    #contents object,
    #contents embed,
    #contents video {
        width: auto;
        max-width: 100%;
    }

    /* Responsive images aspeсt ratio */
    #contents video {
        height: auto;
    }

    /* font size
    ------------------------------------------ */
    .u-tx10 {
        font-size: 1.0rem !important;
    }
    /*renders 10px */
    .u-tx11 {
        font-size: 1.1rem !important;
    }
    /*renders 11px */
    .u-tx12 {
        font-size: 1.2rem !important;
    }
    /*renders 12px */
    .u-tx13 {
        font-size: 1.3rem !important;
    }
    /*renders 13px */
    .u-tx14 {
        font-size: 1.4rem !important;
    }
    /*renders 14px */
    .u-tx15 {
        font-size: 1.4rem !important;
    }
    /*renders 15px */
    .u-tx16 {
        font-size: 1.6rem !important;
    }
    /*renders 16px */
    .u-tx17 {
        font-size: 1.6rem !important;
    }
    /*renders 17px */
    .u-tx18 {
        font-size: 1.6rem !important;
    }
    /*renders 18px */
    .u-tx19 {
        font-size: 1.6rem !important;
    }
    /*renders 19px */
    .u-tx20 {
        font-size: 1.8rem !important;
    }
    /*renders 20px */
    .u-tx21 {
        font-size: 1.8rem !important;
    }
    /*renders 21px */
    .u-tx22 {
        font-size: 1.6rem !important;
    }
    /*renders 22px */
    .u-tx23 {
        font-size: 1.6rem !important;
    }
    /*renders 23px */
    .u-tx24 {
        font-size: 1.8rem !important;
    }
    /*renders 24px */
    .u-tx25 {
        font-size: 1.6rem !important;
    }
    /*renders 25px */
    .u-tx36 {
        font-size: 2.4rem !important;
        line-height: 1.2;
    }
    /*renders 25px */
    .sp-taL br {
        display: none;
    }
    .sp-taL {
        text-align: left !important;
    }


    /* width
    ============================== */
    .w270 {
        width: 100% !important;
    }
    .w280 {
        width: 100% !important;
    }
    .w290 {
        width: 100% !important;
    }
    .w295 {
        width: 100% !important;
    }
    .w300 {
        width: 100% !important;
    }
    .w320 {
        width: 100% !important;
    }
    .w315 {
        width: 100% !important;
    }
    .w330 {
        width: 100% !important;
    }
    .w340 {
        width: 100% !important;
    }
    .w345 {
        width: 100% !important;
    }
    .w350 {
        width: 100% !important;
    }
    .w360 {
        width: 100% !important;
    }
    .w370 {
        width: 100% !important;
    }
    .w390 {
        width: 100% !important;
    }
    .w400 {
        width: 100% !important;
    }
    .w410 {
        width: 100% !important;
    }
    .w430 {
        width: 100% !important;
    }
    .w440 {
        width: 100% !important;
    }
    .w450 {
        width: 100% !important;
    }
    .w460 {
        width: 100% !important;
    }
    .w470 {
        width: 100% !important;
    }
    .w480 {
        width: 100% !important;
    }
    .w500 {
        width: 100% !important;
    }
    .w520 {
        width: 100% !important;
    }
    .w530 {
        width: 100% !important;
    }
    .w542 {
        width: 100% !important;
    }
    .w550 {
        width: 100% !important;
    }
    .w560 {
        width: 100% !important;
    }
    .w590 {
        width: 100% !important;
    }
    .w600 {
        width: 100% !important;
    }
    .w640 {
        width: 100% !important;
    }
    .w675 {
        width: 100% !important;
    }
    .w680 {
        width: 100% !important;
    }
    .w780 {
        width: 100% !important;
    }
    .w730 {
        width: 100% !important;
    }
    .w740 {
        width: 100% !important;
    }
    .w820 {
        width: 100% !important;
    }

    /* ------ margin-bottom ------ */
    .mb0 {
        margin-bottom: 0 !important;
    }
    .mb1 {
        margin-bottom: 1px !important;
    }
    .mb3 {
        margin-bottom: 3px !important;
    }
    .mb5 {
        margin-bottom: 5px !important;
    }
    .mb7 {
        margin-bottom: 7px !important;
    }
    .mb8 {
        margin-bottom: 8px !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: 40px !important;
    }
    .mb50 {
        margin-bottom: 40px !important;
    }
    .mb55 {
        margin-bottom: 40px !important;
    }
    .mb60 {
        margin-bottom: 40px !important;
    }
    .mb65 {
        margin-bottom: 40px !important;
    }
    .mb70 {
        margin-bottom: 40px !important;
    }
    .mb75 {
        margin-bottom: 40px !important;
    }
    .mb80 {
        margin-bottom: 40px !important;
    }
    .mb85 {
        margin-bottom: 40px !important;
    }
    .mb90 {
        margin-bottom: 40px !important;
    }
    .mb95 {
        margin-bottom: 40px !important;
    }
    .mb100 {
        margin-bottom: 40px !important;
    }
    .mb170 {
        margin-bottom: 40px !important;
    }
}

/*
clearfix [
----------------------------------------------------------- */

/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* **************************************************
/*
/*    Name: state.css
/*
/*    Description: javascript Settings
/*
/*    Create: 180808
/*    Update: XXXX.XX.XX
/*
***************************************************** */

/* ===================================

    js-toggle

====================================== */

dl.js-toggle.normal.on {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .16);
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}
dl.js-toggle.normal > dt {
    position: relative;
    padding: 15px 65px 15px 15px;
    cursor: pointer;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 500;
    border: 1px solid #ccc;
    margin-top: -1px;
}
dl.js-toggle.normal > dt span {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #EEF1F2;
}
dl.js-toggle.normal > dt span::before {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    content: "";
    vertical-align: middle;
}
dl.js-toggle.normal > dt span::before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
dl.js-toggle.normal > dt.is-active {
    border-color: #555E6C;
    background-color: #555E6C;
    color: #fff;
}
dl.js-toggle.normal > dt.is-active span {
    background-color: #374252;
}
dl.js-toggle.normal > dt.is-active span::before {
    border-color: #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -2px;
}
dl.js-toggle.normal > dt:hover span::before {
    border-color: #01ABA7;
}
dl.js-toggle.normal > dd {
    position: relative;
    display: none;
    padding: 30px;
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
}
dl.js-toggle.normal > dd p {
    margin-bottom: 0px;
}
dl.js-toggle.normal > dd p + p {
    padding-top: 20px;
}
dl.js-toggle.normal > dd .col12 + .col12 {
    padding-top: 20px;
}
@media only screen and (max-width: 576px) {
    dl.js-toggle.normal > dt {
        font-size: 1.4rem;
    }
    dl.js-toggle.normal > dd {
        padding: 15px;
        font-size: 1.3rem;
    }
}

/* ===================================

    Name: Modal js

====================================== */

.mfp-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    position: fixed !important;
    color: #fff;
    background: #323a68;
    opacity: 0.96;
    filter: alpha(opacity=90);
}
.mfp-wrap {
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 10001;
    display: block;
    color: #000;
    position: fixed !important;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    display: table;
    max-width: 1280px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
/* contents
----------------------------------------------*/

.modal__contents {
    overflow: auto;
    max-height: calc(100vh - 170px);
    padding: 0 6%;
    text-align: left;
}
/* IE8 */
.modal__contents {
    padding: 0 6%;
    text-align: left;
}
 .modal__contents::-webkit-scrollbar-track {
 background-color: #EEEEEE;
}
 .modal__contents::-webkit-scrollbar-thumb {
 background-color: #30F589;
}
 .modal__contents::-webkit-scrollbar {
 width: 10px;
 background-color: #EEEEEE;
}
.modal__contents_innner.innertaC > p, .modal__contents_innner.innertaC > h3 {
    text-align: center !important;
}
.modal__contents_innner p {
    line-height: 2;
}
.modal__contents * {
    color: #fff;
    text-align: left;
}
.modal__contents_innner figure {
    margin-bottom: 20px;
    text-align: center;
    width: inherit;
}
.modal__contents_innner img {
    max-width: 100%;
    height: auto;
}
.modal__contents .movie-area {
    position: relative;
    width: 80%;
    padding-bottom: 45%;
    margin: 0 auto;
}
/* comp__partslist
----------------------------------------------*/
dl.comp__partslist, .comp__partslist dt, .comp__partslist dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
dl.comp__partslist {
    margin-bottom: 20px;
    border-top: 1px solid #A19D9D;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.comp__partslist dt, .comp__partslist dd {
    padding: 5px 0;
    margin-bottom: 0;
}
.comp__partslist dt {
    width: 80%;
    float: left;
    font-weight: 400;
}
.comp__partslist dd {
    border-bottom: 1px solid #A19D9D;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
    padding-left: 20px;
}
.comp__partslist dd:after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (max-width: 576px) {
dl.comp__partslist {
    margin-right: 0;
    margin-left: 0;
}
.comp__partslist dd {
    border-bottom: 1px solid #A19D9D;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
}
/* comp__icon
----------------------------------------------*/

.comp__iconmodal .comp__iconmodal_item {
    margin-bottom: 3rem;
}
.comp__iconmodal dl {
    margin-bottom: 0;
}
.comp__iconmodal dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1;
}
.comp__iconmodal dd {
    font-size: 1.3rem;
}
.comp__iconmodal p {
    margin-bottom: 0;
    text-align: center;
}
.comp__iconmodal img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
    max-height: 40px;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    display: table-cell;
    vertical-align: middle;
}
/* close
----------------------------------------------*/
.modal__close {
    margin: 0 0;
    margin-top: 0;
    padding-top: 30px;
    text-align: center;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
    position: absolute;
    right: 50%;
    left: 50%;
    text-decoration: none;
    text-align: center;
    padding: 0 0 0 0;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 0.80;
    filter: alpha(opacity=80);
}
.mfp-close:active {
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #000;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 1.0;
    filter: alpha(opacity=100);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 40px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 15px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 96%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
.movie-area .mfp-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.modal__contents .c-glid__item--4 img {
    width: 140px;
    height: auto;
}
.mfp-arrow {
    top: inherit;
    bottom: 10px;
}
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
#modal__close__button {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    cursor: pointer;
}

/*animations*/

/******************
* Bounce in right *
*******************/


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
/* Added by Andy Meetan */
.delay-250 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.delay-500 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-750 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.delay-1000 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
.delay-1250 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.delay-1500 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-1750 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
.delay-2000 {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}
.delay-2500 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-2000 {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}
.delay-2500 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-3000 {
    -webkit-animation-delay: 3.0s;
    animation-delay: 3.0s;
}
.delay-3500 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUpShort {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDownShort {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/
@-webkit-keyframes fadeInRightShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);

    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRightShort {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/
@-webkit-keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
}
/*********************
* slideaction
*********************/

.u-animation.go:before {
    -webkit-animation-name: obiStart, obiEnd;
    animation-name: obiStart, obiEnd;
    -webkit-animation-duration: .5s, .5s;
    animation-duration: .5s, .5s;
    -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);
    animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-delay: 0s, .5s;
    animation-delay: 0s, .5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.u-animation.go .u-animation__inner {
    -webkit-animation-name: obiInner;
    animation-name: obiInner;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.u-animation--1:before {
    -webkit-animation-delay: .1s, .7s;
    animation-delay: .1s, .7s
}
.u-animation--1 .u-animation__inner {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}
.u-animation--2:before {
    -webkit-animation-delay: .2s, .8s;
    animation-delay: .2s, .8s
}
.u-animation--2 .u-animation__inner {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}
.u-animation--3:before {
    -webkit-animation-delay: .3s, .9s;
    animation-delay: .3s, .9s
}
.u-animation--3 .u-animation__inner {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}
.u-animation--4:before {
    -webkit-animation-delay: .4s, 1s;
    animation-delay: .4s, 1s
}
.u-animation--4 .u-animation__inner {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.u-animation--5:before {
    -webkit-animation-delay: .5s, 1.1s;
    animation-delay: .5s, 1.1s
}
.u-animation--5 .u-animation__inner {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}
.u-animation--6:before {
    -webkit-animation-delay: .6s, 1.2s;
    animation-delay: .6s, 1.2s
}
.u-animation--6 .u-animation__inner {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}
.u-animation--7:before {
    -webkit-animation-delay: .7s, 1.3s;
    animation-delay: .7s, 1.3s
}
.u-animation--7 .u-animation__inner {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}
.u-animation--8:before {
    -webkit-animation-delay: .8s, 1.4s;
    animation-delay: .8s, 1.4s
}
.u-animation--8 .u-animation__inner {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}
.u-animation--9:before {
    -webkit-animation-delay: .9s, 1.5s;
    animation-delay: .9s, 1.5s
}
.u-animation--9 .u-animation__inner {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}
.u-animation--10:before {
    -webkit-animation-delay: 1s, 1.6s;
    animation-delay: 1s, 1.6s
}
.u-animation--10 .u-animation__inner {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}
.u-animation {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: transparent!important;
}
.u-animation:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2D355B;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    top: 0;
    left: 0;
    z-index: 150;
}
.u-animation--full {
    display: block !important;
}

@media(min-width:1024px) {
    .u-animation--mdIb {
        display: inline-block !important;
    }
}

@media(min-width:1024px) {
    .u-animation--mdfull {
        display: block!important;
    }
}
.u-animation__inner {
    opacity: 0;
    padding: 0!important;
}
@-webkit-keyframes obiInner {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@keyframes obiInner {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-webkit-keyframes obiStart {
    0% {
        -webkit-transform:translateX(-101%);
        transform:translateX(-101%)
    }
    100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes obiStart {
    0% {
        -webkit-transform:translateX(-101%);
        transform:translateX(-101%)
    }
    100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@-webkit-keyframes obiEnd {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100% {
        -webkit-transform:translateX(101%);
        transform:translateX(101%)
    }
}
@keyframes obiEnd {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100% {
        -webkit-transform:translateX(101%);
        transform:translateX(101%)
    }
}