<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.font-24 {font-size: 24;}
.title {
    color: #fff;
    font-family: Aurora Regular;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.sub-title {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    color: #E9A42A;
}
.continue_btn {
    padding: 18px 40px;
    border-radius: 100px;
    background: linear-gradient(180deg, #E9A42A 0%, #F2C875 121.79%);
    line-height: 70px;
    color: #291E3C;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    width: auto;
    animation: blink 1s infinite;
}
@keyframes blink {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.continue_btn:hover {
    text-decoration: none;
    background: linear-gradient(0deg, #E9A42A 0%, #F2C875 121.79%);
    color: #291E3C;
    animation: none;
}
.description-text {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.88px;
    line-height: 25px;
}
.disclaimer_section {margin-top: 600px;}
.disclaimer_section h3,
.disclaimer_section p {
    letter-spacing: 2.88px;
}
.disclaimer_section h4 {
    color: #fff;
    text-align: center;
    font-family: Aurora Regular;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    padding-bottom: 20px;
}
#resultImg {
    width: 300px;
    border-radius: 20px;
}
  
@media (max-width: 767px) {
    .title {
        font-size: 20px;
    }
    .sub-title {
        font-size: 14px;
    }
    .continue_btn {
        font-size: 12px;
    }
    #resultImg {
        width: 200px;
    }
}</pre></body></html>