@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

html {
    font: 2.1vh Raleway, sans-serif;
}

@media (min-width: 480px) {
    html {
        font-size: 18px;
    }
}

body {
    height: 100%;
}

html,
body,
#__next {
    font: 2.1vh Raleway, sans-serif;
}

@media (orientation: landscape) {

    html,
    body,
    #__next {
        font-size: 0.9vw;
    }
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
menu,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

main {
    display: block;
}

:focus {
    outline: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

caption,
td,
th {
    text-align: left;
    font-weight: 500;
}

fieldset,
img {
    border: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 500;
}

menu,
ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.iAUSFo.completed,
.iAUSFo .a-value,
.iAUSFo .a-perc,
.iAUSFo .question,
.iAUSFo .q-radio .q-next {
    display: none;
}

.iAUSFo .page.current,
.iAUSFo .question.current,
.iAUSFo .a-lbl,
.iAUSFo .completed .a-perc,
.iAUSFo .q-radio.completed .q-next,
.iAUSFo .offer .o-logo {
    display: block;
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn {
        font-size: 1.2vh;
    }
}

.lcYKvC .survey-ctn .survey.completed {
    display: block;
}

.lcYKvC .survey-ctn .question.completed {
    position: relative;
}

.lcYKvC .survey-ctn .question.completed::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.lcYKvC .survey-ctn .q-title {
    text-align: center;
    font-weight: 700;
}

@media (orientation: landscape) {
    .lcYKvC .survey-ctn .q-title {
        font-size: 3.2em;
    }
}

.lcYKvC .survey-ctn {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn {
	height: 100vh;
    display: flex;
    flex-direction: column;
    }
}

.lcYKvC .survey-ctn .survey {
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.lcYKvC .survey-ctn .progress-ctn {
    text-align: center;
    margin-bottom: 5em;
}

.lcYKvC .survey-ctn .progress-ctn .logo {
    width: 21em;
    margin-top: 3em;
}

.lcYKvC .survey-ctn .page {
    counter-reset: questions 0;
}

.lcYKvC .survey-ctn .page li:first-child .q-title {
    display: none;
}

.lcYKvC .survey-ctn .page li:first-child .a-lbl {
    width: 100%;
    position: relative;
}

.lcYKvC .survey-ctn .page li:first-child .a-list {
    display: flex;
}

.lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(1) {

}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(1) {
        
    }
}

.lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(1) p::before {
    content: "";
    background-size: 1.2em;
}

.lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(2) {

}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(2) {

    }
}

.lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(2) p::before {
    content: "";
    background-size: 1.2em;
}

.lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(3) {
    
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(3) {
        
    }
}

.lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(3) p::before {
    content: "";
    background-size: 1.2em;
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:first-child .a-list {
        flex-direction: column;
        height: 100vh;
    }
}

.lcYKvC .survey-ctn .page li:first-child .a-list li {
    background: center center / cover no-repeat;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
}

@media (orientation: landscape) {
    .lcYKvC .survey-ctn .page li:first-child .a-list li {
        height: 100vh;
        transition: flex-grow 0.4s ease 0s;
    }

    .lcYKvC .survey-ctn .page li:first-child .a-list li:hover {
        -webkit-box-flex: 1.05;
        flex-grow: 1.05;
    }
}

.lcYKvC .survey-ctn .page li:first-child .a-list li .a-txt {
    background-color: rgb(233, 16, 67);
    font-size: 1.9em;
    color: rgb(255, 255, 255);
    width: 11.9em;
    text-align: center;
    padding: 0.9em 0px;
    border-radius: 0.2em;
    position: absolute;
    left: 50%;
}

@media (orientation: landscape) {
    .lcYKvC .survey-ctn .page li:first-child .a-list li .a-txt {
        bottom: 23%;
        transform: translateX(-50%);
    }
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:first-child .a-list li .a-txt {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.lcYKvC .survey-ctn .page li:first-child .a-list li .a-txt::before {
    content: "";
    background: center center / cover no-repeat rgb(255, 255, 255);
    border-radius: 2em;
    padding: 0.5em;
    position: absolute;
    width: 2.2em;
    height: 2.2em;
    top: -45%;
    left: 50%;
    transform: translateX(-50%);
}

.lcYKvC .survey-ctn .page li:first-child .a-list li label {
    cursor: pointer;
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:first-child .a-list li label::after {
        max-width: 45%;
        position: absolute;
        bottom: 2em;
        right: 2em;
    }
}

.lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(1) p::before {
    content: "";
    background-position-y: 0.6em;
}

@media (orientation: landscape) {
    .lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(2) label::after {
        width: 22em;
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.lcYKvC .survey-ctn .page li:first-child .a-list li:nth-child(3) p::before {
    background-size: 1.3em;
}

.lcYKvC .survey-ctn .page li:not(:first-child).question.current {
    padding: 0px 2.5em;
}

.lcYKvC .survey-ctn .page li:not(:first-child) .q-title {
    color: rgb(255, 255, 255);
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:not(:first-child) .q-title {
        font-size: 3em;
    }
}

.lcYKvC .survey-ctn .page li:not(:first-child) .a-list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
    max-width: 55em;
}

@media (orientation: landscape) {
    .lcYKvC .survey-ctn .page li:not(:first-child) .a-list {
        margin-top: 2em;
    }
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:not(:first-child) .a-list {
        -webkit-box-pack: center;
        justify-content: center;
        max-width: 38em;
    }
}

.lcYKvC .survey-ctn .page li:not(:first-child) .a-list .answer {
    background-color: rgb(233, 16, 67);
    width: 47%;
    margin-top: 2em;
    border-radius: 0.5em;
    color: rgb(255, 255, 255);
}

.lcYKvC .survey-ctn .page li:not(:first-child) .a-list .answer:hover {
    background-color: rgb(209, 12, 59);
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:not(:first-child) .a-list .answer {
        width: 90%;
        margin-top: 2em;
    }
}

.lcYKvC .survey-ctn .page li:not(:first-child) .a-list .answer .a-lbl {
    width: 100%;
    display: flex;
    font-weight: bold;
    cursor: pointer;
    padding: 1.2em;
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:not(:first-child) .a-list .answer .a-lbl {
        padding: 1.5em;
    }
}

.lcYKvC .survey-ctn .page li:not(:first-child) .a-list .answer .a-lbl .a-txt {
    font-weight: 400;
    margin: 0px auto;
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .page li:not(:first-child) .a-list .answer .a-lbl .a-txt {
        font-size: 2.5em;
    }
}

@media (orientation: landscape) {
    .lcYKvC .survey-ctn .page li:not(:first-child) .a-list .answer .a-lbl .a-txt {
        font-size: 1.4em;
    }
}

@media (max-width: 1024px) {
    .lcYKvC .survey-ctn .page li:not(:first-child) .a-list {
        margin-top: 35px;
    }
}

.lcYKvC .survey-ctn .dots {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.lcYKvC .survey-ctn .dots li {
    height: 0.8em;
    width: 0.8em;
    margin: 1em;
    border: 2px solid rgb(233, 16, 67);
    border-radius: 50%;
    background-color: transparent;
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .dots li {
        height: 1.3em;
        width: 1.3em;
    }
}

.lcYKvC .survey-ctn .dots li.done {
    background-color: rgb(233, 16, 67);
}

.lcYKvC .survey-ctn .dots li.selected {
    height: 1.1em;
    width: 1.1em;
    background-color: rgb(233, 16, 67);
}

@media (orientation: portrait) {
    .lcYKvC .survey-ctn .dots li.selected {
        height: 1.7em;
        width: 1.7em;
    }
}

.dDNkjy .logo-desktop {
    display: none;
}

@media (orientation: landscape) {
    .dDNkjy .logo-desktop {
        position: absolute;
        width: 20em;
        bottom: 5em;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (orientation: portrait) {
li.answer.a1 {
   max-height: 31vh;
}
}

