#header #navbar{
    display: none !important;
}
#main {
    min-height: 100vh;
    background: linear-gradient(180.09deg, rgba(117, 84, 252, 0.58) -13.29%, rgba(177, 159, 250, 0) 25.68%), #F7F6FF;
}
#main .main {
    padding: 127.6px 15px 80px;
    color: #131313;
}
.choose-language,.thank-your {
    display: none;
}
.choose-language .title{
    margin-bottom: 44px;
}
.choose-language .title h3,
.thank-your .title h3{
    font-size: 48px;
    line-height: 1;
    font-weight: 1000;
    text-align: center;
}
.choose-language .language-box .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-top: -15px !important;
}
.choose-language .language-box .box-item {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-top: 15px !important;
}
.choose-language .language-box .btn-item{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #000000;
    border-radius: 80px;
    padding: 16px 16px;
    width: 100%;
    text-align: left;
    background: transparent;
}
.thank-your .title {
    margin-bottom: 60px;
}
.thank-your .thank-box .box-item {
    margin-bottom: 30px;
}
.thank-your .thank-box .box-item:nth-last-child(1) {
    margin: 0;
}
.thank-your .thank-box .btn-item-thank {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    border: 1px solid #000000;
    border-radius: 80px;
    padding: 16px 16px;
    width: 100%;
    text-align: left;
    background: transparent;
}
.thank-your .thank-box .btn-item-thank .img {
    margin-right: 10px;
}
.show {
    display: block !important;
}
#footer {
    display: none;
}