@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: baycruise free 001
Theme URI: 
Description: baycruise free 001
Author: 
Version: 1.0
---------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

del {
  text-decoration: line-through; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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;
  -ms-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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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;
  -ms-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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2; }

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2; }

@-webkit-keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
          animation-name: fadeInUp3; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomIn2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5); }
  100% {
    opacity: 1; } }

@keyframes zoomIn2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5); }
  100% {
    opacity: 1; } }

.zoomIn2 {
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.2, 1);
  -webkit-animation-name: zoomIn2;
          animation-name: zoomIn2; }

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

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

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

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

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

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

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

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

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

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

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

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

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important; } }

@media only screen and (min-width: 769px) {
  .pconly {
    display: block !important; }
  .sponly {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .sponly {
    display: block !important; }
  .pconly {
    display: none !important; } }

.fontjp1 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 300; }

.fontjp2b {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif; }

.fontjp2 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

.fontjp3 {
  font-family: 'Roboto+Condensed', 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 400; }

.fontjp4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500; }

.fontjp4b {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Roboto+Condensed', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-weight: 500; }

.fontjp, #sdarts-sp1 * {
  font-family: 'Roboto+Condensed', 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400; }

.en-font {
  font-family: 'Roboto+Condensed'; }

.en-font3 {
  font-family: 'Montserrat', 'Roboto', sans-serif; }

.jp-font {
  font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }

.jp-font-selif {
  font-family: 'Hiragino Mincho ProN', serif; }

#sdarts-sp1 *,
.sdarts-sp1 * {
  color: #333;
  box-sizing: border-box; }

#sdarts-sp1 h1,
#sdarts-sp1 h2,
#sdarts-sp1 h3,
#sdarts-sp1 li,
#sdarts-sp1 dt,
#sdarts-sp1 dd,
.sdarts-sp1 h1,
.sdarts-sp1 h2,
.sdarts-sp1 h3,
.sdarts-sp1 li,
.sdarts-sp1 dt,
.sdarts-sp1 dd {
  line-height: 150%; }

#sdarts-sp1 p,
.sdarts-sp1 p {
  line-height: 180%; }

#sdarts-sp1 ul,
.sdarts-sp1 ul {
  list-style: none; }

#sdarts-sp1 img,
.sdarts-sp1 img {
  max-width: 100%;
  height: auto; }

#sdarts-sp1 table,
.sdarts-sp1 table {
  border-collapse: collapse;
  width: 100%; }
  #sdarts-sp1 table th,
  #sdarts-sp1 table td,
  .sdarts-sp1 table th,
  .sdarts-sp1 table td {
    text-align: center;
    padding: 12px 4px;
    border: 1px solid #ddd;
    font-size: 14px; }
    @media screen and (max-width: 948px) {
      #sdarts-sp1 table th,
      #sdarts-sp1 table td,
      .sdarts-sp1 table th,
      .sdarts-sp1 table td {
        font-size: 12px; } }

#sdarts-sp1 form > div,
.sdarts-sp1 form > div {
  position: relative; }

#sdarts-sp1 form > div + div,
.sdarts-sp1 form > div + div {
  margin-top: 16px;
  margin-top: 1rem; }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 form p.subject,
  .sdarts-sp1 form p.subject {
    line-height: 48px; } }

#sdarts-sp1 input,
#sdarts-sp1 button,
#sdarts-sp1 textarea,
#sdarts-sp1 select,
.sdarts-sp1 input,
.sdarts-sp1 button,
.sdarts-sp1 textarea,
.sdarts-sp1 select {
  font-size: 100%;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }

#sdarts-sp1 textarea,
#sdarts-sp1 input[type="text"],
#sdarts-sp1 input[type="tel"],
#sdarts-sp1 input[type="email"],
#sdarts-sp1 input[type="password"],
#sdarts-sp1 select,
.sdarts-sp1 textarea,
.sdarts-sp1 input[type="text"],
.sdarts-sp1 input[type="tel"],
.sdarts-sp1 input[type="email"],
.sdarts-sp1 input[type="password"],
.sdarts-sp1 select {
  color: #000;
  border: 1px solid #777;
  transition: all .2s ease; }
  #sdarts-sp1 textarea:hover, #sdarts-sp1 textarea:active,
  #sdarts-sp1 input[type="text"]:hover,
  #sdarts-sp1 input[type="text"]:active,
  #sdarts-sp1 input[type="tel"]:hover,
  #sdarts-sp1 input[type="tel"]:active,
  #sdarts-sp1 input[type="email"]:hover,
  #sdarts-sp1 input[type="email"]:active,
  #sdarts-sp1 input[type="password"]:hover,
  #sdarts-sp1 input[type="password"]:active,
  #sdarts-sp1 select:hover,
  #sdarts-sp1 select:active,
  .sdarts-sp1 textarea:hover,
  .sdarts-sp1 textarea:active,
  .sdarts-sp1 input[type="text"]:hover,
  .sdarts-sp1 input[type="text"]:active,
  .sdarts-sp1 input[type="tel"]:hover,
  .sdarts-sp1 input[type="tel"]:active,
  .sdarts-sp1 input[type="email"]:hover,
  .sdarts-sp1 input[type="email"]:active,
  .sdarts-sp1 input[type="password"]:hover,
  .sdarts-sp1 input[type="password"]:active,
  .sdarts-sp1 select:hover,
  .sdarts-sp1 select:active {
    transition: all .2s ease;
    border: 1px solid #2b2b2b; }
  #sdarts-sp1 textarea:focus,
  #sdarts-sp1 input[type="text"]:focus,
  #sdarts-sp1 input[type="tel"]:focus,
  #sdarts-sp1 input[type="email"]:focus,
  #sdarts-sp1 input[type="password"]:focus,
  #sdarts-sp1 select:focus,
  .sdarts-sp1 textarea:focus,
  .sdarts-sp1 input[type="text"]:focus,
  .sdarts-sp1 input[type="tel"]:focus,
  .sdarts-sp1 input[type="email"]:focus,
  .sdarts-sp1 input[type="password"]:focus,
  .sdarts-sp1 select:focus {
    transition: all .2s ease;
    border: 2px solid #2974C3 !important;
    outline: none;
    box-shadow: 0 0 0 3px #dae8f7; }
  #sdarts-sp1 textarea.error,
  #sdarts-sp1 input[type="text"].error,
  #sdarts-sp1 input[type="tel"].error,
  #sdarts-sp1 input[type="email"].error,
  #sdarts-sp1 input[type="password"].error,
  #sdarts-sp1 select.error,
  .sdarts-sp1 textarea.error,
  .sdarts-sp1 input[type="text"].error,
  .sdarts-sp1 input[type="tel"].error,
  .sdarts-sp1 input[type="email"].error,
  .sdarts-sp1 input[type="password"].error,
  .sdarts-sp1 select.error {
    border: 2px solid #D20000;
    color: #D20000 !important; }
    #sdarts-sp1 textarea.error + .placeholder,
    #sdarts-sp1 input[type="text"].error + .placeholder,
    #sdarts-sp1 input[type="tel"].error + .placeholder,
    #sdarts-sp1 input[type="email"].error + .placeholder,
    #sdarts-sp1 input[type="password"].error + .placeholder,
    #sdarts-sp1 select.error + .placeholder,
    .sdarts-sp1 textarea.error + .placeholder,
    .sdarts-sp1 input[type="text"].error + .placeholder,
    .sdarts-sp1 input[type="tel"].error + .placeholder,
    .sdarts-sp1 input[type="email"].error + .placeholder,
    .sdarts-sp1 input[type="password"].error + .placeholder,
    .sdarts-sp1 select.error + .placeholder {
      color: #D20000 !important; }

#sdarts-sp1 textarea,
#sdarts-sp1 input[type="text"],
#sdarts-sp1 input[type="tel"],
#sdarts-sp1 input[type="email"],
#sdarts-sp1 input[type="password"],
#sdarts-sp1 select,
.sdarts-sp1 textarea,
.sdarts-sp1 input[type="text"],
.sdarts-sp1 input[type="tel"],
.sdarts-sp1 input[type="email"],
.sdarts-sp1 input[type="password"],
.sdarts-sp1 select {
  width: 100%;
  color: #000;
  border-radius: 5px;
  padding: 0px 13px;
  line-height: 48px; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 textarea.small,
    #sdarts-sp1 input[type="text"].small,
    #sdarts-sp1 input[type="tel"].small,
    #sdarts-sp1 input[type="email"].small,
    #sdarts-sp1 input[type="password"].small,
    #sdarts-sp1 select.small,
    .sdarts-sp1 textarea.small,
    .sdarts-sp1 input[type="text"].small,
    .sdarts-sp1 input[type="tel"].small,
    .sdarts-sp1 input[type="email"].small,
    .sdarts-sp1 input[type="password"].small,
    .sdarts-sp1 select.small {
      width: 33%; } }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 textarea.medium,
    #sdarts-sp1 input[type="text"].medium,
    #sdarts-sp1 input[type="tel"].medium,
    #sdarts-sp1 input[type="email"].medium,
    #sdarts-sp1 input[type="password"].medium,
    #sdarts-sp1 select.medium,
    .sdarts-sp1 textarea.medium,
    .sdarts-sp1 input[type="text"].medium,
    .sdarts-sp1 input[type="tel"].medium,
    .sdarts-sp1 input[type="email"].medium,
    .sdarts-sp1 input[type="password"].medium,
    .sdarts-sp1 select.medium {
      width: 50%; } }

#sdarts-sp1 input[type="text"]:placeholder,
#sdarts-sp1 input[type="tel"]:placeholder,
#sdarts-sp1 input[type="email"]:placeholder,
#sdarts-sp1 input[type="password"]:placeholder,
#sdarts-sp1 textarea:placeholder,
.sdarts-sp1 input[type="text"]:placeholder,
.sdarts-sp1 input[type="tel"]:placeholder,
.sdarts-sp1 input[type="email"]:placeholder,
.sdarts-sp1 input[type="password"]:placeholder,
.sdarts-sp1 textarea:placeholder {
  color: #777;
  font-weight: normal !important; }

#sdarts-sp1 label.text,
.sdarts-sp1 label.text {
  position: relative;
  width: 100%;
  height: 60px;
  display: block; }
  #sdarts-sp1 label.text input,
  .sdarts-sp1 label.text input {
    height: 60px;
    padding-top: 15px; }
  #sdarts-sp1 label.text .placeholder,
  .sdarts-sp1 label.text .placeholder {
    color: #2b2b2b;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    padding: 0px 13px;
    width: 100%;
    height: 100%;
    line-height: 56px;
    transition: all .2s ease; }
  #sdarts-sp1 label.text input:focus + .placeholder,
  #sdarts-sp1 label.text input.havetext + .placeholder,
  #sdarts-sp1 label.text input.error + .placeholder,
  .sdarts-sp1 label.text input:focus + .placeholder,
  .sdarts-sp1 label.text input.havetext + .placeholder,
  .sdarts-sp1 label.text input.error + .placeholder {
    font-size: 8px;
    line-height: 110%;
    padding-top: 7px;
    transition: all .2s ease; }

#sdarts-sp1 input[type="radio"],
#sdarts-sp1 input[type="checkbox"],
.sdarts-sp1 input[type="radio"],
.sdarts-sp1 input[type="checkbox"] {
  display: none;
  height: 0px;
  width: 0px;
  line-height: 0px;
  margin: 0px; }

#sdarts-sp1 label.radio,
.sdarts-sp1 label.radio {
  height: 50px; }

#sdarts-sp1 input[type="radio"] + label.radio .radiobtn,
.sdarts-sp1 input[type="radio"] + label.radio .radiobtn {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  top: 8px;
  display: inline-block;
  border: 1px solid #777;
  z-index: 1;
  margin-right: 5px;
  transition: all .2s ease; }
  #sdarts-sp1 input[type="radio"] + label.radio .radiobtn:before,
  .sdarts-sp1 input[type="radio"] + label.radio .radiobtn:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #777;
    z-index: 2;
    transition: all .2s ease; }

#sdarts-sp1 input[type="radio"] + label.radio:hover, #sdarts-sp1 input[type="radio"] + label.radio:active,
.sdarts-sp1 input[type="radio"] + label.radio:hover,
.sdarts-sp1 input[type="radio"] + label.radio:active {
  cursor: pointer; }
  #sdarts-sp1 input[type="radio"] + label.radio:hover .radiobtn, #sdarts-sp1 input[type="radio"] + label.radio:active .radiobtn,
  .sdarts-sp1 input[type="radio"] + label.radio:hover .radiobtn,
  .sdarts-sp1 input[type="radio"] + label.radio:active .radiobtn {
    border: 1px solid #2b2b2b;
    transition: all .2s ease; }
    #sdarts-sp1 input[type="radio"] + label.radio:hover .radiobtn:before, #sdarts-sp1 input[type="radio"] + label.radio:active .radiobtn:before,
    .sdarts-sp1 input[type="radio"] + label.radio:hover .radiobtn:before,
    .sdarts-sp1 input[type="radio"] + label.radio:active .radiobtn:before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      background: #2b2b2b;
      z-index: 2;
      transition: all .2s ease;
      border-radius: 5px; }

#sdarts-sp1 input[type="radio"]:checked + label,
.sdarts-sp1 input[type="radio"]:checked + label {
  font-weight: bold; }
  #sdarts-sp1 input[type="radio"]:checked + label .radiobtn,
  .sdarts-sp1 input[type="radio"]:checked + label .radiobtn {
    border: 1px solid #2974C3 !important;
    box-shadow: 0 0 0 3px #dae8f7 !important; }
    #sdarts-sp1 input[type="radio"]:checked + label .radiobtn:before,
    .sdarts-sp1 input[type="radio"]:checked + label .radiobtn:before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      background: #2974C3 !important;
      border-radius: 5px; }

#sdarts-sp1 label.radio2,
.sdarts-sp1 label.radio2 {
  border: 1px solid #777;
  border-radius: 5px;
  transition: all .2s ease;
  line-height: 46px;
  width: 100%;
  color: #000;
  display: block;
  width: 100%;
  padding: 0px 13px; }
  #sdarts-sp1 label.radio2:hover, #sdarts-sp1 label.radio2:active,
  .sdarts-sp1 label.radio2:hover,
  .sdarts-sp1 label.radio2:active {
    cursor: pointer;
    border: 1px solid #2b2b2b;
    transition: all .2s ease; }

#sdarts-sp1 input:checked + .radio2,
.sdarts-sp1 input:checked + .radio2 {
  border: 1px solid #2974C3;
  transition: all .2s ease;
  font-weight: bold;
  box-shadow: 0 0 0 3px #dae8f7; }

#sdarts-sp1 input[type="checkbox"] + label.checkbox1,
.sdarts-sp1 input[type="checkbox"] + label.checkbox1 {
  position: relative; }
  #sdarts-sp1 input[type="checkbox"] + label.checkbox1 .checkboxbtn,
  .sdarts-sp1 input[type="checkbox"] + label.checkbox1 .checkboxbtn {
    width: 26px;
    height: 26px;
    position: relative;
    border: 1px solid #777;
    border-radius: 5px;
    display: inline-block;
    outline: none;
    top: 8px;
    margin-right: 10px;
    transition: all .2s ease; }
  #sdarts-sp1 input[type="checkbox"] + label.checkbox1:hover, #sdarts-sp1 input[type="checkbox"] + label.checkbox1:active,
  .sdarts-sp1 input[type="checkbox"] + label.checkbox1:hover,
  .sdarts-sp1 input[type="checkbox"] + label.checkbox1:active {
    cursor: pointer; }
    #sdarts-sp1 input[type="checkbox"] + label.checkbox1:hover .checkboxbtn, #sdarts-sp1 input[type="checkbox"] + label.checkbox1:active .checkboxbtn,
    .sdarts-sp1 input[type="checkbox"] + label.checkbox1:hover .checkboxbtn,
    .sdarts-sp1 input[type="checkbox"] + label.checkbox1:active .checkboxbtn {
      border: 1px solid #2b2b2b;
      transition: all .2s ease; }
  #sdarts-sp1 input[type="checkbox"] + label.checkbox1:checked,
  .sdarts-sp1 input[type="checkbox"] + label.checkbox1:checked {
    background: #2974C3; }

#sdarts-sp1 input[type="checkbox"]:checked + label.checkbox1,
.sdarts-sp1 input[type="checkbox"]:checked + label.checkbox1 {
  font-weight: bold; }
  #sdarts-sp1 input[type="checkbox"]:checked + label.checkbox1 .checkboxbtn,
  .sdarts-sp1 input[type="checkbox"]:checked + label.checkbox1 .checkboxbtn {
    top: 3px;
    border-left: 4px solid #2974C3;
    border-bottom: 8px solid #2974C3;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: none;
    -webkit-transform: rotate(-45deg) scaleY(0.5);
        -ms-transform: rotate(-45deg) scaleY(0.5);
            transform: rotate(-45deg) scaleY(0.5);
    transition: all .2s ease; }

#sdarts-sp1 input[type="checkbox"] + label.checkbox2,
.sdarts-sp1 input[type="checkbox"] + label.checkbox2 {
  position: relative; }
  #sdarts-sp1 input[type="checkbox"] + label.checkbox2 .checkboxbtn,
  .sdarts-sp1 input[type="checkbox"] + label.checkbox2 .checkboxbtn {
    width: 40px;
    height: 26px;
    position: relative;
    border: 1px solid #777;
    border-radius: 13px;
    content: "";
    display: inline-block;
    background: #777;
    outline: none;
    top: 8px;
    margin-right: 10px; }
    #sdarts-sp1 input[type="checkbox"] + label.checkbox2 .checkboxbtn:after,
    .sdarts-sp1 input[type="checkbox"] + label.checkbox2 .checkboxbtn:after {
      content: "";
      display: block;
      border-radius: 9px;
      background: #fff;
      position: absolute;
      z-index: 1;
      top: calc(50% - 9px);
      left: 3px;
      width: 18px;
      height: 18px;
      transition: 0.1s linear; }
  #sdarts-sp1 input[type="checkbox"] + label.checkbox2:hover, #sdarts-sp1 input[type="checkbox"] + label.checkbox2:active,
  .sdarts-sp1 input[type="checkbox"] + label.checkbox2:hover,
  .sdarts-sp1 input[type="checkbox"] + label.checkbox2:active {
    cursor: pointer; }
    #sdarts-sp1 input[type="checkbox"] + label.checkbox2:hover .checkboxbtn, #sdarts-sp1 input[type="checkbox"] + label.checkbox2:active .checkboxbtn,
    .sdarts-sp1 input[type="checkbox"] + label.checkbox2:hover .checkboxbtn,
    .sdarts-sp1 input[type="checkbox"] + label.checkbox2:active .checkboxbtn {
      border: 1px solid #2b2b2b;
      background: #444444;
      transition: all .2s ease; }
  #sdarts-sp1 input[type="checkbox"] + label.checkbox2:checked,
  .sdarts-sp1 input[type="checkbox"] + label.checkbox2:checked {
    background: #2974C3; }

#sdarts-sp1 input[type="checkbox"]:checked + label.checkbox2,
.sdarts-sp1 input[type="checkbox"]:checked + label.checkbox2 {
  font-weight: bold; }
  #sdarts-sp1 input[type="checkbox"]:checked + label.checkbox2 .checkboxbtn,
  .sdarts-sp1 input[type="checkbox"]:checked + label.checkbox2 .checkboxbtn {
    background: #478ed8 !important;
    border: 1px solid #2974C3 !important;
    outline: none;
    box-shadow: 0 0 0 3px #dae8f7 !important; }
    #sdarts-sp1 input[type="checkbox"]:checked + label.checkbox2 .checkboxbtn:after,
    .sdarts-sp1 input[type="checkbox"]:checked + label.checkbox2 .checkboxbtn:after {
      left: 16px; }

#sdarts-sp1 label.checkbox3,
.sdarts-sp1 label.checkbox3 {
  border: 1px solid #777;
  border-radius: 5px;
  transition: all .2s ease;
  line-height: 46px;
  width: 100%;
  color: #000;
  display: block;
  width: 100%;
  padding: 0px 13px;
  position: relative; }
  #sdarts-sp1 label.checkbox3:hover, #sdarts-sp1 label.checkbox3:active,
  .sdarts-sp1 label.checkbox3:hover,
  .sdarts-sp1 label.checkbox3:active {
    cursor: pointer;
    border: 1px solid #2b2b2b;
    transition: all .2s ease; }
  #sdarts-sp1 label.checkbox3 .checkboxbtn,
  .sdarts-sp1 label.checkbox3 .checkboxbtn {
    transition: all .2s ease; }

#sdarts-sp1 input:checked + .checkbox3,
.sdarts-sp1 input:checked + .checkbox3 {
  border: 1px solid #2974C3 !important;
  transition: all .2s ease;
  font-weight: bold;
  box-shadow: 0 0 0 3px #dae8f7 !important;
  padding-left: 50px;
  transition: all .2s ease; }
  #sdarts-sp1 input:checked + .checkbox3 .checkboxbtn,
  .sdarts-sp1 input:checked + .checkbox3 .checkboxbtn {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 6px;
    left: 13px;
    border-left: 4px solid #2974C3;
    border-bottom: 8px solid #2974C3;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: none;
    -webkit-transform: rotate(-45deg) scaleY(0.5);
        -ms-transform: rotate(-45deg) scaleY(0.5);
            transform: rotate(-45deg) scaleY(0.5);
    transition: all .2s ease; }

#sdarts-sp1 .select,
.sdarts-sp1 .select {
  position: relative;
  z-index: 1; }
  #sdarts-sp1 .select:after,
  .sdarts-sp1 .select:after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    top: calc(50% - 8px);
    width: 8px;
    height: 8px;
    border-top: solid 2px #2b2b2b;
    border-right: solid 2px #2b2b2b;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    z-index: 2; }

#sdarts-sp1 textarea,
.sdarts-sp1 textarea {
  min-height: 100px; }

#sdarts-sp1 label.textarea,
.sdarts-sp1 label.textarea {
  position: relative;
  width: 100%;
  display: block; }
  #sdarts-sp1 label.textarea textarea,
  .sdarts-sp1 label.textarea textarea {
    padding-top: 20px;
    line-height: 180%; }
  #sdarts-sp1 label.textarea .placeholder,
  .sdarts-sp1 label.textarea .placeholder {
    color: #2b2b2b;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    padding: 0px 13px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    transition: all .2s ease; }
  #sdarts-sp1 label.textarea textarea:focus + .placeholder,
  #sdarts-sp1 label.textarea textarea.havetext + .placeholder,
  .sdarts-sp1 label.textarea textarea:focus + .placeholder,
  .sdarts-sp1 label.textarea textarea.havetext + .placeholder {
    font-size: 8px;
    line-height: 110%;
    padding-top: 7px;
    transition: all .2s ease; }

#sdarts-sp1 input[type=submit],
.sdarts-sp1 input[type=submit] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: #000;
  padding: 15px 20px;
  color: #fff;
  transition: all .25s ease;
  font-size: 15px;
  border: none; }
  #sdarts-sp1 input[type=submit]:active,
  .sdarts-sp1 input[type=submit]:active {
    opacity: 0.7;
    transition: all .25s ease; }

#sdarts-sp1 input[type="image"],
.sdarts-sp1 input[type="image"] {
  max-width: 100%; }

#sdarts-sp1 p.error,
.sdarts-sp1 p.error {
  color: #D20000;
  line-height: 150%;
  display: block;
  margin: 10px 0 0px 10px; }
  #sdarts-sp1 p.error + input,
  #sdarts-sp1 p.error + label,
  .sdarts-sp1 p.error + input,
  .sdarts-sp1 p.error + label {
    margin-top: 20px; }

#sdarts-sp1 .bold,
.sdarts-sp1 .bold {
  font-weight: bold; }

#sdarts-sp1 .normal,
.sdarts-sp1 .normal {
  font-weight: normal; }

#sdarts-sp1 .none,
.sdarts-sp1 .none {
  display: none; }

#sdarts-sp1 .marker1,
.sdarts-sp1 .marker1 {
  background: linear-gradient(transparent 60%, #E4C546 0%); }

#sdarts-sp1 .marker2,
.sdarts-sp1 .marker2 {
  display: inline;
  padding: 10px 0px;
  background: #E4C546; }

#sdarts-sp1 .marker3,
.sdarts-sp1 .marker3 {
  background: linear-gradient(transparent 60%, #D20000 0%); }

#sdarts-sp1 .taC,
.sdarts-sp1 .taC {
  text-align: center; }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .taCSP,
  .sdarts-sp1 .taCSP {
    text-align: center !important; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .taCPC,
  .sdarts-sp1 .taCPC {
    text-align: center !important; } }

#sdarts-sp1 .taR,
.sdarts-sp1 .taR {
  text-align: right; }

#sdarts-sp1 .taL,
.sdarts-sp1 .taL {
  text-align: left; }

#sdarts-sp1 .fcRed,
.sdarts-sp1 .fcRed {
  color: #D20000; }

#sdarts-sp1 .fcWhite,
.sdarts-sp1 .fcWhite {
  color: #fff; }

#sdarts-sp1 .fcBlack,
.sdarts-sp1 .fcBlack {
  color: #000; }

#sdarts-sp1 .bgWhite,
.sdarts-sp1 .bgWhite {
  background: #fff; }

#sdarts-sp1 .bgBlack,
.sdarts-sp1 .bgBlack {
  background: #000; }
  #sdarts-sp1 .bgBlack *,
  .sdarts-sp1 .bgBlack * {
    color: #fff; }

#sdarts-sp1 .bgGray,
.sdarts-sp1 .bgGray {
  background: #F5F5F5; }

#sdarts-sp1 .block,
.sdarts-sp1 .block {
  display: block; }

#sdarts-sp1 .inline-block,
.sdarts-sp1 .inline-block {
  display: inline-block; }

#sdarts-sp1 .inline,
.sdarts-sp1 .inline {
  display: inline; }

#sdarts-sp1 .relative,
.sdarts-sp1 .relative {
  position: relative; }

#sdarts-sp1 .r45,
.sdarts-sp1 .r45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

#sdarts-sp1 .r90,
.sdarts-sp1 .r90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

#sdarts-sp1 .r135,
.sdarts-sp1 .r135 {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

#sdarts-sp1 .r180,
.sdarts-sp1 .r180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

#sdarts-sp1 .r225,
.sdarts-sp1 .r225 {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg); }

#sdarts-sp1 .r270,
.sdarts-sp1 .r270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

#sdarts-sp1 .r315,
.sdarts-sp1 .r315 {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg); }

#sdarts-sp1 .mt0,
.sdarts-sp1 .mt0 {
  margin-top: 0px; }

#sdarts-sp1 .mt10,
.sdarts-sp1 .mt10 {
  margin-top: 10px; }

#sdarts-sp1 .mt20,
.sdarts-sp1 .mt20 {
  margin-top: 20px; }

#sdarts-sp1 .mt30,
.sdarts-sp1 .mt30 {
  margin-top: 30px; }

#sdarts-sp1 .mt40,
.sdarts-sp1 .mt40 {
  margin-top: 40px; }

#sdarts-sp1 .mt50,
.sdarts-sp1 .mt50 {
  margin-top: 50px; }

#sdarts-sp1 .mt100,
.sdarts-sp1 .mt100 {
  margin-top: 100px; }

#sdarts-sp1 .mb0,
.sdarts-sp1 .mb0 {
  margin-bottom: 0px; }

#sdarts-sp1 .mb10,
.sdarts-sp1 .mb10 {
  margin-bottom: 10px; }

#sdarts-sp1 .mb20,
.sdarts-sp1 .mb20 {
  margin-bottom: 20px; }

#sdarts-sp1 .mb30,
.sdarts-sp1 .mb30 {
  margin-bottom: 30px; }

#sdarts-sp1 .mb40,
.sdarts-sp1 .mb40 {
  margin-bottom: 40px; }

#sdarts-sp1 .mb50,
.sdarts-sp1 .mb50 {
  margin-bottom: 50px; }

#sdarts-sp1 .mb100,
.sdarts-sp1 .mb100 {
  margin-bottom: 100px; }

#sdarts-sp1 .pt0,
.sdarts-sp1 .pt0 {
  padding-top: 0px; }

#sdarts-sp1 .pt10,
.sdarts-sp1 .pt10 {
  padding-top: 10px; }

#sdarts-sp1 .pt20,
.sdarts-sp1 .pt20 {
  padding-top: 20px; }

#sdarts-sp1 .pt30,
.sdarts-sp1 .pt30 {
  padding-top: 30px; }

#sdarts-sp1 .pt40,
.sdarts-sp1 .pt40 {
  padding-top: 40px; }

#sdarts-sp1 .pt50,
.sdarts-sp1 .pt50 {
  padding-top: 50px; }

#sdarts-sp1 .pt100,
.sdarts-sp1 .pt100 {
  padding-top: 100px; }

#sdarts-sp1 .pb0,
.sdarts-sp1 .pb0 {
  padding-bottom: 0px; }

#sdarts-sp1 .pb10,
.sdarts-sp1 .pb10 {
  padding-bottom: 10px; }

#sdarts-sp1 .pb20,
.sdarts-sp1 .pb20 {
  padding-bottom: 20px; }

#sdarts-sp1 .pb30,
.sdarts-sp1 .pb30 {
  padding-bottom: 30px; }

#sdarts-sp1 .pb40,
.sdarts-sp1 .pb40 {
  padding-bottom: 40px; }

#sdarts-sp1 .pb50,
.sdarts-sp1 .pb50 {
  padding-bottom: 50px; }

#sdarts-sp1 .pb100,
.sdarts-sp1 .pb100 {
  padding-bottom: 100px; }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpt30,
  .sdarts-sp1 .rpt30 {
    padding-top: 30px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpt30,
  .sdarts-sp1 .rpt30 {
    padding-top: 20px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpt50,
  .sdarts-sp1 .rpt50 {
    padding-top: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpt50,
  .sdarts-sp1 .rpt50 {
    padding-top: 30px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpt70,
  .sdarts-sp1 .rpt70 {
    padding-top: 70px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpt70,
  .sdarts-sp1 .rpt70 {
    padding-top: 35px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpt80,
  .sdarts-sp1 .rpt80 {
    padding-top: 80px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpt80,
  .sdarts-sp1 .rpt80 {
    padding-top: 40px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpt100,
  .sdarts-sp1 .rpt100 {
    padding-top: 100px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpt100,
  .sdarts-sp1 .rpt100 {
    padding-top: 50px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpt150,
  .sdarts-sp1 .rpt150 {
    padding-top: 150px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpt150,
  .sdarts-sp1 .rpt150 {
    padding-top: 75px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpb30,
  .sdarts-sp1 .rpb30 {
    padding-bottom: 30px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpb30,
  .sdarts-sp1 .rpb30 {
    padding-bottom: 20px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpb50,
  .sdarts-sp1 .rpb50 {
    padding-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpb50,
  .sdarts-sp1 .rpb50 {
    padding-bottom: 30px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpb100,
  .sdarts-sp1 .rpb100 {
    padding-bottom: 100px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpb100,
  .sdarts-sp1 .rpb100 {
    padding-bottom: 50px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rpb150,
  .sdarts-sp1 .rpb150 {
    padding-bottom: 150px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rpb150,
  .sdarts-sp1 .rpb150 {
    padding-bottom: 75px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rp30,
  .sdarts-sp1 .rp30 {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rp30,
  .sdarts-sp1 .rp30 {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rp50,
  .sdarts-sp1 .rp50 {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rp50,
  .sdarts-sp1 .rp50 {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rp100,
  .sdarts-sp1 .rp100 {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rp100,
  .sdarts-sp1 .rp100 {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rp150,
  .sdarts-sp1 .rp150 {
    padding-top: 150px;
    padding-bottom: 150px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rp150,
  .sdarts-sp1 .rp150 {
    padding-top: 75px;
    padding-bottom: 75px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rmt30,
  .sdarts-sp1 .rmt30 {
    margin-top: 30px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rmt30,
  .sdarts-sp1 .rmt30 {
    margin-top: 20px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rmt50,
  .sdarts-sp1 .rmt50 {
    margin-top: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rmt50,
  .sdarts-sp1 .rmt50 {
    margin-top: 30px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rmt100,
  .sdarts-sp1 .rmt100 {
    margin-top: 100px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rmt100,
  .sdarts-sp1 .rmt100 {
    margin-top: 50px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rmb30,
  .sdarts-sp1 .rmb30 {
    margin-bottom: 30px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rmb30,
  .sdarts-sp1 .rmb30 {
    margin-bottom: 20px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rmb50,
  .sdarts-sp1 .rmb50 {
    margin-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rmb50,
  .sdarts-sp1 .rmb50 {
    margin-bottom: 30px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .pcmb100,
  .sdarts-sp1 .pcmb100 {
    margin-bottom: 100px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .pcmb30,
  .sdarts-sp1 .pcmb30 {
    margin-bottom: 30px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .pcmb50,
  .sdarts-sp1 .pcmb50 {
    margin-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .spmb50,
  .sdarts-sp1 .spmb50 {
    margin-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .spmb20,
  .sdarts-sp1 .spmb20 {
    margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .spmb10,
  .sdarts-sp1 .spmb10 {
    margin-bottom: 10px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rmb100,
  .sdarts-sp1 .rmb100 {
    margin-bottom: 100px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rmb100,
  .sdarts-sp1 .rmb100 {
    margin-bottom: 50px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rm30,
  .sdarts-sp1 .rm30 {
    margin-top: 30px;
    margin-bottom: 30px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rm30,
  .sdarts-sp1 .rm30 {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rm50,
  .sdarts-sp1 .rm50 {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rm50,
  .sdarts-sp1 .rm50 {
    margin-top: 30px;
    margin-bottom: 30px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .rm100,
  .sdarts-sp1 .rm100 {
    margin-top: 100px;
    margin-bottom: 100px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .rm100,
  .sdarts-sp1 .rm100 {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .p30,
  .sdarts-sp1 .p30 {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .p30,
  .sdarts-sp1 .p30 {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .p50,
  .sdarts-sp1 .p50 {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .p50,
  .sdarts-sp1 .p50 {
    padding-top: 25px;
    padding-bottom: 25px; } }

#sdarts-sp1 .w20,
.sdarts-sp1 .w20 {
  width: 20% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

#sdarts-sp1 .w30,
.sdarts-sp1 .w30 {
  width: 30% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

#sdarts-sp1 .w40,
.sdarts-sp1 .w40 {
  width: 40% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

#sdarts-sp1 .w50,
.sdarts-sp1 .w50 {
  width: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

#sdarts-sp1 .w60,
.sdarts-sp1 .w60 {
  width: 60% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

#sdarts-sp1 .w70,
.sdarts-sp1 .w70 {
  width: 70% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

#sdarts-sp1 .w80,
.sdarts-sp1 .w80 {
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

#sdarts-sp1 .w90,
.sdarts-sp1 .w90 {
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .w20pc,
  .sdarts-sp1 .w20pc {
    width: 20% !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  #sdarts-sp1 .w30pc,
  .sdarts-sp1 .w30pc {
    width: 30% !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  #sdarts-sp1 .w40pc,
  .sdarts-sp1 .w40pc {
    width: 40% !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  #sdarts-sp1 .w50pc,
  .sdarts-sp1 .w50pc {
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  #sdarts-sp1 .w60pc,
  .sdarts-sp1 .w60pc {
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  #sdarts-sp1 .w70pc,
  .sdarts-sp1 .w70pc {
    width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  #sdarts-sp1 .w80pc,
  .sdarts-sp1 .w80pc {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  #sdarts-sp1 .w90pc,
  .sdarts-sp1 .w90pc {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

#sdarts-sp1 .youtube,
.sdarts-sp1 .youtube {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden; }
  #sdarts-sp1 .youtube iframe,
  .sdarts-sp1 .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

#sdarts-sp1 .iframe,
.sdarts-sp1 .iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px; }
  #sdarts-sp1 .iframe iframe,
  .sdarts-sp1 .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

#sdarts-sp1 .fsXXXXL,
.sdarts-sp1 .fsXXXXL {
  line-height: 125%;
  font-weight: bold; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .fsXXXXL,
    .sdarts-sp1 .fsXXXXL {
      font-size: 90px !important; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .fsXXXXL,
    .sdarts-sp1 .fsXXXXL {
      font-size: 32px !important; } }

#sdarts-sp1 .fsXXXL,
.sdarts-sp1 .fsXXXL {
  line-height: 125%;
  font-weight: bold; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .fsXXXL,
    .sdarts-sp1 .fsXXXL {
      font-size: 70px !important; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .fsXXXL,
    .sdarts-sp1 .fsXXXL {
      font-size: 32px !important; } }

#sdarts-sp1 .fsXXL,
.sdarts-sp1 .fsXXL {
  line-height: 125%;
  font-weight: bold; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .fsXXL,
    .sdarts-sp1 .fsXXL {
      font-size: 50px !important; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .fsXXL,
    .sdarts-sp1 .fsXXL {
      font-size: 26px !important; } }

#sdarts-sp1 .fsXL,
.sdarts-sp1 .fsXL {
  line-height: 135%; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .fsXL,
    .sdarts-sp1 .fsXL {
      font-size: 38px !important; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .fsXL,
    .sdarts-sp1 .fsXL {
      font-size: 24px !important; } }

#sdarts-sp1 .fsL, #sdarts-sp1 .btn.large, #sdarts-sp1 h1,
.sdarts-sp1 .fsL,
.sdarts-sp1 #sdarts-sp1 .btn.large, #sdarts-sp1
.sdarts-sp1 .btn.large, .sdarts-sp1 .btn.large,
.sdarts-sp1 #sdarts-sp1 h1, #sdarts-sp1
.sdarts-sp1 h1 {
  line-height: 150%; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .fsL, #sdarts-sp1 .btn.large, #sdarts-sp1 h1,
    .sdarts-sp1 .fsL,
    .sdarts-sp1 #sdarts-sp1 .btn.large, #sdarts-sp1
    .sdarts-sp1 .btn.large, .sdarts-sp1 .btn.large,
    .sdarts-sp1 #sdarts-sp1 h1, #sdarts-sp1
    .sdarts-sp1 h1 {
      font-size: 27px !important; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .fsL, #sdarts-sp1 .btn.large, #sdarts-sp1 h1,
    .sdarts-sp1 .fsL,
    .sdarts-sp1 #sdarts-sp1 .btn.large, #sdarts-sp1
    .sdarts-sp1 .btn.large, .sdarts-sp1 .btn.large,
    .sdarts-sp1 #sdarts-sp1 h1, #sdarts-sp1
    .sdarts-sp1 h1 {
      font-size: 22px !important; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .fsML,
  .sdarts-sp1 .fsML {
    font-size: 24px !important; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .fsML,
  .sdarts-sp1 .fsML {
    font-size: 18px !important; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .fsM,
  .sdarts-sp1 .fsM {
    font-size: 21px !important; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .fsM,
  .sdarts-sp1 .fsM {
    font-size: 17px !important; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .fsSM, #sdarts-sp1 input[type="radio"], #sdarts-sp1 input[type="checkbox"], #sdarts-sp1 .select select,
  .sdarts-sp1 .select #sdarts-sp1 select,
  .sdarts-sp1 .fsSM,
  .sdarts-sp1 #sdarts-sp1 input[type="radio"], #sdarts-sp1
  .sdarts-sp1 input[type="radio"],
  .sdarts-sp1
  #sdarts-sp1 input[type="checkbox"],
  #sdarts-sp1
  .sdarts-sp1 input[type="checkbox"], .sdarts-sp1 input[type="radio"], .sdarts-sp1 input[type="checkbox"],
  .sdarts-sp1 #sdarts-sp1 .select select, #sdarts-sp1 .select
  .sdarts-sp1 select, .sdarts-sp1 .select select {
    font-size: 17px !important; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .fsSM, #sdarts-sp1 input[type="radio"], #sdarts-sp1 input[type="checkbox"], #sdarts-sp1 .select select,
  .sdarts-sp1 .select #sdarts-sp1 select,
  .sdarts-sp1 .fsSM,
  .sdarts-sp1 #sdarts-sp1 input[type="radio"], #sdarts-sp1
  .sdarts-sp1 input[type="radio"],
  .sdarts-sp1
  #sdarts-sp1 input[type="checkbox"],
  #sdarts-sp1
  .sdarts-sp1 input[type="checkbox"], .sdarts-sp1 input[type="radio"], .sdarts-sp1 input[type="checkbox"],
  .sdarts-sp1 #sdarts-sp1 .select select, #sdarts-sp1 .select
  .sdarts-sp1 select, .sdarts-sp1 .select select {
    font-size: 15px !important; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .fsS, #sdarts-sp1 textarea, #sdarts-sp1 input[type="text"], #sdarts-sp1 input[type="tel"], #sdarts-sp1 input[type="email"], #sdarts-sp1 input[type="password"], #sdarts-sp1 select, #sdarts-sp1
  .sdarts-sp1 textarea,
  .sdarts-sp1 #sdarts-sp1 textarea, #sdarts-sp1
  .sdarts-sp1 select,
  .sdarts-sp1 #sdarts-sp1 select, #sdarts-sp1 input[type="text"]:placeholder, #sdarts-sp1 input[type="tel"]:placeholder, #sdarts-sp1 input[type="email"]:placeholder, #sdarts-sp1 input[type="password"]:placeholder, #sdarts-sp1 textarea:placeholder, #sdarts-sp1 label.radio2, #sdarts-sp1 label.checkbox3, #sdarts-sp1 p.error, #sdarts-sp1 .table2 .brand h2, #sdarts-sp1 .dl01 dt,
  .sdarts-sp1 .fsS,
  .sdarts-sp1 #sdarts-sp1 textarea, #sdarts-sp1
  .sdarts-sp1 textarea,
  .sdarts-sp1
  #sdarts-sp1 input[type="text"],
  #sdarts-sp1
  .sdarts-sp1 input[type="text"],
  .sdarts-sp1
  #sdarts-sp1 input[type="tel"],
  #sdarts-sp1
  .sdarts-sp1 input[type="tel"],
  .sdarts-sp1
  #sdarts-sp1 input[type="email"],
  #sdarts-sp1
  .sdarts-sp1 input[type="email"],
  .sdarts-sp1
  #sdarts-sp1 input[type="password"],
  #sdarts-sp1
  .sdarts-sp1 input[type="password"],
  .sdarts-sp1
  #sdarts-sp1 select,
  #sdarts-sp1
  .sdarts-sp1 select, .sdarts-sp1 textarea, .sdarts-sp1 input[type="text"], .sdarts-sp1 input[type="tel"], .sdarts-sp1 input[type="email"], .sdarts-sp1 input[type="password"], .sdarts-sp1 select, .sdarts-sp1 input[type="text"]:placeholder, .sdarts-sp1 input[type="tel"]:placeholder, .sdarts-sp1 input[type="email"]:placeholder, .sdarts-sp1 input[type="password"]:placeholder, .sdarts-sp1 textarea:placeholder,
  .sdarts-sp1 #sdarts-sp1 label.radio2, #sdarts-sp1
  .sdarts-sp1 label.radio2, .sdarts-sp1 label.radio2,
  .sdarts-sp1 #sdarts-sp1 label.checkbox3, #sdarts-sp1
  .sdarts-sp1 label.checkbox3, .sdarts-sp1 label.checkbox3,
  .sdarts-sp1 #sdarts-sp1 p.error, #sdarts-sp1
  .sdarts-sp1 p.error, .sdarts-sp1 p.error,
  .sdarts-sp1 #sdarts-sp1 .table2 .brand h2, #sdarts-sp1 .table2 .brand
  .sdarts-sp1 h2,
  .sdarts-sp1 #sdarts-sp1 .dl01 dt, #sdarts-sp1 .dl01
  .sdarts-sp1 dt {
    font-size: 16px !important; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .fsS, #sdarts-sp1 textarea, #sdarts-sp1 input[type="text"], #sdarts-sp1 input[type="tel"], #sdarts-sp1 input[type="email"], #sdarts-sp1 input[type="password"], #sdarts-sp1 select, #sdarts-sp1
  .sdarts-sp1 textarea,
  .sdarts-sp1 #sdarts-sp1 textarea, #sdarts-sp1
  .sdarts-sp1 select,
  .sdarts-sp1 #sdarts-sp1 select, #sdarts-sp1 input[type="text"]:placeholder, #sdarts-sp1 input[type="tel"]:placeholder, #sdarts-sp1 input[type="email"]:placeholder, #sdarts-sp1 input[type="password"]:placeholder, #sdarts-sp1 textarea:placeholder, #sdarts-sp1 label.radio2, #sdarts-sp1 label.checkbox3, #sdarts-sp1 p.error, #sdarts-sp1 .table2 .brand h2, #sdarts-sp1 .dl01 dt,
  .sdarts-sp1 .fsS,
  .sdarts-sp1 #sdarts-sp1 textarea, #sdarts-sp1
  .sdarts-sp1 textarea,
  .sdarts-sp1
  #sdarts-sp1 input[type="text"],
  #sdarts-sp1
  .sdarts-sp1 input[type="text"],
  .sdarts-sp1
  #sdarts-sp1 input[type="tel"],
  #sdarts-sp1
  .sdarts-sp1 input[type="tel"],
  .sdarts-sp1
  #sdarts-sp1 input[type="email"],
  #sdarts-sp1
  .sdarts-sp1 input[type="email"],
  .sdarts-sp1
  #sdarts-sp1 input[type="password"],
  #sdarts-sp1
  .sdarts-sp1 input[type="password"],
  .sdarts-sp1
  #sdarts-sp1 select,
  #sdarts-sp1
  .sdarts-sp1 select, .sdarts-sp1 textarea, .sdarts-sp1 input[type="text"], .sdarts-sp1 input[type="tel"], .sdarts-sp1 input[type="email"], .sdarts-sp1 input[type="password"], .sdarts-sp1 select, .sdarts-sp1 input[type="text"]:placeholder, .sdarts-sp1 input[type="tel"]:placeholder, .sdarts-sp1 input[type="email"]:placeholder, .sdarts-sp1 input[type="password"]:placeholder, .sdarts-sp1 textarea:placeholder,
  .sdarts-sp1 #sdarts-sp1 label.radio2, #sdarts-sp1
  .sdarts-sp1 label.radio2, .sdarts-sp1 label.radio2,
  .sdarts-sp1 #sdarts-sp1 label.checkbox3, #sdarts-sp1
  .sdarts-sp1 label.checkbox3, .sdarts-sp1 label.checkbox3,
  .sdarts-sp1 #sdarts-sp1 p.error, #sdarts-sp1
  .sdarts-sp1 p.error, .sdarts-sp1 p.error,
  .sdarts-sp1 #sdarts-sp1 .table2 .brand h2, #sdarts-sp1 .table2 .brand
  .sdarts-sp1 h2,
  .sdarts-sp1 #sdarts-sp1 .dl01 dt, #sdarts-sp1 .dl01
  .sdarts-sp1 dt {
    font-size: 14px !important; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .fsXS, #sdarts-sp1 .table1 .brands span, #sdarts-sp1 .dl01 dd,
  .sdarts-sp1 .fsXS,
  .sdarts-sp1 #sdarts-sp1 .table1 .brands span, #sdarts-sp1 .table1 .brands
  .sdarts-sp1 span,
  .sdarts-sp1 #sdarts-sp1 .dl01 dd, #sdarts-sp1 .dl01
  .sdarts-sp1 dd {
    font-size: 14px !important; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .fsXS, #sdarts-sp1 .table1 .brands span, #sdarts-sp1 .dl01 dd,
  .sdarts-sp1 .fsXS,
  .sdarts-sp1 #sdarts-sp1 .table1 .brands span, #sdarts-sp1 .table1 .brands
  .sdarts-sp1 span,
  .sdarts-sp1 #sdarts-sp1 .dl01 dd, #sdarts-sp1 .dl01
  .sdarts-sp1 dd {
    font-size: 13px !important; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .fsXXS, #sdarts-sp1 .footer p, #sdarts-sp1 .footer ul,
  .sdarts-sp1 .footer #sdarts-sp1 p,
  .sdarts-sp1 .footer #sdarts-sp1 ul, #sdarts-sp1 .footer ul li,
  .sdarts-sp1 .footer ul #sdarts-sp1 li, #sdarts-sp1 .table2 .txt1, #sdarts-sp1 .table2 .txt1 a, #sdarts-sp1 .table2 .txt1 span,
  .sdarts-sp1 .fsXXS,
  .sdarts-sp1 #sdarts-sp1 .footer p, #sdarts-sp1 .footer
  .sdarts-sp1 p,
  .sdarts-sp1
  #sdarts-sp1 .footer ul,
  #sdarts-sp1 .footer
  .sdarts-sp1 ul, .sdarts-sp1 .footer p, .sdarts-sp1 .footer ul,
  .sdarts-sp1 #sdarts-sp1 .footer ul li, #sdarts-sp1 .footer ul
  .sdarts-sp1 li, .sdarts-sp1 .footer ul li,
  .sdarts-sp1 #sdarts-sp1 .table2 .txt1, #sdarts-sp1 .table2
  .sdarts-sp1 .txt1,
  .sdarts-sp1 #sdarts-sp1 .table2 .txt1 a, #sdarts-sp1 .table2 .txt1
  .sdarts-sp1 a,
  .sdarts-sp1
  #sdarts-sp1 .table2 .txt1 span,
  #sdarts-sp1 .table2 .txt1
  .sdarts-sp1 span {
    font-size: 12px !important; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .fsXXS, #sdarts-sp1 .footer p, #sdarts-sp1 .footer ul,
  .sdarts-sp1 .footer #sdarts-sp1 p,
  .sdarts-sp1 .footer #sdarts-sp1 ul, #sdarts-sp1 .footer ul li,
  .sdarts-sp1 .footer ul #sdarts-sp1 li, #sdarts-sp1 .table2 .txt1, #sdarts-sp1 .table2 .txt1 a, #sdarts-sp1 .table2 .txt1 span,
  .sdarts-sp1 .fsXXS,
  .sdarts-sp1 #sdarts-sp1 .footer p, #sdarts-sp1 .footer
  .sdarts-sp1 p,
  .sdarts-sp1
  #sdarts-sp1 .footer ul,
  #sdarts-sp1 .footer
  .sdarts-sp1 ul, .sdarts-sp1 .footer p, .sdarts-sp1 .footer ul,
  .sdarts-sp1 #sdarts-sp1 .footer ul li, #sdarts-sp1 .footer ul
  .sdarts-sp1 li, .sdarts-sp1 .footer ul li,
  .sdarts-sp1 #sdarts-sp1 .table2 .txt1, #sdarts-sp1 .table2
  .sdarts-sp1 .txt1,
  .sdarts-sp1 #sdarts-sp1 .table2 .txt1 a, #sdarts-sp1 .table2 .txt1
  .sdarts-sp1 a,
  .sdarts-sp1
  #sdarts-sp1 .table2 .txt1 span,
  #sdarts-sp1 .table2 .txt1
  .sdarts-sp1 span {
    font-size: 11px !important; } }

#sdarts-sp1 .clearfix:after,
.sdarts-sp1 .clearfix:after {
  content: "";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

#sdarts-sp1 .clearfix,
.sdarts-sp1 .clearfix {
  display: inline-block; }

#sdarts-sp1 * html .clearfix,
.sdarts-sp1 * html .clearfix {
  height: 1px; }

#sdarts-sp1 .clearfix,
.sdarts-sp1 .clearfix {
  display: block; }

#sdarts-sp1 .flex-pc2-sp2,
#sdarts-sp1 .flex-pc2-sp1,
#sdarts-sp1 .flex-pc3-sp1,
#sdarts-sp1 .flex-pc3-sp2,
#sdarts-sp1 .flex-pc3-sp3,
#sdarts-sp1 .flex-pc4-sp1,
#sdarts-sp1 .flex-pc4-sp2,
.sdarts-sp1 .flex-pc2-sp2,
.sdarts-sp1 .flex-pc2-sp1,
.sdarts-sp1 .flex-pc3-sp1,
.sdarts-sp1 .flex-pc3-sp2,
.sdarts-sp1 .flex-pc3-sp3,
.sdarts-sp1 .flex-pc4-sp1,
.sdarts-sp1 .flex-pc4-sp2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .flex-pc2-sp2 .flex-inner,
    #sdarts-sp1 .flex-pc2-sp1 .flex-inner,
    #sdarts-sp1 .flex-pc3-sp1 .flex-inner,
    #sdarts-sp1 .flex-pc3-sp2 .flex-inner,
    #sdarts-sp1 .flex-pc3-sp3 .flex-inner,
    #sdarts-sp1 .flex-pc4-sp1 .flex-inner,
    #sdarts-sp1 .flex-pc4-sp2 .flex-inner,
    .sdarts-sp1 .flex-pc2-sp2 .flex-inner,
    .sdarts-sp1 .flex-pc2-sp1 .flex-inner,
    .sdarts-sp1 .flex-pc3-sp1 .flex-inner,
    .sdarts-sp1 .flex-pc3-sp2 .flex-inner,
    .sdarts-sp1 .flex-pc3-sp3 .flex-inner,
    .sdarts-sp1 .flex-pc4-sp1 .flex-inner,
    .sdarts-sp1 .flex-pc4-sp2 .flex-inner {
      width: 491px; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .flex-pc2-sp2 .flex-inner,
    #sdarts-sp1 .flex-pc2-sp1 .flex-inner,
    #sdarts-sp1 .flex-pc3-sp1 .flex-inner,
    #sdarts-sp1 .flex-pc3-sp2 .flex-inner,
    #sdarts-sp1 .flex-pc3-sp3 .flex-inner,
    #sdarts-sp1 .flex-pc4-sp1 .flex-inner,
    #sdarts-sp1 .flex-pc4-sp2 .flex-inner,
    .sdarts-sp1 .flex-pc2-sp2 .flex-inner,
    .sdarts-sp1 .flex-pc2-sp1 .flex-inner,
    .sdarts-sp1 .flex-pc3-sp1 .flex-inner,
    .sdarts-sp1 .flex-pc3-sp2 .flex-inner,
    .sdarts-sp1 .flex-pc3-sp3 .flex-inner,
    .sdarts-sp1 .flex-pc4-sp1 .flex-inner,
    .sdarts-sp1 .flex-pc4-sp2 .flex-inner {
      width: 90%; } }
  #sdarts-sp1 .flex-pc2-sp2 .center,
  #sdarts-sp1 .flex-pc2-sp1 .center,
  #sdarts-sp1 .flex-pc3-sp1 .center,
  #sdarts-sp1 .flex-pc3-sp2 .center,
  #sdarts-sp1 .flex-pc3-sp3 .center,
  #sdarts-sp1 .flex-pc4-sp1 .center,
  #sdarts-sp1 .flex-pc4-sp2 .center,
  .sdarts-sp1 .flex-pc2-sp2 .center,
  .sdarts-sp1 .flex-pc2-sp1 .center,
  .sdarts-sp1 .flex-pc3-sp1 .center,
  .sdarts-sp1 .flex-pc3-sp2 .center,
  .sdarts-sp1 .flex-pc3-sp3 .center,
  .sdarts-sp1 .flex-pc4-sp1 .center,
  .sdarts-sp1 .flex-pc4-sp2 .center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .flex-pc2-sp2 .centerPC,
    #sdarts-sp1 .flex-pc2-sp1 .centerPC,
    #sdarts-sp1 .flex-pc3-sp1 .centerPC,
    #sdarts-sp1 .flex-pc3-sp2 .centerPC,
    #sdarts-sp1 .flex-pc3-sp3 .centerPC,
    #sdarts-sp1 .flex-pc4-sp1 .centerPC,
    #sdarts-sp1 .flex-pc4-sp2 .centerPC,
    .sdarts-sp1 .flex-pc2-sp2 .centerPC,
    .sdarts-sp1 .flex-pc2-sp1 .centerPC,
    .sdarts-sp1 .flex-pc3-sp1 .centerPC,
    .sdarts-sp1 .flex-pc3-sp2 .centerPC,
    .sdarts-sp1 .flex-pc3-sp3 .centerPC,
    .sdarts-sp1 .flex-pc4-sp1 .centerPC,
    .sdarts-sp1 .flex-pc4-sp2 .centerPC {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .flex-pc2-sp2 .centerSP,
    #sdarts-sp1 .flex-pc2-sp1 .centerSP,
    #sdarts-sp1 .flex-pc3-sp1 .centerSP,
    #sdarts-sp1 .flex-pc3-sp2 .centerSP,
    #sdarts-sp1 .flex-pc3-sp3 .centerSP,
    #sdarts-sp1 .flex-pc4-sp1 .centerSP,
    #sdarts-sp1 .flex-pc4-sp2 .centerSP,
    .sdarts-sp1 .flex-pc2-sp2 .centerSP,
    .sdarts-sp1 .flex-pc2-sp1 .centerSP,
    .sdarts-sp1 .flex-pc3-sp1 .centerSP,
    .sdarts-sp1 .flex-pc3-sp2 .centerSP,
    .sdarts-sp1 .flex-pc3-sp3 .centerSP,
    .sdarts-sp1 .flex-pc4-sp1 .centerSP,
    .sdarts-sp1 .flex-pc4-sp2 .centerSP {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .flex-pc2-sp2 .rightPC,
    #sdarts-sp1 .flex-pc2-sp1 .rightPC,
    #sdarts-sp1 .flex-pc3-sp1 .rightPC,
    #sdarts-sp1 .flex-pc3-sp2 .rightPC,
    #sdarts-sp1 .flex-pc3-sp3 .rightPC,
    #sdarts-sp1 .flex-pc4-sp1 .rightPC,
    #sdarts-sp1 .flex-pc4-sp2 .rightPC,
    .sdarts-sp1 .flex-pc2-sp2 .rightPC,
    .sdarts-sp1 .flex-pc2-sp1 .rightPC,
    .sdarts-sp1 .flex-pc3-sp1 .rightPC,
    .sdarts-sp1 .flex-pc3-sp2 .rightPC,
    .sdarts-sp1 .flex-pc3-sp3 .rightPC,
    .sdarts-sp1 .flex-pc4-sp1 .rightPC,
    .sdarts-sp1 .flex-pc4-sp2 .rightPC {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .flex-pc2-sp2 .leftPC,
    #sdarts-sp1 .flex-pc2-sp1 .leftPC,
    #sdarts-sp1 .flex-pc3-sp1 .leftPC,
    #sdarts-sp1 .flex-pc3-sp2 .leftPC,
    #sdarts-sp1 .flex-pc3-sp3 .leftPC,
    #sdarts-sp1 .flex-pc4-sp1 .leftPC,
    #sdarts-sp1 .flex-pc4-sp2 .leftPC,
    .sdarts-sp1 .flex-pc2-sp2 .leftPC,
    .sdarts-sp1 .flex-pc2-sp1 .leftPC,
    .sdarts-sp1 .flex-pc3-sp1 .leftPC,
    .sdarts-sp1 .flex-pc3-sp2 .leftPC,
    .sdarts-sp1 .flex-pc3-sp3 .leftPC,
    .sdarts-sp1 .flex-pc4-sp1 .leftPC,
    .sdarts-sp1 .flex-pc4-sp2 .leftPC {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

#sdarts-sp1 .flex-pc2-sp1 div,
#sdarts-sp1 .flex-pc3-sp1 div,
#sdarts-sp1 .flex-sp1 div,
.sdarts-sp1 .flex-pc2-sp1 div,
.sdarts-sp1 .flex-pc3-sp1 div,
.sdarts-sp1 .flex-sp1 div {
  width: 100%; }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .flex-pc2-sp1,
  #sdarts-sp1 .flex-pc3-sp1,
  #sdarts-sp1 .flex-sp1,
  .sdarts-sp1 .flex-pc2-sp1,
  .sdarts-sp1 .flex-pc3-sp1,
  .sdarts-sp1 .flex-sp1 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #sdarts-sp1 .flex-pc2-sp1 > div + div,
    #sdarts-sp1 .flex-pc3-sp1 > div + div,
    #sdarts-sp1 .flex-sp1 > div + div,
    .sdarts-sp1 .flex-pc2-sp1 > div + div,
    .sdarts-sp1 .flex-pc3-sp1 > div + div,
    .sdarts-sp1 .flex-sp1 > div + div {
      margin-top: 0px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .flex-sp2 > div,
  #sdarts-sp1 .flex-pc2-sp2 > div,
  #sdarts-sp1 .flex-pc4-sp2 > div,
  .sdarts-sp1 .flex-sp2 > div,
  .sdarts-sp1 .flex-pc2-sp2 > div,
  .sdarts-sp1 .flex-pc4-sp2 > div {
    width: calc((100% - 0px) / 2); }
  #sdarts-sp1 .flex-sp2 > div:nth-child(n+3),
  #sdarts-sp1 .flex-pc2-sp2 > div:nth-child(n+3),
  #sdarts-sp1 .flex-pc4-sp2 > div:nth-child(n+3),
  .sdarts-sp1 .flex-sp2 > div:nth-child(n+3),
  .sdarts-sp1 .flex-pc2-sp2 > div:nth-child(n+3),
  .sdarts-sp1 .flex-pc4-sp2 > div:nth-child(n+3) {
    margin-top: 0px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .flex-pc2 > div,
  #sdarts-sp1 .flex-pc2-sp1 > div,
  #sdarts-sp1 .flex-pc2-sp2 > div,
  .sdarts-sp1 .flex-pc2 > div,
  .sdarts-sp1 .flex-pc2-sp1 > div,
  .sdarts-sp1 .flex-pc2-sp2 > div {
    width: calc((100% - 0px) / 2); }
  #sdarts-sp1 .flex-pc2 > div:nth-child(n+3),
  #sdarts-sp1 .flex-pc2-sp1 > div:nth-child(n+3),
  #sdarts-sp1 .flex-pc2-sp2 > div:nth-child(n+3),
  .sdarts-sp1 .flex-pc2 > div:nth-child(n+3),
  .sdarts-sp1 .flex-pc2-sp1 > div:nth-child(n+3),
  .sdarts-sp1 .flex-pc2-sp2 > div:nth-child(n+3) {
    margin-top: 0px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .flex-pc3 > div,
  #sdarts-sp1 .flex-pc3-sp1 > div,
  #sdarts-sp1 .flex-pc3-sp2 > div,
  #sdarts-sp1 .flex-pc3-sp3 > div,
  .sdarts-sp1 .flex-pc3 > div,
  .sdarts-sp1 .flex-pc3-sp1 > div,
  .sdarts-sp1 .flex-pc3-sp2 > div,
  .sdarts-sp1 .flex-pc3-sp3 > div {
    width: calc((100% - 0px - 0px) / 3); }
  #sdarts-sp1 .flex-pc3 > div:nth-child(n+4),
  #sdarts-sp1 .flex-pc3-sp1 > div:nth-child(n+4),
  #sdarts-sp1 .flex-pc3-sp2 > div:nth-child(n+4),
  #sdarts-sp1 .flex-pc3-sp3 > div:nth-child(n+4),
  .sdarts-sp1 .flex-pc3 > div:nth-child(n+4),
  .sdarts-sp1 .flex-pc3-sp1 > div:nth-child(n+4),
  .sdarts-sp1 .flex-pc3-sp2 > div:nth-child(n+4),
  .sdarts-sp1 .flex-pc3-sp3 > div:nth-child(n+4) {
    margin-top: 0px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .flex-pc3-sp3 > div,
  .sdarts-sp1 .flex-pc3-sp3 > div {
    width: calc((100% - 0px - 0px) / 3); }
  #sdarts-sp1 .flex-pc3-sp3 > div:nth-child(n+4),
  .sdarts-sp1 .flex-pc3-sp3 > div:nth-child(n+4) {
    margin-top: 0px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .flex-pc4.flex-pc4-sp1 > div,
  #sdarts-sp1 .flex-pc4-sp2 > div,
  .sdarts-sp1 .flex-pc4.flex-pc4-sp1 > div,
  .sdarts-sp1 .flex-pc4-sp2 > div {
    width: calc((100% - 0px - 0px - 0px) / 4); }
  #sdarts-sp1 .flex-pc4.flex-pc4-sp1 > div:nth-child(n+5),
  #sdarts-sp1 .flex-pc4-sp2 > div:nth-child(n+5),
  .sdarts-sp1 .flex-pc4.flex-pc4-sp1 > div:nth-child(n+5),
  .sdarts-sp1 .flex-pc4-sp2 > div:nth-child(n+5) {
    margin-top: 0px; } }

#sdarts-sp1 .centery,
.sdarts-sp1 .centery {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

#sdarts-sp1 .order1,
.sdarts-sp1 .order1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

#sdarts-sp1 .order2,
.sdarts-sp1 .order2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

#sdarts-sp1 .order3,
.sdarts-sp1 .order3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

#sdarts-sp1 .order4,
.sdarts-sp1 .order4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

#sdarts-sp1 .order5,
.sdarts-sp1 .order5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

#sdarts-sp1 .order6,
.sdarts-sp1 .order6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

#sdarts-sp1 .order7,
.sdarts-sp1 .order7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

#sdarts-sp1 .order8,
.sdarts-sp1 .order8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .orderpc1,
  .sdarts-sp1 .orderpc1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #sdarts-sp1 .orderpc2,
  .sdarts-sp1 .orderpc2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  #sdarts-sp1 .orderpc3,
  .sdarts-sp1 .orderpc3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  #sdarts-sp1 .orderpc4,
  .sdarts-sp1 .orderpc4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  #sdarts-sp1 .orderpc5,
  .sdarts-sp1 .orderpc5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  #sdarts-sp1 .orderpc6,
  .sdarts-sp1 .orderpc6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  #sdarts-sp1 .orderpc7,
  .sdarts-sp1 .orderpc7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  #sdarts-sp1 .orderpc8,
  .sdarts-sp1 .orderpc8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .ordersp1,
  .sdarts-sp1 .ordersp1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #sdarts-sp1 .ordersp2,
  .sdarts-sp1 .ordersp2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  #sdarts-sp1 .ordersp3,
  .sdarts-sp1 .ordersp3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  #sdarts-sp1 .ordersp4,
  .sdarts-sp1 .ordersp4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  #sdarts-sp1 .ordersp5,
  .sdarts-sp1 .ordersp5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  #sdarts-sp1 .ordersp6,
  .sdarts-sp1 .ordersp6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  #sdarts-sp1 .ordersp7,
  .sdarts-sp1 .ordersp7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  #sdarts-sp1 .ordersp8,
  .sdarts-sp1 .ordersp8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; } }

#sdarts-sp1 .flex,
.sdarts-sp1 .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#sdarts-sp1 .flex-center,
.sdarts-sp1 .flex-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#sdarts-sp1 .flex-y,
.sdarts-sp1 .flex-y {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#sdarts-sp1 .flex-left,
.sdarts-sp1 .flex-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#sdarts-sp1 .flex-right,
.sdarts-sp1 .flex-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#sdarts-sp1 .flex-top,
.sdarts-sp1 .flex-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

#sdarts-sp1 .flex-bottom,
.sdarts-sp1 .flex-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

#sdarts-sp1 .flexself_center,
.sdarts-sp1 .flexself_center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

#sdarts-sp1 .flexself_left,
.sdarts-sp1 .flexself_left {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

#sdarts-sp1 .flexself_right,
.sdarts-sp1 .flexself_right {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

@media screen and (max-width: 948px) {
  #sdarts-sp1 .all,
  .sdarts-sp1 .all {
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .container,
  .sdarts-sp1 .container {
    max-width: 100%; } }

#sdarts-sp1 .container .inner,
.sdarts-sp1 .container .inner {
  margin: 0px auto; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .container .inner,
    .sdarts-sp1 .container .inner {
      width: 982px; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .container .inner,
    .sdarts-sp1 .container .inner {
      width: 90%; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .container .inner p,
  #sdarts-sp1 .container .inner dd,
  #sdarts-sp1 .container .inner1280 p,
  #sdarts-sp1 .container .inner1280 dd,
  .sdarts-sp1 .container .inner p,
  .sdarts-sp1 .container .inner dd,
  .sdarts-sp1 .container .inner1280 p,
  .sdarts-sp1 .container .inner1280 dd {
    font-size: 16px; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .container .inner p,
  #sdarts-sp1 .container .inner dd,
  #sdarts-sp1 .container .inner1280 p,
  #sdarts-sp1 .container .inner1280 dd,
  .sdarts-sp1 .container .inner p,
  .sdarts-sp1 .container .inner dd,
  .sdarts-sp1 .container .inner1280 p,
  .sdarts-sp1 .container .inner1280 dd {
    font-size: 14px; } }

#sdarts-sp1 .container .inner p + p,
#sdarts-sp1 .container .inner1280 p + p,
.sdarts-sp1 .container .inner p + p,
.sdarts-sp1 .container .inner1280 p + p {
  margin-top: 20.8px;
  margin-top: 1.3rem; }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .container .inner .floatR,
  #sdarts-sp1 .container .inner1280 .floatR,
  .sdarts-sp1 .container .inner .floatR,
  .sdarts-sp1 .container .inner1280 .floatR {
    float: right;
    margin: 0px 0px 20px 20px;
    max-width: calc(50% - 20px); } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .container .inner .floatR img,
  #sdarts-sp1 .container .inner1280 .floatR img,
  .sdarts-sp1 .container .inner .floatR img,
  .sdarts-sp1 .container .inner1280 .floatR img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .container .inner .floatL,
  #sdarts-sp1 .container .inner1280 .floatL,
  .sdarts-sp1 .container .inner .floatL,
  .sdarts-sp1 .container .inner1280 .floatL {
    float: left;
    margin: 0px 20px 20px 0px;
    max-width: calc(50% - 20px); } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .container .inner .floatL img,
  #sdarts-sp1 .container .inner1280 .floatL img,
  .sdarts-sp1 .container .inner .floatL img,
  .sdarts-sp1 .container .inner1280 .floatL img {
    width: 100%;
    height: auto; } }

#sdarts-sp1 .btn,
.sdarts-sp1 .btn {
  display: block;
  margin: 0px auto;
  text-align: center;
  text-decoration: none; }
  #sdarts-sp1 .btn.red,
  .sdarts-sp1 .btn.red {
    border-radius: 5px;
    padding: 10px;
    background: #D20000;
    color: #fff; }
  #sdarts-sp1 .btn.blue,
  .sdarts-sp1 .btn.blue {
    border-radius: 5px;
    padding: 10px;
    background: #2974C3;
    color: #fff; }
  #sdarts-sp1 .btn.large,
  .sdarts-sp1 .btn.large {
    font-weight: bold;
    padding: 20px; }
  #sdarts-sp1 .btn.arrow,
  .sdarts-sp1 .btn.arrow {
    position: relative; }
    #sdarts-sp1 .btn.arrow:before, #sdarts-sp1 .btn.arrow:after,
    .sdarts-sp1 .btn.arrow:before,
    .sdarts-sp1 .btn.arrow:after {
      position: absolute;
      content: "";
      right: 15px;
      display: block;
      width: 12px;
      height: 3px;
      background: #fff;
      transition: all .25s ease; }
    #sdarts-sp1 .btn.arrow:before,
    .sdarts-sp1 .btn.arrow:before {
      top: calc(50% - 5px);
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #sdarts-sp1 .btn.arrow:after,
    .sdarts-sp1 .btn.arrow:after {
      top: calc(50% + 1px);
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #sdarts-sp1 .btn.arrow:hover:before, #sdarts-sp1 .btn.arrow:hover:after,
    .sdarts-sp1 .btn.arrow:hover:before,
    .sdarts-sp1 .btn.arrow:hover:after {
      right: 10px;
      transition: all .25s ease; }
  #sdarts-sp1 .btn.w200,
  .sdarts-sp1 .btn.w200 {
    width: 200px; }
  #sdarts-sp1 .btn.w300,
  .sdarts-sp1 .btn.w300 {
    width: 300px; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .btn.w400,
    .sdarts-sp1 .btn.w400 {
      width: 400px; } }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .btn.w500,
    .sdarts-sp1 .btn.w500 {
      width: 500px; } }
  #sdarts-sp1 .btn.center,
  .sdarts-sp1 .btn.center {
    margin-left: auto !important;
    margin-right: auto !important; }
  #sdarts-sp1 .btn.left,
  .sdarts-sp1 .btn.left {
    margin-left: 0px !important;
    margin-right: auto !important; }
  #sdarts-sp1 .btn.right,
  .sdarts-sp1 .btn.right {
    margin-left: auto !important;
    margin-right: 0px !important; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .btn.PCcenter,
    .sdarts-sp1 .btn.PCcenter {
      margin-left: auto !important;
      margin-right: auto !important; }
    #sdarts-sp1 .btn.PCleft,
    .sdarts-sp1 .btn.PCleft {
      margin-left: 0px !important;
      margin-right: auto !important; }
    #sdarts-sp1 .btn.PCright,
    .sdarts-sp1 .btn.PCright {
      margin-left: auto !important;
      margin-right: 0px !important; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .btn.SPcenter,
    .sdarts-sp1 .btn.SPcenter {
      margin-left: auto !important;
      margin-right: auto !important; }
    #sdarts-sp1 .btn.SPleft,
    .sdarts-sp1 .btn.SPleft {
      margin-left: 0px !important;
      margin-right: auto !important; }
    #sdarts-sp1 .btn.SPright,
    .sdarts-sp1 .btn.SPright {
      margin-left: auto !important;
      margin-right: 0px !important; } }

#sdarts-sp1 .op,
.sdarts-sp1 .op {
  transition: all .25s ease; }
  #sdarts-sp1 .op:hover,
  .sdarts-sp1 .op:hover {
    opacity: 0.7;
    transition: all .25s ease; }

#sdarts-sp1 .push,
.sdarts-sp1 .push {
  position: relative;
  top: 0px;
  transition: all .25s ease; }
  #sdarts-sp1 .push:hover, #sdarts-sp1 .push:active,
  .sdarts-sp1 .push:hover,
  .sdarts-sp1 .push:active {
    top: 5px;
    transition: all .25s ease; }
  #sdarts-sp1 .push.red,
  .sdarts-sp1 .push.red {
    box-shadow: 0 6px 0 #6c0000; }
    #sdarts-sp1 .push.red:hover, #sdarts-sp1 .push.red:active,
    .sdarts-sp1 .push.red:hover,
    .sdarts-sp1 .push.red:active {
      box-shadow: 0 1px 0 #6c0000; }

#sdarts-sp1 .bg-white,
.sdarts-sp1 .bg-white {
  background: #fff; }
  #sdarts-sp1 .bg-white p,
  .sdarts-sp1 .bg-white p {
    color: #000 !important; }

#sdarts-sp1 .bg-gray,
.sdarts-sp1 .bg-gray {
  background: #e1e1e1; }

#sdarts-sp1 .bg-black,
.sdarts-sp1 .bg-black {
  background: #000; }
  #sdarts-sp1 .bg-black p,
  .sdarts-sp1 .bg-black p {
    color: #fff; }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .container,
  .sdarts-sp1 .container {
    max-width: 100%; } }

#sdarts-sp1 .container .img100 img,
#sdarts-sp1 .container img.img100,
.sdarts-sp1 .container .img100 img,
.sdarts-sp1 .container img.img100 {
  width: 100%;
  height: auto; }

#sdarts-sp1 .container .img100r,
.sdarts-sp1 .container .img100r {
  width: 100%;
  overflow: hidden;
  height: auto; }
  #sdarts-sp1 .container .img100r img,
  .sdarts-sp1 .container .img100r img {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 768px) {
      #sdarts-sp1 .container .img100r img,
      .sdarts-sp1 .container .img100r img {
        width: 140%;
        max-width: 140%;
        height: auto;
        margin-left: -20%; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .container.title,
  .sdarts-sp1 .container.title {
    padding: 30px 0; } }

@media only screen and (max-width: 768px) {
  #sdarts-sp1 .container.title,
  .sdarts-sp1 .container.title {
    padding: 15px 0; } }

#sdarts-sp1 .container.title p,
.sdarts-sp1 .container.title p {
  margin: 0px; }

#sdarts-sp1 .container.title.bgimg,
.sdarts-sp1 .container.title.bgimg {
  background-size: cover; }
  #sdarts-sp1 .container.title.bgimg p,
  .sdarts-sp1 .container.title.bgimg p {
    text-shadow: 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white; }

#sdarts-sp1 .container.arrow,
.sdarts-sp1 .container.arrow {
  color: #fff;
  background: #000;
  position: relative; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .container.arrow,
    .sdarts-sp1 .container.arrow {
      padding: 30px 0px; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .container.arrow,
    .sdarts-sp1 .container.arrow {
      padding: 20px 0px; } }
  #sdarts-sp1 .container.arrow p,
  .sdarts-sp1 .container.arrow p {
    margin-bottom: 0px; }
  #sdarts-sp1 .container.arrow:after,
  .sdarts-sp1 .container.arrow:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent; }
    @media only screen and (min-width: 769px) {
      #sdarts-sp1 .container.arrow:after,
      .sdarts-sp1 .container.arrow:after {
        border-width: 50px 50px 0 50px;
        bottom: -50px;
        left: calc(50% - 50px); } }
    @media only screen and (max-width: 768px) {
      #sdarts-sp1 .container.arrow:after,
      .sdarts-sp1 .container.arrow:after {
        border-width: 25px 25px 0 25px;
        bottom: -25px;
        left: calc(50% - 25px); } }
  #sdarts-sp1 .container.arrow.red,
  .sdarts-sp1 .container.arrow.red {
    background: #D20000; }
    #sdarts-sp1 .container.arrow.red:after,
    .sdarts-sp1 .container.arrow.red:after {
      border-color: #D20000 transparent transparent transparent; }
  #sdarts-sp1 .container.arrow.blue,
  .sdarts-sp1 .container.arrow.blue {
    background: #2974C3; }
    #sdarts-sp1 .container.arrow.blue:after,
    .sdarts-sp1 .container.arrow.blue:after {
      border-color: #2974C3 transparent transparent transparent; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .container.arrow + .container,
    .sdarts-sp1 .container.arrow + .container {
      padding-top: 80px; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .container.arrow + .container,
    .sdarts-sp1 .container.arrow + .container {
      padding-top: 35px; } }

#sdarts-sp1 .container.arrow100,
.sdarts-sp1 .container.arrow100 {
  color: #fff;
  background: #000;
  position: relative; }
  #sdarts-sp1 .container.arrow100 p,
  .sdarts-sp1 .container.arrow100 p {
    margin-bottom: 0px; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .container.arrow100,
    .sdarts-sp1 .container.arrow100 {
      padding: 30px 0px 10px; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .container.arrow100,
    .sdarts-sp1 .container.arrow100 {
      padding: 20px 0px 5px; } }
  #sdarts-sp1 .container.arrow100:after,
  .sdarts-sp1 .container.arrow100:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent; }
    @media only screen and (min-width: 769px) {
      #sdarts-sp1 .container.arrow100:after,
      .sdarts-sp1 .container.arrow100:after {
        bottom: -100px;
        border-width: 100px 50vw 0 50vw; } }
    @media only screen and (max-width: 768px) {
      #sdarts-sp1 .container.arrow100:after,
      .sdarts-sp1 .container.arrow100:after {
        bottom: -50px;
        border-width: 50px 50vw 0 50vw; } }
  #sdarts-sp1 .container.arrow100.red,
  .sdarts-sp1 .container.arrow100.red {
    background: #D20000; }
    #sdarts-sp1 .container.arrow100.red:after,
    .sdarts-sp1 .container.arrow100.red:after {
      border-color: #D20000 transparent transparent transparent; }
  #sdarts-sp1 .container.arrow100.blue,
  .sdarts-sp1 .container.arrow100.blue {
    background: #2974C3; }
    #sdarts-sp1 .container.arrow100.blue:after,
    .sdarts-sp1 .container.arrow100.blue:after {
      border-color: #2974C3 transparent transparent transparent; }
  #sdarts-sp1 .container.arrow100.gray,
  .sdarts-sp1 .container.arrow100.gray {
    background: #e1e1e1; }
    #sdarts-sp1 .container.arrow100.gray:after,
    .sdarts-sp1 .container.arrow100.gray:after {
      border-color: #e1e1e1 transparent transparent transparent; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .container.arrow100 + .container,
    .sdarts-sp1 .container.arrow100 + .container {
      padding-top: 130px; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .container.arrow100 + .container,
    .sdarts-sp1 .container.arrow100 + .container {
      padding-top: 60px; } }

@media only screen and (min-width: 769px) {
  #sdarts-sp1 .container .flex2,
  .sdarts-sp1 .container .flex2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #sdarts-sp1 .container .flex2 > div,
    .sdarts-sp1 .container .flex2 > div {
      width: 50%; }
    #sdarts-sp1 .container .flex2 .flex-inner,
    .sdarts-sp1 .container .flex2 .flex-inner {
      padding: 3%; } }

#sdarts-sp1 .footer,
.sdarts-sp1 .footer {
  background: #000;
  padding: 30px; }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .footer,
    .sdarts-sp1 .footer {
      padding: 10px 10px 1px; } }
  #sdarts-sp1 .footer p,
  #sdarts-sp1 .footer ul,
  .sdarts-sp1 .footer p,
  .sdarts-sp1 .footer ul {
    text-align: center;
    line-height: 200%;
    color: #fff; }
  #sdarts-sp1 .footer p,
  .sdarts-sp1 .footer p {
    margin-bottom: 0px; }
  #sdarts-sp1 .footer ul li,
  .sdarts-sp1 .footer ul li {
    text-align: center;
    color: #fff;
    display: inline-block; }
    #sdarts-sp1 .footer ul li + li,
    .sdarts-sp1 .footer ul li + li {
      border-left: 1px solid #ddd;
      padding-left: 10px;
      margin-left: 10px; }
    #sdarts-sp1 .footer ul li a,
    .sdarts-sp1 .footer ul li a {
      color: #fff; }

textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #000; }

.wave-btn {
  width: 80%;
  height: auto;
  margin: 0px auto;
  position: relative; }
  .wave-btn .btn {
    position: relative;
    z-index: 2; }
    .wave-btn .btn:hover, .wave-btn .btn:active {
      opacity: 0.7;
      transition: all .25s ease; }
  .wave-btn .wave {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 60px;
    box-shadow: 0 0 5px white;
    -webkit-animation-name: waveAnimation;
            animation-name: waveAnimation;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }

@-webkit-keyframes waveAnimation {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes waveAnimation {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0; } }

.blink {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes blink {
  0%,
  40% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

.btn.shine {
  position: relative;
  overflow: hidden;
  border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .btn.shine {
      border-radius: 5px; } }
  .btn.shine:before {
    -webkit-animation-name: shine;
            animation-name: shine;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    content: "";
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .5);
    height: 200%;
    width: 10%;
    display: block;
    position: absolute;
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    top: -67%;
    left: -20%; }

@-webkit-keyframes shine {
  0% {
    -webkit-transform: skewX(-30deg) translateX(0);
            transform: skewX(-30deg) translateX(0); }
  30%,
  100% {
    -webkit-transform: skewX(-30deg) translateX(1100px);
            transform: skewX(-30deg) translateX(1100px); } }

@keyframes shine {
  0% {
    -webkit-transform: skewX(-30deg) translateX(0);
            transform: skewX(-30deg) translateX(0); }
  30%,
  100% {
    -webkit-transform: skewX(-30deg) translateX(1100px);
            transform: skewX(-30deg) translateX(1100px); } }

#sdarts-sp1 .inner2 {
  width: 1280px;
  margin: 0px auto; }

#sdarts-sp1 .logo {
  height: 60px;
  width: 60px;
  margin: 0 auto 11px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #sdarts-sp1 .logo img {
    width: 60px;
    height: auto; }

#sdarts-sp1 h1 {
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 5px; }

#sdarts-sp1 td,
#sdarts-sp1 th {
  white-space: nowrap;
  background: #fff;
  vertical-align: middle; }

#sdarts-sp1 .noborder-top {
  border-top: none !important; }

#sdarts-sp1 .table2 {
  padding-top: 218px;
  margin: 20px 0px;
  width: 1280px;
  border: 1px solid #ccc !important;
  position: relative;
  width: 100%;
  border-collapse: collapse; }
  #sdarts-sp1 .table2 .table2-1 {
    position: absolute;
    top: 0px;
    width: 1278px;
    /* max-width: 100%; */
    border-collapse: collapse; }
    #sdarts-sp1 .table2 .table2-1.fixed {
      position: fixed;  }
    #sdarts-sp1 .table2 .table2-1 td {
      padding: 10px 0px; }
    #sdarts-sp1 .table2 .table2-1 a {
      font-size: 10px; }
  #sdarts-sp1 .table2 .table2-main {
    border-collapse: collapse;
    width: 1280px;
    /* height: 1040px; */
    overflow-x: hidden;
    overflow-y: auto; }
  #sdarts-sp1 .table2 .table2-2 {
    width: 1278px; }
  #sdarts-sp1 .table2 span {
    display: block;
    font-size: 10px;
    line-height: 120%; }
    #sdarts-sp1 .table2 span + span {
      margin-top: 5px; }
  #sdarts-sp1 .table2 a {
    color: #2974C3;
    text-decoration: none; }
    #sdarts-sp1 .table2 a:hover {
      text-decoration: underline; }
  #sdarts-sp1 .table2 td {
    border: none; }
    #sdarts-sp1 .table2 td span + span {
      margin-top: 7px; }
  #sdarts-sp1 .table2 .bg {
    background: #fafafa; }
  #sdarts-sp1 .table2 .bg1 td:nth-of-type(2n+4) {
    background: #fafafa; }
  #sdarts-sp1 .table2 .bg2 td:nth-of-type(odd) {
    background: #fafafa; }
  #sdarts-sp1 .table2 .brand {
    background: #e6e6e6;
    border-top: 1px solid #ccc; }
    #sdarts-sp1 .table2 .brand h2 {
      width: 350px;
      text-align: left;
      padding-left: 20px;
      font-weight: bold; }
  #sdarts-sp1 .table2 .td1 {
    background: #f5f5f5;
    border-bottom: none;
    width: 253px !important;
    padding: 0px !important;
    border-right: 1px solid #ccc; }
    #sdarts-sp1 .table2 .td1:after {
      content: '';
      display: block;
      background: #ccc;
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0px;
      left: 0px; }
  #sdarts-sp1 .table2 .block {
    display: block;
    font-size: 10px;
    line-height: 120%; }
  #sdarts-sp1 .table2 .img3 {
    margin-bottom: 10px;
    display: block; }
  #sdarts-sp1 .table2 .img2 {
    display: block;
    width: 85px;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
    #sdarts-sp1 .table2 .img2 img {
      width: 100%;
      height: auto; }
  #sdarts-sp1 .table2 .img1 {
    width: 92px;
    border-top: 1px solid #ccc;
    border-left: none;
    border-right: 1px solid #ccc;
    background: #f5f5f5; }
    #sdarts-sp1 .table2 .img1 img {
      width: 80px;
      height: auto; }
  #sdarts-sp1 .table2 .cell2 {
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc; }
  #sdarts-sp1 .table2 .cell1 {
    width: 94px !important;
    border-top: 1px solid #ccc;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc; }
    #sdarts-sp1 .table2 .cell1:last-child {
      border-right: none; }
  #sdarts-sp1 .table2 .txt1 {
    border-top: 1px solid #ccc;
    border-right: none;
    width: 150px;
    background: #f5f5f5;}

#sdarts-sp1 .table1 {
  margin: 20px 0px;
  border: 1px solid #ccc !important;
  position: relative;
  width: 100%;
  padding-top: 292px;
  /*
        thead {


            tr:nth-child(1) td,
            tr:nth-child(2) td,
            tr:nth-child(3) td {
               
                position: -webkit-sticky;
                position: sticky;
                top: 0;
                
                z-index: 1;
                padding: 10px 0px;


            }

            tr:nth-child(2) td {
                top: 70px;
            }

            tr:nth-child(3) td {
                top: 110px;

                &:after {
                    content: '';
                    display: block;
                    background: #ccc;
                    position: absolute;
                    width: 100%;
                    height: 1px;
                    bottom: 0px;
                    left: 0px;
                }
            }
        }
        */ }
  #sdarts-sp1 .table1 .table1-1 {
    position: absolute;
    top: 0px;
    width: 980px;
    border-bottom: 1px solid #ccc; }
    #sdarts-sp1 .table1 .table1-1.fixed {
      position: fixed; }
    #sdarts-sp1 .table1 .table1-1 td {
      padding: 10px 0px; }
  #sdarts-sp1 .table1 .table1-main {
    height: 1030px;
    overflow-x: hidden;
    overflow-y: auto; }
  #sdarts-sp1 .table1 a {
    text-decoration: none;
    color: #2974C3; }
    #sdarts-sp1 .table1 a:hover, #sdarts-sp1 .table1 a:active {
      text-decoration: underline; }
  #sdarts-sp1 .table1 th {
    padding: 20px 10px;
    white-space: nowrap;
    min-height: 50px;
    vertical-align: middle; }
  #sdarts-sp1 .table1 td {
    width: 135px;
    padding: 20px 0px;
    min-height: 70px;
    vertical-align: middle;
    border: none;
    font-size: 12px;
    line-height: 140%;
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd; }
    #sdarts-sp1 .table1 td:last-child {
      border-right: 0px; }
  #sdarts-sp1 .table1 .border-top1 {
    border-top: 1px solid #ccc; }
  #sdarts-sp1 .table1 .border-bottom1 td {
    border-bottom: 1px solid #ccc; }
  #sdarts-sp1 .table1 .border-top2 {
    border-top: 1px solid #333; }
  #sdarts-sp1 .table1 .brands {
    background: #e6e6e6;
    font-weight: bold;
    padding: 14px 0px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: left; }
    #sdarts-sp1 .table1 .brands span {
      font-weight: bold;
      display: inline-block;
      width: 150px;
      text-align: center; }
  #sdarts-sp1 .table1 .bg td:nth-of-type(odd) {
    background: #fafafa; }
  #sdarts-sp1 .table1 .bg2 td:nth-of-type(even) {
    background: #fafafa; }
  #sdarts-sp1 .table1 .empty {
    width: 150px;
    padding: 0px;
    background: #e6e6e6 !important;
    border-right: 1px solid #ccc; }
  #sdarts-sp1 .table1 .board {
    background: #e6e6e6 !important;
    font-size: 13px;
    width: 150px;
    border-right: 1px solid #ccc; }
    #sdarts-sp1 .table1 .board a {
      color: #000; }

#sdarts-sp1 .dl01 {
  background: #eee;
  margin: 50px 0px; }
  @media only screen and (min-width: 769px) {
    #sdarts-sp1 .dl01 {
      padding: 50px; } }
  @media only screen and (max-width: 768px) {
    #sdarts-sp1 .dl01 {
      padding: 5%; } }
  #sdarts-sp1 .dl01 dt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  #sdarts-sp1 .dl01 dd + dd {
    margin-top: 16px;
    margin-top: 1rem; }


/*# sourceMappingURL=maps/sdarts-sp2.css.map */
