@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5em;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  border-radius: 3px;
}

.reveal-modal.round {
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5em;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5em;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5em;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5em;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5em;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5em;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

/*
 * @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
 * Copyright (c) 2020 PQINA - https://pqina.nl/flip/
 */
.tick {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}

.tick * {
  box-sizing: inherit;
}

.tick [data-view] {
  max-width: 100%;
}

.tick span[data-view] {
  display: inline-block;
}

.tick .tick-credits {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  text-decoration: none;
  font-size: 11px;
  color: inherit;
}

.tick [data-layout~=pad] {
  margin: -0.25em;
}

.tick [data-layout~=pad] > * {
  margin: 0.25em;
}

.tick [data-layout~=horizontal] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=baseline] {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tick [data-layout~=horizontal][data-layout~=center] {
  -ms-flex-pack: center;
  justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=right] {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tick [data-layout~=horizontal][data-layout~=left] {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tick [data-layout~=horizontal][data-layout~=fill], .tick [data-layout~=horizontal][data-layout~=stretch] {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tick [data-layout~=horizontal][data-layout~=fill] > *, .tick [data-layout~=horizontal][data-layout~=stretch] > * {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 100%;
}

.tick [data-layout~=horizontal][data-layout~=multi-line] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tick [data-layout~=horizontal][data-layout~=fit] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  white-space: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tick [data-layout~=vertical] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.tick [data-layout~=vertical][data-layout~=top] {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tick [data-layout~=vertical][data-layout~=bottom] {
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=middle] {
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=left] {
  -ms-flex-align: start;
  align-items: flex-start;
}

.tick [data-layout~=vertical][data-layout~=right] {
  -ms-flex-align: end;
  align-items: flex-end;
}

.tick [data-layout~=vertical][data-layout~=center] {
  text-align: center;
}

.tick [data-layout~=vertical][data-layout~=fill], .tick [data-layout~=vertical][data-layout~=stretch] {
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=fill] > *, .tick [data-layout~=vertical][data-layout~=stretch] > * {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.tick [data-layout~=vertical] > * + * {
  margin-top: 0.5em;
}

.tick [data-layout~=overlay] {
  position: relative;
}

.tick [data-layout~=overlay] > * {
  margin: 0;
}

.tick [data-layout~=overlay][data-layout~=center] {
  text-align: center;
}

.tick [data-layout~=overlay][data-layout~=left] {
  text-align: left;
}

.tick [data-layout~=overlay][data-layout~=right] {
  text-align: right;
}

.tick [data-layout~=overlay] > [data-overlay=fill], .tick [data-layout~=overlay] > [data-overlay=stretch] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tick [data-layout~=overlay] > [data-overlay=center] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tick-flip {
  position: relative;
  text-align: center;
}

.tick-flip * {
  border-radius: inherit;
  white-space: pre;
  letter-spacing: inherit;
  text-indent: inherit;
}

.tick-flip-front {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tick-flip-back {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tick-flip-spacer {
  display: block;
  visibility: hidden;
}

.tick-flip-shadow {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: transparent !important;
  background: transparent !important;
}

.tick-flip-shadow-top {
  bottom: calc(50% - 1px);
}

.tick-flip-shadow-bottom {
  top: calc(50% + 1px);
}

.tick-flip-card-shadow {
  position: absolute;
  left: 0.15em;
  right: 0.15em;
  bottom: 0.125em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  transform-origin: 0 100%;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.tick-flip-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 4em;
}

.tick-flip-panel-back, .tick-flip-panel-front {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.tick-flip-panel-back-text, .tick-flip-panel-front-text {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 100%;
  overflow: hidden;
}

.tick-flip-panel-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  height: 200%;
  top: -100%;
}

.tick-flip-panel-front {
  transform-origin: center bottom;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.tick-flip-panel-back {
  transform-origin: center top;
  top: 50%;
  z-index: 1;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}

.tick-flip-panel-back:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 0, transparent 30%);
}

.tick-flip-panel-back-shadow {
  z-index: 2;
}

.tick-flip-panel-back-highlight {
  z-index: 3;
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow, .tick-flip-panel-front-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.tick-flip-panel-front-shadow {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.tick-flip-panel-back-shadow {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.tick-flip-panel-back-highlight {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3));
}

.tick [data-style*="shadow:inner"], .tick [data-style*="shadow:inner"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back, .tick [data-style*="shadow:none"] .tick-flip-panel-front, .tick [data-style*="shadow:none"] .tick-flip-shadow {
  box-shadow: none;
}

.tick [data-style*="shadow:none"] .tick-flip-back:after, .tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after, .tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
  background-image: none;
}

.tick [data-style*="rounded:none"] {
  border-radius: 0;
}

.tick [data-style*="rounded:panels"] .tick-flip-front, .tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick [data-style*="rounded:panels"] .tick-flip-back, .tick [data-style*="rounded:panels"] .tick-flip-panel-back:after, .tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.tick-flip {
  margin-left: 0.0625em;
  margin-right: 0.0625em;
  min-width: 1.125em;
  border-radius: 0.125em;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}

.tick-flip-panel {
  color: #edebeb;
  background-color: #333232;
}

.tick-flip-shadow {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
}

@font-face {
  font-family: "Proxima Nova Prod";
  src: url("./fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("./fonts/ProximaNovaT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Prod";
  src: url("./fonts/ProximaNova-Regular.woff2") format("woff2"), url("./fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Prod";
  src: url("./fonts/ProximaNova-Bold.woff2") format("woff2"), url("./fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Prod";
  src: url("./fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("./fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Prod";
  src: url("./fonts/ProximaNova-Black.woff2") format("woff2"), url("./fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* #Table of contents
==================================================
#1 Reset
#2 Main and Structure
#3 Typography
#4 Form
#5 Clearing and Misc
#6 Responsive
==================================================
*/
/* #1 Reset
================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* #2 Main and Structure
================================================== */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  background-color: #eeeeee;
}

body .hero,
.full-bg-image {
  /*background: #232323 url('images/SMW-Background-Tropical.jpg') no-repeat center center;*/
  background: #232323 url("images/pw_maze_black.png");
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; if we want to use a large image as a hero image, uncomment this and the the top background instance */
  color: #fff;
}

.header {
  margin: 0px auto 1.5em auto;
  padding-top: 1.5em;
}

.logo {
  max-width: 14em;
  display: block;
  padding: 0px 0px 0.75em;
  float: left;
}

.inner-wrap {
  max-width: 68.75em;
  /*1100 px*/
  margin: 0px auto;
}

/* golden mean / golden ratio */
.golden-a {
  width: 57.63%;
  margin-right: 3.39%;
}

.golden-b {
  width: 38.98%;
  margin-right: 3.39%;
}

.golden-a.last,
.golden-b.last {
  margin-right: 0px;
}

.wide {
  width: 58.97%;
}

.narrow {
  width: 38.46%;
}

.full {
  width: 100%;
  margin: 0px auto;
}

.one-forth {
  width: 23%;
  margin-right: 2.564%;
  float: left;
}

.one-forth.last {
  margin-right: 0px;
}

.one-half {
  width: 48.93%;
  margin-right: 2.128%;
  float: left;
}

.one-half.last {
  margin-right: 0px;
}

.launch-sequence .one-forth {
  position: relative;
}

.launch-sequence a {
  color: #ccc;
  text-decoration: none;
}

.launch-sequence a:hover {
  color: #f5e29e;
}

.launch-sequence .one-forth p {
  font-size: 0.6875em;
  line-height: 1.75em;
  text-align: center;
  display: block;
  background: #232323;
  /* position: absolute;
  places the sequence title over and at the bottom of the image */
  bottom: 0px;
  width: 100%;
  margin-bottom: 0px;
}

.comments,
.testimonials {
  margin-top: 2em;
}

.main {
  margin-bottom: 1em;
}

.panel {
  background: #fff;
  padding: 3em;
  margin: 0px auto;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 2em;
}

.footer {
  max-width: 60em;
  margin: 3em auto 6em;
  text-align: center;
}

/* #3 Typography
================================================== */
h1 {
  font-weight: 700;
  font-size: 1.9em;
  margin-bottom: 0.795454545em;
  letter-spacing: -1px;
  color: #f5e29e;
}

h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  letter-spacing: -1px;
}

h3 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  letter-spacing: -1px;
  font-weight: bold;
}

p, ul, ol {
  margin-bottom: 1.2em;
  line-height: 1.6em;
}

.main p, .main ul, .main ol {
  font-size: 1.0625em;
  /* equals 17px */
  margin-bottom: 1.2em;
  line-height: 1.6em;
}

.footer p {
  font-size: 0.75em;
}

.footer p, .footer a {
  color: #999;
}

strong, .strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #ff9c00;
}

ul, ol {
  margin-left: 2.5em;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

ul.breathing-room li {
  margin-bottom: 1em;
}

.quote {
  padding-left: 2em;
  border-left: 2px solid #ccc;
}

.caps {
  text-transform: uppercase;
}

.steps {
  text-transform: uppercase;
  color: #f5e29e;
  font-weight: bold;
}

.rock-salt {
  font-family: "Rock Salt", sans-serif;
  font-size: 1.2em;
  text-align: center;
}

.highlight {
  background: #ffffcc;
  padding: 0px 4px;
}

/* #4 Form
================================================== */
input[type=email],
input[type=text] {
  font-family: "Open Sans", sans-serif;
  width: 83.5%;
  margin-bottom: 0.625em;
  font-size: 1em;
  padding: 2.5% 3%;
  padding-right: 13%;
  border: solid 1px #ddd;
  background: #f9f9f9;
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=email]:focus,
input[type=text]:focus {
  outline: none;
  box-shadow: 0px 0px 4px 0px rgba(255, 196, 0, 0.75);
  border: 1px solid #ffaf00;
}

.cta {
  border-radius: 3px;
  text-decoration: none;
  border: solid 1px #ff9c00;
  padding: 0.625em 0.2em;
  letter-spacing: -1px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  /*was 1.5*/
  background: #ffaf00;
  display: block;
  margin-bottom: 1em;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffaf00), to(#ff9c00));
  background: -webkit-linear-gradient(top, #ffaf00, #ff9c00);
  background: -moz-linear-gradient(top, #ffaf00, #ff9c00);
  background: -ms-linear-gradient(top, #ffaf00, #ff9c00);
  background: -o-linear-gradient(top, #ffaf00, #ff9c00);
  text-align: center;
}

.cta-wraper {
  width: 18em;
}

.sales-page .cta {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.85em;
  padding: 0.5em 0.75em;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffaf00), to(#ff9c00));
  background: -webkit-linear-gradient(top, #ffaf00, #ff9c00);
  background: -moz-linear-gradient(top, #ffaf00, #ff9c00);
  background: -ms-linear-gradient(top, #ffaf00, #ff9c00);
  background: -o-linear-gradient(top, #ffaf00, #ff9c00);
  /* text-shadow: 1px 1px 1px rgba(255,255,255,.4); */
  border: solid 1px #ff9c00;
  text-transform: uppercase;
}

.cta:hover {
  background: #ff9c00;
}

.cta:active {
  border: 1px #ff9c00 solid;
  background: #ff9c00;
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

button {
  width: 100%;
  cursor: pointer;
}

/* #5 Clearing and Misc
================================================== */
img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.middle {
  margin: 0px auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* Self Clearing Floats */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* #6 Responsive
================================================== */
.show {
  display: none;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 80%;
  }

  .wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-wrap {
    padding: 0px 1em;
  }

  .full {
    width: 100%;
  }

  .panel {
    margin-top: 0px;
  }

  .footer .copyright,
.footer .links {
    text-align: center;
  }

  h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 650px) {
  .narrow,
.wide,
.one-half,
.golden-a,
.golden-b {
    width: 100%;
  }

  h1 {
    font-size: 2em;
    font-weight: 900;
  }

  form {
    padding: 0px;
  }

  .hide {
    display: none;
  }

  .show {
    display: inline;
  }
}
/* Theme: SMW
  Here I'll add in the styles and colors that will theme the entire launch site
*/
/* 
Style in the head
==============================*/
body {
  color: #111111;
  font-family: "Proxima Nova", serif;
  font-size: 1.2em;
}

h1, h2, h3 {
  color: #000;
}

.hero .cta-wraper {
  width: 100%;
}

.red {
  color: #c4131c;
}

.row {
  padding: 2em 0px;
}

.inner-wrap {
  max-width: 48.75em;
  padding: 2em auto;
}

.large-bull {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  display: block;
  border-radius: 9999px;
  border: 1px solid #fa5c2f;
  width: 60px;
  color: #fa5c2f;
}

.media {
  margin: 0px;
}

.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.media .media-image {
  float: left;
  margin-right: 1.25em;
}

.media .media-image img {
  display: block;
}

.media .media-imageExt {
  float: right;
  margin-left: 1.25em;
}

.yes {
  list-style-type: none;
}

.yes li:before {
  content: "✔ ";
  margin-left: -1em;
  margin-right: 0.1em;
  color: #fa5c2f;
}

.orange {
  color: #fa5c2f;
}

.cta-wraper {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .sales-page .cta, .cta-wraper a {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.sales-page .cta, .cta-wraper a {
  display: inline-block;
}

.sales-page .cta {
  font-size: 2em;
}

.sales-page .text-cta {
  font-size: 2em;
}

@media screen and (max-width: 800px) {
  p {
    padding: 0 15px;
  }
}
/**************************\
    Basic Modal Styles
  \**************************/
.close {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  width: 60px;
  line-height: 25px;
  display: block;
  background-color: purple;
  border-radius: 0 0 0 4px;
  font-size: 13px;
  color: white;
  text-align: center;
}

.modal__overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  z-index: 7;
}

.modal-content {
  background-color: #fff;
  overflow-x: hidden;
  /*padding: 30px;*/
  max-width: 500px;
  max-height: 100vh;
  /*border-radius: 4px;*/
  /*overflow-y: auto;*/
  /*box-sizing: border-box;*/
  border: 3px solid purple;
}

.modal-header {
  position: relative;
  margin: 0;
  padding: 0;
}
.modal-header .yes-james {
  display: block;
}
.modal-header .gac-logo {
  display: none;
  position: absolute;
  width: 120px;
  bottom: -50px;
  left: 50%;
  margin-left: -60px;
}

.modal-body {
  padding: 20px 20px 5px 20px;
  border-top: 3px solid purple;
}

.modal__header .modal__close:before {
  content: "✕";
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal-content {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=welcome-modal] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=welcome-modal] .modal-content {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal-content,
.modal .modal__overlay {
  will-change: transform;
}

/* Colors
   ========================================================================== */
/* Gradient
   ========================================================================== */
/* virtual coach gradient */
.video {
  box-shadow: 2px 2px 50px rgba(27, 183, 230, 0.6);
  box-shadow: 2px 2px 40px rgba(171, 27, 230, 0.6);
  box-shadow: 2px 2px 40px rgba(241, 99, 96, 0.6);
  box-shadow: 2px 2px 50px rgba(27, 183, 230, 0.6);
  max-width: 1000px;
  margin: 1.4em auto 1.4em auto;
  position: relative;
}

.sound-on {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 18px;
  line-height: 35px;
  height: 35px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #67BCF4 0%, #38A5ED 100%);
  color: white;
  text-align: center;
}

/* ========================================================================== 
   New style from 2020 launhc
   ========================================================================== */
/* Typography
   ========================================================================== */
body {
  font-family: "Proxima Nova Prod", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  body {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 22px;
  }
}

.orange {
  color: #ed5961;
}

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.4;
}

h1 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1;
}

p, ul {
  letter-spacing: -0.02em;
}

ul li {
  line-height: 1.4;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .hide-mobile {
    display: none;
  }
}

a {
  color: #ff4800;
}

a.no-thanks {
  color: #999;
  text-decoration: underline;
}

.button {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  padding: 1.2em 1.7em 1em 1.7em;
  box-sizing: border-box;
  border-radius: 5px;
  color: #430F55;
  outline: none;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  text-shadow: 0.554217px 1.10843px 1.10843px rgba(255, 255, 255, 0.5);
  border: 1px solid #A11FB6;
  width: 100%;
  box-shadow: inset 3px 3px 4px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  background-image: linear-gradient(180deg, #FFD874 0%, #FF7D34 112.46%);
}
.button:hover {
  transform: scale(1.05);
}

.value {
  display: inline-block;
  color: white;
  padding: 0.1em 1em;
  border-radius: 5px;
  font-size: 0.8em;
  font-weight: 400;
}

/* Clikables
   ========================================================================== */
.image-button {
  cursor: pointer;
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 0 auto;
  outline: none;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.image-button:hover {
  transform: scale(1.05);
}

/* Container
   ========================================================================== */
.inner-wrap {
  max-width: 700px;
}
.inner-wrap.wide-container {
  max-width: 1200px;
}

/* Gradient
   ========================================================================== */
.gradient-bg-1 {
  background-image: radial-gradient(circle, #ff6076 0%, #ff925d 100%);
}

.gradient-1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-1 {
  background-image: radial-gradient(circle, #ff6076 0%, #ff925d 100%);
}

/* Elements
   ========================================================================== */
.hot-bar {
  padding: 0.625em 0px;
  margin-bottom: 0px;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.bonus-panel h2 {
  margin-bottom: 1.2em;
}

.panel {
  padding: 1em;
}
@media screen and (min-width: 800px) {
  .panel {
    padding: 3em;
  }
}

.large-bull {
  font-size: 2em;
  height: 60px;
  line-height: 60px;
}

.bonus, .guarantee-badge {
  margin: 1em auto;
  display: block;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .bonus, .guarantee-badge {
    width: 45%;
    margin: 0 0 1em 1em;
    float: right;
  }
}

.guarantee-badge {
  max-width: 200px;
}

.footer {
  max-width: 60em;
  margin: 2em 0 0.5em 0;
}

.modal-body {
  padding: 0 2em;
  border-top: none;
}
@media screen and (min-width: 900px) {
  .modal-body {
    padding: 0 2em;
  }
}

.close {
  background-color: #e45b5b;
  text-decoration: none;
}

.modal-content {
  max-width: 800px;
  padding-bottom: 2em;
  border: 3px solid #e45b5b;
}
.modal-content h1 {
  color: white;
  padding: 1em 0.5em 0.7em 0.5em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.tick {
  font-size: 1rem;
  white-space: nowrap;
  font-family: arial, sans-serif;
  max-width: 540px;
  margin: 1em auto 3.5em auto;
}

.tick-credits {
  display: none;
}

.tick-flip, .tick-text-inline {
  font-size: 2.5em;
}

.tick-label {
  margin-top: 1em;
  font-size: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.tick-text-inline {
  color: #5a5d63 !important;
}

.tick-label {
  color: #5a5d63 !important;
}

.tick-flip-panel {
  color: white !important;
}

.tick-flip {
  font-family: !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: #3b3d3b !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}
