.brand-link {
    padding: 1rem 0
}

img.header-logo {
    height: 32px
}

.App .header-with-lang {
    margin-bottom: 0;
    padding: 1rem 0;
    position: relative;
    z-index: 900;
    box-shadow: 0 1px 4px 0 rgba(74,74,74,.5)
}

    .App .header-with-lang #lang-menu li.active a {
        color: #086adb
    }

.App #formWrapper {
    width: 100%;
    padding: 0 0 4rem
}

    .App #formWrapper .hero-illu {
        margin-bottom: -10%
    }

@media screen and (min-width:1024px) {
    .App #formWrapper .hero-illu {
        margin-left: -60px;
        margin-right: -60px
    }
}

.App #formWrapper.container .section .section-content {
    max-width: 460px;
    margin: 0 auto
}

@media screen and (min-width:1024px) {
    .App #formWrapper.container .section .section-content {
        min-width: 460px
    }
}

.App #formWrapper.container .hero .hero-body {
    max-width: 460px;
    margin: 0 auto
}

@media screen and (min-width:1024px) {
    .hr-section {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (min-width:1024px) {
    .pre-form-content {
        min-height: calc(100vh - 92px);
        display: flex;
        justify-content: center
    }
}

.step-1-content, .step-2-content, .step-3-content, .step-4-content, .step-5-content {
    background: transparent
}

@media screen and (min-width:1024px) {
    .step-2-content, .win-content {
        background: transparent
    }
}

.section.has-number {
    clip-path: polygon(0 0,100% 0,100% 80%,0 100%);
    padding-bottom: 6rem;
    padding-top: 1.5rem
}

@media screen and (min-width:1024px) {
    .section.has-number {
        min-height: 27vh;
        display: flex;
        align-items: center;
        padding-bottom: 4rem
    }
}

.section.has-number.no-3:after {
    content: "x3";
    position: absolute;
    right: -32px;
    color: #fff;
    pointer-events: none;
    font-size: 70vw;
    font-family: Roboto Condensed,sans-serif;
    top: 0;
    opacity: .2;
    font-weight: 700;
    line-height: 1.6
}

@media screen and (min-width:1024px) {
    .section.has-number.no-3:after {
        font-size: 28vw;
        line-height: 1.4
    }
}

@media screen and (min-width:2400px) {
    .section.has-number.no-3:after {
        font-size: 30vw;
        line-height: 1.1;
        right: 200px
    }
}

.section.has-number.no-6:after {
    content: "x6";
    position: absolute;
    right: -32px;
    color: #fff;
    pointer-events: none;
    font-size: 70vw;
    font-family: Roboto Condensed,sans-serif;
    top: 0;
    opacity: .2;
    font-weight: 700;
    line-height: 1.6
}

@media screen and (min-width:1024px) {
    .section.has-number.no-6:after {
        font-size: 28vw;
        line-height: 1.4
    }
}

@media screen and (min-width:2400px) {
    .section.has-number.no-6:after {
        font-size: 30vw;
        line-height: 1.1;
        right: 200px
    }
}

.prize-image.image {
    width: 180px
}

@media screen and (min-width:1024px) {
    .prize-image.image {
        width: 260px
    }
}

.stoerer {
    background: #086adb;
    color: #fff;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    position: absolute;
    top: -100px;
    transform: translate(-32px) rotate(-20deg)
}

@media screen and (max-width:1023px) {
    .stoerer {
        position: static;
        transform: translate(-10px,-24px) rotate(-20deg)
    }
}

@media screen and (min-width:1024px) {
    .stoerer {
        font-size: 1.2rem;
        line-height: 1.2;
        transform: translate(-37px,112px) rotate(-20deg)
    }
}

@media screen and (max-width:1023px) {
    .has-stoerer {
        margin: -66px auto 33px !important
    }
}

.code-input {
    text-transform: uppercase
}

.code-input, .pin-input, shop {
    text-align: center;
    height: 55px;
    font-size: 1.5rem
}

.field-validation-error, .phone-error-msg {
    color: #e61e64 !important;
    margin-bottom: 1rem
}

.hero-title {
    font-size: 4rem
}

    .hero-title .hero-title-1 {
        color: #5944c6
    }

    .has-text-navy, .hero-title .hero-title-2 {
        color: #015
    }

        .has-text-navy strong {
            color: inherit
        }

.pin {
    position: relative;
    border-radius: 5px;
    top: -.9rem;
    background-color: #e61e64
}
