* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}
*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
::-webkit-scrollbar {
    display: none
}
html,
body {
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    min-height: 100%;
    width: 100%
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
ol,
li {
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0
}
iframe,
video,
img {
    max-width: 100%;
    display: block
}
input::-webkit-input-placeholder {
    -webkit-appearance: none;
    border-radius: 0;
    appearance: none;
    color: inherit;
    outline: none;
    font: inherit;
    border: none
}
input::-moz-placeholder {
    -webkit-appearance: none;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    outline: none;
    font: inherit;
    border: none
}
input:-ms-input-placeholder {
    -webkit-appearance: none;
    border-radius: 0;
    appearance: none;
    color: inherit;
    outline: none;
    font: inherit;
    border: none
}
input::-ms-input-placeholder {
    -webkit-appearance: none;
    border-radius: 0;
    appearance: none;
    color: inherit;
    outline: none;
    font: inherit;
    border: none
}
input,
button,
input::placeholder,
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    outline: none;
    font: inherit;
    border: none
}
input::-webkit-input-placeholder:hover,
input::-webkit-input-placeholder:active,
input::-webkit-input-placeholder:focus {
    outline: none
}
input::-moz-placeholder:hover,
input::-moz-placeholder:active,
input::-moz-placeholder:focus {
    outline: none
}
input:-ms-input-placeholder:hover,
input:-ms-input-placeholder:active,
input:-ms-input-placeholder:focus {
    outline: none
}
input::-ms-input-placeholder:hover,
input::-ms-input-placeholder:active,
input::-ms-input-placeholder:focus {
    outline: none
}
input:hover,
input:active,
input:focus,
button:hover,
button:active,
button:focus,
input::placeholder:hover,
input::placeholder:active,
input::placeholder:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus {
    outline: none
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important
}
button {
    background: none;
    cursor: pointer
}
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
@font-face {
    font-family: 'space';
    src: url("../fonts/space-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'space';
    src: url("../fonts/space-bold.woff") format("woff");
    font-style: normal;
    font-weight: bold
}
@font-face {
    font-family: 'space-mono';
    src: url("../fonts/space-mono.woff") format("woff");
    font-style: normal
}
.flex-center,
.block-logo,
.form-success,
.footer .logo,
.copyright,
.social-links,
.social-links .social-link,
.hero-footer,
.hero.tiny,
.hero.fullscreen,
.wheel,
.video,
.nav .container .logo,
.nav .cta .logo,
.nav-right,
.nav-links,
.nav-link,
a.gumroad-button:before,
.link-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.center,
.wheel-circle,
.video img,
.comparison-slider {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}
.center-x {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}
.center-y {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}
.icon {
    vertical-align: middle;
    stroke-width: 1.5px;
    height: 20px;
    width: 20px
}
*::-webkit-selection {
    background-color: #800020;
    color: #fff
}
*::-moz-selection {
    background-color: #800020;
    color: #fff
}
*::selection {
    background-color: #800020;
    color: #fff
}
.hide {
    display: none !important
}
.invisible {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    opacity: 0
}
@media (max-width: 600px) {
    .hide-mobile {
        display: none !important
    }
}
.posts .block:hover .block-img {
    -webkit-transform: translate(40px, 0) scale(0.6) !important;
    -ms-transform: translate(40px, 0) scale(0.6) !important;
    transform: translate(40px, 0) scale(0.6) !important
}
.posts .block-icon {
    -webkit-transform: translate(-40px, 0) scale(0.6);
    -ms-transform: translate(-40px, 0) scale(0.6);
    transform: translate(-40px, 0) scale(0.6);
    height: 30px;
    width: 30px
}
.blocks {
    margin: 40px auto 0 !important
}
.block {
    border: 1px solid #16181A;
    border-bottom: none;
    background: #000;
    position: relative;
    padding: 0 80px;
    display: block;
    height: 180px;
    width: 100%
}
.block:nth-last-child(2) {
    border-bottom: 1px solid #16181A !important
}
.block:hover .block-logo .block-icon {
    -webkit-transform: translate(0) scale(0.99);
    -ms-transform: translate(0) scale(0.99);
    transform: translate(0) scale(0.99);
    opacity: 1
}
.block:hover .block-logo .block-img {
    -webkit-transform: translate(30px, -30px) scale(0.6);
    -ms-transform: translate(30px, -30px) scale(0.6);
    transform: translate(30px, -30px) scale(0.6);
    opacity: 0
}
.block:hover ~ .block-border {
    opacity: 1
}
.block:nth-child(1):hover ~ .block-border {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}
.block:nth-child(2):hover ~ .block-border {
    -webkit-transform: translateY(180px);
    -ms-transform: translateY(180px);
    transform: translateY(180px)
}
.block:nth-child(3):hover ~ .block-border {
    -webkit-transform: translateY(360px);
    -ms-transform: translateY(360px);
    transform: translateY(360px)
}
.block:nth-child(4):hover ~ .block-border {
    -webkit-transform: translateY(540px);
    -ms-transform: translateY(540px);
    transform: translateY(540px)
}
.block:nth-child(5):hover ~ .block-border {
    -webkit-transform: translateY(720px);
    -ms-transform: translateY(720px);
    transform: translateY(720px)
}
.block:nth-child(6):hover ~ .block-border {
    -webkit-transform: translateY(900px);
    -ms-transform: translateY(900px);
    transform: translateY(900px)
}
.block:nth-child(7):hover ~ .block-border {
    -webkit-transform: translateY(1080px);
    -ms-transform: translateY(1080px);
    transform: translateY(1080px)
}
.block:nth-child(8):hover ~ .block-border {
    -webkit-transform: translateY(1260px);
    -ms-transform: translateY(1260px);
    transform: translateY(1260px)
}
.block:nth-child(9):hover ~ .block-border {
    -webkit-transform: translateY(1440px);
    -ms-transform: translateY(1440px);
    transform: translateY(1440px)
}
.block:nth-child(10):hover ~ .block-border {
    -webkit-transform: translateY(1620px);
    -ms-transform: translateY(1620px);
    transform: translateY(1620px)
}
.block-border {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #8F9BA8;
    pointer-events: none;
    position: absolute;
    background: none;
    height: 180px;
    width: 100%;
    opacity: 0;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0
}
.block-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}
.block-title {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 6px
}
.block-logo {
    pointer-events: none
}
.block-icon {
    -webkit-transform: translate(-30px, 30px) scale(0.6);
    -ms-transform: translate(-30px, 30px) scale(0.6);
    transform: translate(-30px, 30px) scale(0.6);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    color: #fff;
    height: 40px;
    width: 40px;
    opacity: 0
}
.block-img {
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}
@media (max-width: 600px) {
    .block,
    .block-inner,
    .block-icon,
    .block-img {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        opacity: 1 !important
    }
    .block {
        border: 1px solid #16181A !important;
        background: #000 !important;
        margin-bottom: 30px;
        padding: 0 34px;
        height: 320px
    }
    .block-inner {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0
    }
    .block-text {
        margin-top: 80px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .block-img {
        width: 24px
    }
    .block-icon {
        border-bottom: 1px solid #16181A;
        border-left: 1px solid #16181A;
        height: 60px !important;
        width: 60px !important;
        padding: 18px;
        color: #8F9BA8;
        right: 0;
        top: 0
    }
    .posts .block:hover .block-img {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}
.form {
    margin: 30px auto 0;
    position: relative;
    height: 60px;
    width: 250px
}
.form-content {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    left: 10px
}
.form-content-hide,
.form-success {
    pointer-events: none;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0
}
.form-success {
    padding-bottom: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    height: 100%;
    width: 100%
}
.form-success p,
.form-success input {
    font-size: 16px;
    color: #fff
}
.form-success p .icon,
.form-success input .icon {
    font-size: 20px
}
.form-success-show {
    pointer-events: all;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
}
input {
    padding: 10px 0 10px 2px;
    caret-color: #800020;
    background: none;
    font-size: 16px !important;
    height: 100%;
    width: 190px
}
input:focus + .cursor {
    opacity: 0
}
input::-webkit-input-placeholder {
    color: #8F9BA8
}
input::-moz-placeholder {
    color: #8F9BA8
}
input:-ms-input-placeholder {
    color: #8F9BA8
}
input::-ms-input-placeholder {
    color: #8F9BA8
}
input::placeholder {
    color: #8F9BA8
}
.submit {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 100%;
    width: 60px
}
.submit .icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: -2px 0 0 0;
    color: #8F9BA8
}
.submit:hover {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    color: #fff !important
}
.submit:hover .icon {
    color: #fff
}
.cursor {
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
    pointer-events: none;
    background: #800020;
    position: absolute;
    height: 24px;
    width: 1px;
    left: -6px;
    top: 18px
}
@keyframes blink {
    from,
    to {
        background: transparent
    }
    50% {
        background: #800020
    }
}
@-webkit-keyframes blink {
    from,
    to {
        background: transparent
    }
    50% {
        background: #800020
    }
}
@media (max-width: 600px) {
    .form,
    input,
    .submit {
        text-align: center;
        width: 100%;
        height: auto
    }
    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px auto 0;
        left: auto
    }
    .form-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: auto
    }
    .submit {
        margin: 20px auto 0
    }
}
.footer .container,
.footer .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.footer .logo {
    padding-bottom: 6px;
    height: 100%;
    width: 100%
}
.footer .icon {
    max-width: none;
    height: 16px;
    width: 16px
}
.footer .nav-links {
    pointer-events: all !important;
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
    width: 100%
}
.footer .nav-links .nav-link {
    border-right: 1px solid #16181A;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.footer .nav-links .nav-link:last-child {
    border-right: none
}
.footer-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #16181A;
    border-bottom: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px
}
.copyright {
    border-right: 1px solid #16181A;
    width: calc(100% / 3);
    padding-bottom: 6px;
    height: 100%
}
.copyright .symbol {
    margin: 0 4px 0 -8px;
    position: relative;
    font-size: 20px;
    top: 4px
}
.social-links {
    border-left: 1px solid #16181A;
    width: calc(100% / 3);
    padding-bottom: 6px;
    height: 100%
}
.social-links .social-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    color: #fff;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.social-links .social-link:first-child {
    padding-left: 30px
}
.social-links .social-link:last-child {
    padding-right: 30px
}
.social-links .social-link:hover {
    opacity: 1 !important
}
.social-links:hover .social-link {
    opacity: 0.4
}
@media (max-width: 600px) {
    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 0 60px;
        height: auto
    }
    .copyright {
        border: none;
        width: 100%;
        padding: 0;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .social-links {
        margin: 20px auto;
        border: none;
        height: 60px;
        width: 80%
    }
    .social-links .social-link {
        padding: 0px 16px
    }
}
.hero {
    position: relative;
    height: 100vh;
    width: 100%
}
.hero .container,
.hero .cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
.hero-title {
    position: relative;
    font-size: 30px;
    max-width: 90%;
    width: 780px
}
.hero-title .typed {
    padding-bottom: 4px;
    color: #8F9BA8
}
.hero-title .typed-cursor {
    opacity: 0.4 !important
}
.hero-icon {
    height: 30px;
    width: 30px
}
.hero-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 60px;
    position: absolute;
    height: 140px;
    width: 100%;
    bottom: 0
}
.hero-footer .icon {
    margin-bottom: 8px
}
.hero.tiny {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: 68px;
    height: 68vh
}
.hero.tiny .icon {
    margin-bottom: 24px;
    color: #8F9BA8
}
.hero.centered .container,
.hero.centered .cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.hero.fullscreen {
    color: #fff
}
@media (max-width: 600px) {
    .hero {
        height: 85vh
    }
    .hero-footer {
        height: 100px
    }
    .hero.tiny {
        padding-top: 40px;
        height: 60vh
    }
    .hero-title {
        font-size: 26px;
        max-width: 85%;
        height: 230px;
        bottom: 0
    }
}
.wheel {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 280px !important;
    width: 280px !important
}
.wheel:hover .wheel-bg {
    opacity: 1
}
.wheel-bg {
    -webkit-animation: spin 120s linear infinite;
    animation: spin 120s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0
}
.wheel-circle {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    background: #000;
    height: 80px;
    z-index: -1;
    width: 80px
}
.wheel.spinning {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.wheel.spinning .wheel-bg {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 1
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.video {
    height: 100%;
    width: 100%
}
.video img {
    height: 80px;
    width: 80px
}
.video iframe {
    pointer-events: none;
    opacity: 0
}
.nav {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: fixed;
    height: 140px;
    width: 100%;
    z-index: 4;
    top: 0
}
.nav .container,
.nav .cta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
.nav .container .logo,
.nav .cta .logo {
    height: 100%
}
.nav-right {
    height: 100%
}
.nav-toggle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 50px
}
.nav-toggle span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    margin: 3px 0;
    height: 1px
}
.nav-toggle span:first-child {
    width: 22px
}
.nav-toggle span:last-child {
    width: 14px
}
.nav-toggle:hover span:last-child {
    width: 22px
}
.nav-toggled span {
    margin: 0
}
.nav-toggled span:last-child {
    pointer-events: none;
    opacity: 0
}
.nav-links {
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background: #000;
    position: relative;
    z-index: 6;
    opacity: 0
}
.nav-links-show {
    pointer-events: all;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
}
.nav-links,
.nav-link {
    height: 100%
}
.nav-link {
    padding: 0 24px
}
.nav-inactive {
    text-decoration: line-through;
    pointer-events: none;
    color: #8F9BA8
}
.nav-scrolled {
    background: #000;
    height: 80px
}
@media (max-width: 600px) {
    .nav {
        height: 80px
    }
    .nav-links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 20px;
        background: #000;
        position: fixed;
        padding: 0 26px;
        height: 60px;
        width: 100%;
        z-index: -1;
        left: 0;
        top: 0
    }
    .nav-links .nav-link {
        padding: 0
    }
    .nav-links-show {
        top: 80px
    }
}
/* .presets {
    padding-top: 40px
}
.preset {
    margin-bottom: 80px;
    position: relative;
    height: 680px;
    width: 100%
}
.preset:last-child {
    margin: 0
}
.preset-title {
    pointer-events: none;
    position: absolute;
    font-size: 16px;
    color: #fff;
    bottom: 30px;
    right: 40px;
    z-index: 2
}
.preset-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}
.before-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: auto
}
.before-wrapper:before {
    display: block;
    height: 100%;
    width: 100%;
    content: ''
}
.after-wrapper {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}
.after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    display: block;
    height: 100%;
    width: auto
}
.comparison-slider {
    background: #fff;
    height: 100%;
    width: 1px
}
.preset-01-b {
    background: url("../images/preset-01-b.jpg") no-repeat center center;
    background-size: cover
}
.preset-01-a {
    background: url("../images/preset-01-a.jpg") no-repeat center center;
    background-size: cover
}
.preset-02-b {
    background: url("../images/preset-02-b.jpg") no-repeat center center;
    background-size: cover
}
.preset-02-a {
    background: url("../images/preset-02-a.jpg") no-repeat center center;
    background-size: cover
}
.preset-03-b {
    background: url("../images/preset-03-b.jpg") no-repeat center center;
    background-size: cover
}
.preset-03-a {
    background: url("../images/preset-03-a.jpg") no-repeat center center;
    background-size: cover
}
.preset-04-b {
    background: url("../images/preset-04-b.jpg") no-repeat center center;
    background-size: cover
}
.preset-04-a {
    background: url("../images/preset-04-a.jpg") no-repeat center center;
    background-size: cover
}
.preset-05-b {
    background: url("../images/preset-05-b.jpg") no-repeat center center;
    background-size: cover
}
.preset-05-a {
    background: url("../images/preset-05-a.jpg") no-repeat center center;
    background-size: cover
}
.preset-06-b {
    background: url("../images/preset-06-b.jpg") no-repeat center center;
    background-size: cover
}
.preset-06-a {
    background: url("../images/preset-06-a.jpg") no-repeat center center;
    background-size: cover
}
.preset-07-b {
    background: url("../images/preset-07-b.jpg") no-repeat center center;
    background-size: cover
}
.preset-07-a {
    background: url("../images/preset-07-a.jpg") no-repeat center center;
    background-size: cover
}
.preset-08-b {
    background: url("../images/preset-08-b.jpg") no-repeat center center;
    background-size: cover
}
.preset-08-a {
    background: url("../images/preset-08-a.jpg") no-repeat center center;
    background-size: cover
} */
a.gumroad-button {
    position: absolute;
    right: 50px;
    z-index: 4
}
a.gumroad-button .text {
    font-family: "space-mono", monospace;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
    color: #8F9BA8
}
a.gumroad-button:hover .text {
    color: #fff
}
a.gumroad-button:before {
    position: absolute;
    background: #000;
    height: 100%;
    width: 102%;
    content: "";
    z-index: -1;
    left: -1px;
    top: 0
}
.gumroad-loading-indicator {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
    background: #000 !important
}
.embed {
    margin: 80px auto 20px
}
.embed iframe {
    width: 480px !important
}
@media (max-width: 600px) {
    .preset {
        margin-bottom: 30px;
        height: 220px
    }
    .embed {
        margin: 30px 12px 0
    }
    a.gumroad-button {
        right: 40px
    }
}
h1,
h2,
h3,
a {
    color: #fff
}
h1 {
    font-family: "space-mono", monospace;
    letter-spacing: -1px;
    line-height: 1.8;
    font-size: 24px
}
h2 {
    letter-spacing: -0.5px;
    font-family: "space", sans-serif;
    font-weight: bold;
    line-height: 1.8;
    font-size: 22px
}
h3 {
    font-family: "space-mono", monospace;
    letter-spacing: -1px;
    font-weight: normal;
    font-size: 24px;
    line-height: 2
}
p,
input,
.p,
a {
    font-family: "space-mono", monospace;
    letter-spacing: -0.4px;
    line-height: 1.8;
    font-size: 14px
}
p,
input,
.p {
    color: #8F9BA8
}
a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}
a:hover {
    color: #8F9BA8
}
.link {
    border-bottom: 1px solid rgba(143, 155, 168, 0.4);
    font-family: inherit;
    padding-bottom: 4px;
    font-size: inherit;
    display: inline;
    color: inherit
}
.link:hover {
    color: #fff
}
.link-icon {
    color: #8F9BA8
}
.link-icon .icon {
    margin: 2px 0 0 10px;
    height: 18px;
    width: 18px
}
.link-icon:hover {
    color: #fff
}
@media (max-width: 600px) {
    h1 {
        line-height: 1.8;
        font-size: 24px
    }
    h3 {
        font-size: 20px
    }
}
body {
    font-family: "space", sans-serif;
    background: #000;
    color: #fff
}
.post {
    padding: 300px 0 0
}
.post .container,
.post .cta {
    width: 750px
}
.post * {
    font-family: "space", sans-serif;
    letter-spacing: 0
}
.post h1 {
    margin: 0 auto 220px;
    text-align: center;
    font-weight: bold;
    font-size: 50px
}
.post h3 {
    margin: 80px 0 12px !important;
    font-weight: bold;
    font-size: 24px
}
.post h4 {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 20px
}
.post p,
.post input {
    margin-bottom: 50px;
    font-size: 20px
}
.post a {
    font-family: "space-mono", monospace;
    letter-spacing: -0.5px;
    line-height: inherit;
    font-size: 96%
}
.post blockquote {
    background: rgba(143, 155, 168, 0.12);
    border-radius: 4px;
    margin: 40px 0 50px;
    padding: 40px;
    width: 100%
}
.post blockquote p,
.post blockquote input {
    margin-bottom: 12px
}
.post blockquote p:last-child,
.post blockquote input:last-child {
    margin: 0
}
.post ul {
    margin: 0 0 40px
}
.post ul li {
    color: #8F9BA8;
    font-size: 18px;
    list-style: circle;
    margin-bottom: 10px;
    list-style-position: inside
}
.portfolio {
    margin-bottom: -30px
}
.portfolio img {
    margin-bottom: 80px
}
.portfolio img:last-child {
    margin: 0
}
.logo img {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg)
}
.logo:hover {
    opacity: 0.4
}
.container,
.cta {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    width: 1280px
}
.cta {
    width: 400px !important;
    text-align: center;
    padding: 160px 0
}
.cta .cta-icon {
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #800020;
    height: 20px;
    width: 20px
}
.cta .cta-subtitle {
    margin-top: 10px
}
.cta .cta-link {
    border: 1px solid #16181A;
    margin-top: 40px !important;
    display: inline-block;
    padding: 12px 24px
}
.cta .cta-link:hover {
    border: 1px solid #8F9BA8;
    color: #fff
}
.break {
    display: none
}
.super:hover {
    color: #f0bd66;
    opacity: 1
}
.vera:hover {
    color: #37b8d0;
    opacity: 1
}
@media (max-width: 600px) {
    .container,
    .cta {
        max-width: 85%
    }
    .logo {
        width: 56px
    }
    .links {
        display: none !important
    }
    .break {
        display: block;
        width: 100%
    }
    .post p,
    .post input,
    .post ul li {
        font-size: 16px
    }
    .post h1 {
        font-size: 30px
    }
    .post p,
    .post input {
        margin-bottom: 40px
    }
    .cta {
        margin: 60px auto !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100% !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 320px
    }
    .portfolio {
        margin-bottom: 0
    }
    .portfolio img {
        margin-bottom: 30px
    }
    .portfolio img:last-child {
        margin: 0
    }
}
