:root {
    color-scheme: light dark;
    background: white;
}

@media (prefers-color-scheme: dark) {
    :root {
        background: black;
    }
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: none
}

sup {
    vertical-align: top
}

a {
    color: #338bc7;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none
}

li {
    list-style: none
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix:after {
    clear: both
}

@font-face {
    font-family: "SF Pro Display Bold";
    src: url("../fonts/SF-Pro-Display-Bold.woff2") format("opentype");
}

@font-face {
    font-family: "SF Pro Display Medium";
    src: url("../fonts/SF-Pro-Display-Medium.woff2") format("opentype");
}

@font-face {
    font-family: "SF Pro Display Regular";
    src: url("../fonts/SF-Pro-Display-Regular.woff2") format("opentype");
}

@font-face {
    font-family: "SF Pro Text Regular";
    src: url("../fonts/SF-Pro-Text-Regular.woff2") format("opentype");
}

.block-max-width {
    margin: 0 auto;
    max-width: 970px;
    padding-left: 20px;
    padding-right: 20px
}

.block-max-width--wider {
    margin: 0 auto;
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px
}

.page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: white;
    text-align: center;
    padding-top: max(20px, calc(env(safe-area-inset-top) + 12px));
    padding-bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px));
}

@media (prefers-color-scheme: dark) {
    .page-footer {
        background: black;
    }
}

@media (max-height: 667px) {
    .page-footer {
        position: static
    }
}

.page-footer .links {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
}

@media (max-width: 399px) {
    .page-footer .links {
        padding-left: max(30px, env(safe-area-inset-left));
        padding-right: max(30px, env(safe-area-inset-right));
    }
}

.page-footer .copyright {
    display: block;
    font: 13px "SF Pro Text Regular", Helvetica, Arial, sans-serif;
    color: rgba(142, 142, 147, 0.8);
    padding: 0 0 8px 0;
}

.page-footer .contact-us, .page-footer .credits, .page-footer .privacy-policy, .page-footer .qr-code, .page-footer .terms-of-use {
    display: inline;
    font: 13px "SF Pro Text Regular", Helvetica, Arial, sans-serif;
    color: rgba(142, 142, 147, 0.8);
    text-decoration: underline;
}

.page-footer .privacy-policy {
    padding: 0 4px 0 4px;
}

.page-footer .terms-of-use {
    padding: 0 4px 0 0;
}

.page-footer .credits {
    padding: 0 4px 0 0;
}

.page-footer .contact-us:hover, .page-footer .credits:hover, .page-footer .privacy-policy:hover, .page-footer .qr-code:hover, .page-footer .terms-of-use:hover {
    text-decoration: none
}

.oktospace-logo {
    padding-top: 20px;
    margin-bottom: 22px;
}

.oktospace-logo img {
    max-width: 332px;
}

@media only screen and (min-width: 1497px) and (max-width: 1728px) {
    .oktospace-logo img {
        max-width: 320px;
    }
}

@media only screen and (max-width: 1497px) and (max-height: 767px) {
    .oktospace-logo img {
        max-width: 220px;
    }
}

@media only screen and (max-width: 1496px) and (min-height: 768px) {
    .oktospace-logo img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .oktospace-logo img {
        max-width: 250px;
    }
}

@media only screen and (max-width: 375px) {
    .oktospace-logo img {
        max-width: 222px;
    }
}

.slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 7
}

.pm__w {
    max-width: 1192px;
    padding: 80px 10px 80px 10px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center
}

.pm-center {
    display: table-cell;
    vertical-align: middle
}

.pm-t {
    text-align: center;
    padding: 0 0 100px 0
}

.pm-t .pm-t-welcome-to {
    color: black;
    font-family: "SF Pro Display Medium", Helvetica, Arial, sans-serif;
    font-weight: normal
}

@media (prefers-color-scheme: dark) {
    .pm-t .pm-t-welcome-to {
        color: white;
    }
}

.pm-t .pm-t-oktospace {
    padding: 0;
    color: black;
    font-family: "SF Pro Display Bold", Helvetica, Arial, sans-serif;
    font-weight: normal
}

@media (prefers-color-scheme: dark) {
    .pm-t .pm-t-oktospace {
        color: white;
    }
}

.pm-t .pm-t-place {
    padding: 45px 0 0 0;
    color: black;
    font-family: "SF Pro Display Regular", Helvetica, Arial, sans-serif;
    font-weight: normal
}

@media only screen and (max-width: 1496px) and (max-height: 767px) {
    .pm-t .pm-t-place {
        padding: 35px 0 0 0;
    }
}

.pm-t .pm-t-download {
    padding: 55px 0 20px;
}

@media only screen and (max-width: 1496px) {
    .pm-t .pm-t-download {
        padding: 43px 0 20px;
    }
}

@media (min-height: 668px) {
    .oktospace-logo {
        padding-top: 90px;
    }
    .pm-t .pm-t-download {
        padding-bottom: 120px;
    }
}

@media (prefers-color-scheme: dark) {
    .pm-t .pm-t-place {
        color: white;
    }
}

.pm-t p {
    color: black;
    opacity: .8;
    line-height: 1.35;
    display: inline-block;
    font-family: "SF Pro Display Regular", Helvetica, Arial, sans-serif;
    font-size: 20px
}

@media (prefers-color-scheme: dark) {
    .pm-t p {
        color: white;
    }
}

.web-title .pm__w {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
}

.web-title .pm-t {
    padding: 0;
    height: 100vh
}

.web-title .pm-t .pm-t-welcome-to {
    font-size: 42px;
    position: relative
}

.web-title .pm-t .pm-t-oktospace {
    font-size: 66px;
    position: relative
}

.web-title .pm-t .pm-t-place {
    font-size: 20px;
    position: relative
}

@media only screen and (max-width: 1496px) and (max-height: 767px) {
    .web-title .pm-t .pm-t-welcome-to {
        font-size: 32px;
    }

    .web-title .pm-t .pm-t-oktospace {
        font-size: 48px;
    }

    .web-title .pm-t .pm-t-place {
        font-size: 16px;
    }
}

.welcome-title .pm-t {
    height: initial;
    min-height: 88vh
}

@media only screen and (max-width: 320px) {
    .web-title .pm-t .pm-t-welcome-to {
        width: 99%
    }

    .web-title .pm-t .pm-t-oktospace {
        width: 99%
    }

    .web-title .pm-t .pm-t-place {
        width: 99%
    }
}
