@import "bootstrap.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;
  }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #fff;
  box-sizing: border-box;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
img {
  width: 100%;
}
a {
  color: #296EB4;
}
h2 {
  margin: 26px 0;
  color: #222222;
  font-family: 'open sans condensed', Sans-Serif;
  font-size: 42px;
  line-height: 1.1;
  max-width: 1120px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  text-transform: uppercase;
}
h3 {
  margin: 26px 0;
  color: #222222;
  font-family: 'open sans condensed', Sans-Serif;
  font-size: 24px;
  text-align: center;
}
strong {
  font-weight: 700;
}
hr {
  border: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}
.expiry-bar {
  background: #F0C254;
  margin: 0;
  padding: 10px;
  top: 0;
  width: 100%;
  z-index: 10;
}
.expiry-bar .animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
@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;
  }
}
.expiry-bar p {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.expiry-bar .button {
  margin: 0;
}
.countdown-clock {
  background: #FDE200;
  font-family: sans-serif;
  color: #000;
  display: block;
  font-weight: 100;
  margin: 0 auto;
  padding: 2px 0 20px;
  text-align: center;
  font-size: 30px;
}
.countdown-clock > p {
  font-family: "open sans", sans-serif;
  font-weight: bold;
}
.countdown-clock > div {
  padding: 0 2px;
  border-radius: 3px;
  display: inline-block;
}
.countdown-clock div > span {
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  background: linear-gradient(to bottom, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 -3px 0 0 #cccccc, inset 0 -4px 0 0 #b3b3b3, inset 0 -5px 0 0 #ffffff, inset 0 2px 0 0 #eaeaea, inset 0 3px 0 0 #b3b3b3, inset 0 4px 0 0 #ffffff;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.countdown-clock div > span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 0;
}
.countdown-clock .smalltext {
  padding-top: 5px;
  font-size: 16px;
}
.countdown-clock-alt {
  font-family: 'open sans', sans-serif;
  color: #fff;
  display: block;
  font-weight: 100;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 26px;
}
.countdown-clock-alt > div {
  padding: 0 2px;
  border-radius: 3px;
  display: inline-block;
}
.countdown-clock-alt .days {
  color: #fff;
  display: inline-block;
  position: relative;
  min-width: 30px;
  font-size: 28px;
}
.countdown-clock-alt .smalltext {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.landing-section {
  background: #1e2842;
  background: linear-gradient(180deg, #1e2842 20%, #383c59 90%);
  color: white;
  text-align: center;
  padding-bottom: 30px;
}
.landing-section .landing-inner {
  background: #1e2842;
  background: linear-gradient(180deg, #1e2842 20%, #383c59 90%);
  margin: 0 auto;
  max-width: 1024px;
}
.landing-section img {
  margin: 0 auto;
  max-width: 1024px;
}
.landing-section h3 {
  color: white;
}
.video {
  max-width: 800px;
  margin: 0 auto;
}
.video-caption {
  font-size: 17px;
  margin: 20px auto;
  max-width: 780px;
  text-align: center;
}
.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%;
}
.button {
  margin: 30px 0;
  text-align: center;
}
.button a {
  background: #F0C254;
  border-radius: 6px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: #222;
  display: inline-block;
  font-family: 'open sans', Sans-Serif;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  max-width: 640px;
  overflow: hidden;
  padding: 12px 15px 15px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.button a:hover {
  opacity: 0.9;
}
.button p {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.content {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
}
p {
  font-size: 20px;
}
.guests {
  text-align: center;
}
.guests img {
  margin: 10px 0;
  width: 33%;
  border-radius: 50%;
  border: 4px solid #fbb914;
}
.six-breakthroughs h3 {
  text-align: left;
}
.pricing {
  margin-top: 30px;
}
ul.fa-ul {
  list-style: none;
  margin: 30px 0 30px 40px;
}
ul.fa-ul i {
  margin-right: 4px;
  font-size: 26px;
  position: relative;
  top: 3px;
}
ul.fa-ul p {
  padding-left: 6px;
}
.full-width-heading {
  margin: 5px auto;
  background: #1F2743;
  padding: 20px;
  text-align: center;
}
.full-width-heading h2 {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  font-family: 'open sans condensed', Sans-Serif;
  line-height: 1.1;
  text-shadow: 3px 3px 3px #000;
}
.full-width-heading h3 {
  margin: 0 auto;
  color: #fff;
  font-family: 'open sans condensed', Sans-Serif;
  line-height: 1.1;
  text-shadow: 3px 3px 3px #000;
}
.full-width-heading .expiry-bar {
  background: #1F2743;
  margin: 0;
  padding: 10px;
  top: 0;
  width: 100%;
  z-index: 10;
}
.full-width-heading .expiry-bar p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.full-width-heading .expiry-bar .button {
  margin: 0;
}
.faqs {
  background: #1F2743;
  border: 5px solid;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 20px;
}
.faqs h2 {
  margin: 26px 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.faqs p {
  background: rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 10px;
}
.faqs p:nth-child(odd) {
  margin-bottom: 10px;
  padding-top: 0;
}
.faqs p .q-a {
  color: #F0C254;
  font-family: "open sans", Sans-Serif;
  font-size: 22px;
  font-weight: normal;
}
.profit-gurantee img {
  width: 33%;
  display: block;
  margin: auto;
}
.signature {
  font-size: 28px;
  margin: 0 0 20px 0;
  font-family: 'copydoodles_beckyregular', cursive !important;
}
.big-event-thanks .top-bar {
  background: #1F2743;
}
.big-event-thanks .red-highlight {
  color: #C00000;
}
.big-event-thanks .info {
  text-align: center;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 20px 5px;
}
.footer-legals p {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.footer-legals .links {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 26px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444;
}
@media only screen and (min-width: 768px) {
  .expiry-bar {
    text-align: center;
  }
  .expiry-bar p {
    display: inline-block;
    font-size: 22px;
  }
  .expiry-bar .countdown-clock {
    display: inline-block;
  }
  .expiry-bar .countdown-clock > div > span {
    font-size: 22px;
    min-width: 60px;
  }
  .expiry-bar .countdown-clock-alt {
    display: inline-block;
  }
  .expiry-bar .countdown-clock-alt > div > span {
    font-size: 28px;
    min-width: 60px;
  }
  h2 {
    margin: 26px 0;
    font-size: 48px;
    max-width: 1120px;
    text-align: center;
  }
  ul.fa-ul {
    margin: 30px 0 30px 60px;
  }
  .button a {
    padding: 12px 30px 15px;
  }
  .footer-legals p {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .intro h1 {
    font-size: 54px;
  }
  .expiry-bar p {
    position: relative;
    top: -10px;
  }
}
@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;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(55, 215, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(55, 215, 0, 0);
  }
}
