/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::selection {
  background: #262a30;
  color: #fff;
}
body {
  position: relative;
  font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #555;
  background: #f5f7f9;
}
@media (max-width: 767px) {
  body {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 15px;
}
h1 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 18px;
  }
}
h2 {
  font-size: 20px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 16px;
  }
}
h3 {
  font-size: 18px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}
h4 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 12px;
  }
}
h5 {
  font-size: 14px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 10px;
  }
}
h6 {
  font-size: 12px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 8px;
  }
}
p {
  margin: 0 0 25px 0;
}
a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #999;
  word-wrap: break-word;
}
a:hover {
  color: #333;
  border-bottom-color: #333;
}
ul {
  list-style: none;
}
blockquote {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
hr {
  margin: 40px 0;
  height: 3px;
  border: none;
  background-color: #ddd;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 4px, transparent 8px);
}
blockquote {
  padding: 0 15px;
  color: #666;
  border-left: 4px solid #ddd;
}
blockquote cite::before {
  content: "-";
  padding: 0 5px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0;
  padding: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pullquote {
  width: 45%;
}
.pullquote.left {
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}
.pullquote.right {
  float: right;
  margin-left: 10px;
  margin-right: 5px;
}
.affix.affix.affix {
  position: fixed;
}
.translation {
  margin-top: -20px;
  font-size: 14px;
  color: #999;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.use-motion .motion-element {
  opacity: 0;
}
#local-search-input {
  padding: 3px;
  border: none;
  text-indent: 14px;
  border-radius: 0;
  width: 140px;
  outline: none;
  border-bottom: 1px solid #999;
  background: inherit;
  opacity: 0.5;
}
#local-search-input:focus {
  opacity: 1;
}
.search-icon {
  position: absolute;
  top: 9px;
}
table {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  font-size: 14px;
  table-layout: fixed;
  word-wrap: break-all;
}
table>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table>tbody>tr:hover {
  background-color: #f5f5f5;
}
caption,
th,
td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
th,
td {
  border-bottom: 3px solid #ddd;
  border-right: 1px solid #eee;
}
th {
  padding-bottom: 10px;
  font-weight: 700;
}
td {
  border-bottom-width: 1px;
}
html,
body {
  height: 100%;
}
.container {
  position: relative;
  min-height: 100%;
}
.header-inner {
  margin: 0 auto;
  padding: 100px 0 70px;
  width: 700px;
}
@media (min-width: 1600px) {
  .container .header-inner {
    width: 900px;
  }
}
.main {
  padding-bottom: 150px;
}
.main-inner {
  margin: 0 auto;
  width: 700px;
}
@media (min-width: 1600px) {
  .container .main-inner {
    width: 900px;
  }
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 50px;
}
.footer-inner {
  box-sizing: border-box;
  margin: 20px auto;
  width: 700px;
}
@media (min-width: 1600px) {
  .container .footer-inner {
    width: 900px;
  }
}
pre,
.highlight {
  overflow: auto;
  margin: 20px 0;
  padding: 0;
  font-size: 13px;
  color: #4d4d4c;
  background: #f7f7f7;
  line-height: 1.6;
}
pre,
code {
  font-family: consolas, Menlo, "PingFang SC", "Microsoft YaHei", monospace;
}
code {
  padding: 2px 4px;
  word-wrap: break-word;
  color: #d85151;
  background: #efecec;
/*color: $highlight-foreground;*/
/*background: $highlight-background;*/
  border-radius: 3px;
  font-size: 13px;
}
pre code {
  padding: 0;
  color: #4d4d4c;
  background: none;
  text-shadow: none;
}
.highlight {
  border-radius: 1px;
}
.highlight pre {
  border: none;
  margin: 0;
  padding: 10px 0;
}
.highlight table {
  margin: 0;
  width: auto;
  border: none;
}
.highlight td {
  border: none;
  padding: 0;
}
.highlight figcaption {
  font-size: 1em;
  color: #4d4d4c;
  line-height: 1em;
  margin-bottom: 1em;
}
.highlight figcaption:before,
.highlight figcaption:after {
  content: " ";
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight figcaption a {
  float: right;
  color: #4d4d4c;
}
.highlight figcaption a:hover {
  border-bottom-color: #4d4d4c;
}
.highlight .gutter pre {
  padding-left: 10px;
  padding-right: 10px;
  color: #869194;
  text-align: right;
  background-color: #eff2f3;
}
.highlight .code pre {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f7f7f7;
}
.highlight .line {
  height: 20px;
}
.gutter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gist table {
  width: auto;
}
.gist table td {
  border: none;
}
pre .deletion {
  background: #fdd;
}
pre .addition {
  background: #dfd;
}
pre .meta {
  color: #8959a8;
}
pre .comment {
  color: #8e908c;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #c82829;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant,
pre .command {
  color: #f5871f;
}
pre .ruby .class .title,
pre .css .rules .attribute,
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata,
pre .special,
pre .number,
pre .formula {
  color: #718c00;
}
pre .title,
pre .css .hexcolor {
  color: #3e999f;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #4271ae;
}
pre .keyword,
pre .javascript .function {
  color: #8959a8;
}
.full-image.full-image.full-image {
  border: none;
  max-width: 100%;
  width: auto;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .full-image.full-image.full-image {
    max-width: none;
    width: 118%;
    margin: 0 -9%;
  }
}
.blockquote-center,
.page-home .post-type-quote blockquote,
.page-post-detail .post-type-quote blockquote {
  position: relative;
  margin: 40px 0;
  padding: 0;
  border-left: none;
  text-align: center;
}
.blockquote-center::before,
.page-home .post-type-quote blockquote::before,
.page-post-detail .post-type-quote blockquote::before,
.blockquote-center::after,
.page-home .post-type-quote blockquote::after,
.page-post-detail .post-type-quote blockquote::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 24px;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: 0 -6px;
  background-size: 22px 22px;
}
.blockquote-center::before,
.page-home .post-type-quote blockquote::before,
.page-post-detail .post-type-quote blockquote::before {
  top: -20px;
  background-image: url("../images/quote-l.svg");
  border-top: 1px solid #ccc;
}
.blockquote-center::after,
.page-home .post-type-quote blockquote::after,
.page-post-detail .post-type-quote blockquote::after {
  bottom: -20px;
  background-image: url("../images/quote-r.svg");
  border-bottom: 1px solid #ccc;
  background-position: 100% 8px;
}
.blockquote-center p,
.page-home .post-type-quote blockquote p,
.page-post-detail .post-type-quote blockquote p,
.blockquote-center div,
.page-home .post-type-quote blockquote div,
.page-post-detail .post-type-quote blockquote div {
  text-align: center;
}
.post .post-body .group-picture img {
  box-sizing: border-box;
  padding: 0 3px;
  border: none;
}
.post .group-picture-row {
  overflow: hidden;
  margin-top: 6px;
}
.post .group-picture-row:first-child {
  margin-top: 0;
}
.post .group-picture-column {
  float: left;
}
.page-post-detail .post-body .group-picture-column {
  margin-top: 10px;
}
.page-post-detail .post-body .group-picture-column img {
  margin: 0 auto;
}
.page-archive .group-picture-container {
  overflow: hidden;
}
.page-archive .group-picture-row {
  float: left;
}
.page-archive .group-picture-row:first-child {
  margin-top: 6px;
}
.page-archive .group-picture-column {
  max-width: 150px;
  max-height: 150px;
}
.note {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.note p:last-child {
  margin-bottom: 0;
}
.note code {
  border-radius: 3px;
}
.note+.note {
  margin-top: -5px;
}
.default {
  border-left-color: #777;
}
.default h2,
.default h3,
.default h4,
.default h5,
.default h6 {
  color: #777;
}
.primary {
  border-left-color: #428bca;
}
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6 {
  color: #428bca;
}
.success {
  border-left-color: #5cb85c;
}
.success h2,
.success h3,
.success h4,
.success h5,
.success h6 {
  color: #5cb85c;
}
.danger {
  border-left-color: #d9534f;
}
.danger h2,
.danger h3,
.danger h4,
.danger h5,
.danger h6 {
  color: #d9534f;
}
.warning {
  border-left-color: #f0ad4e;
}
.warning h2,
.warning h3,
.warning h4,
.warning h5,
.warning h6 {
  color: #f0ad4e;
}
.info {
  border-left-color: #5bc0de;
}
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 {
  color: #5bc0de;
}
.btn {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
/*color: $btn-default-color;*/
/*background: $btn-default-bg;*/
  border: 2px solid #555;
  text-decoration: none;
  border-radius: 0;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn:hover,
.post-more-link .btn:hover {
  border-color: #333;
  color: #fff;
  background: #333;
}
.btn-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #555;
  border-radius: 1px;
}
.btn-bar+.btn-bar {
  margin-top: 4px;
}
.pagination {
  margin: 120px 0 40px;
  text-align: center;
  border-top: 1px solid #eee;
}
.page-number-basic,
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination .space {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 10px;
  padding: 0 10px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .page-number-basic,
  .pagination .prev,
  .pagination .next,
  .pagination .page-number,
  .pagination .space {
    margin: 0 5px;
  }
}
.pagination .prev,
.pagination .next,
.pagination .page-number {
  border-bottom: 0;
  border-top: 1px solid #eee;
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover {
  border-top-color: #333;
}
.pagination .space {
  padding: 0;
  margin: 0;
}
.pagination .prev {
  margin-left: 0;
}
.pagination .next {
  margin-right: 0;
}
.pagination .page-number.current {
  color: #fff;
  background: #ccc;
  border-top-color: #ccc;
}
@media (max-width: 767px) {
  .pagination {
    border-top: none;
  }
  .pagination .prev,
  .pagination .next,
  .pagination .page-number {
    margin-bottom: 10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
  }
  .pagination .prev:hover,
  .pagination .next:hover,
  .pagination .page-number:hover {
    border-bottom-color: #333;
  }
}
.comments {
  margin: 60px 20px 0;
}
.tag-cloud {
  text-align: center;
}
.tag-cloud a {
  display: inline-block;
  margin: 10px;
}
.back-to-top {
  box-sizing: border-box;
  position: fixed;
  bottom: -100px;
  right: 50px;
  z-index: 1050;
  padding: 0 6px;
  width: 35px;
  background: #333;
  font-size: 12px;
  opacity: 0.6;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateZ(0);
  transition-property: bottom;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .back-to-top {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top.back-to-top-on {
  bottom: 40px;
}
#rocket-to-top {
  position: fixed;
  bottom: -100px;
  right: 50px;
  width: 48px;
  height: 48px;
  margin: 40px auto 50px;
  background: rgba(255,255,255,0.1);
  border-radius: 30px;
  box-shadow: 0 1px 8px 1px rgba(0,0,0,0.15), 0px 10px 80px 5px rgba(0,0,0,0.15);
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -ms-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
@media (max-width: 767px) {
  #rocket-to-top {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #rocket-to-top {
    display: none;
  }
}
#rocket-to-top.rocket-to-top-on {
  bottom: 40px;
}
#rocket-to-top:hover {
  background: #9d9d9d;
  background: rgba(255,255,255,0.6);
}
#rocket-to-top.flying svg {
  position: fixed;
  -webkit-filter: drop-shadow(0 5px 2px #d36800);
  border-radius: 30px;
}
#rocket-to-top svg path {
  fill: #bbb;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#rocket-to-top.flying svg path {
  fill: #951015;
}
#rocket-to-top.flying:hover svg path {
  fill: #951015;
}
#rocket-to-top:hover svg path {
  fill: rgba(57,69,75,0.8);
}
#rocket-to-top svg {
  margin-top: 7px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  side-buttons {
    display: none;
  }
}
.mobile_code {
  padding: 2px 3px 0 3px;
}
@media (max-width: 767px) {
  .mobile_code {
    display: none;
  }
}
.mobile_code .code_img {
  padding: 20px;
  border: 1px solid #d1d2d6;
  position: fixed;
  right: 38px;
  bottom: 50%;
  background-color: #fff;
  display: none;
  z-index: 1024;
}
.mobile_code .code_img img {
  width: 150px;
  height: 150px;
}
.mobile_code:hover .code_img {
  display: block;
}
.side-buttons {
  position: fixed;
  width: 30px;
  bottom: 50%;
  right: 0px;
  z-index: 1000;
}
.side-buttons .side-buttons-box {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  margin-bottom: 1px;
  background: #666;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #fff;
  border-radius: 0px;
  overflow: hidden;
  line-height: 2;
}
.side-buttons .side-buttons-box:hover {
  background-color: #669fdd;
}
.side-buttons-box:hover .bt-left {
  display: none;
}
.side-buttons .side-buttons-box p {
  color: #333;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
.mail_box {
  padding: 2px 3px;
}
@media (max-width: 767px) {
  .mail_box {
    display: none;
  }
}
.mail_box a {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
  word-wrap: normal;
}
.header {
  background: #fff;
}
.header-inner {
  position: relative;
}
.headband {
  height: 3px;
  background: #333;
}
.site-meta {
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .site-meta {
    text-align: center;
  }
}
.brand {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  color: #fff;
  background: #333;
  border-bottom: none;
}
.brand:hover {
  color: #fff;
}
.logo {
  display: inline-block;
  margin-right: 5px;
  line-height: 36px;
  vertical-align: top;
}
.site-title {
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
}
.site-subtitle {
  margin-top: 10px;
  font-size: 13px;
  color: #ddd;
}
.use-motion .brand {
  opacity: 0;
}
.use-motion .logo,
.use-motion .site-title,
.use-motion .site-subtitle {
  opacity: 0;
  position: relative;
  top: -10px;
}
.site-nav-toggle {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 767px) {
  .site-nav-toggle {
    display: block;
  }
}
.site-nav-toggle button {
  margin-top: 2px;
  padding: 9px 10px;
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .site-nav {
    display: none;
    margin: 0 -10px;
    padding: 0 10px;
    clear: both;
    border-top: 1px solid #ddd;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-nav {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .site-nav {
    display: block !important;
  }
}
.menu {
  margin-top: 20px;
  padding-left: 0;
  text-align: center;
}
.menu .menu-item {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .menu .menu-item {
    margin-top: 10px;
  }
}
.menu .menu-item a {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  line-height: inherit;
  border-bottom: 1px solid transparent;
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.menu .menu-item a:hover,
.menu-item-active a {
  border-bottom-color: #333;
}
.menu .menu-item .fa {
  margin-right: 5px;
}
.use-motion .menu-item {
  opacity: 0;
}
.post-body {
  font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
}
@media (max-width: 767px) {
  .post-body {
    word-break: break-word;
  }
}
.post-body .fancybox img {
  display: block !important;
  margin: 0 auto;
  cursor: pointer;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}
.post-body .image-caption,
.post-body .figure .caption {
  margin: 10px auto 15px;
  text-align: center;
  font-size: 14px;
  color: #999;
  font-weight: bold;
  line-height: 1;
}
.post-sticky-flag {
  display: inline-block;
  font-size: 16px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.posts-expand {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .posts-expand {
    margin: 0 20px;
  }
  .post-body pre,
  .post-body .highlight {
    padding: 10px;
  }
  .post-body pre .gutter pre,
  .post-body .highlight .gutter pre {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .posts-expand .post-body {
    text-align: justify;
  }
}
.posts-expand .post-body h2,
.posts-expand .post-body h3,
.posts-expand .post-body h4,
.posts-expand .post-body h5,
.posts-expand .post-body h6 {
  padding-top: 10px;
}
.posts-expand .post-body h2 .header-anchor,
.posts-expand .post-body h3 .header-anchor,
.posts-expand .post-body h4 .header-anchor,
.posts-expand .post-body h5 .header-anchor,
.posts-expand .post-body h6 .header-anchor {
  float: right;
  margin-left: 10px;
  color: #ccc;
  border-bottom-style: none;
  visibility: hidden;
}
.posts-expand .post-body h2 .header-anchor:hover,
.posts-expand .post-body h3 .header-anchor:hover,
.posts-expand .post-body h4 .header-anchor:hover,
.posts-expand .post-body h5 .header-anchor:hover,
.posts-expand .post-body h6 .header-anchor:hover {
  color: inherit;
}
.posts-expand .post-body h2:hover .header-anchor,
.posts-expand .post-body h3:hover .header-anchor,
.posts-expand .post-body h4:hover .header-anchor,
.posts-expand .post-body h5:hover .header-anchor,
.posts-expand .post-body h6:hover .header-anchor {
  visibility: visible;
}
.posts-expand .post-body ul li {
  list-style: circle;
}
.posts-expand .post-body img {
  box-sizing: border-box;
  margin: auto;
  padding: 3px;
  border: 1px solid #ddd;
}
.posts-expand .fancybox img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .posts-collapse {
    margin: 0 20px;
  }
  .posts-collapse .post-title,
  .posts-collapse .post-meta {
    display: block;
    width: auto;
    text-align: left;
  }
}
.posts-collapse {
  position: relative;
  z-index: 1010;
  margin-left: 55px;
}
.posts-collapse::after {
  content: " ";
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: -2px;
  width: 4px;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
@media (max-width: 767px) {
  .posts-collapse {
    margin: 0 20px;
  }
}
.posts-collapse .collection-title {
  position: relative;
  margin: 60px 0;
}
.posts-collapse .collection-title h2 {
  margin-left: 20px;
}
.posts-collapse .collection-title small {
  color: #bbb;
}
.posts-collapse .collection-title::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #bbb;
  border-radius: 50%;
}
.posts-collapse .post {
  margin: 30px 0;
}
.posts-collapse .post-header {
  position: relative;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: border;
  border-bottom: 1px dashed #ccc;
}
.posts-collapse .post-header::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  margin-left: -4px;
  background: #bbb;
  border-radius: 50%;
  border: 1px solid #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background;
}
.posts-collapse .post-header:hover {
  border-bottom-color: #666;
}
.posts-collapse .post-header:hover::before {
  background: #333;
}
.posts-collapse .post-meta {
  position: absolute;
  font-size: 12px;
  left: 20px;
  top: 5px;
}
.posts-collapse .post-comments-count {
  display: none;
}
.posts-collapse .post-title {
  margin-left: 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: inherit;
}
.posts-collapse .post-title::after {
  margin-left: 3px;
  opacity: 0.6;
}
.posts-collapse .post-title a {
  color: #666;
  border-bottom: none;
}
.page-home .post-type-quote .post-header,
.page-post-detail .post-type-quote .post-header,
.page-home .post-type-quote .post-tags,
.page-post-detail .post-type-quote .post-tags {
  display: none;
}
.posts-expand .post-title {
  font-size: 26px;
  text-align: center;
  word-break: break-word;
  font-weight: 400;
}
@media (max-width: 767px) {
  .posts-expand .post-title {
    font-size: 22px;
  }
}
.posts-expand .post-title-link {
  display: inline-block;
  position: relative;
  color: #555;
  border-bottom: none;
  line-height: 1.2;
  vertical-align: top;
}
.posts-expand .post-title-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.posts-expand .post-title-link:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.posts-expand .post-title-link .fa {
  font-size: 16px;
}
.posts-expand .post-meta {
  margin: 3px 0 60px 0;
  color: #999;
  font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  text-align: center;
}
.posts-expand .post-meta .post-category-list {
  display: inline-block;
  margin: 0;
  padding: 3px;
}
.posts-expand .post-meta .post-category-list-link {
  color: #999;
}
.posts-expand .post-meta .post-description {
  font-size: 14px;
  margin-top: 2px;
}
.post-meta-divider {
  margin: 0 0.5em;
}
.post-meta-item-icon {
  margin-right: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-meta-item-icon {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .post-meta-item-icon {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-meta-item-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .post-meta-item-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .posts-expand .post-comments-count {
    display: none;
  }
}
.post-more-link {
  margin-top: 50px;
}
.post-more-link .btn {
  color: #555;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  line-height: 2;
  margin: 0 4px 8px 4px;
}
.post-more-link .fa-fw {
  width: 1.285714285714286em;
  text-align: left;
}
.posts-expand .post-tags {
  margin-top: 40px;
  text-align: center;
}
.posts-expand .post-tags a {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
.post-nav {
  display: table;
  margin-top: 60px;
  width: 100%;
  border-top: 1px solid #eee;
}
.post-nav-divider {
  display: table-cell;
  width: 10%;
}
.post-nav-item {
  display: table-cell;
  padding: 10px 0 0 0;
  width: 45%;
  vertical-align: top;
}
.post-nav-item a {
  position: relative;
  display: block;
  line-height: 25px;
  font-size: 14px;
  color: #555;
  border-bottom: none;
}
.post-nav-item a:hover {
  color: #333;
  border-bottom: none;
}
.post-nav-item a:active {
  top: 2px;
}
.post-nav-item .fa {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 12px;
}
.post-nav-next a {
  padding-left: 15px;
}
.post-nav-prev {
  text-align: right;
}
.post-nav-prev a {
  padding-right: 15px;
}
.post-nav-prev .fa {
  right: 0;
  left: auto;
}
.posts-expand .post-eof {
  display: block;
  margin: 80px auto 60px;
  width: 60%;
  height: 3px;
  background: #ccc;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 4px, transparent 8px);
  text-align: center;
}
.post:last-child .post-eof.post-eof.post-eof {
  display: none;
}
.post-gallery {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
.post-gallery-row {
  display: table-row;
}
.post-gallery .post-gallery-img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: none;
}
.post-gallery .post-gallery-img img {
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.fancybox-close,
.fancybox-close:hover {
  border: none;
}
#rewardButton {
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
}
#rewardButton span {
  display: inline-block;
  width: 80px;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  background: #f44336;
}
#rewardButton span:hover {
  background: #f7877f;
}
#QR {
  padding-top: 20px;
}
#QR a {
  border: 0;
}
#QR img {
  width: 180px;
  max-width: 100%;
  display: inline-block;
  margin: 0.8em 2em 0 2em;
}
#wechat:hover p {
  animation: roll 0.1s infinite linear;
  -webkit-animation: roll 0.1s infinite linear;
  -moz-animation: roll 0.1s infinite linear;
}
#alipay:hover p {
  animation: roll 0.1s infinite linear;
  -webkit-animation: roll 0.1s infinite linear;
  -moz-animation: roll 0.1s infinite linear;
}
@-moz-keyframes roll {
  from {
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
@-webkit-keyframes roll {
  from {
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
@-o-keyframes roll {
  from {
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
@-moz-keyframes roll {
  from {
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
@-webkit-keyframes roll {
  from {
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
@-o-keyframes roll {
  from {
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
@keyframes roll {
  from {
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 1040;
  box-shadow: inset 0 2px 6px #000;
  background: #333;
  -webkit-transform: translateZ(0);
}
.sidebar a {
  color: #999;
  border-bottom-color: #555;
}
.sidebar a:hover {
  color: #eee;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sidebar {
    display: none !important;
  }
}
.sidebar-inner {
  position: relative;
  padding: 20px 10px;
  color: #999;
  text-align: center;
}
.sidebar-toggle {
  position: fixed;
  right: 50px;
  bottom: 45px;
  width: 15px;
  height: 15px;
  padding: 5px;
  background: #333;
  line-height: 0;
  z-index: 1050;
  cursor: pointer;
  -webkit-transform: translateZ(0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-toggle {
    display: none;
  }
}
.sidebar-toggle-line {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 2px;
  width: 100%;
  background: #fff;
  margin-top: 3px;
}
.sidebar-toggle-line:first-child {
  margin-top: 0;
}
.site-author-image {
  display: block;
  margin: 0 auto;
  padding: 2px;
  max-width: 120px;
  height: auto;
  border: 1px solid #eee;
}
.site-author-name {
  margin: 0;
  text-align: center;
  color: #333;
  font-weight: 600;
}
.site-description {
  margin-top: 0;
  text-align: center;
  font-size: 13px;
  color: #999;
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
@-moz-keyframes play {
  0% {
    -moz-transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
  }
}
@-o-keyframes play {
  0% {
    -o-transform: rotateZ(0deg);
  }
  100% {
    -o-transform: rotateZ(360deg);
  }
}
.site-author-image {
  display: block;
  margin: 0 auto;
  padding: 2px;
  max-width: 120px;
  height: auto;
  border: 1px solid #eee;
/* 头像圆形 */
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  box-shadow: inset 0 -1px 0 #333 sf;
/*恢复圆形头像时过渡动画*/
  -webkit-transition: -webkit-border-radius 1s ease-in 0s;
  -moz-transition: -moz-border-radius 1s ease-in 0s;
  -o-transition: -o-border-radius 1s ease-in 0s;
  transition: border-radius 1s ease-in 0s;
/* 设置循环动画：animation:动画名称 动画播放时长单位秒或微秒
    动画播放的速度曲线linear为匀速 动画播放次数infinite为循环播放; */
  -webkit-animation: play 1.5s 0.5s ease-out 1; /* Safari 和 Chrome */
  -moz-animation: play 1.5s 0.5s ease-out 1; /* Firefox */
  -o-animation: play 1.5s 0.5s ease-out 1; /* Opera */
  animation: play 1.5s 0.5s ease-out 1; /* IE 9 */
}
.site-author-image:hover {
  border-color: #6c6c6c;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: -webkit-border-radius 1.2s ease-out 0.3s;
  -moz-transition: -moz-border-radius 1.2s ease-out 0.3s;
  -o-transition: -o-border-radius 1.2s ease-out 0.3s;
  transition: border-radius 1.2s ease-out 0.3s;
}
@-moz-keyframes play {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-o-keyframes play {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes play {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.site-state {
  overflow: hidden;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
}
.site-state-item {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #eee;
}
.site-state-item:first-child {
  border-left: none;
}
.site-state-item a {
  border-bottom: none;
}
.site-state-item-count {
  display: block;
  text-align: center;
  color: inherit;
  font-weight: 600;
  font-size: 16px;
}
.site-state-item-name {
  font-size: 13px;
  color: #999;
}
.feed-link {
  margin-top: 20px;
}
.feed-link a {
  display: inline-block;
  padding: 0 15px;
  color: #fc6423;
  border: 1px solid #fc6423;
  border-radius: 4px;
}
.feed-link a i {
  color: #fc6423;
  font-size: 14px;
}
.feed-link a:hover {
  color: #fff;
  background: #fc6423;
}
.feed-link a:hover i {
  color: #fff;
}
.links-of-author {
  margin-top: 20px;
}
.links-of-author a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  border-bottom-color: #555;
  font-size: 13px;
}
.links-of-author a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #daf6e8;
}
.links-of-blogroll {
  font-size: 13px;
}
.links-of-blogroll-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}
.links-of-blogroll-list {
  margin: 0;
  padding: 0;
}
.links-of-blogroll-item {
  padding: 2px 10px;
}
.sidebar-nav {
  margin: 0 0 20px;
  padding-left: 0;
}
.sidebar-nav li {
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  color: #555;
}
.sidebar-nav li:hover {
  color: #fc6423;
}
.page-post-detail .sidebar-nav-toc {
  padding: 0 5px;
}
.page-post-detail .sidebar-nav-overview {
  margin-left: 10px;
}
.sidebar-nav .sidebar-nav-active {
  color: #fc6423;
  border-bottom-color: #fc6423;
}
.sidebar-nav .sidebar-nav-active:hover {
  color: #fc6423;
}
.sidebar-panel {
  display: none;
}
.sidebar-panel-active {
  display: block;
}
.post-toc-empty {
  font-size: 14px;
  color: #666;
}
.post-toc-wrap {
  overflow: hidden;
}
.post-toc {
  overflow: auto;
}
.post-toc ol {
  margin: 0;
  padding: 0 2px 5px 10px;
  text-align: left;
  list-style: none;
  font-size: 14px;
}
.post-toc ol > ol {
  padding-left: 0;
}
.post-toc ol a {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  color: #666;
  border-bottom-color: #ccc;
}
.post-toc ol a:hover {
  color: #000;
  border-bottom-color: #000;
}
.post-toc .nav-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.8;
}
.post-toc .nav .nav-child {
  display: none;
}
.post-toc .nav .active > .nav-child {
  display: block;
}
.post-toc .nav .active-current > .nav-child {
  display: block;
}
.post-toc .nav .active-current > .nav-child > .nav-item {
  display: block;
}
.post-toc .nav .active > a {
  color: #fc6423;
  border-bottom-color: #fc6423;
}
.post-toc .nav .active-current > a {
  color: #fc6423;
}
.post-toc .nav .active-current > a:hover {
  color: #fc6423;
}
.footer {
  font-size: 14px;
  color: #999;
}
.footer img {
  border: none;
}
.footer-inner {
  text-align: center;
}
.with-love {
  display: inline-block;
  margin: 0 5px;
}
.powered-by,
.theme-info {
  display: inline-block;
}
.powered-by {
  margin-right: 10px;
}
.powered-by::after {
  content: "|";
  padding-left: 10px;
}
.cc-license {
  margin-top: 10px;
  text-align: center;
}
.cc-license .cc-opacity {
  opacity: 0.7;
  border-bottom: none;
}
.cc-license .cc-opacity:hover {
  opacity: 0.9;
}
.cc-license img {
  display: inline-block;
}
.theme-next #ds-thread #ds-reset {
  color: #555;
}
.theme-next #ds-thread #ds-reset .ds-replybox {
  margin-bottom: 30px;
}
.theme-next #ds-thread #ds-reset .ds-replybox .ds-avatar,
.theme-next #ds-reset .ds-avatar img {
  box-shadow: none;
}
.theme-next #ds-thread #ds-reset .ds-textarea-wrapper {
  border-color: #c7d4e1;
  background: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.theme-next #ds-thread #ds-reset .ds-textarea-wrapper textarea {
  height: 60px;
}
.theme-next #ds-reset .ds-rounded-top {
  border-radius: 0;
}
.theme-next #ds-thread #ds-reset .ds-post-toolbar {
  box-sizing: border-box;
  border: 1px solid #c7d4e1;
  background: #f6f8fa;
}
.theme-next #ds-thread #ds-reset .ds-post-options {
  height: 40px;
  border: none;
  background: none;
}
.theme-next #ds-thread #ds-reset .ds-toolbar-buttons {
  top: 11px;
}
.theme-next #ds-thread #ds-reset .ds-sync {
  top: 5px;
}
.theme-next #ds-thread #ds-reset .ds-post-button {
  top: 4px;
  right: 5px;
  width: 90px;
  height: 30px;
  border: 1px solid #c5ced7;
  border-radius: 3px;
  background-image: linear-gradient(#fbfbfc, #f5f7f9);
  color: #60676d;
}
.theme-next #ds-thread #ds-reset .ds-post-button:hover {
  background-position: 0 -30px;
  color: #60676d;
}
.theme-next #ds-thread #ds-reset .ds-comments-info {
  padding: 10px 0;
}
.theme-next #ds-thread #ds-reset .ds-sort {
  display: none;
}
.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current {
  border: none;
  background: #f6f8fa;
  color: #60676d;
}
.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current:hover {
  background-color: #e9f0f7;
  color: #60676d;
}
.theme-next #ds-thread #ds-reset li.ds-tab a {
  border-radius: 2px;
  padding: 5px;
}
.theme-next #ds-thread #ds-reset .ds-login-buttons p {
  color: #999;
  line-height: 36px;
}
.theme-next #ds-thread #ds-reset .ds-login-buttons .ds-service-list li {
  height: 28px;
}
.theme-next #ds-thread #ds-reset .ds-service-list a {
  background: none;
  padding: 5px;
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
}
.theme-next #ds-thread #ds-reset .ds-service-list a:hover {
  color: #fff;
  background: #666;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo {
  color: #fc9b00;
  border-color: #fc9b00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo:hover {
  background: #fc9b00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq {
  color: #60a3ec;
  border-color: #60a3ec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq:hover {
  background: #60a3ec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren {
  color: #2e7ac4;
  border-color: #2e7ac4;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren:hover {
  background: #2e7ac4;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban {
  color: #37994c;
  border-color: #37994c;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban:hover {
  background: #37994c;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin {
  color: #fef20d;
  border-color: #fef20d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin:hover {
  background: #fef20d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease {
  color: #f00;
  border-color: #f00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease:hover {
  background: #f00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu {
  color: #ffcb05;
  border-color: #ffcb05;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu:hover {
  background: #ffcb05;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu {
  color: #2831e0;
  border-color: #2831e0;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu:hover {
  background: #2831e0;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-google {
  color: #166bec;
  border-color: #166bec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-google:hover {
  background: #166bec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin {
  color: #00ce0d;
  border-color: #00ce0d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin:hover {
  background: #00ce0d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services {
  border: none;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services:hover {
  background: none;
}
.theme-next #ds-reset .duoshuo-ua-admin {
  display: inline-block;
  color: #00f;
}
.theme-next #ds-reset .duoshuo-ua-platform,
.theme-next #ds-reset .duoshuo-ua-browser {
  color: #ccc;
}
.theme-next #ds-reset .duoshuo-ua-platform .fa,
.theme-next #ds-reset .duoshuo-ua-browser .fa {
  display: inline-block;
  margin-right: 3px;
}
.theme-next #ds-reset .duoshuo-ua-separator {
  display: inline-block;
  margin-left: 5px;
}
.theme-next .this_ua {
  background-color: #ccc !important;
  border-radius: 4px;
  padding: 0 5px !important;
  margin: 1px 1px !important;
  border: 1px solid #bbb !important;
  color: #fff;
  display: inline-block !important;
}
.theme-next .this_ua.admin {
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}
.theme-next .this_ua.platform.iOS,
.theme-next .this_ua.platform.Mac,
.theme-next .this_ua.platform.Windows {
  background-color: #39b3d7 !important;
  border-color: #46b8da !important;
}
.theme-next .this_ua.platform.Linux {
  background-color: #3a3a3a !important;
  border-color: #1f1f1f !important;
}
.theme-next .this_ua.platform.Android {
  background-color: #00c47d !important;
  border-color: #01b171 !important;
}
.theme-next .this_ua.browser.Mobile,
.theme-next .this_ua.browser.Chrome {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.theme-next .this_ua.browser.Firefox {
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
.theme-next .this_ua.browser.Maxthon,
.theme-next .this_ua.browser.IE {
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
.theme-next .this_ua.browser.baidu,
.theme-next .this_ua.browser.UCBrowser,
.theme-next .this_ua.browser.Opera {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.theme-next .this_ua.browser.Android,
.theme-next .this_ua.browser.QQBrowser {
  background-color: #78ace9 !important;
  border-color: #4cae4c !important;
}
.cloud-tie-wrapper img {
  display: inline-block;
}
.cloud-tie-wrapper .total-txt {
  font-size: 1em !important;
}
.cloud-tie-join-count .join-count {
  color: #555 !important;
  font-size: inherit !important;
  margin: 0 !important;
}
.post-spread {
  margin-top: 20px;
  text-align: center;
}
.jiathis_style {
  display: inline-block;
}
.jiathis_style a {
  border: none;
}
.post-spread {
  margin-top: 20px;
  text-align: center;
}
.bdshare-slide-button-box a {
  border: none;
}
.bdsharebuttonbox {
  display: inline-block;
}
.bdsharebuttonbox a {
  border: none;
}
ul.search-result-list {
  padding-left: 0px;
  margin: 0px 5px 0px 8px;
}
p.search-result {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}
a.search-result-title {
  font-weight: bold;
}
a.search-result {
  border-bottom: transparent;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-keyword {
  border-bottom: 1px dashed #f00;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}
#local-search-result {
  height: 88%;
  overflow: auto;
}
.popup {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 700px;
  height: 80%;
  margin-left: -350px;
  padding: 3px 0 0 10px;
  background: #fff;
  color: #333;
  z-index: 9999;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .popup {
    padding: 3px;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
}
.popoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2080;
  background-color: rgba(0,0,0,0.3);
}
#local-search-input {
  margin-bottom: 10px;
  padding: 10px;
  width: 97%;
  font-size: 18px;
}
.popup .fa-search {
  padding-top: 8px;
}
.popup-btn-close {
  position: absolute;
  top: 6px;
  right: 14px;
  color: #4ebd79;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#no-result {
  position: absolute;
  left: 44%;
  top: 42%;
  color: #ccc;
}
#local-search-input {
  margin-bottom: 10px;
  padding: 10px;
  width: 97%;
  font-size: 18px;
}
.popup .fa-search {
  padding: 8px 0;
}
.search-keyword {
  border-bottom: 1px dashed #f00;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}
p.search-result {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0 2px 0;
}
#local-search-result {
  height: 88%;
  overflow: auto;
}
.busuanzi-count:before {
  content: " ";
  float: left;
  width: 260px;
  min-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .busuanzi-count {
    width: auto;
  }
  .busuanzi-count:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .busuanzi-count {
    width: auto;
  }
  .busuanzi-count:before {
    display: none;
  }
}
.site-uv,
.site-pv,
.page-pv {
  display: inline-block;
}
.site-uv .busuanzi-value,
.site-pv .busuanzi-value,
.page-pv .busuanzi-value {
  margin: 0 5px;
}
.site-uv {
  margin-right: 10px;
}
.site-uv::after {
  content: "|";
  padding-left: 10px;
}
.use-motion .post {
  opacity: 0;
}
.page-archive .archive-page-counter {
  position: relative;
  top: 3px;
  left: 20px;
}
@media (max-width: 767px) {
  .page-archive .archive-page-counter {
    top: 5px;
  }
}
.page-archive .posts-collapse .archive-move-on {
  position: absolute;
  top: 11px;
  left: 0;
  margin-left: -6px;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background: #555;
  border: 1px solid #fff;
  border-radius: 50%;
}
.category-all-page .category-all-title {
  text-align: center;
}
.category-all-page .category-all {
  margin-top: 20px;
}
.category-all-page .category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-all-page .category-list-item {
  margin: 5px 10px;
}
.category-all-page .category-list-count {
  color: #bbb;
}
.category-all-page .category-list-count:before {
  display: inline;
  content: " (";
}
.category-all-page .category-list-count:after {
  display: inline;
  content: ") ";
}
.category-all-page .category-list-child {
  padding-left: 10px;
}
#schedule ul#event-list {
  padding-left: 30px;
}
#schedule ul#event-list hr {
  margin: 20px 0 45px 0 !important;
  background: #222;
}
#schedule ul#event-list hr:after {
  display: inline-block;
  content: 'NOW';
  background: #222;
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding: 0 5px;
}
#schedule ul#event-list li.event {
  margin: 20px 0px;
  background: #f9f9f9;
  padding-left: 10px;
  min-height: 40px;
}
#schedule ul#event-list li.event h2.event-summary {
  margin: 0;
  padding-bottom: 3px;
}
#schedule ul#event-list li.event h2.event-summary:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 8px;
  content: '\f111';
  vertical-align: middle;
  margin-right: 25px;
  color: #bbb;
}
#schedule ul#event-list li.event span.event-relative-time {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding-left: 12px;
  color: #bbb;
}
#schedule ul#event-list li.event span.event-details {
  display: block;
  color: #bbb;
  margin-left: 56px;
  padding-top: 3px;
  padding-bottom: 6px;
  text-indent: -24px;
  line-height: 18px;
}
#schedule ul#event-list li.event span.event-details:before {
  text-indent: 0;
  display: inline-block;
  width: 14px;
  font-family: FontAwesome;
  text-align: center;
  margin-right: 9px;
  color: #bbb;
}
#schedule ul#event-list li.event span.event-details.event-location:before {
  content: '\f041';
}
#schedule ul#event-list li.event span.event-details.event-duration:before {
  content: '\f017';
}
#schedule ul#event-list li.event-past {
  background: #fcfcfc;
}
#schedule ul#event-list li.event-past > * {
  opacity: 0.6;
}
#schedule ul#event-list li.event-past h2.event-summary {
  color: #bbb;
}
#schedule ul#event-list li.event-past h2.event-summary:before {
  color: #dfdfdf;
}
#schedule ul#event-list li.event-now {
  background: #222;
  color: #fff;
  padding: 15px 0 15px 10px;
}
#schedule ul#event-list li.event-now h2.event-summary:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
  animation: dot-flash 1s alternate infinite ease-in-out;
}
#schedule ul#event-list li.event-now * {
  color: #fff !important;
}
@-moz-keyframes dot-flash {
  from {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dot-flash {
  from {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes dot-flash {
  from {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dot-flash {
  from {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.page-post-detail .sidebar-toggle-line {
  background: #fc6423;
}
.page-post-detail .comments {
  overflow: hidden;
}
.header {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    width: auto;
  }
}
@media (max-width: 767px) {
  .header {
    width: auto;
  }
}
.header-inner {
  position: absolute;
  top: 0;
  overflow: hidden;
  padding: 0;
  width: 240px;
  background: #fff;
  box-shadow: initial;
  border-radius: initial;
}
@media (min-width: 1600px) {
  .container .header-inner {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-inner {
    position: relative;
    width: auto;
    border-radius: initial;
  }
}
@media (max-width: 767px) {
  .header-inner {
    position: relative;
    width: auto;
    border-radius: initial;
  }
}
.main:before,
.main:after {
  content: " ";
  display: table;
}
.main:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 100px;
  }
}
.container .main-inner {
  width: 960px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .main-inner {
    width: auto;
  }
}
@media (max-width: 767px) {
  .container .main-inner {
    width: auto;
  }
}
.content-wrap {
  float: right;
  box-sizing: border-box;
  padding: 40px;
  width: 700px;
  background: rgba(255,255,255,0.75) none repeat scroll 0 0 !important;
  background-color: #000;
  filter: Alpha(50);
  position: static;
  *zoom: 1;
  min-height: 700px;
  box-shadow: initial;
  border-radius: initial;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-wrap {
    width: 100%;
    padding: 20px;
    border-radius: initial;
  }
}
@media (max-width: 767px) {
  .content-wrap {
    width: 100%;
    padding: 20px;
    min-height: auto;
    border-radius: initial;
  }
}
.sidebar {
  position: static;
  float: left;
  margin-top: 300px;
  width: 240px;
  background: #f5f7f9;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}
.sidebar-toggle {
  display: none;
}
.footer-inner {
  width: 960px;
}
.footer-inner:before {
  content: " ";
  float: left;
  width: 260px;
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-inner {
    width: auto;
  }
  .footer-inner:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    width: auto;
  }
  .footer-inner:before {
    display: none;
  }
}
.sidebar-position-right .header-inner {
  right: 0;
}
.sidebar-position-right .content-wrap {
  float: left;
}
.sidebar-position-right .sidebar {
  float: right;
}
.sidebar-position-right .footer-inner:before {
  float: right;
}
@media (min-width: 992px) and (max-width: 20000px) {
  .header {
    width: 70%;
  }
  .container .main-inner {
    width: 70%;
  }
  .content-wrap {
    width: calc(100% - 260px);
  }
}
.site-meta {
  padding: 20px 0;
  color: #fff;
  background: #333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-meta {
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
  }
}
@media (max-width: 767px) {
  .site-meta {
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
  }
}
.brand {
  display: block;
  padding: 0;
  background: none;
}
.brand:hover {
  color: #fff;
}
.site-subtitle {
  margin: 10px 10px 0;
  font-family: monospace;
}
.site-search form {
  display: none;
}
.site-nav {
  border-top: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-nav {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-nav-on {
    display: block !important;
  }
}
.menu .menu-item {
  display: block;
  margin: 0;
  list-style: none;
}
.menu .menu-item a {
  position: relative;
  box-sizing: border-box;
  padding: 5px 20px;
  text-align: left;
  line-height: inherit;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.menu .menu-item a:hover,
.menu-item-active a {
  background: #f9f9f9;
  border-bottom-color: #fff;
}
.menu .menu-item br {
  display: none;
}
.menu-item-active a:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bbb;
}
.btn-bar {
  background-color: #fff;
}
.site-nav-toggle {
  left: 20px;
  top: 50%;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-nav-toggle {
    display: block;
  }
}
.use-motion .sidebar .motion-element {
  opacity: 1;
}
.sidebar {
  display: none;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
}
.sidebar-inner {
  box-sizing: border-box;
  width: 240px;
  color: #555;
  background: rgba(255,255,255,0.6) none repeat scroll 0 0 !important;
  background-color: #000;
  filter: Alpha(50);
  position: static;
  *zoom: 1;
  box-shadow: initial;
  border-radius: initial;
}
.sidebar-inner.affix {
  position: fixed;
  top: 0;
}
.site-overview {
  margin: 0 2px;
  text-align: left;
}
.site-author:before,
.site-author:after {
  content: " ";
  display: table;
}
.site-author:after {
  clear: both;
}
.sidebar a {
  color: #555;
}
.sidebar a:hover {
  color: #333;
}
.links-of-author-item a:before {
  display: none;
}
.links-of-author-item a {
  border-bottom: none;
  text-decoration: underline;
}
.feed-link {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}
.feed-link a {
  display: inline-block;
  color: #fc6423;
  border: none;
}
.feed-link a:hover {
  background: none;
  color: #e34603;
}
.feed-link a:hover i {
  color: #e34603;
}
.links-of-author:before,
.links-of-author:after {
  content: " ";
  display: table;
}
.links-of-author:after {
  clear: both;
}
.links-of-author-item {
  float: left;
  margin: 5px 0 0;
  width: 50%;
}
.links-of-author-item a {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.links-of-author-item a {
  display: block;
  text-decoration: none;
}
.links-of-author-item a:hover {
  border-radius: 4px;
  background: #eee;
}
.links-of-author-item .fa {
  margin-right: 2px;
  font-size: 16px;
}
.links-of-author-item .fa-globe {
  font-size: 15px;
}
.links-of-blogroll {
  margin-top: 20px;
  padding: 3px 0 0;
  border-top: 1px dotted #ccc;
}
.links-of-blogroll-title {
  margin-top: 0;
}
.links-of-blogroll-item {
  padding: 0;
}
.links-of-blogroll-inline:before,
.links-of-blogroll-inline:after {
  content: " ";
  display: table;
}
.links-of-blogroll-inline:after {
  clear: both;
}
.links-of-blogroll-inline .links-of-blogroll-item {
  float: left;
  margin: 5px 0 0;
  width: 50%;
}
.links-of-blogroll-inline .links-of-blogroll-item a {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .post-body {
    text-align: justify;
  }
}
.post-body p a {
  color: #0593d3;
  border-bottom: none;
}
.post-body p a:hover {
  color: #0477ab;
  text-decoration: underline;
}
/* * * * * * * * * * * * * * * * * * * * *  CSShake :: Package
  v1.5.0
  CSS classes to move your DOM
  (c) 2015 @elrumordelaluz
  http://elrumordelaluz.github.io/csshake/
  Licensed under MIT
\* * * * * * * * * * * * * * * * * * * * */
.shake,
.shake-little,
.shake-slow,
.shake-hard,
.shake-horizontal,
.shake-vertical,
.shake-rotate,
.shake-opacity,
.shake-crazy,
.shake-chunk {
  display: inline-block;
  transform-origin: center center;
}
.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused;
}
.shake-freeze:hover,
.shake-trigger:hover .shake-freeze,
.shake:hover,
.shake-trigger:hover .shake,
.shake-little:hover,
.shake-trigger:hover .shake-little,
.shake-slow:hover,
.shake-trigger:hover .shake-slow,
.shake-hard:hover,
.shake-trigger:hover .shake-hard,
.shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal,
.shake-vertical:hover,
.shake-trigger:hover .shake-vertical,
.shake-rotate:hover,
.shake-trigger:hover .shake-rotate,
.shake-opacity:hover,
.shake-trigger:hover .shake-opacity,
.shake-crazy:hover,
.shake-trigger:hover .shake-crazy,
.shake-chunk:hover,
.shake-trigger:hover .shake-chunk {
  animation-play-state: running;
}
.shake:hover,
.shake-trigger:hover .shake,
.shake.shake-freeze,
.shake.shake-constant {
  animation-name: shake;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-little:hover,
.shake-trigger:hover .shake-little,
.shake-little.shake-freeze,
.shake-little.shake-constant {
  animation-name: shake-little;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-slow:hover,
.shake-trigger:hover .shake-slow,
.shake-slow.shake-freeze,
.shake-slow.shake-constant {
  animation-name: shake-slow;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-hard:hover,
.shake-trigger:hover .shake-hard,
.shake-hard.shake-freeze,
.shake-hard.shake-constant {
  animation-name: shake-hard;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal,
.shake-horizontal.shake-freeze,
.shake-horizontal.shake-constant {
  animation-name: shake-horizontal;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-vertical:hover,
.shake-trigger:hover .shake-vertical,
.shake-vertical.shake-freeze,
.shake-vertical.shake-constant {
  animation-name: shake-vertical;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-rotate:hover,
.shake-trigger:hover .shake-rotate,
.shake-rotate.shake-freeze,
.shake-rotate.shake-constant {
  animation-name: shake-rotate;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-opacity:hover,
.shake-trigger:hover .shake-opacity,
.shake-opacity.shake-freeze,
.shake-opacity.shake-constant {
  animation-name: shake-opacity;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-crazy:hover,
.shake-trigger:hover .shake-crazy,
.shake-crazy.shake-freeze,
.shake-crazy.shake-constant {
  animation-name: shake-crazy;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shake-chunk:hover,
.shake-trigger:hover .shake-chunk,
.shake-chunk.shake-freeze,
.shake-chunk.shake-constant {
  animation-name: shake-chunk;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@-moz-keyframes shake {
  2% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  6% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    transform: translate(2.5px, 1.5px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  20% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -moz-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -ms-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -o-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    transform: translate(-0.5px, -0.5px) rotate(1.5deg);
  }
  38% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  42% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  44% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  66% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  72% {
    -webkit-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    transform: translate(-0.5px, 1.5px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    transform: translate(1.5px, 2.5px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  84% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  90% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    transform: translate(1.5px, -0.5px) rotate(1.5deg);
  }
  92% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake {
  2% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  6% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    transform: translate(2.5px, 1.5px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  20% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -moz-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -ms-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -o-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    transform: translate(-0.5px, -0.5px) rotate(1.5deg);
  }
  38% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  42% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  44% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  66% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  72% {
    -webkit-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    transform: translate(-0.5px, 1.5px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    transform: translate(1.5px, 2.5px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  84% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  90% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    transform: translate(1.5px, -0.5px) rotate(1.5deg);
  }
  92% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake {
  2% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  6% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    transform: translate(2.5px, 1.5px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  20% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -moz-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -ms-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -o-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    transform: translate(-0.5px, -0.5px) rotate(1.5deg);
  }
  38% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  42% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  44% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  66% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  72% {
    -webkit-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    transform: translate(-0.5px, 1.5px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    transform: translate(1.5px, 2.5px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  84% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  90% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    transform: translate(1.5px, -0.5px) rotate(1.5deg);
  }
  92% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake {
  2% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 1.5px) rotate(1.5deg);
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  6% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, -0.5px) rotate(0.5deg);
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    transform: translate(2.5px, 1.5px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(1.5deg);
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  20% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(0.5deg);
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -moz-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -ms-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    -o-transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    transform: translate(-0.5px, -0.5px) rotate(1.5deg);
  }
  38% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  42% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(0.5px, -1.5px) rotate(1.5deg);
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  44% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, -1.5px) rotate(0.5deg);
    transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 0.5px) rotate(0.5deg);
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(0.5deg);
    transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  66% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -1.5px) rotate(1.5deg);
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  72% {
    -webkit-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -moz-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -ms-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    -o-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -moz-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -ms-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    -o-transform: translate(-0.5px, 1.5px) rotate(1.5deg);
    transform: translate(-0.5px, 1.5px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, 2.5px) rotate(0.5deg);
    transform: translate(1.5px, 2.5px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    transform: translate(0.5px, 2.5px) rotate(-0.5deg);
  }
  84% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -moz-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -ms-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    -o-transform: translate(2.5px, -0.5px) rotate(0.5deg);
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -moz-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -ms-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    -o-transform: translate(1.5px, 0.5px) rotate(0.5deg);
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -moz-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -ms-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    -o-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  90% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -moz-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -ms-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    -o-transform: translate(1.5px, -0.5px) rotate(1.5deg);
    transform: translate(1.5px, -0.5px) rotate(1.5deg);
  }
  92% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -moz-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -ms-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    -o-transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -moz-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -ms-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    -o-transform: translate(0.5px, 2.5px) rotate(0.5deg);
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -moz-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -ms-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    -o-transform: translate(2.5px, -1.5px) rotate(1.5deg);
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-little {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  4% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  6% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  8% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  16% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  24% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  38% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  44% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  48% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  68% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  72% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  76% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  90% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-little {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  4% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  6% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  8% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  16% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  24% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  38% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  44% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  48% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  68% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  72% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  76% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  90% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-little {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  4% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  6% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  8% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  16% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  24% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  38% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  44% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  48% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  68% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  72% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  76% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  90% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-little {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  4% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  6% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  8% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  16% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  24% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  38% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  44% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  48% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  68% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  72% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  76% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  90% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-slow {
  2% {
    -webkit-transform: translate(4px, -9px) rotate(-2.5deg);
    -moz-transform: translate(4px, -9px) rotate(-2.5deg);
    -ms-transform: translate(4px, -9px) rotate(-2.5deg);
    -o-transform: translate(4px, -9px) rotate(-2.5deg);
    transform: translate(4px, -9px) rotate(-2.5deg);
  }
  4% {
    -webkit-transform: translate(6px, 8px) rotate(2.5deg);
    -moz-transform: translate(6px, 8px) rotate(2.5deg);
    -ms-transform: translate(6px, 8px) rotate(2.5deg);
    -o-transform: translate(6px, 8px) rotate(2.5deg);
    transform: translate(6px, 8px) rotate(2.5deg);
  }
  6% {
    -webkit-transform: translate(-5px, 6px) rotate(-0.5deg);
    -moz-transform: translate(-5px, 6px) rotate(-0.5deg);
    -ms-transform: translate(-5px, 6px) rotate(-0.5deg);
    -o-transform: translate(-5px, 6px) rotate(-0.5deg);
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, 1px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 1px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 1px) rotate(-0.5deg);
    -o-transform: translate(-1px, 1px) rotate(-0.5deg);
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(5px, 8px) rotate(2.5deg);
    -moz-transform: translate(5px, 8px) rotate(2.5deg);
    -ms-transform: translate(5px, 8px) rotate(2.5deg);
    -o-transform: translate(5px, 8px) rotate(2.5deg);
    transform: translate(5px, 8px) rotate(2.5deg);
  }
  12% {
    -webkit-transform: translate(-7px, 0px) rotate(2.5deg);
    -moz-transform: translate(-7px, 0px) rotate(2.5deg);
    -ms-transform: translate(-7px, 0px) rotate(2.5deg);
    -o-transform: translate(-7px, 0px) rotate(2.5deg);
    transform: translate(-7px, 0px) rotate(2.5deg);
  }
  14% {
    -webkit-transform: translate(6px, -4px) rotate(1.5deg);
    -moz-transform: translate(6px, -4px) rotate(1.5deg);
    -ms-transform: translate(6px, -4px) rotate(1.5deg);
    -o-transform: translate(6px, -4px) rotate(1.5deg);
    transform: translate(6px, -4px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(-2px, 6px) rotate(3.5deg);
    -moz-transform: translate(-2px, 6px) rotate(3.5deg);
    -ms-transform: translate(-2px, 6px) rotate(3.5deg);
    -o-transform: translate(-2px, 6px) rotate(3.5deg);
    transform: translate(-2px, 6px) rotate(3.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 10px) rotate(0.5deg);
    -moz-transform: translate(0px, 10px) rotate(0.5deg);
    -ms-transform: translate(0px, 10px) rotate(0.5deg);
    -o-transform: translate(0px, 10px) rotate(0.5deg);
    transform: translate(0px, 10px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(9px, 1px) rotate(1.5deg);
    -moz-transform: translate(9px, 1px) rotate(1.5deg);
    -ms-transform: translate(9px, 1px) rotate(1.5deg);
    -o-transform: translate(9px, 1px) rotate(1.5deg);
    transform: translate(9px, 1px) rotate(1.5deg);
  }
  22% {
    -webkit-transform: translate(5px, 4px) rotate(2.5deg);
    -moz-transform: translate(5px, 4px) rotate(2.5deg);
    -ms-transform: translate(5px, 4px) rotate(2.5deg);
    -o-transform: translate(5px, 4px) rotate(2.5deg);
    transform: translate(5px, 4px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, -9px) rotate(-2.5deg);
    -moz-transform: translate(-1px, -9px) rotate(-2.5deg);
    -ms-transform: translate(-1px, -9px) rotate(-2.5deg);
    -o-transform: translate(-1px, -9px) rotate(-2.5deg);
    transform: translate(-1px, -9px) rotate(-2.5deg);
  }
  26% {
    -webkit-transform: translate(-1px, 3px) rotate(0.5deg);
    -moz-transform: translate(-1px, 3px) rotate(0.5deg);
    -ms-transform: translate(-1px, 3px) rotate(0.5deg);
    -o-transform: translate(-1px, 3px) rotate(0.5deg);
    transform: translate(-1px, 3px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(8px, -3px) rotate(-2.5deg);
    -moz-transform: translate(8px, -3px) rotate(-2.5deg);
    -ms-transform: translate(8px, -3px) rotate(-2.5deg);
    -o-transform: translate(8px, -3px) rotate(-2.5deg);
    transform: translate(8px, -3px) rotate(-2.5deg);
  }
  30% {
    -webkit-transform: translate(4px, 10px) rotate(0.5deg);
    -moz-transform: translate(4px, 10px) rotate(0.5deg);
    -ms-transform: translate(4px, 10px) rotate(0.5deg);
    -o-transform: translate(4px, 10px) rotate(0.5deg);
    transform: translate(4px, 10px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(7px, 1px) rotate(2.5deg);
    -moz-transform: translate(7px, 1px) rotate(2.5deg);
    -ms-transform: translate(7px, 1px) rotate(2.5deg);
    -o-transform: translate(7px, 1px) rotate(2.5deg);
    transform: translate(7px, 1px) rotate(2.5deg);
  }
  34% {
    -webkit-transform: translate(7px, -4px) rotate(-1.5deg);
    -moz-transform: translate(7px, -4px) rotate(-1.5deg);
    -ms-transform: translate(7px, -4px) rotate(-1.5deg);
    -o-transform: translate(7px, -4px) rotate(-1.5deg);
    transform: translate(7px, -4px) rotate(-1.5deg);
  }
  36% {
    -webkit-transform: translate(-4px, 9px) rotate(-0.5deg);
    -moz-transform: translate(-4px, 9px) rotate(-0.5deg);
    -ms-transform: translate(-4px, 9px) rotate(-0.5deg);
    -o-transform: translate(-4px, 9px) rotate(-0.5deg);
    transform: translate(-4px, 9px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(8px, 10px) rotate(1.5deg);
    -moz-transform: translate(8px, 10px) rotate(1.5deg);
    -ms-transform: translate(8px, 10px) rotate(1.5deg);
    -o-transform: translate(8px, 10px) rotate(1.5deg);
    transform: translate(8px, 10px) rotate(1.5deg);
  }
  40% {
    -webkit-transform: translate(7px, 9px) rotate(3.5deg);
    -moz-transform: translate(7px, 9px) rotate(3.5deg);
    -ms-transform: translate(7px, 9px) rotate(3.5deg);
    -o-transform: translate(7px, 9px) rotate(3.5deg);
    transform: translate(7px, 9px) rotate(3.5deg);
  }
  42% {
    -webkit-transform: translate(-7px, -5px) rotate(1.5deg);
    -moz-transform: translate(-7px, -5px) rotate(1.5deg);
    -ms-transform: translate(-7px, -5px) rotate(1.5deg);
    -o-transform: translate(-7px, -5px) rotate(1.5deg);
    transform: translate(-7px, -5px) rotate(1.5deg);
  }
  44% {
    -webkit-transform: translate(5px, 3px) rotate(-1.5deg);
    -moz-transform: translate(5px, 3px) rotate(-1.5deg);
    -ms-transform: translate(5px, 3px) rotate(-1.5deg);
    -o-transform: translate(5px, 3px) rotate(-1.5deg);
    transform: translate(5px, 3px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(-7px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-7px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-7px, 0px) rotate(-0.5deg);
    -o-transform: translate(-7px, 0px) rotate(-0.5deg);
    transform: translate(-7px, 0px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-6px, -9px) rotate(-1.5deg);
    -moz-transform: translate(-6px, -9px) rotate(-1.5deg);
    -ms-transform: translate(-6px, -9px) rotate(-1.5deg);
    -o-transform: translate(-6px, -9px) rotate(-1.5deg);
    transform: translate(-6px, -9px) rotate(-1.5deg);
  }
  50% {
    -webkit-transform: translate(-9px, -4px) rotate(-2.5deg);
    -moz-transform: translate(-9px, -4px) rotate(-2.5deg);
    -ms-transform: translate(-9px, -4px) rotate(-2.5deg);
    -o-transform: translate(-9px, -4px) rotate(-2.5deg);
    transform: translate(-9px, -4px) rotate(-2.5deg);
  }
  52% {
    -webkit-transform: translate(8px, -1px) rotate(3.5deg);
    -moz-transform: translate(8px, -1px) rotate(3.5deg);
    -ms-transform: translate(8px, -1px) rotate(3.5deg);
    -o-transform: translate(8px, -1px) rotate(3.5deg);
    transform: translate(8px, -1px) rotate(3.5deg);
  }
  54% {
    -webkit-transform: translate(-1px, 2px) rotate(3.5deg);
    -moz-transform: translate(-1px, 2px) rotate(3.5deg);
    -ms-transform: translate(-1px, 2px) rotate(3.5deg);
    -o-transform: translate(-1px, 2px) rotate(3.5deg);
    transform: translate(-1px, 2px) rotate(3.5deg);
  }
  56% {
    -webkit-transform: translate(1px, -5px) rotate(-2.5deg);
    -moz-transform: translate(1px, -5px) rotate(-2.5deg);
    -ms-transform: translate(1px, -5px) rotate(-2.5deg);
    -o-transform: translate(1px, -5px) rotate(-2.5deg);
    transform: translate(1px, -5px) rotate(-2.5deg);
  }
  58% {
    -webkit-transform: translate(-3px, -5px) rotate(-1.5deg);
    -moz-transform: translate(-3px, -5px) rotate(-1.5deg);
    -ms-transform: translate(-3px, -5px) rotate(-1.5deg);
    -o-transform: translate(-3px, -5px) rotate(-1.5deg);
    transform: translate(-3px, -5px) rotate(-1.5deg);
  }
  60% {
    -webkit-transform: translate(-3px, 3px) rotate(-1.5deg);
    -moz-transform: translate(-3px, 3px) rotate(-1.5deg);
    -ms-transform: translate(-3px, 3px) rotate(-1.5deg);
    -o-transform: translate(-3px, 3px) rotate(-1.5deg);
    transform: translate(-3px, 3px) rotate(-1.5deg);
  }
  62% {
    -webkit-transform: translate(9px, 3px) rotate(1.5deg);
    -moz-transform: translate(9px, 3px) rotate(1.5deg);
    -ms-transform: translate(9px, 3px) rotate(1.5deg);
    -o-transform: translate(9px, 3px) rotate(1.5deg);
    transform: translate(9px, 3px) rotate(1.5deg);
  }
  64% {
    -webkit-transform: translate(-3px, 4px) rotate(3.5deg);
    -moz-transform: translate(-3px, 4px) rotate(3.5deg);
    -ms-transform: translate(-3px, 4px) rotate(3.5deg);
    -o-transform: translate(-3px, 4px) rotate(3.5deg);
    transform: translate(-3px, 4px) rotate(3.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 10px) rotate(2.5deg);
    -moz-transform: translate(0px, 10px) rotate(2.5deg);
    -ms-transform: translate(0px, 10px) rotate(2.5deg);
    -o-transform: translate(0px, 10px) rotate(2.5deg);
    transform: translate(0px, 10px) rotate(2.5deg);
  }
  68% {
    -webkit-transform: translate(-5px, 6px) rotate(-0.5deg);
    -moz-transform: translate(-5px, 6px) rotate(-0.5deg);
    -ms-transform: translate(-5px, 6px) rotate(-0.5deg);
    -o-transform: translate(-5px, 6px) rotate(-0.5deg);
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(-8px, -4px) rotate(-0.5deg);
    -moz-transform: translate(-8px, -4px) rotate(-0.5deg);
    -ms-transform: translate(-8px, -4px) rotate(-0.5deg);
    -o-transform: translate(-8px, -4px) rotate(-0.5deg);
    transform: translate(-8px, -4px) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(-9px, 2px) rotate(1.5deg);
    -moz-transform: translate(-9px, 2px) rotate(1.5deg);
    -ms-transform: translate(-9px, 2px) rotate(1.5deg);
    -o-transform: translate(-9px, 2px) rotate(1.5deg);
    transform: translate(-9px, 2px) rotate(1.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 3px) rotate(1.5deg);
    -moz-transform: translate(0px, 3px) rotate(1.5deg);
    -ms-transform: translate(0px, 3px) rotate(1.5deg);
    -o-transform: translate(0px, 3px) rotate(1.5deg);
    transform: translate(0px, 3px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(4px, 6px) rotate(-0.5deg);
    -moz-transform: translate(4px, 6px) rotate(-0.5deg);
    -ms-transform: translate(4px, 6px) rotate(-0.5deg);
    -o-transform: translate(4px, 6px) rotate(-0.5deg);
    transform: translate(4px, 6px) rotate(-0.5deg);
  }
  78% {
    -webkit-transform: translate(-2px, 1px) rotate(0.5deg);
    -moz-transform: translate(-2px, 1px) rotate(0.5deg);
    -ms-transform: translate(-2px, 1px) rotate(0.5deg);
    -o-transform: translate(-2px, 1px) rotate(0.5deg);
    transform: translate(-2px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-1px, 2px) rotate(-2.5deg);
    -moz-transform: translate(-1px, 2px) rotate(-2.5deg);
    -ms-transform: translate(-1px, 2px) rotate(-2.5deg);
    -o-transform: translate(-1px, 2px) rotate(-2.5deg);
    transform: translate(-1px, 2px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(-9px, 2px) rotate(0.5deg);
    -moz-transform: translate(-9px, 2px) rotate(0.5deg);
    -ms-transform: translate(-9px, 2px) rotate(0.5deg);
    -o-transform: translate(-9px, 2px) rotate(0.5deg);
    transform: translate(-9px, 2px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(-8px, -7px) rotate(3.5deg);
    -moz-transform: translate(-8px, -7px) rotate(3.5deg);
    -ms-transform: translate(-8px, -7px) rotate(3.5deg);
    -o-transform: translate(-8px, -7px) rotate(3.5deg);
    transform: translate(-8px, -7px) rotate(3.5deg);
  }
  86% {
    -webkit-transform: translate(5px, -5px) rotate(0.5deg);
    -moz-transform: translate(5px, -5px) rotate(0.5deg);
    -ms-transform: translate(5px, -5px) rotate(0.5deg);
    -o-transform: translate(5px, -5px) rotate(0.5deg);
    transform: translate(5px, -5px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(-4px, 1px) rotate(3.5deg);
    -moz-transform: translate(-4px, 1px) rotate(3.5deg);
    -ms-transform: translate(-4px, 1px) rotate(3.5deg);
    -o-transform: translate(-4px, 1px) rotate(3.5deg);
    transform: translate(-4px, 1px) rotate(3.5deg);
  }
  90% {
    -webkit-transform: translate(0px, 0px) rotate(3.5deg);
    -moz-transform: translate(0px, 0px) rotate(3.5deg);
    -ms-transform: translate(0px, 0px) rotate(3.5deg);
    -o-transform: translate(0px, 0px) rotate(3.5deg);
    transform: translate(0px, 0px) rotate(3.5deg);
  }
  92% {
    -webkit-transform: translate(5px, -8px) rotate(3.5deg);
    -moz-transform: translate(5px, -8px) rotate(3.5deg);
    -ms-transform: translate(5px, -8px) rotate(3.5deg);
    -o-transform: translate(5px, -8px) rotate(3.5deg);
    transform: translate(5px, -8px) rotate(3.5deg);
  }
  94% {
    -webkit-transform: translate(-3px, -2px) rotate(-0.5deg);
    -moz-transform: translate(-3px, -2px) rotate(-0.5deg);
    -ms-transform: translate(-3px, -2px) rotate(-0.5deg);
    -o-transform: translate(-3px, -2px) rotate(-0.5deg);
    transform: translate(-3px, -2px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(8px, -5px) rotate(-1.5deg);
    -moz-transform: translate(8px, -5px) rotate(-1.5deg);
    -ms-transform: translate(8px, -5px) rotate(-1.5deg);
    -o-transform: translate(8px, -5px) rotate(-1.5deg);
    transform: translate(8px, -5px) rotate(-1.5deg);
  }
  98% {
    -webkit-transform: translate(-1px, 9px) rotate(-1.5deg);
    -moz-transform: translate(-1px, 9px) rotate(-1.5deg);
    -ms-transform: translate(-1px, 9px) rotate(-1.5deg);
    -o-transform: translate(-1px, 9px) rotate(-1.5deg);
    transform: translate(-1px, 9px) rotate(-1.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-slow {
  2% {
    -webkit-transform: translate(4px, -9px) rotate(-2.5deg);
    -moz-transform: translate(4px, -9px) rotate(-2.5deg);
    -ms-transform: translate(4px, -9px) rotate(-2.5deg);
    -o-transform: translate(4px, -9px) rotate(-2.5deg);
    transform: translate(4px, -9px) rotate(-2.5deg);
  }
  4% {
    -webkit-transform: translate(6px, 8px) rotate(2.5deg);
    -moz-transform: translate(6px, 8px) rotate(2.5deg);
    -ms-transform: translate(6px, 8px) rotate(2.5deg);
    -o-transform: translate(6px, 8px) rotate(2.5deg);
    transform: translate(6px, 8px) rotate(2.5deg);
  }
  6% {
    -webkit-transform: translate(-5px, 6px) rotate(-0.5deg);
    -moz-transform: translate(-5px, 6px) rotate(-0.5deg);
    -ms-transform: translate(-5px, 6px) rotate(-0.5deg);
    -o-transform: translate(-5px, 6px) rotate(-0.5deg);
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, 1px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 1px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 1px) rotate(-0.5deg);
    -o-transform: translate(-1px, 1px) rotate(-0.5deg);
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(5px, 8px) rotate(2.5deg);
    -moz-transform: translate(5px, 8px) rotate(2.5deg);
    -ms-transform: translate(5px, 8px) rotate(2.5deg);
    -o-transform: translate(5px, 8px) rotate(2.5deg);
    transform: translate(5px, 8px) rotate(2.5deg);
  }
  12% {
    -webkit-transform: translate(-7px, 0px) rotate(2.5deg);
    -moz-transform: translate(-7px, 0px) rotate(2.5deg);
    -ms-transform: translate(-7px, 0px) rotate(2.5deg);
    -o-transform: translate(-7px, 0px) rotate(2.5deg);
    transform: translate(-7px, 0px) rotate(2.5deg);
  }
  14% {
    -webkit-transform: translate(6px, -4px) rotate(1.5deg);
    -moz-transform: translate(6px, -4px) rotate(1.5deg);
    -ms-transform: translate(6px, -4px) rotate(1.5deg);
    -o-transform: translate(6px, -4px) rotate(1.5deg);
    transform: translate(6px, -4px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(-2px, 6px) rotate(3.5deg);
    -moz-transform: translate(-2px, 6px) rotate(3.5deg);
    -ms-transform: translate(-2px, 6px) rotate(3.5deg);
    -o-transform: translate(-2px, 6px) rotate(3.5deg);
    transform: translate(-2px, 6px) rotate(3.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 10px) rotate(0.5deg);
    -moz-transform: translate(0px, 10px) rotate(0.5deg);
    -ms-transform: translate(0px, 10px) rotate(0.5deg);
    -o-transform: translate(0px, 10px) rotate(0.5deg);
    transform: translate(0px, 10px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(9px, 1px) rotate(1.5deg);
    -moz-transform: translate(9px, 1px) rotate(1.5deg);
    -ms-transform: translate(9px, 1px) rotate(1.5deg);
    -o-transform: translate(9px, 1px) rotate(1.5deg);
    transform: translate(9px, 1px) rotate(1.5deg);
  }
  22% {
    -webkit-transform: translate(5px, 4px) rotate(2.5deg);
    -moz-transform: translate(5px, 4px) rotate(2.5deg);
    -ms-transform: translate(5px, 4px) rotate(2.5deg);
    -o-transform: translate(5px, 4px) rotate(2.5deg);
    transform: translate(5px, 4px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, -9px) rotate(-2.5deg);
    -moz-transform: translate(-1px, -9px) rotate(-2.5deg);
    -ms-transform: translate(-1px, -9px) rotate(-2.5deg);
    -o-transform: translate(-1px, -9px) rotate(-2.5deg);
    transform: translate(-1px, -9px) rotate(-2.5deg);
  }
  26% {
    -webkit-transform: translate(-1px, 3px) rotate(0.5deg);
    -moz-transform: translate(-1px, 3px) rotate(0.5deg);
    -ms-transform: translate(-1px, 3px) rotate(0.5deg);
    -o-transform: translate(-1px, 3px) rotate(0.5deg);
    transform: translate(-1px, 3px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(8px, -3px) rotate(-2.5deg);
    -moz-transform: translate(8px, -3px) rotate(-2.5deg);
    -ms-transform: translate(8px, -3px) rotate(-2.5deg);
    -o-transform: translate(8px, -3px) rotate(-2.5deg);
    transform: translate(8px, -3px) rotate(-2.5deg);
  }
  30% {
    -webkit-transform: translate(4px, 10px) rotate(0.5deg);
    -moz-transform: translate(4px, 10px) rotate(0.5deg);
    -ms-transform: translate(4px, 10px) rotate(0.5deg);
    -o-transform: translate(4px, 10px) rotate(0.5deg);
    transform: translate(4px, 10px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(7px, 1px) rotate(2.5deg);
    -moz-transform: translate(7px, 1px) rotate(2.5deg);
    -ms-transform: translate(7px, 1px) rotate(2.5deg);
    -o-transform: translate(7px, 1px) rotate(2.5deg);
    transform: translate(7px, 1px) rotate(2.5deg);
  }
  34% {
    -webkit-transform: translate(7px, -4px) rotate(-1.5deg);
    -moz-transform: translate(7px, -4px) rotate(-1.5deg);
    -ms-transform: translate(7px, -4px) rotate(-1.5deg);
    -o-transform: translate(7px, -4px) rotate(-1.5deg);
    transform: translate(7px, -4px) rotate(-1.5deg);
  }
  36% {
    -webkit-transform: translate(-4px, 9px) rotate(-0.5deg);
    -moz-transform: translate(-4px, 9px) rotate(-0.5deg);
    -ms-transform: translate(-4px, 9px) rotate(-0.5deg);
    -o-transform: translate(-4px, 9px) rotate(-0.5deg);
    transform: translate(-4px, 9px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(8px, 10px) rotate(1.5deg);
    -moz-transform: translate(8px, 10px) rotate(1.5deg);
    -ms-transform: translate(8px, 10px) rotate(1.5deg);
    -o-transform: translate(8px, 10px) rotate(1.5deg);
    transform: translate(8px, 10px) rotate(1.5deg);
  }
  40% {
    -webkit-transform: translate(7px, 9px) rotate(3.5deg);
    -moz-transform: translate(7px, 9px) rotate(3.5deg);
    -ms-transform: translate(7px, 9px) rotate(3.5deg);
    -o-transform: translate(7px, 9px) rotate(3.5deg);
    transform: translate(7px, 9px) rotate(3.5deg);
  }
  42% {
    -webkit-transform: translate(-7px, -5px) rotate(1.5deg);
    -moz-transform: translate(-7px, -5px) rotate(1.5deg);
    -ms-transform: translate(-7px, -5px) rotate(1.5deg);
    -o-transform: translate(-7px, -5px) rotate(1.5deg);
    transform: translate(-7px, -5px) rotate(1.5deg);
  }
  44% {
    -webkit-transform: translate(5px, 3px) rotate(-1.5deg);
    -moz-transform: translate(5px, 3px) rotate(-1.5deg);
    -ms-transform: translate(5px, 3px) rotate(-1.5deg);
    -o-transform: translate(5px, 3px) rotate(-1.5deg);
    transform: translate(5px, 3px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(-7px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-7px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-7px, 0px) rotate(-0.5deg);
    -o-transform: translate(-7px, 0px) rotate(-0.5deg);
    transform: translate(-7px, 0px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-6px, -9px) rotate(-1.5deg);
    -moz-transform: translate(-6px, -9px) rotate(-1.5deg);
    -ms-transform: translate(-6px, -9px) rotate(-1.5deg);
    -o-transform: translate(-6px, -9px) rotate(-1.5deg);
    transform: translate(-6px, -9px) rotate(-1.5deg);
  }
  50% {
    -webkit-transform: translate(-9px, -4px) rotate(-2.5deg);
    -moz-transform: translate(-9px, -4px) rotate(-2.5deg);
    -ms-transform: translate(-9px, -4px) rotate(-2.5deg);
    -o-transform: translate(-9px, -4px) rotate(-2.5deg);
    transform: translate(-9px, -4px) rotate(-2.5deg);
  }
  52% {
    -webkit-transform: translate(8px, -1px) rotate(3.5deg);
    -moz-transform: translate(8px, -1px) rotate(3.5deg);
    -ms-transform: translate(8px, -1px) rotate(3.5deg);
    -o-transform: translate(8px, -1px) rotate(3.5deg);
    transform: translate(8px, -1px) rotate(3.5deg);
  }
  54% {
    -webkit-transform: translate(-1px, 2px) rotate(3.5deg);
    -moz-transform: translate(-1px, 2px) rotate(3.5deg);
    -ms-transform: translate(-1px, 2px) rotate(3.5deg);
    -o-transform: translate(-1px, 2px) rotate(3.5deg);
    transform: translate(-1px, 2px) rotate(3.5deg);
  }
  56% {
    -webkit-transform: translate(1px, -5px) rotate(-2.5deg);
    -moz-transform: translate(1px, -5px) rotate(-2.5deg);
    -ms-transform: translate(1px, -5px) rotate(-2.5deg);
    -o-transform: translate(1px, -5px) rotate(-2.5deg);
    transform: translate(1px, -5px) rotate(-2.5deg);
  }
  58% {
    -webkit-transform: translate(-3px, -5px) rotate(-1.5deg);
    -moz-transform: translate(-3px, -5px) rotate(-1.5deg);
    -ms-transform: translate(-3px, -5px) rotate(-1.5deg);
    -o-transform: translate(-3px, -5px) rotate(-1.5deg);
    transform: translate(-3px, -5px) rotate(-1.5deg);
  }
  60% {
    -webkit-transform: translate(-3px, 3px) rotate(-1.5deg);
    -moz-transform: translate(-3px, 3px) rotate(-1.5deg);
    -ms-transform: translate(-3px, 3px) rotate(-1.5deg);
    -o-transform: translate(-3px, 3px) rotate(-1.5deg);
    transform: translate(-3px, 3px) rotate(-1.5deg);
  }
  62% {
    -webkit-transform: translate(9px, 3px) rotate(1.5deg);
    -moz-transform: translate(9px, 3px) rotate(1.5deg);
    -ms-transform: translate(9px, 3px) rotate(1.5deg);
    -o-transform: translate(9px, 3px) rotate(1.5deg);
    transform: translate(9px, 3px) rotate(1.5deg);
  }
  64% {
    -webkit-transform: translate(-3px, 4px) rotate(3.5deg);
    -moz-transform: translate(-3px, 4px) rotate(3.5deg);
    -ms-transform: translate(-3px, 4px) rotate(3.5deg);
    -o-transform: translate(-3px, 4px) rotate(3.5deg);
    transform: translate(-3px, 4px) rotate(3.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 10px) rotate(2.5deg);
    -moz-transform: translate(0px, 10px) rotate(2.5deg);
    -ms-transform: translate(0px, 10px) rotate(2.5deg);
    -o-transform: translate(0px, 10px) rotate(2.5deg);
    transform: translate(0px, 10px) rotate(2.5deg);
  }
  68% {
    -webkit-transform: translate(-5px, 6px) rotate(-0.5deg);
    -moz-transform: translate(-5px, 6px) rotate(-0.5deg);
    -ms-transform: translate(-5px, 6px) rotate(-0.5deg);
    -o-transform: translate(-5px, 6px) rotate(-0.5deg);
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(-8px, -4px) rotate(-0.5deg);
    -moz-transform: translate(-8px, -4px) rotate(-0.5deg);
    -ms-transform: translate(-8px, -4px) rotate(-0.5deg);
    -o-transform: translate(-8px, -4px) rotate(-0.5deg);
    transform: translate(-8px, -4px) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(-9px, 2px) rotate(1.5deg);
    -moz-transform: translate(-9px, 2px) rotate(1.5deg);
    -ms-transform: translate(-9px, 2px) rotate(1.5deg);
    -o-transform: translate(-9px, 2px) rotate(1.5deg);
    transform: translate(-9px, 2px) rotate(1.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 3px) rotate(1.5deg);
    -moz-transform: translate(0px, 3px) rotate(1.5deg);
    -ms-transform: translate(0px, 3px) rotate(1.5deg);
    -o-transform: translate(0px, 3px) rotate(1.5deg);
    transform: translate(0px, 3px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(4px, 6px) rotate(-0.5deg);
    -moz-transform: translate(4px, 6px) rotate(-0.5deg);
    -ms-transform: translate(4px, 6px) rotate(-0.5deg);
    -o-transform: translate(4px, 6px) rotate(-0.5deg);
    transform: translate(4px, 6px) rotate(-0.5deg);
  }
  78% {
    -webkit-transform: translate(-2px, 1px) rotate(0.5deg);
    -moz-transform: translate(-2px, 1px) rotate(0.5deg);
    -ms-transform: translate(-2px, 1px) rotate(0.5deg);
    -o-transform: translate(-2px, 1px) rotate(0.5deg);
    transform: translate(-2px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-1px, 2px) rotate(-2.5deg);
    -moz-transform: translate(-1px, 2px) rotate(-2.5deg);
    -ms-transform: translate(-1px, 2px) rotate(-2.5deg);
    -o-transform: translate(-1px, 2px) rotate(-2.5deg);
    transform: translate(-1px, 2px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(-9px, 2px) rotate(0.5deg);
    -moz-transform: translate(-9px, 2px) rotate(0.5deg);
    -ms-transform: translate(-9px, 2px) rotate(0.5deg);
    -o-transform: translate(-9px, 2px) rotate(0.5deg);
    transform: translate(-9px, 2px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(-8px, -7px) rotate(3.5deg);
    -moz-transform: translate(-8px, -7px) rotate(3.5deg);
    -ms-transform: translate(-8px, -7px) rotate(3.5deg);
    -o-transform: translate(-8px, -7px) rotate(3.5deg);
    transform: translate(-8px, -7px) rotate(3.5deg);
  }
  86% {
    -webkit-transform: translate(5px, -5px) rotate(0.5deg);
    -moz-transform: translate(5px, -5px) rotate(0.5deg);
    -ms-transform: translate(5px, -5px) rotate(0.5deg);
    -o-transform: translate(5px, -5px) rotate(0.5deg);
    transform: translate(5px, -5px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(-4px, 1px) rotate(3.5deg);
    -moz-transform: translate(-4px, 1px) rotate(3.5deg);
    -ms-transform: translate(-4px, 1px) rotate(3.5deg);
    -o-transform: translate(-4px, 1px) rotate(3.5deg);
    transform: translate(-4px, 1px) rotate(3.5deg);
  }
  90% {
    -webkit-transform: translate(0px, 0px) rotate(3.5deg);
    -moz-transform: translate(0px, 0px) rotate(3.5deg);
    -ms-transform: translate(0px, 0px) rotate(3.5deg);
    -o-transform: translate(0px, 0px) rotate(3.5deg);
    transform: translate(0px, 0px) rotate(3.5deg);
  }
  92% {
    -webkit-transform: translate(5px, -8px) rotate(3.5deg);
    -moz-transform: translate(5px, -8px) rotate(3.5deg);
    -ms-transform: translate(5px, -8px) rotate(3.5deg);
    -o-transform: translate(5px, -8px) rotate(3.5deg);
    transform: translate(5px, -8px) rotate(3.5deg);
  }
  94% {
    -webkit-transform: translate(-3px, -2px) rotate(-0.5deg);
    -moz-transform: translate(-3px, -2px) rotate(-0.5deg);
    -ms-transform: translate(-3px, -2px) rotate(-0.5deg);
    -o-transform: translate(-3px, -2px) rotate(-0.5deg);
    transform: translate(-3px, -2px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(8px, -5px) rotate(-1.5deg);
    -moz-transform: translate(8px, -5px) rotate(-1.5deg);
    -ms-transform: translate(8px, -5px) rotate(-1.5deg);
    -o-transform: translate(8px, -5px) rotate(-1.5deg);
    transform: translate(8px, -5px) rotate(-1.5deg);
  }
  98% {
    -webkit-transform: translate(-1px, 9px) rotate(-1.5deg);
    -moz-transform: translate(-1px, 9px) rotate(-1.5deg);
    -ms-transform: translate(-1px, 9px) rotate(-1.5deg);
    -o-transform: translate(-1px, 9px) rotate(-1.5deg);
    transform: translate(-1px, 9px) rotate(-1.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-slow {
  2% {
    -webkit-transform: translate(4px, -9px) rotate(-2.5deg);
    -moz-transform: translate(4px, -9px) rotate(-2.5deg);
    -ms-transform: translate(4px, -9px) rotate(-2.5deg);
    -o-transform: translate(4px, -9px) rotate(-2.5deg);
    transform: translate(4px, -9px) rotate(-2.5deg);
  }
  4% {
    -webkit-transform: translate(6px, 8px) rotate(2.5deg);
    -moz-transform: translate(6px, 8px) rotate(2.5deg);
    -ms-transform: translate(6px, 8px) rotate(2.5deg);
    -o-transform: translate(6px, 8px) rotate(2.5deg);
    transform: translate(6px, 8px) rotate(2.5deg);
  }
  6% {
    -webkit-transform: translate(-5px, 6px) rotate(-0.5deg);
    -moz-transform: translate(-5px, 6px) rotate(-0.5deg);
    -ms-transform: translate(-5px, 6px) rotate(-0.5deg);
    -o-transform: translate(-5px, 6px) rotate(-0.5deg);
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, 1px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 1px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 1px) rotate(-0.5deg);
    -o-transform: translate(-1px, 1px) rotate(-0.5deg);
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(5px, 8px) rotate(2.5deg);
    -moz-transform: translate(5px, 8px) rotate(2.5deg);
    -ms-transform: translate(5px, 8px) rotate(2.5deg);
    -o-transform: translate(5px, 8px) rotate(2.5deg);
    transform: translate(5px, 8px) rotate(2.5deg);
  }
  12% {
    -webkit-transform: translate(-7px, 0px) rotate(2.5deg);
    -moz-transform: translate(-7px, 0px) rotate(2.5deg);
    -ms-transform: translate(-7px, 0px) rotate(2.5deg);
    -o-transform: translate(-7px, 0px) rotate(2.5deg);
    transform: translate(-7px, 0px) rotate(2.5deg);
  }
  14% {
    -webkit-transform: translate(6px, -4px) rotate(1.5deg);
    -moz-transform: translate(6px, -4px) rotate(1.5deg);
    -ms-transform: translate(6px, -4px) rotate(1.5deg);
    -o-transform: translate(6px, -4px) rotate(1.5deg);
    transform: translate(6px, -4px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(-2px, 6px) rotate(3.5deg);
    -moz-transform: translate(-2px, 6px) rotate(3.5deg);
    -ms-transform: translate(-2px, 6px) rotate(3.5deg);
    -o-transform: translate(-2px, 6px) rotate(3.5deg);
    transform: translate(-2px, 6px) rotate(3.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 10px) rotate(0.5deg);
    -moz-transform: translate(0px, 10px) rotate(0.5deg);
    -ms-transform: translate(0px, 10px) rotate(0.5deg);
    -o-transform: translate(0px, 10px) rotate(0.5deg);
    transform: translate(0px, 10px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(9px, 1px) rotate(1.5deg);
    -moz-transform: translate(9px, 1px) rotate(1.5deg);
    -ms-transform: translate(9px, 1px) rotate(1.5deg);
    -o-transform: translate(9px, 1px) rotate(1.5deg);
    transform: translate(9px, 1px) rotate(1.5deg);
  }
  22% {
    -webkit-transform: translate(5px, 4px) rotate(2.5deg);
    -moz-transform: translate(5px, 4px) rotate(2.5deg);
    -ms-transform: translate(5px, 4px) rotate(2.5deg);
    -o-transform: translate(5px, 4px) rotate(2.5deg);
    transform: translate(5px, 4px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, -9px) rotate(-2.5deg);
    -moz-transform: translate(-1px, -9px) rotate(-2.5deg);
    -ms-transform: translate(-1px, -9px) rotate(-2.5deg);
    -o-transform: translate(-1px, -9px) rotate(-2.5deg);
    transform: translate(-1px, -9px) rotate(-2.5deg);
  }
  26% {
    -webkit-transform: translate(-1px, 3px) rotate(0.5deg);
    -moz-transform: translate(-1px, 3px) rotate(0.5deg);
    -ms-transform: translate(-1px, 3px) rotate(0.5deg);
    -o-transform: translate(-1px, 3px) rotate(0.5deg);
    transform: translate(-1px, 3px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(8px, -3px) rotate(-2.5deg);
    -moz-transform: translate(8px, -3px) rotate(-2.5deg);
    -ms-transform: translate(8px, -3px) rotate(-2.5deg);
    -o-transform: translate(8px, -3px) rotate(-2.5deg);
    transform: translate(8px, -3px) rotate(-2.5deg);
  }
  30% {
    -webkit-transform: translate(4px, 10px) rotate(0.5deg);
    -moz-transform: translate(4px, 10px) rotate(0.5deg);
    -ms-transform: translate(4px, 10px) rotate(0.5deg);
    -o-transform: translate(4px, 10px) rotate(0.5deg);
    transform: translate(4px, 10px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(7px, 1px) rotate(2.5deg);
    -moz-transform: translate(7px, 1px) rotate(2.5deg);
    -ms-transform: translate(7px, 1px) rotate(2.5deg);
    -o-transform: translate(7px, 1px) rotate(2.5deg);
    transform: translate(7px, 1px) rotate(2.5deg);
  }
  34% {
    -webkit-transform: translate(7px, -4px) rotate(-1.5deg);
    -moz-transform: translate(7px, -4px) rotate(-1.5deg);
    -ms-transform: translate(7px, -4px) rotate(-1.5deg);
    -o-transform: translate(7px, -4px) rotate(-1.5deg);
    transform: translate(7px, -4px) rotate(-1.5deg);
  }
  36% {
    -webkit-transform: translate(-4px, 9px) rotate(-0.5deg);
    -moz-transform: translate(-4px, 9px) rotate(-0.5deg);
    -ms-transform: translate(-4px, 9px) rotate(-0.5deg);
    -o-transform: translate(-4px, 9px) rotate(-0.5deg);
    transform: translate(-4px, 9px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(8px, 10px) rotate(1.5deg);
    -moz-transform: translate(8px, 10px) rotate(1.5deg);
    -ms-transform: translate(8px, 10px) rotate(1.5deg);
    -o-transform: translate(8px, 10px) rotate(1.5deg);
    transform: translate(8px, 10px) rotate(1.5deg);
  }
  40% {
    -webkit-transform: translate(7px, 9px) rotate(3.5deg);
    -moz-transform: translate(7px, 9px) rotate(3.5deg);
    -ms-transform: translate(7px, 9px) rotate(3.5deg);
    -o-transform: translate(7px, 9px) rotate(3.5deg);
    transform: translate(7px, 9px) rotate(3.5deg);
  }
  42% {
    -webkit-transform: translate(-7px, -5px) rotate(1.5deg);
    -moz-transform: translate(-7px, -5px) rotate(1.5deg);
    -ms-transform: translate(-7px, -5px) rotate(1.5deg);
    -o-transform: translate(-7px, -5px) rotate(1.5deg);
    transform: translate(-7px, -5px) rotate(1.5deg);
  }
  44% {
    -webkit-transform: translate(5px, 3px) rotate(-1.5deg);
    -moz-transform: translate(5px, 3px) rotate(-1.5deg);
    -ms-transform: translate(5px, 3px) rotate(-1.5deg);
    -o-transform: translate(5px, 3px) rotate(-1.5deg);
    transform: translate(5px, 3px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(-7px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-7px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-7px, 0px) rotate(-0.5deg);
    -o-transform: translate(-7px, 0px) rotate(-0.5deg);
    transform: translate(-7px, 0px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-6px, -9px) rotate(-1.5deg);
    -moz-transform: translate(-6px, -9px) rotate(-1.5deg);
    -ms-transform: translate(-6px, -9px) rotate(-1.5deg);
    -o-transform: translate(-6px, -9px) rotate(-1.5deg);
    transform: translate(-6px, -9px) rotate(-1.5deg);
  }
  50% {
    -webkit-transform: translate(-9px, -4px) rotate(-2.5deg);
    -moz-transform: translate(-9px, -4px) rotate(-2.5deg);
    -ms-transform: translate(-9px, -4px) rotate(-2.5deg);
    -o-transform: translate(-9px, -4px) rotate(-2.5deg);
    transform: translate(-9px, -4px) rotate(-2.5deg);
  }
  52% {
    -webkit-transform: translate(8px, -1px) rotate(3.5deg);
    -moz-transform: translate(8px, -1px) rotate(3.5deg);
    -ms-transform: translate(8px, -1px) rotate(3.5deg);
    -o-transform: translate(8px, -1px) rotate(3.5deg);
    transform: translate(8px, -1px) rotate(3.5deg);
  }
  54% {
    -webkit-transform: translate(-1px, 2px) rotate(3.5deg);
    -moz-transform: translate(-1px, 2px) rotate(3.5deg);
    -ms-transform: translate(-1px, 2px) rotate(3.5deg);
    -o-transform: translate(-1px, 2px) rotate(3.5deg);
    transform: translate(-1px, 2px) rotate(3.5deg);
  }
  56% {
    -webkit-transform: translate(1px, -5px) rotate(-2.5deg);
    -moz-transform: translate(1px, -5px) rotate(-2.5deg);
    -ms-transform: translate(1px, -5px) rotate(-2.5deg);
    -o-transform: translate(1px, -5px) rotate(-2.5deg);
    transform: translate(1px, -5px) rotate(-2.5deg);
  }
  58% {
    -webkit-transform: translate(-3px, -5px) rotate(-1.5deg);
    -moz-transform: translate(-3px, -5px) rotate(-1.5deg);
    -ms-transform: translate(-3px, -5px) rotate(-1.5deg);
    -o-transform: translate(-3px, -5px) rotate(-1.5deg);
    transform: translate(-3px, -5px) rotate(-1.5deg);
  }
  60% {
    -webkit-transform: translate(-3px, 3px) rotate(-1.5deg);
    -moz-transform: translate(-3px, 3px) rotate(-1.5deg);
    -ms-transform: translate(-3px, 3px) rotate(-1.5deg);
    -o-transform: translate(-3px, 3px) rotate(-1.5deg);
    transform: translate(-3px, 3px) rotate(-1.5deg);
  }
  62% {
    -webkit-transform: translate(9px, 3px) rotate(1.5deg);
    -moz-transform: translate(9px, 3px) rotate(1.5deg);
    -ms-transform: translate(9px, 3px) rotate(1.5deg);
    -o-transform: translate(9px, 3px) rotate(1.5deg);
    transform: translate(9px, 3px) rotate(1.5deg);
  }
  64% {
    -webkit-transform: translate(-3px, 4px) rotate(3.5deg);
    -moz-transform: translate(-3px, 4px) rotate(3.5deg);
    -ms-transform: translate(-3px, 4px) rotate(3.5deg);
    -o-transform: translate(-3px, 4px) rotate(3.5deg);
    transform: translate(-3px, 4px) rotate(3.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 10px) rotate(2.5deg);
    -moz-transform: translate(0px, 10px) rotate(2.5deg);
    -ms-transform: translate(0px, 10px) rotate(2.5deg);
    -o-transform: translate(0px, 10px) rotate(2.5deg);
    transform: translate(0px, 10px) rotate(2.5deg);
  }
  68% {
    -webkit-transform: translate(-5px, 6px) rotate(-0.5deg);
    -moz-transform: translate(-5px, 6px) rotate(-0.5deg);
    -ms-transform: translate(-5px, 6px) rotate(-0.5deg);
    -o-transform: translate(-5px, 6px) rotate(-0.5deg);
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(-8px, -4px) rotate(-0.5deg);
    -moz-transform: translate(-8px, -4px) rotate(-0.5deg);
    -ms-transform: translate(-8px, -4px) rotate(-0.5deg);
    -o-transform: translate(-8px, -4px) rotate(-0.5deg);
    transform: translate(-8px, -4px) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(-9px, 2px) rotate(1.5deg);
    -moz-transform: translate(-9px, 2px) rotate(1.5deg);
    -ms-transform: translate(-9px, 2px) rotate(1.5deg);
    -o-transform: translate(-9px, 2px) rotate(1.5deg);
    transform: translate(-9px, 2px) rotate(1.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 3px) rotate(1.5deg);
    -moz-transform: translate(0px, 3px) rotate(1.5deg);
    -ms-transform: translate(0px, 3px) rotate(1.5deg);
    -o-transform: translate(0px, 3px) rotate(1.5deg);
    transform: translate(0px, 3px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(4px, 6px) rotate(-0.5deg);
    -moz-transform: translate(4px, 6px) rotate(-0.5deg);
    -ms-transform: translate(4px, 6px) rotate(-0.5deg);
    -o-transform: translate(4px, 6px) rotate(-0.5deg);
    transform: translate(4px, 6px) rotate(-0.5deg);
  }
  78% {
    -webkit-transform: translate(-2px, 1px) rotate(0.5deg);
    -moz-transform: translate(-2px, 1px) rotate(0.5deg);
    -ms-transform: translate(-2px, 1px) rotate(0.5deg);
    -o-transform: translate(-2px, 1px) rotate(0.5deg);
    transform: translate(-2px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-1px, 2px) rotate(-2.5deg);
    -moz-transform: translate(-1px, 2px) rotate(-2.5deg);
    -ms-transform: translate(-1px, 2px) rotate(-2.5deg);
    -o-transform: translate(-1px, 2px) rotate(-2.5deg);
    transform: translate(-1px, 2px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(-9px, 2px) rotate(0.5deg);
    -moz-transform: translate(-9px, 2px) rotate(0.5deg);
    -ms-transform: translate(-9px, 2px) rotate(0.5deg);
    -o-transform: translate(-9px, 2px) rotate(0.5deg);
    transform: translate(-9px, 2px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(-8px, -7px) rotate(3.5deg);
    -moz-transform: translate(-8px, -7px) rotate(3.5deg);
    -ms-transform: translate(-8px, -7px) rotate(3.5deg);
    -o-transform: translate(-8px, -7px) rotate(3.5deg);
    transform: translate(-8px, -7px) rotate(3.5deg);
  }
  86% {
    -webkit-transform: translate(5px, -5px) rotate(0.5deg);
    -moz-transform: translate(5px, -5px) rotate(0.5deg);
    -ms-transform: translate(5px, -5px) rotate(0.5deg);
    -o-transform: translate(5px, -5px) rotate(0.5deg);
    transform: translate(5px, -5px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(-4px, 1px) rotate(3.5deg);
    -moz-transform: translate(-4px, 1px) rotate(3.5deg);
    -ms-transform: translate(-4px, 1px) rotate(3.5deg);
    -o-transform: translate(-4px, 1px) rotate(3.5deg);
    transform: translate(-4px, 1px) rotate(3.5deg);
  }
  90% {
    -webkit-transform: translate(0px, 0px) rotate(3.5deg);
    -moz-transform: translate(0px, 0px) rotate(3.5deg);
    -ms-transform: translate(0px, 0px) rotate(3.5deg);
    -o-transform: translate(0px, 0px) rotate(3.5deg);
    transform: translate(0px, 0px) rotate(3.5deg);
  }
  92% {
    -webkit-transform: translate(5px, -8px) rotate(3.5deg);
    -moz-transform: translate(5px, -8px) rotate(3.5deg);
    -ms-transform: translate(5px, -8px) rotate(3.5deg);
    -o-transform: translate(5px, -8px) rotate(3.5deg);
    transform: translate(5px, -8px) rotate(3.5deg);
  }
  94% {
    -webkit-transform: translate(-3px, -2px) rotate(-0.5deg);
    -moz-transform: translate(-3px, -2px) rotate(-0.5deg);
    -ms-transform: translate(-3px, -2px) rotate(-0.5deg);
    -o-transform: translate(-3px, -2px) rotate(-0.5deg);
    transform: translate(-3px, -2px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(8px, -5px) rotate(-1.5deg);
    -moz-transform: translate(8px, -5px) rotate(-1.5deg);
    -ms-transform: translate(8px, -5px) rotate(-1.5deg);
    -o-transform: translate(8px, -5px) rotate(-1.5deg);
    transform: translate(8px, -5px) rotate(-1.5deg);
  }
  98% {
    -webkit-transform: translate(-1px, 9px) rotate(-1.5deg);
    -moz-transform: translate(-1px, 9px) rotate(-1.5deg);
    -ms-transform: translate(-1px, 9px) rotate(-1.5deg);
    -o-transform: translate(-1px, 9px) rotate(-1.5deg);
    transform: translate(-1px, 9px) rotate(-1.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-slow {
  2% {
    -webkit-transform: translate(4px, -9px) rotate(-2.5deg);
    -moz-transform: translate(4px, -9px) rotate(-2.5deg);
    -ms-transform: translate(4px, -9px) rotate(-2.5deg);
    -o-transform: translate(4px, -9px) rotate(-2.5deg);
    transform: translate(4px, -9px) rotate(-2.5deg);
  }
  4% {
    -webkit-transform: translate(6px, 8px) rotate(2.5deg);
    -moz-transform: translate(6px, 8px) rotate(2.5deg);
    -ms-transform: translate(6px, 8px) rotate(2.5deg);
    -o-transform: translate(6px, 8px) rotate(2.5deg);
    transform: translate(6px, 8px) rotate(2.5deg);
  }
  6% {
    -webkit-transform: translate(-5px, 6px) rotate(-0.5deg);
    -moz-transform: translate(-5px, 6px) rotate(-0.5deg);
    -ms-transform: translate(-5px, 6px) rotate(-0.5deg);
    -o-transform: translate(-5px, 6px) rotate(-0.5deg);
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, 1px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 1px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 1px) rotate(-0.5deg);
    -o-transform: translate(-1px, 1px) rotate(-0.5deg);
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(5px, 8px) rotate(2.5deg);
    -moz-transform: translate(5px, 8px) rotate(2.5deg);
    -ms-transform: translate(5px, 8px) rotate(2.5deg);
    -o-transform: translate(5px, 8px) rotate(2.5deg);
    transform: translate(5px, 8px) rotate(2.5deg);
  }
  12% {
    -webkit-transform: translate(-7px, 0px) rotate(2.5deg);
    -moz-transform: translate(-7px, 0px) rotate(2.5deg);
    -ms-transform: translate(-7px, 0px) rotate(2.5deg);
    -o-transform: translate(-7px, 0px) rotate(2.5deg);
    transform: translate(-7px, 0px) rotate(2.5deg);
  }
  14% {
    -webkit-transform: translate(6px, -4px) rotate(1.5deg);
    -moz-transform: translate(6px, -4px) rotate(1.5deg);
    -ms-transform: translate(6px, -4px) rotate(1.5deg);
    -o-transform: translate(6px, -4px) rotate(1.5deg);
    transform: translate(6px, -4px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(-2px, 6px) rotate(3.5deg);
    -moz-transform: translate(-2px, 6px) rotate(3.5deg);
    -ms-transform: translate(-2px, 6px) rotate(3.5deg);
    -o-transform: translate(-2px, 6px) rotate(3.5deg);
    transform: translate(-2px, 6px) rotate(3.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 10px) rotate(0.5deg);
    -moz-transform: translate(0px, 10px) rotate(0.5deg);
    -ms-transform: translate(0px, 10px) rotate(0.5deg);
    -o-transform: translate(0px, 10px) rotate(0.5deg);
    transform: translate(0px, 10px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(9px, 1px) rotate(1.5deg);
    -moz-transform: translate(9px, 1px) rotate(1.5deg);
    -ms-transform: translate(9px, 1px) rotate(1.5deg);
    -o-transform: translate(9px, 1px) rotate(1.5deg);
    transform: translate(9px, 1px) rotate(1.5deg);
  }
  22% {
    -webkit-transform: translate(5px, 4px) rotate(2.5deg);
    -moz-transform: translate(5px, 4px) rotate(2.5deg);
    -ms-transform: translate(5px, 4px) rotate(2.5deg);
    -o-transform: translate(5px, 4px) rotate(2.5deg);
    transform: translate(5px, 4px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, -9px) rotate(-2.5deg);
    -moz-transform: translate(-1px, -9px) rotate(-2.5deg);
    -ms-transform: translate(-1px, -9px) rotate(-2.5deg);
    -o-transform: translate(-1px, -9px) rotate(-2.5deg);
    transform: translate(-1px, -9px) rotate(-2.5deg);
  }
  26% {
    -webkit-transform: translate(-1px, 3px) rotate(0.5deg);
    -moz-transform: translate(-1px, 3px) rotate(0.5deg);
    -ms-transform: translate(-1px, 3px) rotate(0.5deg);
    -o-transform: translate(-1px, 3px) rotate(0.5deg);
    transform: translate(-1px, 3px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(8px, -3px) rotate(-2.5deg);
    -moz-transform: translate(8px, -3px) rotate(-2.5deg);
    -ms-transform: translate(8px, -3px) rotate(-2.5deg);
    -o-transform: translate(8px, -3px) rotate(-2.5deg);
    transform: translate(8px, -3px) rotate(-2.5deg);
  }
  30% {
    -webkit-transform: translate(4px, 10px) rotate(0.5deg);
    -moz-transform: translate(4px, 10px) rotate(0.5deg);
    -ms-transform: translate(4px, 10px) rotate(0.5deg);
    -o-transform: translate(4px, 10px) rotate(0.5deg);
    transform: translate(4px, 10px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(7px, 1px) rotate(2.5deg);
    -moz-transform: translate(7px, 1px) rotate(2.5deg);
    -ms-transform: translate(7px, 1px) rotate(2.5deg);
    -o-transform: translate(7px, 1px) rotate(2.5deg);
    transform: translate(7px, 1px) rotate(2.5deg);
  }
  34% {
    -webkit-transform: translate(7px, -4px) rotate(-1.5deg);
    -moz-transform: translate(7px, -4px) rotate(-1.5deg);
    -ms-transform: translate(7px, -4px) rotate(-1.5deg);
    -o-transform: translate(7px, -4px) rotate(-1.5deg);
    transform: translate(7px, -4px) rotate(-1.5deg);
  }
  36% {
    -webkit-transform: translate(-4px, 9px) rotate(-0.5deg);
    -moz-transform: translate(-4px, 9px) rotate(-0.5deg);
    -ms-transform: translate(-4px, 9px) rotate(-0.5deg);
    -o-transform: translate(-4px, 9px) rotate(-0.5deg);
    transform: translate(-4px, 9px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(8px, 10px) rotate(1.5deg);
    -moz-transform: translate(8px, 10px) rotate(1.5deg);
    -ms-transform: translate(8px, 10px) rotate(1.5deg);
    -o-transform: translate(8px, 10px) rotate(1.5deg);
    transform: translate(8px, 10px) rotate(1.5deg);
  }
  40% {
    -webkit-transform: translate(7px, 9px) rotate(3.5deg);
    -moz-transform: translate(7px, 9px) rotate(3.5deg);
    -ms-transform: translate(7px, 9px) rotate(3.5deg);
    -o-transform: translate(7px, 9px) rotate(3.5deg);
    transform: translate(7px, 9px) rotate(3.5deg);
  }
  42% {
    -webkit-transform: translate(-7px, -5px) rotate(1.5deg);
    -moz-transform: translate(-7px, -5px) rotate(1.5deg);
    -ms-transform: translate(-7px, -5px) rotate(1.5deg);
    -o-transform: translate(-7px, -5px) rotate(1.5deg);
    transform: translate(-7px, -5px) rotate(1.5deg);
  }
  44% {
    -webkit-transform: translate(5px, 3px) rotate(-1.5deg);
    -moz-transform: translate(5px, 3px) rotate(-1.5deg);
    -ms-transform: translate(5px, 3px) rotate(-1.5deg);
    -o-transform: translate(5px, 3px) rotate(-1.5deg);
    transform: translate(5px, 3px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(-7px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-7px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-7px, 0px) rotate(-0.5deg);
    -o-transform: translate(-7px, 0px) rotate(-0.5deg);
    transform: translate(-7px, 0px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-6px, -9px) rotate(-1.5deg);
    -moz-transform: translate(-6px, -9px) rotate(-1.5deg);
    -ms-transform: translate(-6px, -9px) rotate(-1.5deg);
    -o-transform: translate(-6px, -9px) rotate(-1.5deg);
    transform: translate(-6px, -9px) rotate(-1.5deg);
  }
  50% {
    -webkit-transform: translate(-9px, -4px) rotate(-2.5deg);
    -moz-transform: translate(-9px, -4px) rotate(-2.5deg);
    -ms-transform: translate(-9px, -4px) rotate(-2.5deg);
    -o-transform: translate(-9px, -4px) rotate(-2.5deg);
    transform: translate(-9px, -4px) rotate(-2.5deg);
  }
  52% {
    -webkit-transform: translate(8px, -1px) rotate(3.5deg);
    -moz-transform: translate(8px, -1px) rotate(3.5deg);
    -ms-transform: translate(8px, -1px) rotate(3.5deg);
    -o-transform: translate(8px, -1px) rotate(3.5deg);
    transform: translate(8px, -1px) rotate(3.5deg);
  }
  54% {
    -webkit-transform: translate(-1px, 2px) rotate(3.5deg);
    -moz-transform: translate(-1px, 2px) rotate(3.5deg);
    -ms-transform: translate(-1px, 2px) rotate(3.5deg);
    -o-transform: translate(-1px, 2px) rotate(3.5deg);
    transform: translate(-1px, 2px) rotate(3.5deg);
  }
  56% {
    -webkit-transform: translate(1px, -5px) rotate(-2.5deg);
    -moz-transform: translate(1px, -5px) rotate(-2.5deg);
    -ms-transform: translate(1px, -5px) rotate(-2.5deg);
    -o-transform: translate(1px, -5px) rotate(-2.5deg);
    transform: translate(1px, -5px) rotate(-2.5deg);
  }
  58% {
    -webkit-transform: translate(-3px, -5px) rotate(-1.5deg);
    -moz-transform: translate(-3px, -5px) rotate(-1.5deg);
    -ms-transform: translate(-3px, -5px) rotate(-1.5deg);
    -o-transform: translate(-3px, -5px) rotate(-1.5deg);
    transform: translate(-3px, -5px) rotate(-1.5deg);
  }
  60% {
    -webkit-transform: translate(-3px, 3px) rotate(-1.5deg);
    -moz-transform: translate(-3px, 3px) rotate(-1.5deg);
    -ms-transform: translate(-3px, 3px) rotate(-1.5deg);
    -o-transform: translate(-3px, 3px) rotate(-1.5deg);
    transform: translate(-3px, 3px) rotate(-1.5deg);
  }
  62% {
    -webkit-transform: translate(9px, 3px) rotate(1.5deg);
    -moz-transform: translate(9px, 3px) rotate(1.5deg);
    -ms-transform: translate(9px, 3px) rotate(1.5deg);
    -o-transform: translate(9px, 3px) rotate(1.5deg);
    transform: translate(9px, 3px) rotate(1.5deg);
  }
  64% {
    -webkit-transform: translate(-3px, 4px) rotate(3.5deg);
    -moz-transform: translate(-3px, 4px) rotate(3.5deg);
    -ms-transform: translate(-3px, 4px) rotate(3.5deg);
    -o-transform: translate(-3px, 4px) rotate(3.5deg);
    transform: translate(-3px, 4px) rotate(3.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 10px) rotate(2.5deg);
    -moz-transform: translate(0px, 10px) rotate(2.5deg);
    -ms-transform: translate(0px, 10px) rotate(2.5deg);
    -o-transform: translate(0px, 10px) rotate(2.5deg);
    transform: translate(0px, 10px) rotate(2.5deg);
  }
  68% {
    -webkit-transform: translate(-5px, 6px) rotate(-0.5deg);
    -moz-transform: translate(-5px, 6px) rotate(-0.5deg);
    -ms-transform: translate(-5px, 6px) rotate(-0.5deg);
    -o-transform: translate(-5px, 6px) rotate(-0.5deg);
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(-8px, -4px) rotate(-0.5deg);
    -moz-transform: translate(-8px, -4px) rotate(-0.5deg);
    -ms-transform: translate(-8px, -4px) rotate(-0.5deg);
    -o-transform: translate(-8px, -4px) rotate(-0.5deg);
    transform: translate(-8px, -4px) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(-9px, 2px) rotate(1.5deg);
    -moz-transform: translate(-9px, 2px) rotate(1.5deg);
    -ms-transform: translate(-9px, 2px) rotate(1.5deg);
    -o-transform: translate(-9px, 2px) rotate(1.5deg);
    transform: translate(-9px, 2px) rotate(1.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 3px) rotate(1.5deg);
    -moz-transform: translate(0px, 3px) rotate(1.5deg);
    -ms-transform: translate(0px, 3px) rotate(1.5deg);
    -o-transform: translate(0px, 3px) rotate(1.5deg);
    transform: translate(0px, 3px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(4px, 6px) rotate(-0.5deg);
    -moz-transform: translate(4px, 6px) rotate(-0.5deg);
    -ms-transform: translate(4px, 6px) rotate(-0.5deg);
    -o-transform: translate(4px, 6px) rotate(-0.5deg);
    transform: translate(4px, 6px) rotate(-0.5deg);
  }
  78% {
    -webkit-transform: translate(-2px, 1px) rotate(0.5deg);
    -moz-transform: translate(-2px, 1px) rotate(0.5deg);
    -ms-transform: translate(-2px, 1px) rotate(0.5deg);
    -o-transform: translate(-2px, 1px) rotate(0.5deg);
    transform: translate(-2px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-1px, 2px) rotate(-2.5deg);
    -moz-transform: translate(-1px, 2px) rotate(-2.5deg);
    -ms-transform: translate(-1px, 2px) rotate(-2.5deg);
    -o-transform: translate(-1px, 2px) rotate(-2.5deg);
    transform: translate(-1px, 2px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(-9px, 2px) rotate(0.5deg);
    -moz-transform: translate(-9px, 2px) rotate(0.5deg);
    -ms-transform: translate(-9px, 2px) rotate(0.5deg);
    -o-transform: translate(-9px, 2px) rotate(0.5deg);
    transform: translate(-9px, 2px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(-8px, -7px) rotate(3.5deg);
    -moz-transform: translate(-8px, -7px) rotate(3.5deg);
    -ms-transform: translate(-8px, -7px) rotate(3.5deg);
    -o-transform: translate(-8px, -7px) rotate(3.5deg);
    transform: translate(-8px, -7px) rotate(3.5deg);
  }
  86% {
    -webkit-transform: translate(5px, -5px) rotate(0.5deg);
    -moz-transform: translate(5px, -5px) rotate(0.5deg);
    -ms-transform: translate(5px, -5px) rotate(0.5deg);
    -o-transform: translate(5px, -5px) rotate(0.5deg);
    transform: translate(5px, -5px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(-4px, 1px) rotate(3.5deg);
    -moz-transform: translate(-4px, 1px) rotate(3.5deg);
    -ms-transform: translate(-4px, 1px) rotate(3.5deg);
    -o-transform: translate(-4px, 1px) rotate(3.5deg);
    transform: translate(-4px, 1px) rotate(3.5deg);
  }
  90% {
    -webkit-transform: translate(0px, 0px) rotate(3.5deg);
    -moz-transform: translate(0px, 0px) rotate(3.5deg);
    -ms-transform: translate(0px, 0px) rotate(3.5deg);
    -o-transform: translate(0px, 0px) rotate(3.5deg);
    transform: translate(0px, 0px) rotate(3.5deg);
  }
  92% {
    -webkit-transform: translate(5px, -8px) rotate(3.5deg);
    -moz-transform: translate(5px, -8px) rotate(3.5deg);
    -ms-transform: translate(5px, -8px) rotate(3.5deg);
    -o-transform: translate(5px, -8px) rotate(3.5deg);
    transform: translate(5px, -8px) rotate(3.5deg);
  }
  94% {
    -webkit-transform: translate(-3px, -2px) rotate(-0.5deg);
    -moz-transform: translate(-3px, -2px) rotate(-0.5deg);
    -ms-transform: translate(-3px, -2px) rotate(-0.5deg);
    -o-transform: translate(-3px, -2px) rotate(-0.5deg);
    transform: translate(-3px, -2px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(8px, -5px) rotate(-1.5deg);
    -moz-transform: translate(8px, -5px) rotate(-1.5deg);
    -ms-transform: translate(8px, -5px) rotate(-1.5deg);
    -o-transform: translate(8px, -5px) rotate(-1.5deg);
    transform: translate(8px, -5px) rotate(-1.5deg);
  }
  98% {
    -webkit-transform: translate(-1px, 9px) rotate(-1.5deg);
    -moz-transform: translate(-1px, 9px) rotate(-1.5deg);
    -ms-transform: translate(-1px, 9px) rotate(-1.5deg);
    -o-transform: translate(-1px, 9px) rotate(-1.5deg);
    transform: translate(-1px, 9px) rotate(-1.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-hard {
  2% {
    -webkit-transform: translate(2px, 2px) rotate(1.5deg);
    -moz-transform: translate(2px, 2px) rotate(1.5deg);
    -ms-transform: translate(2px, 2px) rotate(1.5deg);
    -o-transform: translate(2px, 2px) rotate(1.5deg);
    transform: translate(2px, 2px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(-4px, 9px) rotate(-1.5deg);
    -moz-transform: translate(-4px, 9px) rotate(-1.5deg);
    -ms-transform: translate(-4px, 9px) rotate(-1.5deg);
    -o-transform: translate(-4px, 9px) rotate(-1.5deg);
    transform: translate(-4px, 9px) rotate(-1.5deg);
  }
  6% {
    -webkit-transform: translate(-5px, 6px) rotate(3.5deg);
    -moz-transform: translate(-5px, 6px) rotate(3.5deg);
    -ms-transform: translate(-5px, 6px) rotate(3.5deg);
    -o-transform: translate(-5px, 6px) rotate(3.5deg);
    transform: translate(-5px, 6px) rotate(3.5deg);
  }
  8% {
    -webkit-transform: translate(-3px, -3px) rotate(3.5deg);
    -moz-transform: translate(-3px, -3px) rotate(3.5deg);
    -ms-transform: translate(-3px, -3px) rotate(3.5deg);
    -o-transform: translate(-3px, -3px) rotate(3.5deg);
    transform: translate(-3px, -3px) rotate(3.5deg);
  }
  10% {
    -webkit-transform: translate(-5px, -6px) rotate(0.5deg);
    -moz-transform: translate(-5px, -6px) rotate(0.5deg);
    -ms-transform: translate(-5px, -6px) rotate(0.5deg);
    -o-transform: translate(-5px, -6px) rotate(0.5deg);
    transform: translate(-5px, -6px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(-3px, -9px) rotate(0.5deg);
    -moz-transform: translate(-3px, -9px) rotate(0.5deg);
    -ms-transform: translate(-3px, -9px) rotate(0.5deg);
    -o-transform: translate(-3px, -9px) rotate(0.5deg);
    transform: translate(-3px, -9px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(-7px, -8px) rotate(-1.5deg);
    -moz-transform: translate(-7px, -8px) rotate(-1.5deg);
    -ms-transform: translate(-7px, -8px) rotate(-1.5deg);
    -o-transform: translate(-7px, -8px) rotate(-1.5deg);
    transform: translate(-7px, -8px) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(-4px, 6px) rotate(-2.5deg);
    -moz-transform: translate(-4px, 6px) rotate(-2.5deg);
    -ms-transform: translate(-4px, 6px) rotate(-2.5deg);
    -o-transform: translate(-4px, 6px) rotate(-2.5deg);
    transform: translate(-4px, 6px) rotate(-2.5deg);
  }
  18% {
    -webkit-transform: translate(-5px, 10px) rotate(-2.5deg);
    -moz-transform: translate(-5px, 10px) rotate(-2.5deg);
    -ms-transform: translate(-5px, 10px) rotate(-2.5deg);
    -o-transform: translate(-5px, 10px) rotate(-2.5deg);
    transform: translate(-5px, 10px) rotate(-2.5deg);
  }
  20% {
    -webkit-transform: translate(4px, -8px) rotate(-1.5deg);
    -moz-transform: translate(4px, -8px) rotate(-1.5deg);
    -ms-transform: translate(4px, -8px) rotate(-1.5deg);
    -o-transform: translate(4px, -8px) rotate(-1.5deg);
    transform: translate(4px, -8px) rotate(-1.5deg);
  }
  22% {
    -webkit-transform: translate(1px, -2px) rotate(2.5deg);
    -moz-transform: translate(1px, -2px) rotate(2.5deg);
    -ms-transform: translate(1px, -2px) rotate(2.5deg);
    -o-transform: translate(1px, -2px) rotate(2.5deg);
    transform: translate(1px, -2px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(8px, -3px) rotate(0.5deg);
    -moz-transform: translate(8px, -3px) rotate(0.5deg);
    -ms-transform: translate(8px, -3px) rotate(0.5deg);
    -o-transform: translate(8px, -3px) rotate(0.5deg);
    transform: translate(8px, -3px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(-8px, 8px) rotate(-0.5deg);
    -moz-transform: translate(-8px, 8px) rotate(-0.5deg);
    -ms-transform: translate(-8px, 8px) rotate(-0.5deg);
    -o-transform: translate(-8px, 8px) rotate(-0.5deg);
    transform: translate(-8px, 8px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(3px, -2px) rotate(-1.5deg);
    -moz-transform: translate(3px, -2px) rotate(-1.5deg);
    -ms-transform: translate(3px, -2px) rotate(-1.5deg);
    -o-transform: translate(3px, -2px) rotate(-1.5deg);
    transform: translate(3px, -2px) rotate(-1.5deg);
  }
  30% {
    -webkit-transform: translate(1px, -9px) rotate(0.5deg);
    -moz-transform: translate(1px, -9px) rotate(0.5deg);
    -ms-transform: translate(1px, -9px) rotate(0.5deg);
    -o-transform: translate(1px, -9px) rotate(0.5deg);
    transform: translate(1px, -9px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(7px, 1px) rotate(0.5deg);
    -moz-transform: translate(7px, 1px) rotate(0.5deg);
    -ms-transform: translate(7px, 1px) rotate(0.5deg);
    -o-transform: translate(7px, 1px) rotate(0.5deg);
    transform: translate(7px, 1px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(-1px, -5px) rotate(0.5deg);
    -moz-transform: translate(-1px, -5px) rotate(0.5deg);
    -ms-transform: translate(-1px, -5px) rotate(0.5deg);
    -o-transform: translate(-1px, -5px) rotate(0.5deg);
    transform: translate(-1px, -5px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(3px, 10px) rotate(2.5deg);
    -moz-transform: translate(3px, 10px) rotate(2.5deg);
    -ms-transform: translate(3px, 10px) rotate(2.5deg);
    -o-transform: translate(3px, 10px) rotate(2.5deg);
    transform: translate(3px, 10px) rotate(2.5deg);
  }
  38% {
    -webkit-transform: translate(-8px, -7px) rotate(2.5deg);
    -moz-transform: translate(-8px, -7px) rotate(2.5deg);
    -ms-transform: translate(-8px, -7px) rotate(2.5deg);
    -o-transform: translate(-8px, -7px) rotate(2.5deg);
    transform: translate(-8px, -7px) rotate(2.5deg);
  }
  40% {
    -webkit-transform: translate(5px, 7px) rotate(-1.5deg);
    -moz-transform: translate(5px, 7px) rotate(-1.5deg);
    -ms-transform: translate(5px, 7px) rotate(-1.5deg);
    -o-transform: translate(5px, 7px) rotate(-1.5deg);
    transform: translate(5px, 7px) rotate(-1.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 10px) rotate(-2.5deg);
    -moz-transform: translate(0px, 10px) rotate(-2.5deg);
    -ms-transform: translate(0px, 10px) rotate(-2.5deg);
    -o-transform: translate(0px, 10px) rotate(-2.5deg);
    transform: translate(0px, 10px) rotate(-2.5deg);
  }
  44% {
    -webkit-transform: translate(-2px, 1px) rotate(-1.5deg);
    -moz-transform: translate(-2px, 1px) rotate(-1.5deg);
    -ms-transform: translate(-2px, 1px) rotate(-1.5deg);
    -o-transform: translate(-2px, 1px) rotate(-1.5deg);
    transform: translate(-2px, 1px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(5px, 2px) rotate(-1.5deg);
    -moz-transform: translate(5px, 2px) rotate(-1.5deg);
    -ms-transform: translate(5px, 2px) rotate(-1.5deg);
    -o-transform: translate(5px, 2px) rotate(-1.5deg);
    transform: translate(5px, 2px) rotate(-1.5deg);
  }
  48% {
    -webkit-transform: translate(-6px, -8px) rotate(0.5deg);
    -moz-transform: translate(-6px, -8px) rotate(0.5deg);
    -ms-transform: translate(-6px, -8px) rotate(0.5deg);
    -o-transform: translate(-6px, -8px) rotate(0.5deg);
    transform: translate(-6px, -8px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-9px, 1px) rotate(0.5deg);
    -moz-transform: translate(-9px, 1px) rotate(0.5deg);
    -ms-transform: translate(-9px, 1px) rotate(0.5deg);
    -o-transform: translate(-9px, 1px) rotate(0.5deg);
    transform: translate(-9px, 1px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(1px, 5px) rotate(0.5deg);
    -moz-transform: translate(1px, 5px) rotate(0.5deg);
    -ms-transform: translate(1px, 5px) rotate(0.5deg);
    -o-transform: translate(1px, 5px) rotate(0.5deg);
    transform: translate(1px, 5px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
    -o-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-8px, 7px) rotate(1.5deg);
    -moz-transform: translate(-8px, 7px) rotate(1.5deg);
    -ms-transform: translate(-8px, 7px) rotate(1.5deg);
    -o-transform: translate(-8px, 7px) rotate(1.5deg);
    transform: translate(-8px, 7px) rotate(1.5deg);
  }
  58% {
    -webkit-transform: translate(10px, 6px) rotate(0.5deg);
    -moz-transform: translate(10px, 6px) rotate(0.5deg);
    -ms-transform: translate(10px, 6px) rotate(0.5deg);
    -o-transform: translate(10px, 6px) rotate(0.5deg);
    transform: translate(10px, 6px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-4px, 3px) rotate(-2.5deg);
    -moz-transform: translate(-4px, 3px) rotate(-2.5deg);
    -ms-transform: translate(-4px, 3px) rotate(-2.5deg);
    -o-transform: translate(-4px, 3px) rotate(-2.5deg);
    transform: translate(-4px, 3px) rotate(-2.5deg);
  }
  62% {
    -webkit-transform: translate(-7px, 9px) rotate(0.5deg);
    -moz-transform: translate(-7px, 9px) rotate(0.5deg);
    -ms-transform: translate(-7px, 9px) rotate(0.5deg);
    -o-transform: translate(-7px, 9px) rotate(0.5deg);
    transform: translate(-7px, 9px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(-1px, -1px) rotate(-2.5deg);
    -moz-transform: translate(-1px, -1px) rotate(-2.5deg);
    -ms-transform: translate(-1px, -1px) rotate(-2.5deg);
    -o-transform: translate(-1px, -1px) rotate(-2.5deg);
    transform: translate(-1px, -1px) rotate(-2.5deg);
  }
  66% {
    -webkit-transform: translate(-6px, -8px) rotate(-1.5deg);
    -moz-transform: translate(-6px, -8px) rotate(-1.5deg);
    -ms-transform: translate(-6px, -8px) rotate(-1.5deg);
    -o-transform: translate(-6px, -8px) rotate(-1.5deg);
    transform: translate(-6px, -8px) rotate(-1.5deg);
  }
  68% {
    -webkit-transform: translate(-6px, 5px) rotate(-0.5deg);
    -moz-transform: translate(-6px, 5px) rotate(-0.5deg);
    -ms-transform: translate(-6px, 5px) rotate(-0.5deg);
    -o-transform: translate(-6px, 5px) rotate(-0.5deg);
    transform: translate(-6px, 5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(1px, -8px) rotate(-1.5deg);
    -moz-transform: translate(1px, -8px) rotate(-1.5deg);
    -ms-transform: translate(1px, -8px) rotate(-1.5deg);
    -o-transform: translate(1px, -8px) rotate(-1.5deg);
    transform: translate(1px, -8px) rotate(-1.5deg);
  }
  72% {
    -webkit-transform: translate(1px, 9px) rotate(-0.5deg);
    -moz-transform: translate(1px, 9px) rotate(-0.5deg);
    -ms-transform: translate(1px, 9px) rotate(-0.5deg);
    -o-transform: translate(1px, 9px) rotate(-0.5deg);
    transform: translate(1px, 9px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(9px, -8px) rotate(-0.5deg);
    -moz-transform: translate(9px, -8px) rotate(-0.5deg);
    -ms-transform: translate(9px, -8px) rotate(-0.5deg);
    -o-transform: translate(9px, -8px) rotate(-0.5deg);
    transform: translate(9px, -8px) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(5px, 6px) rotate(-1.5deg);
    -moz-transform: translate(5px, 6px) rotate(-1.5deg);
    -ms-transform: translate(5px, 6px) rotate(-1.5deg);
    -o-transform: translate(5px, 6px) rotate(-1.5deg);
    transform: translate(5px, 6px) rotate(-1.5deg);
  }
  78% {
    -webkit-transform: translate(10px, 5px) rotate(-0.5deg);
    -moz-transform: translate(10px, 5px) rotate(-0.5deg);
    -ms-transform: translate(10px, 5px) rotate(-0.5deg);
    -o-transform: translate(10px, 5px) rotate(-0.5deg);
    transform: translate(10px, 5px) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(7px, 9px) rotate(-2.5deg);
    -moz-transform: translate(7px, 9px) rotate(-2.5deg);
    -ms-transform: translate(7px, 9px) rotate(-2.5deg);
    -o-transform: translate(7px, 9px) rotate(-2.5deg);
    transform: translate(7px, 9px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(7px, -9px) rotate(3.5deg);
    -moz-transform: translate(7px, -9px) rotate(3.5deg);
    -ms-transform: translate(7px, -9px) rotate(3.5deg);
    -o-transform: translate(7px, -9px) rotate(3.5deg);
    transform: translate(7px, -9px) rotate(3.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 8px) rotate(-0.5deg);
    -moz-transform: translate(1px, 8px) rotate(-0.5deg);
    -ms-transform: translate(1px, 8px) rotate(-0.5deg);
    -o-transform: translate(1px, 8px) rotate(-0.5deg);
    transform: translate(1px, 8px) rotate(-0.5deg);
  }
  86% {
    -webkit-transform: translate(-1px, 9px) rotate(1.5deg);
    -moz-transform: translate(-1px, 9px) rotate(1.5deg);
    -ms-transform: translate(-1px, 9px) rotate(1.5deg);
    -o-transform: translate(-1px, 9px) rotate(1.5deg);
    transform: translate(-1px, 9px) rotate(1.5deg);
  }
  88% {
    -webkit-transform: translate(-5px, -3px) rotate(3.5deg);
    -moz-transform: translate(-5px, -3px) rotate(3.5deg);
    -ms-transform: translate(-5px, -3px) rotate(3.5deg);
    -o-transform: translate(-5px, -3px) rotate(3.5deg);
    transform: translate(-5px, -3px) rotate(3.5deg);
  }
  90% {
    -webkit-transform: translate(-2px, 5px) rotate(3.5deg);
    -moz-transform: translate(-2px, 5px) rotate(3.5deg);
    -ms-transform: translate(-2px, 5px) rotate(3.5deg);
    -o-transform: translate(-2px, 5px) rotate(3.5deg);
    transform: translate(-2px, 5px) rotate(3.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 9px) rotate(-1.5deg);
    -moz-transform: translate(0px, 9px) rotate(-1.5deg);
    -ms-transform: translate(0px, 9px) rotate(-1.5deg);
    -o-transform: translate(0px, 9px) rotate(-1.5deg);
    transform: translate(0px, 9px) rotate(-1.5deg);
  }
  94% {
    -webkit-transform: translate(5px, 4px) rotate(0.5deg);
    -moz-transform: translate(5px, 4px) rotate(0.5deg);
    -ms-transform: translate(5px, 4px) rotate(0.5deg);
    -o-transform: translate(5px, 4px) rotate(0.5deg);
    transform: translate(5px, 4px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(-4px, 0px) rotate(3.5deg);
    -moz-transform: translate(-4px, 0px) rotate(3.5deg);
    -ms-transform: translate(-4px, 0px) rotate(3.5deg);
    -o-transform: translate(-4px, 0px) rotate(3.5deg);
    transform: translate(-4px, 0px) rotate(3.5deg);
  }
  98% {
    -webkit-transform: translate(-6px, 1px) rotate(-2.5deg);
    -moz-transform: translate(-6px, 1px) rotate(-2.5deg);
    -ms-transform: translate(-6px, 1px) rotate(-2.5deg);
    -o-transform: translate(-6px, 1px) rotate(-2.5deg);
    transform: translate(-6px, 1px) rotate(-2.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-hard {
  2% {
    -webkit-transform: translate(2px, 2px) rotate(1.5deg);
    -moz-transform: translate(2px, 2px) rotate(1.5deg);
    -ms-transform: translate(2px, 2px) rotate(1.5deg);
    -o-transform: translate(2px, 2px) rotate(1.5deg);
    transform: translate(2px, 2px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(-4px, 9px) rotate(-1.5deg);
    -moz-transform: translate(-4px, 9px) rotate(-1.5deg);
    -ms-transform: translate(-4px, 9px) rotate(-1.5deg);
    -o-transform: translate(-4px, 9px) rotate(-1.5deg);
    transform: translate(-4px, 9px) rotate(-1.5deg);
  }
  6% {
    -webkit-transform: translate(-5px, 6px) rotate(3.5deg);
    -moz-transform: translate(-5px, 6px) rotate(3.5deg);
    -ms-transform: translate(-5px, 6px) rotate(3.5deg);
    -o-transform: translate(-5px, 6px) rotate(3.5deg);
    transform: translate(-5px, 6px) rotate(3.5deg);
  }
  8% {
    -webkit-transform: translate(-3px, -3px) rotate(3.5deg);
    -moz-transform: translate(-3px, -3px) rotate(3.5deg);
    -ms-transform: translate(-3px, -3px) rotate(3.5deg);
    -o-transform: translate(-3px, -3px) rotate(3.5deg);
    transform: translate(-3px, -3px) rotate(3.5deg);
  }
  10% {
    -webkit-transform: translate(-5px, -6px) rotate(0.5deg);
    -moz-transform: translate(-5px, -6px) rotate(0.5deg);
    -ms-transform: translate(-5px, -6px) rotate(0.5deg);
    -o-transform: translate(-5px, -6px) rotate(0.5deg);
    transform: translate(-5px, -6px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(-3px, -9px) rotate(0.5deg);
    -moz-transform: translate(-3px, -9px) rotate(0.5deg);
    -ms-transform: translate(-3px, -9px) rotate(0.5deg);
    -o-transform: translate(-3px, -9px) rotate(0.5deg);
    transform: translate(-3px, -9px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(-7px, -8px) rotate(-1.5deg);
    -moz-transform: translate(-7px, -8px) rotate(-1.5deg);
    -ms-transform: translate(-7px, -8px) rotate(-1.5deg);
    -o-transform: translate(-7px, -8px) rotate(-1.5deg);
    transform: translate(-7px, -8px) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(-4px, 6px) rotate(-2.5deg);
    -moz-transform: translate(-4px, 6px) rotate(-2.5deg);
    -ms-transform: translate(-4px, 6px) rotate(-2.5deg);
    -o-transform: translate(-4px, 6px) rotate(-2.5deg);
    transform: translate(-4px, 6px) rotate(-2.5deg);
  }
  18% {
    -webkit-transform: translate(-5px, 10px) rotate(-2.5deg);
    -moz-transform: translate(-5px, 10px) rotate(-2.5deg);
    -ms-transform: translate(-5px, 10px) rotate(-2.5deg);
    -o-transform: translate(-5px, 10px) rotate(-2.5deg);
    transform: translate(-5px, 10px) rotate(-2.5deg);
  }
  20% {
    -webkit-transform: translate(4px, -8px) rotate(-1.5deg);
    -moz-transform: translate(4px, -8px) rotate(-1.5deg);
    -ms-transform: translate(4px, -8px) rotate(-1.5deg);
    -o-transform: translate(4px, -8px) rotate(-1.5deg);
    transform: translate(4px, -8px) rotate(-1.5deg);
  }
  22% {
    -webkit-transform: translate(1px, -2px) rotate(2.5deg);
    -moz-transform: translate(1px, -2px) rotate(2.5deg);
    -ms-transform: translate(1px, -2px) rotate(2.5deg);
    -o-transform: translate(1px, -2px) rotate(2.5deg);
    transform: translate(1px, -2px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(8px, -3px) rotate(0.5deg);
    -moz-transform: translate(8px, -3px) rotate(0.5deg);
    -ms-transform: translate(8px, -3px) rotate(0.5deg);
    -o-transform: translate(8px, -3px) rotate(0.5deg);
    transform: translate(8px, -3px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(-8px, 8px) rotate(-0.5deg);
    -moz-transform: translate(-8px, 8px) rotate(-0.5deg);
    -ms-transform: translate(-8px, 8px) rotate(-0.5deg);
    -o-transform: translate(-8px, 8px) rotate(-0.5deg);
    transform: translate(-8px, 8px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(3px, -2px) rotate(-1.5deg);
    -moz-transform: translate(3px, -2px) rotate(-1.5deg);
    -ms-transform: translate(3px, -2px) rotate(-1.5deg);
    -o-transform: translate(3px, -2px) rotate(-1.5deg);
    transform: translate(3px, -2px) rotate(-1.5deg);
  }
  30% {
    -webkit-transform: translate(1px, -9px) rotate(0.5deg);
    -moz-transform: translate(1px, -9px) rotate(0.5deg);
    -ms-transform: translate(1px, -9px) rotate(0.5deg);
    -o-transform: translate(1px, -9px) rotate(0.5deg);
    transform: translate(1px, -9px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(7px, 1px) rotate(0.5deg);
    -moz-transform: translate(7px, 1px) rotate(0.5deg);
    -ms-transform: translate(7px, 1px) rotate(0.5deg);
    -o-transform: translate(7px, 1px) rotate(0.5deg);
    transform: translate(7px, 1px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(-1px, -5px) rotate(0.5deg);
    -moz-transform: translate(-1px, -5px) rotate(0.5deg);
    -ms-transform: translate(-1px, -5px) rotate(0.5deg);
    -o-transform: translate(-1px, -5px) rotate(0.5deg);
    transform: translate(-1px, -5px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(3px, 10px) rotate(2.5deg);
    -moz-transform: translate(3px, 10px) rotate(2.5deg);
    -ms-transform: translate(3px, 10px) rotate(2.5deg);
    -o-transform: translate(3px, 10px) rotate(2.5deg);
    transform: translate(3px, 10px) rotate(2.5deg);
  }
  38% {
    -webkit-transform: translate(-8px, -7px) rotate(2.5deg);
    -moz-transform: translate(-8px, -7px) rotate(2.5deg);
    -ms-transform: translate(-8px, -7px) rotate(2.5deg);
    -o-transform: translate(-8px, -7px) rotate(2.5deg);
    transform: translate(-8px, -7px) rotate(2.5deg);
  }
  40% {
    -webkit-transform: translate(5px, 7px) rotate(-1.5deg);
    -moz-transform: translate(5px, 7px) rotate(-1.5deg);
    -ms-transform: translate(5px, 7px) rotate(-1.5deg);
    -o-transform: translate(5px, 7px) rotate(-1.5deg);
    transform: translate(5px, 7px) rotate(-1.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 10px) rotate(-2.5deg);
    -moz-transform: translate(0px, 10px) rotate(-2.5deg);
    -ms-transform: translate(0px, 10px) rotate(-2.5deg);
    -o-transform: translate(0px, 10px) rotate(-2.5deg);
    transform: translate(0px, 10px) rotate(-2.5deg);
  }
  44% {
    -webkit-transform: translate(-2px, 1px) rotate(-1.5deg);
    -moz-transform: translate(-2px, 1px) rotate(-1.5deg);
    -ms-transform: translate(-2px, 1px) rotate(-1.5deg);
    -o-transform: translate(-2px, 1px) rotate(-1.5deg);
    transform: translate(-2px, 1px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(5px, 2px) rotate(-1.5deg);
    -moz-transform: translate(5px, 2px) rotate(-1.5deg);
    -ms-transform: translate(5px, 2px) rotate(-1.5deg);
    -o-transform: translate(5px, 2px) rotate(-1.5deg);
    transform: translate(5px, 2px) rotate(-1.5deg);
  }
  48% {
    -webkit-transform: translate(-6px, -8px) rotate(0.5deg);
    -moz-transform: translate(-6px, -8px) rotate(0.5deg);
    -ms-transform: translate(-6px, -8px) rotate(0.5deg);
    -o-transform: translate(-6px, -8px) rotate(0.5deg);
    transform: translate(-6px, -8px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-9px, 1px) rotate(0.5deg);
    -moz-transform: translate(-9px, 1px) rotate(0.5deg);
    -ms-transform: translate(-9px, 1px) rotate(0.5deg);
    -o-transform: translate(-9px, 1px) rotate(0.5deg);
    transform: translate(-9px, 1px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(1px, 5px) rotate(0.5deg);
    -moz-transform: translate(1px, 5px) rotate(0.5deg);
    -ms-transform: translate(1px, 5px) rotate(0.5deg);
    -o-transform: translate(1px, 5px) rotate(0.5deg);
    transform: translate(1px, 5px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
    -o-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-8px, 7px) rotate(1.5deg);
    -moz-transform: translate(-8px, 7px) rotate(1.5deg);
    -ms-transform: translate(-8px, 7px) rotate(1.5deg);
    -o-transform: translate(-8px, 7px) rotate(1.5deg);
    transform: translate(-8px, 7px) rotate(1.5deg);
  }
  58% {
    -webkit-transform: translate(10px, 6px) rotate(0.5deg);
    -moz-transform: translate(10px, 6px) rotate(0.5deg);
    -ms-transform: translate(10px, 6px) rotate(0.5deg);
    -o-transform: translate(10px, 6px) rotate(0.5deg);
    transform: translate(10px, 6px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-4px, 3px) rotate(-2.5deg);
    -moz-transform: translate(-4px, 3px) rotate(-2.5deg);
    -ms-transform: translate(-4px, 3px) rotate(-2.5deg);
    -o-transform: translate(-4px, 3px) rotate(-2.5deg);
    transform: translate(-4px, 3px) rotate(-2.5deg);
  }
  62% {
    -webkit-transform: translate(-7px, 9px) rotate(0.5deg);
    -moz-transform: translate(-7px, 9px) rotate(0.5deg);
    -ms-transform: translate(-7px, 9px) rotate(0.5deg);
    -o-transform: translate(-7px, 9px) rotate(0.5deg);
    transform: translate(-7px, 9px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(-1px, -1px) rotate(-2.5deg);
    -moz-transform: translate(-1px, -1px) rotate(-2.5deg);
    -ms-transform: translate(-1px, -1px) rotate(-2.5deg);
    -o-transform: translate(-1px, -1px) rotate(-2.5deg);
    transform: translate(-1px, -1px) rotate(-2.5deg);
  }
  66% {
    -webkit-transform: translate(-6px, -8px) rotate(-1.5deg);
    -moz-transform: translate(-6px, -8px) rotate(-1.5deg);
    -ms-transform: translate(-6px, -8px) rotate(-1.5deg);
    -o-transform: translate(-6px, -8px) rotate(-1.5deg);
    transform: translate(-6px, -8px) rotate(-1.5deg);
  }
  68% {
    -webkit-transform: translate(-6px, 5px) rotate(-0.5deg);
    -moz-transform: translate(-6px, 5px) rotate(-0.5deg);
    -ms-transform: translate(-6px, 5px) rotate(-0.5deg);
    -o-transform: translate(-6px, 5px) rotate(-0.5deg);
    transform: translate(-6px, 5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(1px, -8px) rotate(-1.5deg);
    -moz-transform: translate(1px, -8px) rotate(-1.5deg);
    -ms-transform: translate(1px, -8px) rotate(-1.5deg);
    -o-transform: translate(1px, -8px) rotate(-1.5deg);
    transform: translate(1px, -8px) rotate(-1.5deg);
  }
  72% {
    -webkit-transform: translate(1px, 9px) rotate(-0.5deg);
    -moz-transform: translate(1px, 9px) rotate(-0.5deg);
    -ms-transform: translate(1px, 9px) rotate(-0.5deg);
    -o-transform: translate(1px, 9px) rotate(-0.5deg);
    transform: translate(1px, 9px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(9px, -8px) rotate(-0.5deg);
    -moz-transform: translate(9px, -8px) rotate(-0.5deg);
    -ms-transform: translate(9px, -8px) rotate(-0.5deg);
    -o-transform: translate(9px, -8px) rotate(-0.5deg);
    transform: translate(9px, -8px) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(5px, 6px) rotate(-1.5deg);
    -moz-transform: translate(5px, 6px) rotate(-1.5deg);
    -ms-transform: translate(5px, 6px) rotate(-1.5deg);
    -o-transform: translate(5px, 6px) rotate(-1.5deg);
    transform: translate(5px, 6px) rotate(-1.5deg);
  }
  78% {
    -webkit-transform: translate(10px, 5px) rotate(-0.5deg);
    -moz-transform: translate(10px, 5px) rotate(-0.5deg);
    -ms-transform: translate(10px, 5px) rotate(-0.5deg);
    -o-transform: translate(10px, 5px) rotate(-0.5deg);
    transform: translate(10px, 5px) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(7px, 9px) rotate(-2.5deg);
    -moz-transform: translate(7px, 9px) rotate(-2.5deg);
    -ms-transform: translate(7px, 9px) rotate(-2.5deg);
    -o-transform: translate(7px, 9px) rotate(-2.5deg);
    transform: translate(7px, 9px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(7px, -9px) rotate(3.5deg);
    -moz-transform: translate(7px, -9px) rotate(3.5deg);
    -ms-transform: translate(7px, -9px) rotate(3.5deg);
    -o-transform: translate(7px, -9px) rotate(3.5deg);
    transform: translate(7px, -9px) rotate(3.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 8px) rotate(-0.5deg);
    -moz-transform: translate(1px, 8px) rotate(-0.5deg);
    -ms-transform: translate(1px, 8px) rotate(-0.5deg);
    -o-transform: translate(1px, 8px) rotate(-0.5deg);
    transform: translate(1px, 8px) rotate(-0.5deg);
  }
  86% {
    -webkit-transform: translate(-1px, 9px) rotate(1.5deg);
    -moz-transform: translate(-1px, 9px) rotate(1.5deg);
    -ms-transform: translate(-1px, 9px) rotate(1.5deg);
    -o-transform: translate(-1px, 9px) rotate(1.5deg);
    transform: translate(-1px, 9px) rotate(1.5deg);
  }
  88% {
    -webkit-transform: translate(-5px, -3px) rotate(3.5deg);
    -moz-transform: translate(-5px, -3px) rotate(3.5deg);
    -ms-transform: translate(-5px, -3px) rotate(3.5deg);
    -o-transform: translate(-5px, -3px) rotate(3.5deg);
    transform: translate(-5px, -3px) rotate(3.5deg);
  }
  90% {
    -webkit-transform: translate(-2px, 5px) rotate(3.5deg);
    -moz-transform: translate(-2px, 5px) rotate(3.5deg);
    -ms-transform: translate(-2px, 5px) rotate(3.5deg);
    -o-transform: translate(-2px, 5px) rotate(3.5deg);
    transform: translate(-2px, 5px) rotate(3.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 9px) rotate(-1.5deg);
    -moz-transform: translate(0px, 9px) rotate(-1.5deg);
    -ms-transform: translate(0px, 9px) rotate(-1.5deg);
    -o-transform: translate(0px, 9px) rotate(-1.5deg);
    transform: translate(0px, 9px) rotate(-1.5deg);
  }
  94% {
    -webkit-transform: translate(5px, 4px) rotate(0.5deg);
    -moz-transform: translate(5px, 4px) rotate(0.5deg);
    -ms-transform: translate(5px, 4px) rotate(0.5deg);
    -o-transform: translate(5px, 4px) rotate(0.5deg);
    transform: translate(5px, 4px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(-4px, 0px) rotate(3.5deg);
    -moz-transform: translate(-4px, 0px) rotate(3.5deg);
    -ms-transform: translate(-4px, 0px) rotate(3.5deg);
    -o-transform: translate(-4px, 0px) rotate(3.5deg);
    transform: translate(-4px, 0px) rotate(3.5deg);
  }
  98% {
    -webkit-transform: translate(-6px, 1px) rotate(-2.5deg);
    -moz-transform: translate(-6px, 1px) rotate(-2.5deg);
    -ms-transform: translate(-6px, 1px) rotate(-2.5deg);
    -o-transform: translate(-6px, 1px) rotate(-2.5deg);
    transform: translate(-6px, 1px) rotate(-2.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-hard {
  2% {
    -webkit-transform: translate(2px, 2px) rotate(1.5deg);
    -moz-transform: translate(2px, 2px) rotate(1.5deg);
    -ms-transform: translate(2px, 2px) rotate(1.5deg);
    -o-transform: translate(2px, 2px) rotate(1.5deg);
    transform: translate(2px, 2px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(-4px, 9px) rotate(-1.5deg);
    -moz-transform: translate(-4px, 9px) rotate(-1.5deg);
    -ms-transform: translate(-4px, 9px) rotate(-1.5deg);
    -o-transform: translate(-4px, 9px) rotate(-1.5deg);
    transform: translate(-4px, 9px) rotate(-1.5deg);
  }
  6% {
    -webkit-transform: translate(-5px, 6px) rotate(3.5deg);
    -moz-transform: translate(-5px, 6px) rotate(3.5deg);
    -ms-transform: translate(-5px, 6px) rotate(3.5deg);
    -o-transform: translate(-5px, 6px) rotate(3.5deg);
    transform: translate(-5px, 6px) rotate(3.5deg);
  }
  8% {
    -webkit-transform: translate(-3px, -3px) rotate(3.5deg);
    -moz-transform: translate(-3px, -3px) rotate(3.5deg);
    -ms-transform: translate(-3px, -3px) rotate(3.5deg);
    -o-transform: translate(-3px, -3px) rotate(3.5deg);
    transform: translate(-3px, -3px) rotate(3.5deg);
  }
  10% {
    -webkit-transform: translate(-5px, -6px) rotate(0.5deg);
    -moz-transform: translate(-5px, -6px) rotate(0.5deg);
    -ms-transform: translate(-5px, -6px) rotate(0.5deg);
    -o-transform: translate(-5px, -6px) rotate(0.5deg);
    transform: translate(-5px, -6px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(-3px, -9px) rotate(0.5deg);
    -moz-transform: translate(-3px, -9px) rotate(0.5deg);
    -ms-transform: translate(-3px, -9px) rotate(0.5deg);
    -o-transform: translate(-3px, -9px) rotate(0.5deg);
    transform: translate(-3px, -9px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(-7px, -8px) rotate(-1.5deg);
    -moz-transform: translate(-7px, -8px) rotate(-1.5deg);
    -ms-transform: translate(-7px, -8px) rotate(-1.5deg);
    -o-transform: translate(-7px, -8px) rotate(-1.5deg);
    transform: translate(-7px, -8px) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(-4px, 6px) rotate(-2.5deg);
    -moz-transform: translate(-4px, 6px) rotate(-2.5deg);
    -ms-transform: translate(-4px, 6px) rotate(-2.5deg);
    -o-transform: translate(-4px, 6px) rotate(-2.5deg);
    transform: translate(-4px, 6px) rotate(-2.5deg);
  }
  18% {
    -webkit-transform: translate(-5px, 10px) rotate(-2.5deg);
    -moz-transform: translate(-5px, 10px) rotate(-2.5deg);
    -ms-transform: translate(-5px, 10px) rotate(-2.5deg);
    -o-transform: translate(-5px, 10px) rotate(-2.5deg);
    transform: translate(-5px, 10px) rotate(-2.5deg);
  }
  20% {
    -webkit-transform: translate(4px, -8px) rotate(-1.5deg);
    -moz-transform: translate(4px, -8px) rotate(-1.5deg);
    -ms-transform: translate(4px, -8px) rotate(-1.5deg);
    -o-transform: translate(4px, -8px) rotate(-1.5deg);
    transform: translate(4px, -8px) rotate(-1.5deg);
  }
  22% {
    -webkit-transform: translate(1px, -2px) rotate(2.5deg);
    -moz-transform: translate(1px, -2px) rotate(2.5deg);
    -ms-transform: translate(1px, -2px) rotate(2.5deg);
    -o-transform: translate(1px, -2px) rotate(2.5deg);
    transform: translate(1px, -2px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(8px, -3px) rotate(0.5deg);
    -moz-transform: translate(8px, -3px) rotate(0.5deg);
    -ms-transform: translate(8px, -3px) rotate(0.5deg);
    -o-transform: translate(8px, -3px) rotate(0.5deg);
    transform: translate(8px, -3px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(-8px, 8px) rotate(-0.5deg);
    -moz-transform: translate(-8px, 8px) rotate(-0.5deg);
    -ms-transform: translate(-8px, 8px) rotate(-0.5deg);
    -o-transform: translate(-8px, 8px) rotate(-0.5deg);
    transform: translate(-8px, 8px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(3px, -2px) rotate(-1.5deg);
    -moz-transform: translate(3px, -2px) rotate(-1.5deg);
    -ms-transform: translate(3px, -2px) rotate(-1.5deg);
    -o-transform: translate(3px, -2px) rotate(-1.5deg);
    transform: translate(3px, -2px) rotate(-1.5deg);
  }
  30% {
    -webkit-transform: translate(1px, -9px) rotate(0.5deg);
    -moz-transform: translate(1px, -9px) rotate(0.5deg);
    -ms-transform: translate(1px, -9px) rotate(0.5deg);
    -o-transform: translate(1px, -9px) rotate(0.5deg);
    transform: translate(1px, -9px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(7px, 1px) rotate(0.5deg);
    -moz-transform: translate(7px, 1px) rotate(0.5deg);
    -ms-transform: translate(7px, 1px) rotate(0.5deg);
    -o-transform: translate(7px, 1px) rotate(0.5deg);
    transform: translate(7px, 1px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(-1px, -5px) rotate(0.5deg);
    -moz-transform: translate(-1px, -5px) rotate(0.5deg);
    -ms-transform: translate(-1px, -5px) rotate(0.5deg);
    -o-transform: translate(-1px, -5px) rotate(0.5deg);
    transform: translate(-1px, -5px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(3px, 10px) rotate(2.5deg);
    -moz-transform: translate(3px, 10px) rotate(2.5deg);
    -ms-transform: translate(3px, 10px) rotate(2.5deg);
    -o-transform: translate(3px, 10px) rotate(2.5deg);
    transform: translate(3px, 10px) rotate(2.5deg);
  }
  38% {
    -webkit-transform: translate(-8px, -7px) rotate(2.5deg);
    -moz-transform: translate(-8px, -7px) rotate(2.5deg);
    -ms-transform: translate(-8px, -7px) rotate(2.5deg);
    -o-transform: translate(-8px, -7px) rotate(2.5deg);
    transform: translate(-8px, -7px) rotate(2.5deg);
  }
  40% {
    -webkit-transform: translate(5px, 7px) rotate(-1.5deg);
    -moz-transform: translate(5px, 7px) rotate(-1.5deg);
    -ms-transform: translate(5px, 7px) rotate(-1.5deg);
    -o-transform: translate(5px, 7px) rotate(-1.5deg);
    transform: translate(5px, 7px) rotate(-1.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 10px) rotate(-2.5deg);
    -moz-transform: translate(0px, 10px) rotate(-2.5deg);
    -ms-transform: translate(0px, 10px) rotate(-2.5deg);
    -o-transform: translate(0px, 10px) rotate(-2.5deg);
    transform: translate(0px, 10px) rotate(-2.5deg);
  }
  44% {
    -webkit-transform: translate(-2px, 1px) rotate(-1.5deg);
    -moz-transform: translate(-2px, 1px) rotate(-1.5deg);
    -ms-transform: translate(-2px, 1px) rotate(-1.5deg);
    -o-transform: translate(-2px, 1px) rotate(-1.5deg);
    transform: translate(-2px, 1px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(5px, 2px) rotate(-1.5deg);
    -moz-transform: translate(5px, 2px) rotate(-1.5deg);
    -ms-transform: translate(5px, 2px) rotate(-1.5deg);
    -o-transform: translate(5px, 2px) rotate(-1.5deg);
    transform: translate(5px, 2px) rotate(-1.5deg);
  }
  48% {
    -webkit-transform: translate(-6px, -8px) rotate(0.5deg);
    -moz-transform: translate(-6px, -8px) rotate(0.5deg);
    -ms-transform: translate(-6px, -8px) rotate(0.5deg);
    -o-transform: translate(-6px, -8px) rotate(0.5deg);
    transform: translate(-6px, -8px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-9px, 1px) rotate(0.5deg);
    -moz-transform: translate(-9px, 1px) rotate(0.5deg);
    -ms-transform: translate(-9px, 1px) rotate(0.5deg);
    -o-transform: translate(-9px, 1px) rotate(0.5deg);
    transform: translate(-9px, 1px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(1px, 5px) rotate(0.5deg);
    -moz-transform: translate(1px, 5px) rotate(0.5deg);
    -ms-transform: translate(1px, 5px) rotate(0.5deg);
    -o-transform: translate(1px, 5px) rotate(0.5deg);
    transform: translate(1px, 5px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
    -o-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-8px, 7px) rotate(1.5deg);
    -moz-transform: translate(-8px, 7px) rotate(1.5deg);
    -ms-transform: translate(-8px, 7px) rotate(1.5deg);
    -o-transform: translate(-8px, 7px) rotate(1.5deg);
    transform: translate(-8px, 7px) rotate(1.5deg);
  }
  58% {
    -webkit-transform: translate(10px, 6px) rotate(0.5deg);
    -moz-transform: translate(10px, 6px) rotate(0.5deg);
    -ms-transform: translate(10px, 6px) rotate(0.5deg);
    -o-transform: translate(10px, 6px) rotate(0.5deg);
    transform: translate(10px, 6px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-4px, 3px) rotate(-2.5deg);
    -moz-transform: translate(-4px, 3px) rotate(-2.5deg);
    -ms-transform: translate(-4px, 3px) rotate(-2.5deg);
    -o-transform: translate(-4px, 3px) rotate(-2.5deg);
    transform: translate(-4px, 3px) rotate(-2.5deg);
  }
  62% {
    -webkit-transform: translate(-7px, 9px) rotate(0.5deg);
    -moz-transform: translate(-7px, 9px) rotate(0.5deg);
    -ms-transform: translate(-7px, 9px) rotate(0.5deg);
    -o-transform: translate(-7px, 9px) rotate(0.5deg);
    transform: translate(-7px, 9px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(-1px, -1px) rotate(-2.5deg);
    -moz-transform: translate(-1px, -1px) rotate(-2.5deg);
    -ms-transform: translate(-1px, -1px) rotate(-2.5deg);
    -o-transform: translate(-1px, -1px) rotate(-2.5deg);
    transform: translate(-1px, -1px) rotate(-2.5deg);
  }
  66% {
    -webkit-transform: translate(-6px, -8px) rotate(-1.5deg);
    -moz-transform: translate(-6px, -8px) rotate(-1.5deg);
    -ms-transform: translate(-6px, -8px) rotate(-1.5deg);
    -o-transform: translate(-6px, -8px) rotate(-1.5deg);
    transform: translate(-6px, -8px) rotate(-1.5deg);
  }
  68% {
    -webkit-transform: translate(-6px, 5px) rotate(-0.5deg);
    -moz-transform: translate(-6px, 5px) rotate(-0.5deg);
    -ms-transform: translate(-6px, 5px) rotate(-0.5deg);
    -o-transform: translate(-6px, 5px) rotate(-0.5deg);
    transform: translate(-6px, 5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(1px, -8px) rotate(-1.5deg);
    -moz-transform: translate(1px, -8px) rotate(-1.5deg);
    -ms-transform: translate(1px, -8px) rotate(-1.5deg);
    -o-transform: translate(1px, -8px) rotate(-1.5deg);
    transform: translate(1px, -8px) rotate(-1.5deg);
  }
  72% {
    -webkit-transform: translate(1px, 9px) rotate(-0.5deg);
    -moz-transform: translate(1px, 9px) rotate(-0.5deg);
    -ms-transform: translate(1px, 9px) rotate(-0.5deg);
    -o-transform: translate(1px, 9px) rotate(-0.5deg);
    transform: translate(1px, 9px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(9px, -8px) rotate(-0.5deg);
    -moz-transform: translate(9px, -8px) rotate(-0.5deg);
    -ms-transform: translate(9px, -8px) rotate(-0.5deg);
    -o-transform: translate(9px, -8px) rotate(-0.5deg);
    transform: translate(9px, -8px) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(5px, 6px) rotate(-1.5deg);
    -moz-transform: translate(5px, 6px) rotate(-1.5deg);
    -ms-transform: translate(5px, 6px) rotate(-1.5deg);
    -o-transform: translate(5px, 6px) rotate(-1.5deg);
    transform: translate(5px, 6px) rotate(-1.5deg);
  }
  78% {
    -webkit-transform: translate(10px, 5px) rotate(-0.5deg);
    -moz-transform: translate(10px, 5px) rotate(-0.5deg);
    -ms-transform: translate(10px, 5px) rotate(-0.5deg);
    -o-transform: translate(10px, 5px) rotate(-0.5deg);
    transform: translate(10px, 5px) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(7px, 9px) rotate(-2.5deg);
    -moz-transform: translate(7px, 9px) rotate(-2.5deg);
    -ms-transform: translate(7px, 9px) rotate(-2.5deg);
    -o-transform: translate(7px, 9px) rotate(-2.5deg);
    transform: translate(7px, 9px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(7px, -9px) rotate(3.5deg);
    -moz-transform: translate(7px, -9px) rotate(3.5deg);
    -ms-transform: translate(7px, -9px) rotate(3.5deg);
    -o-transform: translate(7px, -9px) rotate(3.5deg);
    transform: translate(7px, -9px) rotate(3.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 8px) rotate(-0.5deg);
    -moz-transform: translate(1px, 8px) rotate(-0.5deg);
    -ms-transform: translate(1px, 8px) rotate(-0.5deg);
    -o-transform: translate(1px, 8px) rotate(-0.5deg);
    transform: translate(1px, 8px) rotate(-0.5deg);
  }
  86% {
    -webkit-transform: translate(-1px, 9px) rotate(1.5deg);
    -moz-transform: translate(-1px, 9px) rotate(1.5deg);
    -ms-transform: translate(-1px, 9px) rotate(1.5deg);
    -o-transform: translate(-1px, 9px) rotate(1.5deg);
    transform: translate(-1px, 9px) rotate(1.5deg);
  }
  88% {
    -webkit-transform: translate(-5px, -3px) rotate(3.5deg);
    -moz-transform: translate(-5px, -3px) rotate(3.5deg);
    -ms-transform: translate(-5px, -3px) rotate(3.5deg);
    -o-transform: translate(-5px, -3px) rotate(3.5deg);
    transform: translate(-5px, -3px) rotate(3.5deg);
  }
  90% {
    -webkit-transform: translate(-2px, 5px) rotate(3.5deg);
    -moz-transform: translate(-2px, 5px) rotate(3.5deg);
    -ms-transform: translate(-2px, 5px) rotate(3.5deg);
    -o-transform: translate(-2px, 5px) rotate(3.5deg);
    transform: translate(-2px, 5px) rotate(3.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 9px) rotate(-1.5deg);
    -moz-transform: translate(0px, 9px) rotate(-1.5deg);
    -ms-transform: translate(0px, 9px) rotate(-1.5deg);
    -o-transform: translate(0px, 9px) rotate(-1.5deg);
    transform: translate(0px, 9px) rotate(-1.5deg);
  }
  94% {
    -webkit-transform: translate(5px, 4px) rotate(0.5deg);
    -moz-transform: translate(5px, 4px) rotate(0.5deg);
    -ms-transform: translate(5px, 4px) rotate(0.5deg);
    -o-transform: translate(5px, 4px) rotate(0.5deg);
    transform: translate(5px, 4px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(-4px, 0px) rotate(3.5deg);
    -moz-transform: translate(-4px, 0px) rotate(3.5deg);
    -ms-transform: translate(-4px, 0px) rotate(3.5deg);
    -o-transform: translate(-4px, 0px) rotate(3.5deg);
    transform: translate(-4px, 0px) rotate(3.5deg);
  }
  98% {
    -webkit-transform: translate(-6px, 1px) rotate(-2.5deg);
    -moz-transform: translate(-6px, 1px) rotate(-2.5deg);
    -ms-transform: translate(-6px, 1px) rotate(-2.5deg);
    -o-transform: translate(-6px, 1px) rotate(-2.5deg);
    transform: translate(-6px, 1px) rotate(-2.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-hard {
  2% {
    -webkit-transform: translate(2px, 2px) rotate(1.5deg);
    -moz-transform: translate(2px, 2px) rotate(1.5deg);
    -ms-transform: translate(2px, 2px) rotate(1.5deg);
    -o-transform: translate(2px, 2px) rotate(1.5deg);
    transform: translate(2px, 2px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(-4px, 9px) rotate(-1.5deg);
    -moz-transform: translate(-4px, 9px) rotate(-1.5deg);
    -ms-transform: translate(-4px, 9px) rotate(-1.5deg);
    -o-transform: translate(-4px, 9px) rotate(-1.5deg);
    transform: translate(-4px, 9px) rotate(-1.5deg);
  }
  6% {
    -webkit-transform: translate(-5px, 6px) rotate(3.5deg);
    -moz-transform: translate(-5px, 6px) rotate(3.5deg);
    -ms-transform: translate(-5px, 6px) rotate(3.5deg);
    -o-transform: translate(-5px, 6px) rotate(3.5deg);
    transform: translate(-5px, 6px) rotate(3.5deg);
  }
  8% {
    -webkit-transform: translate(-3px, -3px) rotate(3.5deg);
    -moz-transform: translate(-3px, -3px) rotate(3.5deg);
    -ms-transform: translate(-3px, -3px) rotate(3.5deg);
    -o-transform: translate(-3px, -3px) rotate(3.5deg);
    transform: translate(-3px, -3px) rotate(3.5deg);
  }
  10% {
    -webkit-transform: translate(-5px, -6px) rotate(0.5deg);
    -moz-transform: translate(-5px, -6px) rotate(0.5deg);
    -ms-transform: translate(-5px, -6px) rotate(0.5deg);
    -o-transform: translate(-5px, -6px) rotate(0.5deg);
    transform: translate(-5px, -6px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(-3px, -9px) rotate(0.5deg);
    -moz-transform: translate(-3px, -9px) rotate(0.5deg);
    -ms-transform: translate(-3px, -9px) rotate(0.5deg);
    -o-transform: translate(-3px, -9px) rotate(0.5deg);
    transform: translate(-3px, -9px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(-7px, -8px) rotate(-1.5deg);
    -moz-transform: translate(-7px, -8px) rotate(-1.5deg);
    -ms-transform: translate(-7px, -8px) rotate(-1.5deg);
    -o-transform: translate(-7px, -8px) rotate(-1.5deg);
    transform: translate(-7px, -8px) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(-4px, 6px) rotate(-2.5deg);
    -moz-transform: translate(-4px, 6px) rotate(-2.5deg);
    -ms-transform: translate(-4px, 6px) rotate(-2.5deg);
    -o-transform: translate(-4px, 6px) rotate(-2.5deg);
    transform: translate(-4px, 6px) rotate(-2.5deg);
  }
  18% {
    -webkit-transform: translate(-5px, 10px) rotate(-2.5deg);
    -moz-transform: translate(-5px, 10px) rotate(-2.5deg);
    -ms-transform: translate(-5px, 10px) rotate(-2.5deg);
    -o-transform: translate(-5px, 10px) rotate(-2.5deg);
    transform: translate(-5px, 10px) rotate(-2.5deg);
  }
  20% {
    -webkit-transform: translate(4px, -8px) rotate(-1.5deg);
    -moz-transform: translate(4px, -8px) rotate(-1.5deg);
    -ms-transform: translate(4px, -8px) rotate(-1.5deg);
    -o-transform: translate(4px, -8px) rotate(-1.5deg);
    transform: translate(4px, -8px) rotate(-1.5deg);
  }
  22% {
    -webkit-transform: translate(1px, -2px) rotate(2.5deg);
    -moz-transform: translate(1px, -2px) rotate(2.5deg);
    -ms-transform: translate(1px, -2px) rotate(2.5deg);
    -o-transform: translate(1px, -2px) rotate(2.5deg);
    transform: translate(1px, -2px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(8px, -3px) rotate(0.5deg);
    -moz-transform: translate(8px, -3px) rotate(0.5deg);
    -ms-transform: translate(8px, -3px) rotate(0.5deg);
    -o-transform: translate(8px, -3px) rotate(0.5deg);
    transform: translate(8px, -3px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(-8px, 8px) rotate(-0.5deg);
    -moz-transform: translate(-8px, 8px) rotate(-0.5deg);
    -ms-transform: translate(-8px, 8px) rotate(-0.5deg);
    -o-transform: translate(-8px, 8px) rotate(-0.5deg);
    transform: translate(-8px, 8px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(3px, -2px) rotate(-1.5deg);
    -moz-transform: translate(3px, -2px) rotate(-1.5deg);
    -ms-transform: translate(3px, -2px) rotate(-1.5deg);
    -o-transform: translate(3px, -2px) rotate(-1.5deg);
    transform: translate(3px, -2px) rotate(-1.5deg);
  }
  30% {
    -webkit-transform: translate(1px, -9px) rotate(0.5deg);
    -moz-transform: translate(1px, -9px) rotate(0.5deg);
    -ms-transform: translate(1px, -9px) rotate(0.5deg);
    -o-transform: translate(1px, -9px) rotate(0.5deg);
    transform: translate(1px, -9px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(7px, 1px) rotate(0.5deg);
    -moz-transform: translate(7px, 1px) rotate(0.5deg);
    -ms-transform: translate(7px, 1px) rotate(0.5deg);
    -o-transform: translate(7px, 1px) rotate(0.5deg);
    transform: translate(7px, 1px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(-1px, -5px) rotate(0.5deg);
    -moz-transform: translate(-1px, -5px) rotate(0.5deg);
    -ms-transform: translate(-1px, -5px) rotate(0.5deg);
    -o-transform: translate(-1px, -5px) rotate(0.5deg);
    transform: translate(-1px, -5px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(3px, 10px) rotate(2.5deg);
    -moz-transform: translate(3px, 10px) rotate(2.5deg);
    -ms-transform: translate(3px, 10px) rotate(2.5deg);
    -o-transform: translate(3px, 10px) rotate(2.5deg);
    transform: translate(3px, 10px) rotate(2.5deg);
  }
  38% {
    -webkit-transform: translate(-8px, -7px) rotate(2.5deg);
    -moz-transform: translate(-8px, -7px) rotate(2.5deg);
    -ms-transform: translate(-8px, -7px) rotate(2.5deg);
    -o-transform: translate(-8px, -7px) rotate(2.5deg);
    transform: translate(-8px, -7px) rotate(2.5deg);
  }
  40% {
    -webkit-transform: translate(5px, 7px) rotate(-1.5deg);
    -moz-transform: translate(5px, 7px) rotate(-1.5deg);
    -ms-transform: translate(5px, 7px) rotate(-1.5deg);
    -o-transform: translate(5px, 7px) rotate(-1.5deg);
    transform: translate(5px, 7px) rotate(-1.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 10px) rotate(-2.5deg);
    -moz-transform: translate(0px, 10px) rotate(-2.5deg);
    -ms-transform: translate(0px, 10px) rotate(-2.5deg);
    -o-transform: translate(0px, 10px) rotate(-2.5deg);
    transform: translate(0px, 10px) rotate(-2.5deg);
  }
  44% {
    -webkit-transform: translate(-2px, 1px) rotate(-1.5deg);
    -moz-transform: translate(-2px, 1px) rotate(-1.5deg);
    -ms-transform: translate(-2px, 1px) rotate(-1.5deg);
    -o-transform: translate(-2px, 1px) rotate(-1.5deg);
    transform: translate(-2px, 1px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(5px, 2px) rotate(-1.5deg);
    -moz-transform: translate(5px, 2px) rotate(-1.5deg);
    -ms-transform: translate(5px, 2px) rotate(-1.5deg);
    -o-transform: translate(5px, 2px) rotate(-1.5deg);
    transform: translate(5px, 2px) rotate(-1.5deg);
  }
  48% {
    -webkit-transform: translate(-6px, -8px) rotate(0.5deg);
    -moz-transform: translate(-6px, -8px) rotate(0.5deg);
    -ms-transform: translate(-6px, -8px) rotate(0.5deg);
    -o-transform: translate(-6px, -8px) rotate(0.5deg);
    transform: translate(-6px, -8px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-9px, 1px) rotate(0.5deg);
    -moz-transform: translate(-9px, 1px) rotate(0.5deg);
    -ms-transform: translate(-9px, 1px) rotate(0.5deg);
    -o-transform: translate(-9px, 1px) rotate(0.5deg);
    transform: translate(-9px, 1px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(1px, 5px) rotate(0.5deg);
    -moz-transform: translate(1px, 5px) rotate(0.5deg);
    -ms-transform: translate(1px, 5px) rotate(0.5deg);
    -o-transform: translate(1px, 5px) rotate(0.5deg);
    transform: translate(1px, 5px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
    -o-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-8px, 7px) rotate(1.5deg);
    -moz-transform: translate(-8px, 7px) rotate(1.5deg);
    -ms-transform: translate(-8px, 7px) rotate(1.5deg);
    -o-transform: translate(-8px, 7px) rotate(1.5deg);
    transform: translate(-8px, 7px) rotate(1.5deg);
  }
  58% {
    -webkit-transform: translate(10px, 6px) rotate(0.5deg);
    -moz-transform: translate(10px, 6px) rotate(0.5deg);
    -ms-transform: translate(10px, 6px) rotate(0.5deg);
    -o-transform: translate(10px, 6px) rotate(0.5deg);
    transform: translate(10px, 6px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-4px, 3px) rotate(-2.5deg);
    -moz-transform: translate(-4px, 3px) rotate(-2.5deg);
    -ms-transform: translate(-4px, 3px) rotate(-2.5deg);
    -o-transform: translate(-4px, 3px) rotate(-2.5deg);
    transform: translate(-4px, 3px) rotate(-2.5deg);
  }
  62% {
    -webkit-transform: translate(-7px, 9px) rotate(0.5deg);
    -moz-transform: translate(-7px, 9px) rotate(0.5deg);
    -ms-transform: translate(-7px, 9px) rotate(0.5deg);
    -o-transform: translate(-7px, 9px) rotate(0.5deg);
    transform: translate(-7px, 9px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(-1px, -1px) rotate(-2.5deg);
    -moz-transform: translate(-1px, -1px) rotate(-2.5deg);
    -ms-transform: translate(-1px, -1px) rotate(-2.5deg);
    -o-transform: translate(-1px, -1px) rotate(-2.5deg);
    transform: translate(-1px, -1px) rotate(-2.5deg);
  }
  66% {
    -webkit-transform: translate(-6px, -8px) rotate(-1.5deg);
    -moz-transform: translate(-6px, -8px) rotate(-1.5deg);
    -ms-transform: translate(-6px, -8px) rotate(-1.5deg);
    -o-transform: translate(-6px, -8px) rotate(-1.5deg);
    transform: translate(-6px, -8px) rotate(-1.5deg);
  }
  68% {
    -webkit-transform: translate(-6px, 5px) rotate(-0.5deg);
    -moz-transform: translate(-6px, 5px) rotate(-0.5deg);
    -ms-transform: translate(-6px, 5px) rotate(-0.5deg);
    -o-transform: translate(-6px, 5px) rotate(-0.5deg);
    transform: translate(-6px, 5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(1px, -8px) rotate(-1.5deg);
    -moz-transform: translate(1px, -8px) rotate(-1.5deg);
    -ms-transform: translate(1px, -8px) rotate(-1.5deg);
    -o-transform: translate(1px, -8px) rotate(-1.5deg);
    transform: translate(1px, -8px) rotate(-1.5deg);
  }
  72% {
    -webkit-transform: translate(1px, 9px) rotate(-0.5deg);
    -moz-transform: translate(1px, 9px) rotate(-0.5deg);
    -ms-transform: translate(1px, 9px) rotate(-0.5deg);
    -o-transform: translate(1px, 9px) rotate(-0.5deg);
    transform: translate(1px, 9px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(9px, -8px) rotate(-0.5deg);
    -moz-transform: translate(9px, -8px) rotate(-0.5deg);
    -ms-transform: translate(9px, -8px) rotate(-0.5deg);
    -o-transform: translate(9px, -8px) rotate(-0.5deg);
    transform: translate(9px, -8px) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(5px, 6px) rotate(-1.5deg);
    -moz-transform: translate(5px, 6px) rotate(-1.5deg);
    -ms-transform: translate(5px, 6px) rotate(-1.5deg);
    -o-transform: translate(5px, 6px) rotate(-1.5deg);
    transform: translate(5px, 6px) rotate(-1.5deg);
  }
  78% {
    -webkit-transform: translate(10px, 5px) rotate(-0.5deg);
    -moz-transform: translate(10px, 5px) rotate(-0.5deg);
    -ms-transform: translate(10px, 5px) rotate(-0.5deg);
    -o-transform: translate(10px, 5px) rotate(-0.5deg);
    transform: translate(10px, 5px) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(7px, 9px) rotate(-2.5deg);
    -moz-transform: translate(7px, 9px) rotate(-2.5deg);
    -ms-transform: translate(7px, 9px) rotate(-2.5deg);
    -o-transform: translate(7px, 9px) rotate(-2.5deg);
    transform: translate(7px, 9px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(7px, -9px) rotate(3.5deg);
    -moz-transform: translate(7px, -9px) rotate(3.5deg);
    -ms-transform: translate(7px, -9px) rotate(3.5deg);
    -o-transform: translate(7px, -9px) rotate(3.5deg);
    transform: translate(7px, -9px) rotate(3.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 8px) rotate(-0.5deg);
    -moz-transform: translate(1px, 8px) rotate(-0.5deg);
    -ms-transform: translate(1px, 8px) rotate(-0.5deg);
    -o-transform: translate(1px, 8px) rotate(-0.5deg);
    transform: translate(1px, 8px) rotate(-0.5deg);
  }
  86% {
    -webkit-transform: translate(-1px, 9px) rotate(1.5deg);
    -moz-transform: translate(-1px, 9px) rotate(1.5deg);
    -ms-transform: translate(-1px, 9px) rotate(1.5deg);
    -o-transform: translate(-1px, 9px) rotate(1.5deg);
    transform: translate(-1px, 9px) rotate(1.5deg);
  }
  88% {
    -webkit-transform: translate(-5px, -3px) rotate(3.5deg);
    -moz-transform: translate(-5px, -3px) rotate(3.5deg);
    -ms-transform: translate(-5px, -3px) rotate(3.5deg);
    -o-transform: translate(-5px, -3px) rotate(3.5deg);
    transform: translate(-5px, -3px) rotate(3.5deg);
  }
  90% {
    -webkit-transform: translate(-2px, 5px) rotate(3.5deg);
    -moz-transform: translate(-2px, 5px) rotate(3.5deg);
    -ms-transform: translate(-2px, 5px) rotate(3.5deg);
    -o-transform: translate(-2px, 5px) rotate(3.5deg);
    transform: translate(-2px, 5px) rotate(3.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 9px) rotate(-1.5deg);
    -moz-transform: translate(0px, 9px) rotate(-1.5deg);
    -ms-transform: translate(0px, 9px) rotate(-1.5deg);
    -o-transform: translate(0px, 9px) rotate(-1.5deg);
    transform: translate(0px, 9px) rotate(-1.5deg);
  }
  94% {
    -webkit-transform: translate(5px, 4px) rotate(0.5deg);
    -moz-transform: translate(5px, 4px) rotate(0.5deg);
    -ms-transform: translate(5px, 4px) rotate(0.5deg);
    -o-transform: translate(5px, 4px) rotate(0.5deg);
    transform: translate(5px, 4px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(-4px, 0px) rotate(3.5deg);
    -moz-transform: translate(-4px, 0px) rotate(3.5deg);
    -ms-transform: translate(-4px, 0px) rotate(3.5deg);
    -o-transform: translate(-4px, 0px) rotate(3.5deg);
    transform: translate(-4px, 0px) rotate(3.5deg);
  }
  98% {
    -webkit-transform: translate(-6px, 1px) rotate(-2.5deg);
    -moz-transform: translate(-6px, 1px) rotate(-2.5deg);
    -ms-transform: translate(-6px, 1px) rotate(-2.5deg);
    -o-transform: translate(-6px, 1px) rotate(-2.5deg);
    transform: translate(-6px, 1px) rotate(-2.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-horizontal {
  2% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  4% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  6% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  8% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(10px, 0) rotate(0);
    -moz-transform: translate(10px, 0) rotate(0);
    -ms-transform: translate(10px, 0) rotate(0);
    -o-transform: translate(10px, 0) rotate(0);
    transform: translate(10px, 0) rotate(0);
  }
  12% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  14% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  16% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  18% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(0px, 0) rotate(0);
    -moz-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    -o-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
  22% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  24% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  26% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  28% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  30% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  32% {
    -webkit-transform: translate(-8px, 0) rotate(0);
    -moz-transform: translate(-8px, 0) rotate(0);
    -ms-transform: translate(-8px, 0) rotate(0);
    -o-transform: translate(-8px, 0) rotate(0);
    transform: translate(-8px, 0) rotate(0);
  }
  34% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  36% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  38% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  40% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  42% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  44% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  46% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  48% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  50% {
    -webkit-transform: translate(10px, 0) rotate(0);
    -moz-transform: translate(10px, 0) rotate(0);
    -ms-transform: translate(10px, 0) rotate(0);
    -o-transform: translate(10px, 0) rotate(0);
    transform: translate(10px, 0) rotate(0);
  }
  52% {
    -webkit-transform: translate(0px, 0) rotate(0);
    -moz-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    -o-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
  54% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  56% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  58% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  62% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  64% {
    -webkit-transform: translate(-8px, 0) rotate(0);
    -moz-transform: translate(-8px, 0) rotate(0);
    -ms-transform: translate(-8px, 0) rotate(0);
    -o-transform: translate(-8px, 0) rotate(0);
    transform: translate(-8px, 0) rotate(0);
  }
  66% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  68% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  72% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  74% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  76% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  78% {
    -webkit-transform: translate(4px, 0) rotate(0);
    -moz-transform: translate(4px, 0) rotate(0);
    -ms-transform: translate(4px, 0) rotate(0);
    -o-transform: translate(4px, 0) rotate(0);
    transform: translate(4px, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-4px, 0) rotate(0);
    -moz-transform: translate(-4px, 0) rotate(0);
    -ms-transform: translate(-4px, 0) rotate(0);
    -o-transform: translate(-4px, 0) rotate(0);
    transform: translate(-4px, 0) rotate(0);
  }
  82% {
    -webkit-transform: translate(1px, 0) rotate(0);
    -moz-transform: translate(1px, 0) rotate(0);
    -ms-transform: translate(1px, 0) rotate(0);
    -o-transform: translate(1px, 0) rotate(0);
    transform: translate(1px, 0) rotate(0);
  }
  84% {
    -webkit-transform: translate(5px, 0) rotate(0);
    -moz-transform: translate(5px, 0) rotate(0);
    -ms-transform: translate(5px, 0) rotate(0);
    -o-transform: translate(5px, 0) rotate(0);
    transform: translate(5px, 0) rotate(0);
  }
  86% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  88% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  90% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  92% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  94% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  96% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  98% {
    -webkit-transform: translate(-6px, 0) rotate(0);
    -moz-transform: translate(-6px, 0) rotate(0);
    -ms-transform: translate(-6px, 0) rotate(0);
    -o-transform: translate(-6px, 0) rotate(0);
    transform: translate(-6px, 0) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-horizontal {
  2% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  4% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  6% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  8% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(10px, 0) rotate(0);
    -moz-transform: translate(10px, 0) rotate(0);
    -ms-transform: translate(10px, 0) rotate(0);
    -o-transform: translate(10px, 0) rotate(0);
    transform: translate(10px, 0) rotate(0);
  }
  12% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  14% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  16% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  18% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(0px, 0) rotate(0);
    -moz-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    -o-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
  22% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  24% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  26% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  28% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  30% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  32% {
    -webkit-transform: translate(-8px, 0) rotate(0);
    -moz-transform: translate(-8px, 0) rotate(0);
    -ms-transform: translate(-8px, 0) rotate(0);
    -o-transform: translate(-8px, 0) rotate(0);
    transform: translate(-8px, 0) rotate(0);
  }
  34% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  36% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  38% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  40% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  42% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  44% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  46% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  48% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  50% {
    -webkit-transform: translate(10px, 0) rotate(0);
    -moz-transform: translate(10px, 0) rotate(0);
    -ms-transform: translate(10px, 0) rotate(0);
    -o-transform: translate(10px, 0) rotate(0);
    transform: translate(10px, 0) rotate(0);
  }
  52% {
    -webkit-transform: translate(0px, 0) rotate(0);
    -moz-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    -o-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
  54% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  56% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  58% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  62% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  64% {
    -webkit-transform: translate(-8px, 0) rotate(0);
    -moz-transform: translate(-8px, 0) rotate(0);
    -ms-transform: translate(-8px, 0) rotate(0);
    -o-transform: translate(-8px, 0) rotate(0);
    transform: translate(-8px, 0) rotate(0);
  }
  66% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  68% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  72% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  74% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  76% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  78% {
    -webkit-transform: translate(4px, 0) rotate(0);
    -moz-transform: translate(4px, 0) rotate(0);
    -ms-transform: translate(4px, 0) rotate(0);
    -o-transform: translate(4px, 0) rotate(0);
    transform: translate(4px, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-4px, 0) rotate(0);
    -moz-transform: translate(-4px, 0) rotate(0);
    -ms-transform: translate(-4px, 0) rotate(0);
    -o-transform: translate(-4px, 0) rotate(0);
    transform: translate(-4px, 0) rotate(0);
  }
  82% {
    -webkit-transform: translate(1px, 0) rotate(0);
    -moz-transform: translate(1px, 0) rotate(0);
    -ms-transform: translate(1px, 0) rotate(0);
    -o-transform: translate(1px, 0) rotate(0);
    transform: translate(1px, 0) rotate(0);
  }
  84% {
    -webkit-transform: translate(5px, 0) rotate(0);
    -moz-transform: translate(5px, 0) rotate(0);
    -ms-transform: translate(5px, 0) rotate(0);
    -o-transform: translate(5px, 0) rotate(0);
    transform: translate(5px, 0) rotate(0);
  }
  86% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  88% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  90% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  92% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  94% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  96% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  98% {
    -webkit-transform: translate(-6px, 0) rotate(0);
    -moz-transform: translate(-6px, 0) rotate(0);
    -ms-transform: translate(-6px, 0) rotate(0);
    -o-transform: translate(-6px, 0) rotate(0);
    transform: translate(-6px, 0) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-horizontal {
  2% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  4% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  6% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  8% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(10px, 0) rotate(0);
    -moz-transform: translate(10px, 0) rotate(0);
    -ms-transform: translate(10px, 0) rotate(0);
    -o-transform: translate(10px, 0) rotate(0);
    transform: translate(10px, 0) rotate(0);
  }
  12% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  14% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  16% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  18% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(0px, 0) rotate(0);
    -moz-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    -o-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
  22% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  24% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  26% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  28% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  30% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  32% {
    -webkit-transform: translate(-8px, 0) rotate(0);
    -moz-transform: translate(-8px, 0) rotate(0);
    -ms-transform: translate(-8px, 0) rotate(0);
    -o-transform: translate(-8px, 0) rotate(0);
    transform: translate(-8px, 0) rotate(0);
  }
  34% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  36% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  38% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  40% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  42% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  44% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  46% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  48% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  50% {
    -webkit-transform: translate(10px, 0) rotate(0);
    -moz-transform: translate(10px, 0) rotate(0);
    -ms-transform: translate(10px, 0) rotate(0);
    -o-transform: translate(10px, 0) rotate(0);
    transform: translate(10px, 0) rotate(0);
  }
  52% {
    -webkit-transform: translate(0px, 0) rotate(0);
    -moz-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    -o-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
  54% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  56% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  58% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  62% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  64% {
    -webkit-transform: translate(-8px, 0) rotate(0);
    -moz-transform: translate(-8px, 0) rotate(0);
    -ms-transform: translate(-8px, 0) rotate(0);
    -o-transform: translate(-8px, 0) rotate(0);
    transform: translate(-8px, 0) rotate(0);
  }
  66% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  68% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  72% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  74% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  76% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  78% {
    -webkit-transform: translate(4px, 0) rotate(0);
    -moz-transform: translate(4px, 0) rotate(0);
    -ms-transform: translate(4px, 0) rotate(0);
    -o-transform: translate(4px, 0) rotate(0);
    transform: translate(4px, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-4px, 0) rotate(0);
    -moz-transform: translate(-4px, 0) rotate(0);
    -ms-transform: translate(-4px, 0) rotate(0);
    -o-transform: translate(-4px, 0) rotate(0);
    transform: translate(-4px, 0) rotate(0);
  }
  82% {
    -webkit-transform: translate(1px, 0) rotate(0);
    -moz-transform: translate(1px, 0) rotate(0);
    -ms-transform: translate(1px, 0) rotate(0);
    -o-transform: translate(1px, 0) rotate(0);
    transform: translate(1px, 0) rotate(0);
  }
  84% {
    -webkit-transform: translate(5px, 0) rotate(0);
    -moz-transform: translate(5px, 0) rotate(0);
    -ms-transform: translate(5px, 0) rotate(0);
    -o-transform: translate(5px, 0) rotate(0);
    transform: translate(5px, 0) rotate(0);
  }
  86% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  88% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  90% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  92% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  94% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  96% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  98% {
    -webkit-transform: translate(-6px, 0) rotate(0);
    -moz-transform: translate(-6px, 0) rotate(0);
    -ms-transform: translate(-6px, 0) rotate(0);
    -o-transform: translate(-6px, 0) rotate(0);
    transform: translate(-6px, 0) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-horizontal {
  2% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  4% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  6% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  8% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(10px, 0) rotate(0);
    -moz-transform: translate(10px, 0) rotate(0);
    -ms-transform: translate(10px, 0) rotate(0);
    -o-transform: translate(10px, 0) rotate(0);
    transform: translate(10px, 0) rotate(0);
  }
  12% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  14% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  16% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  18% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(0px, 0) rotate(0);
    -moz-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    -o-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
  22% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  24% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  26% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  28% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  30% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  32% {
    -webkit-transform: translate(-8px, 0) rotate(0);
    -moz-transform: translate(-8px, 0) rotate(0);
    -ms-transform: translate(-8px, 0) rotate(0);
    -o-transform: translate(-8px, 0) rotate(0);
    transform: translate(-8px, 0) rotate(0);
  }
  34% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  36% {
    -webkit-transform: translate(-3px, 0) rotate(0);
    -moz-transform: translate(-3px, 0) rotate(0);
    -ms-transform: translate(-3px, 0) rotate(0);
    -o-transform: translate(-3px, 0) rotate(0);
    transform: translate(-3px, 0) rotate(0);
  }
  38% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  40% {
    -webkit-transform: translate(2px, 0) rotate(0);
    -moz-transform: translate(2px, 0) rotate(0);
    -ms-transform: translate(2px, 0) rotate(0);
    -o-transform: translate(2px, 0) rotate(0);
    transform: translate(2px, 0) rotate(0);
  }
  42% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  44% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  46% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  48% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  50% {
    -webkit-transform: translate(10px, 0) rotate(0);
    -moz-transform: translate(10px, 0) rotate(0);
    -ms-transform: translate(10px, 0) rotate(0);
    -o-transform: translate(10px, 0) rotate(0);
    transform: translate(10px, 0) rotate(0);
  }
  52% {
    -webkit-transform: translate(0px, 0) rotate(0);
    -moz-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    -o-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
  54% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  56% {
    -webkit-transform: translate(6px, 0) rotate(0);
    -moz-transform: translate(6px, 0) rotate(0);
    -ms-transform: translate(6px, 0) rotate(0);
    -o-transform: translate(6px, 0) rotate(0);
    transform: translate(6px, 0) rotate(0);
  }
  58% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  62% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  64% {
    -webkit-transform: translate(-8px, 0) rotate(0);
    -moz-transform: translate(-8px, 0) rotate(0);
    -ms-transform: translate(-8px, 0) rotate(0);
    -o-transform: translate(-8px, 0) rotate(0);
    transform: translate(-8px, 0) rotate(0);
  }
  66% {
    -webkit-transform: translate(-2px, 0) rotate(0);
    -moz-transform: translate(-2px, 0) rotate(0);
    -ms-transform: translate(-2px, 0) rotate(0);
    -o-transform: translate(-2px, 0) rotate(0);
    transform: translate(-2px, 0) rotate(0);
  }
  68% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 0) rotate(0);
    -moz-transform: translate(3px, 0) rotate(0);
    -ms-transform: translate(3px, 0) rotate(0);
    -o-transform: translate(3px, 0) rotate(0);
    transform: translate(3px, 0) rotate(0);
  }
  72% {
    -webkit-transform: translate(-9px, 0) rotate(0);
    -moz-transform: translate(-9px, 0) rotate(0);
    -ms-transform: translate(-9px, 0) rotate(0);
    -o-transform: translate(-9px, 0) rotate(0);
    transform: translate(-9px, 0) rotate(0);
  }
  74% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  76% {
    -webkit-transform: translate(-7px, 0) rotate(0);
    -moz-transform: translate(-7px, 0) rotate(0);
    -ms-transform: translate(-7px, 0) rotate(0);
    -o-transform: translate(-7px, 0) rotate(0);
    transform: translate(-7px, 0) rotate(0);
  }
  78% {
    -webkit-transform: translate(4px, 0) rotate(0);
    -moz-transform: translate(4px, 0) rotate(0);
    -ms-transform: translate(4px, 0) rotate(0);
    -o-transform: translate(4px, 0) rotate(0);
    transform: translate(4px, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-4px, 0) rotate(0);
    -moz-transform: translate(-4px, 0) rotate(0);
    -ms-transform: translate(-4px, 0) rotate(0);
    -o-transform: translate(-4px, 0) rotate(0);
    transform: translate(-4px, 0) rotate(0);
  }
  82% {
    -webkit-transform: translate(1px, 0) rotate(0);
    -moz-transform: translate(1px, 0) rotate(0);
    -ms-transform: translate(1px, 0) rotate(0);
    -o-transform: translate(1px, 0) rotate(0);
    transform: translate(1px, 0) rotate(0);
  }
  84% {
    -webkit-transform: translate(5px, 0) rotate(0);
    -moz-transform: translate(5px, 0) rotate(0);
    -ms-transform: translate(5px, 0) rotate(0);
    -o-transform: translate(5px, 0) rotate(0);
    transform: translate(5px, 0) rotate(0);
  }
  86% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  88% {
    -webkit-transform: translate(-5px, 0) rotate(0);
    -moz-transform: translate(-5px, 0) rotate(0);
    -ms-transform: translate(-5px, 0) rotate(0);
    -o-transform: translate(-5px, 0) rotate(0);
    transform: translate(-5px, 0) rotate(0);
  }
  90% {
    -webkit-transform: translate(9px, 0) rotate(0);
    -moz-transform: translate(9px, 0) rotate(0);
    -ms-transform: translate(9px, 0) rotate(0);
    -o-transform: translate(9px, 0) rotate(0);
    transform: translate(9px, 0) rotate(0);
  }
  92% {
    -webkit-transform: translate(7px, 0) rotate(0);
    -moz-transform: translate(7px, 0) rotate(0);
    -ms-transform: translate(7px, 0) rotate(0);
    -o-transform: translate(7px, 0) rotate(0);
    transform: translate(7px, 0) rotate(0);
  }
  94% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  96% {
    -webkit-transform: translate(-1px, 0) rotate(0);
    -moz-transform: translate(-1px, 0) rotate(0);
    -ms-transform: translate(-1px, 0) rotate(0);
    -o-transform: translate(-1px, 0) rotate(0);
    transform: translate(-1px, 0) rotate(0);
  }
  98% {
    -webkit-transform: translate(-6px, 0) rotate(0);
    -moz-transform: translate(-6px, 0) rotate(0);
    -ms-transform: translate(-6px, 0) rotate(0);
    -o-transform: translate(-6px, 0) rotate(0);
    transform: translate(-6px, 0) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-vertical {
  2% {
    -webkit-transform: translate(0, 1px) rotate(0);
    -moz-transform: translate(0, 1px) rotate(0);
    -ms-transform: translate(0, 1px) rotate(0);
    -o-transform: translate(0, 1px) rotate(0);
    transform: translate(0, 1px) rotate(0);
  }
  4% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  6% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  8% {
    -webkit-transform: translate(0, -5px) rotate(0);
    -moz-transform: translate(0, -5px) rotate(0);
    -ms-transform: translate(0, -5px) rotate(0);
    -o-transform: translate(0, -5px) rotate(0);
    transform: translate(0, -5px) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  12% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  14% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  16% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  18% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  20% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  22% {
    -webkit-transform: translate(0, -6px) rotate(0);
    -moz-transform: translate(0, -6px) rotate(0);
    -ms-transform: translate(0, -6px) rotate(0);
    -o-transform: translate(0, -6px) rotate(0);
    transform: translate(0, -6px) rotate(0);
  }
  24% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  26% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  28% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 9px) rotate(0);
    -moz-transform: translate(0, 9px) rotate(0);
    -ms-transform: translate(0, 9px) rotate(0);
    -o-transform: translate(0, 9px) rotate(0);
    transform: translate(0, 9px) rotate(0);
  }
  32% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  34% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  36% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  38% {
    -webkit-transform: translate(0, 2px) rotate(0);
    -moz-transform: translate(0, 2px) rotate(0);
    -ms-transform: translate(0, 2px) rotate(0);
    -o-transform: translate(0, 2px) rotate(0);
    transform: translate(0, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  42% {
    -webkit-transform: translate(0, -2px) rotate(0);
    -moz-transform: translate(0, -2px) rotate(0);
    -ms-transform: translate(0, -2px) rotate(0);
    -o-transform: translate(0, -2px) rotate(0);
    transform: translate(0, -2px) rotate(0);
  }
  44% {
    -webkit-transform: translate(0, 4px) rotate(0);
    -moz-transform: translate(0, 4px) rotate(0);
    -ms-transform: translate(0, 4px) rotate(0);
    -o-transform: translate(0, 4px) rotate(0);
    transform: translate(0, 4px) rotate(0);
  }
  46% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  48% {
    -webkit-transform: translate(0, 9px) rotate(0);
    -moz-transform: translate(0, 9px) rotate(0);
    -ms-transform: translate(0, 9px) rotate(0);
    -o-transform: translate(0, 9px) rotate(0);
    transform: translate(0, 9px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  52% {
    -webkit-transform: translate(0, 0px) rotate(0);
    -moz-transform: translate(0, 0px) rotate(0);
    -ms-transform: translate(0, 0px) rotate(0);
    -o-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
  54% {
    -webkit-transform: translate(0, -6px) rotate(0);
    -moz-transform: translate(0, -6px) rotate(0);
    -ms-transform: translate(0, -6px) rotate(0);
    -o-transform: translate(0, -6px) rotate(0);
    transform: translate(0, -6px) rotate(0);
  }
  56% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  58% {
    -webkit-transform: translate(0, -7px) rotate(0);
    -moz-transform: translate(0, -7px) rotate(0);
    -ms-transform: translate(0, -7px) rotate(0);
    -o-transform: translate(0, -7px) rotate(0);
    transform: translate(0, -7px) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  62% {
    -webkit-transform: translate(0, -5px) rotate(0);
    -moz-transform: translate(0, -5px) rotate(0);
    -ms-transform: translate(0, -5px) rotate(0);
    -o-transform: translate(0, -5px) rotate(0);
    transform: translate(0, -5px) rotate(0);
  }
  64% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  66% {
    -webkit-transform: translate(0, 1px) rotate(0);
    -moz-transform: translate(0, 1px) rotate(0);
    -ms-transform: translate(0, 1px) rotate(0);
    -o-transform: translate(0, 1px) rotate(0);
    transform: translate(0, 1px) rotate(0);
  }
  68% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  72% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  74% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  76% {
    -webkit-transform: translate(0, 2px) rotate(0);
    -moz-transform: translate(0, 2px) rotate(0);
    -ms-transform: translate(0, 2px) rotate(0);
    -o-transform: translate(0, 2px) rotate(0);
    transform: translate(0, 2px) rotate(0);
  }
  78% {
    -webkit-transform: translate(0, 7px) rotate(0);
    -moz-transform: translate(0, 7px) rotate(0);
    -ms-transform: translate(0, 7px) rotate(0);
    -o-transform: translate(0, 7px) rotate(0);
    transform: translate(0, 7px) rotate(0);
  }
  80% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  82% {
    -webkit-transform: translate(0, -2px) rotate(0);
    -moz-transform: translate(0, -2px) rotate(0);
    -ms-transform: translate(0, -2px) rotate(0);
    -o-transform: translate(0, -2px) rotate(0);
    transform: translate(0, -2px) rotate(0);
  }
  84% {
    -webkit-transform: translate(0, 7px) rotate(0);
    -moz-transform: translate(0, 7px) rotate(0);
    -ms-transform: translate(0, 7px) rotate(0);
    -o-transform: translate(0, 7px) rotate(0);
    transform: translate(0, 7px) rotate(0);
  }
  86% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  88% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  90% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  92% {
    -webkit-transform: translate(0, 0px) rotate(0);
    -moz-transform: translate(0, 0px) rotate(0);
    -ms-transform: translate(0, 0px) rotate(0);
    -o-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
  94% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  96% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  98% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-vertical {
  2% {
    -webkit-transform: translate(0, 1px) rotate(0);
    -moz-transform: translate(0, 1px) rotate(0);
    -ms-transform: translate(0, 1px) rotate(0);
    -o-transform: translate(0, 1px) rotate(0);
    transform: translate(0, 1px) rotate(0);
  }
  4% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  6% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  8% {
    -webkit-transform: translate(0, -5px) rotate(0);
    -moz-transform: translate(0, -5px) rotate(0);
    -ms-transform: translate(0, -5px) rotate(0);
    -o-transform: translate(0, -5px) rotate(0);
    transform: translate(0, -5px) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  12% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  14% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  16% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  18% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  20% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  22% {
    -webkit-transform: translate(0, -6px) rotate(0);
    -moz-transform: translate(0, -6px) rotate(0);
    -ms-transform: translate(0, -6px) rotate(0);
    -o-transform: translate(0, -6px) rotate(0);
    transform: translate(0, -6px) rotate(0);
  }
  24% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  26% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  28% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 9px) rotate(0);
    -moz-transform: translate(0, 9px) rotate(0);
    -ms-transform: translate(0, 9px) rotate(0);
    -o-transform: translate(0, 9px) rotate(0);
    transform: translate(0, 9px) rotate(0);
  }
  32% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  34% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  36% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  38% {
    -webkit-transform: translate(0, 2px) rotate(0);
    -moz-transform: translate(0, 2px) rotate(0);
    -ms-transform: translate(0, 2px) rotate(0);
    -o-transform: translate(0, 2px) rotate(0);
    transform: translate(0, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  42% {
    -webkit-transform: translate(0, -2px) rotate(0);
    -moz-transform: translate(0, -2px) rotate(0);
    -ms-transform: translate(0, -2px) rotate(0);
    -o-transform: translate(0, -2px) rotate(0);
    transform: translate(0, -2px) rotate(0);
  }
  44% {
    -webkit-transform: translate(0, 4px) rotate(0);
    -moz-transform: translate(0, 4px) rotate(0);
    -ms-transform: translate(0, 4px) rotate(0);
    -o-transform: translate(0, 4px) rotate(0);
    transform: translate(0, 4px) rotate(0);
  }
  46% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  48% {
    -webkit-transform: translate(0, 9px) rotate(0);
    -moz-transform: translate(0, 9px) rotate(0);
    -ms-transform: translate(0, 9px) rotate(0);
    -o-transform: translate(0, 9px) rotate(0);
    transform: translate(0, 9px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  52% {
    -webkit-transform: translate(0, 0px) rotate(0);
    -moz-transform: translate(0, 0px) rotate(0);
    -ms-transform: translate(0, 0px) rotate(0);
    -o-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
  54% {
    -webkit-transform: translate(0, -6px) rotate(0);
    -moz-transform: translate(0, -6px) rotate(0);
    -ms-transform: translate(0, -6px) rotate(0);
    -o-transform: translate(0, -6px) rotate(0);
    transform: translate(0, -6px) rotate(0);
  }
  56% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  58% {
    -webkit-transform: translate(0, -7px) rotate(0);
    -moz-transform: translate(0, -7px) rotate(0);
    -ms-transform: translate(0, -7px) rotate(0);
    -o-transform: translate(0, -7px) rotate(0);
    transform: translate(0, -7px) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  62% {
    -webkit-transform: translate(0, -5px) rotate(0);
    -moz-transform: translate(0, -5px) rotate(0);
    -ms-transform: translate(0, -5px) rotate(0);
    -o-transform: translate(0, -5px) rotate(0);
    transform: translate(0, -5px) rotate(0);
  }
  64% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  66% {
    -webkit-transform: translate(0, 1px) rotate(0);
    -moz-transform: translate(0, 1px) rotate(0);
    -ms-transform: translate(0, 1px) rotate(0);
    -o-transform: translate(0, 1px) rotate(0);
    transform: translate(0, 1px) rotate(0);
  }
  68% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  72% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  74% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  76% {
    -webkit-transform: translate(0, 2px) rotate(0);
    -moz-transform: translate(0, 2px) rotate(0);
    -ms-transform: translate(0, 2px) rotate(0);
    -o-transform: translate(0, 2px) rotate(0);
    transform: translate(0, 2px) rotate(0);
  }
  78% {
    -webkit-transform: translate(0, 7px) rotate(0);
    -moz-transform: translate(0, 7px) rotate(0);
    -ms-transform: translate(0, 7px) rotate(0);
    -o-transform: translate(0, 7px) rotate(0);
    transform: translate(0, 7px) rotate(0);
  }
  80% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  82% {
    -webkit-transform: translate(0, -2px) rotate(0);
    -moz-transform: translate(0, -2px) rotate(0);
    -ms-transform: translate(0, -2px) rotate(0);
    -o-transform: translate(0, -2px) rotate(0);
    transform: translate(0, -2px) rotate(0);
  }
  84% {
    -webkit-transform: translate(0, 7px) rotate(0);
    -moz-transform: translate(0, 7px) rotate(0);
    -ms-transform: translate(0, 7px) rotate(0);
    -o-transform: translate(0, 7px) rotate(0);
    transform: translate(0, 7px) rotate(0);
  }
  86% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  88% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  90% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  92% {
    -webkit-transform: translate(0, 0px) rotate(0);
    -moz-transform: translate(0, 0px) rotate(0);
    -ms-transform: translate(0, 0px) rotate(0);
    -o-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
  94% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  96% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  98% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-vertical {
  2% {
    -webkit-transform: translate(0, 1px) rotate(0);
    -moz-transform: translate(0, 1px) rotate(0);
    -ms-transform: translate(0, 1px) rotate(0);
    -o-transform: translate(0, 1px) rotate(0);
    transform: translate(0, 1px) rotate(0);
  }
  4% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  6% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  8% {
    -webkit-transform: translate(0, -5px) rotate(0);
    -moz-transform: translate(0, -5px) rotate(0);
    -ms-transform: translate(0, -5px) rotate(0);
    -o-transform: translate(0, -5px) rotate(0);
    transform: translate(0, -5px) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  12% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  14% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  16% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  18% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  20% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  22% {
    -webkit-transform: translate(0, -6px) rotate(0);
    -moz-transform: translate(0, -6px) rotate(0);
    -ms-transform: translate(0, -6px) rotate(0);
    -o-transform: translate(0, -6px) rotate(0);
    transform: translate(0, -6px) rotate(0);
  }
  24% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  26% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  28% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 9px) rotate(0);
    -moz-transform: translate(0, 9px) rotate(0);
    -ms-transform: translate(0, 9px) rotate(0);
    -o-transform: translate(0, 9px) rotate(0);
    transform: translate(0, 9px) rotate(0);
  }
  32% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  34% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  36% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  38% {
    -webkit-transform: translate(0, 2px) rotate(0);
    -moz-transform: translate(0, 2px) rotate(0);
    -ms-transform: translate(0, 2px) rotate(0);
    -o-transform: translate(0, 2px) rotate(0);
    transform: translate(0, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  42% {
    -webkit-transform: translate(0, -2px) rotate(0);
    -moz-transform: translate(0, -2px) rotate(0);
    -ms-transform: translate(0, -2px) rotate(0);
    -o-transform: translate(0, -2px) rotate(0);
    transform: translate(0, -2px) rotate(0);
  }
  44% {
    -webkit-transform: translate(0, 4px) rotate(0);
    -moz-transform: translate(0, 4px) rotate(0);
    -ms-transform: translate(0, 4px) rotate(0);
    -o-transform: translate(0, 4px) rotate(0);
    transform: translate(0, 4px) rotate(0);
  }
  46% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  48% {
    -webkit-transform: translate(0, 9px) rotate(0);
    -moz-transform: translate(0, 9px) rotate(0);
    -ms-transform: translate(0, 9px) rotate(0);
    -o-transform: translate(0, 9px) rotate(0);
    transform: translate(0, 9px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  52% {
    -webkit-transform: translate(0, 0px) rotate(0);
    -moz-transform: translate(0, 0px) rotate(0);
    -ms-transform: translate(0, 0px) rotate(0);
    -o-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
  54% {
    -webkit-transform: translate(0, -6px) rotate(0);
    -moz-transform: translate(0, -6px) rotate(0);
    -ms-transform: translate(0, -6px) rotate(0);
    -o-transform: translate(0, -6px) rotate(0);
    transform: translate(0, -6px) rotate(0);
  }
  56% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  58% {
    -webkit-transform: translate(0, -7px) rotate(0);
    -moz-transform: translate(0, -7px) rotate(0);
    -ms-transform: translate(0, -7px) rotate(0);
    -o-transform: translate(0, -7px) rotate(0);
    transform: translate(0, -7px) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  62% {
    -webkit-transform: translate(0, -5px) rotate(0);
    -moz-transform: translate(0, -5px) rotate(0);
    -ms-transform: translate(0, -5px) rotate(0);
    -o-transform: translate(0, -5px) rotate(0);
    transform: translate(0, -5px) rotate(0);
  }
  64% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  66% {
    -webkit-transform: translate(0, 1px) rotate(0);
    -moz-transform: translate(0, 1px) rotate(0);
    -ms-transform: translate(0, 1px) rotate(0);
    -o-transform: translate(0, 1px) rotate(0);
    transform: translate(0, 1px) rotate(0);
  }
  68% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  72% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  74% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  76% {
    -webkit-transform: translate(0, 2px) rotate(0);
    -moz-transform: translate(0, 2px) rotate(0);
    -ms-transform: translate(0, 2px) rotate(0);
    -o-transform: translate(0, 2px) rotate(0);
    transform: translate(0, 2px) rotate(0);
  }
  78% {
    -webkit-transform: translate(0, 7px) rotate(0);
    -moz-transform: translate(0, 7px) rotate(0);
    -ms-transform: translate(0, 7px) rotate(0);
    -o-transform: translate(0, 7px) rotate(0);
    transform: translate(0, 7px) rotate(0);
  }
  80% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  82% {
    -webkit-transform: translate(0, -2px) rotate(0);
    -moz-transform: translate(0, -2px) rotate(0);
    -ms-transform: translate(0, -2px) rotate(0);
    -o-transform: translate(0, -2px) rotate(0);
    transform: translate(0, -2px) rotate(0);
  }
  84% {
    -webkit-transform: translate(0, 7px) rotate(0);
    -moz-transform: translate(0, 7px) rotate(0);
    -ms-transform: translate(0, 7px) rotate(0);
    -o-transform: translate(0, 7px) rotate(0);
    transform: translate(0, 7px) rotate(0);
  }
  86% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  88% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  90% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  92% {
    -webkit-transform: translate(0, 0px) rotate(0);
    -moz-transform: translate(0, 0px) rotate(0);
    -ms-transform: translate(0, 0px) rotate(0);
    -o-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
  94% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  96% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  98% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-vertical {
  2% {
    -webkit-transform: translate(0, 1px) rotate(0);
    -moz-transform: translate(0, 1px) rotate(0);
    -ms-transform: translate(0, 1px) rotate(0);
    -o-transform: translate(0, 1px) rotate(0);
    transform: translate(0, 1px) rotate(0);
  }
  4% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  6% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  8% {
    -webkit-transform: translate(0, -5px) rotate(0);
    -moz-transform: translate(0, -5px) rotate(0);
    -ms-transform: translate(0, -5px) rotate(0);
    -o-transform: translate(0, -5px) rotate(0);
    transform: translate(0, -5px) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  12% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  14% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  16% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  18% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  20% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  22% {
    -webkit-transform: translate(0, -6px) rotate(0);
    -moz-transform: translate(0, -6px) rotate(0);
    -ms-transform: translate(0, -6px) rotate(0);
    -o-transform: translate(0, -6px) rotate(0);
    transform: translate(0, -6px) rotate(0);
  }
  24% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  26% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  28% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 9px) rotate(0);
    -moz-transform: translate(0, 9px) rotate(0);
    -ms-transform: translate(0, 9px) rotate(0);
    -o-transform: translate(0, 9px) rotate(0);
    transform: translate(0, 9px) rotate(0);
  }
  32% {
    -webkit-transform: translate(0, -1px) rotate(0);
    -moz-transform: translate(0, -1px) rotate(0);
    -ms-transform: translate(0, -1px) rotate(0);
    -o-transform: translate(0, -1px) rotate(0);
    transform: translate(0, -1px) rotate(0);
  }
  34% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  36% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  38% {
    -webkit-transform: translate(0, 2px) rotate(0);
    -moz-transform: translate(0, 2px) rotate(0);
    -ms-transform: translate(0, 2px) rotate(0);
    -o-transform: translate(0, 2px) rotate(0);
    transform: translate(0, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(0, 6px) rotate(0);
    -moz-transform: translate(0, 6px) rotate(0);
    -ms-transform: translate(0, 6px) rotate(0);
    -o-transform: translate(0, 6px) rotate(0);
    transform: translate(0, 6px) rotate(0);
  }
  42% {
    -webkit-transform: translate(0, -2px) rotate(0);
    -moz-transform: translate(0, -2px) rotate(0);
    -ms-transform: translate(0, -2px) rotate(0);
    -o-transform: translate(0, -2px) rotate(0);
    transform: translate(0, -2px) rotate(0);
  }
  44% {
    -webkit-transform: translate(0, 4px) rotate(0);
    -moz-transform: translate(0, 4px) rotate(0);
    -ms-transform: translate(0, 4px) rotate(0);
    -o-transform: translate(0, 4px) rotate(0);
    transform: translate(0, 4px) rotate(0);
  }
  46% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  48% {
    -webkit-transform: translate(0, 9px) rotate(0);
    -moz-transform: translate(0, 9px) rotate(0);
    -ms-transform: translate(0, 9px) rotate(0);
    -o-transform: translate(0, 9px) rotate(0);
    transform: translate(0, 9px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  52% {
    -webkit-transform: translate(0, 0px) rotate(0);
    -moz-transform: translate(0, 0px) rotate(0);
    -ms-transform: translate(0, 0px) rotate(0);
    -o-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
  54% {
    -webkit-transform: translate(0, -6px) rotate(0);
    -moz-transform: translate(0, -6px) rotate(0);
    -ms-transform: translate(0, -6px) rotate(0);
    -o-transform: translate(0, -6px) rotate(0);
    transform: translate(0, -6px) rotate(0);
  }
  56% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  58% {
    -webkit-transform: translate(0, -7px) rotate(0);
    -moz-transform: translate(0, -7px) rotate(0);
    -ms-transform: translate(0, -7px) rotate(0);
    -o-transform: translate(0, -7px) rotate(0);
    transform: translate(0, -7px) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  62% {
    -webkit-transform: translate(0, -5px) rotate(0);
    -moz-transform: translate(0, -5px) rotate(0);
    -ms-transform: translate(0, -5px) rotate(0);
    -o-transform: translate(0, -5px) rotate(0);
    transform: translate(0, -5px) rotate(0);
  }
  64% {
    -webkit-transform: translate(0, -9px) rotate(0);
    -moz-transform: translate(0, -9px) rotate(0);
    -ms-transform: translate(0, -9px) rotate(0);
    -o-transform: translate(0, -9px) rotate(0);
    transform: translate(0, -9px) rotate(0);
  }
  66% {
    -webkit-transform: translate(0, 1px) rotate(0);
    -moz-transform: translate(0, 1px) rotate(0);
    -ms-transform: translate(0, 1px) rotate(0);
    -o-transform: translate(0, 1px) rotate(0);
    transform: translate(0, 1px) rotate(0);
  }
  68% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  72% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  74% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  76% {
    -webkit-transform: translate(0, 2px) rotate(0);
    -moz-transform: translate(0, 2px) rotate(0);
    -ms-transform: translate(0, 2px) rotate(0);
    -o-transform: translate(0, 2px) rotate(0);
    transform: translate(0, 2px) rotate(0);
  }
  78% {
    -webkit-transform: translate(0, 7px) rotate(0);
    -moz-transform: translate(0, 7px) rotate(0);
    -ms-transform: translate(0, 7px) rotate(0);
    -o-transform: translate(0, 7px) rotate(0);
    transform: translate(0, 7px) rotate(0);
  }
  80% {
    -webkit-transform: translate(0, 8px) rotate(0);
    -moz-transform: translate(0, 8px) rotate(0);
    -ms-transform: translate(0, 8px) rotate(0);
    -o-transform: translate(0, 8px) rotate(0);
    transform: translate(0, 8px) rotate(0);
  }
  82% {
    -webkit-transform: translate(0, -2px) rotate(0);
    -moz-transform: translate(0, -2px) rotate(0);
    -ms-transform: translate(0, -2px) rotate(0);
    -o-transform: translate(0, -2px) rotate(0);
    transform: translate(0, -2px) rotate(0);
  }
  84% {
    -webkit-transform: translate(0, 7px) rotate(0);
    -moz-transform: translate(0, 7px) rotate(0);
    -ms-transform: translate(0, 7px) rotate(0);
    -o-transform: translate(0, 7px) rotate(0);
    transform: translate(0, 7px) rotate(0);
  }
  86% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  88% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  90% {
    -webkit-transform: translate(0, -8px) rotate(0);
    -moz-transform: translate(0, -8px) rotate(0);
    -ms-transform: translate(0, -8px) rotate(0);
    -o-transform: translate(0, -8px) rotate(0);
    transform: translate(0, -8px) rotate(0);
  }
  92% {
    -webkit-transform: translate(0, 0px) rotate(0);
    -moz-transform: translate(0, 0px) rotate(0);
    -ms-transform: translate(0, 0px) rotate(0);
    -o-transform: translate(0, 0px) rotate(0);
    transform: translate(0, 0px) rotate(0);
  }
  94% {
    -webkit-transform: translate(0, 3px) rotate(0);
    -moz-transform: translate(0, 3px) rotate(0);
    -ms-transform: translate(0, 3px) rotate(0);
    -o-transform: translate(0, 3px) rotate(0);
    transform: translate(0, 3px) rotate(0);
  }
  96% {
    -webkit-transform: translate(0, 5px) rotate(0);
    -moz-transform: translate(0, 5px) rotate(0);
    -ms-transform: translate(0, 5px) rotate(0);
    -o-transform: translate(0, 5px) rotate(0);
    transform: translate(0, 5px) rotate(0);
  }
  98% {
    -webkit-transform: translate(0, -3px) rotate(0);
    -moz-transform: translate(0, -3px) rotate(0);
    -ms-transform: translate(0, -3px) rotate(0);
    -o-transform: translate(0, -3px) rotate(0);
    transform: translate(0, -3px) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-rotate {
  2% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  4% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  6% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  8% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  12% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  14% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  18% {
    -webkit-transform: translate(0, 0) rotate(0.5deg);
    -moz-transform: translate(0, 0) rotate(0.5deg);
    -ms-transform: translate(0, 0) rotate(0.5deg);
    -o-transform: translate(0, 0) rotate(0.5deg);
    transform: translate(0, 0) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    -moz-transform: translate(0, 0) rotate(-3.5deg);
    -ms-transform: translate(0, 0) rotate(-3.5deg);
    -o-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
  24% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  26% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    -moz-transform: translate(0, 0) rotate(2.5deg);
    -ms-transform: translate(0, 0) rotate(2.5deg);
    -o-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  30% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  32% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    -moz-transform: translate(0, 0) rotate(-0.5deg);
    -ms-transform: translate(0, 0) rotate(-0.5deg);
    -o-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  36% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  38% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  40% {
    -webkit-transform: translate(0, 0) rotate(0.5deg);
    -moz-transform: translate(0, 0) rotate(0.5deg);
    -ms-transform: translate(0, 0) rotate(0.5deg);
    -o-transform: translate(0, 0) rotate(0.5deg);
    transform: translate(0, 0) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  44% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  46% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  48% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  52% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(-4.5deg);
    -moz-transform: translate(0, 0) rotate(-4.5deg);
    -ms-transform: translate(0, 0) rotate(-4.5deg);
    -o-transform: translate(0, 0) rotate(-4.5deg);
    transform: translate(0, 0) rotate(-4.5deg);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    -moz-transform: translate(0, 0) rotate(-0.5deg);
    -ms-transform: translate(0, 0) rotate(-0.5deg);
    -o-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    -moz-transform: translate(0, 0) rotate(-3.5deg);
    -ms-transform: translate(0, 0) rotate(-3.5deg);
    -o-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  84% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    -moz-transform: translate(0, 0) rotate(2.5deg);
    -ms-transform: translate(0, 0) rotate(2.5deg);
    -o-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  86% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    -moz-transform: translate(0, 0) rotate(-2.5deg);
    -ms-transform: translate(0, 0) rotate(-2.5deg);
    -o-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  92% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  94% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  96% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  98% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-rotate {
  2% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  4% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  6% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  8% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  12% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  14% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  18% {
    -webkit-transform: translate(0, 0) rotate(0.5deg);
    -moz-transform: translate(0, 0) rotate(0.5deg);
    -ms-transform: translate(0, 0) rotate(0.5deg);
    -o-transform: translate(0, 0) rotate(0.5deg);
    transform: translate(0, 0) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    -moz-transform: translate(0, 0) rotate(-3.5deg);
    -ms-transform: translate(0, 0) rotate(-3.5deg);
    -o-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
  24% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  26% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    -moz-transform: translate(0, 0) rotate(2.5deg);
    -ms-transform: translate(0, 0) rotate(2.5deg);
    -o-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  30% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  32% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    -moz-transform: translate(0, 0) rotate(-0.5deg);
    -ms-transform: translate(0, 0) rotate(-0.5deg);
    -o-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  36% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  38% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  40% {
    -webkit-transform: translate(0, 0) rotate(0.5deg);
    -moz-transform: translate(0, 0) rotate(0.5deg);
    -ms-transform: translate(0, 0) rotate(0.5deg);
    -o-transform: translate(0, 0) rotate(0.5deg);
    transform: translate(0, 0) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  44% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  46% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  48% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  52% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(-4.5deg);
    -moz-transform: translate(0, 0) rotate(-4.5deg);
    -ms-transform: translate(0, 0) rotate(-4.5deg);
    -o-transform: translate(0, 0) rotate(-4.5deg);
    transform: translate(0, 0) rotate(-4.5deg);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    -moz-transform: translate(0, 0) rotate(-0.5deg);
    -ms-transform: translate(0, 0) rotate(-0.5deg);
    -o-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    -moz-transform: translate(0, 0) rotate(-3.5deg);
    -ms-transform: translate(0, 0) rotate(-3.5deg);
    -o-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  84% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    -moz-transform: translate(0, 0) rotate(2.5deg);
    -ms-transform: translate(0, 0) rotate(2.5deg);
    -o-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  86% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    -moz-transform: translate(0, 0) rotate(-2.5deg);
    -ms-transform: translate(0, 0) rotate(-2.5deg);
    -o-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  92% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  94% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  96% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  98% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-rotate {
  2% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  4% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  6% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  8% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  12% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  14% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  18% {
    -webkit-transform: translate(0, 0) rotate(0.5deg);
    -moz-transform: translate(0, 0) rotate(0.5deg);
    -ms-transform: translate(0, 0) rotate(0.5deg);
    -o-transform: translate(0, 0) rotate(0.5deg);
    transform: translate(0, 0) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    -moz-transform: translate(0, 0) rotate(-3.5deg);
    -ms-transform: translate(0, 0) rotate(-3.5deg);
    -o-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
  24% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  26% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    -moz-transform: translate(0, 0) rotate(2.5deg);
    -ms-transform: translate(0, 0) rotate(2.5deg);
    -o-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  30% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  32% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    -moz-transform: translate(0, 0) rotate(-0.5deg);
    -ms-transform: translate(0, 0) rotate(-0.5deg);
    -o-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  36% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  38% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  40% {
    -webkit-transform: translate(0, 0) rotate(0.5deg);
    -moz-transform: translate(0, 0) rotate(0.5deg);
    -ms-transform: translate(0, 0) rotate(0.5deg);
    -o-transform: translate(0, 0) rotate(0.5deg);
    transform: translate(0, 0) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  44% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  46% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  48% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  52% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(-4.5deg);
    -moz-transform: translate(0, 0) rotate(-4.5deg);
    -ms-transform: translate(0, 0) rotate(-4.5deg);
    -o-transform: translate(0, 0) rotate(-4.5deg);
    transform: translate(0, 0) rotate(-4.5deg);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    -moz-transform: translate(0, 0) rotate(-0.5deg);
    -ms-transform: translate(0, 0) rotate(-0.5deg);
    -o-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    -moz-transform: translate(0, 0) rotate(-3.5deg);
    -ms-transform: translate(0, 0) rotate(-3.5deg);
    -o-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  84% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    -moz-transform: translate(0, 0) rotate(2.5deg);
    -ms-transform: translate(0, 0) rotate(2.5deg);
    -o-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  86% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    -moz-transform: translate(0, 0) rotate(-2.5deg);
    -ms-transform: translate(0, 0) rotate(-2.5deg);
    -o-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  92% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  94% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  96% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  98% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-rotate {
  2% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  4% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  6% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  8% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  12% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  14% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  18% {
    -webkit-transform: translate(0, 0) rotate(0.5deg);
    -moz-transform: translate(0, 0) rotate(0.5deg);
    -ms-transform: translate(0, 0) rotate(0.5deg);
    -o-transform: translate(0, 0) rotate(0.5deg);
    transform: translate(0, 0) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    -moz-transform: translate(0, 0) rotate(-3.5deg);
    -ms-transform: translate(0, 0) rotate(-3.5deg);
    -o-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
  24% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  26% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    -moz-transform: translate(0, 0) rotate(2.5deg);
    -ms-transform: translate(0, 0) rotate(2.5deg);
    -o-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  30% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  32% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    -moz-transform: translate(0, 0) rotate(-0.5deg);
    -ms-transform: translate(0, 0) rotate(-0.5deg);
    -o-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  36% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  38% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  40% {
    -webkit-transform: translate(0, 0) rotate(0.5deg);
    -moz-transform: translate(0, 0) rotate(0.5deg);
    -ms-transform: translate(0, 0) rotate(0.5deg);
    -o-transform: translate(0, 0) rotate(0.5deg);
    transform: translate(0, 0) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  44% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  46% {
    -webkit-transform: translate(0, 0) rotate(-5.5deg);
    -moz-transform: translate(0, 0) rotate(-5.5deg);
    -ms-transform: translate(0, 0) rotate(-5.5deg);
    -o-transform: translate(0, 0) rotate(-5.5deg);
    transform: translate(0, 0) rotate(-5.5deg);
  }
  48% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  52% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(6.5deg);
    -moz-transform: translate(0, 0) rotate(6.5deg);
    -ms-transform: translate(0, 0) rotate(6.5deg);
    -o-transform: translate(0, 0) rotate(6.5deg);
    transform: translate(0, 0) rotate(6.5deg);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(-4.5deg);
    -moz-transform: translate(0, 0) rotate(-4.5deg);
    -ms-transform: translate(0, 0) rotate(-4.5deg);
    -o-transform: translate(0, 0) rotate(-4.5deg);
    transform: translate(0, 0) rotate(-4.5deg);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    -moz-transform: translate(0, 0) rotate(3.5deg);
    -ms-transform: translate(0, 0) rotate(3.5deg);
    -o-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    -moz-transform: translate(0, 0) rotate(-0.5deg);
    -ms-transform: translate(0, 0) rotate(-0.5deg);
    -o-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    -moz-transform: translate(0, 0) rotate(-3.5deg);
    -ms-transform: translate(0, 0) rotate(-3.5deg);
    -o-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(7.5deg);
    -moz-transform: translate(0, 0) rotate(7.5deg);
    -ms-transform: translate(0, 0) rotate(7.5deg);
    -o-transform: translate(0, 0) rotate(7.5deg);
    transform: translate(0, 0) rotate(7.5deg);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(4.5deg);
    -moz-transform: translate(0, 0) rotate(4.5deg);
    -ms-transform: translate(0, 0) rotate(4.5deg);
    -o-transform: translate(0, 0) rotate(4.5deg);
    transform: translate(0, 0) rotate(4.5deg);
  }
  84% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    -moz-transform: translate(0, 0) rotate(2.5deg);
    -ms-transform: translate(0, 0) rotate(2.5deg);
    -o-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  86% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    -moz-transform: translate(0, 0) rotate(-2.5deg);
    -ms-transform: translate(0, 0) rotate(-2.5deg);
    -o-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(-6.5deg);
    -moz-transform: translate(0, 0) rotate(-6.5deg);
    -ms-transform: translate(0, 0) rotate(-6.5deg);
    -o-transform: translate(0, 0) rotate(-6.5deg);
    transform: translate(0, 0) rotate(-6.5deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(-1.5deg);
    -moz-transform: translate(0, 0) rotate(-1.5deg);
    -ms-transform: translate(0, 0) rotate(-1.5deg);
    -o-transform: translate(0, 0) rotate(-1.5deg);
    transform: translate(0, 0) rotate(-1.5deg);
  }
  92% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  94% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  96% {
    -webkit-transform: translate(0, 0) rotate(1.5deg);
    -moz-transform: translate(0, 0) rotate(1.5deg);
    -ms-transform: translate(0, 0) rotate(1.5deg);
    -o-transform: translate(0, 0) rotate(1.5deg);
    transform: translate(0, 0) rotate(1.5deg);
  }
  98% {
    -webkit-transform: translate(0, 0) rotate(5.5deg);
    -moz-transform: translate(0, 0) rotate(5.5deg);
    -ms-transform: translate(0, 0) rotate(5.5deg);
    -o-transform: translate(0, 0) rotate(5.5deg);
    transform: translate(0, 0) rotate(5.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-opacity {
  10% {
    -webkit-transform: translate(3px, 3px) rotate(0.5deg);
    -moz-transform: translate(3px, 3px) rotate(0.5deg);
    -ms-transform: translate(3px, 3px) rotate(0.5deg);
    -o-transform: translate(3px, 3px) rotate(0.5deg);
    transform: translate(3px, 3px) rotate(0.5deg);
    opacity: 0.05;
  }
  20% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
    -o-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
    opacity: 0.74;
  }
  30% {
    -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
    -moz-transform: translate(-1px, -3px) rotate(-1.5deg);
    -ms-transform: translate(-1px, -3px) rotate(-1.5deg);
    -o-transform: translate(-1px, -3px) rotate(-1.5deg);
    transform: translate(-1px, -3px) rotate(-1.5deg);
    opacity: 0.53;
  }
  40% {
    -webkit-transform: translate(3px, -2px) rotate(0.5deg);
    -moz-transform: translate(3px, -2px) rotate(0.5deg);
    -ms-transform: translate(3px, -2px) rotate(0.5deg);
    -o-transform: translate(3px, -2px) rotate(0.5deg);
    transform: translate(3px, -2px) rotate(0.5deg);
    opacity: 0.46;
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
    opacity: 0.77;
  }
  60% {
    -webkit-transform: translate(0px, -3px) rotate(-1.5deg);
    -moz-transform: translate(0px, -3px) rotate(-1.5deg);
    -ms-transform: translate(0px, -3px) rotate(-1.5deg);
    -o-transform: translate(0px, -3px) rotate(-1.5deg);
    transform: translate(0px, -3px) rotate(-1.5deg);
    opacity: 0.72;
  }
  70% {
    -webkit-transform: translate(0px, -4px) rotate(0.5deg);
    -moz-transform: translate(0px, -4px) rotate(0.5deg);
    -ms-transform: translate(0px, -4px) rotate(0.5deg);
    -o-transform: translate(0px, -4px) rotate(0.5deg);
    transform: translate(0px, -4px) rotate(0.5deg);
    opacity: 0.39;
  }
  80% {
    -webkit-transform: translate(-3px, -1px) rotate(0.5deg);
    -moz-transform: translate(-3px, -1px) rotate(0.5deg);
    -ms-transform: translate(-3px, -1px) rotate(0.5deg);
    -o-transform: translate(-3px, -1px) rotate(0.5deg);
    transform: translate(-3px, -1px) rotate(0.5deg);
    opacity: 0.16;
  }
  90% {
    -webkit-transform: translate(-4px, 2px) rotate(0.5deg);
    -moz-transform: translate(-4px, 2px) rotate(0.5deg);
    -ms-transform: translate(-4px, 2px) rotate(0.5deg);
    -o-transform: translate(-4px, 2px) rotate(0.5deg);
    transform: translate(-4px, 2px) rotate(0.5deg);
    opacity: 0.61;
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-opacity {
  10% {
    -webkit-transform: translate(3px, 3px) rotate(0.5deg);
    -moz-transform: translate(3px, 3px) rotate(0.5deg);
    -ms-transform: translate(3px, 3px) rotate(0.5deg);
    -o-transform: translate(3px, 3px) rotate(0.5deg);
    transform: translate(3px, 3px) rotate(0.5deg);
    opacity: 0.05;
  }
  20% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
    -o-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
    opacity: 0.74;
  }
  30% {
    -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
    -moz-transform: translate(-1px, -3px) rotate(-1.5deg);
    -ms-transform: translate(-1px, -3px) rotate(-1.5deg);
    -o-transform: translate(-1px, -3px) rotate(-1.5deg);
    transform: translate(-1px, -3px) rotate(-1.5deg);
    opacity: 0.53;
  }
  40% {
    -webkit-transform: translate(3px, -2px) rotate(0.5deg);
    -moz-transform: translate(3px, -2px) rotate(0.5deg);
    -ms-transform: translate(3px, -2px) rotate(0.5deg);
    -o-transform: translate(3px, -2px) rotate(0.5deg);
    transform: translate(3px, -2px) rotate(0.5deg);
    opacity: 0.46;
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
    opacity: 0.77;
  }
  60% {
    -webkit-transform: translate(0px, -3px) rotate(-1.5deg);
    -moz-transform: translate(0px, -3px) rotate(-1.5deg);
    -ms-transform: translate(0px, -3px) rotate(-1.5deg);
    -o-transform: translate(0px, -3px) rotate(-1.5deg);
    transform: translate(0px, -3px) rotate(-1.5deg);
    opacity: 0.72;
  }
  70% {
    -webkit-transform: translate(0px, -4px) rotate(0.5deg);
    -moz-transform: translate(0px, -4px) rotate(0.5deg);
    -ms-transform: translate(0px, -4px) rotate(0.5deg);
    -o-transform: translate(0px, -4px) rotate(0.5deg);
    transform: translate(0px, -4px) rotate(0.5deg);
    opacity: 0.39;
  }
  80% {
    -webkit-transform: translate(-3px, -1px) rotate(0.5deg);
    -moz-transform: translate(-3px, -1px) rotate(0.5deg);
    -ms-transform: translate(-3px, -1px) rotate(0.5deg);
    -o-transform: translate(-3px, -1px) rotate(0.5deg);
    transform: translate(-3px, -1px) rotate(0.5deg);
    opacity: 0.16;
  }
  90% {
    -webkit-transform: translate(-4px, 2px) rotate(0.5deg);
    -moz-transform: translate(-4px, 2px) rotate(0.5deg);
    -ms-transform: translate(-4px, 2px) rotate(0.5deg);
    -o-transform: translate(-4px, 2px) rotate(0.5deg);
    transform: translate(-4px, 2px) rotate(0.5deg);
    opacity: 0.61;
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-opacity {
  10% {
    -webkit-transform: translate(3px, 3px) rotate(0.5deg);
    -moz-transform: translate(3px, 3px) rotate(0.5deg);
    -ms-transform: translate(3px, 3px) rotate(0.5deg);
    -o-transform: translate(3px, 3px) rotate(0.5deg);
    transform: translate(3px, 3px) rotate(0.5deg);
    opacity: 0.05;
  }
  20% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
    -o-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
    opacity: 0.74;
  }
  30% {
    -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
    -moz-transform: translate(-1px, -3px) rotate(-1.5deg);
    -ms-transform: translate(-1px, -3px) rotate(-1.5deg);
    -o-transform: translate(-1px, -3px) rotate(-1.5deg);
    transform: translate(-1px, -3px) rotate(-1.5deg);
    opacity: 0.53;
  }
  40% {
    -webkit-transform: translate(3px, -2px) rotate(0.5deg);
    -moz-transform: translate(3px, -2px) rotate(0.5deg);
    -ms-transform: translate(3px, -2px) rotate(0.5deg);
    -o-transform: translate(3px, -2px) rotate(0.5deg);
    transform: translate(3px, -2px) rotate(0.5deg);
    opacity: 0.46;
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
    opacity: 0.77;
  }
  60% {
    -webkit-transform: translate(0px, -3px) rotate(-1.5deg);
    -moz-transform: translate(0px, -3px) rotate(-1.5deg);
    -ms-transform: translate(0px, -3px) rotate(-1.5deg);
    -o-transform: translate(0px, -3px) rotate(-1.5deg);
    transform: translate(0px, -3px) rotate(-1.5deg);
    opacity: 0.72;
  }
  70% {
    -webkit-transform: translate(0px, -4px) rotate(0.5deg);
    -moz-transform: translate(0px, -4px) rotate(0.5deg);
    -ms-transform: translate(0px, -4px) rotate(0.5deg);
    -o-transform: translate(0px, -4px) rotate(0.5deg);
    transform: translate(0px, -4px) rotate(0.5deg);
    opacity: 0.39;
  }
  80% {
    -webkit-transform: translate(-3px, -1px) rotate(0.5deg);
    -moz-transform: translate(-3px, -1px) rotate(0.5deg);
    -ms-transform: translate(-3px, -1px) rotate(0.5deg);
    -o-transform: translate(-3px, -1px) rotate(0.5deg);
    transform: translate(-3px, -1px) rotate(0.5deg);
    opacity: 0.16;
  }
  90% {
    -webkit-transform: translate(-4px, 2px) rotate(0.5deg);
    -moz-transform: translate(-4px, 2px) rotate(0.5deg);
    -ms-transform: translate(-4px, 2px) rotate(0.5deg);
    -o-transform: translate(-4px, 2px) rotate(0.5deg);
    transform: translate(-4px, 2px) rotate(0.5deg);
    opacity: 0.61;
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-opacity {
  10% {
    -webkit-transform: translate(3px, 3px) rotate(0.5deg);
    -moz-transform: translate(3px, 3px) rotate(0.5deg);
    -ms-transform: translate(3px, 3px) rotate(0.5deg);
    -o-transform: translate(3px, 3px) rotate(0.5deg);
    transform: translate(3px, 3px) rotate(0.5deg);
    opacity: 0.05;
  }
  20% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
    -moz-transform: translate(-1px, 0px) rotate(-0.5deg);
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
    -o-transform: translate(-1px, 0px) rotate(-0.5deg);
    transform: translate(-1px, 0px) rotate(-0.5deg);
    opacity: 0.74;
  }
  30% {
    -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
    -moz-transform: translate(-1px, -3px) rotate(-1.5deg);
    -ms-transform: translate(-1px, -3px) rotate(-1.5deg);
    -o-transform: translate(-1px, -3px) rotate(-1.5deg);
    transform: translate(-1px, -3px) rotate(-1.5deg);
    opacity: 0.53;
  }
  40% {
    -webkit-transform: translate(3px, -2px) rotate(0.5deg);
    -moz-transform: translate(3px, -2px) rotate(0.5deg);
    -ms-transform: translate(3px, -2px) rotate(0.5deg);
    -o-transform: translate(3px, -2px) rotate(0.5deg);
    transform: translate(3px, -2px) rotate(0.5deg);
    opacity: 0.46;
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
    transform: translate(0px, 1px) rotate(0.5deg);
    opacity: 0.77;
  }
  60% {
    -webkit-transform: translate(0px, -3px) rotate(-1.5deg);
    -moz-transform: translate(0px, -3px) rotate(-1.5deg);
    -ms-transform: translate(0px, -3px) rotate(-1.5deg);
    -o-transform: translate(0px, -3px) rotate(-1.5deg);
    transform: translate(0px, -3px) rotate(-1.5deg);
    opacity: 0.72;
  }
  70% {
    -webkit-transform: translate(0px, -4px) rotate(0.5deg);
    -moz-transform: translate(0px, -4px) rotate(0.5deg);
    -ms-transform: translate(0px, -4px) rotate(0.5deg);
    -o-transform: translate(0px, -4px) rotate(0.5deg);
    transform: translate(0px, -4px) rotate(0.5deg);
    opacity: 0.39;
  }
  80% {
    -webkit-transform: translate(-3px, -1px) rotate(0.5deg);
    -moz-transform: translate(-3px, -1px) rotate(0.5deg);
    -ms-transform: translate(-3px, -1px) rotate(0.5deg);
    -o-transform: translate(-3px, -1px) rotate(0.5deg);
    transform: translate(-3px, -1px) rotate(0.5deg);
    opacity: 0.16;
  }
  90% {
    -webkit-transform: translate(-4px, 2px) rotate(0.5deg);
    -moz-transform: translate(-4px, 2px) rotate(0.5deg);
    -ms-transform: translate(-4px, 2px) rotate(0.5deg);
    -o-transform: translate(-4px, 2px) rotate(0.5deg);
    transform: translate(-4px, 2px) rotate(0.5deg);
    opacity: 0.61;
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-crazy {
  10% {
    -webkit-transform: translate(3px, 5px) rotate(4deg);
    -moz-transform: translate(3px, 5px) rotate(4deg);
    -ms-transform: translate(3px, 5px) rotate(4deg);
    -o-transform: translate(3px, 5px) rotate(4deg);
    transform: translate(3px, 5px) rotate(4deg);
    opacity: 0.31;
  }
  20% {
    -webkit-transform: translate(16px, -11px) rotate(0deg);
    -moz-transform: translate(16px, -11px) rotate(0deg);
    -ms-transform: translate(16px, -11px) rotate(0deg);
    -o-transform: translate(16px, -11px) rotate(0deg);
    transform: translate(16px, -11px) rotate(0deg);
    opacity: 0.72;
  }
  30% {
    -webkit-transform: translate(0px, -9px) rotate(10deg);
    -moz-transform: translate(0px, -9px) rotate(10deg);
    -ms-transform: translate(0px, -9px) rotate(10deg);
    -o-transform: translate(0px, -9px) rotate(10deg);
    transform: translate(0px, -9px) rotate(10deg);
    opacity: 0.14;
  }
  40% {
    -webkit-transform: translate(13px, -9px) rotate(-1deg);
    -moz-transform: translate(13px, -9px) rotate(-1deg);
    -ms-transform: translate(13px, -9px) rotate(-1deg);
    -o-transform: translate(13px, -9px) rotate(-1deg);
    transform: translate(13px, -9px) rotate(-1deg);
    opacity: 0.72;
  }
  50% {
    -webkit-transform: translate(-6px, -3px) rotate(0deg);
    -moz-transform: translate(-6px, -3px) rotate(0deg);
    -ms-transform: translate(-6px, -3px) rotate(0deg);
    -o-transform: translate(-6px, -3px) rotate(0deg);
    transform: translate(-6px, -3px) rotate(0deg);
    opacity: 0.78;
  }
  60% {
    -webkit-transform: translate(14px, 9px) rotate(-9deg);
    -moz-transform: translate(14px, 9px) rotate(-9deg);
    -ms-transform: translate(14px, 9px) rotate(-9deg);
    -o-transform: translate(14px, 9px) rotate(-9deg);
    transform: translate(14px, 9px) rotate(-9deg);
    opacity: 0.74;
  }
  70% {
    -webkit-transform: translate(16px, 3px) rotate(-4deg);
    -moz-transform: translate(16px, 3px) rotate(-4deg);
    -ms-transform: translate(16px, 3px) rotate(-4deg);
    -o-transform: translate(16px, 3px) rotate(-4deg);
    transform: translate(16px, 3px) rotate(-4deg);
    opacity: 0.38;
  }
  80% {
    -webkit-transform: translate(-5px, 10px) rotate(6deg);
    -moz-transform: translate(-5px, 10px) rotate(6deg);
    -ms-transform: translate(-5px, 10px) rotate(6deg);
    -o-transform: translate(-5px, 10px) rotate(6deg);
    transform: translate(-5px, 10px) rotate(6deg);
    opacity: 0.25;
  }
  90% {
    -webkit-transform: translate(-13px, -15px) rotate(8deg);
    -moz-transform: translate(-13px, -15px) rotate(8deg);
    -ms-transform: translate(-13px, -15px) rotate(8deg);
    -o-transform: translate(-13px, -15px) rotate(8deg);
    transform: translate(-13px, -15px) rotate(8deg);
    opacity: 0.04;
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-crazy {
  10% {
    -webkit-transform: translate(3px, 5px) rotate(4deg);
    -moz-transform: translate(3px, 5px) rotate(4deg);
    -ms-transform: translate(3px, 5px) rotate(4deg);
    -o-transform: translate(3px, 5px) rotate(4deg);
    transform: translate(3px, 5px) rotate(4deg);
    opacity: 0.31;
  }
  20% {
    -webkit-transform: translate(16px, -11px) rotate(0deg);
    -moz-transform: translate(16px, -11px) rotate(0deg);
    -ms-transform: translate(16px, -11px) rotate(0deg);
    -o-transform: translate(16px, -11px) rotate(0deg);
    transform: translate(16px, -11px) rotate(0deg);
    opacity: 0.72;
  }
  30% {
    -webkit-transform: translate(0px, -9px) rotate(10deg);
    -moz-transform: translate(0px, -9px) rotate(10deg);
    -ms-transform: translate(0px, -9px) rotate(10deg);
    -o-transform: translate(0px, -9px) rotate(10deg);
    transform: translate(0px, -9px) rotate(10deg);
    opacity: 0.14;
  }
  40% {
    -webkit-transform: translate(13px, -9px) rotate(-1deg);
    -moz-transform: translate(13px, -9px) rotate(-1deg);
    -ms-transform: translate(13px, -9px) rotate(-1deg);
    -o-transform: translate(13px, -9px) rotate(-1deg);
    transform: translate(13px, -9px) rotate(-1deg);
    opacity: 0.72;
  }
  50% {
    -webkit-transform: translate(-6px, -3px) rotate(0deg);
    -moz-transform: translate(-6px, -3px) rotate(0deg);
    -ms-transform: translate(-6px, -3px) rotate(0deg);
    -o-transform: translate(-6px, -3px) rotate(0deg);
    transform: translate(-6px, -3px) rotate(0deg);
    opacity: 0.78;
  }
  60% {
    -webkit-transform: translate(14px, 9px) rotate(-9deg);
    -moz-transform: translate(14px, 9px) rotate(-9deg);
    -ms-transform: translate(14px, 9px) rotate(-9deg);
    -o-transform: translate(14px, 9px) rotate(-9deg);
    transform: translate(14px, 9px) rotate(-9deg);
    opacity: 0.74;
  }
  70% {
    -webkit-transform: translate(16px, 3px) rotate(-4deg);
    -moz-transform: translate(16px, 3px) rotate(-4deg);
    -ms-transform: translate(16px, 3px) rotate(-4deg);
    -o-transform: translate(16px, 3px) rotate(-4deg);
    transform: translate(16px, 3px) rotate(-4deg);
    opacity: 0.38;
  }
  80% {
    -webkit-transform: translate(-5px, 10px) rotate(6deg);
    -moz-transform: translate(-5px, 10px) rotate(6deg);
    -ms-transform: translate(-5px, 10px) rotate(6deg);
    -o-transform: translate(-5px, 10px) rotate(6deg);
    transform: translate(-5px, 10px) rotate(6deg);
    opacity: 0.25;
  }
  90% {
    -webkit-transform: translate(-13px, -15px) rotate(8deg);
    -moz-transform: translate(-13px, -15px) rotate(8deg);
    -ms-transform: translate(-13px, -15px) rotate(8deg);
    -o-transform: translate(-13px, -15px) rotate(8deg);
    transform: translate(-13px, -15px) rotate(8deg);
    opacity: 0.04;
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-crazy {
  10% {
    -webkit-transform: translate(3px, 5px) rotate(4deg);
    -moz-transform: translate(3px, 5px) rotate(4deg);
    -ms-transform: translate(3px, 5px) rotate(4deg);
    -o-transform: translate(3px, 5px) rotate(4deg);
    transform: translate(3px, 5px) rotate(4deg);
    opacity: 0.31;
  }
  20% {
    -webkit-transform: translate(16px, -11px) rotate(0deg);
    -moz-transform: translate(16px, -11px) rotate(0deg);
    -ms-transform: translate(16px, -11px) rotate(0deg);
    -o-transform: translate(16px, -11px) rotate(0deg);
    transform: translate(16px, -11px) rotate(0deg);
    opacity: 0.72;
  }
  30% {
    -webkit-transform: translate(0px, -9px) rotate(10deg);
    -moz-transform: translate(0px, -9px) rotate(10deg);
    -ms-transform: translate(0px, -9px) rotate(10deg);
    -o-transform: translate(0px, -9px) rotate(10deg);
    transform: translate(0px, -9px) rotate(10deg);
    opacity: 0.14;
  }
  40% {
    -webkit-transform: translate(13px, -9px) rotate(-1deg);
    -moz-transform: translate(13px, -9px) rotate(-1deg);
    -ms-transform: translate(13px, -9px) rotate(-1deg);
    -o-transform: translate(13px, -9px) rotate(-1deg);
    transform: translate(13px, -9px) rotate(-1deg);
    opacity: 0.72;
  }
  50% {
    -webkit-transform: translate(-6px, -3px) rotate(0deg);
    -moz-transform: translate(-6px, -3px) rotate(0deg);
    -ms-transform: translate(-6px, -3px) rotate(0deg);
    -o-transform: translate(-6px, -3px) rotate(0deg);
    transform: translate(-6px, -3px) rotate(0deg);
    opacity: 0.78;
  }
  60% {
    -webkit-transform: translate(14px, 9px) rotate(-9deg);
    -moz-transform: translate(14px, 9px) rotate(-9deg);
    -ms-transform: translate(14px, 9px) rotate(-9deg);
    -o-transform: translate(14px, 9px) rotate(-9deg);
    transform: translate(14px, 9px) rotate(-9deg);
    opacity: 0.74;
  }
  70% {
    -webkit-transform: translate(16px, 3px) rotate(-4deg);
    -moz-transform: translate(16px, 3px) rotate(-4deg);
    -ms-transform: translate(16px, 3px) rotate(-4deg);
    -o-transform: translate(16px, 3px) rotate(-4deg);
    transform: translate(16px, 3px) rotate(-4deg);
    opacity: 0.38;
  }
  80% {
    -webkit-transform: translate(-5px, 10px) rotate(6deg);
    -moz-transform: translate(-5px, 10px) rotate(6deg);
    -ms-transform: translate(-5px, 10px) rotate(6deg);
    -o-transform: translate(-5px, 10px) rotate(6deg);
    transform: translate(-5px, 10px) rotate(6deg);
    opacity: 0.25;
  }
  90% {
    -webkit-transform: translate(-13px, -15px) rotate(8deg);
    -moz-transform: translate(-13px, -15px) rotate(8deg);
    -ms-transform: translate(-13px, -15px) rotate(8deg);
    -o-transform: translate(-13px, -15px) rotate(8deg);
    transform: translate(-13px, -15px) rotate(8deg);
    opacity: 0.04;
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-crazy {
  10% {
    -webkit-transform: translate(3px, 5px) rotate(4deg);
    -moz-transform: translate(3px, 5px) rotate(4deg);
    -ms-transform: translate(3px, 5px) rotate(4deg);
    -o-transform: translate(3px, 5px) rotate(4deg);
    transform: translate(3px, 5px) rotate(4deg);
    opacity: 0.31;
  }
  20% {
    -webkit-transform: translate(16px, -11px) rotate(0deg);
    -moz-transform: translate(16px, -11px) rotate(0deg);
    -ms-transform: translate(16px, -11px) rotate(0deg);
    -o-transform: translate(16px, -11px) rotate(0deg);
    transform: translate(16px, -11px) rotate(0deg);
    opacity: 0.72;
  }
  30% {
    -webkit-transform: translate(0px, -9px) rotate(10deg);
    -moz-transform: translate(0px, -9px) rotate(10deg);
    -ms-transform: translate(0px, -9px) rotate(10deg);
    -o-transform: translate(0px, -9px) rotate(10deg);
    transform: translate(0px, -9px) rotate(10deg);
    opacity: 0.14;
  }
  40% {
    -webkit-transform: translate(13px, -9px) rotate(-1deg);
    -moz-transform: translate(13px, -9px) rotate(-1deg);
    -ms-transform: translate(13px, -9px) rotate(-1deg);
    -o-transform: translate(13px, -9px) rotate(-1deg);
    transform: translate(13px, -9px) rotate(-1deg);
    opacity: 0.72;
  }
  50% {
    -webkit-transform: translate(-6px, -3px) rotate(0deg);
    -moz-transform: translate(-6px, -3px) rotate(0deg);
    -ms-transform: translate(-6px, -3px) rotate(0deg);
    -o-transform: translate(-6px, -3px) rotate(0deg);
    transform: translate(-6px, -3px) rotate(0deg);
    opacity: 0.78;
  }
  60% {
    -webkit-transform: translate(14px, 9px) rotate(-9deg);
    -moz-transform: translate(14px, 9px) rotate(-9deg);
    -ms-transform: translate(14px, 9px) rotate(-9deg);
    -o-transform: translate(14px, 9px) rotate(-9deg);
    transform: translate(14px, 9px) rotate(-9deg);
    opacity: 0.74;
  }
  70% {
    -webkit-transform: translate(16px, 3px) rotate(-4deg);
    -moz-transform: translate(16px, 3px) rotate(-4deg);
    -ms-transform: translate(16px, 3px) rotate(-4deg);
    -o-transform: translate(16px, 3px) rotate(-4deg);
    transform: translate(16px, 3px) rotate(-4deg);
    opacity: 0.38;
  }
  80% {
    -webkit-transform: translate(-5px, 10px) rotate(6deg);
    -moz-transform: translate(-5px, 10px) rotate(6deg);
    -ms-transform: translate(-5px, 10px) rotate(6deg);
    -o-transform: translate(-5px, 10px) rotate(6deg);
    transform: translate(-5px, 10px) rotate(6deg);
    opacity: 0.25;
  }
  90% {
    -webkit-transform: translate(-13px, -15px) rotate(8deg);
    -moz-transform: translate(-13px, -15px) rotate(8deg);
    -ms-transform: translate(-13px, -15px) rotate(8deg);
    -o-transform: translate(-13px, -15px) rotate(8deg);
    transform: translate(-13px, -15px) rotate(8deg);
    opacity: 0.04;
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-moz-keyframes shake-chunk {
  2% {
    -webkit-transform: translate(0px, -8px) rotate(8deg);
    -moz-transform: translate(0px, -8px) rotate(8deg);
    -ms-transform: translate(0px, -8px) rotate(8deg);
    -o-transform: translate(0px, -8px) rotate(8deg);
    transform: translate(0px, -8px) rotate(8deg);
  }
  4% {
    -webkit-transform: translate(1px, 5px) rotate(-12deg);
    -moz-transform: translate(1px, 5px) rotate(-12deg);
    -ms-transform: translate(1px, 5px) rotate(-12deg);
    -o-transform: translate(1px, 5px) rotate(-12deg);
    transform: translate(1px, 5px) rotate(-12deg);
  }
  6% {
    -webkit-transform: translate(10px, 11px) rotate(7deg);
    -moz-transform: translate(10px, 11px) rotate(7deg);
    -ms-transform: translate(10px, 11px) rotate(7deg);
    -o-transform: translate(10px, 11px) rotate(7deg);
    transform: translate(10px, 11px) rotate(7deg);
  }
  8% {
    -webkit-transform: translate(6px, -10px) rotate(0deg);
    -moz-transform: translate(6px, -10px) rotate(0deg);
    -ms-transform: translate(6px, -10px) rotate(0deg);
    -o-transform: translate(6px, -10px) rotate(0deg);
    transform: translate(6px, -10px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(8px, -10px) rotate(-13deg);
    -moz-transform: translate(8px, -10px) rotate(-13deg);
    -ms-transform: translate(8px, -10px) rotate(-13deg);
    -o-transform: translate(8px, -10px) rotate(-13deg);
    transform: translate(8px, -10px) rotate(-13deg);
  }
  12% {
    -webkit-transform: translate(5px, -12px) rotate(10deg);
    -moz-transform: translate(5px, -12px) rotate(10deg);
    -ms-transform: translate(5px, -12px) rotate(10deg);
    -o-transform: translate(5px, -12px) rotate(10deg);
    transform: translate(5px, -12px) rotate(10deg);
  }
  14% {
    -webkit-transform: translate(-4px, 2px) rotate(10deg);
    -moz-transform: translate(-4px, 2px) rotate(10deg);
    -ms-transform: translate(-4px, 2px) rotate(10deg);
    -o-transform: translate(-4px, 2px) rotate(10deg);
    transform: translate(-4px, 2px) rotate(10deg);
  }
  16% {
    -webkit-transform: translate(-8px, -13px) rotate(-14deg);
    -moz-transform: translate(-8px, -13px) rotate(-14deg);
    -ms-transform: translate(-8px, -13px) rotate(-14deg);
    -o-transform: translate(-8px, -13px) rotate(-14deg);
    transform: translate(-8px, -13px) rotate(-14deg);
  }
  18% {
    -webkit-transform: translate(-1px, -11px) rotate(13deg);
    -moz-transform: translate(-1px, -11px) rotate(13deg);
    -ms-transform: translate(-1px, -11px) rotate(13deg);
    -o-transform: translate(-1px, -11px) rotate(13deg);
    transform: translate(-1px, -11px) rotate(13deg);
  }
  20% {
    -webkit-transform: translate(-7px, 11px) rotate(6deg);
    -moz-transform: translate(-7px, 11px) rotate(6deg);
    -ms-transform: translate(-7px, 11px) rotate(6deg);
    -o-transform: translate(-7px, 11px) rotate(6deg);
    transform: translate(-7px, 11px) rotate(6deg);
  }
  22% {
    -webkit-transform: translate(-1px, -1px) rotate(3deg);
    -moz-transform: translate(-1px, -1px) rotate(3deg);
    -ms-transform: translate(-1px, -1px) rotate(3deg);
    -o-transform: translate(-1px, -1px) rotate(3deg);
    transform: translate(-1px, -1px) rotate(3deg);
  }
  24% {
    -webkit-transform: translate(15px, -12px) rotate(3deg);
    -moz-transform: translate(15px, -12px) rotate(3deg);
    -ms-transform: translate(15px, -12px) rotate(3deg);
    -o-transform: translate(15px, -12px) rotate(3deg);
    transform: translate(15px, -12px) rotate(3deg);
  }
  26% {
    -webkit-transform: translate(-9px, -9px) rotate(8deg);
    -moz-transform: translate(-9px, -9px) rotate(8deg);
    -ms-transform: translate(-9px, -9px) rotate(8deg);
    -o-transform: translate(-9px, -9px) rotate(8deg);
    transform: translate(-9px, -9px) rotate(8deg);
  }
  28% {
    -webkit-transform: translate(3px, -8px) rotate(6deg);
    -moz-transform: translate(3px, -8px) rotate(6deg);
    -ms-transform: translate(3px, -8px) rotate(6deg);
    -o-transform: translate(3px, -8px) rotate(6deg);
    transform: translate(3px, -8px) rotate(6deg);
  }
  30% {
    -webkit-transform: translate(-4px, 14px) rotate(7deg);
    -moz-transform: translate(-4px, 14px) rotate(7deg);
    -ms-transform: translate(-4px, 14px) rotate(7deg);
    -o-transform: translate(-4px, 14px) rotate(7deg);
    transform: translate(-4px, 14px) rotate(7deg);
  }
  32% {
    -webkit-transform: translate(3px, 3px) rotate(10deg);
    -moz-transform: translate(3px, 3px) rotate(10deg);
    -ms-transform: translate(3px, 3px) rotate(10deg);
    -o-transform: translate(3px, 3px) rotate(10deg);
    transform: translate(3px, 3px) rotate(10deg);
  }
  34% {
    -webkit-transform: translate(-9px, -6px) rotate(-5deg);
    -moz-transform: translate(-9px, -6px) rotate(-5deg);
    -ms-transform: translate(-9px, -6px) rotate(-5deg);
    -o-transform: translate(-9px, -6px) rotate(-5deg);
    transform: translate(-9px, -6px) rotate(-5deg);
  }
  36% {
    -webkit-transform: translate(9px, -8px) rotate(5deg);
    -moz-transform: translate(9px, -8px) rotate(5deg);
    -ms-transform: translate(9px, -8px) rotate(5deg);
    -o-transform: translate(9px, -8px) rotate(5deg);
    transform: translate(9px, -8px) rotate(5deg);
  }
  38% {
    -webkit-transform: translate(-4px, 7px) rotate(10deg);
    -moz-transform: translate(-4px, 7px) rotate(10deg);
    -ms-transform: translate(-4px, 7px) rotate(10deg);
    -o-transform: translate(-4px, 7px) rotate(10deg);
    transform: translate(-4px, 7px) rotate(10deg);
  }
  0%, 40%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes shake-chunk {
  2% {
    -webkit-transform: translate(0px, -8px) rotate(8deg);
    -moz-transform: translate(0px, -8px) rotate(8deg);
    -ms-transform: translate(0px, -8px) rotate(8deg);
    -o-transform: translate(0px, -8px) rotate(8deg);
    transform: translate(0px, -8px) rotate(8deg);
  }
  4% {
    -webkit-transform: translate(1px, 5px) rotate(-12deg);
    -moz-transform: translate(1px, 5px) rotate(-12deg);
    -ms-transform: translate(1px, 5px) rotate(-12deg);
    -o-transform: translate(1px, 5px) rotate(-12deg);
    transform: translate(1px, 5px) rotate(-12deg);
  }
  6% {
    -webkit-transform: translate(10px, 11px) rotate(7deg);
    -moz-transform: translate(10px, 11px) rotate(7deg);
    -ms-transform: translate(10px, 11px) rotate(7deg);
    -o-transform: translate(10px, 11px) rotate(7deg);
    transform: translate(10px, 11px) rotate(7deg);
  }
  8% {
    -webkit-transform: translate(6px, -10px) rotate(0deg);
    -moz-transform: translate(6px, -10px) rotate(0deg);
    -ms-transform: translate(6px, -10px) rotate(0deg);
    -o-transform: translate(6px, -10px) rotate(0deg);
    transform: translate(6px, -10px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(8px, -10px) rotate(-13deg);
    -moz-transform: translate(8px, -10px) rotate(-13deg);
    -ms-transform: translate(8px, -10px) rotate(-13deg);
    -o-transform: translate(8px, -10px) rotate(-13deg);
    transform: translate(8px, -10px) rotate(-13deg);
  }
  12% {
    -webkit-transform: translate(5px, -12px) rotate(10deg);
    -moz-transform: translate(5px, -12px) rotate(10deg);
    -ms-transform: translate(5px, -12px) rotate(10deg);
    -o-transform: translate(5px, -12px) rotate(10deg);
    transform: translate(5px, -12px) rotate(10deg);
  }
  14% {
    -webkit-transform: translate(-4px, 2px) rotate(10deg);
    -moz-transform: translate(-4px, 2px) rotate(10deg);
    -ms-transform: translate(-4px, 2px) rotate(10deg);
    -o-transform: translate(-4px, 2px) rotate(10deg);
    transform: translate(-4px, 2px) rotate(10deg);
  }
  16% {
    -webkit-transform: translate(-8px, -13px) rotate(-14deg);
    -moz-transform: translate(-8px, -13px) rotate(-14deg);
    -ms-transform: translate(-8px, -13px) rotate(-14deg);
    -o-transform: translate(-8px, -13px) rotate(-14deg);
    transform: translate(-8px, -13px) rotate(-14deg);
  }
  18% {
    -webkit-transform: translate(-1px, -11px) rotate(13deg);
    -moz-transform: translate(-1px, -11px) rotate(13deg);
    -ms-transform: translate(-1px, -11px) rotate(13deg);
    -o-transform: translate(-1px, -11px) rotate(13deg);
    transform: translate(-1px, -11px) rotate(13deg);
  }
  20% {
    -webkit-transform: translate(-7px, 11px) rotate(6deg);
    -moz-transform: translate(-7px, 11px) rotate(6deg);
    -ms-transform: translate(-7px, 11px) rotate(6deg);
    -o-transform: translate(-7px, 11px) rotate(6deg);
    transform: translate(-7px, 11px) rotate(6deg);
  }
  22% {
    -webkit-transform: translate(-1px, -1px) rotate(3deg);
    -moz-transform: translate(-1px, -1px) rotate(3deg);
    -ms-transform: translate(-1px, -1px) rotate(3deg);
    -o-transform: translate(-1px, -1px) rotate(3deg);
    transform: translate(-1px, -1px) rotate(3deg);
  }
  24% {
    -webkit-transform: translate(15px, -12px) rotate(3deg);
    -moz-transform: translate(15px, -12px) rotate(3deg);
    -ms-transform: translate(15px, -12px) rotate(3deg);
    -o-transform: translate(15px, -12px) rotate(3deg);
    transform: translate(15px, -12px) rotate(3deg);
  }
  26% {
    -webkit-transform: translate(-9px, -9px) rotate(8deg);
    -moz-transform: translate(-9px, -9px) rotate(8deg);
    -ms-transform: translate(-9px, -9px) rotate(8deg);
    -o-transform: translate(-9px, -9px) rotate(8deg);
    transform: translate(-9px, -9px) rotate(8deg);
  }
  28% {
    -webkit-transform: translate(3px, -8px) rotate(6deg);
    -moz-transform: translate(3px, -8px) rotate(6deg);
    -ms-transform: translate(3px, -8px) rotate(6deg);
    -o-transform: translate(3px, -8px) rotate(6deg);
    transform: translate(3px, -8px) rotate(6deg);
  }
  30% {
    -webkit-transform: translate(-4px, 14px) rotate(7deg);
    -moz-transform: translate(-4px, 14px) rotate(7deg);
    -ms-transform: translate(-4px, 14px) rotate(7deg);
    -o-transform: translate(-4px, 14px) rotate(7deg);
    transform: translate(-4px, 14px) rotate(7deg);
  }
  32% {
    -webkit-transform: translate(3px, 3px) rotate(10deg);
    -moz-transform: translate(3px, 3px) rotate(10deg);
    -ms-transform: translate(3px, 3px) rotate(10deg);
    -o-transform: translate(3px, 3px) rotate(10deg);
    transform: translate(3px, 3px) rotate(10deg);
  }
  34% {
    -webkit-transform: translate(-9px, -6px) rotate(-5deg);
    -moz-transform: translate(-9px, -6px) rotate(-5deg);
    -ms-transform: translate(-9px, -6px) rotate(-5deg);
    -o-transform: translate(-9px, -6px) rotate(-5deg);
    transform: translate(-9px, -6px) rotate(-5deg);
  }
  36% {
    -webkit-transform: translate(9px, -8px) rotate(5deg);
    -moz-transform: translate(9px, -8px) rotate(5deg);
    -ms-transform: translate(9px, -8px) rotate(5deg);
    -o-transform: translate(9px, -8px) rotate(5deg);
    transform: translate(9px, -8px) rotate(5deg);
  }
  38% {
    -webkit-transform: translate(-4px, 7px) rotate(10deg);
    -moz-transform: translate(-4px, 7px) rotate(10deg);
    -ms-transform: translate(-4px, 7px) rotate(10deg);
    -o-transform: translate(-4px, 7px) rotate(10deg);
    transform: translate(-4px, 7px) rotate(10deg);
  }
  0%, 40%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-o-keyframes shake-chunk {
  2% {
    -webkit-transform: translate(0px, -8px) rotate(8deg);
    -moz-transform: translate(0px, -8px) rotate(8deg);
    -ms-transform: translate(0px, -8px) rotate(8deg);
    -o-transform: translate(0px, -8px) rotate(8deg);
    transform: translate(0px, -8px) rotate(8deg);
  }
  4% {
    -webkit-transform: translate(1px, 5px) rotate(-12deg);
    -moz-transform: translate(1px, 5px) rotate(-12deg);
    -ms-transform: translate(1px, 5px) rotate(-12deg);
    -o-transform: translate(1px, 5px) rotate(-12deg);
    transform: translate(1px, 5px) rotate(-12deg);
  }
  6% {
    -webkit-transform: translate(10px, 11px) rotate(7deg);
    -moz-transform: translate(10px, 11px) rotate(7deg);
    -ms-transform: translate(10px, 11px) rotate(7deg);
    -o-transform: translate(10px, 11px) rotate(7deg);
    transform: translate(10px, 11px) rotate(7deg);
  }
  8% {
    -webkit-transform: translate(6px, -10px) rotate(0deg);
    -moz-transform: translate(6px, -10px) rotate(0deg);
    -ms-transform: translate(6px, -10px) rotate(0deg);
    -o-transform: translate(6px, -10px) rotate(0deg);
    transform: translate(6px, -10px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(8px, -10px) rotate(-13deg);
    -moz-transform: translate(8px, -10px) rotate(-13deg);
    -ms-transform: translate(8px, -10px) rotate(-13deg);
    -o-transform: translate(8px, -10px) rotate(-13deg);
    transform: translate(8px, -10px) rotate(-13deg);
  }
  12% {
    -webkit-transform: translate(5px, -12px) rotate(10deg);
    -moz-transform: translate(5px, -12px) rotate(10deg);
    -ms-transform: translate(5px, -12px) rotate(10deg);
    -o-transform: translate(5px, -12px) rotate(10deg);
    transform: translate(5px, -12px) rotate(10deg);
  }
  14% {
    -webkit-transform: translate(-4px, 2px) rotate(10deg);
    -moz-transform: translate(-4px, 2px) rotate(10deg);
    -ms-transform: translate(-4px, 2px) rotate(10deg);
    -o-transform: translate(-4px, 2px) rotate(10deg);
    transform: translate(-4px, 2px) rotate(10deg);
  }
  16% {
    -webkit-transform: translate(-8px, -13px) rotate(-14deg);
    -moz-transform: translate(-8px, -13px) rotate(-14deg);
    -ms-transform: translate(-8px, -13px) rotate(-14deg);
    -o-transform: translate(-8px, -13px) rotate(-14deg);
    transform: translate(-8px, -13px) rotate(-14deg);
  }
  18% {
    -webkit-transform: translate(-1px, -11px) rotate(13deg);
    -moz-transform: translate(-1px, -11px) rotate(13deg);
    -ms-transform: translate(-1px, -11px) rotate(13deg);
    -o-transform: translate(-1px, -11px) rotate(13deg);
    transform: translate(-1px, -11px) rotate(13deg);
  }
  20% {
    -webkit-transform: translate(-7px, 11px) rotate(6deg);
    -moz-transform: translate(-7px, 11px) rotate(6deg);
    -ms-transform: translate(-7px, 11px) rotate(6deg);
    -o-transform: translate(-7px, 11px) rotate(6deg);
    transform: translate(-7px, 11px) rotate(6deg);
  }
  22% {
    -webkit-transform: translate(-1px, -1px) rotate(3deg);
    -moz-transform: translate(-1px, -1px) rotate(3deg);
    -ms-transform: translate(-1px, -1px) rotate(3deg);
    -o-transform: translate(-1px, -1px) rotate(3deg);
    transform: translate(-1px, -1px) rotate(3deg);
  }
  24% {
    -webkit-transform: translate(15px, -12px) rotate(3deg);
    -moz-transform: translate(15px, -12px) rotate(3deg);
    -ms-transform: translate(15px, -12px) rotate(3deg);
    -o-transform: translate(15px, -12px) rotate(3deg);
    transform: translate(15px, -12px) rotate(3deg);
  }
  26% {
    -webkit-transform: translate(-9px, -9px) rotate(8deg);
    -moz-transform: translate(-9px, -9px) rotate(8deg);
    -ms-transform: translate(-9px, -9px) rotate(8deg);
    -o-transform: translate(-9px, -9px) rotate(8deg);
    transform: translate(-9px, -9px) rotate(8deg);
  }
  28% {
    -webkit-transform: translate(3px, -8px) rotate(6deg);
    -moz-transform: translate(3px, -8px) rotate(6deg);
    -ms-transform: translate(3px, -8px) rotate(6deg);
    -o-transform: translate(3px, -8px) rotate(6deg);
    transform: translate(3px, -8px) rotate(6deg);
  }
  30% {
    -webkit-transform: translate(-4px, 14px) rotate(7deg);
    -moz-transform: translate(-4px, 14px) rotate(7deg);
    -ms-transform: translate(-4px, 14px) rotate(7deg);
    -o-transform: translate(-4px, 14px) rotate(7deg);
    transform: translate(-4px, 14px) rotate(7deg);
  }
  32% {
    -webkit-transform: translate(3px, 3px) rotate(10deg);
    -moz-transform: translate(3px, 3px) rotate(10deg);
    -ms-transform: translate(3px, 3px) rotate(10deg);
    -o-transform: translate(3px, 3px) rotate(10deg);
    transform: translate(3px, 3px) rotate(10deg);
  }
  34% {
    -webkit-transform: translate(-9px, -6px) rotate(-5deg);
    -moz-transform: translate(-9px, -6px) rotate(-5deg);
    -ms-transform: translate(-9px, -6px) rotate(-5deg);
    -o-transform: translate(-9px, -6px) rotate(-5deg);
    transform: translate(-9px, -6px) rotate(-5deg);
  }
  36% {
    -webkit-transform: translate(9px, -8px) rotate(5deg);
    -moz-transform: translate(9px, -8px) rotate(5deg);
    -ms-transform: translate(9px, -8px) rotate(5deg);
    -o-transform: translate(9px, -8px) rotate(5deg);
    transform: translate(9px, -8px) rotate(5deg);
  }
  38% {
    -webkit-transform: translate(-4px, 7px) rotate(10deg);
    -moz-transform: translate(-4px, 7px) rotate(10deg);
    -ms-transform: translate(-4px, 7px) rotate(10deg);
    -o-transform: translate(-4px, 7px) rotate(10deg);
    transform: translate(-4px, 7px) rotate(10deg);
  }
  0%, 40%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-chunk {
  2% {
    -webkit-transform: translate(0px, -8px) rotate(8deg);
    -moz-transform: translate(0px, -8px) rotate(8deg);
    -ms-transform: translate(0px, -8px) rotate(8deg);
    -o-transform: translate(0px, -8px) rotate(8deg);
    transform: translate(0px, -8px) rotate(8deg);
  }
  4% {
    -webkit-transform: translate(1px, 5px) rotate(-12deg);
    -moz-transform: translate(1px, 5px) rotate(-12deg);
    -ms-transform: translate(1px, 5px) rotate(-12deg);
    -o-transform: translate(1px, 5px) rotate(-12deg);
    transform: translate(1px, 5px) rotate(-12deg);
  }
  6% {
    -webkit-transform: translate(10px, 11px) rotate(7deg);
    -moz-transform: translate(10px, 11px) rotate(7deg);
    -ms-transform: translate(10px, 11px) rotate(7deg);
    -o-transform: translate(10px, 11px) rotate(7deg);
    transform: translate(10px, 11px) rotate(7deg);
  }
  8% {
    -webkit-transform: translate(6px, -10px) rotate(0deg);
    -moz-transform: translate(6px, -10px) rotate(0deg);
    -ms-transform: translate(6px, -10px) rotate(0deg);
    -o-transform: translate(6px, -10px) rotate(0deg);
    transform: translate(6px, -10px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(8px, -10px) rotate(-13deg);
    -moz-transform: translate(8px, -10px) rotate(-13deg);
    -ms-transform: translate(8px, -10px) rotate(-13deg);
    -o-transform: translate(8px, -10px) rotate(-13deg);
    transform: translate(8px, -10px) rotate(-13deg);
  }
  12% {
    -webkit-transform: translate(5px, -12px) rotate(10deg);
    -moz-transform: translate(5px, -12px) rotate(10deg);
    -ms-transform: translate(5px, -12px) rotate(10deg);
    -o-transform: translate(5px, -12px) rotate(10deg);
    transform: translate(5px, -12px) rotate(10deg);
  }
  14% {
    -webkit-transform: translate(-4px, 2px) rotate(10deg);
    -moz-transform: translate(-4px, 2px) rotate(10deg);
    -ms-transform: translate(-4px, 2px) rotate(10deg);
    -o-transform: translate(-4px, 2px) rotate(10deg);
    transform: translate(-4px, 2px) rotate(10deg);
  }
  16% {
    -webkit-transform: translate(-8px, -13px) rotate(-14deg);
    -moz-transform: translate(-8px, -13px) rotate(-14deg);
    -ms-transform: translate(-8px, -13px) rotate(-14deg);
    -o-transform: translate(-8px, -13px) rotate(-14deg);
    transform: translate(-8px, -13px) rotate(-14deg);
  }
  18% {
    -webkit-transform: translate(-1px, -11px) rotate(13deg);
    -moz-transform: translate(-1px, -11px) rotate(13deg);
    -ms-transform: translate(-1px, -11px) rotate(13deg);
    -o-transform: translate(-1px, -11px) rotate(13deg);
    transform: translate(-1px, -11px) rotate(13deg);
  }
  20% {
    -webkit-transform: translate(-7px, 11px) rotate(6deg);
    -moz-transform: translate(-7px, 11px) rotate(6deg);
    -ms-transform: translate(-7px, 11px) rotate(6deg);
    -o-transform: translate(-7px, 11px) rotate(6deg);
    transform: translate(-7px, 11px) rotate(6deg);
  }
  22% {
    -webkit-transform: translate(-1px, -1px) rotate(3deg);
    -moz-transform: translate(-1px, -1px) rotate(3deg);
    -ms-transform: translate(-1px, -1px) rotate(3deg);
    -o-transform: translate(-1px, -1px) rotate(3deg);
    transform: translate(-1px, -1px) rotate(3deg);
  }
  24% {
    -webkit-transform: translate(15px, -12px) rotate(3deg);
    -moz-transform: translate(15px, -12px) rotate(3deg);
    -ms-transform: translate(15px, -12px) rotate(3deg);
    -o-transform: translate(15px, -12px) rotate(3deg);
    transform: translate(15px, -12px) rotate(3deg);
  }
  26% {
    -webkit-transform: translate(-9px, -9px) rotate(8deg);
    -moz-transform: translate(-9px, -9px) rotate(8deg);
    -ms-transform: translate(-9px, -9px) rotate(8deg);
    -o-transform: translate(-9px, -9px) rotate(8deg);
    transform: translate(-9px, -9px) rotate(8deg);
  }
  28% {
    -webkit-transform: translate(3px, -8px) rotate(6deg);
    -moz-transform: translate(3px, -8px) rotate(6deg);
    -ms-transform: translate(3px, -8px) rotate(6deg);
    -o-transform: translate(3px, -8px) rotate(6deg);
    transform: translate(3px, -8px) rotate(6deg);
  }
  30% {
    -webkit-transform: translate(-4px, 14px) rotate(7deg);
    -moz-transform: translate(-4px, 14px) rotate(7deg);
    -ms-transform: translate(-4px, 14px) rotate(7deg);
    -o-transform: translate(-4px, 14px) rotate(7deg);
    transform: translate(-4px, 14px) rotate(7deg);
  }
  32% {
    -webkit-transform: translate(3px, 3px) rotate(10deg);
    -moz-transform: translate(3px, 3px) rotate(10deg);
    -ms-transform: translate(3px, 3px) rotate(10deg);
    -o-transform: translate(3px, 3px) rotate(10deg);
    transform: translate(3px, 3px) rotate(10deg);
  }
  34% {
    -webkit-transform: translate(-9px, -6px) rotate(-5deg);
    -moz-transform: translate(-9px, -6px) rotate(-5deg);
    -ms-transform: translate(-9px, -6px) rotate(-5deg);
    -o-transform: translate(-9px, -6px) rotate(-5deg);
    transform: translate(-9px, -6px) rotate(-5deg);
  }
  36% {
    -webkit-transform: translate(9px, -8px) rotate(5deg);
    -moz-transform: translate(9px, -8px) rotate(5deg);
    -ms-transform: translate(9px, -8px) rotate(5deg);
    -o-transform: translate(9px, -8px) rotate(5deg);
    transform: translate(9px, -8px) rotate(5deg);
  }
  38% {
    -webkit-transform: translate(-4px, 7px) rotate(10deg);
    -moz-transform: translate(-4px, 7px) rotate(10deg);
    -ms-transform: translate(-4px, 7px) rotate(10deg);
    -o-transform: translate(-4px, 7px) rotate(10deg);
    transform: translate(-4px, 7px) rotate(10deg);
  }
  0%, 40%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
#idhyt-surprise-ball {
  width: 100%;
  height: 100px;
  margin: 0;
}
#idhyt-surprise-ball-animation {
  width: 320px;
  position: absolute;
  top: 50px;
  left: 35%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #idhyt-surprise-ball-animation {
    display: none;
  }
}
#idhyt-surprise-ball #idhyt-surprise-ball-animation .drag {
  font-variant: small-caps;
  letter-spacing: 2px;
  position: absolute;
  color: #555;
  font-family: georgia;
  font-size: 14px;
}
#idhyt-surprise-ball #idhyt-surprise-ball-animation .ball {
  opacity: 0.6;
  background: #f00;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  z-index: auto;
  color: #f00;
  text-shadow: 0 0 0 #f00;
  text-align: center;
}
#layer12Go:after {
  -webkit-box-shadow: 1px 4px 49px #000;
  -webkit-transform: rotate(0.9deg) rotateX(85deg) skewX(6deg);
  content: ".";
  top: 40px;
  position: relative;
  width: 46px;
  height: 11px;
  text-shadow: 0 0 0 rgba(51,51,51,0);
  color: transparent;
  left: -22px;
  font-size: 5px;
  display: block;
  background: transparent;
}
#layer0Go {
  -webkit-animation: a0-translate 5s linear 0s 1 none, b0-translate 5s linear 5s 1 none, c0-translate 1.5s linear 10s 1 none, d0-translate 5s linear 11.5s 1 none, v0-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a0-translate 5s linear 0s 1 none, b0-translate 5s linear 5s 1 none, c0-translate 1.5s linear 10s 1 none, d0-translate 5s linear 11.5s 1 none, v0-translate 7s linear 16.5s 1 forwards;
}
#layer1Go {
  -webkit-animation: a1-translate 5s linear 0s 1 none, b1-translate 5s linear 5s 1 none, c1-translate 1.5s linear 10s 1 none, d1-translate 5s linear 11.5s 1 none, v1-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a1-translate 5s linear 0s 1 none, b1-translate 5s linear 5s 1 none, c1-translate 1.5s linear 10s 1 none, d1-translate 5s linear 11.5s 1 none, v1-translate 7s linear 16.5s 1 forwards;
}
#layer2Go {
  -webkit-animation: a2-translate 5s linear 0s 1 none, b2-translate 5s linear 5s 1 none, c2-translate 1.5s linear 10s 1 none, d2-translate 5s linear 11.5s 1 none, v2-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a2-translate 5s linear 0s 1 none, b2-translate 5s linear 5s 1 none, c2-translate 1.5s linear 10s 1 none, d2-translate 5s linear 11.5s 1 none, v2-translate 7s linear 16.5s 1 forwards;
}
#layer3Go {
  -webkit-animation: a3-translate 5s linear 0s 1 none, b3-translate 5s linear 5s 1 none, c3-translate 1.5s linear 10s 1 none, d3-translate 5s linear 11.5s 1 none, v3-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a3-translate 5s linear 0s 1 none, b3-translate 5s linear 5s 1 none, c3-translate 1.5s linear 10s 1 none, d3-translate 5s linear 11.5s 1 none, v3-translate 7s linear 16.5s 1 forwards;
none
}
#layer4Go {
  -webkit-animation: a4-translate 5s linear 0s 1 none, b4-translate 5s linear 5s 1 none, c4-translate 1.5s linear 10s 1 none, d4-translate 5s linear 11.5s 1 none, v4-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a4-translate 5s linear 0s 1 none, b4-translate 5s linear 5s 1 none, c4-translate 1.5s linear 10s 1 none, d4-translate 5s linear 11.5s 1 none, v4-translate 7s linear 16.5s 1 forwards;
}
#layer5Go {
  -webkit-animation: a5-translate 5s linear 0s 1 none, b5-translate 5s linear 5s 1 none, c5-translate 1.5s linear 10s 1 none, d5-translate 5s linear 11.5s 1 none, v5-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a5-translate 5s linear 0s 1 none, b5-translate 5s linear 5s 1 none, c5-translate 1.5s linear 10s 1 none, d5-translate 5s linear 11.5s 1 none, v5-translate 7s linear 16.5s 1 forwards;
}
#layer6Go {
  -webkit-animation: a6-translate 5s linear 0s 1 none, b6-translate 5s linear 5s 1 none, c6-translate 1.5s linear 10s 1 none, d6-translate 5s linear 11.5s 1 none, v6-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a6-translate 5s linear 0s 1 none, b6-translate 5s linear 5s 1 none, c6-translate 1.5s linear 10s 1 none, d6-translate 5s linear 11.5s 1 none, v6-translate 7s linear 16.5s 1 forwards;
}
#layer7Go {
  -webkit-animation: a7-translate 5s linear 0s 1 none, b7-translate 5s linear 5s 1 none, c7-translate 1.5s linear 10s 1 none, d7-translate 5s linear 11.5s 1 none, v7-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a7-translate 5s linear 0s 1 none, b7-translate 5s linear 5s 1 none, c7-translate 1.5s linear 10s 1 none, d7-translate 5s linear 11.5s 1 none, v7-translate 7s linear 16.5s 1 forwards;
}
#layer8Go {
  -webkit-animation: a8-translate 5s linear 0s 1 none, b8-translate 5s linear 5s 1 none, c8-translate 1.5s linear 10s 1 none, d8-translate 5s linear 11.5s 1 none, v8-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a8-translate 5s linear 0s 1 none, b8-translate 5s linear 5s 1 none, c8-translate 1.5s linear 10s 1 none, d8-translate 5s linear 11.5s 1 none, v8-translate 7s linear 16.5s 1 forwards;
}
#layer9Go {
  -webkit-animation: a9-translate 5s linear 0s 1 none, b9-translate 5s linear 5s 1 none, c9-translate 1.5s linear 10s 1 none, d9-translate 5s linear 11.5s 1 none, v9-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a9-translate 5s linear 0s 1 none, b9-translate 5s linear 5s 1 none, c9-translate 1.5s linear 10s 1 none, d9-translate 5s linear 11.5s 1 none, v9-translate 7s linear 16.5s 1 forwards;
}
#layer10Go {
  -webkit-animation: a10-translate 5s linear 0s 1 none, b10-translate 5s linear 5s 1 none, c10-translate 1.5s linear 10s 1 none, d10-translate 5s linear 11.5s 1 none, v10-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a10-translate 5s linear 0s 1 none, b10-translate 5s linear 5s 1 none, c10-translate 1.5s linear 10s 1 none, d10-translate 5s linear 11.5s 1 none, v10-translate 7s linear 16.5s 1 forwards;
  z-index: 20;
}
#layer11Go {
  -webkit-animation: a11-translate 5s linear 0s 1 none, b11-translate 5s linear 5s 1 none, c11-translate 1.5s linear 10s 1 none, d11-translate 5s linear 11.5s 1 none, v11-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a11-translate 5s linear 0s 1 none, b11-translate 5s linear 5s 1 none, c11-translate 1.5s linear 10s 1 none, d11-translate 5s linear 11.5s 1 none, v11-translate 7s linear 16.5s 1 forwards;
}
#layer12Go {
  -webkit-animation: a12-translate 5s linear 0s 1 none, b12-translate 5s linear 5s 1 none, c12-translate 1.5s linear 10s 1 none, d12-translate 5s linear 11.5s 1 none, v12-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a12-translate 5s linear 0s 1 none, b12-translate 5s linear 5s 1 none, c12-translate 1.5s linear 10s 1 none, d12-translate 5s linear 11.5s 1 none, v12-translate 7s linear 16.5s 1 forwards;
}
#layer13Go {
  -webkit-animation: a13-translate 5s linear 0s 1 none, b13-translate 5s linear 5s 1 none, c13-translate 1.5s linear 10s 1 none, d13-translate 5s linear 11.5s 1 none, v13-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a13-translate 5s linear 0s 1 none, b13-translate 5s linear 5s 1 none, c13-translate 1.5s linear 10s 1 none, d13-translate 5s linear 11.5s 1 none, v13-translate 7s linear 16.5s 1 forwards;
  z-index: 10;
}
#layer14Go {
  -webkit-animation: a14-translate 5s linear 0s 1 none, b14-translate 5s linear 5s 1 none, c14-translate 1.5s linear 10s 1 none, d14-translate 5s linear 11.5s 1 none, v14-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a14-translate 5s linear 0s 1 none, b14-translate 5s linear 5s 1 none, c14-translate 1.5s linear 10s 1 none, d14-translate 5s linear 11.5s 1 none, v14-translate 7s linear 16.5s 1 forwards;
}
#layer15Go {
  -webkit-animation: a15-translate 5s linear 0s 1 none, b15-translate 5s linear 5s 1 none, c15-translate 1.5s linear 10s 1 none, d15-translate 5s linear 11.5s 1 none, v15-translate 7s linear 16.5s 1 forwards;
  -moz-animation: a15-translate 5s linear 0s 1 none, b15-translate 5s linear 5s 1 none, c15-translate 1.5s linear 10s 1 none, d15-translate 5s linear 11.5s 1 none, v15-translate 7s linear 16.5s 1 forwards;
}
@-webkit-keyframes a0-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 83.4, 150.4, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.2, 149.9, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.8, 149.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.4, 149.6, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78, 150.5, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.1, 150.7, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 83.8, 154.9, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.6, 150.2, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76, 155.4, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.2, 157.3, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.7, 153.3, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.8, 153.5, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.1, 148.3, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.4, 150.7, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.9, 150.3, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 111.8, 149.7, 1, 1);
  }
}
@-webkit-keyframes a1-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 83, 169.7, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.5, 169.6, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.7, 169.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.8, 169.9, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77, 170.9, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.1, 170.8, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.1, 174.2, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78, 169.4, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.7, 175, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.2, 176.1, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72, 173.5, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.9, 173.6, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.5, 168.2, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.8, 170.1, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.2, 170, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.7, 169.5, 1, 1);
  }
}
@-webkit-keyframes a2-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.4, 169.2, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.2, 168.9, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.1, 168.8, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.2, 169.6, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.6, 170.6, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.6, 171.3, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.4, 172.5, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.3, 170.3, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.2, 175.3, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.1, 175.8, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.2, 172.4, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.5, 174, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52, 168.6, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.8, 167.8, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.3, 168.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.7, 168.8, 1, 1);
  }
}
@-webkit-keyframes a3-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61, 185.5, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 49.8, 185.4, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.8, 183.3, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.2, 182.3, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.6, 185, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.3, 181.8, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.4, 181.3, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.6, 161, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 45, 177.9, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42, 180, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42.8, 178.4, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42.6, 185.7, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36, 182.4, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.7, 185.6, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.1, 186.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.2, 186.4, 1, 0);
  }
}
@-webkit-keyframes a4-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.4, 200.5, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.5, 199.4, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36.4, 195.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 34.2, 194.9, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.6, 192.2, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31.4, 193.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.5, 185.4, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.8, 161.2, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.7, 182.3, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.8, 186.8, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 26.8, 185.9, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 34.8, 197.3, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 32.6, 193.7, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.5, 200, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.4, 201.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.1, 199.2, 1, 1);
  }
}
@-webkit-keyframes a5-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.6, 170.2, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.7, 170.4, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.2, 170.6, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.3, 170.1, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.4, 171.2, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.6, 170.4, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.8, 175.4, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 87.8, 168.6, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.2, 174.8, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.2, 176.3, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.9, 174.7, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.4, 173.2, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71, 167.9, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.8, 172.4, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117.1, 171.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.7, 170.3, 1, 1);
  }
}
@-webkit-keyframes a6-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.2, 188.1, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.7, 188, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.9, 186.5, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.3, 186.4, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104.1, 183.1, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.1, 184.2, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.5, 184.4, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105, 178.7, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.9, 185.4, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.1, 185.1, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79, 178.7, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.8, 183.9, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.1, 181.9, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.8, 183.4, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 121.7, 187.2, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 128.3, 184.9, 1, 1);
  }
}
@-webkit-keyframes a7-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.2, 203.1, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.2, 202.1, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106, 200.6, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.6, 198.6, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 121.7, 193.7, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107, 193.1, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 124, 194.2, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 123.9, 187.2, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 113.3, 194.4, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.6, 189.3, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.7, 177.6, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.3, 191.8, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.2, 192.3, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.3, 193.7, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.2, 197.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 118, 195.5, 1, 1);
  }
}
@-webkit-keyframes a8-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.6, 182.6, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.7, 182.7, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.5, 182.9, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.2, 183, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.9, 183.5, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.2, 183.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.2, 184.6, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.4, 182.2, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.4, 185.7, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.2, 186.8, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.6, 184.8, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.9, 184.6, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.2, 182, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.2, 182.7, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.5, 182.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.6, 182.7, 1, 1);
  }
}
@-webkit-keyframes a9-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 192.7, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.3, 192.9, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.5, 193.2, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66, 193.7, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 67.4, 194, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.8, 194.4, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.4, 194.1, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.5, 192.5, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.5, 196, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.1, 197.3, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.9, 195.8, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.5, 195.2, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50.8, 192.6, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.2, 192.4, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.7, 192.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.7, 193.1, 1, 1);
  }
}
@-webkit-keyframes a10-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.9, 211.6, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.4, 213.8, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.5, 208, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.6, 207.1, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 53.7, 208.5, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 206.8, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.1, 210.3, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 51.1, 208.4, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.7, 211.4, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.5, 206.9, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.6, 199.9, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.7, 209.3, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 53, 213.9, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.4, 209.3, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.5, 209.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.4, 211.8, 1, 1);
  }
}
@-webkit-keyframes a11-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.5, 234, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 54.6, 236, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57, 228.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.2, 230.8, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37, 230.7, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.6, 230.9, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37, 230.3, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29, 195.6, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63, 221.3, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.7, 221.3, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117.7, 211, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 230.4, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50.9, 234.9, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 67.8, 229.2, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.7, 230.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.3, 232.7, 1, 1);
  }
}
@-webkit-keyframes a12-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.1, 193.1, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.1, 193.4, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.6, 193.8, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.1, 193.8, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.4, 194.3, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.8, 194.1, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.5, 195.3, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.2, 192.1, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79, 195.6, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.5, 197.4, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.2, 196.5, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.4, 195.1, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.3, 192.3, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.5, 193.9, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.9, 193.7, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 111.9, 193.5, 1, 1);
  }
}
@-webkit-keyframes a13-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.4, 214.1, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.6, 214, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.3, 215, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.7, 215.2, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.9, 214.6, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.8, 215.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.1, 212.5, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.4, 211.5, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.8, 214.3, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.3, 217.6, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.4, 217.9, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76, 211.9, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.5, 211.3, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.4, 214.1, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.8, 214.7, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 122.7, 212.8, 1, 1);
  }
}
@-webkit-keyframes a14-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.6, 236.2, 1, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.5, 236, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 235.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.8, 236.1, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.5, 235.8, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.5, 235.9, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.7, 235.9, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.3, 236.3, 1, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71, 236.2, 1, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.3, 235, 1, 1);
  }
  97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.6, 232.7, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 111.5, 231.6, 1, 1);
  }
}
@-webkit-keyframes b0-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.1, 148.5, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.7, 150.2, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.2, 153.6, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.1, 158.5, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.2, 178.5, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.9, 177.4, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77, 180.7, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.6, 183.9, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.5, 186.7, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.2, 187.1, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104.7, 181.2, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.5, 174.1, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.2, 152, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.8, 152.1, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.6, 154.9, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 121.1, 152.3, 1, 1);
  }
}
@-webkit-keyframes b1-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.2, 169.2, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.7, 170.8, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.6, 173.9, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86, 176, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103, 185, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.9, 183.6, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.9, 186.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.6, 189.3, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.4, 191.7, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.8, 192, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.2, 187.4, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.4, 183.1, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.2, 172, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.4, 172.7, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94, 175.5, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.2, 172.3, 1, 1);
  }
}
@-webkit-keyframes b2-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.8, 169.3, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.2, 171.7, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.4, 173.1, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 175.3, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.7, 186.3, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.4, 184.1, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.4, 184.8, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.5, 189.3, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.3, 193.5, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.4, 192.1, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.5, 189.1, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.7, 183.6, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.8, 170.6, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58, 172.5, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.5, 174.9, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.8, 170.9, 1, 1);
  }
}
@-webkit-keyframes b3-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94, 186.6, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.8, 187.7, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.3, 186.3, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.7, 187.4, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.8, 200.8, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.1, 195.4, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56, 193.4, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 55.2, 198.9, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.9, 206, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.6, 202.7, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.6, 201.6, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.9, 188.2, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 54, 173.4, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 41.9, 184.7, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.6, 188.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.5, 185.3, 1, 0);
  }
}
@-webkit-keyframes b4-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.7, 201, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.6, 202.1, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.1, 194.7, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 51.7, 189.4, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.5, 210.8, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.2, 195.4, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.8, 202, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.9, 204.8, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.4, 208.5, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.7, 209.7, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107, 205.8, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.3, 193.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.5, 172.2, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.7, 192, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.1, 202.7, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.3, 196.2, 1, 1);
  }
}
@-webkit-keyframes b5-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.6, 169.1, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 121.1, 170, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.8, 174.8, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.9, 176.7, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.3, 183.7, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.4, 183, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.5, 188.4, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.7, 189.3, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.6, 189.9, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.2, 191.9, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 113.9, 185.6, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106, 182.5, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.7, 173.5, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.8, 172.9, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.4, 176.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 130.7, 173.8, 1, 1);
  }
}
@-webkit-keyframes b6-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.2, 185.8, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 127.2, 188.1, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105, 190.1, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.8, 190.1, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 124.1, 195, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.5, 192.6, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93, 202.7, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.5, 202.9, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 115.9, 201.3, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108, 205.3, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.7, 191.2, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 122.1, 193.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69, 186.8, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.8, 186.2, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.2, 186.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 133.3, 187.5, 1, 1);
  }
}
@-webkit-keyframes b7-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.8, 190.9, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 129, 202.1, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.3, 203.9, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.3, 203.9, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 129, 207.8, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 132.7, 198.3, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.6, 212.5, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.7, 210.4, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 130.8, 207.7, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.1, 212.3, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 137, 200.5, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 135.9, 197.1, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.9, 192, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.3, 195.4, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 133.9, 195.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 130, 198.5, 1, 1);
  }
}
@-webkit-keyframes b8-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.4, 182.9, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.7, 183.6, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.8, 184.8, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.8, 185.8, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104, 192, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.1, 190.3, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.6, 193.1, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.6, 195, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.5, 197, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.3, 197.2, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.7, 193.7, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.7, 191.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 67.5, 183.9, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.4, 184.5, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93, 186.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117.4, 184.2, 1, 1);
  }
}
@-webkit-keyframes b9-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.4, 193.8, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104.1, 194.6, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.3, 195.1, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.3, 195, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.4, 199.8, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.4, 197.4, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.8, 198.2, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.4, 200.3, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.9, 203.4, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.9, 202.3, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.6, 201.6, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.5, 200.4, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.7, 194.2, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.3, 195, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.7, 196.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.1, 194.2, 1, 1);
  }
}
@-webkit-keyframes b10-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105, 215.6, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.8, 215.9, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.1, 215.1, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.7, 215.3, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.2, 218.3, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.1, 214.8, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.5, 214.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.5, 218.2, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.8, 219.7, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.8, 220.5, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 218.5, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68, 217, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59, 215.2, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.7, 216, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.5, 217.3, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117.5, 213.1, 1, 1);
  }
}
@-webkit-keyframes b11-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.5, 236.4, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.4, 236.1, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.9, 235.9, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66, 236, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.8, 236.7, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.2, 236, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.2, 235.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.7, 235.6, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.2, 236.2, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.7, 236, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.2, 236, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.7, 236.3, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.7, 236.1, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59, 236, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.5, 236.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.5, 233.5, 1, 1);
  }
}
@-webkit-keyframes b12-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 122.3, 193.8, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.1, 194, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.9, 195.7, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.6, 195.9, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.2, 198.1, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.4, 196.7, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.6, 200.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.8, 200.8, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.4, 200.8, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.8, 202.4, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.6, 199.3, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.5, 199.7, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.5, 195, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.2, 195.1, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.6, 197.2, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 122.2, 195.3, 1, 1);
  }
}
@-webkit-keyframes b13-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 124.8, 215.5, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.5, 215.6, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.4, 216.6, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104.5, 214.8, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.5, 214.9, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.5, 216.5, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.3, 219.2, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.1, 217.8, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.3, 219.2, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 113, 219.2, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.3, 216.5, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.2, 218.1, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79, 216.4, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86, 215.2, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.5, 216.2, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.7, 216.7, 1, 1);
  }
}
@-webkit-keyframes b14-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.1, 235.9, 1, 1);
  }
  8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 118.4, 233.3, 1, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.9, 236.4, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 115.6, 235.3, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 118.7, 235.2, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117.7, 236.1, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117, 236.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117.9, 237, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117.9, 237.6, 1, 1);
  }
  67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 118.6, 238.8, 1, 1);
  }
  74% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 118.8, 237.1, 1, 1);
  }
  79% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 117.2, 236.1, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.8, 235.7, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.7, 235.3, 1, 1);
  }
  94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.1, 236.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 118.5, 236.2, 1, 1);
  }
}
@-webkit-keyframes c0-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.4, 144.2, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.7, 145.9, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.2, 149.2, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.7, 153.8, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.9, 155.5, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.8, 153.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.4, 148.6, 1, 1);
  }
}
@-webkit-keyframes c1-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.8, 166.2, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.6, 166.9, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.5, 170.2, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.6, 174.7, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.9, 175.9, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 174.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.2, 169.5, 1, 1);
  }
}
@-webkit-keyframes c2-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.7, 166.3, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.2, 166.3, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64, 168.6, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.5, 172, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.4, 173.9, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.6, 173.5, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.3, 167.3, 1, 1);
  }
}
@-webkit-keyframes c3-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.4, 184.8, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 49.2, 182.4, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 41.8, 180.8, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.3, 181.9, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 41.8, 182.8, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.1, 181.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.7, 184.4, 1, 0);
  }
}
@-webkit-keyframes c4-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 41.3, 198.2, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.2, 191.3, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.4, 190.9, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.2, 189.8, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.9, 191.1, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.2, 191.3, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.9, 197.5, 1, 1);
  }
}
@-webkit-keyframes c5-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.9, 166, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.9, 167.6, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.1, 171.7, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.8, 176.1, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.4, 177.4, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.4, 175.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 47.2, 171.7, 1, 1);
  }
}
@-webkit-keyframes c6-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.1, 186.5, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.5, 188.1, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.9, 187.8, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.3, 186, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106, 185.7, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.3, 186.2, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.4, 186.3, 1, 1);
  }
}
@-webkit-keyframes c7-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99, 201.3, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.7, 202.9, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.1, 198.5, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.1, 192.9, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.1, 193.8, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.4, 195.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.4, 194.7, 1, 1);
  }
}
@-webkit-keyframes c8-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.8, 181.4, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.7, 181.8, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.2, 183.4, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.7, 185.5, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.6, 186.5, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.4, 185.6, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36.6, 182.9, 1, 1);
  }
}
@-webkit-keyframes c9-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.6, 192.4, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.8, 192.6, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.4, 193.8, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.8, 195.1, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.5, 196, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.7, 196.2, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31, 193, 1, 1);
  }
}
@-webkit-keyframes c10-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.1, 212.8, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.9, 213.6, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.3, 204.4, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.2, 189.9, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.3, 185.1, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 34.9, 203.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.2, 213.2, 1, 1);
  }
}
@-webkit-keyframes c11-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.6, 236, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50.2, 236.1, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104.2, 229.4, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104.3, 193.2, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.8, 179.5, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.3, 227.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.8, 235.9, 1, 1);
  }
}
@-webkit-keyframes c12-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 192.3, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.2, 193, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.6, 194.6, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 197, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.3, 198.1, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.8, 197.2, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 44.2, 194.4, 1, 1);
  }
}
@-webkit-keyframes c13-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.6, 214.2, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.1, 213.9, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.4, 215.9, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.9, 217.8, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.2, 218, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.5, 213.5, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 47.1, 214, 1, 1);
  }
}
@-webkit-keyframes c14-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.9, 236.4, 1, 1);
  }
  28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.6, 236.4, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.9, 237.1, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.3, 237.4, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.9, 237.5, 1, 1);
  }
  77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.1, 236.7, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 55.9, 237, 1, 1);
  }
}
@-webkit-keyframes d0-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.6, 149.5, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.1, 149.8, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.2, 149.2, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.4, 151.4, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.5, 152.7, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.9, 151.9, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.3, 151.7, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.1, 150.9, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102, 150.7, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.1, 150.3, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.3, 149.5, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.7, 151.3, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.6, 151, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.4, 156.4, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85, 163.7, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84, 155, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.1, 151.3, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.9, 150.2, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.5, 149.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.19185, 149.8, 1, 1);
  }
}
@-webkit-keyframes d1-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.7, 169.7, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.1, 170.6, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79, 169.9, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.7, 171.1, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.6, 171.9, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.4, 172.2, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.4, 172.3, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101, 171.5, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.1, 171.1, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.8, 171, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.3, 169.9, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.5, 171.8, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.6, 171.3, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.8, 175.3, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.4, 177.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.2, 173.5, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.5, 171.6, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.1, 170.2, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.7, 169.5, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.29455, 169.9, 1, 1);
  }
}
@-webkit-keyframes d2-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.3, 169.8, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.9, 169.8, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.5, 169, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.5, 171, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.5, 171.4, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 87.9, 171.6, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.8, 171.8, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.7, 170.9, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.3, 170.6, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.4, 170.7, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.5, 169.6, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.7, 172, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.3, 170.9, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.1, 175.2, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.5, 177.4, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.2, 175, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.5, 171.3, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.1, 169, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.1, 168.6, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.81888, 170.25405, 1, 1);
  }
}
@-webkit-keyframes d3-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.5, 186.2, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.1, 187, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.3, 185.5, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.7, 180.4, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.6, 181.7, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.6, 184.8, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.3, 183.7, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 87.4, 183.3, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.5, 180, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 87.1, 183.3, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.9, 176.1, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.1, 182.5, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.8, 169.6, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.3, 164.7, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.5, 173.6, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.4, 176.1, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73, 183.2, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.3, 184, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.4, 185.5, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 115.2432, 187.34864, 1, 0);
  }
}
@-webkit-keyframes d4-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.7, 200.2, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.2, 201.4, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 44, 197.5, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.6, 180.9, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 51.1, 183.4, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.1, 193.8, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 67.7, 192.2, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.8, 192.8, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.8, 180.9, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.4, 192.7, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 55.4, 173.6, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.6, 188.6, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.3, 165, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.1, 161.9, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 34.2, 171.7, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.3, 175.7, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 192.5, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.5, 197.6, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.6, 198.6, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.95128, 202.29729, 1, 1);
  }
}
@-webkit-keyframes d5-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 111.1, 169.6, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.2, 171.4, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.5, 170.7, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.9, 171.3, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.7, 172.5, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.9, 172.8, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.9, 172.7, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.2, 172, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.9, 171.6, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.3, 171.4, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.1, 170.3, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.3, 171.6, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.8, 171.6, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.6, 175.4, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.3, 178.2, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 87.2, 171.8, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.6, 171.9, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 121.1, 171.3, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126.3, 170.3, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 136.90537, 169.81352, 1, 1);
  }
}
@-webkit-keyframes d6-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.8, 187.2, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.1, 189.1, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.3, 186.6, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.4, 182.8, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.8, 185, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 118.3, 187.1, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 122.2, 186.9, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.2, 186, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.4, 188.6, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.5, 186.8, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 124.3, 186.9, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 123, 184.7, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126.3, 185.5, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.8, 181.7, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 115.4, 178.2, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.8, 177.7, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126.7, 182.8, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.8, 184.4, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 133.1, 186.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 142.24592, 183.4, 1, 1);
  }
}
@-webkit-keyframes d7-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 122.8, 201.5, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.1, 203.3, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.2, 198.6, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 132.4, 183.3, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 128.6, 188, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 122.9, 199.5, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 128.2, 200.2, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.5, 197.7, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.7, 201.9, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.4, 194.9, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 130.9, 196.5, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.9, 191.7, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 137.5, 195.2, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 136.5, 186.1, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 124.9, 181.6, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.6, 184.9, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 132.5, 192.7, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.4, 196.8, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 130.7, 201, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 142.95942, 197.4, 1, 1);
  }
}
@-webkit-keyframes d8-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.8, 182.9, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.7, 183.3, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.6, 183.1, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.1, 183.3, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.3, 183.6, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.8, 184.2, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.4, 184.2, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.7, 183.9, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102, 183.7, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.4, 183.7, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.3, 183.2, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102, 184, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.3, 183.8, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.5, 185.3, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.2, 187, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.5, 184, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.9, 183.8, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.6, 183, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116.8, 182.9, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 131.49185, 183.1, 1, 1);
  }
}
@-webkit-keyframes d9-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.7, 193.7, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.5, 193.9, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.4, 193.6, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.1, 193.5, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 83.3, 193.8, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.6, 194.6, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.4, 194.9, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.1, 194.4, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.2, 194.4, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.1, 194.3, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.1, 193.9, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.7, 194.8, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 194.4, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.9, 195.4, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71, 196.1, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 67.8, 194.4, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.3, 194.5, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.2, 193.3, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.1, 193.3, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 124.69455, 194, 1, 1);
  }
}
@-webkit-keyframes d10-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.4, 215.2, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.5, 214.8, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.4, 214.2, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.7, 213, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76, 213.8, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.4, 214.6, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.1, 212, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.2, 203, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.4, 212.4, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.6, 198.8, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 83.3, 213.8, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.2, 198.9, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77, 212.4, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.8, 213.4, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 214.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.2, 214.2, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.9, 214.8, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.5, 214.3, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 116, 214.5, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 128, 215, 1, 1);
  }
}
@-webkit-keyframes d11-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.1, 235.9, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.8, 235.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.4, 235.7, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74, 235.4, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.8, 235.5, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.3, 236.1, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.2, 234.9, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 55.3, 217.8, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.9, 235, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 51.5, 211.6, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.5, 236.2, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.9, 208.6, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72, 235, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.9, 233.9, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68, 229, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.4, 234.3, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.4, 233.8, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.7, 234.8, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.5, 235.9, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 128, 236, 1, 1);
  }
}
@-webkit-keyframes d12-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.6, 193.6, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97, 194.4, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.1, 194, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.7, 193.7, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.6, 194, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.4, 195, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.3, 195.1, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.3, 194.8, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.6, 194.7, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.8, 194.6, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.8, 194, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.2, 194.8, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104.7, 194.6, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.9, 195.5, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 83.7, 196.7, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.4, 193.3, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.7, 194.6, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 115.7, 194, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 122.7, 193.9, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 135, 193, 1, 1);
  }
}
@-webkit-keyframes d13-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.6, 214.3, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.5, 215.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.1, 215, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.5, 215, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94, 215.6, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.1, 216.1, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.7, 216, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.7, 215.9, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.9, 215.4, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.4, 215.5, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.7, 214.3, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.3, 214.9, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.3, 215.1, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.8, 216.7, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68, 211.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.5, 212.2, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 111.4, 215.2, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 115.2, 215.3, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.3, 215.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 138.4, 214, 1, 1);
  }
}
@-webkit-keyframes d14-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112, 234.9, 1, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.4, 236, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.4, 236.3, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.7, 236.6, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.2, 236.1, 1, 1);
  }
  33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101, 236.4, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.2, 236.6, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.1, 236.4, 1, 1);
  }
  46% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.7, 236.6, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.8, 236.4, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.8, 236.6, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.8, 236.1, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.8, 236.5, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.7, 236.9, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 53, 227.1, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102, 234.4, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.8, 235.5, 1, 1);
  }
  89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 115.2, 236, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 115.9, 236, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 142.6, 233.7, 1, 1);
  }
}
@-webkit-keyframes v0-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.8, 151.2, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.6, 151.4, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.8, 180.5, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 168.9, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.3, 151.3, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.5, 147.4, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.9, 147.2, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 83.2, 155.3, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.3, 146.6, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.9, 158.9, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.5, 146.2, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.1, 146.3, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.1, 146.8, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.7, 149.6, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 54.5, 153.4, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 55.2, 151.1, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.7, 149.4, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.7, 148.1, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.7, 148.2, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 55, 148.3, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.2, 154.8, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 54.6, 159.9, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88, 152.7, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.6, 149.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 130, 1, 1);
  }
}
@-webkit-keyframes v1-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.2, 171.3, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102, 171.5, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.6, 189.7, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.6, 181.1, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.9, 171.1, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.9, 168.6, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78, 166.8, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.2, 174.7, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.5, 165.5, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.1, 176.3, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.6, 165.3, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82, 165.8, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74, 167.3, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66, 169.7, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.1, 172.9, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58, 171, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.7, 169.7, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.8, 168.1, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.7, 168.4, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.6, 168.2, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.8, 173.9, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.2, 176.5, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.6, 173.5, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.1, 169.7, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 22, 130, 1, 1);
  }
}
@-webkit-keyframes v2-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.8, 170.4, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.9, 171, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.1, 190.3, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.2, 183.8, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.2, 174, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 58.6, 169.3, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.5, 166, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.8, 173.8, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.4, 165.5, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.7, 175.9, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.3, 164.9, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.5, 165.7, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.6, 168.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 54.7, 172.1, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 47, 175.8, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.8, 174.1, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.7, 172.2, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.8, 170.3, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.6, 170.5, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.6, 170.9, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.1, 176.9, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 47.7, 179.4, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.2, 173.4, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.9, 168, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 32, 130, 1, 1);
  }
}
@-webkit-keyframes v3-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.8, 186.9, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82.2, 188.7, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.7, 203.2, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 53.9, 187.5, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42.6, 180.8, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.3, 183.2, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50.1, 156.4, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.6, 155.1, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.3, 135.5, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.1, 159.9, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.1, 135.2, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 49.4, 145.7, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.5, 176.8, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.4, 182.4, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31.1, 187.4, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 25, 178.4, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27, 175.9, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 22.3, 162.6, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 21.2, 172.7, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 21.6, 163.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 26.3, 187.2, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 25.1, 183.9, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.3, 187.3, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.7, 182.6, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42, 130, 1, 0);
  }
}
@-webkit-keyframes v4-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.1, 201.9, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.9, 201.2, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.6, 216.1, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.8, 194.3, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 33.5, 179.8, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.1, 185.1, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 54, 132.9, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.1, 138, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.2, 105.7, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.1, 143.7, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.7, 104.6, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31.4, 125.7, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.1, 180.7, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20.2, 190.8, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.8, 197.6, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 177.7, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 172, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.3, 143.7, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 163, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.8, 139, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 6.3, 192.6, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.9, 183.2, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.3, 200, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.9, 195.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 130, 1, 1);
  }
}
@-webkit-keyframes v5-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.5, 172.2, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 113, 172, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.2, 189.2, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.1, 178.3, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.6, 168.2, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.2, 167.9, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.4, 167.7, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.6, 175.2, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.6, 165.4, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.5, 176.6, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.8, 165.8, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.4, 165.8, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.5, 166.1, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.3, 167.4, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.1, 168.9, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.2, 167.9, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.7, 167.2, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.8, 165.8, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.9, 166.3, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.7, 165.4, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 67.6, 168.8, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.7, 172.7, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.9, 173.6, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 121.4, 171.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59, 130, 1, 1);
  }
}
@-webkit-keyframes v6-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.5, 188.9, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 119.2, 188.3, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.4, 202.7, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.5, 185.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.4, 180.2, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.8, 182.7, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.2, 157.8, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.2, 157, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.8, 133.4, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.9, 159.7, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.5, 133.2, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.8, 145.9, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 106.1, 176.5, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.5, 181.2, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.9, 181.6, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.9, 176.7, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.6, 179.2, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.4, 162.7, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.5, 173.4, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.9, 158.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.9, 168.9, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.6, 173.2, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108, 183.4, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.2, 186.1, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68, 130, 1, 1);
  }
}
@-webkit-keyframes v7-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.3, 202.4, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 121.4, 201.4, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.2, 215.8, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 53.1, 191.1, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 54.1, 176.5, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.7, 184.4, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 104.7, 133.6, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.7, 135.7, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.1, 103.4, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.3, 143.5, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.7, 102.7, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 132.1, 125.7, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.1, 180.9, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.7, 190.9, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.9, 191.1, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.9, 178.4, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.1, 183.1, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.4, 149.8, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.5, 176.9, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.3, 134, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.5, 160, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 99.3, 176.7, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.1, 195.1, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.7, 198.5, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86, 130, 1, 1);
  }
}
@-webkit-keyframes v8-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.5, 183.7, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.4, 183.8, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.2, 198.8, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.7, 191.1, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.3, 183.6, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.7, 182.6, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.1, 181.6, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.1, 185.6, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.8, 180.8, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.1, 187, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.6, 180.8, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 81.9, 181.1, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.4, 181.9, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.5, 182.9, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.2, 184.2, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.2, 183.5, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.9, 182.9, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62, 182.2, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.8, 182.4, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.5, 182.2, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.1, 184.5, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.3, 186.3, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.3, 184.8, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107.8, 182.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95, 130, 1, 1);
  }
}
@-webkit-keyframes v9-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78, 194.2, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.9, 194.1, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.6, 208.3, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80.3, 203.7, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.7, 195.3, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.1, 193.9, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.2, 192.2, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.3, 195.6, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.9, 191.6, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.7, 197.3, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.1, 191.5, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.3, 192, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.1, 192.9, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.1, 194.2, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59, 195.8, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.2, 195.1, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.7, 194.4, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57, 193.7, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.7, 193.9, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.1, 193.8, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60.1, 196.2, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 61.1, 197.8, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.3, 195.8, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.7, 192.6, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103, 130, 1, 1);
  }
}
@-webkit-keyframes v10-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75.8, 215.8, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 84.8, 214.6, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.2, 222.9, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.9, 216.6, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.3, 215.3, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63, 214.6, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68, 213.7, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 67.7, 215.8, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69, 213.2, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.4, 217.1, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.4, 212.8, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.8, 213.4, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.1, 213.9, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.9, 215.2, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.6, 217, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.7, 215.5, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.1, 214.4, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65, 214.3, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.1, 214.6, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.4, 214.7, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.9, 217.3, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69, 218.9, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 217.4, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.7, 213.4, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120, 130, 1, 1);
  }
}
@-webkit-keyframes v11-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 77.8, 234.4, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.4, 235.1, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.6, 235.6, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.6, 234.4, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63, 235.8, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.7, 234.9, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.2, 234.8, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.3, 234.9, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.5, 234.7, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.5, 235.1, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 64.5, 234.3, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.3, 234.2, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.2, 234.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65.7, 234.7, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66.8, 234.4, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 67.4, 234.3, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.2, 234.9, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.2, 234.9, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.1, 234.9, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.1, 234.1, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.7, 234.5, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 234.7, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.3, 235, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.7, 235, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 129, 130, 1, 1);
  }
}
@-webkit-keyframes v12-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93, 194.8, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.4, 194.5, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.2, 207.9, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.9, 200, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86, 193.2, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.9, 193.3, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 83.2, 192.7, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 87.3, 196.3, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 87.5, 191.6, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.7, 197.7, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.9, 191.8, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.3, 192.1, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.1, 192.1, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79, 192.7, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 73.6, 193.3, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.9, 193, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.2, 192.8, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.5, 192.2, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.3, 192.6, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70.7, 192, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74.3, 192.9, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 194, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.2, 195.7, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.5, 193.8, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 139, 130, 1, 1);
  }
}
@-webkit-keyframes v13-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 95.9, 214.6, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.2, 215.4, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 103.6, 219.5, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 101.1, 218.4, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96.8, 213.6, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86.1, 214.3, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.2, 214, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.8, 217.1, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.9, 213.2, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.2, 217.7, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89, 213.5, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89, 213.9, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.9, 213.8, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.1, 213.2, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.1, 207.7, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.6, 207.7, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.2, 208, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.4, 207.4, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 93.2, 207.6, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.9, 207.4, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 88.6, 209.3, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.9, 198.8, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 102.8, 215.5, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109, 215.3, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 149, 130, 1, 1);
  }
}
@-webkit-keyframes v14-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100.7, 234.8, 1, 1);
  }
  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.6, 235.3, 1, 1);
  }
  12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 109.9, 236.1, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110, 235.8, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.9, 235.6, 1, 1);
  }
  24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.8, 235.1, 1, 1);
  }
  27% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92, 235.2, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.1, 235.3, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.8, 235.1, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.8, 235.3, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.8, 235.1, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.5, 235.4, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 92.1, 235.6, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97.9, 234.1, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114, 194, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112, 195, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 114.7, 197, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 113, 191, 1, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 113, 192, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112, 189, 1, 1);
  }
  82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112, 194, 1, 1);
  }
  88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 129.4, 204.4, 1, 1);
  }
  93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.4, 234.6, 1, 1);
  }
  98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 108.4, 235.2, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 159, 130, 1, 1);
  }
}
@-webkit-keyframes a15-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 26, 238, 1, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 66, 233, 1, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 235, 1, 1);
  }
  32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46, 237, 1, 1);
  }
  43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82, 235, 1, 1);
  }
  53% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63, 236, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 65, 231, 1, 1);
  }
  63% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 282, 237, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 245, 1, 1);
  }
}
@-webkit-keyframes b15-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 245, 1, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56, 202, 1, 1);
  }
  37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 96, 228, 1, 1);
  }
  42% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 123, 205, 1, 1);
  }
  48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78, 233, 1, 1);
  }
  52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 49, 214, 1, 1);
  }
  59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 82, 235, 1, 1);
  }
  61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 118, 214, 1, 1);
  }
  66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 86, 235, 1, 1);
  }
  68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 74, 217, 1, 1);
  }
  72% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94, 232, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 124, 200, 1, 1);
  }
  81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -32, 193.5, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -424, 194, 1, 1);
  }
}
@-webkit-keyframes c15-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -424, 194, 1, 1);
  }
  62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56, 175, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -145, 10, 1, 1);
  }
}
@-webkit-keyframes d15-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -227, -56, 1, 1);
  }
  26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 169, 1, 1);
  }
  39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48, 207, 1, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.47945, 184, 1, 1);
  }
  51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 45, 200, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 49.09999, 176, 1, 1);
  }
  64% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 53, 198, 1, 1);
  }
  72% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.2, 204, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36, 223, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -227, -56, 1, 1);
  }
}
@-webkit-keyframes v15-translate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -145, 10, 1, 1);
  }
  13% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 47, 196, 1, 1);
  }
  21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 62.7, -13, 1, 1);
  }
  29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79, 131, 1, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 76.8, -15, 1, 1);
  }
  41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 75, 133, 1, 1);
  }
  49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.7, -16, 1, 1);
  }
  58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85, 194, 1, 1);
  }
  71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89, 193, 1, 1);
  }
  78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85, 194, 1, 1);
  }
  87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 97, 189, 1, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 175, 133, 1, 1);
  }
}
@-moz-keyframes a0-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 83.4px, 150.4px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 75.2px, 149.9px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 75.8px, 149.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 75.4px, 149.6px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 78px, 150.5px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 73.1px, 150.7px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 83.8px, 154.9px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 80.6px, 150.2px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 76px, 155.4px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 74.2px, 157.3px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 72.7px, 153.3px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 68.8px, 153.5px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 64.1px, 148.3px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 89.4px, 150.7px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 108.9px, 150.3px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 111.8px, 149.7px);
  }
}
@-moz-keyframes a1-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 83px, 169.7px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 73.5px, 169.6px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 74.7px, 169.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 74.8px, 169.9px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 77px, 170.9px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 73.1px, 170.8px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 80.1px, 174.2px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 78px, 169.4px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 74.7px, 175px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 73.2px, 176.1px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 72px, 173.5px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 68.9px, 173.6px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 61.5px, 168.2px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 85.8px, 170.1px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 106.2px, 170px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 109.7px, 169.5px);
  }
}
@-moz-keyframes a2-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 71.4px, 169.2px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 62.2px, 168.9px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 63.1px, 168.8px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 63.2px, 169.6px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 65.6px, 170.6px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 61.6px, 171.3px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 69.4px, 172.5px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 68.3px, 170.3px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 64.2px, 175.3px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 62.1px, 175.8px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 61.2px, 172.4px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 57.5px, 174px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 52px, 168.6px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 74.8px, 167.8px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 95.3px, 168.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 98.7px, 168.8px);
  }
}
@-moz-keyframes a3-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 61px, 185.5px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 49.8px, 185.4px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 48.8px, 183.3px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 48.2px, 182.3px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 52.6px, 185px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 46.3px, 181.8px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 62.4px, 181.3px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 58.6px, 161px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 45px, 177.9px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 42px, 180px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 42.8px, 178.4px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 42.6px, 185.7px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 36px, 182.4px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 62.7px, 185.6px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 86.1px, 186.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 90.2px, 186.4px);
  }
}
@-moz-keyframes a4-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 57.4px, 200.5px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 46.5px, 199.4px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 36.4px, 195.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 34.2px, 194.9px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 52.6px, 192.2px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 31.4px, 193.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 69.5px, 185.4px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 63.8px, 161.2px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 37.7px, 182.3px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 27.8px, 186.8px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 26.8px, 185.9px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 34.8px, 197.3px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 32.6px, 193.7px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 63.5px, 200px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 88.4px, 201.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 96.1px, 199.2px);
  }
}
@-moz-keyframes a5-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 94.6px, 170.2px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 84.7px, 170.4px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 86.2px, 170.6px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 86.3px, 170.1px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 88.4px, 171.2px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 84.6px, 170.4px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 90.8px, 175.4px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 87.8px, 168.6px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 85.2px, 174.8px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 84.2px, 176.3px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 82.9px, 174.7px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 80.4px, 173.2px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 71px, 167.9px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 96.8px, 172.4px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 117.1px, 171.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 120.7px, 170.3px);
  }
}
@-moz-keyframes a6-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 101.2px, 188.1px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 92.7px, 188px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 97.9px, 186.5px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 96.3px, 186.4px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 104.1px, 183.1px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 98.1px, 184.2px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 106.5px, 184.4px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 105px, 178.7px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 100.9px, 185.4px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 92.1px, 185.1px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 79px, 178.7px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 91.8px, 183.9px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 78.1px, 181.9px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 103.8px, 183.4px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 121.7px, 187.2px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 128.3px, 184.9px);
  }
}
@-moz-keyframes a7-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 99.2px, 203.1px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 95.2px, 202.1px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 106px, 200.6px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 102.6px, 198.6px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 121.7px, 193.7px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 107px, 193.1px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 124px, 194.2px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 123.9px, 187.2px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 113.3px, 194.4px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 93.6px, 189.3px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 66.7px, 177.6px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 98.3px, 191.8px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 89.2px, 192.3px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 105.3px, 193.7px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 110.2px, 197.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 118px, 195.5px);
  }
}
@-moz-keyframes a8-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 82.6px, 182.6px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 71.7px, 182.7px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 73.5px, 182.9px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 74.2px, 183px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 75.9px, 183.5px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 73.2px, 183.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 76.2px, 184.6px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 75.4px, 182.2px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 73.4px, 185.7px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 72.2px, 186.8px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 71.6px, 184.8px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 68.9px, 184.6px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 59.2px, 182px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 82.2px, 182.7px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 103.5px, 182.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 107.6px, 182.7px);
  }
}
@-moz-keyframes a9-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 192.7px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 63.3px, 192.9px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 64.5px, 193.2px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 66px, 193.7px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 67.4px, 194px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 65.8px, 194.4px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 65.4px, 194.1px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 66.5px, 192.5px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 65.5px, 196px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 64.1px, 197.3px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 63.9px, 195.8px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 61.5px, 195.2px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 50.8px, 192.6px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 70.2px, 192.4px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 92.7px, 192.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 97.7px, 193.1px);
  }
}
@-moz-keyframes a10-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 68.9px, 211.6px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 58.4px, 213.8px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 63.5px, 208px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 76.6px, 207.1px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 53.7px, 208.5px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 80px, 206.8px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 52.1px, 210.3px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 51.1px, 208.4px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 70.7px, 211.4px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 82.5px, 206.9px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 94.6px, 199.9px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 66.7px, 209.3px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 53px, 213.9px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 77.4px, 209.3px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 107.5px, 209.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 109.4px, 211.8px);
  }
}
@-moz-keyframes a11-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 63.5px, 234px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 54.6px, 236px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 57px, 228.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 92.2px, 230.8px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 37px, 230.7px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 98.6px, 230.9px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 37px, 230.3px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 29px, 195.6px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 63px, 221.3px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 95.7px, 221.3px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 117.7px, 211px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 60px, 230.4px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 50.9px, 234.9px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 67.8px, 229.2px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 106.7px, 230.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 107.3px, 232.7px);
  }
}
@-moz-keyframes a12-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 90.1px, 193.1px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 78.1px, 193.4px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 79.6px, 193.8px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 81.1px, 193.8px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 82.4px, 194.3px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 80.8px, 194.1px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 79.5px, 195.3px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 79.2px, 192.1px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 79px, 195.6px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 78.5px, 197.4px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 78.2px, 196.5px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 76.4px, 195.1px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 63.3px, 192.3px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 84.5px, 193.9px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 106.9px, 193.7px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 111.9px, 193.5px);
  }
}
@-moz-keyframes a13-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 84.4px, 214.1px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 78.6px, 214px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 77.3px, 215px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 80.7px, 215.2px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 76.9px, 214.6px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 79.8px, 215.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 76.1px, 212.5px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 74.4px, 211.5px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 80.8px, 214.3px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 81.3px, 217.6px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 79.4px, 217.9px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 76px, 211.9px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, 72.5px, 211.3px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 91.4px, 214.1px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 116.8px, 214.7px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 122.7px, 212.8px);
  }
}
@-moz-keyframes a14-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 84.6px, 236.2px);
  }
  5% {
    -moz-transform: matrix(1, 0, 0, 1, 82.5px, 236px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 235.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 74.8px, 236.1px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 74.5px, 235.8px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 74.5px, 235.9px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 74.7px, 235.9px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 72.3px, 236.3px);
  }
  65% {
    -moz-transform: matrix(1, 0, 0, 1, 71px, 236.2px);
  }
  90% {
    -moz-transform: matrix(1, 0, 0, 1, 90.3px, 235px);
  }
  97% {
    -moz-transform: matrix(1, 0, 0, 1, 96.6px, 232.7px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 111.5px, 231.6px);
  }
}
@-moz-keyframes b0-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 114.1px, 148.5px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 108.7px, 150.2px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 85.2px, 153.6px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 85.1px, 158.5px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 102.2px, 178.5px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 95.9px, 177.4px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 77px, 180.7px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 76.6px, 183.9px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 90.5px, 186.7px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 89.2px, 187.1px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 104.7px, 181.2px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 97.5px, 174.1px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 69.2px, 152px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 69.8px, 152.1px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 95.6px, 154.9px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 121.1px, 152.3px);
  }
}
@-moz-keyframes b1-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 114.2px, 169.2px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 109.7px, 170.8px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 85.6px, 173.9px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 86px, 176px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 103px, 185px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 95.9px, 183.6px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 78.9px, 186.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 79.6px, 189.3px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 91.4px, 191.7px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 90.8px, 192px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 103.2px, 187.4px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 95.4px, 183.1px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 68.2px, 172px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 69.4px, 172.7px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 94px, 175.5px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 119.2px, 172.3px);
  }
}
@-moz-keyframes b2-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 102.8px, 169.3px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 98.2px, 171.7px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 74.4px, 173.1px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 175.3px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 91.7px, 186.3px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 84.4px, 184.1px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 68.4px, 184.8px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 68.5px, 189.3px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 80.3px, 193.5px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 79.4px, 192.1px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 92.5px, 189.1px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 84.7px, 183.6px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 57.8px, 170.6px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 58px, 172.5px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 82.5px, 174.9px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 107.8px, 170.9px);
  }
}
@-moz-keyframes b3-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 94px, 186.6px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 89.8px, 187.7px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 62.3px, 186.3px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 62.7px, 187.4px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 89.8px, 200.8px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 78.1px, 195.4px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 56px, 193.4px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 55.2px, 198.9px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 78.9px, 206px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 66.6px, 202.7px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 90.6px, 201.6px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 84.9px, 188.2px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 54px, 173.4px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 41.9px, 184.7px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 71.6px, 188.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 98.5px, 185.3px);
  }
}
@-moz-keyframes b4-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 90.7px, 201px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 86.6px, 202.1px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 56.1px, 194.7px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 51.7px, 189.4px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 97.5px, 210.8px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 99.2px, 195.4px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 62.8px, 202px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 46.9px, 204.8px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 97.4px, 208.5px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 65.7px, 209.7px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 107px, 205.8px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 103.3px, 193.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 73.5px, 172.2px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 37.7px, 192px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 68.1px, 202.7px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 106.3px, 196.2px);
  }
}
@-moz-keyframes b5-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 125.6px, 169.1px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 121.1px, 170px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 96.8px, 174.8px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 96.9px, 176.7px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 114.3px, 183.7px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 107.4px, 183px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 89.5px, 188.4px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 90.7px, 189.3px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 102.6px, 189.9px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 102.2px, 191.9px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 113.9px, 185.6px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 106px, 182.5px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 78.7px, 173.5px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 80.8px, 172.9px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 105.4px, 176.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 130.7px, 173.8px);
  }
}
@-moz-keyframes b6-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 131.2px, 185.8px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 127.2px, 188.1px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 105px, 190.1px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 106.8px, 190.1px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 124.1px, 195px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 120.5px, 192.6px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 93px, 202.7px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 94.5px, 202.9px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 115.9px, 201.3px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 108px, 205.3px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 131.7px, 191.2px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 122.1px, 193.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 69px, 186.8px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 89.8px, 186.2px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 119.2px, 186.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 133.3px, 187.5px);
  }
}
@-moz-keyframes b7-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 131.8px, 190.9px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 129px, 202.1px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 107.3px, 203.9px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 107.3px, 203.9px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 129px, 207.8px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 132.7px, 198.3px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 86.6px, 212.5px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 76.7px, 210.4px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 130.8px, 207.7px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 93.1px, 212.3px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 137px, 200.5px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 135.9px, 197.1px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 60.9px, 192px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 99.3px, 195.4px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 133.9px, 195.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 130px, 198.5px);
  }
}
@-moz-keyframes b8-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 114.4px, 182.9px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 110.7px, 183.6px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 85.8px, 184.8px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 86.8px, 185.8px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 104px, 192px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 96.1px, 190.3px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 80.6px, 193.1px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 82.6px, 195px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 92.5px, 197px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 92.3px, 197.2px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 101.7px, 193.7px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 92.7px, 191.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 67.5px, 183.9px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 69.4px, 184.5px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 93px, 186.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 117.4px, 184.2px);
  }
}
@-moz-keyframes b9-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 107.4px, 193.8px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 104.1px, 194.6px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 79.3px, 195.1px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 79.3px, 195px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 97.4px, 199.8px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 90.4px, 197.4px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 75.8px, 198.2px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 77.4px, 200.3px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 86.9px, 203.4px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 85.9px, 202.3px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 93.6px, 201.6px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 84.5px, 200.4px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 60.7px, 194.2px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 61.3px, 195px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 82.7px, 196.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 107.1px, 194.2px);
  }
}
@-moz-keyframes b10-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 105px, 215.6px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 102.8px, 215.9px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 71.1px, 215.1px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 73.7px, 215.3px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 81.2px, 218.3px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 73.1px, 214.8px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 63.5px, 214.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 66.5px, 218.2px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 68.8px, 219.7px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 70.8px, 220.5px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 218.5px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 68px, 217px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 59px, 215.2px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 60.7px, 216px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 74.5px, 217.3px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 117.5px, 213.1px);
  }
}
@-moz-keyframes b11-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 103.5px, 236.4px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 102.4px, 236.1px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 65.9px, 235.9px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 66px, 236px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 65.8px, 236.7px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 61.2px, 236px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 60.2px, 235.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 60.7px, 235.6px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 60.2px, 236.2px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 60.7px, 236px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 61.2px, 236px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 59.7px, 236.3px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 58.7px, 236.1px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 59px, 236px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 62.5px, 236.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 120.5px, 233.5px);
  }
}
@-moz-keyframes b12-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 122.3px, 193.8px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 119.1px, 194px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 93.9px, 195.7px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 93.6px, 195.9px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 112.2px, 198.1px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 105.4px, 196.7px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 89.6px, 200.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 91.8px, 200.8px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 101.4px, 200.8px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 100.8px, 202.4px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 107.6px, 199.3px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 98.5px, 199.7px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 74.5px, 195px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 76.2px, 195.1px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 97.6px, 197.2px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 122.2px, 195.3px);
  }
}
@-moz-keyframes b13-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 124.8px, 215.5px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 116.5px, 215.6px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 100.4px, 216.6px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 104.5px, 214.8px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 116.5px, 214.9px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 109.5px, 216.5px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 103.3px, 219.2px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 107.1px, 217.8px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 110.3px, 219.2px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 113px, 219.2px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 114.3px, 216.5px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 107.2px, 218.1px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 79px, 216.4px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 86px, 215.2px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 108.5px, 216.2px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 125.7px, 216.7px);
  }
}
@-moz-keyframes b14-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 131.1px, 235.9px);
  }
  8% {
    -moz-transform: matrix(1, 0, 0, 1, 118.4px, 233.3px);
  }
  25% {
    -moz-transform: matrix(1, 0, 0, 1, 112.9px, 236.4px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 115.6px, 235.3px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 118.7px, 235.2px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 117.7px, 236.1px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 117px, 236.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 117.9px, 237px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 117.9px, 237.6px);
  }
  67% {
    -moz-transform: matrix(1, 0, 0, 1, 118.6px, 238.8px);
  }
  74% {
    -moz-transform: matrix(1, 0, 0, 1, 118.8px, 237.1px);
  }
  79% {
    -moz-transform: matrix(1, 0, 0, 1, 117.2px, 236.1px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 80.8px, 235.7px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 94.7px, 235.3px);
  }
  94% {
    -moz-transform: matrix(1, 0, 0, 1, 116.1px, 236.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 118.5px, 236.2px);
  }
}
@-moz-keyframes c0-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 72.4px, 144.2px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 75.7px, 145.9px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 74.2px, 149.2px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 74.7px, 153.8px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 75.9px, 155.5px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 70.8px, 153.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 37.4px, 148.6px);
  }
}
@-moz-keyframes c1-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 70.8px, 166.2px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 73.6px, 166.9px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 72.5px, 170.2px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 72.6px, 174.7px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 73.9px, 175.9px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 70px, 174.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 37.2px, 169.5px);
  }
}
@-moz-keyframes c2-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 60.7px, 166.3px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 64.2px, 166.3px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 64px, 168.6px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 62.5px, 172px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 63.4px, 173.9px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 58.6px, 173.5px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 27.3px, 167.3px);
  }
}
@-moz-keyframes c3-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 46.4px, 184.8px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 49.2px, 182.4px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 41.8px, 180.8px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 40.3px, 181.9px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 41.8px, 182.8px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 40.1px, 181.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 18.7px, 184.4px);
  }
}
@-moz-keyframes c4-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 41.3px, 198.2px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 48.2px, 191.3px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 28.4px, 190.9px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 28.2px, 189.8px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 30.9px, 191.1px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 24.2px, 191.3px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 12.9px, 197.5px);
  }
}
@-moz-keyframes c5-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 80.9px, 166px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 82.9px, 167.6px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 81.1px, 171.7px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 82.8px, 176.1px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 84.4px, 177.4px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 81.4px, 175.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 47.2px, 171.7px);
  }
}
@-moz-keyframes c6-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 90.1px, 186.5px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 90.5px, 188.1px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 93.9px, 187.8px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 102.3px, 186px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 106px, 185.7px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 101.3px, 186.2px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 57.4px, 186.3px);
  }
}
@-moz-keyframes c7-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 99px, 201.3px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 100.7px, 202.9px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 110.1px, 198.5px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 119.1px, 192.9px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 125.1px, 193.8px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 120.4px, 195.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 58.4px, 194.7px);
  }
}
@-moz-keyframes c8-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 69.8px, 181.4px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 71.7px, 181.8px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 71.2px, 183.4px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 70.7px, 185.5px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 71.6px, 186.5px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 68.4px, 185.6px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 36.6px, 182.9px);
  }
}
@-moz-keyframes c9-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 61.6px, 192.4px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 63.8px, 192.6px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 64.4px, 193.8px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 61.8px, 195.1px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 62.5px, 196px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 59.7px, 196.2px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 31px, 193px);
  }
}
@-moz-keyframes c10-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 61.1px, 212.8px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 56.9px, 213.6px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 90.3px, 204.4px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 84.2px, 189.9px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 65.3px, 185.1px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 34.9px, 203.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 29.2px, 213.2px);
  }
}
@-moz-keyframes c11-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 58.6px, 236px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 50.2px, 236.1px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 104.2px, 229.4px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 104.3px, 193.2px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 68.8px, 179.5px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 24.3px, 227.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 30.8px, 235.9px);
  }
}
@-moz-keyframes c12-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 192.3px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 76.2px, 193px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 75.6px, 194.6px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 197px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 76.3px, 198.1px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 74.8px, 197.2px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 44.2px, 194.4px);
  }
}
@-moz-keyframes c13-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 73.6px, 214.2px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 75.1px, 213.9px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 80.4px, 215.9px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 80.9px, 217.8px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 79.2px, 218px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 68.5px, 213.5px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 47.1px, 214px);
  }
}
@-moz-keyframes c14-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 73.9px, 236.4px);
  }
  28% {
    -moz-transform: matrix(1, 0, 0, 1, 73.6px, 236.4px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 72.9px, 237.1px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 72.3px, 237.4px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 71.9px, 237.5px);
  }
  77% {
    -moz-transform: matrix(1, 0, 0, 1, 72.1px, 236.7px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 55.9px, 237px);
  }
}
@-moz-keyframes d0-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 99.6px, 149.5px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 89.1px, 149.8px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 79.2px, 149.2px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 96.4px, 151.4px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 100.5px, 152.7px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 94.9px, 151.9px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 97.3px, 151.7px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 100.1px, 150.9px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 102px, 150.7px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 101.1px, 150.3px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 100.3px, 149.5px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 98.7px, 151.3px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 97.6px, 151px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 94.4px, 156.4px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 85px, 163.7px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 84px, 155px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 103.1px, 151.3px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 110.9px, 150.2px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 116.5px, 149.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 131.19185px, 149.87838px);
  }
}
@-moz-keyframes d1-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 99.7px, 169.7px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 89.1px, 170.6px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 79px, 169.9px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 92.7px, 171.1px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 96.6px, 171.9px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 95.4px, 172.2px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 98.4px, 172.3px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 101px, 171.5px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 102.1px, 171.1px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 101.8px, 171px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 100.3px, 169.9px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 100.5px, 171.8px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 97.6px, 171.3px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 91.8px, 175.3px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 82.4px, 177.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 80.2px, 173.5px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 101.5px, 171.6px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 110.1px, 170.2px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 116.7px, 169.5px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 131.29455px, 169.98648px);
  }
}
@-moz-keyframes d2-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 88.3px, 169.8px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 77.9px, 169.8px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 68.5px, 169px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 85.5px, 171px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 89.5px, 171.4px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 87.9px, 171.6px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 90.8px, 171.8px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 94.7px, 170.9px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 93.3px, 170.6px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 94.4px, 170.7px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 90.5px, 169.6px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 91.7px, 172px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 86.3px, 170.9px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 82.1px, 175.2px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 71.5px, 177.4px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 73.2px, 175px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 90.5px, 171.3px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 99.1px, 169px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 107.1px, 168.6px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 120.81888px, 170.25405px);
  }
}
@-moz-keyframes d3-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 76.5px, 186.2px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 68.1px, 187px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 58.3px, 185.5px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 68.7px, 180.4px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 73.6px, 181.7px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 80.6px, 184.8px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 84.3px, 183.7px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 87.4px, 183.3px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 78.5px, 180px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 87.1px, 183.3px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 70.9px, 176.1px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 78.1px, 182.5px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 68.8px, 169.6px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 69.3px, 164.7px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 52.5px, 173.6px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 61.4px, 176.1px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 73px, 183.2px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 90.3px, 184px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 102.4px, 185.5px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 115.2px, 187.3px);
  }
}
@-moz-keyframes d4-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 70.7px, 200.2px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 60.2px, 201.4px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 44px, 197.5px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 46.6px, 180.9px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 51.1px, 183.4px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 65.1px, 193.8px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 67.7px, 192.2px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 72.8px, 192.8px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 59.8px, 180.9px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 71.4px, 192.7px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 55.4px, 173.6px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 62.6px, 188.6px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 68.3px, 165px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 75.1px, 161.9px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 34.2px, 171.7px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 71.3px, 175.7px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 60px, 192.5px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 80.5px, 197.6px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 93.6px, 198.6px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 116.9px, 202.3px);
  }
}
@-moz-keyframes d5-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 111.1px, 169.6px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 100.2px, 171.4px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 89.5px, 170.7px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 99.9px, 171.3px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 103.7px, 172.5px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 102.9px, 172.8px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 105.9px, 172.7px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 107.2px, 172px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 110.9px, 171.6px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 109.3px, 171.4px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 110.1px, 170.3px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 109.3px, 171.6px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 108.8px, 171.6px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 101.6px, 175.4px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 93.3px, 178.2px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 87.2px, 171.8px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 112.6px, 171.9px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 121.1px, 171.3px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 126.3px, 170.3px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 136.9px, 169.8px);
  }
}
@-moz-keyframes d6-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 119.8px, 187.2px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 109.1px, 189.1px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 103.3px, 186.6px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 119.4px, 182.8px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 119.8px, 185px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 118.3px, 187.1px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 122.2px, 186.9px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 119.2px, 186px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 125.4px, 188.6px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 120.5px, 186.8px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 124.3px, 186.9px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 123px, 184.7px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 126.3px, 185.5px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 119.8px, 181.7px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 115.4px, 178.2px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 94.8px, 177.7px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 126.7px, 182.8px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 131.8px, 184.4px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 133.1px, 186.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 142.2px, 183.5px);
  }
}
@-moz-keyframes d7-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 122.8px, 201.5px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 112.1px, 203.3px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 110.2px, 198.6px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 132.4px, 183.3px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 128.6px, 188px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 122.9px, 199.5px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 128.2px, 200.2px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 116.5px, 197.7px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 131.7px, 201.9px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 120.4px, 194.9px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 130.9px, 196.5px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 125.9px, 191.7px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 137.5px, 195.2px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 136.5px, 186.1px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 124.9px, 181.6px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 110.6px, 184.9px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 132.5px, 192.7px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 131.4px, 196.8px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 130.7px, 201px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 142.9px, 197.4px);
  }
}
@-moz-keyframes d8-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 99.8px, 182.9px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 88.7px, 183.3px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 78.6px, 183.1px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 89.1px, 183.3px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 92.3px, 183.6px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 95.8px, 184.2px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 99.4px, 184.2px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 101.7px, 183.9px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 102px, 183.7px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 102.4px, 183.7px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 100.3px, 183.2px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 102px, 184px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 97.3px, 183.8px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 88.5px, 185.3px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 79.2px, 187px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 76.5px, 184px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 100.9px, 183.8px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 109.6px, 183px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 116.8px, 182.9px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 131.49185px, 183.19189px);
  }
}
@-moz-keyframes d9-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 92.7px, 193.7px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 82.5px, 193.9px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 71.4px, 193.6px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 80.1px, 193.5px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 83.3px, 193.8px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 90.6px, 194.6px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 95.4px, 194.9px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 98.1px, 194.4px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 96.2px, 194.4px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 98.1px, 194.3px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 94.1px, 193.9px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 97.7px, 194.8px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 90px, 194.4px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 79.9px, 195.4px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 71px, 196.1px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 67.8px, 194.4px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 91.3px, 194.5px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 101.2px, 193.3px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 110.1px, 193.3px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 124.6px, 193.9px);
  }
}
@-moz-keyframes d10-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 91.4px, 215.2px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 77.5px, 214.8px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 71.4px, 214.2px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 74.7px, 213px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 76px, 213.8px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 81.4px, 214.6px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 78.1px, 212px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 77.2px, 203px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 79.4px, 212.4px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 75.6px, 198.8px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 83.3px, 213.8px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 79.2px, 198.9px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 77px, 212.4px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 76.8px, 213.4px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 70px, 214.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 76.2px, 214.2px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 85.9px, 214.8px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 97.5px, 214.3px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 116px, 214.5px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 128.6px, 215.3px);
  }
}
@-moz-keyframes d11-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 90.1px, 235.9px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 74.8px, 235.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 73.4px, 235.7px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 74px, 235.4px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 73.8px, 235.5px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 74.3px, 236.1px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 80.2px, 234.9px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 55.3px, 217.8px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 82.9px, 235px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 51.5px, 211.6px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 79.5px, 236.2px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 59.9px, 208.6px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 72px, 235px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 70.9px, 233.9px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 68px, 229px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 70.4px, 234.3px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 73.4px, 233.8px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 96.7px, 234.8px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 125.5px, 235.9px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 128.4px, 236px);
  }
}
@-moz-keyframes d12-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 107.6px, 193.6px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 97px, 194.4px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 85.1px, 194px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 89.7px, 193.7px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 92.6px, 194px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 100.4px, 195px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 105.3px, 195.1px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 106.3px, 194.8px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 107.6px, 194.7px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 107.8px, 194.6px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 106.8px, 194px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 109.2px, 194.8px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 104.7px, 194.6px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 92.9px, 195.5px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 83.7px, 196.7px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 77.4px, 193.3px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 105.7px, 194.6px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 115.7px, 194px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 122.7px, 193.9px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 134.9px, 193.7px);
  }
}
@-moz-keyframes d13-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 108.6px, 214.3px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 100.5px, 215.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 91.1px, 215px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 93.5px, 215px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 94px, 215.6px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 98.1px, 216.1px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 99.7px, 216px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 100.7px, 215.9px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 99.9px, 215.4px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 100.4px, 215.5px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 97.7px, 214.3px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 99.3px, 214.9px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 97.3px, 215.1px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 89.8px, 216.7px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 68px, 211.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 88.5px, 212.2px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 111.4px, 215.2px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 115.2px, 215.3px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 119.3px, 215.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 138.4px, 214px);
  }
}
@-moz-keyframes d14-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 112px, 234.9px);
  }
  10% {
    -moz-transform: matrix(1, 0, 0, 1, 107.4px, 236px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 99.4px, 236.3px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 100.7px, 236.6px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 100.2px, 236.1px);
  }
  33% {
    -moz-transform: matrix(1, 0, 0, 1, 101px, 236.4px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 101.2px, 236.6px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 101.1px, 236.4px);
  }
  46% {
    -moz-transform: matrix(1, 0, 0, 1, 100.7px, 236.6px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 100.8px, 236.4px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 100.8px, 236.6px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 100.8px, 236.1px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 100.8px, 236.5px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 95.7px, 236.9px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 53px, 227.1px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 102px, 234.4px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 114.8px, 235.5px);
  }
  89% {
    -moz-transform: matrix(1, 0, 0, 1, 115.2px, 236px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 115.9px, 236px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 142.5px, 233.6px);
  }
}
@-moz-keyframes v0-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 86.8px, 151.2px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 101.6px, 151.4px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 75.8px, 180.5px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 70px, 168.9px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 70.3px, 151.3px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 69.5px, 147.4px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 78.9px, 147.2px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 83.2px, 155.3px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 82.3px, 146.6px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 80.9px, 158.9px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 81.5px, 146.2px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 82.1px, 146.3px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 72.1px, 146.8px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 63.7px, 149.6px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 54.5px, 153.4px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 55.2px, 151.1px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 57.7px, 149.4px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 57.7px, 148.1px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 57.7px, 148.2px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 55px, 148.3px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 52.2px, 154.8px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 54.6px, 159.9px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 88px, 152.7px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 112.6px, 149.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 10px, 130px);
  }
}
@-moz-keyframes v1-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 86.2px, 171.3px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 102px, 171.5px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 80.6px, 189.7px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 74.6px, 181.1px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 72.9px, 171.1px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 69.9px, 168.6px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 78px, 166.8px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 82.2px, 174.7px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 81.5px, 165.5px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 80.1px, 176.3px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 81.6px, 165.3px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 82px, 165.8px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 74px, 167.3px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 66px, 169.7px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 58.1px, 172.9px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 58px, 171px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 59.7px, 169.7px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 59.8px, 168.1px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 59.7px, 168.4px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 57.6px, 168.2px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 56.8px, 173.9px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 58.2px, 176.5px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 86.6px, 173.5px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 110.1px, 169.7px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 22px, 130px);
  }
}
@-moz-keyframes v2-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 74.8px, 170.4px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 90.9px, 171px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 71.1px, 190.3px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 64.2px, 183.8px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 64.2px, 174px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 58.6px, 169.3px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 66.5px, 166px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 70.8px, 173.8px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 70.4px, 165.5px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 68.7px, 175.9px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 70.3px, 164.9px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 70.5px, 165.7px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 62.6px, 168.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 54.7px, 172.1px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 47px, 175.8px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 46.8px, 174.1px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 48.7px, 172.2px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 48.8px, 170.3px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 48.6px, 170.5px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 46.6px, 170.9px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 46.1px, 176.9px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 47.7px, 179.4px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 75.2px, 173.4px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 98.9px, 168px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 32px, 130px);
  }
}
@-moz-keyframes v3-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 64.8px, 186.9px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 82.2px, 188.7px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 68.7px, 203.2px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 53.9px, 187.5px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 42.6px, 180.8px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 40.3px, 183.2px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 50.1px, 156.4px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 59.6px, 155.1px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 63.3px, 135.5px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 57.1px, 159.9px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 63.1px, 135.2px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 49.4px, 145.7px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 39.5px, 176.8px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 37.4px, 182.4px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 31.1px, 187.4px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 25px, 178.4px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 27px, 175.9px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 22.3px, 162.6px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 21.2px, 172.7px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 21.6px, 163.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 26.3px, 187.2px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 25.1px, 183.9px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 62.3px, 187.3px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 84.7px, 182.6px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 42px, 130px);
  }
}
@-moz-keyframes v4-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 61.1px, 201.9px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 72.9px, 201.2px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 63.6px, 216.1px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 40.8px, 194.3px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 33.5px, 179.8px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 30.1px, 185.1px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 54px, 132.9px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 77.1px, 138px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 71.2px, 105.7px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 75.1px, 143.7px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 62.7px, 104.6px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 31.4px, 125.7px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 18.1px, 180.7px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 20.2px, 190.8px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 16.8px, 197.6px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 2px, 177.7px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 2px, 172px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 5.3px, 143.7px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 2px, 163px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 7.8px, 139px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 6.3px, 192.6px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 4.9px, 183.2px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 62.3px, 200px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 86.9px, 195.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 50px, 130px);
  }
}
@-moz-keyframes v5-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 97.5px, 172.2px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 113px, 172px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 90.2px, 189.2px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 85.1px, 178.3px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 81.6px, 168.2px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 81.2px, 167.9px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 89.4px, 167.7px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 93.6px, 175.2px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 92.6px, 165.4px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 91.5px, 176.6px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 92.8px, 165.8px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 93.4px, 165.8px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 85.5px, 166.1px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 77.3px, 167.4px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 69.1px, 168.9px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 69.2px, 167.9px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 70.7px, 167.2px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 70.8px, 165.8px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 70.9px, 166.3px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 68.7px, 165.4px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 67.6px, 168.8px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 68.7px, 172.7px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 97.9px, 173.6px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 121.4px, 171.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 59px, 130px);
  }
}
@-moz-keyframes v6-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 105.5px, 188.9px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 119.2px, 188.3px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 80.4px, 202.7px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 71.5px, 185.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 73.4px, 180.2px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 95.8px, 182.7px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 106.2px, 157.8px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 106.2px, 157px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 98.8px, 133.4px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 102.9px, 159.7px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 97.5px, 133.2px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 114.8px, 145.9px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 106.1px, 176.5px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 89.5px, 181.2px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 76.9px, 181.6px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 89.9px, 176.7px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 91.6px, 179.2px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 92.4px, 162.7px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 92.5px, 173.4px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 88.9px, 158.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 85.9px, 168.9px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 86.6px, 173.2px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 108px, 183.4px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 125.2px, 186.1px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 68px, 130px);
  }
}
@-moz-keyframes v7-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 108.3px, 202.4px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 121.4px, 201.4px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 70.2px, 215.8px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 53.1px, 191.1px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 54.1px, 176.5px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 101.7px, 184.4px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 104.7px, 133.6px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 90.7px, 135.7px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 94.1px, 103.4px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 84.3px, 143.5px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 100.7px, 102.7px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 132.1px, 125.7px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 125.1px, 180.9px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 92.7px, 190.9px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 65.9px, 191.1px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 108.9px, 178.4px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 114.1px, 183.1px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 110.4px, 149.8px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 114.5px, 176.9px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 99.3px, 134px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 93.5px, 160px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 99.3px, 176.7px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 112.1px, 195.1px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 125.7px, 198.5px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 86px, 130px);
  }
}
@-moz-keyframes v8-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 85.5px, 183.7px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 102.4px, 183.8px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 86.2px, 198.8px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 80.7px, 191.1px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 76.3px, 183.6px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 70.7px, 182.6px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 77.1px, 181.6px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 81.1px, 185.6px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 80.8px, 180.8px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 79.1px, 187px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 81.6px, 180.8px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 81.9px, 181.1px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 75.4px, 181.9px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 68.5px, 182.9px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 62.2px, 184.2px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 61.2px, 183.5px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 61.9px, 182.9px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 62px, 182.2px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 61.8px, 182.4px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 60.5px, 182.2px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 62.1px, 184.5px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 63.3px, 186.3px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 86.3px, 184.8px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 107.8px, 182.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 95px, 130px);
  }
}
@-moz-keyframes v9-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 78px, 194.2px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 94.9px, 194.1px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 85.6px, 208.3px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 80.3px, 203.7px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 74.7px, 195.3px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 64.1px, 193.9px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 68.2px, 192.2px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 72.3px, 195.6px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 72.9px, 191.6px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 70.7px, 197.3px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 74.1px, 191.5px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 74.3px, 192px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 70.1px, 192.9px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 64.1px, 194.2px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 59px, 195.8px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 57.2px, 195.1px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 56.7px, 194.4px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 57px, 193.7px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 56.7px, 193.9px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 56.1px, 193.8px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 60.1px, 196.2px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 61.1px, 197.8px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 77.3px, 195.8px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 97.7px, 192.6px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 103px, 130px);
  }
}
@-moz-keyframes v10-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 75.8px, 215.8px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 84.8px, 214.6px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 65.2px, 222.9px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 59.9px, 216.6px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 65.3px, 215.3px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 63px, 214.6px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 68px, 213.7px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 67.7px, 215.8px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 69px, 213.2px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 66.4px, 217.1px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 69.4px, 212.8px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 68.8px, 213.4px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 65.1px, 213.9px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 62.9px, 215.2px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 62.6px, 217px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 64.7px, 215.5px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 64.1px, 214.4px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 65px, 214.3px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 64.1px, 214.6px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 63.4px, 214.7px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 63.9px, 217.3px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 69px, 218.9px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 217.4px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 98.7px, 213.4px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 120px, 130px);
  }
}
@-moz-keyframes v11-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 77.8px, 234.4px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 73.4px, 235.1px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 62.6px, 235.6px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 62.6px, 234.4px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 63px, 235.8px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 63.7px, 234.9px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 64.2px, 234.8px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 64.3px, 234.9px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 64.5px, 234.7px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 64.5px, 235.1px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 64.5px, 234.3px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 65.3px, 234.2px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 66.2px, 234.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 65.7px, 234.7px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 66.8px, 234.4px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 67.4px, 234.3px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 69.2px, 234.9px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 69.2px, 234.9px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 69.1px, 234.9px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 68.1px, 234.1px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 68.7px, 234.5px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 70px, 234.7px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 71.3px, 235px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 97.7px, 235px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 129px, 130px);
  }
}
@-moz-keyframes v12-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 93px, 194.8px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 109.4px, 194.5px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 98.2px, 207.9px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 93.9px, 200px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 86px, 193.2px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 78.9px, 193.3px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 83.2px, 192.7px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 87.3px, 196.3px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 87.5px, 191.6px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 85.7px, 197.7px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 88.9px, 191.8px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 89.3px, 192.1px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 85.1px, 192.1px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 79px, 192.7px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 73.6px, 193.3px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 71.9px, 193px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 71.2px, 192.8px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 71.5px, 192.2px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 71.3px, 192.6px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 70.7px, 192px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 74.3px, 192.9px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 194px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 92.2px, 195.7px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 112.5px, 193.8px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 139px, 130px);
  }
}
@-moz-keyframes v13-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 95.9px, 214.6px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 110.2px, 215.4px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 103.6px, 219.5px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 101.1px, 218.4px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 96.8px, 213.6px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 86.1px, 214.3px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 89.2px, 214px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 92.8px, 217.1px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 89.9px, 213.2px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 92.2px, 217.7px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 89px, 213.5px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 89px, 213.9px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 85.9px, 213.8px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 88.1px, 213.2px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 91.1px, 207.7px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 90.6px, 207.7px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 93.2px, 208px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 94.4px, 207.4px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 93.2px, 207.6px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 92.9px, 207.4px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 88.6px, 209.3px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 100.9px, 198.8px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 102.8px, 215.5px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 109px, 215.3px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 149px, 130px);
  }
}
@-moz-keyframes v14-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 100.7px, 234.8px);
  }
  7% {
    -moz-transform: matrix(1, 0, 0, 1, 110.6px, 235.3px);
  }
  12% {
    -moz-transform: matrix(1, 0, 0, 1, 109.9px, 236.1px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 110px, 235.8px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 110.9px, 235.6px);
  }
  24% {
    -moz-transform: matrix(1, 0, 0, 1, 94.8px, 235.1px);
  }
  27% {
    -moz-transform: matrix(1, 0, 0, 1, 92px, 235.2px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 92.1px, 235.3px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 91.8px, 235.1px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 91.8px, 235.3px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 91.8px, 235.1px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 92.5px, 235.4px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 92.1px, 235.6px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 97.9px, 234.1px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 114px, 194px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 112px, 195px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 114.7px, 197px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 113px, 191px);
  }
  75% {
    -moz-transform: matrix(1, 0, 0, 1, 113px, 192px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 112px, 189px);
  }
  82% {
    -moz-transform: matrix(1, 0, 0, 1, 112px, 194px);
  }
  88% {
    -moz-transform: matrix(1, 0, 0, 1, 129.4px, 204.4px);
  }
  93% {
    -moz-transform: matrix(1, 0, 0, 1, 108.4px, 234.6px);
  }
  98% {
    -moz-transform: matrix(1, 0, 0, 1, 108.4px, 235.2px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 159px, 130px);
  }
}
@-moz-keyframes a15-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 26px, 238px);
  }
  15% {
    -moz-transform: matrix(1, 0, 0, 1, 66px, 233px);
  }
  20% {
    -moz-transform: matrix(1, 0, 0, 1, 80px, 235px);
  }
  32% {
    -moz-transform: matrix(1, 0, 0, 1, 46px, 237px);
  }
  43% {
    -moz-transform: matrix(1, 0, 0, 1, 82px, 235px);
  }
  53% {
    -moz-transform: matrix(1, 0, 0, 1, 63px, 236px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 65px, 231px);
  }
  63% {
    -moz-transform: matrix(1, 0, 0, 1, 282px, 237px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 1000px, 245px);
  }
}
@-moz-keyframes b15-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, 1000px, 245px);
  }
  30% {
    -moz-transform: matrix(1, 0, 0, 1, 56px, 202px);
  }
  37% {
    -moz-transform: matrix(1, 0, 0, 1, 96px, 228px);
  }
  42% {
    -moz-transform: matrix(1, 0, 0, 1, 123px, 205px);
  }
  48% {
    -moz-transform: matrix(1, 0, 0, 1, 78px, 233px);
  }
  52% {
    -moz-transform: matrix(1, 0, 0, 1, 49px, 214px);
  }
  59% {
    -moz-transform: matrix(1, 0, 0, 1, 82px, 235px);
  }
  61% {
    -moz-transform: matrix(1, 0, 0, 1, 118px, 214px);
  }
  66% {
    -moz-transform: matrix(1, 0, 0, 1, 86px, 235px);
  }
  68% {
    -moz-transform: matrix(1, 0, 0, 1, 74px, 217px);
  }
  72% {
    -moz-transform: matrix(1, 0, 0, 1, 94px, 232px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 124px, 200px);
  }
  81% {
    -moz-transform: matrix(1, 0, 0, 1, -32px, 193.5px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, -424px, 194px);
  }
}
@-moz-keyframes c15-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, -424px, 194px);
  }
  62% {
    -moz-transform: matrix(1, 0, 0, 1, 56px, 175px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, -145px, 10px);
  }
}
@-moz-keyframes d15-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, -227px, -56px);
  }
  26% {
    -moz-transform: matrix(1, 0, 0, 1, 80px, 169px);
  }
  39% {
    -moz-transform: matrix(1, 0, 0, 1, 48px, 207px);
  }
  45% {
    -moz-transform: matrix(1, 0, 0, 1, 46px, 184px);
  }
  51% {
    -moz-transform: matrix(1, 0, 0, 1, 45px, 200px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 49px, 176px);
  }
  64% {
    -moz-transform: matrix(1, 0, 0, 1, 53px, 198px);
  }
  72% {
    -moz-transform: matrix(1, 0, 0, 1, 43.2px, 204px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 36px, 223px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, -227px, -56px);
  }
}
@-moz-keyframes v15-translate {
  0% {
    -moz-transform: matrix(1, 0, 0, 1, -145px, 10px);
  }
  13% {
    -moz-transform: matrix(1, 0, 0, 1, 47px, 196px);
  }
  21% {
    -moz-transform: matrix(1, 0, 0, 1, 62.7px, -13px);
  }
  29% {
    -moz-transform: matrix(1, 0, 0, 1, 79px, 131px);
  }
  35% {
    -moz-transform: matrix(1, 0, 0, 1, 76.8px, -15px);
  }
  41% {
    -moz-transform: matrix(1, 0, 0, 1, 75px, 133px);
  }
  49% {
    -moz-transform: matrix(1, 0, 0, 1, 79.7px, -16px);
  }
  58% {
    -moz-transform: matrix(1, 0, 0, 1, 85px, 194px);
  }
  71% {
    -moz-transform: matrix(1, 0, 0, 1, 89px, 193px);
  }
  78% {
    -moz-transform: matrix(1, 0, 0, 1, 85px, 194px);
  }
  87% {
    -moz-transform: matrix(1, 0, 0, 1, 97px, 189px);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 175px, 133px);
  }
}
