@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular.woff2') format('woff2'), url('/fonts/OpenSans-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Medium.woff2') format('woff2'), url('/fonts/Ubuntu-Medium.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

:root{
    --primaryColor: #161c2e;
}

/* ninecols reset */
*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

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

body {
    background:#000;
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}

h1,h2,h3,h4,h5,h6 {
    color: rgba(255,255,255,0.8);
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    letter-spacing: -1px;
}

header {
    padding: 2rem;
    text-align: center;
    background: var(--primaryColor);
    background: linear-gradient(to bottom,var(--primaryColor),#000);
}

header h1,h2 {
    color:rgba(255,255,255,0.9);
}

header h1 { font-size: 4rem; letter-spacing: -3px; margin: 2rem 0; }
header h2 { font-size: 1.5rem;}

header p {
    font-size: 1.3rem;
    line-height: 1.5;
    max-width: 750px;
    margin: 2rem auto;
    color:rgba(255,255,255,0.5)
}
.center-full {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section {
    width: 100%;
    padding: 2rem 1rem;
}

.section > * {
    max-width: 1200px;
    margin: auto;
}

#brand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
}

.mob {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:auto;
    background-color: #f1f1f1;
    border-radius: 38px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding-left:12px;
    padding-right:12px;
    height: 680px;
    max-width: 360px;
    width: 100%;

    pointer-events: none;
}

.mob-half {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left:12px;
    padding-right:12px;
    background-color: #f1f1f1;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
    height: 474px;
    width: 360px;

}

.mob img, .mob-half img {
    border:inset 2px #ccc;
    width:100%;
    height: auto;
}

.text-right {text-align: right}

.stats {
    display: block;
    margin-left: auto;
    border-right: 1px solid rgba(128,128,128,.5);
    padding-right: 2rem;

}
.stats dt { font-size: 1.5rem; }
.stats dd {
    font-size: 3rem;
    margin-left: 0;
    margin-bottom: 1rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color:#fff;
}

.jumbo {
    text-align: center;
}

.jumbo h2 { font-size: 1.5rem; line-height: 1.5; letter-spacing: 0.05rem}
.jumbo p { font-size: 1.3rem; }

#video {
    text-align: center;
}

video { width: 100%; }

#links {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#download .cols-2 { gap: 1rem; }
#download .cols-2 > div {
    border:1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
}

#download .cols-2 > div > div:nth-child(2),
#download .cols-2 > div > dl {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

#download h2 {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;

    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

#download dl {
    display: grid;
    grid-template-columns: min-content auto;
    margin: 0 auto 1rem auto;
    grid-gap: 0.5rem;
}

#download dl dt { text-align: right; margin-right: 0.25rem}
#download dl dd { margin:0; }

#download a { color:#fff; }
#download p { margin-top: 0; }

.btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7c0d0d;
    border: 0;
    border-radius: 3rem;
    box-sizing: border-box;
    color: #fff;
    font-family: "Ubuntu", monospace;
    font-size: 1.2rem;
    padding: 1.5rem;
    margin: 1rem;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-download:hover {
    background: #cc0;
}

.btn-download:active {
    box-shadow: 0 0 0;
    transform: translateY(2px);
}

.btn-download::after {
    content: "❯";
    margin-left: 1rem;
}

#ourApps {
    display: flex;
    flex-direction: row;
    gap:2rem;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 0;
    max-width: 1024px;
}
#ourApps a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color:#fff;
}
#ourApps a img {
    margin-right: 1rem;
}

#ourApps a:hover, #ourApps a:active {
    color:#a30;
}

footer {
    display: flex;
    flex-direction: row;
    gap:1rem;
    flex-wrap: wrap;
    justify-content: center;
    background: #141422;
    padding: 1rem;
}

footer a {
    text-decoration: none;
    font-weight: bold;
    color:#fff;
}

#partners {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

#partners a {
    display: block;
    border: 1px solid #eee;
    padding: 1rem;
    color:#eee;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
}

#partners a:hover {
    background: #fff;
    color: #111;
}

@media only screen and (max-width: 600px) {
    body { font-size: 14px; }
    header { padding: 1rem; }
    .cols-2 { grid-template-columns: 1fr; }
    .text-right { text-align: center }
    .stats { border: 0}
    #ourApps {
        flex-direction: column;
        justify-content: center
    }
}