@font-face {
    font-family: MarkOT;
    src: local(MarkOT),
    url(../css/MarkOT-Black.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Noway;
    src: local(Noway),
    url(../css/Noway-Regular.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #3175ba;
}

body > div {
    position: relative;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.background-mobile,
.background {
    width: 100%;
}

.background-mobile {
    display: none;
}


.flex-container {
    display: flex;
}

.image {
    margin: 0 auto;
    display: block;
}

.image-container {
    position: relative;
}

.main-container {
    max-width: 1100px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button {
    cursor: pointer;
}

.holodri-container {
    position: absolute;
    top: 0;
    width: 420px;
    background-color: white;
    border-top: none;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.holodri {
    margin: 100px 30px 60px 45px;
}

.slogan {
    position: absolute;
    bottom: 205px;
    font-family: MarkOT;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    margin: 0;
}

.comming-soon {
    position: absolute;
    left: 0;
    bottom: 150px;
    font-family: MarkOT;
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    margin: 0;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    background-color: #3175ba;
}

.footer > div {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.footer .item {
    height: 24px;
    font-family: Noway;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: white;
    margin: 16px 20px 40px;
}

.copy {
    width: 142px;
    height: 16px;
    object-fit: contain;
    opacity: 0.6;
    font-family: Noway;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: 2.49px;
    text-align: right;
    color: white;

    margin: 16px 20px 40px;
    flex-grow: 1;
    text-align: right;
}


*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-container {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    max-width: 840px;
    margin: 0 auto;
}

h1 {
    font-family: Noway;
    font-size: 44px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #000000;
}

.main-container2.flex-container {
    flex-direction: column;
    background: #eaecf1;
    min-height: 100vh;
}

.header {
    height: 80px;
    text-align: center;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header a {
    display: block;
    margin: 0 auto;
}


.header-logo {
    height: 47px;
    margin: 16px auto;
}

.content-container {
    flex-grow: 1;
    padding-top: 80px;
}

.footer-container .footer {
    position: initial;
    overflow: auto;
}


.cookie {
    min-height: 120px;
    background-color: #eaecf1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.main-container2 .cookie {
    top: 80px;
}

.cookie .flex-container {
    max-width: 1100px;
    margin: 0 auto;
}

.cookie .text {
    font-family: Noway;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #6d7278;
    margin: 24px;
}

@media (max-width: 768px) {

    .header a {
        margin-left: 16px;
    }

    .cookie .flex-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .holodri-container {
        position: initial;
        border-radius: 0;
        text-align: center;
        width: auto;
    }

    .background {
        display: none;
    }

    .background-mobile {
        display: initial;
    }

    .holodri {
        height: 47px;
        margin: 9px 0 12px;
    }

    .slogan {
        bottom: 106px;
        font-size: 48px;
        left: 16px;
    }

    .comming-soon {
        bottom: 49px;
        font-size: 28px;
        left: 16px;
    }

    .main-container {
        flex-direction: column;
    }

    .image-container {
        display: flex;
    }

    .copy {
        width: 100%;
        text-align: left;
        order: 10;
        margin-top: 12px;
        margin-bottom: 28px;
    }

    .footer {
        position: initial;
    }

    .footer > div:not(.main-container2) {
        flex-wrap: wrap;
    }

    .footer .item {
        order: 1;
        margin-bottom: 0;
        margin-left: 16px;
    }


    .footer .item:last-child {
        margin-right: 32px;
    }

    .cookie .text {
        margin: 16px;
        margin-bottom: 0;
    }

    .button {
        margin: 12px;
    }

    .content-container {
        margin-left: 24px;
        margin-right: 24px;
    }
}
