<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Table of contents
==================================================
#1 Reset
#2 Main and Structure
#3 Typography
#4 Form
#5 Footer
#6 Responsive
#7 Clearing and Misc
==================================================
*/

@font-face {
    font-family: 'Metropolis';
    src: url('webfonts/metropolis/Metropolis-Regular.eot');
    src: url('webfonts/metropolis/Metropolis-Regular.eot') format('embedded-opentype'),
    url('webfonts/metropolis/Metropolis-Regular.woff2') format('woff2'),
    url('webfonts/metropolis/Metropolis-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('webfonts/metropolis/Metropolis-RegularItalic.eot');
    src: url('webfonts/metropolis/Metropolis-RegularItalic.eot') format('embedded-opentype'),
    url('webfonts/metropolis/Metropolis-RegularItalic.woff2') format('woff2'),
    url('webfonts/metropolis/Metropolis-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Metropolis';
    src: url('webfonts/metropolis/Metropolis-Bold.eot');
    src: url('webfonts/metropolis/Metropolis-Bold.eot') format('embedded-opentype'),
    url('webfonts/metropolis/Metropolis-Bold.woff2') format('woff2'),
    url('webfonts/metropolis/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('webfonts/metropolis/Metropolis-BoldItalic.eot');
    src: url('webfonts/metropolis/Metropolis-BoldItalic.eot') format('embedded-opentype'),
    url('webfonts/metropolis/Metropolis-BoldItalic.woff2') format('woff2'),
    url('webfonts/metropolis/Metropolis-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* #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;
}

/* #Font Face
================================================== */


/* END font face */

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

input, input[type="email"], input[type="text"] {
    font-family: 'Open Sans', sans-serif;
}

}


/* #2 Main and Structure
================================================== */

body {
    font-family: 'Metropolis', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #333;
    background: #f9f9f9;
    font-weight: 200;
}

.header {
    margin: 0px auto;
    background: #fff;
    margin-bottom: 2.5em;
}

.logo {
    width: 178px;
    display: block;
    float: left;
    margin: 1em 0px;
}

.logo img {
    max-width: 100%;
}

.from {
    width: 60%;
    height: 75px;
    float: right;
    margin: .625em 0px;
}

.from p {
    text-align: right;
    float: right;
    line-height: 75px;
    font-size: 1.25em;
}

.from img {
    float: right;
    margin-left: 10px;
    margin-top: 16px;
}

.from strong {
    color: #ffd401;
    font-weight: bold;
}

.inner-wrap {
    max-width: 48.75em;
    margin: 0px auto;
}

.main {
    margin-bottom: 3.75em;
}

.wide {
    width: 58.97%;
}

.narrow {
    width: 38.46%;
}

.panel {
    background: #fff;
    border: .3125em solid #eee;
    padding: 1.5625em;
}

.one-third .panel {
    border-right: none;
    border-left: none;
}

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

.feature-in {
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    padding: .625em 0px;
    text-align: center;
    position: relative;
}

img.video-thumb {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
    max-width: 50%;
    border-radius: 8px;
}

.one-third {
    width: 33.33%;
    float: left;
}

/* #3 Typography
================================================== */

h1 {
    font-size: 2.4em;
    margin-bottom: .795454545em;
    letter-spacing: -1px;
    font-family: Industry-Ultra, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 strong {
    font-weight: bold;
}

h2 {
    font-family: 'Metropolis', sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 1em;
}

h6 {
    font-family: 'Metropolis', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
}

p.ss-icon {
    font-size: 3em;
    margin-bottom: .1em;
}

p, ul, ol {
    font-family: 'Metropolis', sans-serif;
    margin-bottom: 1.2em;
    line-height: 1.6em;
}

p.privacy {
    text-align: center;
    margin-top: 1em;
    font-size: .75em;
    font-style: italic;
    margin-bottom: 0px;
}

.feature-in p {
    font-size: .8em;
    text-align: center;
    position: absolute;
    top: -12px;
    display: inline-block;
    width: 100%;
    margin: 0px auto;
    color: #7b7b7b;
}

.feature-in p .backing {
    background: #f9f9f9;
    display: inline-block;
    padding: 0px .625em;
}

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

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

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #118eee;
}

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

li strong {
    font-weight: bold;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
}

ul li, ol li {
    font-style: italic;
}

.headline {
    position: relative;
}

.timer-container {
    font-family: 'Metropolis', sans-serif;
    text-align: center;
    margin: 1em 0 1em;
    font-size: 1.6em;
}

.timer-container img {
    margin-right: 10px;
    vertical-align: middle;
    max-height: 35px;
}

#timer {
    display: inline-block;
}


p.handwriting {
    font-family: "Rollerscript-Smooth", sans-serif;
}

/* Start brand colors */

.highlight {
    color: #ffd401;
}

/* #4 Form
================================================== */

input[type="email"], input[type="text"] {
    font-family: 'Open Sans', sans-serif;
    width: 83%;
    margin-bottom: .625em;
    font-size: 1em;
    padding: 3%;
    padding-right: 13%;
    border: solid 1px #ddd;
    background: #f7f7f6;
    box-shadow: inset 0px 0px 4px 1px rgba(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 #ccaa01;
}

input.name {
    background: #f9f9f9 url("images/name.png") no-repeat;
    background-position: right center;
}

input.email {
    background: #f9f9f9 url("images/email.png") no-repeat;
    background-position: right center;
}

button,
.cta {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    border: none;
    background: #ffd401;
    box-shadow: 0px 3px 0px 0px #ccaa01;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    border-radius: 3px;
    padding: .75em;
    cursor: pointer;
    text-decoration: none;
}

button:hover,
.cta:hover {
    background: #dbb706;
}

button:focus,
.cta:focus {
    outline: none;
}

button:active,
.cta:active {
    position: relative;
    top: 3px;
    right: 0px;
    box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .3);
}

.optin-error {
    color: red;
    display: none;
    font-size: .888888889em;
}


/* #5 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;
    }

    .panel {
        margin-top: 0px;
    }

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

    h2 {
        font-size: 1.5em;
    }
}

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

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

    .narrow, .wide {
        width: 100%;
    }

    h1 {
        font-size: 2em;
    }

    form {
        padding: 0px;
    }

    .logo {
        width: 8em;
        padding: 0px;
    }

    br {
        display: none
    }

    .from {
        width: 100%;
        height: auto;
    }

    .header {
        margin-bottom: 1.5em;
    }

    .header .from p {
        line-height: 1.4em;
    }

    .header .from p {
        text-align: center;
        float: none;
    }

    .header .from img {
        display: none;
    }

    .hide {
        display: none;
    }

    .show {
        display: inline;
    }

    img.video-thumb {
        max-width: 80%
    }
}

@media (max-width: 480px) {
    .feature-in p {
        position: relative;
    }
}


/* #6 Clearing and Misc
================================================== */

img {
    max-width: 100%;
}

.headline p {
    margin-bottom: 0px;
}

.headline img {
    width: 443px;
    height: auto;
    margin-bottom: -.4375em;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Media Object */

.media {
    margin: 0px;
}

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

.media .media-image {
    float: left;
    margin-right: 1em;
    max-width: 4.0625em;
}

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

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

.gmail {
    background-color: #f1f1f1;
    padding: 2em 2em 1em 2em;
    margin-bottom: 2em;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

/* Self Clearing Floats */

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
</pre></body></html>