@font-face {
  font-family: "Gilroy-Medium";
  src: url('/cdn/shop/t/15/assets/Gilroy-Medium.woff?v=48388435422116506081594351162') format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url('/cdn/shop/t/15/assets/Gilroy-Regular.woff?v=117930264317229672861594351082') format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url('/cdn/shop/t/15/assets/Gilroy-Light.woff?v=56801713991933032111594351117') format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url('/cdn/shop/t/15/assets/Gilroy-Bold.woff?v=126389708740714392121594351044') format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Impact";
  src: url('/cdn/shop/t/15/assets/Impact.ttf?v=114613803651459155371596609510') format("ttf");
  font-display: block;
}
@font-face {
  font-family: "Digital";
  src: url('/cdn/shop/t/15/assets/Digital.eot?v=37192448962622139561614869012') format("embedded-opentype"),
    url('/cdn/shop/t/15/assets/Digital.woff2?v=138278368318964653101614869014') format("woff2"),
    url('/cdn/shop/t/15/assets/Digital.woff?v=77463824043667821801614869013') format("woff"),
    url('/cdn/shop/t/15/assets/Digital.ttf?v=2550341347396083151614869009') format("truetype");
  font-display: block;
}

body {
  overflow-x: hidden;
  width: 100%;
  background: #171717;
  font-size: 15px;
  max-width: 100%;
  min-height: 100vh;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
ul,
li,
span,
form,
dl,
dt,
div,
dd,
ol,
pre,
FIELDSET,
input,
textarea,
p {
  font-family: "Gilroy-Medium", Helvetica, "Helvetica Neue", Arial,
    "Lucida Grande", sans-serif;
  font-style: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:link {
}
a:visited {
}
a:hover {
  text-decoration: none;
}
a:active {
}
img {
  max-width: 100%;
}
.mf-animate {
  transition: all 0.5s;
}
.goNext {
  cursor: pointer;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
li {
  list-style: none;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.mf-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mf-table-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.flex-box {
  display: flex;
  justify-content: space-around;
}
.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.textR {
  text-align: right;
}
.textC {
  text-align: center;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.textDefColor {
  color: #fff;
}
.textUppercase {
  text-transform: uppercase;
}
input {
  -webkit-appearance: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  -webkit-appearance: none;
}
.noUnderline,
.noUnderline a {
  text-decoration: none !important;
}
body.homeBody {
  background: #1d1d1d;
}

/*homepage start */
body {
}
.homeHeader {
  width: 100%;
  transition: all 1s;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  background-color: rgba(29, 29, 31, 0.6);
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
}
.fp-homeHeader {
  position: relative;
}
.homeHeader.scrollUp {
  top: -100px;
}
.homeHeader .wrap {
  max-width: 1100px;
  margin: 0 auto;
  height: 100px; /*border-bottom:1px solid #fff;*/
  position: relative;
}
.productHeader {
  height: 200px;
}
.homeHeader .logo {
  width: 18%;
  max-height: 80px;
  position: relative;
  z-index: 2;
}
.homeHeader .logo a {
  display: inline-block;
}
.homeHeader .logo svg {
  max-height: 40px;
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}
.homeHeader .cenBox {
  width: 30%;
}
.homeHeader .nav {
  width: 100%;
}
.homeHeader .nav ul {
  width: 100%;
}
.homeHeader .nav li {
  font-family: "Gilroy-Medium";
  font-weight: 400;
  flex: 1;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin: 0px 8px;
}
.homeHeader .nav li {
  font-size: 16px;
  text-decoration: none;
  color: #8e8e8e;
  transition: all 0.5s;
  flex: 1;
  letter-spacing: 1.6px;
  cursor: pointer;
}
.homeHeader .nav li a {
  color: #8e8e8e;
}
.homeHeader .nav li:hover a,
.homeHeader .nav li:hover,
.homeHeader .nav li.on a {
  color: #fff;
  font-weight: 600;
}
.homeHeader .chart {
  width: 29px;
}
.homeHeader .chart img {
  max-width: 100%;
  height: 20px;
}
.homeHeader .chart .msg {
  position: relative;
}
.homeHeader .chart .msg span {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #fff;
  border-radius: 50%;
  height: 15px;
  min-width: 15px;
  font-family: "Gilroy-Medium";
  font-size: 12px;
  display: block;
  text-align: center;
  color: #000;
  line-height: 15px;
}
.homeHeader .lan-ico {
  padding-left: 20px;
  width: 20px;
  box-sizing: content-box;
}
.homeHeader .lan-ico img {
  max-width: 100%;
  height: 20px;
}
.product-item {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 35px 0px 30px;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 1.6px;
  font-family: "Gilroy-Medium";
  height: 100px;
  position: relative;
}
.product-item .name {
  font-size: 26px;
  letter-spacing: 2.6px;
  font-family: "Gilroy-Bold", "Alibaba-PuHuiTi-Regular";
}
.product-item .name.on {
  color: #ffffff;
}
.product-item .join-item {
  padding: 0px 37px 0px 0px;
  line-height: 31px;
  white-space: nowrap;
  color: #ffffff;
}
.product-item .join-item a {
  color: #ffffff;
}
.product-item .join-show {
  padding: 0px 5px;
  display: none;
}
.product-item .join-show img {
  width: 29px;
  display: block;
  transition: all 0.5s;
}
.product-item .join-show.on img {
  transform: rotate(-180deg);
}
.mobile-join-list {
  padding: 10px 20px;
  display: none;
}
.mobile-join-list .join-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-join-list .join-item,
.mobile-join-list .join-item a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.mobile-join-list.on {
  display: none;
}
.mobile-join-list.hide,
.mobile-join-list.hide {
  display: none;
}
.product-item .btn-item a {
  width: 96px;
  height: 31px;
  line-height: 31px;
  background: #e83428;
  display: block;
  border-radius: 5px;
  color: #fff;
}
.product-box.fixed .product-item {
  border-bottom: none;
}
.product-box {
}
.product-box.fixed {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  background-color: rgba(51, 51, 51, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/*mobile nav*/
.mobile-nav-btn {
  width: 39px;
  display: none;
  z-index: 2;
  position: relative;
}
.mobile-nav-btn .btn-box {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto 0px 19px;
  cursor: pointer;
}
.mobile-nav-btn .btn-box .item {
  width: 20px;
  height: 1px;
  position: absolute;
  background: #fff;
  left: 0px;
  top: 5px;
  transition: all 0.5s;
}
.mobile-nav-btn .btn-box .item:nth-child(2) {
  top: 15px;
  left: 0px;
}
.mobile-nav {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #171717;
  z-index: 100;
  padding-top: 0px;
  height: 0px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
}
.mobile-nav.on {
  height: 110vh;
  padding-top: 40px;
  opacity: 1;
}
.mobile-nav .top {
  padding: 0px 0.2rem;
}
.mobile-nav .top .mobile-nav-btn {
  float: right;
}
.mobile-nav ul {
  padding: 0px 20px;
}
.mobile-nav li {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #a1a1a1;
  letter-spacing: 0.1em;
}
.mobile-nav li a {
  color: #fff;
  font-family: "Gilroy-Medium";
  font-size: 14px;
  display: block;
}
.mobile-nav-btn .btn-box.on .item {
  transform: rotate(45deg);
  transform-origin: center 0px;
  top: 10px;
}
.mobile-nav-btn .btn-box.on .item:nth-child(2) {
  transform: rotate(-45deg);
}
/*foot*/
.theme-footer {
  background: #232323;
}
.theme-footer .wrap {
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.theme-footer .top {
  border-bottom: 1px solid #323232;
  padding: 12px 0px;
}
.theme-footer .top .logo svg {
  max-width: 120px;
  max-height: 36px;
}
.theme-footer .top .links {
  text-align: right;
}
.theme-footer .top .links li {
  display: inline-block;
  padding-left: 50px;
}
.theme-footer .top .links li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
}
.theme-footer .top .links li:hover a {
  color: #ab5afe;
}
.theme-footer .bottom {
  padding: 20px 0px;
}
.theme-footer .bottom .copyright {
  font-size: 12px;
  color: #ffffff;
}
.theme-footer .bottom .links li {
  display: inline-block;
  padding-left: 22px;
}
.theme-footer .bottom .links a {
  transition: all 0.5s;
  display: block;
}
.theme-footer .bottom .links a:hover {
  transform: scale(1.2);
}
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.section .content {
  padding-bottom: 30px;
}

.section .content .title {
  font-size: 40px;
  font-family: "Gilroy-Bold", "Alibaba-PuHuiTi-Regular";
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 5px;
  text-align: center;
  color: #ffffff;
  transition-duration: 1s;
  transition-property: all;
  transition-delay: 0s;
  transform: translateY(50px);
  opacity: 0;
}

.section .content .description {
  font-size: 22px;
  font-family: "Gilroy-Light", "Alibaba-PuHuiTi-Light";
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff;
  transition-duration: 1s;
  transition-property: all;
  transition-delay: 0.3s;
  transform: translateY(50px);
  opacity: 0;
}

.section .content .showImg img {
  max-width: 100%;
  max-height: 50vh;
  display: block;
  margin: 0 auto;
  transition-duration: 1s;
  transition-property: all;
  transition-delay: 1s;
  transform: translateY(100px);
  opacity: 0;
}

.section .content .showImg img:hover {
  transform: scale(1.05);
}

.section .goNext {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.section .goNext img {
  width: 33px;
  height: auto;
  animation: defGoNext 1s linear 0s infinite;
}

.section .content .video {
  width: 760px;
  max-width: 100%;
  max-height: 50vh;
  display: block;
  margin: 0 auto;
  transition-duration: 2s;
  transition-property: all;
  transform: scale(0);
}
.section .content .video video {
  outline: none;
}

.section .goNext svg {
  width: 33px;
  height: 30px;
  animation: defGoNext 1s linear 0s infinite;
}
@keyframes defGoNext {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.fp-section.actives .content .title {
  transform: scale(1);
  transform: translateY(0px);
  opacity: 1;
}

.fp-section.actives .content .description {
  transform: translateY(0px);
  opacity: 1;
}

.fp-section.actives .content .showImg img {
  transform: translateY(0px);
  opacity: 1;
}

.fp-section.actives .content .video {
  transform: scale(1);
}

/*public end*/
/*home*/
.fp-pro1-section .goNext {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.fp-pro1-section .goNext svg {
  width: 33px;
  height: 30px;
  animation: defGoNext 1s linear 0s infinite;
}
@keyframes defGoNext {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* homepage end */
/* CYBERCOIN start */
.overviewImgAni {
  overflow: hidden;
  position: relative;
}
.overviewImgAni img {
  transform: scale(1.2);
  position: relative;
  z-index: 1;
  transition: all 2s;
  display: block;
}
.overviewImgAni::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #171717;
  z-index: 5;
  transition: all 2s;
}
.overviewImgAni.on::after {
  height: 0px;
}
.overviewImgAni.on img {
  transform: scale(1);
}
.cyberchagerFooter {
  background: #fff;
}
.shareBtns.cyberchagerFooter li svg {
  color: #cccccc;
}
.copyRight.cyberchagerFooter {
  color: #cccccc;
}
/* CYBERCOIN end */
/* subscribe start */
.openSubDialog {
  cursor: pointer;
  transition: all 0.5s;
}
.openSubDialog.on {
  color: #fff;
}
.subscribeDialog {
  width: 100%;
  height: 100%;
  background: #171717;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  display: none;
}
.subscribeDialog .formbox {
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.subscribeDialog .formbox input {
  color: #ab5afe;
  font-family: "Gilroy-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 43px;
  height: 43px;
  background: none;
  width: 100%;
  border: none;
  text-align: center;
  border-bottom: 1px solid #ab5afe;
  margin-bottom: 15px;
  outline: none;
  letter-spacing: 2px;
  border-radius: 0px;
  box-sizing: border-box;
}
.subscribeDialog .formbox input::-webkit-input-placeholder {
  color: #ab5afe;
  font-family: "Gilroy-Regular";
}
.subscribeDialog .formbox input.focus::-webkit-input-placeholder {
  color: #171717;
}
.subscribeDialog .formbox input.empty {
  border: 1px solid #f00;
}
.subscribeDialog .formbox button {
  color: #ab5afe;
  background: none;
  border: 1px solid #ab5afe;
  padding: 15px 8px;
  margin: 56px auto 56px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.subscribeDialog .formbox button span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  font-size: 20px;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  box-sizing: border-box;
}
.subscribeDialog .formbox button::after {
  width: 120%;
  height: 0%;
  display: block;
  background: #ab5afe;
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  z-index: 0;
  transition: all 0.5s;
  transform: rotate(-10deg);
}
.subscribeDialog .formbox button:hover::after {
  width: 120%;
  height: 140%;
  transform: rotate(0deg);
}
.subscribeDialog .formbox button:hover span {
  color: #fff;
}
.subscribeDialog .close {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  transition: all 0.5s;
  cursor: pointer;
}
.subscribeDialog .close img {
  width: 100%;
}
.subscribeDialog .close:hover {
  transform: rotate(180deg);
}
body.overflowHidden {
  overflow: hidden;
}
/* subscribe end */
body.aboutBody {
  background: #171717;
}
.aboutBanner {
  position: relative;
  height: 100vh;
}
.aboutBanner .showText {
  color: #fff;
  position: absolute;
  top: 45.9%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
}
.aboutBanner .showText h5 {
  font-size: 60px;
  font-family: "Gilroy-Bold";
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 6px;
  line-height: 44px;
}
.aboutBanner .showText p {
  font-size: 35px;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 20px;
}
.aboutBanner .goNext {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
}
.aboutBanner .goNext p {
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy-Light";
  font-weight: 300;
  margin-bottom: 19px;
  height: 16px;
  line-height: 16px;
  letter-spacing: 2px;
}
.aboutBanner .goNext img {
  display: block;
  width: 18px;
  margin: 0 auto;
  animation: goNext 1s linear 0s infinite;
  position: relative;
}
.aboutBox {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.aboutBox .title {
  color: #fff;
  font-size: 60px;
  font-family: "Gilroy-Bold";
  line-height: 60px;
  position: relative;
  padding-left: 95px;
  letter-spacing: 6px;
  margin-bottom: 84px;
}
.aboutBox .title span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #ab5afe;
  border-radius: 50%;
  margin-right: 35px;
  text-align: center;
  line-height: 58px;
  color: #ab5afe;
  font-size: 30px;
  font-family: "Gilroy-Medium";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.aboutBox .overviewImgAni {
  margin-bottom: 30px;
}
.aboutBox .overviewImgAni img {
  display: block;
  width: 100%;
}
.aboutBox .overviewImgAni img {
  transform: translateY(20px) scale(0.8);
  -ms-transform: translateY(20px) scale(0.8);
  -moz-transform: translateY(20px) scale(0.8);
  -webkit-transform: translateY(20px) scale(0.8);
  -o-transform: translateY(20px) scale(0.8);
  transition: all 0.8s;
}
.aboutBox .overviewImgAni.on img {
  transform: translateY(0px) scale(1);
  -ms-transform: translateY(0px) scale(1);
  -moz-transform: translateY(0px) scale(1);
  -webkit-transform: translateY(0px) scale(1);
  -o-transform: translateY(0px) scale(1);
}
.aboutBox .aboutText {
  padding: 0px 5px; /*text-transform:uppercase*/
}
.aboutBox .aboutText .item {
  width: 42.5%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Gilroy-Medium";
  letter-spacing: 1px;
}
.commonGoNext {
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  margin-bottom: 19px;
  height: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 150px;
}
.commonGoNext p {
  margin-bottom: 19px;
}
.commonGoNext img {
  display: block;
  width: 18px;
  margin: 0 auto;
  animation: comGoNext 1s linear 0s infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.commonGoNext.whoWeAre {
  margin-bottom: 145px;
}
.aboutWhatBox {
  max-width: 1200px;
  margin: 0 auto 155px;
}
.aboutWhatBox .title {
  max-width: 1000px;
  margin: 0px auto 0px;
  color: #fff;
  font-size: 60px;
  font-family: "Gilroy-Bold";
  line-height: 58px;
  position: relative;
  padding-left: 95px;
  letter-spacing: 6px;
  margin-bottom: 122px;
}
.aboutWhatBox .title span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #ab5afe;
  border-radius: 50%;
  margin-right: 35px;
  text-align: center;
  line-height: 60px;
  color: #ab5afe;
  font-size: 30px;
  font-family: "Gilroy-Medium";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.aboutWhatBox .content {
  max-width: 1200px;
}
.aboutWhatBox .list {
  float: left;
  width: 250px;
}
.aboutWhatBox .canvas {
  margin-left: 250px;
  padding-left: 40px;
}
.aboutWhatBox #slider {
  margin-left: 250px;
  padding-left: 40px;
}
.defList,
.canvas,
#slider {
  display: block;
}
.aboutWhatBox .swiperList {
  display: none;
}
.aboutWhatBox .swiper-container {
  display: none;
  width: 100%;
}
.aboutWhatBox .defList.ieSwiper {
  display: none;
}
.aboutWhatBox .swiper-container.ieSwiper,
.aboutWhatBox .swiperList.ieSwiper {
  display: block;
}
.aboutWhatBox .swiper-contain.ieSwiper {
  margin-left: 290px;
  width: calc(100% - 290px);
}
.aboutWhatBox .swiper-slide img {
  width: 100%;
}
.aboutWhatBox .list li {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  line-height: 20px;
  margin-bottom: 23px;
  letter-spacing: 1px;
  text-align: right;
}
.aboutWhatBox .list li.on,
.aboutWhatBox .list li:hover {
  color: #ab5afe;
}
.aboutWhoBox {
  max-width: 1200px;
  margin: 0 auto 180px;
  padding: 0 0 0 84px;
}
.aboutWhoBox .title {
  color: #fff;
  font-size: 60px;
  font-family: "Gilroy-Bold";
  line-height: 60px;
  position: relative;
  padding-left: 95px;
  letter-spacing: 6px;
  margin-bottom: 146px;
}
.aboutWhoBox .title span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #ab5afe;
  border-radius: 50%;
  margin-right: 35px;
  text-align: center;
  line-height: 58px;
  color: #ab5afe;
  font-size: 30px;
  font-family: "Gilroy-Medium";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.aboutWhoBox .list li {
  width: calc(25% - 38px);
  position: relative;
  float: left;
  margin-right: 38px;
  transition: all 0.5s;
}
.aboutWhoBox .list li img {
  width: 100%;
}
.aboutWhoBox .list li .text {
  width: 100%;
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 0px 10px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-sizing: border-box;
}
.aboutWhoBox .list li .text h5 {
  color: #ab5afe;
  font-size: 20px;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  line-height: 24px;
}
.aboutWhoBox .list li .text p {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}
.aboutWhoBox .list li:nth-child(even) {
  top: 48px;
}
/* .aboutWhoBox .list li:hover{margin-top:-15px;} */
.goTopBox {
  max-width: 1200px;
  margin: 0 auto 154px;
  position: relative;
  height: 62px;
}
#goTop {
  position: absolute;
  right: 0px;
  top: 0px;
  position: absolute;
}
#goTop .clickBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  cursor: pointer;
}
.goTopBox .goTopBtn {
  width: 68px;
  height: 68px;
  cursor: pointer;
  background: #313232;
  border-radius: 60px;
  position: relative;
  z-index: 0;
}
/* .goTopBox .goTopBtn object{width:19px;} */
.goTopBox .goTopBtn img {
  width: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes goNext {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes comGoNext {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
/**loading*/
.loadingBox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background: #fff;
}
.loadingBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 200px;
}
.aboutWhatBox {
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .theme-footer .wrap {
    max-width: 1100px;
    width: 100%;
  }
  .theme-footer .top {
    padding: 12px 0px;
  }
  .theme-footer .top .logo svg {
    max-width: 120px;
    max-height: 36px;
  }
  .theme-footer .top .links li {
    padding-left: 40px;
  }
  .theme-footer .top .links li a {
    font-size: 14px;
  }
  .theme-footer .bottom {
    padding: 20px 0px;
  }
  .theme-footer .bottom .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-footer .wrap {
    max-width: 1100px;
    width: 100%;
    padding: 0px 10px;
  }
  .theme-footer .top {
    padding: 12px 0px;
  }
  .theme-footer .top .logo svg {
    max-width: 120px;
    max-height: 36px;
  }
  .theme-footer .top .links li {
    padding-left: 30px;
  }
  .theme-footer .top .links li a {
    font-size: 14px;
  }
  .theme-footer .bottom {
    padding: 20px 0px;
  }
  .theme-footer .bottom .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .theme-footer .wrap {
    max-width: 1100px;
    width: 100%;
    padding: 0px 10px;
  }
  .theme-footer .top {
    padding: 12px 0px;
  }
  .theme-footer .top .logo svg {
    max-width: 120px;
    max-height: 36px;
  }
  .theme-footer .top .links li {
    padding-left: 20px;
  }
  .theme-footer .top .links li a {
    font-size: 14px;
  }
  .theme-footer .bottom {
    padding: 20px 0px;
  }
  .theme-footer .bottom .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .theme-footer .wrap {
    max-width: 1100px;
    width: 100%;
    padding: 0px 10px;
  }
  .theme-footer .wrap {
    flex-wrap: wrap;
  }
  .theme-footer .top {
    padding: 12px 0px;
  }
  .theme-footer .top .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .theme-footer .top .links {
    width: 100%;
    text-align: center;
  }
  .theme-footer .top .logo svg {
    max-width: 150px;
    max-height: 54px;
  }
  .theme-footer .top .links li {
    padding-left: 20px;
  }
  .theme-footer .top .links li a {
    font-size: 14px;
  }
  .theme-footer .bottom {
    padding: 20px 0px;
  }
  .theme-footer .bottom .wrap {
    flex-direction: column-reverse;
  }
  .theme-footer .bottom .copyright {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .theme-footer .bottom .links {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
/*special*/
@media only screen and (max-width: 1250px) {
  /*homepage start */
  .video-mask {
    width: 60%;
    margin-bottom: 0.25rem;
  }
  /*homepage end */
  /*pro1 start*/
  .video-mask {
    width: 60%;
    margin-bottom: 0.25rem;
  }
  /*pro1 end*/
}
@media only screen and (max-width: 1600px) {
  .homeHeader .wrap {
    height: 60px;
  }
  .productHeader {
    height: 160px;
  }
  .homeHeader.scrollUp {
    top: -60px;
  }
  .section .content {
    padding-bottom: 0.3rem;
  }
  .section .content .title {
    font-size: 0.4rem;
    margin-bottom: 0.15rem;
    letter-spacing: 0.04rem;
  }
  .section .content .description {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.03rem;
  }
  .aboutBanner {
    margin-bottom: 0.2rem;
  }
  .aboutBanner .showText h5 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.02rem;
    line-height: 0.22rem;
  }
  .aboutBanner .showText p {
    font-size: 0.18rem;
    letter-spacing: 0.02rem;
    line-height: 0.1rem;
  }
  .aboutBanner .goNext {
    bottom: 0.3rem;
  }
  .aboutBanner .goNext p,
  .commonGoNext p {
    font-size: 0.12rem;
    margin-bottom: 0.15rem;
    height: 0.1rem;
    line-height: 0.1rem;
    letter-spacing: 0.01rem;
  }
  .aboutBanner .goNext img,
  .commonGoNext img {
    width: 0.12rem;
  }
  .rotateNum {
    font-size: 0.24rem;
  }
  .aboutBox .title {
    font-size: 0.4rem;
    line-height: 0.4rem;
    padding-left: 0.55rem;
    letter-spacing: 0.03rem;
  }
  .aboutBox .title span {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.26rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
  }
  .aboutBox .aboutText .item {
    font-size: 0.2rem;
  }
  .aboutWhatBox {
    max-width: 1200px;
    margin: 0 auto 1.6rem;
  }
  .aboutWhatBox .title {
    font-size: 0.4rem;
    line-height: 0.4rem;
    padding-left: 0.55rem;
    letter-spacing: 0.03rem;
  }
  .aboutWhatBox .title span {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.26rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
  }
  .aboutWhatBox .content {
    max-width: 1200px;
  }
  .aboutWhatBox .list {
    width: 2.4rem;
  }
  .aboutWhatBox .canvas {
    margin-left: 2.4rem;
    padding-left: 0.3rem;
  }
  .aboutWhatBox #slider {
    margin-left: 2.4rem;
    padding-left: 0.3rem;
  }
  .aboutWhatBox .list li {
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin-bottom: 0.17rem;
    letter-spacing: 0.01rem;
  }
  .aboutWhoBox {
    max-width: 1200px;
    margin: 0 auto 1.1rem;
    padding: 0 0 0 0.6rem;
  }
  .aboutWhoBox .title {
    font-size: 0.4rem;
    line-height: 0.4rem;
    padding-left: 0.6rem;
    letter-spacing: 0.03rem;
    margin-bottom: 1rem;
  }
  .aboutWhoBox .title span {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.25rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
  }
  .aboutWhoBox .list li {
    width: calc(25% - 0.28rem);
    margin-right: 0.28rem;
  }
  .aboutWhoBox .list li .text {
    padding: 0px 0.12rem 0.2rem;
    letter-spacing: 0.01rem;
  }
  .aboutWhoBox .list li .text h5 {
    font-size: 0.18rem;
    line-height: 0.18rem;
  }
  .aboutWhoBox .list li .text p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .aboutWhoBox .list li:nth-child(even) {
    top: 0.38rem;
  }
  /* .aboutWhoBox .list li:hover{margin-top:-0.1rem;} */
}
@media only screen and (max-width: 1199px) {
  /*homepage start */
  .homeHeader .wrap {
    height: 60px;
  }
  .homeHeader .logo svg {
    height: 50px;
  }
  .homeHeader .nav li {
    margin: 0px 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .section .content .title {
    font-size: 0.4rem;
    letter-spacing: 0.04rem;
  }
  .section .content .description {
    font-size: 0.22rem;
    letter-spacing: 0.02rem;
  }
  .product-box .product-item {
    padding: 35px 10px 30px;
  }
  .product-item .name {
    line-height: 31px;
  }
  .product-item .join-item {
    font-size: 16px;
    padding: 0px 30px;
  }
  .product-item .btn-item {
    font-size: 16px;
  }
  .product-item .btn-item a {
    width: auto;
    padding: 0px 20px;
  }
  /*homepage end */
  .homeSubscribe {
    margin-bottom: 180px;
  }
  .aboutBanner {
    margin-bottom: 0.39rem;
    height: 8.88rem;
  }
  .aboutBanner .showText h5 {
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.05rem;
    line-height: 0.44rem;
  }
  .aboutBanner .showText p {
    font-size: 0.35rem;
    letter-spacing: 0.04rem;
    line-height: 0.2rem;
  }
  .aboutBanner .goNext {
    bottom: 0.42rem;
  }
  .aboutBanner .goNext p,
  .commonGoNext p {
    font-size: 0.24rem;
    margin-bottom: 0.19rem;
    height: 0.16rem;
    line-height: 0.16rem;
    letter-spacing: 0.02rem;
  }
  .aboutBanner .goNext img,
  .commonGoNext img {
    width: 0.12rem;
  }
  .commonGoNext {
    font-size: 0.2rem;
    margin-bottom: 0.19rem;
    height: 0.16rem;
    line-height: 0.16rem;
    letter-spacing: 0.02rem;
    margin-bottom: 1.5rem;
  }
  .aboutBanner {
    margin-bottom: 0.2rem;
  }
  .aboutBanner .showText h5 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.02rem;
    line-height: 0.22rem;
  }
  .aboutBanner .showText p {
    font-size: 0.18rem;
    letter-spacing: 0.02rem;
    line-height: 0.1rem;
  }
  .aboutBanner .goNext {
    bottom: 0.3rem;
  }
  .aboutBanner .goNext p,
  .commonGoNext p {
    font-size: 0.12rem;
    margin-bottom: 0.15rem;
    height: 0.1rem;
    line-height: 0.1rem;
    letter-spacing: 0.01rem;
  }
  .aboutBanner .goNext img,
  .commonGoNext img {
    width: 0.12rem;
  }
  .rotateNum {
    font-size: 0.32rem;
  }
  .aboutBox .title {
    font-size: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.95rem;
    letter-spacing: 0.05rem;
  }
  .aboutBox .title span {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.35rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  .aboutWhatBox {
    max-width: 1200px;
    margin: 0 auto 2.05rem;
  }
  .aboutWhatBox .title {
    font-size: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.95rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.22rem;
  }
  .aboutWhatBox .title span {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.35rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  .aboutWhatBox .content {
    max-width: 1200px;
  }
  .aboutWhatBox .list {
    width: 2.5rem;
  }
  .aboutWhatBox .canvas {
    margin-left: 2.5rem;
    padding-left: 0.4rem;
  }
  .aboutWhatBox #slider {
    margin-left: 2.5rem;
    padding-left: 0.4rem;
  }
  .aboutWhatBox .list li {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-bottom: 0.23rem;
    letter-spacing: 0.01rem;
  }
  .aboutWhoBox {
    max-width: 1200px;
    margin: 0 auto 1.8rem;
    padding: 0 0 0 0.84rem;
  }
  .aboutWhoBox .title {
    font-size: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.95rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.46rem;
  }
  .aboutWhoBox .title span {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.35rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  .aboutWhoBox .list li {
    width: calc(25% - 0.38rem);
    margin-right: 0.38rem;
  }
  .aboutWhoBox .list li .text {
    padding: 0px 0.12rem 0.2rem;
  }
  .aboutWhoBox .list li .text h5 {
    font-size: 0.18rem;
    line-height: 0.24rem;
    letter-spacing: 0rem;
  }
  .aboutWhoBox .list li .text p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    letter-spacing: 0rem;
  }
  .aboutWhoBox .list li:nth-child(even) {
    top: 0.48rem;
  }
}
@media only screen and (max-width: 989px) {
  /*homepage start */
  .homeHeader .nav li {
    margin: 0px 8px;
  }
  /*homepage end */
  /*public pro start*/
  .proHeader .logo {
    width: 32%;
  }
  /*public pro end*/
  .goTopBox {
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0px;
  }
  .goTopBox .goTopBtn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #313232;
    border-radius: 60px;
    position: relative;
    z-index: 0;
  }
  .goTopBox .goTopBtn img {
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .section .content .title {
    font-size: 0.46rem;
    letter-spacing: 0.04rem;
  }
  .section .content .description {
    font-size: 0.26rem;
    letter-spacing: 0.02rem;
  }
}
@media only screen and (min-width: 750px) {
  .mobile-nav {
    display: none;
  }
  .homeHeader .wrap {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 749px) {
  /*homepage start */
  .homeHeader.scrollUp {
    top: -40px;
  }
  .homeHeader .logo {
    text-align: left;
    width: 100%;
  }
  .homeHeader .wrap {
    height: 40px;
    padding: 0px 10px;
  }
  .homeHeader .logo svg {
    height: 30px;
    width: auto;
  }
  .homeHeader .nav {
    display: none;
  }
  .homeHeader .chart {
    width: 20px;
  }
  .homeHeader .chart img {
    width: 20px;
    height: auto;
  }
  .homeHeader .lan-ico {
    padding-left: 10px;
    width: 20px;
  }
  .homeHeader .lan-ico img {
    height: auto;
    width: 20px;
  }
  .mobile-nav-btn {
    display: table-cell;
  }
  .mobile-nav-btn .btn-box {
    margin-left: 19px;
  }
  .productHeader {
    height: 100px;
  }
  .product-item .join-show {
    display: initial;
  }
  .pc-join-list {
    display: none;
  }
  .mobile-join-list.on {
    display: block;
  }
  .product-item .join-item {
    padding: 0px 0.15rem 0rem 0rem;
  }
  /*homepage end*/
  /*public pro start*/
  .product-box .product-item {
    padding: 15px 10px 10px;
    height: 60px;
  }
  .product-item .name {
    font-size: 14px;
  }
  .product-item .join-item {
    font-size: 14px;
    padding: 0px 5px;
  }
  .product-item .btn-item {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .product-item .btn-item a {
    width: auto;
    padding: 0px 20px;
  }
  /*public pro end*/
  .homeSubscribe {
    width: 4.52rem;
    margin: 0 auto 0.96rem;
  }
  .homeSubscribe .formbox input {
    font-size: 0.16rem;
    line-height: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.15rem;
  }
  .homeSubscribe .formbox button {
    padding: 0.22rem 0.2rem 0.19rem;
    margin-bottom: 0.96rem auto;
  }
  .homeSubscribe .formbox button span {
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
  }
  body.aboutBody {
    background: #171717;
  }
  .aboutBanner {
    height: 8.88rem;
  }
  .aboutBanner .showText h5 {
    font-size: 0.3rem;
    line-height: 0.23rem;
    height: 0.23rem;
    margin-bottom: 0.19rem;
    letter-spacing: 0.025rem;
  }
  .aboutBanner .showText p {
    font-size: 0.18rem;
    line-height: 0.14rem;
    letter-spacing: 0.015rem;
  }
  .aboutBanner .goNext {
    bottom: 0.33rem;
  }
  .aboutBanner .goNext p,
  .commonGoNext p {
    font-size: 0.12rem;
    margin-bottom: 0.12rem;
  }
  .commonGoNext {
    margin-bottom: 50px;
    font-size: 0.6em;
    margin-bottom: 1em;
    font-weight: 400;
  }
  .commonGoNext {
    margin-bottom: 0.88rem;
  }
  .commonGoNext p {
    font-size: 0.12rem;
    margin-bottom: 0.12rem;
  }
  .aboutBox {
    padding: 0.06rem 0px 0px 0rem;
    margin-bottom: 0.87rem;
  }
  .aboutBox .title {
    font-size: 0.36rem;
    padding-left: 0rem;
    letter-spacing: 0.04rem;
    text-align: center;
    margin-bottom: 0.48rem;
    height: 0.27rem;
    line-height: 0.27rem;
  }
  .aboutBox .title span {
    height: 0.35rem;
    width: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.18rem;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0.01rem;
    border: 1px solid #ab5afe;
    position: relative;
    transform: initial;
    margin-right: 0.19rem;
    top: -0.05rem;
  }
  .aboutBox .overviewImgAni {
    margin-bottom: 0.3rem;
    padding: 0rem 0.23rem;
  }
  .aboutBox .aboutText .item:nth-child(1) {
    margin-bottom: 0.23rem;
  }
  .aboutBox .aboutText .item {
    float: none;
    width: 4.86rem;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 0.22rem;
    letter-spacing: 0.01rem;
  }
  .aboutWhatBox {
    padding: 0.3rem 0.2rem 0px 0.2rem;
    margin-bottom: 1rem;
  }
  .aboutWhatBox .title {
    font-size: 0.36rem;
    padding-left: 0rem;
    letter-spacing: 0.04rem;
    text-align: center;
    margin-bottom: 0.55rem;
    height: 0.27rem;
    line-height: 0.27rem;
  }
  .aboutWhatBox .title span {
    height: 0.35rem;
    width: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.18rem;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0.01rem;
    border: 1px solid #ab5afe;
    position: relative;
    transform: initial;
    margin-right: 0.19rem;
    top: -0.05rem;
  }
  .aboutWhatBox .list {
    width: 100%;
    margin-bottom: 0.23rem;
  }
  .aboutWhatBox .list ul {
    display: flex;
  }
  .aboutWhatBox .list li {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    line-height: 0.3rem;
    text-align: center;
    flex: 1;
  }
  .defList,
  .canvas {
    display: none;
  }
  .aboutWhatBox #slider {
    display: none;
  }
  .swiperList {
    display: initial;
  }
  .aboutWhatBox .swiperList {
    display: initial;
  }
  .aboutWhatBox .swiper-container {
    display: block;
    width: 5.34rem;
  }
  .swiper-contain.ieSwiper {
    width: 100%;
    margin-left: 0px;
  }
  .aboutWhoBox .title {
    font-size: 0.36rem;
    padding-left: 0rem;
    letter-spacing: 0.04rem;
    text-align: center;
    margin-bottom: 0.55rem;
    height: 0.27rem;
    line-height: 0.27rem;
  }
  .aboutWhoBox .title span {
    height: 0.35rem;
    width: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.18rem;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0.01rem;
    border: 1px solid #ab5afe;
    position: relative;
    transform: initial;
    margin-right: 0.19rem;
    top: -0.05rem;
  }
  .aboutWhoBox {
    padding: 0rem;
    margin: 0 auto 0.6rem;
    width: 5.48rem;
  }
  .aboutWhoBox .list li {
    width: 2.4rem;
    margin: 0 0.17rem 0.68rem;
  }
  .aboutWhoBox .list li:nth-child(even) {
    position: relative;
    top: 0.46rem;
  }
  .aboutWhoBox .list li .text {
    padding: 0rem 0.13rem 0.2rem;
  }
  .aboutWhoBox .list li .text h5 {
    font-size: 0.18rem;
    line-height: 0.22rem;
    letter-spacing: 0.01rem;
  }
  .aboutWhoBox .list li .text p {
    font-size: 0.14rem;
    font-family: "Gilroy-Medium";
    letter-spacing: 0.005rem;
    line-height: 0.22rem;
    letter-spacing: 0.01rem;
  }
  .aboutWhoBox .title {
    margin-bottom: 0.5rem;
  }
  .homeProbox1 .imgShow {
    padding: 0px 0.17rem;
  }
  .homeProbox1 p span {
    display: block;
    font-weight: 100;
  }
  .goTopBox .goTopBtn {
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    background: #313232;
    border-radius: 60px;
    position: relative;
    z-index: 0;
  }
  .goTopBox .goTopBtn img {
    width: 0.14rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .shareBtns li {
    margin: 0rem 0.09rem;
  }
  .copyRight {
    font-size: 12px;
  }
  .contactPageContent {
    flex-wrap: wrap;
    padding: 100px 10px 0px;
  }
  .contactPageContent .textLeft {
    margin-right: 0px !important;
    flex: none;
    width: 100%;
  }
  .contactPageContent .formBox {
    margin-left: 0px !important;
    flex: none;
    width: 100%;
  }
}
/*shopify*/
.form-message--success,
.form-message--error {
  color: #fff;
  font-size: 20px;
  font-family: "Gilroy-Medium";
  letter-spacing: 2px;
}

.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  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);
  }
  70% {
    -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 {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  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);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  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: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  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: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  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: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  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: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  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: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  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: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  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: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  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, -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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  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, -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: translateZ(0);
    transform: translateZ(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-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 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*page*/
.pageTextContent {
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  padding: 155px 55px 0px;
  letter-spacing: 0.1em;
}
.pageTextContent .title {
  font-size: 30px;
  font-style: bold;
  text-align: center;
  margin-bottom: 55px;
}
.pageTextContent p {
  margin-bottom: 19.44px;
  line-height: 1.5;
}
ol {
  list-style: decimal;
  margin: 0 0 17.5px 35px;
}
ol li {
  list-style: inherit;
}
.textContent *:first-child {
  margin-top: 0px;
}
.pageTextContent h3 {
  font-size: 22px;
  margin: 55px 0px 27.5px;
}
