* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}
body {
    line-height: 1;
    color: #000;
    background: #fff
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
a img {
    border: none
}
body {
    background-color: #fff;
    font-family: 'AvenirNextLTW01-Regular', Helvetica, Arial, sans-serif
}
.wrap-outer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%
}
.wrap-inner {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.wrap-inner:before,
.wrap-inner:after {
    content: "";
    display: table
}
.wrap-inner:after {
    clear: both
}
h1,
h2,
h3 {
    text-rendering: optimizeLegibility
}
p {
    line-height: 1.4
}
a,
a:link,
a:active,
a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.nowrap {
    white-space: nowrap
}
.text-input {
    border-radius: 4px;
    border: none;
    display: block;
    font-family: 'Avenir Next LT W01 Demi', Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    max-width: 268px;
    padding: 10px;
    outline: none
}
.spinexplorer-icon {
    background: url("/assets/images/spinexplorer/spinexplorer-icon@2x.png") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    height: 116px;
    width: 115px
}
.app-store-button {
    background: url("/assets/images/app-store-badge.png") no-repeat;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    width: 135px;
}
.app-store-button:hover {
    background-position: right
}
.app-icon img {
    max-width: 150px;
    margin: 1em
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .app-store {
        background-image: url("/assets/images/app-store-badge@2x.png");
        -webkit-background-size: 270px 40px;
        -moz-background-size: 270px 40px;
        background-size: 270px 40px
    }
}
.spinner {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    background-image: url("/assets/images/spinexplorer/buttons/loading-spinner.svg");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    margin: 0 auto;
    overflow: hidden;
    width: 54px;
    height: 54px;
}
.spinner.hidden {
    display: none
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.features-banner-section {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    width: 100%;
}
.features-banner-section .section-inner {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.features-banner-section .section-inner:before,
.features-banner-section .section-inner:after {
    content: "";
    display: table
}
.features-banner-section .section-inner:after {
    clear: both
}
.features-banner-section .feature-title .product-headline-container .product-headline {
    color: #66625b;
    font-size: 1.5em;
    line-height: 1.4;
    text-align: center
}
@media screen and (min-width: 37.5em) {
    .features-banner-section .feature-title .product-headline-container .product-headline {
        font-size: 1.75em
    }
}
@media screen and (min-width: 56.25em) {
    .features-banner-section .feature-title .product-headline-container .product-headline {
        font-size: 2.25em
    }
}
@media screen and (min-width: 75em) {
    .features-banner-section .feature-title .product-headline-container .product-headline {
        font-size: 2.5em
    }
}
.features-banner-section .feature-row {
    padding-top: 5rem;
}
.features-banner-section .feature-row.spinexplorer-features {
    padding-top: 2.5rem
}
.features-banner-section .feature-row .feature {
    color: #66625b;
    text-align: center;
}
.features-banner-section .feature-row .feature .feature-image {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.features-banner-section .feature-row .feature .feature-image img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 50px;
    padding: 2em 1em;
    max-width: 100%
}
.features-banner-section .feature-row .feature .feature-copy .feature-headline {
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.1875;
    margin: 0
}
@media screen and (min-width: 37.5em) {
    .features-banner-section .feature-row .feature .feature-copy .feature-headline {
        font-size: 1.375em
    }
}
@media screen and (min-width: 56.25em) {
    .features-banner-section .feature-row .feature .feature-copy .feature-headline {
        font-size: 1.625em
    }
}
.features-banner-section .feature-row .feature .feature-copy .feature-description {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding-top: .3125em
}
@media screen and (min-width: 37.5em) {
    .features-banner-section .feature-row .feature .feature-copy .feature-description {
        font-size: 1.125em
    }
}
.features-banner-section .feature-row .feature .plus {
    display: none
}
.features-banner-section .download-row {
    color: #66625b;
    padding-top: 4em;
    text-align: center;
}
.features-banner-section .download-row .download-headline {
    font-size: 1.25em;
    line-height: 1.2;
}
@media screen and (min-width: 37.5em) {
    .features-banner-section .download-row .download-headline {
        font-size: 1.375em
    }
}
@media screen and (min-width: 56.25em) {
    .features-banner-section .download-row .download-headline {
        font-size: 1.625em
    }
}
@media screen and (min-width: 37.5em) {
    .features-banner-section .feature-row {
        display: block;
        font-size: 0;
        margin-left: -2.5%;
        margin-right: -2.5%;
        width: 105%;
    }
    .features-banner-section .feature-row .feature {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        padding: 1rem 0;
        text-align: left;
    }
    .features-banner-section .feature-row .feature .feature-image {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 20%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex
    }
    .features-banner-section .feature-row .feature .feature-copy {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 70%
    }
}
@media screen and (min-width: 56.25em) {
    .features-banner-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .features-banner-section .feature-row {
        display: block;
        font-size: 0;
        margin-left: -1.666666666666667%;
        margin-right: -1.666666666666667%;
        width: 103.33333333333333%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
    }
    .features-banner-section .feature-row .feature {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 30%;
        padding: 0;
        position: relative;
        text-align: center;
    }
    .features-banner-section .feature-row .feature .feature-image {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 96.66666666666667%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex
    }
    .features-banner-section .feature-row .feature .feature-copy {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 96.66666666666667%
    }
    .features-banner-section .feature-row .feature .plus {
        background: url("/assets/images/spinexplorer/features/plus.png") no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        display: inline;
        height: 30px;
        overflow: visible;
        position: absolute;
        top: 15%;
        width: 30px
    }
}
@media screen and (min-width: 75em) {
    .features-banner-section .feature-title {
        display: block;
        font-size: 0;
        margin-left: -1.25%;
        margin-right: -1.25%;
        width: 102.5%;
    }
    .features-banner-section .feature-title .product-headline-container {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 72.5%;
        margin-left: 13.75%;
    }
    .features-banner-section .feature-row {
        display: block;
        font-size: 0;
        margin-left: -1.25%;
        margin-right: -1.25%;
        width: 102.5%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
    }
    .features-banner-section .feature-row .feature {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 22.5%;
    }
    .features-banner-section .feature-row .feature:first-child {
        margin-left: 13.75%;
    }
    .features-banner-section .feature-row .feature:last-child {
        margin-right: 13.75%
    }
}
.touch .spinexplorer-promo-video {
    display: none
}
.promo-video-container {
    margin: 0;
    width: 100%;
}
.promo-video-container .video-frame {
    background: url("/assets/images/spinexplorer/video-poster.jpg") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.promo-video-container .video-frame.playing {
    background-image: none;
}
.promo-video-container .video-frame.playing .watch-video {
    display: auto
}
.promo-video-container .video-frame.playing #promo-video {
    display: block
}
.promo-video-container .video-frame .watch-video {
    -webkit-background-size: 170.66666666666666px;
    -moz-background-size: 170.66666666666666px;
    background-size: 170.66666666666666px;
    margin: 0 auto;
    padding: 0;
    width: 100%
}
.promo-video-container .video-frame #promo-video {
    display: none
}
.promo-video-container .flex-video {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden
}
.promo-video-container .flex-video.widescreen {
    padding-bottom: 57.25%
}
.promo-video-container .flex-video.vimeo {
    padding-top: 0
}
.promo-video-container .flex-video iframe,
.promo-video-container .flex-video object,
.promo-video-container .flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
@media screen and (min-width: 37.5em) {
    .promo-video-container {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 95%;
    }
    .promo-video-container .video-frame .watch-video {
        -webkit-background-size: 256px;
        -moz-background-size: 256px;
        background-size: 256px
    }
}
@media screen and (min-width: 56.25em) {
    .promo-video-container {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 96.66666666666667%
    }
}
@media screen and (min-width: 75em) {
    .promo-video-container {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 72.5%;
        margin-left: 13.75%;
        margin-right: 13.75%
    }
}
header.index-header .header-grid-inner.flex {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
header.index-header .header-grid-inner.flex .logo-wrapper h1.logo a {
    height: auto;
    width: auto;
}
header.index-header .header-grid-inner.flex .logo-wrapper h1.logo a img {
    height: 36px;
    width: 36px
}
header.index-header .header-grid-inner.flex .user-actions {
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
}
header.index-header .header-grid-inner.flex .user-actions .header-buttons {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    letter-spacing: .05em;
}
header.index-header .header-grid-inner.flex .user-actions .header-buttons a {
    color: #fff;
    margin-right: 0;
    text-transform: uppercase;
    font-family: 'AvenirNextLTW01-Regular', Helvetica, Arial, sans-serif;
    font-size: .8125rem;
}
header.index-header .header-grid-inner.flex .user-actions .header-buttons a.outline-button {
    border: solid 1px #fff;
    line-height: 30px;
    min-width: 120px;
    padding: 0;
}
header.index-header .header-grid-inner.flex .user-actions .header-buttons a.outline-button:hover {
    background: transparent
}
header.index-header .header-grid-inner.flex .user-actions .download-button {
    display: none
}
@media screen and (min-width: 37.5em) {
    header.index-header .header-grid-inner.flex .user-actions {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 70%;
        margin-left: 27.5%;
    }
    header.index-header .header-grid-inner.flex .user-actions .download-button {
        display: block
    }
    header.index-header .header-grid-inner.flex .user-actions .header-buttons a.sign-in {
        margin-right: 1em
    }
    header.index-header .header-grid-inner.flex .logo-wrapper h1.logo a img {
        height: 53px;
        width: 53px
    }
}
@media screen and (min-width: 56.25em) {
    header.index-header .header-grid-inner.flex .user-actions {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 30%;
        margin-left: 51.666666666666664%;
    }
}
@media screen and (min-width: 75em) {
    header.index-header .header-grid-inner.flex .user-actions {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 22.5%;
        margin-left: 63.75%;
    }
}
.index-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    background-color: transparent;
    min-height: 0;
    padding-top: 21px;
    position: relative;
    width: 100%;
}
.index-header .header-grid-outer {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.index-header .header-grid-outer:before,
.index-header .header-grid-outer:after {
    content: "";
    display: table
}
.index-header .header-grid-outer:after {
    clear: both
}
.index-header .header-grid-inner {
    display: block;
    font-size: 0;
    margin-left: -5%;
    margin-right: -5%;
    width: 110%
}
.index-header .logo-wrapper {
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 40%
}
.index-header h1 {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    height: auto;
    margin-top: 0;
    width: auto;
}
.index-header h1 a {
    display: block;
    font-size: 0;
    height: 53px;
    width: 53px
}
.index-header nav {
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    vertical-align: top
}
.index-header .social-icons {
    height: 53px;
    text-align: right;
}
.index-header .social-icons a {
    vertical-align: 50%
}
.index-header .social-icons .icon-social {
    -webkit-background-size: 30px;
    -moz-background-size: 30px;
    background-size: 30px;
    height: 30px;
    width: 30px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.index-header .social-icons .icon-social:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none
}
.index-header .social-icons .icon-facebook-light,
.index-header .social-icons .icon-facebook-dark {
    margin-right: 8px
}
.hero-wrap {
    height: 100%;
    min-height: 480px;
    overflow: visible;
    position: relative;
    background: url("/assets/images/home-bg-dark.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top center
}
.hero-video {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hero-video.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.hero-video span {
    color: #403d39;
}
.hero-video span.think-strong {
    display: block;
    font-family: 'Avenir Next LT W01 Bold', Helvetica, Arial, sans-serif
}
.hero-video span.bold-mix-headline {
    font-family: 'Avenir Next LT W01 Bold', Helvetica, Arial, sans-serif;
    display: inline;
    font-size: 1em
}
.hero-video img.alternative {
    height: auto;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    z-index: 0
}
.mix-copy {
    display: block;
    margin: 0 auto;
}
.mix-copy h1 {
    text-align: center;
    text-transform: uppercase;
}
.mix-copy h1 a,
.mix-copy h1 a:active,
.mix-copy h1 a:visited {
    color: #fff
}
.mix-copy h1 strong {
    display: block
}
.mix-copy h1 span {
    display: block;
    font-size: 1.875em
}
.spinexplorer-homepage-subtitle {
    line-height: 1.25em;
    color: #fff;
    margin: 2.25em 1em;
    text-align: center
}
.button-group {
    margin-top: 40px;
    padding: 0;
    text-align: center;
}
.button-group .button {
    display: block;
    margin: 0 auto 16px
}
@media screen and (min-width: 37.5em) {
    header.index-header .header-grid-inner {
        display: block;
        font-size: 0;
        margin-left: -2.5%;
        margin-right: -2.5%;
        width: 105%
    }
    header.index-header .logo-wrapper {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 20%
    }
    header.index-header nav {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 20%;
        margin-left: 52.5%;
    }
    .mix-copy h1 strong {
        font-size: 3.125em
    }
    .mix-copy h1 span {
        font-size: 2.875em
    }
    .spinexplorer-homepage-subtitle {
        font-size: 1.25em;
        margin: 1.25em 1em
    }
    .button-group .button {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 12px;
    }
    .button-group .button:last-child {
        margin-right: 0
    }
}
@media screen and (min-width: 56.25em) {
    header.index-header .header-grid-inner {
        display: block;
        font-size: 0;
        margin-left: -1.666666666666667%;
        margin-right: -1.666666666666667%;
        width: 103.33333333333333%
    }
    header.index-header .logo-wrapper {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 13.333333333333334%
    }
    header.index-header nav {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 13.333333333333334%;
        margin-left: 68.33333333333334%;
    }
    .mix-copy h1 strong {
        font-size: 4.5em
    }
    .mix-copy h1 span {
        font-size: 4.5em
    }
    .spinexplorer-homepage-subtitle {
        font-size: 1.5em;
        margin: 1.25em auto;
        max-width: 80%
    }
}
@media screen and (min-width: 75em) {
    header.index-header .header-grid-inner {
        display: block;
        font-size: 0;
        margin-left: -1.25%;
        margin-right: -1.25%;
        width: 102.5%
    }
    header.index-header .logo-wrapper {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 10%
    }
    header.index-header nav {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 10%;
        margin-left: 51.25%;
    }
    .spinexplorer-homepage-subtitle {
        max-width: 800px
    }
}
.section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 50px;
    padding-top: 50px
}
.section-inner {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.section-inner:before,
.section-inner:after {
    content: "";
    display: table
}
.section-inner:after {
    clear: both
}
.header .title {
    color: #252422;
    font-size: 2.25em;
    text-transform: uppercase;
    color: inherit;
    font-family: 'AvenirNextLTW01-Regular', Helvetica, Arial, sans-serif
}
@media screen and (min-width: 37.5em) {
    .header .title {
        font-size: 3em;
        line-height: 1.1
    }
}
@media screen and (min-width: 56.25em) {
    .header .title {
        font-size: 4.5em;
        line-height: 1.05
    }
}
@media screen and (min-width: 75em) {
    .header .title {
        font-size: 4.5em;
        line-height: 1.05
    }
}
.header .subtitle {
    font-size: 1.25em;
    line-height: 1.2;
    line-height: 1.4;
    margin-top: 18px
}
@media screen and (min-width: 37.5em) {
    .header .subtitle {
        font-size: 1.375em
    }
}
@media screen and (min-width: 56.25em) {
    .header .subtitle {
        font-size: 1.625em
    }
}
.header strong {
    font-family: 'Avenir Next LT W01 Bold', Helvetica, Arial, sans-serif
}
.copy .title {
    font-size: 1.25em;
    line-height: 1.2;
    font-family: 'Avenir Next LT W01 Demi', Helvetica, Arial, sans-serif;
    line-height: 1.2
}
@media screen and (min-width: 37.5em) {
    .copy .title {
        font-size: 1.375em
    }
}
@media screen and (min-width: 56.25em) {
    .copy .title {
        font-size: 1.625em
    }
}
.copy .subtitle {
    font-size: 1em;
    line-height: 1.4;
    margin-top: .375em
}
@media screen and (min-width: 37.5em) {
    .copy .subtitle {
        font-size: 1.125em
    }
}
.copy .info {
    margin-bottom: .5em;
    margin-top: .5em
}
@media screen and (min-width: 37.5em) {
    .section {
        padding-bottom: 100px
    }
    .copy .info {
        margin-bottom: 1em;
        margin-top: .5em
    }
}
@media screen and (min-width: 56.25em) {
    .section {
        padding-bottom: 100px;
        padding-top: 100px
    }
}
.vjs-control-bar,
.vjs-text-track-display {
    display: none
}
.no-touch .hero-section #hero-video {
    background: #000
}
.hero-section {
    background: #0a0b0b no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.touch .hero-section {
    background-image: url("/assets/images/spinexplorer/1.gif");
    height: 530px;
}
.touch .hero-section .spinner {
    display: none
}
.hero-section.isPlaying {
    background-image: none
}
.no-touch .hero-section #hero-video:before {
    background-image: url("/assets/images/spinexplorer/1.gif");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    content: '';
    height: 100%;
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    position: absolute;
    width: 100%
}
.hero-section.isPlaying #hero-video:before {
    background-image: none
}
.hero-section .video {
    height: 100%;
    min-height: 450px;
    overflow: visible;
    position: relative;
}
.hero-section .video #big-video-wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}
.hero-section .section-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    height: 100%;
    max-width: none
}
.hero-section .index-header {
    position: absolute
}
.hero-section .intro {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    height: 100%
}
.hero-section .intro:before,
.hero-section .intro:after {
    content: "";
    display: table
}
.hero-section .intro:after {
    clear: both
}
.hero-section .header-outer {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%
}
.touch .hero-section .header-outer {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.touch .hero-section .header-outer .header {
    margin-bottom: 5em
}
.no-touch .hero-section .header .title-hero .product-spinexplorer-logo {
    -webkit-background-size: 240px;
    -moz-background-size: 240px;
    background-size: 240px;
    margin-bottom: .75em
}
.hero-section .header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: relative;
    text-align: center;
    z-index: 1;
}
.hero-section .header .title-hero {
    margin: 0 auto;
}
.hero-section .header .title-hero h1 {
    color: #fff;
    font-family: 'AvenirNextLTW01-Regular', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}
@media screen and (min-width: 37.5em) {
    .hero-section .header .title-hero h1 {
        font-size: 2.25em;
        line-height: 1.1
    }
}
@media screen and (min-width: 56.25em) {
    .hero-section .header .title-hero h1 {
        font-size: 3em;
        line-height: 1.05
    }
}
.hero-section .header .title-hero .product-spinexplorer-logo {
    background: url("/assets/images/spinexplorer/spinexplorer-headline.svg") no-repeat center center;
    -webkit-background-size: 280px;
    -moz-background-size: 280px;
    background-size: 280px;
    color: transparent;
    height: 150px;
    margin-bottom: 3em
}
.touch .hero-section .header .title-hero .preroll {
    display: none
}
.hero-section .header .title-hero .postroll {
    display: none;
}
.touch .hero-section .header .title-hero .postroll {
    display: none !important
}
.hero-section .header .title-hero .paused-state {
    display: none;
}
.touch .hero-section .header .title-hero .paused-state {
    display: none !important
}
.hero-section .header .title-hero .cta-spinexplorer-touch {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hero-section .header .title-hero .cta-spinexplorer-touch a.caps-button.svg-button,
.hero-section .header .title-hero .cta-spinexplorer-touch a.caps-button.watch-video-black {
    max-width: inherit;
    width: auto
}
.no-touch .hero-section .header .title-hero .cta-spinexplorer-touch {
    display: none
}
.touch .hero-section .button {
    text-shadow: 0 0 1em #11100f
}
.hero-section .download-spinexplorer-button {
    background: url("/assets/images/spinexplorer/app-store-badge.svg") no-repeat center;
    -webkit-background-size: 135px 40px;
    -moz-background-size: 135px 40px;
    background-size: 135px 40px;
    margin: 30px auto 0;
    display: block;
    height: 40px;
    width: 135px
}
@media screen and (min-width: 37.5em) {
    .hero-section {
        position: relative;
        height: 700px;
        background-position: center;
        color: #fff;
        overflow: hidden;
    }
    .hero-section .video {
        min-height: 700px
    }
    .hero-section .header-outer {
        height: 100%
    }
    .hero-section .header {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 95%;
    }
    .hero-section .header .title-hero .product-spinexplorer-logo {
        -webkit-background-size: 300px;
        -moz-background-size: 300px;
        background-size: 300px;
        height: 180px;
        margin-bottom: .75em
    }
    .hero-section .button-group {
        max-width: none;
    }
    .hero-section .button-group .button {
        display: inline-block;
        margin-right: 12px;
        margin-top: 0;
    }
    .hero-section .button-group .button:last-child {
        margin-right: 0
    }
    .hero-section .button-group .download-button {
        display: inline-block
    }
    .hero-section .download-spinexplorer-button {
        bottom: 170px;
        margin-top: 0;
        position: absolute
    }
    .touch .hero-section .header-outer {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
    .touch .hero-section {
        background-image: url("/assets/images/spinexplorer/1.gif");
        height: 720px
    }
    .no-touch .hero-section .header .title-hero .product-spinexplorer-logo {
        -webkit-background-size: 470px;
        -moz-background-size: 470px;
        background-size: 470px
    }
    .touch .hero-section .header-outer .header {
        margin-bottom: 6em;
    }
    .touch .hero-section .header-outer .header .title-hero .product-spinexplorer-logo {
        -webkit-background-size: 470px;
        -moz-background-size: 470px;
        background-size: 470px
    }
}
@media screen and (min-width: 56.25em) {
    .hero-section {
        height: 600px;
    }
    .hero-section .video {
        min-height: 450px
    }
    .hero-section .header {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 96.66666666666667%;
    }
    .hero-section .header .subtitle {
        display: block;
        margin-top: 20px
    }
    .hero-section .button-group {
        margin-top: 30px
    }
    .hero-section .download-spinexplorer-button {
        bottom: 260px
    }
}
@media screen and (min-width: 75em) {
    .hero-section {
        height: 80vh;
        max-height: 900px;
    }
    .hero-section .header {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 72.5%;
        margin-left: 13.75%;
        margin-right: 13.75%
    }
}
@media screen and (min-width: 112.5em) {
    .hero-section {
        height: 95vh;
        max-height: 1200px
    }
}
.spinfun-section-link:hover .shop-spinfun {
    opacity: 1;
    -ms-filter: none;
    filter: none
}
.spinfun-section {
    background-color: #f9f9f7;
    color: #66625b;
    padding-top: 75px;
    position: relative;
}
.spinfun-section:before {
    background: url("/assets/images/spinexplorer/spinfun-light-bg.jpg") no-repeat;
    background-position: 50% bottom;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    background-size: 150%;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}
.spinfun-section.spinfun-think .info {
    margin-top: 2em
}
.spinfun-section .subsection {
    position: relative;
    z-index: 1
}
.spinfun-section a.link {
    color: inherit;
}
.spinfun-section a.link:hover i.chevron.white {
    background-position: -2px -562px
}
.spinfun-section i.chevron.white {
    background-position: -2px -562px;
    height: 18px
}
.spinfun-section .spinfun-sale-badge {
    display: none
}
.spinfun-section .copy .spinfun-headline.title {
    background: url("/assets/images/spinexplorer/spinfun-headline.svg") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    color: transparent;
    height: 2.3em;
    margin-bottom: 1.25em
}
.spinfun-section .copy .subtitle {
    color: #66625b;
    font-size: 1.5em;
    line-height: 1.4;
    text-align: center
}
@media screen and (min-width: 37.5em) {
    .spinfun-section .copy .subtitle {
        font-size: 1.75em
    }
}
@media screen and (min-width: 56.25em) {
    .spinfun-section .copy .subtitle {
        font-size: 2.25em
    }
}
@media screen and (min-width: 75em) {
    .spinfun-section .copy .subtitle {
        font-size: 2.5em
    }
}
.spinfun-section .copy .info .shop-spinfun {
    max-width: 256px;
    display: block;
    margin: 1em auto 50vw
}
@media screen and (min-width: 37.5em) {
    .spinfun-section {
        padding-top: 75px;
    }
    .spinfun-section .subsection {
        display: block;
        font-size: 0;
        margin-left: -2.5%;
        margin-right: -2.5%;
        width: 105%
    }
    .spinfun-section:before {
        background-position: center bottom;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain
    }
    .spinfun-section .copy {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 95%;
    }
    .spinfun-section .copy .info .shop-spinfun {
        margin: 2em auto 10em;
        max-width: 256px
    }
}
@media screen and (min-width: 56.25em) {
    .spinfun-section {
        padding-bottom: 0;
        padding-top: 100px;
    }
    .spinfun-section:before {
        background-position: center bottom;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain
    }
    .spinfun-section .copy {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 96.66666666666667%;
    }
    .spinfun-section .copy .spinfun-headline.title {
        height: 3em
    }
    .spinfun-section .copy .info {
        margin: 30vw auto 6em auto;
    }
    .spinfun-section .copy .info .shop-spinfun {
        margin: 0 auto
    }
}
@media screen and (min-width: 75em) {
    .spinfun-section .copy {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 72.5%;
        margin-left: 13.75%;
        margin-right: 13.75%;
    }
    .spinfun-section .copy .info {
        margin: 20vw auto 6em auto
    }
    .spinfun-section .caps-button.shop-spinfun.sale {
        background: url("/assets/images/spinexplorer/buttons/sale-button-spinfun.svg") no-repeat center center
    }
    .spinfun-section .section-inner {
        position: relative;
    }
    .spinfun-section .section-inner .spinfun-sale-badge {
        position: absolute;
        background: url("/assets/images/spinexplorer/buttons/sale-badge-2015.svg") no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        display: block;
        height: 200px;
        right: 2rem;
        width: 200px
    }
}
