@font-face {
    font-family: "boschsans";
    font-display: swap;
    src: url(../fonts/BoschSans-Black.woff2) format("woff2"), url(../fonts/BoschSans-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "boschsans";
    font-display: swap;
    src: url(../fonts/BoschSans-Bold.woff2) format("woff2"), url(../fonts/BoschSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "boschsans";
    font-display: swap;
    src: url(../fonts/BoschSans-Medium.woff2) format("woff2"), url(../fonts/BoschSans-Medium.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "boschsans";
    font-display: swap;
    src: url(../fonts/BoschSans-Regular.woff2) format("woff2"), url(../fonts/BoschSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "boschsans";
    font-display: swap;
    src: url(../fonts/BoschSans-Light.woff2) format("woff2"), url(../fonts/BoschSans-Light.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

/****/

body.page-quiz, body.page-quiz .quiz-container.quiz-embed, body.page-quiz .quiz-result>div {
    font-family: "boschsans";
    margin: 0;
}

body.page-quiz #content-wrapper{
    padding-bottom: 20px;
}

body.page-quiz .quiz-container.quiz-embed {
    background-attachment: fixed;
}

body.page-quiz .qp_quiz {
    margin-bottom: 0 !important;
    font-family: "boschsans" !important;
}

body.page-quiz .qp_container {
    margin: 20px auto 0!important;
    max-width: 725px;
    padding: 35px 35px 15px;
    overflow: hidden;
}

body.page-quiz .qp_title {
    text-align: left;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
}

body.page-quiz .qp_title strong {
    white-space: nowrap;
    font-weight: 900;
}

body.page-quiz .highlight {
    background: #DC0613;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
}

body.page-quiz .qp_title .highlight {
    line-height: 42px;
}

body.page-quiz:not([tidx-1='1']):not([first='1']) .qp-subtab-c[tabs='1']:before{
    content: "EXPERT QUIZ";
    font-weight: 900;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
    display: block;
    background: linear-gradient(90deg, #DC0613 0, #DC0613 171px, rgba(255,255,255,0) 171px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 44px;
    padding-left: 2px;
}

body.page-quiz[data-lang='de-DE']:not([tidx-1='1']):not([first='1']) .qp-subtab-c[tabs='1']:before,
body.page-quiz[data-lang='da']:not([tidx-1='1']):not([first='1']) .qp-subtab-c[tabs='1']:before{
    content: "EXPERT -TEST";
}

body.page-quiz[data-lang='it']:not([tidx-1='1']):not([first='1']) .qp-subtab-c[tabs='1']:before{
    content: "QUIZ SU EXPERT";
    background:  none;
}

body.page-quiz[data-lang='es']:not([tidx-1='1']):not([first='1']) .qp-subtab-c[tabs='1']:before{
    content: "CUESTIONARIO PARA USUARIOS EXPERT";
    background:  none;
}

body.page-quiz[data-lang='pt']:not([tidx-1='1']):not([first='1']) .qp-subtab-c[tabs='1']:before{
    content: "QUESTIONÁRIO SOBRE EXPERT";
    background:  none;
}

body.page-quiz[data-lang='fi']:not([tidx-1='1']):not([first='1']) .qp-subtab-c[tabs='1']:before{
    content: "EXPERT -TIETOVISA";
}

body.page-quiz .qp_picq {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 35px;
}

body.page-quiz .qp_pic{
    flex: 0 0 200px;
    max-height: 50px;
    display: inline-block;
    vertical-align:top;
    background-size:contain;
    margin-top: 7px;
    z-index: 1;
}

body.page-quiz .qp_q {
    display: inline-block;
    vertical-align:top;
    margin-top:0;
    text-align:left;
    margin-bottom:0;
    margin-right: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700 !important;
    max-width: 315px;
    color:  #fff;
}

body.page-quiz .qp-subtab-c.slide>div.sel.fwd,
body.page-quiz .qp-subtab-c.slide>div.sel.bck {
    transition: opacity 200ms ease-in;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -ms-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in
}

body.quiz-page,body.page-quiz .quiz-container.quiz-embed,body.page-quiz .quiz-result>div {
    color: #fff !important;
}

body.page-quiz .qp_a[sel='1'][no='1'] {
    background: none;
    opacity:0.6;
}

body.page-quiz .qp_b:not([results='1']):not([rsqc='0']) .qp_a[ymark='1'][yes='0'],
body.page-quiz .qp_a[sel='1'][yes='1']{
    background: #fff;
    color: #003B6A;
}

body.page-quiz .qp_bo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 350px;
    margin: 30px 0 0;
}

body.page-quiz #quiz-next {
    background: url(Arrow.svg) right 5px no-repeat;
    background-size: 22px auto;
    z-index: 1;
}

body.page-quiz #quiz-back {
    background: url(Arrow-Back.svg) left 5px no-repeat;
    background-size: 22px auto;
}

body.page-quiz #quiz-next input,
body.page-quiz #quiz-back input,
body.page-quiz #quiz-end input {
    background: transparent;
    font-weight: 400;
    line-height: 30px;
}

body.page-quiz[data-lang='en-GB'] #quiz-next input,
body.page-quiz[data-lang='en-GB'] #quiz-back input,
body.page-quiz[data-lang='en-GB'] #quiz-end input {
    min-width: 110px;
}

body.page-quiz #quiz-end {
    z-index: 1;
}

body.page-quiz .qp_progn {
    margin: 0;
}

body.page-quiz[tidx-1='1'] .qp_instruct {
    font-weight: 300!important;
    font-size: 20px;
}

body.page-quiz[tidx-1='1'] .qp_bo {
    display: block;
    max-width: none;
    position: absolute;
    left: 0;
    bottom: 263px;
}

body.page-quiz[tidx-1='1'] #quiz-next {
    background: none;
    float: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

body.page-quiz[tidx-1='1'] #quiz-next input{
    background: transparent;
    padding: 10px 45px;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: 22px!important;
    border: 2px solid #fff;
}

body.page-quiz[tidx-1='1'] .qp_progress_page {
    display: none;
} 

body.page-quiz:not([tidx-1='1']):not([first='1']) .section-quiz-share,
body.page-quiz[tidx-1='1'][tend-1='1'] .section-quiz-share{
    display: none;
}

body.page-quiz .section-quiz-share {
    max-width: 725px;
    margin: 0 auto;
    background: #003B6A;
    color: #fff;
    text-align: center;
    padding: 0 0 30px;
}

body.page-quiz .section-quiz-share a{
    color: #fff;
    vertical-align: middle;
    display: inline-block;
}

body.page-quiz .section-quiz-share .icon{
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    text-indent: 150px;
    overflow: hidden;
    margin-left: 15px;
}

body.page-quiz .section-quiz-share .icon-facebook {
    background-image: url(ico-fb.png);
}

body.page-quiz .section-quiz-share .icon-instagram {
    background-image: url(ico-insta.png);
}

body.page-quiz .section-quiz-share .icon-email {
    background-image: url(ico-email.png);
}

body.page-quiz .qp_progress_page {
    border:2px solid #fff;
    height:2em;
    line-height:2em;
    width:2em;
    padding:0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin-right:10px;
}

body.page-quiz .qp_progress_page[mark=y] {
    background: #fff;
    color: #003B6A;
}

body.page-quiz .qp_progress_page[mark=n]{
    opacity:0.5;
    background:none;
}

body.page-quiz .qp_progress .qp_progress_next,
body.page-quiz .qp_progress .qp_progress_score {
    display: none;
}

body.page-quiz .qp_a,
body.page-quiz .qp_container,
body.page-quiz .qp_btn,
body.page-quiz .qp_imgi{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;    
}

body.page-quiz .qp_a {
    border-width: 2px;
    font-size: 14px;
}

body.page-quiz .take-q .qp_a {
    max-width: 210px;
}

body.page-quiz .qp_q {
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
}

body.page-quiz .take-q {
    position: relative;
}

body.page-quiz .qp_q .qp_qi img{
    position: absolute;
    right: -35px;
    bottom: -91px;
    pointer-events: none;
}

body.page-quiz .qp-subtab-c {
    overflow: visible;
}

/** lead capture page **/

body.page-quiz .quiz-lc .take-q.qp_thin .qp_a{
    border: 0;
    max-width: none;
    padding: 5px 0 0 5px;
}

body.page-quiz .quiz-lc .qp_q {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

body.page-quiz .quiz-lc a{
    color: #fff;
    text-decoration: underline;
}

body.page-quiz .quiz-lc .qp_qi {
    text-align: left;
}

body.page-quiz .quiz-lc .qp_q .qp_qi img {
    top: -35px;
    bottom: auto;
}

body.page-quiz .quiz-lc .qp_qi ul {
    margin-bottom: 0;
}

body.page-quiz .quiz-lc .take-q {
    margin-bottom: 0;
    padding-left: 0;
}

body.page-quiz .quiz-lc .take-q+.take-q {
    margin-top: 1em;
}

body.page-quiz .quiz-lc .take-q.qp_thin {
    margin-top: 0;
}

body.page-quiz .quiz-lc .take-q.qp_thin .qp_q{
    padding-left: 22px;
    max-width: none;
    width: auto;
}

body.page-quiz .quiz-lc .take-q.qp_thin .qp_q p:last-child{
    margin-bottom: 0;
}

body.page-quiz .quiz-lc .qp_hrb {
    border: 2px solid #fff;
}

body.page-quiz .quiz-lc input.qp_txti {
    max-width: 320px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
}

body.page-quiz .quiz-lc .qp_picq .qp_pic{
    max-width: 225px;
    margin-bottom: 3em;
    height: 50px;
}

body.page-quiz .quiz-lc .qp_bo {
    margin: 30px auto;
    display: block;
    max-width: none;
    text-align: center;
    position: static!important;
}

body.page-quiz .quiz-lc .qp_bo .qp_hrb {
    float: none;
}

body.page-quiz .quiz-lc #quiz-end input{
    font-size: 25px;
    line-height: 44px;
    font-weight: 700;
}

/****/
/** thank you page **/

body.page-quiz .qp-notab-c .sel .qp_a{
    border: 0;
    padding: 10px 0 0;
}

body.page-quiz .qp-notab-c .sel .qp_a a{
    font-size: 115%;
    background: #fff;
    color: #003B6A;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: 600;
}

body.page-quiz .qp-notab-c .qp_q {
    max-width: none;
}

body.page-quiz .qp-notab-c .qp_q .qp_qi img {
    display: none;
}

body.page-quiz .qp-notab-c+.qp_score+.qp_bo {
    display: none;
}

body.page-quiz div[tid="thankyou"] .qp_q {
    padding-left: 0;
}

body.page-quiz div[tid="thankyou"] p {
    margin-top: 0;
    margin-bottom: 20px;
}

body.page-quiz div[tid="thankyou"] {
    margin-bottom: 0;
}

body.page-quiz div[tid="thankyou"]+div[tid="score"] .qp_q {
    display: none;
}

body.page-quiz div[tid="thankyou"]+div[tid="score"] .qp_ao {
    max-width: 244px;
    margin: 0 auto;
}

body.page-quiz div[tid="score"] {
    max-width: 390px;
    margin: 0 auto 30px;
}

body.page-quiz div[tid="thankyou"]+div[tid="score"] .qp_a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.page-quiz div[tid="thankyou"]~div:not(:last-child){
    display: none;
}

body.page-quiz .qp-win {
    z-index: 2;
}

/**** slider ****/

#slider-quiz,#slider-quiz ul
{
    height: 280px;
}

#slider-quiz
{
    margin: auto;
    overflow: hidden;
    margin-top: 100px;
    position: relative;
    width: 600px;
    margin-left: 50%;
    transform: translateX(-50%);
}

#slider-quiz li
{
    float: left;
    position: relative;
    width: 600px;
    display: inline-block;
    height: 280px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#slider-quiz li strong {
    font-size: 14px;
    font-weight: 200;
    display: block;
}

#slider-quiz ul
{
    list-style: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 9000px;
    transition: left .3s linear;
    -moz-transition: left .3s linear;
    -o-transition: left .3s linear;
    -webkit-transition: left .3s linear;
    margin: 0;
    padding: 0;
}

#slider-quiz li img {
    width: 187px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*** target hooks ****/
/*
@-webkit-keyframes slide-animation {
    0% {opacity:0;}
    2% {opacity:1;}
    20% {left:0px; opacity:1;}
    22.5% {opacity:0.6;}
    25% {left:-600px; opacity:1;}
    45% {left:-600px; opacity:1;}
    47.5% {opacity:0.6;}
    50% {left:-1200px; opacity:1;}
    70% {left:-1200px; opacity:1;}
    72.5% {opacity:0.6;}
    75% {left:-1800px; opacity:1;}
    95% {opacity:1;}
    98% {left:-1800px; opacity:0;} 
    100% {left:0px; opacity:0;}
}
*/

@-webkit-keyframes slide-animation {
    0% {opacity:0;}
    1% {opacity:1;}
    13.5% {left:0px; opacity:1;}
    15% {opacity:0.6;}
    16.5% {left:-600px; opacity:1;}
    30% {left:-600px; opacity:1;}
    31.5% {opacity:0.6;}
    33% {left:-1200px; opacity:1;}
    46.5% {left:-1200px; opacity:1;}
    48% {opacity:0.6;}
    49.5% {left:-1800px; opacity:1;}
    63% {left:-1800px; opacity:1;}
    64.5% {opacity:0.6;}
    66% {left:-2400px; opacity:1;}
    79.5% {left:-2400px; opacity:1;}
    81% {opacity:0.6;}
    82.5% {left:-3000px; opacity:1;}
    96% {opacity:1;}   
    99% {left:-3000px; opacity:0;} 
    100% {left:0px; opacity:0;}    
}

#slider-quiz ul{
    animation: slide-animation 30s infinite;
}

/*****/

@media (max-width: 700px){
    body.page-quiz .qp_picq,
    body.page-quiz .qp_title {
        flex-direction:  column;
    }

    body.page-quiz .qp_pic{
        flex: 0 0 125px;
        margin-bottom: 25px;
        max-width: 280px;
    }

    body.page-quiz .qp_picq .qp_q,
    body.page-quiz .qp_title div {
        padding-left: 0;
    }

    body.page-quiz .qp_container {
        padding: 40px 15px;
    }

    body.page-quiz .qp_q .qp_qi img{ 
        display: none;
    }
}

@media (max-width: 480px){
    body.page-quiz .qp_ao .qp_flex {
        flex-direction: column;
    }

    body.page-quiz .qp_ao .qp_flex.cf3 .qp_flexc{
        width: 60%;
    }
}

@media (max-width: 360px){
    body.page-quiz:not([tidx-1='1']):not([first='1']) .qp-subtab-c[tabs='1']:before {
        background: none;
    }
}