@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/assets/font/EncodeSansCondensed-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

* {
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #1E1E1E;
    margin: 0;
    padding: 0;
}
.animate {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.show {
    opacity: 1 !important;
    visibility: visible !important;
}
h1 {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.2;
}
nav ul {
    list-style: none;
}
.logo-h-mid {
    height: 20px;
}
.logo-h-low {
    height: 15px;
}
.logo-h-high {
    height: 40px;
}



main {
    width: 100%;
    min-height: 100vh;
    height: fit-content;
    position: relative;
}
main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-image: url('/assets/img/bg-image.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: -1;
}
main > * {
    position: relative;
    z-index: 3;
}
.main-wrapper {
    width: 100%;
    max-width: 1200px;
    min-height: 100vh;
    margin: auto;
    overflow: hidden;
}
.main-welcome {
    width: 100%;
    height: calc(100vh - 5.25rem);
    padding: 3.75rem 0 1.5rem 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.main-welcome.show {
    display: flex;
}
.main-welcome .content {
    height: 80%;
    position: relative;
}
.main-welcome .content>.info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem;
    position: relative;
    z-index: 5;
}
.main-welcome .content>.info>.title {
    width: 100%;
}
.main-welcome .content>.info>.subtitle {
    width: 66.66%;
    font-size: 1.375rem;
    line-height: 1.2;
}
.main-welcome .content>.decor-img-m {
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    z-index: 3;
    text-align: right;
}
.main-welcome .content>.decor-img-m>.decor-1 {
    height: 380px;
    position: relative;
    object-fit: cover;
    transform: translate(-5%, -5%);
}
.main-welcome .decor-img-d {
    display: none;
}
.main-welcome .content>.choice,
.main-questions .popup>.content-questions .inner-choice.choice {
    width: calc(100% - 2rem);
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 5;
    bottom: 0;
    padding: 0 1rem;
}
.main-welcome .content>.choice>label,
.main-questions .popup>.content-questions .inner-choice.choice>label {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
    height: 64px;
    border-radius: 12px;
    gap: 0;
    cursor: pointer;
}
.main-welcome .content>.choice>label>input,
.main-questions .popup>.content-questions .inner-choice.choice>label>input {
    display: none;
}
.main-welcome .content>.choice>label>.custom-radio,
.main-questions .popup>.content-questions .inner-choice.choice>label>.custom-radio {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-welcome .content>.choice>label>.custom-radio>span,
.main-questions .popup>.content-questions .inner-choice.choice>label>.custom-radio>span {
    width: 15%;
    height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #1E1E1E;
    border-radius: 50%;
    background-color: #FFFFFF;
}
.main-welcome .content>.choice>label>.choice-content,
.main-questions .popup>.content-questions .inner-choice.choice>label>.choice-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.main-welcome .content>.choice>label>.choice-content>span,
.main-questions .popup>.content-questions .inner-choice.choice>label>.choice-content>span {
    font-size: 1.25rem;
    line-height: 1.2;
}
.main-welcome .content>.choice>label.checked,
.main-questions .popup>.content-questions .inner-choice.choice>label.checked {
    background-color: #E9639F;
}
.main-welcome .content>.choice>label.checked>.choice-content>*,
.main-questions .popup>.content-questions .inner-choice.choice>label.checked>.choice-content>* {
    color: #FFFFFF;
}
.main-welcome .content>.choice>label.checked>.choice-content *,
.main-questions .popup>.content-questions .inner-choice.choice>label.checked>.choice-content * {
    fill: #FFFFFF;
    stroke: #FFFFFF;
    stroke-width: 1px;
}
.main-welcome .content>.choice>label.checked>.custom-radio>span,
.main-questions .popup>.content-questions .inner-choice.choice>label.checked>.custom-radio>span {
    border: 1px solid transparent;
}
.main-welcome .media {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.main-welcome .media>.media-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.main-welcome .media>.media-bottom {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.main-welcome .media>*>a {
    display: block;
    width: auto;
    height: auto;
}
.main-welcome .media>*>a>img {
    width: auto;
}
.main-questions {
    width: 100%;
    height: fit-content;
    min-height: calc(100vh - 5.25rem);
    padding: 3.75rem 0 1.5rem 0;    
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.main-questions.show {
    display: flex;
}
.main-questions .popup-wrapper,
.main-result .popup-wrapper {
    padding: 0 1rem;
}
.main-questions .popup,
.main-result .popup {
    width: calc(100% - 2rem);
    padding: 1.5rem 1rem;
    border-radius: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #0000001A;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.main-questions .popup>.content-head,
.main-result .popup>.content-head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.main-questions .popup>.content-head>.title,
.main-result .popup>.result-head>.title {
    font-size: 1.75rem;
    line-height: 1.2;
    text-align: center;
}
.main-questions .popup>.content-head>.progress-bar {
    width: 100%;
    height: 24px;
    background-color: #D9D9D9;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.main-questions .popup>.content-head>.progress-bar>span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, #E9639F 0%, #8143E2 100%);
}
.main-questions .popup>.content-questions>.question-item {
    display: none;
    flex-direction: column;
    gap: 2rem;
}
.main-questions .popup>.content-questions>.question-item.active {
    display: flex;
}
.main-questions .popup>.content-questions .inner-question {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.main-questions .popup>.content-questions .inner-question>.question {
    font-size: 1.375rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}
.main-questions .popup>.content-questions .inner-question>.hint {
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
    color: #575757;
}
.main-questions .popup>.content-questions .inner-choice.choice {
    position: relative;
    padding: 0;
    width: 100%;
}
.main-questions .popup>.content-questions .inner-choice.choice>label {
    border: 1px solid #A6A6A6;
}
.main-questions .popup>.content-questions .inner-choice.choice>label.checked {
    border: 1px solid #E9639F;
}
.main-questions .popup>.content-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E0E0E0;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}
.main-questions .popup>.content-nav .question-prev{
    cursor: pointer;
}
.main-questions .popup>.content-nav .question-next{
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}
.main-questions .popup>.content-nav .question-next.hidden {
    visibility: hidden;
    opacity: 0;
}
.main-questions .question-num,
.main-questions .question-num * {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #575757;
}
.main-calculating {
    display: none;
    flex-direction: column;
    padding: 3.75rem 1rem 1.5rem 1rem;
    gap: 1.875rem;
}
.main-calculating.show {
    display: flex;
}
.main-calculating .calculate-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
}
.main-calculating .calculate-content>.title {
    font-size: 2.125rem;
    line-height: 1.2;
    font-weight: 500;
}
.main-calculating .calculate-content>.subtitle {
    font-size: 1.375rem;
    line-height: 1.2;
}
.main-calculating .calculate-value {
    width: 200px;
    height: 200px;
    margin: auto;
}
.main-calculating .calculate-value>.progress-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-calculating .calculate-value>.progress-circle>.progress-text {
    position: absolute;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 20px solid #E0E0F9;
    border-radius: 50%;
    z-index: -1;
}
.main-calculating .calculate-value>.progress-circle>.progress-text>.text-wrapper {
    display: flex;
    align-items: flex-end;
}
.main-calculating .calculate-value>.progress-circle>.progress-text>.text-wrapper>span {
    font-family: "Encode Sans Condensed", serif;
    font-size: 28.72px;
    font-weight: 600;
    line-height: 35.9px;
    text-align: center;
    color: #409CD1;
}
.main-calculating .calculate-value>.progress-circle>.progress-text>.text-wrapper>.value {
    font-family: "Encode Sans Condensed", serif;
    font-size: 63.19px;
    font-weight: 900;
    line-height: 67.99px;
    color: #409CD1;
}
.main-calculating .calculate-value>.progress-circle>.circle-container {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.main-calculating .calculate-value>.progress-circle .background-circle {
    fill: none;
    stroke: #A1E6FF;
    stroke-width: 3px;
}
.main-calculating .calculate-value>.progress-circle .progress-bar {
    fill: none;
    stroke: #3EB8E5;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-dasharray: 282.6;
    stroke-dashoffset: 282.6;
}
.main-calculating .calculate-value>.progress-circle .mini-circle {
    fill: #3EB8E5;
}
.main-calculating .calculate-image {
    width: 100%;
}
.main-calculating .calculate-image>img {
    width: 100%;
    transform: translate(10%, 15%) scale(1.5, 1.5);
}
.main-result {
    width: 100%;
    height: fit-content;
    min-height: calc(100vh - 5.25rem);
    padding: 3.75rem 0 1.5rem 0;    
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.main-result.show {
    display: flex;
}
.main-result .result-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
.main-result .result-content>.result-title {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.2;
}
.main-result .result-content>.result-text {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.main-result .result-content>.result-text p {
    font-size: 1.25rem;
    line-height: 1.2;
}
.main-result .result-watch>.result-btn {   
    border: none;
	cursor: pointer;
	outline: inherit;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 16px 0px 16px 0px;
    gap: 0px;
    color: #FFFFFF;
    border-radius: 16px;
    justify-content: space-between;
    background: linear-gradient(90deg, #E9639F 0%, #8143E2 100%);
}



footer {
    width: 100%;
    background-color: #FFFFFF;
}
.footer-wrapper {
    max-width: 1100px;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}
.footer-top * {
    color: #1E1E1ECC;
}
.footer-top {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}
.footer-top .copyright,
.footer-top .navigation ul li,
.footer-bottom .disclaimer {
    font-size: 0.875rem;
    line-height: 1.2;
}
.footer-top .navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.footer-bottom * {
    color: #1E1E1E80;
}
.footer-bottom {
    padding: 0 1rem;
}

@media screen and (min-width: 370px) {
    .main-welcome .content>.choice>label>.choice-content, .main-questions .popup>.content-questions .inner-choice.choice>label>.choice-content {
        width: 65%;
    }
}
@media screen and (min-width: 750px) {
    .main-welcome .content>.decor-img-m>.decor-1 {
        height: 500px;
        transform: translate(15%, -5%);
    }
    .main-calculating .calculate-image>img {
        transform: translate(5%, 0%) scale(1.2, 1.2);
    }
}
@media screen and (min-width: 900px) {
    .main-calculating .calculate-image>img {
        transform: translate(5%,-30%) scale(0.7, 0.7);
    }
}
@media screen and (min-width: 1025px) {
    h1 {
        font-size: 4.625rem;
    }
    .logo-h-mid {
        height: 40px;
    }
    .logo-h-low {
        height: 30px;
    }
    .logo-h-high {
        height: 65px;
    }
    .main-wrapper {
        min-height: 100vh;
    }
    .main-welcome {
        width: 100%;
        align-items: flex-start;
        position: relative;
    }
    .main-welcome .content {
        width: 50%;
        height: auto;
    }
    .main-welcome .content>.decor-img-m {
        display: none;
    }
    .main-welcome .decor-img-d {
        width: auto;
        height: 100%;
        position: absolute;
        overflow: hidden;
        bottom: 0;
        right: 0;
        z-index: 3;
        text-align: right;
        display: block;
    }
    .main-welcome .decor-img-d>.decor-1 {
        height: 100%;
        transform: translate(20%, 0%);
    }
    .main-welcome .content>.choice {
        position: relative;
        flex-direction: row;
    }
    .main-welcome .content>.info {
        margin-bottom: 3.25rem;
    }
    .main-welcome .content>.info>.subtitle {
        width: 50%;
        font-size: 2.375rem;
    }
    .main-welcome .media {
        position: relative;
        z-index: 7;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .main-welcome .media>.media-top {
        width: 40%;
    }
    .main-welcome .media>.media-bottom {
        width: 55%;
        flex-direction: row;
    }
    .main-questions {
        min-height: 100vh;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    .main-questions .popup, .main-result .popup {
        padding: 1.5rem 1.7rem 1rem 1.7rem;
        max-width: 730px;
    }
    .main-questions .popup>.content-head>.title, .main-result .popup>.result-head>.title {
        font-size: 2.375rem;
    }
    .main-questions .popup>.content-questions .inner-question>.question {
        font-size: 1.75rem;
    }
    .main-questions .popup>.content-questions .inner-question>.hint {
        font-size: 1.25rem;
    }
    .main-questions .popup>.content-questions .inner-choice.choice {
        width: 60%;
        margin: auto;
    }
    .main-welcome .content>.choice>label>.custom-radio, .main-questions .popup>.content-questions .inner-choice.choice>label>.custom-radio {
        width: 20%;
    }
    .main-welcome .content>.choice>label>.choice-content, .main-questions .popup>.content-questions .inner-choice.choice>label>.choice-content {
        width: 75%;
    }
    .main-questions .popup>.content-questions .inner-choice.choice>label>.choice-content>span {
        font-size: 1rem;
        line-height: 1.2;
    }
    .main-questions .popup>.content-questions .inner-choice.choice>label {
        height: 48px;
    }
    .main-questions .question-num, .main-questions .question-num * {
        font-size: 1.25rem;
    }
    .main-calculating {
        min-height: 100vh;
        padding: 0;
        flex-direction: row;
        gap: 0;
        justify-content: center;
        align-items: center;
    }
    .main-calculating .calculate-content,
    .main-calculating .calculate-image {
        width: 50%;
    }
    .main-calculating .calculate-content>.title {
        font-size: 2.875rem;
    }
    .main-calculating .calculate-content>.subtitle {
        width: 80%;
        font-size: 2.375rem;
    }
    .main-calculating .calculate-value {
        width: 250px;
        height: 250px;
        margin: 25px 20% 0 20%;
    }
    .main-calculating .calculate-image>img {
        transform: translate(0,0) scale(1.5,1.5);
    }
    .main-result .result-content>.result-title {
        font-size: 2.375rem;
    }



    .footer-wrapper {
        max-width: 1100px;
        margin: 2.5rem auto 1.5rem auto;
        gap: 5rem;
    }
    .footer-top {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-top
    .footer-bottom {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 3.5rem;
    }
    .main-wrapper {
        max-width: 1200px;
    }
    .main-welcome .content>.info>.subtitle {
        font-size: 2rem;
    }
    .main-questions .popup>.content-head>.title, .main-result .popup>.result-head>.title {
        font-size: 2rem;
    }
    .main-questions .popup>.content-questions .inner-question>.question {
        font-size: 1.25rem;
    }
    .main-questions .popup>.content-questions .inner-question>.hint {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1400px) {
    .main-wrapper {
        max-width: 1400px;
    }
    .main-welcome .content>.choice>label>.custom-radio, .main-questions .popup>.content-questions .inner-choice.choice>label>.custom-radio {
        width: 12.5%;
    }
    .main-welcome .content>.choice>label>.choice-content, .main-questions .popup>.content-questions .inner-choice.choice>label>.choice-content {
        width: 80%;
    }
}

@media screen and (min-width: 1700px) {
    h1 {
        font-size: 4.625rem;
    }
    .main-wrapper {
        max-width: 1700px;
    }
    .main-welcome .content>.info>.subtitle {
        font-size: 2.375rem;
    }
    .main-questions .popup>.content-head>.title, .main-result .popup>.result-head>.title {
        font-size: 2.375rem;
    }
    .main-questions .popup>.content-questions .inner-question>.question {
        font-size: 1.75rem;
    }
    .main-questions .popup>.content-questions .inner-question>.hint {
        font-size: 1.25rem;
    }
    .main-questions .popup>.content-questions .inner-choice.choice {
        width: 80%;
    }
    .main-questions .popup, .main-result .popup {
        padding: 2.5rem 3.25rem 1.5rem 3.25rem;
        max-width: 730px;
    }
    .main-questions .popup>.content-questions .inner-choice.choice>label>.choice-content>span {
        font-size: 1.25rem;
    }
    .main-calculating .calculate-value {
        margin: 100px 20% 0 20%;
    }
}