@font-face {
    font-family: Tele-GroteskUlt;
    src: url(../fonts/tele-groteskult.woff2);
}

@font-face {
    font-family: Tele-GroteskFet;
    src: url(../fonts/tele-groteskfet.woff2);
}

.box {
    width: 10vw;
    height: 2vh;
}

img {
    vertical-align: middle;
    border: 0;
}

.checkmark {
    width: 72px;
    height: 55px;
    vertical-align: text-bottom;
}

.fail {
    width: 72px;
    height: 72px;
    vertical-align: text-bottom;
}

.error_icon {
    width: 90px;
    height: 82px;
    vertical-align: text-bottom;
}

.Headline {
    width: 340px;
    height: 32px;
    font-size: 32px;
    font-family: Tele-GroteskUlt;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: -0.3px;
    text-align: center;
    margin: 0 auto;
    color: #000000;
}

.WrappingHeadline {
    width: 400px;
    height: 32px;
    font-size: 32px;
    font-family: Tele-GroteskUlt;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: -0.3px;
    text-align: center;
    margin: 0 auto;
    color: #000000;
}

.Close-the-window-bel {
    width: 300px;
    height: 40px;
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto;
    color: #000000;
}

.Failure-message {
    width: 240px;
    height: 40px;
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto;
    color: #000000;
}

.Flow-arrow {
    width: 187px;
    height: 250px;
}

.center-block {
    width: 320px;
    height: 15%;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
}

.button-bg {
    width: 350px;
    background-color: #e20074;
    border-color: #e20074;
    font-size: 1.8rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    text-overflow: ellipsis;
}

@media (max-width: 500px) {
    .button-bg {
        width: 100%;
    }
    .WrappingHeadline{
        width: 250px;
    }
    .Failure-message{
        padding-top: 30px;
    }
}

@media (min-width: 501px) {
    .button-bg {
        width: 350px;
    }
}

.Close {
    width: 40vw;
    height: 6vh;
    font-family: Tele-GroteskFet;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.PrimaryCTA {
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 0;
    margin-right: 0;
    background: #e20074;
    color: #fff;
    border-radius: 0;
    border: 0 solid #fff;
    font-family: Tele-GroteskFet;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 400;
    outline-style: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}