﻿html, body {
    padding: 0;
    margin: 0;
    background-color: #dae0f1;
    font-family: 'FredokaOne', sans-serif;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-content {
    flex: 1;
}

@font-face {
    font-family: 'FredokaOne';
    src: url('/fonts/FredokaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font-size-7 {
    font-size: 7px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-40 {
    font-size: 40px;
}


.main {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 20px;
}

body.wide .main {
    max-width: 100%;
}

.main p {
    margin: 24px 0;
    line-height: 150%;
}

.gap-10 {
    gap: 10px;
}

.main p.welcome {
    font-weight: 900;
    font-size: 250%;
}

.logo {
    text-align: center;
    padding-bottom: 40px;
}

    .logo img {
        width: 260px;
    }

.info {
    text-align: center
}

#renderBody {
    width: 100%;
}

.ios-store-link img,
.android-store-link img {
    width: 160px;
}

.ios-store-link {
    margin-right: 40px;
}

.terms, .terms div, .terms p {
    text-align: left;
    /*color: #ffffff;*/
}

header {
    background-color: #f0f3f9;
}

.header-container {
    margin: 0px;
    padding: 20px 100px;
    font-size: 80%;
}

.headerHref {
    display: flex;
    justify-items: start;
    align-items: center;
    max-width: 160px;
    text-decoration: none;
}

footer {
    background-color: #18223D;
}

.footer-container {
    padding: 20px 100px;
    color: #B0B4BD;
    font-size: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footer-container a {
        color: #B0B4BD;
        text-decoration: none;
        margin: 0 10px;
    }

        .footer-container a:hover {
            text-decoration: underline;
        }

.footer-ico {
    width: 3rem;
    filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(166%) hue-rotate(184deg) brightness(84%) contrast(84%);
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer-right {
    text-align: right;
}

.footer-links {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.footer-separator {
    display: none;
}

.footer-copyright {
    font-size: 12px;
    display: none;
}

.footer_temp {
    display: block;
}

.sep_foot {
    height: 20px;
    border-left: 3px solid #91a3d4;
}

.header-ico {
    width: 3rem;
    cursor: pointer;
}

.width-5-rem {
    width: 5rem;
}


.float-clear {
    height: 1px;
    clear: both;
}

.asset-check {
    float: left;
    width: 200px;
    height: 260px;
    margin: 10px;
    background-color: rgba(0,0,0,0.1);
    font-weight: normal;
    font-size: 90%;
}

.asset-check-inner {
    padding: 10px;
}

.asset-check img {
    max-width: 100%;
}

.margin-0 {
    margin: 0px !important;
}

.margin-top-bot-10 {
    margin: 10px 0px;
}

.padding-left-10 {
    padding-left: 10px;
}

.line-height-0 {
}

.font-bold {
    font-weight: bold;
}

.color-gray {
    color: #B0B4BD;
}

.color-navy-blue {
    color: #18223d;
}

.color-secondary-navy-blue {
    color: #18223D99
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}


.justify-content-end {
    justify-content: flex-end;
}

.width-180 {
    width: 180px;
}

.text-align-left {
    text-align: left;
}

.container-1200, .container-1200HeaderFooter {
    max-width: 1200px;
    margin: 0 auto;
}


@media only screen and (max-width: 768px) {

    .header-container, .headerHref {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_temp {
        display: none;
    }

    .footer-copyright {
        display: block;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .footer-left {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }

    .footer-links {
        margin-bottom: 15px;
    }

    .footer-separator {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #B0B4BD;
        margin: 10px 0;
    }
}
