*, *::before, *::after {
    box-sizing: border-box;
}
.default-padding {
    padding: 2rem;
}
.default-padding-small {
    padding: 1.5rem;
}
.default-padding-smallest {
    padding: 0.5rem;
}
.default-padding-bottom-small {
    padding-bottom: 1.5rem;
}
.default-padding-bottom-smallest {
    padding-bottom: 0.5rem;
}
.default-padding-top-small {
    padding-top: 1.5rem;
}
.default-padding-bottom {
    padding-bottom: 2rem;
}
.default-padding-top {
    padding-top: 2rem;
}
.turbius-spacer {
    display: flex;
    justify-content: center;
    margin-bottom: -29px;
}
.turbius-spacer div {
    background-color: #1c1c1c;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.turbius-spacer div img {
    margin: auto;
}
.easyhtml5video .eh5v_script {
    display: none;
}
.text-full-width {
    width: 80%;
    margin: auto;
}
.logo-wrapper {
    display: flex;
}
.logo-wrapper img {
    margin: auto;
}
h1 {
    color: #e8e8e8;
    font-size: 2rem;
    text-align: center;
    padding: 3rem 0 0rem 0;
}
h2 {
    color: #e8e8e8;
    font-size: 1.5rem;
    text-align: center;
    padding: 3rem 0 0rem 0;
}
h3 {
    color: #e8e8e8;
    font-size: 1.2rem;
    text-align: left;
    padding: 3rem 0 1rem 0;
    display: inline;
}
.quote {
    padding: 1em 0em 2em;
}
.quote .quote-block {
    display: flex;
    justify-content: center;
}
.quote .quote-block .text {
    font-size: 1.2em;
    line-height: 50px;
}
.quote .name {
    color: #666;
    display: flex;
    justify-content: center;
}
.icon-list-container {
    justify-content: left;
    color: #e8e8e8;
}
.icon-list-item {
    display: flex;
    padding: 0.5em 0;
}
.icon-list-item .highlight {
    color: #e8e8e8;
    font-weight: bold;
}
.games {
    width: 90%;
    margin: auto;
}
.game-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.game-box {
    width: 50%;
    background-color: #1c1c1c;
    border-radius: 10px;
}
.game-box .title-img {
    width: 100%;
    height: 220px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-size: cover;
}
.game-box .title-img img {
    width: 100%;
    height: 220px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.game-box .properties {
    display: flex;
    justify-content: center;
}
.game-box .properties div {
    padding: 0.5rem;
}
.game-box .properties img {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 1rem;
}
.game-box .buy-button {
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto auto 1rem;
    transition: transform 250ms ease-in-out;
    padding: 0.5rem;
}
.game-box .buy-button a {
    background-color: #f1c40f;
    border-radius: 10px;
    width: 100%;
    color: #1c1c1c;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 0.5rem;
}
.game-box .buy-button:hover {
    transform: scale(1.05);
}
.game-box .game-title {
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    background-color: #142421;
    font-size: 1.2rem;
}
.game-text {
    padding: 1rem;
}
.features {
    width: 90%;
    margin: auto;
}
.feature-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.feature-box {
    width: 50%;
    background-color: #262626;
    border-radius: 10px;
    padding: 1rem;
}
.feature-box img {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 1rem;
}
.faq-box {
    width: 90%;
    background-color: #262626;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem auto 2rem;
}
.faq-box img {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 1rem;
}
.faq-box .label {
    padding-top: 1rem;
}
.feature-text {
    padding-top: 1rem;
}
.headline-underline {
    height: 3px;
    background-color: #09a87d;
    margin: 1rem auto 2rem auto;
}
.green-spacer {
    width: 100%;
    height: 6px;
    background-color: #09a87d;
}
div.max-width {
    max-width: 1280px;
    margin: auto;
}
.black {
    background-color: #0f0f0f;
}
.dark-gray {
    background-color: #1c1c1c;
}
.dark-black {
    background-color: #101010;
}
.dark-green {
    background-color: #142421;
}
.intermediate-gray {
    background-color: #262626;
}
.light-gray {
    background-color: #353535;
    color: #aaa;
}
.insta-wrapper {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.insta-post {
    width: 220px;
    height: 220px;
    position: relative;
    cursor: pointer;
}
.insta-post img {
    position: absolute;
    border: 5px solid #666;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 1s ease;
    border-radius: 10px;
    width: 100%;
    max-width: 416px;
}
.insta-post img:hover {
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: opacity 1s;
}
.insta-post .post-text {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    font-size: 1rem;
    line-height: 1.7;
}
.insta-post .post-text p {
    padding: 0.5rem;
    margin: auto;
}
.insta-wrapper a {
    text-decoration: none;
    color: #e8e8e8;
}
.social-buttons {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: auto;
}
.social-buttons a {
    margin: 0 1rem 0 1rem;
}
.about-us-wrapper {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: auto;
    padding-bottom: 4rem;
}
.about-us-wrapper img {
    border: 5px solid #666;
    border-radius: 10px;
}
.about-us-wrapper .about-us-text {
    text-align: left;
    max-width: 400px;
}
.about-us-wrapper div {
    margin: 0 1rem 2rem 1rem;
}
header {
    position: fixed;
    top: 0;
    padding: 1rem;
    width: 100%;
    z-index: 11;
    -webkit-box-shadow: 0 0 10px -2px #000;
    box-shadow: 0 0 10px -2px #000;
    border-bottom: 6px solid #09a87d;
}
header .header-social {
    display: flex;
    margin: auto;
}
header .header-social a {
    padding: 1rem;
}
header .header-content {
    display: flex;
    justify-content: space-between;
}
header nav {
    display: flex;
    color: #09a87d;
}
header nav ul {
    display: flex;
    padding: 0;
}
header nav li {
    list-style-type: none;
    padding: 0 1em;
    display: table;
}
header nav a {
    color: #09a87d;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    display: table-cell;
    vertical-align: middle;
}
header nav a:hover {
    color: #f1c40f;
}
.center-content {
    display: flex;
    justify-content: center;
}
footer {
    font-size: 0.9rem;
}
footer a {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
footer a:hover {
    color: #f1c40f;
}
footer ul img {
    margin-right: 0.5rem;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.7;
    font-weight: 500;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
h1, h2, h3, p {
    margin: 0;
}
.spacing > * + * {
    margin-top: var(--spacer, 2rem);
}
.cookie {
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 0.7em;
    width: 100%;
    background-color: black;
    opacity: 0.9;
}
.privacy a {
    color: #e8e8e8;
    text-decoration: none;
}
.primary-button {
    text-align: center;
    transition: transform 250ms ease-in-out;
}
.primary-button a {
    color: #0e0e0e;
    background-color: #f1c40f;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 250ms linear;
}
.primary-button a:hover {
    background-color: #f4d03f;
}
.performing a {
    background-color: #666 !important;;
}
.successful a {
    background-color: greenyellow !important;
}
.failed a {
    background-color: orangered !important;;
}
.primary-button a {
    display: inline-block;
}
.primary-button.full-width a {
    width: 90%;
    margin: auto;
}
.primary-button:hover {
    transform: scale(1.05);
}
#newsletter {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.centered-buttons {
    display: flex;
    justify-content: center;
}
.centered-buttons div:first-child {
    margin-right: 1em;
}
header .icon {
    line-height: 50px;
    display: none;
}
header .icon img {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}
.legal a {
    color: #09a87d;
    text-decoration: none;
}

#home a {
    color: #09a87d;
    text-decoration: none;
}

#faq a {
    color: #09a87d;
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .insta-wrapper {
        display: block;
    }
    .insta-post {
        margin: auto;
        display: flex;
        width: auto;
        height: auto;
        position: relative;
        padding: 2rem;
        justify-content: center;
        flex-direction: column;
    }
    .insta-post .post-text {
        width: auto;
        max-width: 416px;
        margin: auto;
        height: auto;
        position: static;
        overflow: hidden;
        padding: 0.5rem;
        display: flex;
        font-size: 1rem;
        line-height: 1.7;
    }
    .insta-post img {
        position: static;
        border: 5px solid #666;
        border-radius: 10px;
        margin: auto;
        z-index: 0;
    }
    .insta-post img:hover {
        opacity: 1 !important;
        -webkit-filter: none;
        filter: none;
        transition: none;
        cursor: default;
    }
    header .icon {
        display: block !important;
    }
    header nav {
        position: absolute !important;
        left: 0;
        width: 100%;
        margin-top: 56px;
    }
    header nav ul {
        display: block;
        background-color: #1c1c1c;
        width: 100%;
        border-bottom: 2px solid #0e0e0e;
    }
    .topnav.responsive ul li {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    header nav ul li:hover {
        background-color: #262626;
    }
    .topnav a {
        display: none;
    }
    .topnav.responsive {
        position: relative;
    }
    .about-us-image {
        text-align: center;
    }
    .about-us-image img {
        width: 100%;
        max-width: 416px;
    }
    .about-us-text {
        max-width: none !important;
    }
    .about-us-wrapper {
        display: block;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: right;
    }
    .hideOnResponsiveEarly {
        display: none !important;
    }
}
@media screen and (max-width: 760px) {
    footer ul {
        display: block;
    }
    footer ul li {
        padding: 0.2rem;
    }
    .post-text {
        position: relative !important;
    }
    .quote {
        padding: 2rem !important;
    }
    .feature-row {
        display: block;
        padding-bottom: 0;
    }
    .game-row {
        display: block;
        padding-bottom: 0;
    }
    .game-box {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 2rem !important;
    }
    .feature-box {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 2rem !important;
    }
    .centered-buttons {
        display: block;
        justify-content: center;
    }
    .centered-buttons div:first-child {
        margin-right: 0;
    }
    .centered-buttons div, .centered-buttons a {
        width: 100%;
    }
    .hideOnResponsiveLate {
        display: none !important;
    }
}
