@import "font-awesome.min.css";
@import "magnific-popup.css";
.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.underline {
  text-decoration: underline;
}
.hidden-mobile,
.hidden-tablet,
.hidden-desktop {
  display: none !important;
}
.visible-mobile-block,
.visible-mobile-inline,
.visible-mobile-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block {
  display: none !important;
}
/* use 601 so that android 7" tablet gets mobile version */
@media (max-width: 601px) {
  .visible-mobile-block {
    display: block !important;
  }
}
@media (max-width: 601px) {
  .visible-mobile-inline {
    display: inline !important;
  }
}
@media (max-width: 601px) {
  .visible-mobile-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-block {
    display: block !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline {
    display: inline !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-inline-block {
    display: inline-block !important;
  }
}
@font-face {
  font-family: 'copydoodles_beckyregular';
  src: url('/assets/fonts/copydoodles_becky-webfont.eot');
  src: url('/assets/fonts/copydoodles_becky-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/copydoodles_becky-webfont.woff') format('woff'), url('/assets/fonts/copydoodles_becky-webfont.ttf') format('truetype'), url('/assets/fonts/copydoodles_becky-webfont.svg#copydoodles_beckyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lato-light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.lato-black {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.montserrat-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.copydoodle {
  font-family: 'copydoodles_beckyregular', cursive;
  font-weight: bold;
}
html,
button,
input,
select,
textarea {
  color: #fff;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0;
}
.preheadline {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.content {
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
}
h1 {
  font-family: "Open Sans condensed", sans-serif;
  line-height: 1.1em;
  text-align: center;
  font-size: 42px;
  margin: 5px 0 6px;
}
h1 .highlight {
  color: #c00000;
}
.subheadline {
  font-size: 22px;
  margin: 20px 0 30px 0;
  text-align: center;
}
.paulg {
  margin-bottom: 20px;
  overflow: auto;
  padding: 10px;
}
.paulg img {
  border: 4px solid #ccc;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  width: 300px;
}
.paulg p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}
.testimonial {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 10px;
}
.testimonial img {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
  padding: 4px;
}
.testimonial blockquote {
  margin: 12px 0 0;
}
.testimonial blockquote p {
  font-size: 17px;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
.testimonial blockquote p:first-of-type {
  font-family: 'Caveat', Sans-Serif;
  font-size: 28px;
  line-height: 1em;
}
.testimonial blockquote p:last-of-type {
  font-size: 16px;
  padding-bottom: 0;
}
.amazon-reviews {
  margin-bottom: 40px;
}
.amazon-reviews dl {
  font-family: 'Lato', Sans-Serif;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amazon-reviews dl dt {
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}
.amazon-reviews dl dt i {
  background: url(/assets/images/amazon-5-stars.png) no-repeat;
  display: inline-block;
  height: 18px;
  position: relative;
  top: 4px;
  width: 82px;
}
.amazon-reviews dl dd {
  margin: 0 0 20px;
  padding: 0;
}
.amazon-reviews dl dd.author {
  margin-bottom: 5px;
}
.amazon-reviews dl dd.author span {
  color: #0066c0;
}
h2 {
  font-family: "Open Sans condensed", sans-serif;
  line-height: 1.1em;
  text-align: center;
  font-size: 36px;
  margin: 20px 0 6px;
}
h3 {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  margin: 20px 0;
  text-align: center;
}
.book-bullets {
  overflow: auto;
}
.book-bullets img {
  display: block;
  margin: 0 auto;
  max-width: 534px;
  padding-left: 20%;
  width: 80%;
}
.caption {
  font-style: italic;
  font-size: 17px;
  margin: 10px 0 30px;
  text-align: center;
}
.product-shot {
  display: block;
  margin: 0 auto;
  max-width: 534px;
  width: 100%;
}
.buy-options {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
}
.buy-options h3 {
  background: #f5f5f5;
  margin: 30px 0 0;
  padding: 6px;
}
.buy-options h3:first-of-type {
  margin-top: 0;
}
.buy-options img {
  height: auto;
  display: block;
  margin: 20px auto;
  width: 100%;
}
.buy-options img.option-1 {
  max-width: 330px;
}
.buy-options p {
  margin-top: 10px;
}
.buy-options .price {
  background: #c00000;
  border: 2px dotted;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  margin-top: 10px;
  padding: 12px;
  text-shadow: 1px 1px 2px #333;
}
.buy-options .price-after {
  color: #000;
  display: block;
  font-size: 16px;
  margin-top: 3px;
  text-align: center;
}
.choose {
  font-size: 30px;
  font-family: "open sans condensed";
  line-height: 1.1;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
.full-width-header {
  background-image: url(/assets/images/accelerator-book-background-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px;
  text-align: center;
}
.full-width-header h2 {
  color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.bonuses h3 {
  box-shadow: 4px 4px 10px #999;
  font-size: 24px;
  line-height: 1.4em;
  background: #50a1d5;
  border: 2px dashed #fff;
  color: #fff;
  margin-bottom: 6px;
  padding: 10px;
  text-shadow: 0px 0px 5px #105079;
}
.bonuses h3 .fas,
.bonuses h3 .far,
.bonuses h3 .fal,
.bonuses h3 .fab {
  color: #ffda22;
}
.bonuses img {
  height: auto;
  display: block;
  margin: 20px auto;
  width: 100%;
}
.bonuses img.option-1 {
  max-width: 330px;
}
.testimonials {
  text-align: center;
}
.testimonials hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 30px 0;
}
.buy-button {
  text-align: center;
}
.buy-button a {
  background: #ffcf0a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf0a), color-stop(100%, #ffda22));
  background: -webkit-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -moz-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -ms-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -o-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: linear-gradient(to bottom, #ffcf0a 0%, #ffda22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcf0a, endColorstr=#ffda22, GradientType=0);
  border: 1px solid #d69300;
  border-radius: 6px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #ffe590;
  color: #504210;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: #ffffdd 1px 1px 0;
}
.buy-button a:hover {
  opacity: 0.9;
}
.buy-button p {
  margin: 0;
  padding: 10px;
}
.buy-button p span {
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  height: 0;
  margin: 30px 0;
}
.img-responsive {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
ol.red-circle-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 0;
}
ol.red-circle-numbers li {
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 10px;
}
ol.red-circle-numbers li:before {
  background: #c00000;
  border: 2px dotted;
  border-radius: 100%;
  color: #fff;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  margin: 0px 0 0 -48px;
  text-align: center;
  width: 34px;
  height: 34px;
}
ol.red-circle-numbers li p {
  color: #5a5a5a;
}
ul.blue-ticks {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.blue-ticks li {
  background: url(/assets/images/blue-tick.png) no-repeat 0 -3px;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.blue-ticks li p {
  color: #5a5a5a;
}
ul.green-circle-ticks {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.green-circle-ticks li {
  background: url(/assets/images/green-circle-tick.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.green-circle-ticks li p {
  color: #5a5a5a;
}
ul.gold-stars {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}
ul.gold-stars li {
  background: url(/assets/images/op-gold-star.png) no-repeat 0 0;
  min-height: 32px;
  padding: 0 0 0 44px;
}
ul.gold-stars li p {
  color: #5a5a5a;
}
ul.targets {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.targets li {
  background: url(/assets/images/op-target.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.targets li p {
  color: #5a5a5a;
}
.testimonials blockquote {
  margin: 0;
}
.testimonials h4 {
  color: #333;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.testimonials img {
  border: 1px solid #999;
  border-radius: 100%;
  display: block;
  margin: 0 auto 6px;
  padding: 3px;
}
.testimonials p {
  margin: 0 0 10px;
}
.testimonials p:last-of-type {
  margin-bottom: 0;
}
.testimonials p.author {
  font-weight: bold;
}
.testimonials hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 30px 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* popup forms */
.popup-form {
  background: #fff;
  color: #5a5a5a;
  margin: 0 auto;
  max-width: 600px;
  padding: 0;
  position: relative;
}
.popup-form form {
  margin: 0;
  padding: 20px 20px 0;
}
.popup-form form .intro {
  background: #eee;
  color: #333;
  font-family: "open sans condensed", Sans-Serif;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 36px;
  padding: 6px 10px;
  text-align: center;
}
.popup-form form .progress {
  background-color: #ccc;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 12px;
  margin: 0 0 15px;
  text-align: left;
}
.popup-form form .progress-in {
  border: 1px solid #106a42;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ec279), color-stop(100%, #106a42));
  background: -webkit-linear-gradient(top, #60e6aa 0%, #106a42 100%);
  background: -moz-linear-gradient(top, #60e6aa 0%, #106a42 100%);
  background: -ms-linear-gradient(top, #60e6aa 0%, #106a42 100%);
  background: -o-linear-gradient(top, #60e6aa 0%, #106a42 100%);
  background: linear-gradient(top, #60e6aa 0%, #106a42 100%);
  background-color: #1ec279;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  min-width: 1%;
  overflow: visible !important;
}
.popup-form form .progress-in span {
  position: absolute;
  right: 0;
  bottom: 100%;
  line-height: 24px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1e7c9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 5px;
  margin-right: -22px;
  margin-bottom: 7px;
  min-width: 40px;
  -webkit-box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
  -moz-box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
  box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
}
.popup-form form .progress-in span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 1px;
  margin-left: -5px;
  border-top: 5px solid #cec7ad;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.popup-form form .progress-in span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #f1e7c9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.popup-form form .form-field {
  margin: 0 0 14px;
}
.popup-form form input[type='text'],
.popup-form form input[type='email'],
.popup-form form select {
  box-sizing: border-box;
  font-size: 18px;
  color: #5a5a5a;
  font-family: "Open Sans", Sans-Serif;
  padding: 8px;
  width: 100%;
}
.popup-form form .form-submit {
  margin: 0;
  text-align: center;
}
.popup-form form .form-submit button {
  background: #ffcf0a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf0a), color-stop(100%, #ffda22));
  background: -webkit-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -moz-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -ms-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -o-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: linear-gradient(to bottom, #ffcf0a 0%, #ffda22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcf0a, endColorstr=#ffda22, GradientType=0);
  border: 1px solid #d69300;
  border-radius: 6px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #ffe590;
  color: #504210;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: #ffffdd 1px 1px 0;
  width: 100%;
}
.popup-form form .form-submit button:hover {
  opacity: 0.9;
}
.popup-form .spam {
  background: #f8f8f8;
  color: #5a5a5a;
  font-size: 15px;
  padding: 14px;
  text-align: center;
}
.about-paul {
  background: #333;
  margin: 30px 0 0;
  padding: 10px 10px 20px;
}
.about-paul .about-inner {
  margin: 0 auto;
  max-width: 800px;
}
.about-paul h2 {
  color: #eee;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 40px;
  line-height: 1.1em;
  margin: 30px auto 20px;
  text-align: center;
}
.about-paul p {
  color: #eee;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
.about-paul p.bio {
  font-size: 16px;
  text-align: center;
}
.about-paul img {
  border: 5px solid #c0c0c0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin: 10px auto 10px;
}
.footer-legals {
  background: #f8f8f8;
  border-top: none !important;
  margin-top: 0 !important;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}
.footer-legals p {
  color: #444;
  font-size: 14px;
}
.footer-legals .links {
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444 !important;
}
.hide-mobile {
  display: none;
}
.center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
  }
  .content {
    padding: 10px 20px;
  }
  .subheadline {
    font-size: 28px;
  }
  .testimonial {
    overflow: auto;
  }
  .testimonial img {
    float: left;
    width: 18%;
  }
  .testimonial blockquote {
    float: right;
    width: 78%;
  }
  .testimonial blockquote p {
    font-size: 18px;
    text-align: left;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 38px;
  }
  .buy-button a {
    font-size: 27px;
    padding: 20px;
  }
  .book-bullets ul {
    float: left;
    width: 62%;
  }
  .book-bullets img {
    float: right;
    margin-top: 50px;
    padding-left: 0;
    width: 30%;
  }
  .bonuses h3 {
    font-size: 32px;
  }
  .testimonials div {
    overflow: auto;
  }
  .testimonials img {
    float: left;
    width: 12%;
  }
  .testimonials blockquote {
    float: right;
    width: 83%;
  }
  .testimonials h4 {
    margin-top: 0;
  }
  .about-paul {
    padding: 10px 20px 40px;
  }
  .about-paul .cols {
    overflow: auto;
  }
  .about-paul .left {
    float: left;
    width: 35%;
  }
  .about-paul .right {
    float: right;
    width: 60%;
  }
  .about-paul p.bio {
    margin: 10px auto;
    max-width: 190px;
  }
  .footer-legals p {
    float: left;
  }
  .footer-legals .links {
    float: right;
    margin: 14px 0;
  }
  .footer-legals .links li {
    display: inline;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .hide-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  header h1 {
    font-size: 48px;
  }
  header h1.thanks {
    font-size: 72px;
    max-width: 650px;
  }
  .buy-button a {
    font-size: 28px;
  }
  .buy-button.large a {
    font-size: 30px;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
