.quizv2 *,
.quizv2 :after,
.quizv2 :before {
    box-sizing: border-box
}

.quizv2 * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.quizv2 h1,
.quizv2 h2,
.quizv2 h3,
.quizv2 h4,
.quizv2 h5,
.quizv2 h6,
.quizv2 ol,
.quizv2 p,
.quizv2 ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

.quizv2 ol,
.quizv2 ul {
    list-style: none
}

.quizv2 .button {
    min-width: 226px;
    padding: 8px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer
}

.quizv2 .button--primary {
    color: #fff;
    background: #00afe4;
    border: 1px solid #00afe4;
    border-radius: 2px
}

@media (min-width:1024px) {

    .quizv2 .button--primary.next,
    .quizv2 .button--primary.restart {
        min-width: 148px
    }
}

.quizv2 .button--back {
    min-width: 148px;
    font-size: 12px;
    color: #999999;
    border: none;
    background: none
}

@media (min-width:1024px) {
    .quizv2 .button--back {
        font-size: 14px
    }
}

.quizv2 .button--inverted {
    color: #00afe4;
    background-color: inherit;
    border: 1px solid #00afe4;
    border-radius: 2px
}

.quizv2 .button.disabled {
    opacity: .6;
    pointer-events: none
}

@media (max-width:1023.98px) {
    .quizv2 .button-box .button.exit {
        text-align: center
    }
}

.quizv2 .quizv2__placement {
    min-height: 265px;
    margin-bottom: 24px;
    text-align: center
}

@media (min-width:1024px) {
    .quizv2 .quizv2__placement {
        margin-bottom: 40px
    }
}

.quizv2 .quizv2__placement * {
    margin-bottom: 0 !important
}

.quizv2 .quizv2__placement .zpr_m_bottom_1:after {
    display: none
}

.quizv2 .quizv2__content {
    margin-bottom: 24px
}

.quizv2 .quizv2__teaser {
    margin-left: 4px;
    font-size: 20px;
    line-height: 28px;
    color: #00afe4
}

@media (min-width:1024px) {
    .quizv2 .quizv2__teaser {
        margin-left: 8px;
        font-size: 24px;
        line-height: 32px
    }
}

.quizv2 .quizv2__title {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .quizv2 .quizv2__title {
        margin-bottom: 40px;
        font-size: 42px;
        line-height: 56px
    }
}

.quizv2 .quizv2__title--teaser {
    padding: 4px;
    background-color: #f2f2f2
}

@media (min-width:1024px) {
    .quizv2 .quizv2__title--teaser {
        margin-bottom: 24px;
        padding: 8px;
        font-size: 26px;
        line-height: 32px
    }
}

.quizv2 .quizContent {
    margin-bottom: 24px
}

.quizv2--splash .quizv2__title,
.quizv2--summary .quizv2__title {
    display: none
}

@media (min-width:1024px) {
    .quizv2--splash .quizv2__content {
        padding: 40px 24px;
        text-align: center;
        background-color: #f2f2f2
    }
}

.quizv2--splash .quizv2__content .button-box {
    flex-direction: column;
    padding: 0
}

.quizv2--splash .quizv2__content .button-box .button {
    margin-bottom: 16px
}

.quizv2--splash .quizv2__content .button-box .button:last-of-type {
    margin-bottom: 0
}

.quizv2--summary .button-box {
    margin-bottom: 24px
}

@media (min-width:1024px) {
    .quizv2--summary .button-box .exit {
        order: 1;
        font-size: 14px;
        background: none;
        border: none;
        border-radius: none;
        color: #999999
    }
}

@media (min-width:1024px) {
    .quizv2--summary.quizv2--poll .button-box {
        padding: 0;
        background-color: inherit
    }

    .quizv2--summary.quizv2--poll .button-box .button {
        margin: 0 auto
    }
}

.quizv2--quality .ending-splash {
    margin-bottom: 16px
}

@media (min-width:1024px) {
    .quizv2--quality .ending-splash {
        margin-bottom: 24px
    }
}

.quizv2--quality .ending-splash__title {
    margin-bottom: 24px
}

.quizv2--quality .ending-splash__result {
    font-size: 20px;
    line-height: 32px
}

.quizv2 .button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px
}

.quizv2 .button-box .button {
    margin-bottom: 8px
}

@media (min-width:1024px) {
    .quizv2 .button-box .button {
        margin: 0;
        order: 2
    }
}

.quizv2 .button-box .button:last-of-type {
    margin-bottom: 0;
    text-align: center;
}

@media (min-width:1024px) {
    .quizv2 .button-box .button.exit {
        order: 1
    }
}

@media (min-width:1024px) {
    .quizv2 .button-box .button.next {
        margin-left: auto
    }
}

@media (min-width:1024px) {
    .quizv2 .button-box {
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
        background-color: #f2f2f2
    }
}

@media (min-width:1000px) {

    body.screening.quiz-standalone .gl_wrapper,
    body.zpr_screening.quiz-standalone .gl_wrapper {
        background-color: inherit
    }

    body.screening.quiz-standalone .quizv2 .row,
    body.zpr_screening.quiz-standalone .quizv2 .row {
        background-color: #fff;
        padding-top: 16px
    }
}

.quizContent--spinner.spinner {
    -webkit-animation: slide-top 3s cubic-bezier(.25, .46, .45, .94) 4s both;
    animation: slide-top 3s cubic-bezier(.25, .46, .45, .94) 4s both;
    overflow: hidden;
    max-height: 100px !important
}

.quizContent--spinner.spinner:before {
    content: "";
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat top;
    display: block
}

@-webkit-keyframes slide-top {
    0% {
        transform: translateY(0);
        height: 100px;
        background: none;
        padding-top: 0
    }

    to {
        transform: translateY(-100px);
        height: auto;
        background: #fff;
        padding-top: 0
    }
}

@keyframes slide-top {
    0% {
        transform: translateY(0);
        height: 100px;
        background: none;
        padding-top: 0
    }

    to {
        transform: translateY(-100px);
        height: auto;
        background: #fff;
        padding-top: 0
    }
}

.quizContent--spinner:not(.spinner) {
    -webkit-animation: showUp .5s linear;
    animation: showUp .5s linear;
    max-height: 10000px !important;
    transition: max-height 1s ease-in;
    overflow: hidden
}

.quizv2 .answer {
    margin-bottom: 16px;
    width: 100%
}

@media (min-width:1024px) {
    .quizv2 .answer {
        margin-bottom: 0
    }
}

.quizv2 .answer.with-image {
    width: calc(50% - 8px);
    padding: 0 2px
}

@media (min-width:1024px) {
    .quizv2 .answer.with-image {
        margin-bottom: 24px;
        width: calc(50% - 12px)
    }
}

.quizv2 .answer.with-image:nth-child(2n) {
    margin-left: 8px
}

@media (min-width:1024px) {
    .quizv2 .answer.with-image:nth-child(2n) {
        margin-left: 12px
    }
}

.quizv2 .answer.with-image:nth-child(odd) {
    margin-right: 8px
}

@media (min-width:1024px) {
    .quizv2 .answer.with-image:nth-child(odd) {
        margin-right: 12px
    }
}

.quizv2 .answer.with-image .answer__label {
    padding: 0;
    height: 100%
}

@media (min-width:1024px) {
    .quizv2 .answer.with-image .answer__label {
        border-color: #999999
    }
}

.quizv2 .answer.with-image .answer__label:after,
.quizv2 .answer.with-image .answer__label:before {
    display: none
}

.quizv2 .answer.with-image .answer__input:checked+.answer__label:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    border-radius: 4px;
    background-color: #00afe4;
    z-index: -1
}

.quizv2 .answer.with-image .answer__title {
    padding: 2px 8px
}

@media (min-width:1024px) {
    .quizv2 .answer.with-image .answer__title {
        padding: 16px
    }
}

.quizv2 .answer__input {
    display: none
}

.quizv2 .answer__input:checked+.answer__label {
    color: #fff;
    border-color: #00afe4;
    background-color: #00afe4;
}

.quizv2 .answer__input:checked+.answer__label:before {
    border-color: #fff;
}

.quizv2 .answer__input:checked+.answer__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 14px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

@media (min-width:1024px) {
    .quizv2 .answer__input:checked+.answer__label:after {
        width: 8px;
        height: 8px;
        left: 20px;
        top: 24px
    }
}

.quizv2 .answer__label {
    display: block;
    position: relative;
    padding: 8px 8px 8px 32px;
    border: 1px solid #999999;
    border-radius: 2px;
    cursor: pointer
}

@media (min-width:1024px) {
    .quizv2 .answer__label {
        padding: 12px 12px 12px 40px;
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
        border-color: #fff
    }

    .quizv2 .answer__label:hover {
        background: #EEEEEE;
        border-color: #EEEEEE;
    }
}

.quizv2 .answer__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 12px;
    height: 12px;
    border: 2px solid #00afe4;
    border-radius: 50%
}

@media (min-width:1024px) {
    .quizv2 .answer__label:before {
        width: 16px;
        height: 16px;
        left: 16px;
        top: 20px
    }
}

.quizv2 .answer__title {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700
}

@media (min-width:1024px) {
    .quizv2 .answer__title {
        font-size: 20px;
        line-height: 32px
    }
}

.quizv2 .answer__img {
    display: block;
    max-width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

@media (min-width:1024px) {
    .quizv2--summary .answer {
        margin-bottom: 8px
    }
}

.quizv2--summary .answer__label {
    padding: 8px 16px;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    cursor: default
}

@media (min-width:1024px) {
    .quizv2--summary .answer__label {
        padding: 12px 16px;
        border-color: #fff;
        background-color: #fff
    }
}

.quizv2--summary .answer__label:hover {
    background: inherit;
    border-color: #fff
}

.quizv2--summary .answer__label:after,
.quizv2--summary .answer__label:before {
    display: none
}

.quizv2--summary .answer.selected .answer__label {
    color: #fff;
    border-color: #b1181b;
    background-color: #b1181b
}

.quizv2--summary .answer.correct .answer__label {
    color: #fff;
    border-color: #68942f;
    background-color: #68942f
}

.quizv2--poll .answer__title {
    display: inline-block
}

.quizv2--poll .answer__img {
    display: block;
    max-width: 100%
}

.quizv2--poll .answer__percent {
    display: inline-block;
    text-align: right;
    width: 25%;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

@media (min-width:1024px) {
    .quizv2--poll .answer__percent {
        font-size: 20px;
        line-height: 32px;
    }
}

.quizv2--poll .answer.with-image {
    width: calc(50% - 8px);
}

@media (min-width:1024px) {
    .quizv2--poll .answer.with-image {
        width: calc(50% - 16px);
    }
}

.quizv2--poll .answer.with-image:nth-child(2n) {
    margin-left: 8px;
}

@media (min-width:1024px) {
    .quizv2--poll .answer.with-image:nth-child(2n) {
        margin-left: 12px;
    }
}

.quizv2--poll .answer.with-image:nth-child(odd) {
    margin-right: 8px
}

@media (min-width:1024px) {
    .quizv2--poll .answer.with-image {
        margin-right: 12px
    }
}

.quizv2--poll .answer progress {
    height: 10px;
    width: 100%;
    background: #e5e5e5
}

.quizv2--poll .answer progress::-webkit-progress-bar {
    background: #e5e5e5
}

.quizv2--poll .answer progress::-webkit-progress-value {
    background: #00afe4
}

.quizv2--poll .answer progress::-moz-progress-bar {
    background: #00afe4
}

.quizv2--poll .answer progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none
}

.quizv2--poll.quizv2--summary .answer__label {
    padding: 0;
    background-color: inherit;
    border: none
}

.quizv2--poll.quizv2--summary .answer__title {
    width: 75%
}

.quizv2--poll.quizv2--summary .answer.with-image {
    width: 100%;
    margin-right: 0
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__title {
    padding-left: 8px;
    margin-top: 8px;
    padding: 0;
    order: 3
}

@media (min-width:1024px) {
    .quizv2--poll.quizv2--summary .answer.with-image .answer__title {
        margin: 0 0 8px;
        padding: 0;
        order: 0
    }
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__percent {
    width: 44px;
    margin-top: 8px;
    margin-right: 8px;
    order: 2;
    text-align: left;
    border-right: 1px solid #000
}

@media (min-width:1024px) {
    .quizv2--poll.quizv2--summary .answer.with-image .answer__percent {
        margin: 0 0 8px;
        order: 0;
        border: none;
        text-align: right;
        width: 25%
    }
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__img {
    width: 86px;
    height: 58px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1024px) {
    .quizv2--poll.quizv2--summary .answer.with-image .answer__img {
        width: 144px;
        height: 96px
    }
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__label {
    display: flex
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__box {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    align-self: flex-start;
    padding-left: 8px
}

@media (min-width:1024px) {
    .quizv2--poll.quizv2--summary .answer.with-image .answer__box {
        align-self: flex-end;
        padding-left: 24px
    }
}

.quizv2--poll.quizv2--summary .answer.with-image:nth-child(2n) {
    margin-left: 0
}

.quizv2--poll.quizv2--summary .answer.with-image:nth-child(odd) {
    margin-right: 0
}

.quizv2--poll.quizv2--summary .answer.selected .answer__label {
    color: initial;
    border: none;
    background-color: inherit
}

.quizv2--poll.quizv2--summary .answer.selected .answer__percent,
.quizv2--poll.quizv2--summary .answer.selected .answer__title {
    color: #00afe4
}

/* @media (min-width:1024px) {
    .quizv2 .question {
        margin-bottom: 36px
    }
} */

.quizv2 .question__counter {
    font-size: 12px;
    line-height: 16px;
    color: #00afe4
}

@media (min-width:1024px) {
    .quizv2 .question__counter {
        font-size: 14px;
        line-height: 20px
    }
}

.quizv2 .question__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px
}

@media (min-width:1024px) {
    .quizv2 .question__title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 32px
    }
}

.quizv2 .question__photo {
    width: 273px;
    height: 182px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: #f2f2f2
}

@media (min-width:1024px) {
    .quizv2 .question__photo {
        width: 320px;
        height: 213px;
        margin-top: 24px;
        margin-bottom: 12px
    }
}

.quizv2 .question__img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.quizv2 .question__answers {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
}

.quizv2--summary .question {
    margin-bottom: 16px
}

@media (min-width:1024px) {
    .quizv2--summary .question {
        margin-bottom: 20px
    }
}

.quizv2--summary .question:last-of-type {
    margin-bottom: 0
}

.quizv2 .ending-splash[data-v-004d71a6] {
    margin-bottom: 24px
}

@media (min-width:1024px) {
    .quizv2 .ending-splash[data-v-004d71a6] {
        margin-bottom: 32px
    }
}

.quizv2 .ending-splash__title[data-v-004d71a6] {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .quizv2 .ending-splash__title[data-v-004d71a6] {
        margin-bottom: 40px;
        font-size: 42px;
        line-height: 56px
    }
}

.quizv2 .ending-splash__result[data-v-004d71a6] {
    font-size: 20px;
    line-height: 28px
}

@media (min-width:1024px) {
    .quizv2 .ending-splash__result[data-v-004d71a6] {
        font-size: 24px;
        line-height: 32px
    }
}

.quizv2 .button-box[data-v-004d71a6] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.quizv2 .button-box .button[data-v-004d71a6] {
    margin-bottom: 8px
}

@media (min-width:1024px) {
    .quizv2 .button-box .button[data-v-004d71a6] {
        margin: 0;
        order: 2
    }
}

.quizv2 .button-box .button[data-v-004d71a6]:last-of-type {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .quizv2 .button-box .button.exit[data-v-004d71a6] {
        order: 1
    }
}

@media (min-width:1024px) {
    .quizv2 .button-box .button.next[data-v-004d71a6] {
        margin-left: auto
    }
}

@media (min-width:1024px) {
    .quizv2 .button-box[data-v-004d71a6] {
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
        background-color: #f2f2f2
    }
}

.quizv2--splash .quizv2__title[data-v-004d71a6],
.quizv2--summary .quizv2__title[data-v-004d71a6] {
    display: none
}

@media (min-width:1024px) {
    .quizv2--splash .quizv2__content[data-v-004d71a6] {
        padding: 40px 24px;
        text-align: center;
        background-color: #f2f2f2
    }
}

.quizv2--splash .quizv2__content .button-box[data-v-004d71a6] {
    flex-direction: column;
    padding: 0
}

.quizv2--splash .quizv2__content .button-box .button[data-v-004d71a6] {
    margin-bottom: 16px
}

.quizv2--splash .quizv2__content .button-box .button[data-v-004d71a6]:last-of-type {
    margin-bottom: 0
}

.quizv2--splash .button-box .button--inverted.restart[data-v-004d71a6] {
    text-align: center
}

.quizv2--splash .button-box .button--primart.check[data-v-004d71a6] {
    margin-bottom: 16px
}

.quizv2--summary .button-box[data-v-004d71a6] {
    margin-bottom: 24px
}

@media (min-width:1024px) {
    .quizv2--summary .button-box .exit[data-v-004d71a6] {
        order: 1;
        font-size: 14px;
        background: none;
        border: none;
        border-radius: none;
        color: #999999
    }
}

.quizv2--quality .ending-splash[data-v-004d71a6] {
    margin-bottom: 16px
}

@media (min-width:1024px) {
    .quizv2--quality .ending-splash[data-v-004d71a6] {
        margin-bottom: 24px
    }
}

.quizv2--quality .ending-splash__title[data-v-004d71a6] {
    margin-bottom: 24px
}

.quizv2--quality .ending-splash__result[data-v-004d71a6] {
    font-size: 20px;
    line-height: 32px
}

.quizv2--splash .test-splash__result p a {
    text-decoration: underline
}

.static-teaser .quizv2--poll .answer__img img,
.quizv2 .answer.with-image img,
.quizv2 .question__img img {
    max-width: 100%;
    height: 100%;
}

.quizv2 .ending-splash__result,
.quizv2 .ending-splash__title {
	text-align: center !important;
}