@font-face {
    font-family: 'Font';
    src: url('./fonts/CFModGrotesk-Light.eot');
    src: url('./fonts/CFModGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/CFModGrotesk-Light.woff2') format('woff2'),
        url('./fonts/CFModGrotesk-Light.woff') format('woff'),
        url('./fonts/CFModGrotesk-Light.ttf') format('truetype'),
        url('./fonts/CFModGrotesk-Light.svg#CFModGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*:active,
*:focus {
    outline: none;
}


h1 {
    display:none;
}

*,
*:active,
*:focus {
    outline: none;
}

html {
    font-family: 'Font';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
}


body {
    line-height:12px;
    overflow-x:hidden;
    letter-spacing:1px;
    color: #000;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h2,h3 {
    font-size:20px;
    line-height:1;
    font-weight:300;
    font-style:normal;
}


body::-webkit-scrollbar {
    width: 0;
    display: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.35s;
}

a:hover {
    color: #ebebeb;
}

.flex {
    display:flex;
    flex-wrap:wrap;
}

svg,
img {
    max-width: 100%;
    height: auto;
}

#content {
    min-height:100vh;
}

.page-soon {
    position:relative;
}

.page-soon img {
    width:100%;
    display:block;
}

.page-soon:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    background-color:rgba(0,0,0,0.15);
}

.to-fix {
    position:absolute;
    top:0;
    right:0;
    width:41.66667%;
    z-index:1;
}

.container {
    display:flex;
    flex-direction: column;
    height:100vh;
}

.shape {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    z-index:-1;
}

.shape svg {
    height:100%;
    width:auto;
    max-width:unset;
}

.upper {
    margin:auto 0 0;
    padding:0 10%;
}

.upper h2 {
    margin:0 10vw 0 0;
}

.lower {
    margin:auto 0 0;
    padding:0 10% 10px;
}

.lower a {
    display:block;
}

.lower > .flex {
    align-items: center;
    justify-content: space-between;
}


@media all and (max-width:1680px) {
    h2,h3 {
        font-size:18px;
    }

    .upper h2 {
        margin:0 5.625vw 0 0;
    }
}

@media all and (max-width:1440px) {
    h2,h3 {
        font-size:16px;
    }


    .upper {
        padding:0 10px;
    }

    .upper h2 {
        width:100%;
        margin:0;
    }

    .lower {
        padding:0 10px 10px;
    }
}

@media all and (max-width:1160px) {
    .to-fix {
        width:50%;
    }
}

@media all and (max-width:960px) {
    .to-fix {
        width:75%;
    }
    .page-soon img {
        height:200vh;
        object-fit: cover;
        object-position: center;
    }
}

@media all and (max-width:660px) {
    .to-fix {
        width:100%;
    }

    .container {
        height:calc(100vh - 100px);
    }

    .upper {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }


    .lower > .flex > div {
        width:100%;
        margin:0 0 10px;
    }

    .lower {
        padding:0 10px;
    }
}
