body {
    min-height: 100vh;
    color: #eee;
    background: url("img/bg_stars.png") center top repeat-x, linear-gradient(45deg, #652361, #401b62, #120c45);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 300;
}

.container {
    width: 900px;
    max-width: 90vw;
    display: flex;
    justify-content: space-between;
}

.column {
    width: 48%;
}

.ContentWrapper__Logo {
    width: 40%;
    max-width: 329px;
    margin-top: 50px;
}

.ContentWrapper__Headline {
    line-height: 1.2em;
    font-size: 26px;
    color: #f0c22e;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 8px;
}

.ContentWrapper__Subheadline {
    font-size: 16px;
    color: #eee;
    font-weight: 300;
    line-height: 22px;
    max-width: 300px;
    margin: 0 auto;
}

.ButtonsContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.GooglePlayLogo {
    height: 55px;
}

#ButtonAccess_info {
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
}

.ButtonAccess {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border: 0;
    font-size: 22px;
    color: #fff;
    padding: 0 40px;
    border-radius: 6px;
    background: linear-gradient(45deg, #ef6b00, #e83b26, #e00b4c, #e83b26, #ef6b00);
    background-size: 200%;
    background-position-x: 0;
    outline: none;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
    margin: 30px auto;
}

.ButtonAccess:hover {
    /*background-position-x: 100%;*/
}

.ButtonAccess img {
    width: 30px;
    margin-right: 6px;
}

.ButtonAccess span {
    white-space: nowrap;
}

.PhoneWrapper {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
}

.PhoneWrapper__Phone {
    width: 100%;
    max-width: 490px;
}

.PhoneWrapper__Screen {
    position: absolute;
    top: 9.7%;
    width: calc(721 / 1013 * 100%);
    left: 14.4%;
    transition: opacity ease-in-out 1s;
}

.Link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    font-size: 13px;
    opacity: 0.7;
}

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

.Link a:hover {
    color: inherit;
    opacity: 1;
    text-decoration: underline;
}

.ButtonBack {
    color: #fff;
    background: #27127c;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    padding: 15px 30px;
    outline: none;
    border: 0;
    cursor: pointer;
}

.LegalContent {
    background: rgba(255,255,255,0.8);
    color: #28127c;
    padding: 20px;
    margin: 30px auto;
}

#AudioSample {
    margin-top: 10px;
    margin-bottom: -20px;
}

.AudioSample__Control {
    width: 50px;
    height: 50px;
}

#AudioSample #AudioSample__Pause {
    display: none;
}

#AudioSample.playing #AudioSample__Pause {
    display: initial;
}

#AudioSample.playing #AudioSample__Play {
    display: none;
}

@media all and (max-width: 768px) {
    body {
        /*min-height: initial;*/
    }

    .container {
        width: 100%;
        max-width: initial;
        flex-wrap: wrap;
        justify-content: center;
    }

    .column {
        width: 100%;
        text-align: center;
    }

    .padding-side {
        padding-left: 5%;
        padding-right: 5%;
    }

    .PhoneWrapper {
        margin-top: 30px;
        touch-action: none;
        pointer-events: none;
    }

    .ButtonsContainer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ButtonAccess {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 100%;
    }

    .Link {
        margin-bottom: 20px;
        position: static;
    }
}
