@import "fonts/inter.css";

body {
    height: auto;
    overflow: auto;
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
}

* {
    outline: none;
    box-sizing: border-box;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC;
    opacity: 1;
    /* Firefox */
}

strong, b {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #eb0053;
}

a {
    color: #eb0053;
}

#header {
    background: url(/images/header.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    max-height: 80vh;
    position: absolute;
    top: 0px;
}


.payoff h1 {
    line-height: 46px;
    margin-top: 0px;
}

#container {
    max-width: 640px;
    height: auto;
    display: block;
    z-index: 1000;
    position: relative;
    margin: 100px 0px 0px 35vw;
    padding: 50px;
    background: #FFF;
    -webkit-box-shadow: -50px -30px 80px -30px rgba(0,0,0,0.15);
    -moz-box-shadow: -50px -30px 80px -30px rgba(0,0,0,0.15);
    box-shadow: -50px -30px 80px -30px rgba(0,0,0,0.15);
    border-radius: 30px;
    box-sizing: border-box;
}

.payoff h2 {
    color: #999;
    margin-top: 50px;
}

section {
    margin-top: 70px;
}


.langs {
    position: absolute;
    top: 0px;
    max-width: 640px;
    text-align: right;
    width: 640px;
    margin: 0px 0px 0px 35vw;
}

.langs ul {
    /* display: flex; */
    list-style-type: none;
}

.langs li {
    display: inline-block;
    margin: 0px 5px;
    background-color: #f0f0f0;
    padding: 3px 5px;
    border-radius: 3px;
    height: 31px;
}

.langs li.active {
    border-bottom: 3px solid #ec0052;
}


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

}


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

    #header {
        width: 100%;
        height: 40vh;
    }
    
    #container {
        width: 100%;
        margin: 40vh 0px 0px 0px;
        padding: 20px;
        border-radius: 0px;
    }
    
    .payoff h1 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .payoff h2 {
        margin-top: 40px;
        font-size: 24px;
    }
    
    section {
        margin-top: 50px;
    }

    .langs {
        position: absolute;
        top: 0px;
        max-width: 640px;
        text-align: right;
        width: auto;
        margin: 0px 0px 0px 35vw;
        right: 15px;
    }

}

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

}
