@font-face {
    font-family: 'permanent_markerregular';
    src: url('../assets/fonts/PermanentMarker-webfont.eot');
    src: url('../assets/fonts/PermanentMarker-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/PermanentMarker-webfont.woff') format('woff'),
    url('../assets/fonts/PermanentMarker-webfont.ttf') format('truetype'),
    url('../assets/fonts/PermanentMarker-webfont.svg#permanent_markerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../assets/fonts/GothamRounded-MediumItalic.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/GothamRounded-MediumItalic.otf')  format('opentype'), url('../assets/fonts/GothamRounded-MediumItalic.woff') format('woff'), url('../assets/fonts/GothamRounded-MediumItalic.ttf')  format('truetype'), url('../assets/fonts/GothamRounded-MediumItalic.svg#GothamRounded-MediumItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../assets/fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/GothamRounded-Medium.otf')  format('opentype'), url('../assets/fonts/GothamRounded-Medium.woff') format('woff'), url('../assets/fonts/GothamRounded-Medium.ttf')  format('truetype'), url('../assets/fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../assets/fonts/GothamRounded-LightItalic.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/GothamRounded-LightItalic.otf')  format('opentype'), url('../assets/fonts/GothamRounded-LightItalic.woff') format('woff'), url('../assets/fonts/GothamRounded-LightItalic.ttf')  format('truetype'), url('../assets/fonts/GothamRounded-LightItalic.svg#GothamRounded-LightItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../assets/fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/GothamRounded-Light.otf')  format('opentype'), url('../assets/fonts/GothamRounded-Light.woff') format('woff'), url('../assets/fonts/GothamRounded-Light.ttf')  format('truetype'), url('../assets/fonts/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../assets/fonts/GothamRounded-BookItalic.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/GothamRounded-BookItalic.otf')  format('opentype'), url('../assets/fonts/GothamRounded-BookItalic.woff') format('woff'), url('../assets/fonts/GothamRounded-BookItalic.ttf')  format('truetype'), url('../assets/fonts/GothamRounded-BookItalic.svg#GothamRounded-BookItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../assets/fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/GothamRounded-Book.otf')  format('opentype'), url('../assets/fonts/GothamRounded-Book.woff') format('woff'), url('../assets/fonts/GothamRounded-Book.ttf')  format('truetype'), url('../assets/fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../assets/fonts/GothamRounded-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/GothamRounded-BoldItalic.otf')  format('opentype'), url('../assets/fonts/GothamRounded-BoldItalic.woff') format('woff'), url('../assets/fonts/GothamRounded-BoldItalic.ttf')  format('truetype'), url('../assets/fonts/GothamRounded-BoldItalic.svg#GothamRounded-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../assets/fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/GothamRounded-Bold.otf')  format('opentype'), url('../assets/fonts/GothamRounded-Bold.woff') format('woff'), url('../assets/fonts/GothamRounded-Bold.ttf')  format('truetype'), url('../assets/fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
html, body {width: 100%; height: 100%; box-sizing: border-box; margin: 0; padding: 0; font-size: 18px; }

body {display: flex; flex-direction: column; background-color: #D4F2FF; font-family: 'GothamRounded', sans-serif; font-weight: 100; font-size: 1rem; color: #000; }

a:hover, .link:hover, a:focus, .link:focus {text-decoration: none;}

#app { display: flex; position: relative; flex-direction: column; align-items: center; width: 100%; height: 100%; padding: 0; box-sizing: border-box; margin: 0 auto; max-width: 800px; }
#app.questions:before {filter: grayscale(1); opacity: 0.25; }
#app.finished:before {display: none;}

.title {display: block; font-size: 1.4em; margin: 0; width: 100%; font-weight: bold;}

.ix-extra-info-text {margin: 0; font-size: 0.8rem;}
.ix-extra-info-text a {color: inherit;}

.container { width: 100%; max-width: 1000px; margin: 0 auto; flex-shrink: 0; }

#ix-privacy { font-size: 0.8rem; }
#ix-privacy a { color: #fff; }
.questions + footer #ix-privacy,
.finished + footer #ix-privacy {width: 100%; text-align: center;}

.loading {position: relative;}

.content-to-load {transition: opacity 0.3s; opacity: 1; }
.loading .content-to-load {opacity: 0; pointer-events: none; }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/** CONTENT **/
#ix-content-container {  }
#ix-content-title { display: none; position: relative; z-index: 1; text-align: center; padding: 30px 0 40px 0; font-size: 3em; text-transform: uppercase; }
#ix-content {padding: 25px; width: 100%; min-height: 300px; margin: 0 auto;box-sizing: border-box; text-align: center; position: relative;}

/** INTRO **/
#ix-intro { max-width: 500px; margin: 50px auto; }
#ix-intro::before { content: ""; background: url(../assets/images/intro.png) no-repeat center; background-size: contain; width: 100%; padding-top: 46.4%; margin: 0 auto 25px; display: flex; align-items: center; justify-content: center; }
#ix-intro-description { font-size: 1.25rem; margin: 0 0 25px; }
#ix-intro-title { text-align: center; margin: 0 0 25px; font-size: 2em; line-height: 2rem; }

.intro #ix-content {min-height: 0; padding: 15px 25px;}
.intro .ix-buttons-container {margin: 0;}
.intro .button {width: 50%;}

.ix-version-container {position: fixed; right: 10px; bottom: 5px; display: none;}
.ix-version-container span {font-size: 0.8rem; color: #000; }

/** FOOTER **/
footer.container { display: flex; position: relative; flex-direction: column; justify-content: space-between; align-items: flex-start; margin: 15px 0 15px 0; }
footer.container > div { width: 100%; text-align: center; flex-shrink: 0; }
footer.container > div:not(:first-child) {margin: 20px auto 0;}

footer.container #ix-languages,
footer.container #ix-privacy { display: none; }
footer.container #ix-languages { text-align: center; }
footer.container #ix-logos { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; }
footer.container #ix-logo-partner img { width: 60px; height: auto; }
footer.container #ix-logo-ivox { margin-left: 25px; }
footer.container #ix-logo-ivox a { display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; }
footer.container #ix-logo-ivox span { display: none; margin-bottom: 10px; font-size: 0.8rem; color: #555; text-decoration: none; text-underline: none; }
footer.container #ix-logo-ivox img { width: 139px; height: auto; }
footer.container .rings-loader { display: none; }

.loading footer.container { position: fixed; display: block; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.loading footer.container #ix-logo-partner,
.loading footer.container #ix-logo-ivox { display: none; }
.loading footer.container .rings-loader { display: block; }

/** TECHNICAL ISSUES **/
.technical-issue { color: #555555; font-size: 0.8rem; }
.technical-issue a { color: #555; text-decoration: underline; font-weight: bold; }

/** MOBILE **/

.ix-mobile { display: none !important; }
body.mobile .ix-mobile { display: inline-block !important; }

@media (max-width: 50em) {
    /** GENERAL **/
    #app {padding: 0;}

    /** CONTENT **/
	#ix-content-title {font-size: 3em;}

}

@media (max-width: 40.5em) {
    /** GENERAL **/
    .title {font-size: 1.2em;}

    /** CONTENT **/
	.questions #ix-content-title {padding: 10px 10px 40px 10px;}
	#ix-content-title { padding: 20px 5px 20px 5px; font-size: 2em; }

	/** INTRO **/
	#ix-intro-title {font-size: 2.2rem; line-height: 2.2rem;}
	.intro .button {width: 60%;}

}

@media (max-width: 30em) {
	#ix-content { padding: 15px; }

    /** GENERAL **/
	footer.container #ix-logo-partner img {width: 40px;}
	footer.container #ix-logo-ivox img {width: 100px;}

    /** CONTENT **/
	#ix-content-title {font-size: 2em; padding: 15px 10px 15px 10px;}
}

@media (max-width: 25em) {
    /** GENERAL **/
}
#ix-buttons { display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: relative; z-index: 8; margin-top: 25px; }

.button-container { display: flex; align-items: center; justify-content: space-between; }

.button-container .button-text { display:block; margin-top: -4px; cursor: pointer; }

.button { margin: 0; padding: 11px 15px 10px; font-size: 1rem; line-height: 1rem; font-weight: bold; border: 0; outline: none; transition: 0.3s; -webkit-appearance: none; cursor: pointer; color: #fff; position: relative; display: inline-block; border-radius: 3px; background: #0081c8; background: -moz-linear-gradient(-45deg, #0081c8 0%, #00a651 100%); background: -webkit-linear-gradient(-45deg, #0081c8 0%,#00a651 100%); background: linear-gradient(135deg, #0081c8 0%,#00a651 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c8', endColorstr='#00a651',GradientType=1 ); -webkit-backface-visibility: hidden;}
.button::after { position: absolute; content: ''; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; border-radius: 3px; background: #0081c8; background: -moz-linear-gradient(-45deg,  #0081c8 0%, #fcb131 100%); background: -webkit-linear-gradient(-45deg,  #0081c8 0%,#fcb131 100%); background: linear-gradient(135deg,  #0081c8 0%,#fcb131 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c8', endColorstr='#fcb131',GradientType=1 ); -webkit-transition: opacity 1s ease-out; transition: opacity 1s ease-out; opacity: 0; }
.button:hover::after { opacity: 1; }
.button span { position: relative; z-index: 1; }

.back-button,
.next-button { cursor: pointer; }

.back-button { margin-right: auto; }
.next-button { margin-left: auto; }

.back-button .button,
.next-button .button { display: flex; width: 40px; height: 40px; padding: 0; align-items: center; justify-content: center; }

.back-button .button { margin-right: 10px; }
.next-button .button { margin-left: 10px; }

.back-button .button .button-arrow,
.next-button .button .button-arrow { width: 10px; height: 10px; color: transparent; border-top: solid 5px #fff; border-right: solid 5px #fff; }

.back-button .button .button-arrow { margin-left: 4px; }
.next-button .button .button-arrow { margin-left: -4px; }

.back-button .button .button-arrow { transform: rotate(-135deg); }
.next-button .button .button-arrow { transform: rotate(45deg); }

@media (hover: hover) {
    .button:hover::after { opacity: 1; }
    .button-container:hover .button::after { opacity: 1; }
}
#ix-clock { width: 80px; height: 80px; position: relative; background: #fff; box-shadow: inset 0 0px 0 2px #005882; border-radius: 50%; -webkit-box-shadow: inset 0 0px 0 2px #005882;-moz-box-shadow: inset 0 0px 0 2px #005882;}

#ix-clock #ix-clock-face { background-image: url(../assets/images/clock-base.png?v=1.0.6); background-repeat: no-repeat; background-size: 80px; height: 100%; width: 100%; position: relative; }
#ix-clock #ix-clock-face:before {content: '';display: block;width: calc(100% + 2px);height: calc(100% + 2px);border-radius: 50%;position: absolute;border: solid 4px #345172;left: -1px;right: 0;top: -1px;bottom: 0;margin: auto;background: transparent;box-sizing: border-box;z-index: 10;}
#ix-clock #ix-clock-counter { background: #00587E; color: #fff; border-radius: 50%; width: 50px; height: 50px; line-height: 50px; font-size: 1.2em; text-align: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

#ix-clock #ix-clock-pie { position: absolute; width: 90%; height: 90%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
#ix-clock #ix-clock-pie, #ix-clock-pie * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#ix-clock #ix-clock-pie .pie { width: 50%; height: 100%; position: absolute; background: #09BF94; -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; }
#ix-clock #ix-clock-pie.half .pie { background: #FF726D; }
#ix-clock #ix-clock-pie .spinner { border-radius: 100% 0 0 100% / 50% 0 0 50%; z-index: 200; border-right: none; -webkit-animation: rota 10s linear; -moz-animation: rota 10s linear; -o-animation: rota 10s linear; animation: rota 10s linear; }
#ix-clock #ix-clock-pie:hover .spinner,
#ix-clock #ix-clock-pie:hover .filler,
#ix-clock #ix-clock-pie:hover .mask { -webkit-animation-play-state: running; -moz-animation-play-state: running; -o-animation-play-state: running; animation-play-state: running; }
#ix-clock #ix-clock-pie .filler { border-radius: 0 100% 100% 0 / 0 50% 50% 0; left: 50%; opacity: 0; z-index: 100; border-left: none; -webkit-animation: opa 10s steps(1, end) reverse; -moz-animation: opa 10s steps(1, end) reverse; -o-animation: opa 10s steps(1, end) reverse; animation: opa 10s steps(1, end) reverse; }
#ix-clock #ix-clock-pie .mask { width: 50%; height: 100%; position: absolute; background: inherit; opacity: 1; z-index: 300; background: #fff; border-radius: 134px 0 0 134px; -webkit-animation: opa 10s steps(1, end); -moz-animation: opa 10s steps(1, end); -o-animation: opa 10s steps(1, end); animation: opa 10s steps(1, end); }

@keyframes rota {
	0% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); }
	100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
}
@keyframes opa {
	0% { opacity: 0; }
	50%, 100% { opacity: 1; }
}

@media (max-width: 40.5em) {
	#ix-clock {width: 60px; height: 60px;}
	#ix-clock #ix-clock-face { background-size: 60px; }
	#ix-clock #ix-clock-counter { width: 40px; height: 40px; line-height: 40px; font-size: 1em; }
}

#consent { position: fixed; box-sizing: border-box; bottom: 0px; left: -100%; width: 100%; max-width: 100%; transition: all 0.25s ease 0s; z-index: 999; }
#consent.active { left: 0px; width: 850px; }

#consent-content { position: relative; max-width: 800px; background: #fff; padding: 15px 25px; border: 1px solid #0081c8; box-shadow: 0px 0px 200px rgba(255, 255, 255, 0.15); }
.initial #consent-content { margin: 0 25px; }
#consent-content > h3 { font-weight: bold; margin-top: 0; }
#consent-content > p { margin: 10px 0; }

#consent-actions::after { content: ""; display: table; clear: both; }
#consent-submit { color: #fff; cursor: pointer; text-align: center; display: inline-block; float: right; }
#consent-details-action { padding: 5px 25px; cursor: pointer; display: inline-block; float: right; text-decoration: underline; margin-right: 10px; }

#consent-details {  }
#consent-details ul { margin: 25px 0px 0px; padding: 0px 0px 0px 20px; list-style: disc; display: block; }
#consent-details ul li {  }
#consent-details ul li + li { margin-top: 5px; }

#consent-open { position: absolute; left: 100%; bottom: 0; transition: 0.25s; cursor: pointer; border-right: 40px solid rgba(255, 255, 255, 0.75); border-top: 40px transparent solid; border-bottom: 40px transparent solid; border-left: 40px transparent solid; transform: translate(-50%, 50%) rotateZ(-45deg); }
#consent-open > div { position: absolute; top: -12.5px; right: -36px; background: #0081c8; color: rgba(255,255,255,0.75); font-size: 16px; text-transform: uppercase; border-radius: 50%; font-weight: bold; width: 25px; height: 25px; text-align: center; line-height: 25px; transform: rotateZ(45deg); }

#consent-privacy { margin-top: 15px; }
#consent-privacy a { font-size: 0.8rem; }

#consent.initial { top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; }
#consent.initial::before { content: ""; display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.75); }
#consent.initial #consent-open { display: none; }
.error {margin: 0 0 15px 0;}
.error p {color: #ee334e; font-weight: bold; margin: 0;}
.error:empty {display: none;}

.fade-enter-active, .fade-leave-active {
  transition: all .25s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.game { margin-bottom: 25px; }
.game > .question-title { font-size: 2.5rem; line-height: 2.5rem; color: #ee334e; text-transform: uppercase; font-family: "Trim"; }
.game .screen-questions-sub-question > .question-title { font-family: "Trim"; text-align: center; font-size: 1.5rem; margin: 40px auto 20px; }
.game .screen-questions-sub-question:not(.single-optin) > .question-description { margin-top: 30px; }
.game .screen-questions { text-align: left; }
.game .dropdown-container { width: 100%; border: 1px solid rgba(122, 122, 122, 0.3); margin: 0; height: auto; padding: 10px; }
.game .single ul.single-horizontal { margin: 0; }

.game .game-children { display: flex; flex-flow: row wrap; align-items: center; }
.game .game-children > .question-title { display: block; font-size: 1rem; font-weight: normal; text-align: left; width: 100%; font-family: 'T-Star Pro', sans-serif; text-transform: none; }
.game .game-children > .question-description { margin: 0 !important; }
.game .game-children > .input-text { width: 50%; margin: 5px 0 5px auto; }

.game-errors { margin: 25px auto -15px; }
.game-errors .error { color: #ee334e; font-weight: bold; }

.game-buttons .button { margin-top: 40px; display: inline-block; min-width: 60%; }
.game-buttons .skip { margin-top: 25px; text-decoration: underline; cursor: pointer; color: #ee334e; font-size: 0.9rem; }

.game .next-clicked .screen-questions-sub-question .error-show {border: solid 2px #ee334e;}

@media (max-width: 25em) {
    .game > .question-title { font-size: 2.25rem; line-height: 2.25rem; }

}
#ix-languages { text-align: right; }

#languages .country-flag { max-width: 24px; display: inline-block; margin-right: 10px; }
#languages .current { display: inline-block; cursor: pointer; line-height: 18px; padding: 10px 10px 10px 45px; background: rgba(255, 255, 255, 0.75); position: relative; }
#languages .current img { position: absolute; top: 10px; left: 10px; }

#languages .options { display: none; background: rgba(255, 255, 255, 0.75); padding: 15px; text-align: left; }
#languages.active .options { display: block; }
#languages .options .option-list { margin: 0; padding: 0; list-style: none; }
#languages .options .option-list .option-item { padding-left: 45px; position: relative; }
#languages .options .option-list .option-item .country-flag { position: absolute; left: 0; top: 3px; }
#languages .options .option-list .option-item + .option-item { margin-top: 15px; }

#languages .locale-list { margin: 0; padding: 0; list-style: none; }
#languages .locale-item + .locale-item { margin-top: 10px; }
#languages .locale-item.active { font-weight: bold; }
#languages .locale-item a { color: #000; }
#languages .locale-item.active a { text-decoration: none; }
.litepicker .container__months { background-color: #000; border-radius: 0; border: 2px solid #ee334e; box-shadow: none; }

.litepicker .container__days .day-item { color: #fff; border-radius: 0; }
.litepicker .container__days .day-item.is-end-date,
.litepicker .container__days .day-item.is-start-date { color: #fff; background-color: #ee334e;}
.litepicker .container__days .day-item:hover { color: #ee334e; box-shadow: inset 0 0 0 1px #ee334e; }
.rings-loader {
    position: relative;
    width: 94px !important;
    height: 57px;
    margin: 0 auto;
    padding: 9px 0 8px;
    /* display: none; */
    border-radius: 5px;
}

.rings-loader__ring {
    width: 28px;
    height: 28px;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    -moz-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}

.rings-loader__ring--one {
    position: absolute;
    top: 8px;
    left: 0;
    border-color: #1881c4;
    border-top-color: transparent;
}

.rings-loader__ring--two {
    position: absolute;
    top: 8px;
    left: 32px;
    border-color: #010101;
    border-right-color: transparent;
}

.rings-loader__ring--three {
     position: absolute;
     top: 8px;
     left: 64px;
     border-color: #ea444f;
     border-bottom-color: transparent;
 }

.rings-loader__ring--four {
    position: absolute;
    top: 18px;
    left: 16px;
    border-color: #fcb01c;
    border-left-color: transparent;
}

.rings-loader__ring--five {
    position: absolute;
    top: 18px;
    left: 48px;
    border-color: #10a74a;
    border-right-color: transparent;
}
.pixel {display: block; position: fixed; left: -5px; top: -5px; width: 1px; height: 1px; }
.pixel iframe {width: 1px; height: 1px;}
.dropdown-container {display:flex; width: 65%; height: 40px; justify-content: flex-start; align-items: center; position:relative;margin: 5px auto 50px;  padding: 0 0 0 10px; font-weight: bold; font-size: 1.125rem; background: black; border: 1px solid white; cursor: pointer; text-align: center; text-align-last:center; box-sizing: border-box;}
.dropdown-container.show {border-bottom: solid 1px transparent;}

.dropdown-container:after {content: ''; position: absolute; right: 10px; top:7px; bottom : 0; border: solid #606060; border-width: 0 3px 3px 0; transform: translate(-35%, -50%) rotateZ(45deg); margin: auto; width: 8px;height: 8px; }
.dropdown-container.show:after {transform: translate(-35%, -50%) rotateZ(-135deg); top: 17px;}

.dropdown-container .dropdown-options {display: flex; flex: 0; position: absolute; left: -1px; top: 100%; height: 0; opacity: 0; overflow-y: scroll; z-index: 9; flex-direction: column;background: black; border: 1px solid #919191; align-items: flex-start; width: 100%;}
.dropdown-container.show .dropdown-options {height:auto;max-height: 200px; border-top: none; opacity: 1; border-top: 1px solid #919191;}
.dropdown-options .dropdown-option {display:flex; flex: 1 0 auto; color: white; width: 100%; padding: 10px; text-align: left; text-align-last: left; font-weight: normal; font-size: 1rem; box-sizing: border-box; transition: .1s;}
.dropdown-options .dropdown-option:not(:last-child) {border-bottom: 1px solid rgba(145, 145, 145, 0.25); }

.dropdown-options .dropdown-option:hover {color: #fff; background: #ee334e;}
.dropdown-options .selected {color: #fff; background: #ee334e;}

.dropdown-options::-webkit-scrollbar-track { background-color: transparent; }
.dropdown-options::-webkit-scrollbar { width: 2px; background-color: transparent; }
.dropdown-options::-webkit-scrollbar-thumb { background-color: #606060; border-radius: 10px;}

.optionSelected .dropdown-placeholder,
.dropdown-option-selected {display: none;}
.optionSelected .dropdown-option-selected,
.dropdown-placeholder {display:flex; align-items: center; justify-content: flex-start; margin-top: -4px; height: 100%; flex: 1; text-align: left; box-sizing: border-box;}

.dropdown-placeholder {color: #606060;}


.multiple ul { margin: 25px -1%; padding: 0; list-style: none; text-align: left; display: flex; flex-flow: row wrap; }
.multiple li { width: calc(96% / 2); margin: 0 1% 2%; font-size: 0.9rem; border-radius: 3px; border: 3px solid #eee; padding: 10px; box-sizing: border-box; display: flex; flex-flow: column wrap; position: relative; cursor: pointer;  text-align: center; align-items: center; justify-content: center; }
.multiple li .single-checker { position: absolute; right: 5px; top: 0; background: transparent; }
.multiple li .single-checker::after { outline: none; content: ""; display: block; height: 1px; width: 1px; background: rgba(0, 166, 81, 0); position: absolute; top: 9px; right: 1px; border-radius: 50%; transform: translate(50%, -50%); transition: 0.2s; }
.multiple li.selected .single-checker::after { background: rgba(0, 166, 81, 0.25); height: 40px; width: 40px; }
.multiple li.selected .single-checker::before { outline: none; content: ""; display: block; width: 10px; height: 20px; border: solid #00a651; border-width: 0 4px 4px 0; transform: rotateZ(45deg); position: absolute; top: -5px; right: -5px; }
.multiple li .single-answer { width: 100%; }

.multiple ul.images { display: flex; flex-wrap: wrap; }
.multiple ul.images li { width: calc(92% / 4); }
.multiple ul.images li::before { content: ""; display: block; border-top: 1px solid #ddd; order: 2; width: 100%; margin: 10px 0 5px; }
.multiple ul.images li .answer-image-container { position: relative; order: 1; width: 100%; }
.multiple ul.images li .answer-image-container img { position: relative; display: block; width: 100%; max-width: 100px; height: auto; margin: 0 auto; box-sizing: border-box;}
.multiple ul.images li .single-answer { order: 3; display: block; margin: auto 0 0; font-weight: 300; font-size: 0.8rem; text-align: center; }

.multiple .escaped li { opacity: 0.5; }
.multiple .escaped li.selected { opacity: 1; }


@media (max-width: 62.500em) {
    .multiple ul.images li { width: calc(92% / 4); }
}

@media (max-width: 49em) {
    .multiple ul.images li { width: calc(94% / 3); }
}

@media (max-width: 37.500em) {
    .multiple ul li { width: 98%; }
    .multiple ul.images li { width: calc(96% / 2); }
}

@media (max-width: 25em) {
}

.open-date {  }

.open-date .open-date-inputs-container {display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box;}

.open-date .open-date-inputs-container label.input-text {display: flex; flex: 1 0 30%; flex-direction: column; margin-right: 5%; box-sizing: border-box;}
.open-date .open-date-inputs-container label.input-text:last-child {margin-right: 0;}

.open-date .open-date-inputs-container .dropdown-container,
.open-date .open-date-inputs-container input {font-size: 1rem; box-sizing: border-box; height: 45px;}

.open-date .open-date-inputs-container .date-day-input,
.open-date .open-date-inputs-container .date-month-input {width: 100%}

.open-date .open-date-inputs-container .date-year-input {width: 100%}






.open-postal .input-text { position: relative; display: block; }
.open-postal .input-text input { outline: none; }
.open-postal .autocomplete { border: 1px solid #ee334e; margin-top: -1px; background: #000; position: absolute; top: 100%; left: 0; right: 0; z-index: 1; }
.open-postal .autocomplete > div { padding: 10px; cursor: pointer; transition: 0.1s; }
.open-postal .autocomplete > div + div { border-top: 1px solid rgba(122, 122, 122, 0.3); }
.open-postal .autocomplete > div:hover { background: #ee334e; color: #fff; }
.slider-container { margin: 25px auto 50px; width: 100%; max-width: 500px; position: relative; box-sizing: border-box; }
.slider-container .vue-slider { display: block; width: 100% !important; height: 40px !important; margin: 0; position: relative; }
.slider-container .vue-slider .vue-slider-rail { position: absolute; background: #0081c8; border-radius: 7px; width: 100%; height: 6px; left: 0; right: 16px; top: 13px; text-align: center; cursor: pointer; }
.slider-container .vue-slider .vue-slider-rail::before { content: ""; position: absolute; left: 50%; top: -2px; transform: translateX(-50%); display: inline-block; width: 10px; height: 10px; background-size: cover; }
.slider-container .vue-slider .vue-slider-dot { cursor: pointer; width: 40px; height: 40px; top: -17px !important; margin-left: -16px; transform: none !important; border-radius: 50%; user-select: none; outline: none; }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle { position: relative; background-color: #fcb131; box-shadow: none !important; display: flex; align-items: center; justify-content: center; }
/*.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle:after { content: ''; color: black; width: 12px; height: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: url(../assets/images/slider_handle.png?v=1.0.6); background-size: contain; background-repeat: no-repeat; background-position: center; }*/
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle::before,
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle::after { content: ''; display: inline-block; border: solid #000; border-width: 0 2px 2px 0; width: 7px; height: 7px; margin-top: -1px; }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle::before { transform: rotateZ(135deg); }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle::after { transform: rotateZ(-45deg); }

.slider-container .dilemmas { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start; }
.slider-container .dilemmas > div { flex: 1 0 48%; max-width: 150px; font-size: 1rem; font-weight: 600; word-break: break-word; }
.slider-container .dilemmas .dilemma-left { margin-right: 2%; text-align: left; }
.slider-container .dilemmas .dilemma-right { margin-left: 2%; text-align: right; }

.slider-dots { position: absolute;top: 13px; left: 0; right: 0; width: 100%; height: 6px; pointer-events: none; }
.slider-dots span { position: absolute; height: 100%; width: 2px; background: rgba(255, 255, 255, 0.5); pointer-events: none; }

.moved .slide-hint {opacity: 0; transition: opacity 0.1s;}

.slide-hints {position: absolute; display: none; top: 13px; left: 0; right: 0; width: 100%; height: 6px; pointer-events: none;}
.slide-hint { position: absolute; width: 28px; left: 38%; display: flex; top: -4px; z-index: 9; pointer-events: none;}
.slide-hints .slide-hint:last-child {left: 57%; flex-direction: row-reverse;}

.slide-hint span {display: block; background: transparent; border: solid #ee334e; border-width: 0 0 5px 5px; transform: rotateZ(45deg); height: 9px; width: 9px; animation: 3s linear 0.8s infinite slideHint; pointer-events: none;}
.slide-hints .slide-hint span:nth-child(1) { transform: rotateZ(45deg) scale(0.6); margin-bottom: -4px; animation-delay: 1s; }
.slide-hints .slide-hint span:nth-child(2) { transform: rotateZ(45deg) scale(0.8); margin-bottom: -2px; animation-delay: 0.9s; }

.slide-hint:last-child span {display: block; background: transparent; border: solid #ee334e; border-width: 0 0 5px 5px; transform: rotateZ(-135deg); height: 9px; width: 9px; animation: 3s linear 0.8s infinite slideHint;}
.slide-hints .slide-hint:last-child span:nth-child(1) { transform: rotateZ(-135deg) scale(0.6); margin-bottom: -4px; animation-delay: 1s; }
.slide-hints .slide-hint:last-child span:nth-child(2) { transform: rotateZ(-135deg) scale(0.8); margin-bottom: -2px; animation-delay: 0.9s; }

@keyframes slideHint {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 30em) {
    .slide-hint {left: 36%;}
    .slide-hints .slide-hint:last-child {left: 58%;}
}

@media (max-width: 25em) {
    .slide-hint {left: 33%;}
    .slide-hints .slide-hint:last-child {left: 60%;}
}
.input-text input { width: 100%; font-size: 1rem; padding: 10px; font-weight: bold; border: solid rgba(0, 0, 0, 0.2); border-width: 0 0 3px; background-color: #eee; box-sizing: border-box; outline: none; }

.input-text input[type]:active, label.input-text input[type]:focus { border-bottom-color: #0081c8; }

.optin { margin-bottom: 25px; }
.optin .multiple ul { margin: 10px 0 0; }
.optin .multiple ul li { width: 100%; margin: 15px 0 0; display: flex; flex-flow: row nowrap; align-items: flex-start; text-align: left; }
.optin .multiple ul li span { display: inline-block; }
.optin .multiple ul li .single-checker { position: relative; right: auto; top: auto; margin-right: 15px; }
.optin .multiple ul li .single-checker::after { position: relative; top: auto; right: auto; height: 40px; width: 40px; background: rgba(0, 0, 0, 0.2); transform: translate(0, 0); }
.optin .multiple ul li.selected .single-checker::after { transform: none; background: rgba(0, 166, 81, 0.25); }
.optin .multiple ul li.selected .single-checker::before { top: 5px; right: 13px; }
.optin .multiple .error {display: none;}

.optin .screen-questions { text-align: left; margin-bottom: 40px; }

.optin-buttons .button {display: inline-block; min-width: 60%; }
.optin-buttons .skip { margin-top: 25px; text-decoration: underline; cursor: pointer; color: #555; font-size: 0.9rem; }

.optin .next-clicked .screen-questions-sub-question .error-show {border: solid 2px #ee334e;}

.ix-question-OPTIN { max-width: 500px; }

.optin > .question-description { margin: 0 auto; max-width: 300px; }
.optin > .question-description:empty { display: block; }
.optin > .question-description::before { content: ""; display: block; width: 100%; padding-top: 94.194%; background: url(../assets/images/prices.jpg) no-repeat center; background-size: contain; }
.screen-questions .next-button {display: none;}
.screen-questions > .screen-questions-next-button {display: block;}

.screen-questions .slider-container .dilemmas > div {font-weight: normal;}



.screen {display: flex; padding: 50px 50px 0 50px; min-height: 200px; flex-direction: column; justify-content: space-around; align-items: center;}
.screen .button {margin-top: 25px;}

@media (max-width: 40.5em) {
    .screen {padding: 25px 25px 0 25px;}
}
.single-right-wrong { max-width: 500px; margin: 0 auto; }
.single-right-wrong ul { display: flex; height: 100px; justify-content: center; align-items: center; list-style: none; padding: 0; margin: 25px auto 0; text-align: left; }
.single-right-wrong li {display: flex; margin: 0 3%; padding: 2%; flex-direction: column; align-items: center; justify-content: center; border: 1px solid transparent; position: relative; cursor: pointer; box-sizing: border-box;}

.single-right-wrong li:hover { border-color: rgba(122, 122, 122, 0.3); }
.single-right-wrong li.selected {color: white; border-color: #0085BE; background-color: #0085BE !important; }

.single-right-wrong li .single-answer {margin-top: 5px; text-align: center;}
.single-right-wrong li .single-answer-image {display: block; width: 70px; height: 70px; background-size: contain; background-position: center; background-repeat: no-repeat; }
.single-right-wrong li:nth-child(1) .single-answer-image { background-image: url(../assets/images/btn-thumb-up.png?v=1.0.6); }
.single-right-wrong li:nth-child(2) .single-answer-image { background-image: url(../assets/images/btn-thumb-down.png?v=1.0.6); }
.single-right-wrong li:nth-child(3) .single-answer-image { background-image: url(../assets/images/btn-questionmark.png?v=1.0.6); }

#ix-question .single-right-wrong > label {font-weight: normal;}
.single-right-wrong .question-description {font-weight: bold;}

.single ul { margin: 25px -1%; padding: 0; list-style: none; text-align: left; display: flex; flex-flow: row wrap; }
.single li { width: calc(96% / 2); margin: 0 1% 2%; font-size: 0.9rem; border-radius: 3px; border: 3px solid #eee; padding: 10px; box-sizing: border-box; display: flex; flex-flow: column wrap; position: relative; cursor: pointer; text-align: center; align-items: center; justify-content: center; }
.single li .single-checker { position: absolute; right: 5px; top: 0; background: transparent; }
.single li .single-checker::after { outline: none; content: ""; display: block; height: 1px; width: 1px; background: rgba(0, 166, 81, 0); position: absolute; top: 9px; right: 1px; border-radius: 50%; transform: translate(50%, -50%); transition: 0.2s; }
.single li.selected .single-checker::after { background: rgba(0, 166, 81, 0.25); height: 40px; width: 40px; }
.single li.selected .single-checker::before { outline: none; content: ""; display: block; width: 10px; height: 20px; border: solid #00a651; border-width: 0 4px 4px 0; transform: rotateZ(45deg); position: absolute; top: -5px; right: -5px; }
.single li .single-answer { width: 100%; }

.single ul.images { display: flex; flex-wrap: wrap; }
.single ul.images li { width: calc(92% / 4); }
.single ul.images li::before { content: ""; display: block; border-top: 1px solid #ddd; order: 2; width: 100%; margin: 10px 0 5px; }
.single ul.images li .answer-image-container { position: relative; order: 1; width: 100%; }
.single ul.images li .answer-image-container img { position: relative; display: block; width: 100%; max-width: 100px; height: auto; margin: 0 auto; box-sizing: border-box;}
.single ul.images li .single-answer { order: 3; display: block; margin: auto 0 0; font-weight: 300; font-size: 0.9rem; text-align: center; }

.single ul.single-horizontal { display: flex; flex-flow: row wrap; }
.single ul.single-horizontal li { padding: 20px; flex: 1 1 auto; text-align: center; }
.single ul.single-horizontal li + li { margin: 0 0 0 15px; }

.single-optin { margin-top: 25px; display: flex; flex-flow: row nowrap; align-items: flex-start; }
.single-optin span { order: 1; margin: 0; line-height: 1; flex-grow: 1; }
.single-optin ul { order: 2; display: flex; flex-flow: row nowrap; margin: 0 0 0 15px; }
.single-optin ul li { padding: 10px 15px 14px; }
.single-optin ul li + li { margin: 0 0 0 10px; }
.single-optin .error {display: none; order: 3; width: 100%; }

@media (max-width: 37.500em) {
    .single li { width: 98%; }
}

@media (max-width: 25em) {
    .single ul.images li {flex: 1 0 35%; padding: 7px 1%; }
    .single img {width: 90%;}
    .single ul.images li.selected .answer-image-container:before {left: 10px;}
}
#ix-question { padding: 25px; width: 100%; margin: 0 auto; box-sizing: border-box; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1); position: relative; background: #fff; border-radius: 7px; }

#ix-progress { position: relative; width: 100%; height: auto; margin-bottom: 25px; z-index: 10; display: flex; justify-content: center; align-items: center; }

#ix-stepped-bar-wrapper { flex-grow: 1; }
#ix-stepped-bar { border-radius: 7px; height: 20px; width: 0; transition: 0.3s; position: relative; background: #fcb131; background: -moz-linear-gradient(-45deg, #fcb131 0%, #ee334e 100%); background: -webkit-linear-gradient(-45deg, #fcb131 0%,#ee334e 100%); background: linear-gradient(135deg, #fcb131 0%,#ee334e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb131', endColorstr='#ee334e',GradientType=1 ); -webkit-backface-visibility: hidden; }

#ix-stepped { display: block; height: auto; text-align: center; margin-left: 25px; }
#ix-stepped span { position: relative; z-index: 2; display: inline-block; font-size: 1.1em; font-weight: bold; color: #ee334e; text-transform: uppercase; }

.question-title { display: block; font-size: 1.3em; margin: 0 0 15px 0; font-weight: bold; }

.question-description { display: block; font-size: 0.8em; margin: 15px 0; }
.question-description a { color: white; text-decoration: underline; }
.question-description:empty { display: none; }

.question-image-container { display: block; width: 100%; margin-bottom: 15px; }
.question-image-container img { display: block; width: 100%; height: auto; }

@media (max-width: 40.5em) {
    .question-description { font-size: 1rem; }
}

@media (max-width: 30em) {
    #ix-question { padding: 15px; }
}
.percentage-bar {display: flex; justify-content: space-between; align-items: center;}
.percentage-bar-container {flex: 1 0 75%; height: 10px; background: dimgray; border-radius: 5px;}
.percentage-bar-amount {background: #ee334e; height: 100%; border-radius: 5px;transition: width 0.5s ease-in;}
.percentage-bar-label {flex: 1 0 20%; margin-top: -4px;}

.compare-answers .profile-detail-answer-multiple,
.compare-answers .profile-detail-answer-single { background: transparent; padding: 0; border: none; }

.compare-answers .profile-detail-answer-multiple > div:not(.images),
.compare-answers .profile-detail-answer-single > div:not(.images) { display:flex; align-items: center; justify-content: center; min-height: 75px; background: #eee; padding: 25px; color: #000; }

.compare-answers .profile-detail-answer-multiple > div.same:not(.images),
.compare-answers .profile-detail-answer-single > div.same:not(.images) { background: #0081c8; padding: 25px; color: #fff; }

.compare-answers .profile-detail-answer-multiple > div,
.compare-answers .profile-detail-answer-single > div {margin-top: 10px;}

.compare-answers .profile-detail-answer-multiple img,
.compare-answers .profile-detail-answer-single img { max-width: 150px; width: 100%; height: auto; border-radius: 0; box-sizing: border-box; }

.compare-answers .profile-detail-answer-multiple .same span,
.compare-answers .profile-detail-answer-single .same span { color: #fff; }

.compare-answers .profile-detail-answer-multiple .images span,
.compare-answers .profile-detail-answer-single .images span {display:flex; justify-content:center; align-items:center; min-height: 50px;}
.compare-answers .profile-detail-answer-multiple .images.same span,
.compare-answers .profile-detail-answer-single .images.same span {color: #0081c8; }

.compare-answers .profile-detail-answer-multiple .same img,
.compare-answers .profile-detail-answer-single .same img { border: solid 2px #0081c8; }

@media (max-width: 25em) {
    .ix-result-detail-compare-container .compare-answers-container > div {padding: 0;}
}

.profile-detail-container { margin-top: 25px; }
.profile-detail-container .ix-result-block:not(:first-child) {margin-top: 25px;}
.profile-detail-container .compare-question-number span { padding: 0 15px 15px; display: inline-block; font-size: 1.1em; font-weight: bold; color: #000; }
.profile-detail-container h2 { font-size: 2em; color: #000; }

.profile-detail-container-back { display: flex; width: 40px; height: 40px; padding: 0; border: solid 2px transparent; align-items: center; justify-content: center; background: #0081c8; position: relative; border-radius: 50%; }
.profile-detail-container-back .button-arrow { width: 10px; height: 10px; color: transparent; border-top: solid 5px #fff; border-right: solid 5px #fff; transform: rotate(-135deg);margin-left: 4px;}

.profile-detail-container .profile-detail { margin-top: 25px; }
.profile-detail-container .ix-result-detail-img { margin-bottom: 10px; }
.profile-detail-container .profile-detail .ix-result-detail-img img { width: 200px; border-radius: 50%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.profile-detail-container .profile-detail .ix-result-detail-profile { margin: 0; font-size: 2em; line-height: 2rem;  }
.profile-detail-container .profile-detail .ix-result-detail-content { margin: 15px 0 0; font-size: 1rem; line-height: 1rem; }
.profile-detail-container .profile-detail .ix-result-detail-percentage { margin: 15px 0 0; font-size: 3em; line-height: 3rem; font-weight: bold; }
.profile-detail-container .profile-detail .ix-result-detail-bio { margin: 50px auto 0; text-decoration: none; }

.profile-detail-container .percentage-bar {width: 100%; margin: 0 auto; max-width: 250px}
.profile-detail-container .percentage-bar-label {flex: none; margin-left: 10px;}

.ix-result-detail-compare-container { display: flex; position: relative; flex-direction: column; background: #fff; padding: 20px 10px; margin: 15px 0 0; border-radius: 3px; border: 3px solid #eee; }
.ix-result-detail-compare-container .compare-answers-container { display: flex; margin: 25px 0 0 0; justify-content: space-around; align-items: flex-start; }
.ix-result-detail-compare-container .compare-answers-container > div { flex: 1 0 45%; padding: 2.5% 2.5% 0 2.5%; box-sizing: border-box; }
.ix-result-detail-compare-container .compare-answers-container > div:first-child { border-right: solid 1px gray; }
.ix-result-detail-compare-container .compare-answers-container > div:last-child { border-left: solid 1px gray; margin-left: -1px; }

.compare-question-title span {font-size: 1rem; }

.compare-answer-title { display: flex; height: 75px; justify-content: center; align-items: center; }
.compare-answer-title img { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.compare-answers-yours .compare-answer-title span { display:flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: #0081c8; color: #fff; font-size: 1rem; text-align: center; }

.compare-answers-other img { width: 50px; height: auto; border-radius: 50%; }
.same .compare-answers-other img { /*border: solid 4px #ee334e;*/ }

.compare-answers .profile-detail-answer { margin: 10px 0 0 0; }
.compare-answer { flex: 1 0 100%; background: transparent; border: solid 2px #696969; padding: 25px; color: black; margin: 10px 0 0 0; text-align: center; }
.compare-answer.same { background: #ee334e; border: solid 2px #ee334e; }

.dropdown .compare-answer,
.single .compare-answer,
.multiple .compare-answer {font-size: 0.9rem; font-weight: bold;}

.dropdown .compare-answer { display: flex; align-items: center; justify-content: center; min-height: 75px; color: white; }
.dropdown .compare-answer.same { color: black; }

.ix-result-detail-compare-container .compare-answers-container.screen-questions {margin: 0 0 50px 0;}
.compare-answers-container.screen-questions > div:first-child {display: none;}
.compare-answers-container.screen-questions > div > div:first-child {display: none;}
.compare-answers-container.screen-questions .compare-answer {background: transparent;}
.ix-result-detail-compare-container .compare-answers-container.screen-questions > div:last-child {border: none; width: 100%;}
.compare-answers-container.screen-questions .compare-answers-container.slider {margin: 25px 0 25px;}
.compare-answers-container.screen-questions .compare-answers-container.slider > div:first-child,
.compare-answers-container.screen-questions .compare-answers-container.slider > div > div:first-child{display: flex; flex-direction: column; justify-content: center;}
.compare-answers-container.screen-questions .ix-result-detail-compare-container .compare-answers-container {margin: 0 0 100px;}


.ix-result-detail-compare-container .compare-answers-container.slider {margin: 10px 0 25px 0; padding: 0 20px;}

.compare-answers-container.slider > div:first-child {display: none;}
.compare-answers-container.slider > div > div:first-child {display: none; padding-top: 0; margin-top: 0;}

.compare-answers-container.slider .compare-answer {background: transparent; padding: 0; border: none;}
.ix-result-detail-compare-container .compare-answers-container.slider > div:last-child {border: none; width: 100%;}

.compare-answers-container.slider .compare-answer-slider-container {display: flex; align-items: center; width: 100%; position: relative;}
.compare-answers-container.slider .compare-answer-slider-container .slider-dots {top: 25px; height: 10px;}
.compare-answers-container.slider .compare-answer-slider-container .compare-answer-slider-bar {height: 10px; margin: 25px 0; background: #fcb131; width: 100%; border-radius: 5px;}

.compare-answers-container.slider .compare-answer-slider-container .compare-answers-other,
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-yours { position: absolute; margin-left : -20px; }
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-other img { width: 48px; height: 48px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-yours .compare-answer-title span { width: 48px; height: 48px; }

.compare-answer-slider-answers {display: flex;justify-content: space-between; width: 100%; word-break: break-word;}
.compare-answer-slider-answers span {flex: 1 0 45%;}
.compare-answer-slider-answers .left {text-align: left; margin-right: 10%;}
.compare-answer-slider-answers .right {text-align: right}
.compare-answer-slider-container.same .compare-answers-yours {top: -45px}
.compare-answer-slider-container.same .compare-answers-other {z-index: 2;}


@media (max-width: 40.5em) {
    .dropdown .compare-answer,
    .single .compare-answer,
    .multiple .compare-answer {padding: 20px;}
}

@media (max-width: 30em) {
    .dropdown .compare-answer,
    .single .compare-answer,
    .multiple .compare-answer {padding: 15px;}
}

@media (max-width: 25em) {
    .dropdown .compare-answer,
    .single .compare-answer,
    .multiple .compare-answer {padding: 5px;}
}
.profile-popup-container { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: center; background: rgba(0,0,0,0.75); z-index: 999; overflow-y: auto; }
.profile-popup { max-width: 350px; border: 20px solid #ee334e; background: black; padding: 20px; position: relative; box-sizing: border-box; }
.profile-popup-close { position: absolute; top: 5px; right: 18px; cursor: pointer; }
.profile-popup-close::before,
.profile-popup-close::after { content: ""; position: absolute; display: inline-block; width: 5px; height: 25px; border-radius: 1px; background: #fff; }
.profile-popup-close::before { transform: rotateZ(-45deg); }
.profile-popup-close::after { transform: rotateZ(45deg); }

.profile-popup > div > .question-title { color: #ee334e; font-size: 2.5rem; line-height: 2.5rem; }

.profile-popup .screen-questions-sub-question { text-align: left; }
.profile-popup .screen-questions-sub-question > .question-title { text-align: center; font-size: 1.75rem; margin-bottom: 25px; }
.profile-popup .screen-questions-sub-question.single ul { margin: 25px auto; }
.profile-popup .screen-questions-sub-question.dropdown .question-description { margin: 15px 0 0; }
.profile-popup .screen-questions-sub-question.dropdown .dropdown-container { margin: 5px auto; width: 100%; }

.profile-popup-errors { margin: 25px auto -15px; }
.profile-popup-errors .error { color: #ee334e; }

.profile-popup-buttons { margin-top: 35px; }
.profile-popup-buttons .button { display: inline-block; min-width: 200px; }

.profile-popup .screen-questions>div:not(:nth-child(2)) .dropdown-options .dropdown-option:last-child {font-style: italic;}

.profile-popup .next-clicked .screen-questions-sub-question .error-show {border: solid 2px #ee334e;}

.profile-popup-saving { display: flex; position: fixed; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; }
.profile-popup-saving::before { content: ""; position: absolute; height: 100%; width: 100%; background: rgba(0,0,0,0.75); }
.profile-popup-saving img { position: relative; z-index: 1; display: inline-block; height: auto; max-width: 50px; animation: spin 1s linear infinite; }
.finished #ix-content {padding-top: 0;}

#ix-result-content { max-width: 600px; margin: 0 auto; }
#ix-result-content .ix-share { position: relative; top: 0; right: 0; justify-content: flex-end; margin-bottom: 10px; }

.ix-result-top-block { }

#ix-result-details-hint { background: #fcb131; border-radius: 3px; padding: 5px; position: relative; bottom: -25px; font-size: 0.8rem; color: #fff; display: inline-block; }
#ix-result-details-hint::after { content: ""; display: block; border: solid transparent; border-width: 0 10px 10px 10px; border-bottom-color: #fcb131; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; }

.ix-result-stage-profiles,
.ix-result-runnerup-profiles,
.ix-result-extra { width: 100%; }

.ix-result-stage-text { font-size: 2rem; margin: 25px auto 15px; width: 100%; }

.ix-result-profiles { list-style: none; padding: 0; margin: 0; }
.ix-result-profiles li { display: flex; flex-flow: row nowrap; align-items: center; background: #fff; border-radius: 3px; border: 3px solid #eee; padding: 15px 25px 15px 15px; box-sizing: border-box; position: relative; cursor: pointer; transition: 0.2s; }
.ix-result-profiles li:hover { transform: scale(1.05); }
.ix-result-profiles li + li { margin-top: 10px; }
.ix-result-profiles li > div { position: relative; }
.ix-result-profiles .ix-result-profile-bar { display: block; top: 0; left: 0; bottom: 0; position: absolute; z-index: 0; background: rgba(212, 242, 255, 0.3); }
.ix-result-profiles .ix-result-profile-img {  }
.ix-result-profiles .ix-result-profile-img img { height: 50px; width: auto; display: block; border-radius: 3px; }
.ix-result-profiles .ix-result-profile-info { margin-left: 15px; flex-grow: 1; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; text-align: left; }
.ix-result-profiles .ix-result-profile-info > span:nth-child(2) { font-weight: bold; margin-left: 10px; }
.ix-result-profiles .ix-result-profile-text span { display: block; }
.ix-result-profiles .ix-result-profile-text span:last-child { font-size: 0.75rem; margin-top: 5px; }

.ix-result-runnerup-profiles { margin-top: 50px; }

.ix-result-stage-profiles > li + li { margin-top: 30px; }
.ix-result-stage-profiles > li::before { content: ""; display: block; background-repeat: no-repeat; background-size: cover; width: 40px; height: 40px; position: absolute; left: 50%; transform: translateX(-50%); top: -20px; z-index: 1; }
.ix-result-stage-profiles > li:nth-child(1) { border-color: rgba(252, 166, 47, 0.5); }
.ix-result-stage-profiles > li:nth-child(1)::before { background-image: url(../assets/images/first-place.png?v=0.0.1); width: 50px; height: 50px; top: -30px; }
.ix-result-stage-profiles > li:nth-child(2) { border-color: rgba(169, 211, 216, 0.5); }
.ix-result-stage-profiles > li:nth-child(2)::before { background-image: url(../assets/images/second-place.png?v=0.0.1); width: 45px; height: 45px; top: -25px; }
.ix-result-stage-profiles > li:nth-child(3) { border-color: rgba(200, 111, 92, 0.5); }
.ix-result-stage-profiles > li:nth-child(3)::before { background-image: url(../assets/images/third-place.png?v=0.0.1); }

.ix-result-extra { margin-top: 50px; }
.ix-result-extra-cta { padding: 15px 25px; }
.ix-result-extra-cta span { display: inline-block; }
.ix-result-extra-cta span::after { content: ""; display: inline-block; height: 10px; width: 10px; border: solid #fff; border-width: 0 0 2px 2px; transform: rotateZ(-45deg) translateY(-25%); margin-left: 25px; }

.ix-result-extra-search { position: relative; }
.ix-result-extra-search input { padding: 15px; }
.ix-result-extra-profiles { margin-top: 25px; }

.slide-leave-active,
.slide-enter-active {
  transition: 1s;
}
.slide-enter {
  transform: translate(100%, 0);
  opacity: 1;
}
.slide-leave-to {
  transform: translate(-100%, 0);
  opacity: 0;
}

.slide-reverse-leave-active,
.slide-reverse-enter-active {
  transition: 1s;
}
.slide-reverse-enter {
  transform: translate(-100%, 0);
  opacity: 0;
}
.slide-reverse-leave-to {
  transform: translate(100%, 0);
  opacity: 1;
}

@media (hover: hover) {
    .profile-result .ix-result-other-profile:hover {transform: scale(1.05);}
}

@media (max-width: 40.5em) {
    .profile-result .ix-result-top-profile-text p {font-size: 2.2rem; line-height: 2.2rem;}
    .profile-result .ix-result-other-profile-img {width: 30%;}
}

@media (min-width: 25em) {
    .ix-result-stage-profiles .ix-result-profile-img img { height: 75px; }
}

@media (min-width: 35em) {
    #ix-result-content .ix-share { position: absolute; top: 10px; right: 10px; transform: translateY(-100%); }
    .ix-result-stage-text { font-size: 2.5rem; margin: 50px auto; }

    .ix-result-stage-profiles { display: flex; flex-flow: row nowrap; align-items: flex-end; list-style: none; padding: 0; margin: 0; background-image: url(../assets/images/stage.png?v=0.0.1); background-position: bottom center; background-size: 70%; background-repeat: no-repeat; }
    .ix-result-stage-profiles > li:nth-child(1) { order: 2; margin-bottom: 39%; }
    .ix-result-stage-profiles > li:nth-child(2) { order: 1; margin-bottom: 32%; }
    .ix-result-stage-profiles > li:nth-child(3) { order: 3; margin-bottom: 28%; }
    .ix-result-stage-profiles > li { flex-flow: column nowrap; border: 0; padding: 15px; background: #fff; border-radius: 3px; width: calc(88% / 3); box-sizing: border-box; margin: 0 2%; box-shadow: 0 0 5px 0 rgba(200,200,200,0.25); }
    .ix-result-stage-profiles > li::before { display: none; }

    .ix-result-stage-profiles .ix-result-profile-bar { display: none; }
    .ix-result-stage-profiles .ix-result-profile-img { flex: 0 0 auto; width: 100%; }
    .ix-result-stage-profiles .ix-result-profile-img img { display: block; width: 100%; height: auto; border-radius: 3px; }
    .ix-result-stage-profiles .ix-result-profile-info { margin: 10px 0 0; flex-flow: column nowrap; width: 100%; }
    .ix-result-stage-profiles .ix-result-profile-info > span:nth-child(2) { font-weight: bold; font-size: 1.5rem; margin-top: 10px; margin-left: 0; }
    .ix-result-stage-profiles .ix-result-profile-text { text-align: center; width: 100%; }
    .ix-result-stage-profiles .ix-result-profile-text span { display: block; }
}



#ix-result-answers ul { padding: 0; list-style: none; text-align: left; display: none; }
#ix-result-answers.active ul { display: block; }
#ix-result-answers ul li { margin-top: 10px; }
#ix-result-answers ul li div { padding: 7px 10px; color: #fff; background: #09BF94; }
#ix-result-answers ul li h4 { font-weight: normal; }
#ix-result-answers ul li .ix-result-answer-container { display: flex; flex-direction: column; }
#ix-result-answers ul li .ix-result-answer-container span:first-child { flex-grow: 1; }
#ix-result-answers ul li .ix-result-answer-container.wrong { background: #FF726D; }
#ix-result-answers ul li .ix-result-answer-container.wrong .ix-result-answer-source { display: none; }
#ix-result-answers ul li .ix-result-answer-container .ix-result-answer-source { margin-top: 25px; }
#ix-result-answers ul li .ix-result-answer-container .ix-result-answer-source a { color: #fff; }

@media (max-width: 40.5em) {
    #ix-result-answers {padding: 0;}
    #ix-result-answers ul li h4 {margin-bottom: 15px;}
    #ix-result-answers ul li .ix-result-answer-container .ix-result-answer-source {margin-top: 15px;}

    #ix-result-answers ul li .ix-result-answer-container .ix-result-answer-source a {word-break: break-all;}
}

#ix-result-profile {display: flex; justify-content: space-between;}
#ix-result-profile div {box-sizing: border-box;}
#ix-result-profile > div {display: flex; flex: 1 0 45%; flex-direction: column; justify-content: space-between;}

#ix-result-left {background: #2E486A; color: white;}
#ix-result-left > div:first-child {width: 100%; margin: 25px 0 0 0; padding: 25px; }
#ix-result-left.noShare {justify-content: center;}
#ix-result-left.noShare > div:first-child {display:flex; height: 100%; flex-direction: column; justify-content: center; align-items: center; margin: 25px 0 25px 0;}
#ix-result-left.noShare #ix-result-profile-score img {margin-bottom: -25px;}

#ix-result-right {padding: 5px 0 0 25px;}
#ix-result-description {width: 100%; padding: 0 0 25px 0; text-align: left;}
#ix-result-description p {margin: 0; text-align: justify;}

#ix-result-profile-score {position:relative; background: url(../assets/images/score_bg.svg?v=1.0.6);background-size: contain; background-position: center; background-repeat: no-repeat;}
#ix-result-profile-score img {position:relative; margin-bottom: -30px; z-index: 1; width: 125px; height: auto;}
#ix-result-score {display: block; position: relative; z-index: 2; margin:0 auto; width: 150px; color: #22BD94; background-color: #263d5d; border: solid 2px #22BD94; border-radius: 5px; font-size: 2rem; font-weight: bold; }
#ix-result-score span {color: white; position: relative;}

#ix-result-extra-text {margin-top: 25px;}
#ix-result-extra-text p {text-align: center;}

#ix-result-join-panel {display: flex; flex-direction: column; width: 100%; background: rgba(29,151,173,0.2);}
#ix-result-join-panel p,
#ix-result-join-panel a { box-sizing: border-box; }
#ix-result-join-panel p { position: relative; width: 100%; padding: 25px 15px 15px 15px; font-size: 0.9rem; color: rgba(29,151,173,1);}
#ix-result-join-panel p:before {content: ''; width: 50px; height: 50px; position: absolute; left: 0; right: 0; top: -40px; margin: 0 auto; background: url(../assets/images/panel_pre_img.png?v=1.0.6); background-size: contain; background-position: center; background-repeat: no-repeat;}
#ix-result-join-panel a { display: block; text-decoration: none; color: white; padding: 10px; font-size: 1.5rem; width: 100%; background: rgba(29,151,173,1);}

#ix-result-answers { width: 100%; padding: 0; margin: 25px 0; box-sizing: border-box;}
#ix-result-answers #ix-result-answers-title {display: flex; justify-content: center; align-items: center; cursor: pointer;  margin: 0; padding: 10px; color: white; background-color: #2E486A; }
#ix-result-answers #ix-result-answers-title h3 {display:inline-block; padding: 0 0 0 22px; margin: auto;font-size: 1.5em; font-weight: normal; text-decoration: none; text-transform: uppercase;}

#ix-result-answers #ix-result-answers-toggle-handle {display: inline-block; margin: 7.5px 5px 0 10px; vertical-align: middle; border: solid white;border-width: 0 4px 4px 0;padding: 6px; transform: rotate(-135deg); transition: all 0.5s;}
#ix-result-answers.active #ix-result-answers-toggle-handle {margin: -7.5px 5px 0 10px; transform: rotate(45deg);}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #ix-result-answers #ix-result-answers-title h3 {margin: 0;}
}

@media (hover: hover) {
    #ix-result-answers-title:hover #ix-result-answers-toggle-handle {transform: scale(1.1) rotate(-135deg); border-color: #22BD94}
    #ix-result-answers.active #ix-result-answers-title:hover #ix-result-answers-toggle-handle {transform: scale(1.1) rotate(45deg); border-color: #22BD94;}
}

@media (max-width: 50em) {
    #ix-result-profile {flex-direction: column;}
    #ix-result-profile > div {flex: 1 0 auto; }
    #ix-result-right {padding: 0;}
    #ix-result-description {padding: 25px 0 35px 0}

}
.ix-share { position: absolute; top: 10px; right: 10px; display: flex; flex-flow: row nowrap; align-items: center; z-index: 100; }
.ix-share span { display: inline-block; font-size: 0.9rem; margin-right: 10px; text-align: right; }
.ix-share .social-shares { margin: 0; padding: 5px; list-style: none; background: #0081c8; border-bottom-right-radius: 33px; border-bottom-left-radius: 33px; position: absolute; right: 0; top: 100%; }

.ix-share .social-share { display: inline-block; width: 40px; height: 40px; box-sizing: border-box; border-radius: 50%; padding: 5px; cursor: pointer; animation: 1.5s ease-out infinite pulsate; }
.ix-share .social-share-icon { background: #0081c8; width: 50px; height: 50px; padding: 12px; }
.ix-share.active .social-share-icon { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.ix-share .social-share::before { content: ""; display: block; width: 100%; height: 100%; background-image: url(../assets/images/icons.png?v=1.0.6); background-size: cover; transition: 0.2s; }
.ix-share .social-share-icon::before { background-position: 0 0; }
.ix-share .social-share.ma::before { background-position: 0 calc(100% / 6 * 1); }
.ix-share .social-share.me::before { background-position: 0 calc(100% / 6 * 2); }
.ix-share .social-share.wa::before { background-position: 0 calc(100% / 6 * 3); }
.ix-share .social-share.fb::before { background-position: 0 calc(100% / 6 * 4); }
.ix-share .social-share.tw::before { background-position: 0 calc(100% / 6 * 5); }
.ix-share .social-share.ln::before { background-position: 0 100%; }

@media (hover: hover) {
    .ix-share .social-share:hover::before { transform: scale(1.2); }
}

@keyframes pulsate {
    0% { box-shadow: 0 0 0 0 rgba(0, 129, 200, 0.6); }
    65% { box-shadow: 0 0 0 15px rgba(0, 129, 200, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 129, 200, 0); }
}
.scroll-hint { position: fixed; right: calc(50% - 395px); top: 50%; cursor: pointer; z-index: 1; }

.scroll-hint span { display: block; background: transparent; border: solid #0081c8; border-width: 0 0 5px 5px; transform: rotateZ(-45deg); height: 9px; width: 9px; animation: 3s linear 1s infinite scrollHint; }
.scroll-hint span:nth-child(1) { transform: rotateZ(-45deg) scale(0.6); margin-bottom: -4px; animation-delay: 0.8s; }
.scroll-hint span:nth-child(2) { transform: rotateZ(-45deg) scale(0.8); margin-bottom: -2px; animation-delay: 0.9s; }

@keyframes scrollHint {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 50em) {
    .scroll-hint {right: 5px;}
}
.technical-issue a { text-decoration: none; font-weight: normal; }
.technical-issue a span { text-decoration: underline; font-weight: bold; }