img {
    border: 0;
    max-width: 100%
}

body,div,ul,ol,li,dl,dt,dd,a,img,form,p,span {
    margin: 0;
    padding: 0;
    border: 0px
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    border: 0px
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clearfix {
    display: inline-block
}

.clearfix {
    display: block
}

.hidden {
    opacity: 0
}

input {
    -webkit-appearance: none;
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 10 00px white inset
}

a,a:link {
    text-decoration: none
}

select::-ms-expand {
    display: none
}

select {
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none
}

.btn {
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    display: inline-block;
    outline: none;
    border: none;
    text-align: center
}

html {
    font-size: 16px
}

body {
    background-size: cover !important;
    color: #000000;
    height: 100%;
    width: 100%
}

body,input,select,textarea {
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle
}

.holded {
    color: #7273a2
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    border: 0px;
    color: #000000
}

a:link,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.hidden {
    overflow: hidden
}

.relative {
    position: relative
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.string-scroll {
    position: absolute;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap
}

.string-scroll__text {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: infiniteString 40s linear infinite;
    animation: infiniteString 40s linear infinite;
    letter-spacing: .04em;
    color: #5500d7;
    font-size: 48px;
    font-weight: 800;
    line-height: 64px
}

.infiniteString {
    -webkit-animation: infiniteString 40s linear infinite;
    animation: infiniteString 40s linear infinite
}

@-webkit-keyframes infiniteString {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(-25%);
        transform: translate(-25%)
    }
}

@keyframes infiniteString {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(-25%);
        transform: translate(-25%)
    }
}

.animated {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8%, 0);
        transform: translate3d(0, -8%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8%, 0);
        transform: translate3d(0, -8%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 8%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 8%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

input {
    -webkit-appearance: none;
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 10 00px white inset
}

select::-ms-expand {
    display: none
}

select {
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none
}

#registerForm {
    width: 100%
}

.terms_privacy {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    color: #999;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center
}

#footer {
    width: 100%;
    margin: 20px auto 10px;
    position: relative;
    margin-top: 75vh; 
}

.footer_text {
    width: 100%;
    font-size: 12px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #404040
}

@media (min-height: 600px) {
    .footer-fixed {
        position:fixed !important;
        bottom: 12px;
        left: 0;
        right: 0;
        z-index: 0
    }
}

@media (max-height: 700px) {
    #footer {
        margin-top:520px !important;
        position: relative !important;

    }
}

.security_mark {
    float: left;
    padding: 0
}

.security_mark a {
    display: inline-block;
    font-size: 0;
    margin: 0 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px
}

.security_mark a img {
    height: 36px;
    border-radius: 4px
}

#registerForm .gender_select {
    background: none !important;
    text-align: center;
    display: flex !important;
    justify-content: space-around;
    align-items: center
}

.gender_select .step-btn {
    flex-direction: column
}

.gender_select .step-btn img {
    width: 120px;
    height: 120px;
}

.gender_select .gender {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    margin-top: 8px;
}

.TabbedPanels {
    margin: 0px;
    padding: 0
}

.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 3;
    *padding-left: 60px;
    *display: block;
    *width: 100%;
    *height: auto;
    margin-bottom: 24px;
    margin-top: -36px
}

.TabbedPanelsTab {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
    margin: -30px 4px 0px 4px;
    font-size: 24px;
    background-color: #fff;
    *float: left;
    border-radius: 30px;
    font-weight: bold
}

.TabbedPanelsTabSelected {
    background-color: #2065F5;
    color: #fff;
    
}

.TabbedContent {
    color: #202020;
    font-size: 14px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 0px
}

.TabbedPanelsContent {
    position: relative;
    width: 100%;
    padding: 50px 0px 28px 0;
    margin: 0 auto;
    max-width: 480px;
    border-radius: 36px;
    background-color: rgba(255,255,255,0.95)
}

.reg_area {
    position: relative
}

.reg_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#registerForm {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px
}

#registerForm .form-item {
    margin: 10px auto;
    text-align: center
}

#registerForm .form-label {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 30px;
    color: #202020;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 24px;
}

#registerForm .form-con {
    width: 100%;
    margin-top: 14px;
    max-width: 400px;
    margin: 0px auto 0;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    background: #fff
}
.errobox {
    position: absolute;
    top: -25px;
    left: 0;
    padding: 0 10px;
    height: 22px;
    background: #2193EE;
    border-radius: 6px 6px 6px 6px;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
    display: none;
}
.errobox p .icon-close {
    width: 0;
    height: 0;
    position: absolute;
    left: 8px;
    top: 20px;
    border-left: 6px solid transparent; /* 左边框 */  
    border-right: 6px solid transparent; /* 右边框 */  
    border-top: 6px solid #2193EE; /* 下边框 */
}
.input-group {
    width: 100%;
    height: 54px;
    line-height: 52px;
    box-sizing: border-box;
    border: 1px solid #404040;
    border-radius: 8px;
    height: 100%;
    font-size: 1.25rem;
    background: none;
    position: relative;
    height: 100%;
    overflow: hidden;
    height: 54px
}

.input-group .input_test {
    font-size: 14px;
    font-size: 1.25rem;
    height: 100%;
    height: 54px;
    width: 100%;
    background: none;
    *height: 20px;
    *margin-top: 10px
}

.input_test {
    padding-left: 16px;
    border: 0;
    position: relative
}

#passwd1 {
    z-index: 3;
    position: relative
}

.select-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #404040;
    border-radius: 8px;
    line-height: 1
}

.select-wrapper:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    right: 4px;
    top: 40%
}

.select-wrapper select {
    font-size: 16px;
    font-size: 1.25rem;
    float: left;
    width: 100%;
    margin-top: 0px;
    text-indent: 4px;
    height: 54px;
    line-height: 52px;
    padding-left: 5px;
    border: none;
    background: url(../images/icon_arrow.png) no-repeat 96% center;
    *background: url(../images/icon_arrow.png) no-repeat 100% center;
    color: #222
}

.select-wrapper select option {
    font-size: 13px
}

.input-group .input_test,.input-group .select-wrapper {
    float: left;
    border: none;
    line-height: 52px
}

.input-group .select-wrapper {
    width: 33%;
    height: 54px;
    height: 100%
}

.input-group .select-wrapper select {
    width: 100%
}
.option{
    position: relative;
}
.option select{
    /* border: none; */
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 14px;
    width: 83% !important;

}
/*使用伪类给select添加自己想用的图标*/
.option:after{
    content: "";
    width: 12px;
    height: 7px;
    background: url(../img/icon_down.png) no-repeat center;
    background-size: cover;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 6px;
    top: 47%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}


.button_box {
    padding-top: 20px
}
#loadGif {
    display: none;
}
#registerForm .submit-button {
    margin: 0 auto;
    max-width: 400px;
    display: block;
    width: 100%;
    border: none;
    cursor: pointer
}

.terms_privacy {
    color: #666;
    font-size: 13px;
    margin-top: 12px;
    text-align: center
}

.terms_privacy a {
    color: #1caf46;
    text-decoration: underline
}

.term_privacy a:hover {
    color: #b91860
}

.intsva {
    position: absolute;
    z-index: 98;
    line-height: 1em;
    height: auto;
    font-size: 11px;
    margin-top: -29px;
    padding: 4px 6px;
    padding: 0.25rem 6px;
    background-color: #19970d;
    border: 1px solid #19970d;
    border-radius: 0.2rem;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff
}

.intsva .arrow {
    display: block;
    content: "";
    position: absolute;
    margin-left: 10px;
    bottom: -6px;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-top-color: #19970d;
    left: 0
}

.intsva .arrow:after {
    display: block;
    content: "";
    position: absolute;
    margin-top: -5px;
    margin-left: -6px;
    width: 0px;
    height: 0px;
    z-index: -1;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-top-color: #19970d
}

.error-tips {
    line-height: 2em;
    color: #CE4844
}

.error-tips.block {
    margin: 6px 0 10px;
    padding: 5px 10px;
    margin: 0.375rem 0 0.625rem;
    padding: 0.375rem 0.625rem;
    border: 1px solid #f3c6cc;
    background: #ffedef;
    border-radius: 0.2rem
}

.error-tips.block h1 {
    font-size: 14px;
    margin-bottom: 0.2em
}

.error-tips.block p {
    line-height: 1.2em;
    margin-bottom: 0.4em
}

.ie9 .select-wrapper select {
    margin-top: 10px;
    height: 1.5rem;
    width: 98%
}

.ie8 .select-wrapper select {
    margin-top: 10px;
    height: 20px;
    width: 98%;
    border: none;
    background: url(../images/icon_arrow.png) no-repeat 100% center
}

.popup-container {
    display: none
}

.TabbedPanelsContent.animated {
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (max-width: 767px) {
    html {
        font-size:16px
    }

    .TabbedPanelsContent {
        padding: 40px 20px
    }
}

@media (max-width: 576px) {
    .btn-multi a.btn:link,.btn-multi a.btn {
        width:80%;
        margin: 12px 6px 18px;
        max-width: 240px;
        background: none;
        border: 2px solid #FF7250;
        box-sizing: border-box;
        display: inline-block;
        height: 48px;
        line-height: 46px;
        font-weight: 400
    }

    a.btn,.btn,.btn:link {
        max-width: 85%
    }

    .form-item {
        margin: 25px auto
    }
}

@media (max-width: 600px) {
    #footer {
        position: fixed;
        margin-top: 0;
        bottom: 0;
    }
    html {
        font-size:15px
    }

    .ques-title {
        font-size: 8vw
    }

    .ques_text {
        font-size: 5vw;
        padding: 10px 15px 0
    }

    .notice-title {
        display: none
    }

    #registerForm {
        width: 95%
    }

    .TabbedPanelsContent {
        padding: 30px 15px
    }

    .form-item {
        max-width: 420px
    }

    .TabbedPanelsTab {
        height: 44px;
        width: 44px;
        line-height: 44px;
        font-size: 18px
    }
}

@-webkit-keyframes shining {
    0% {
        box-shadow: 0 0 4px rgba(239,157,15,0.4)
    }

    100% {
        box-shadow: 0 0 8px rgba(239,157,15,0.7)
    }
}

@keyframes shining {
    0% {
        box-shadow: 0 0 4px rgba(239,157,15,0.4)
    }

    100% {
        box-shadow: 0 0 8px rgba(239,157,15,0.7)
    }
}

.animated {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8%, 0);
        transform: translate3d(0, -8%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8%, 0);
        transform: translate3d(0, -8%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes bounce-down-2 {
    25% {
        transform: translate(10px, -12px)
    }

    50%,100% {
        transform: translate(0px, 0)
    }

    75% {
        transform: translate(-10px, 12px)
    }
}

@-webkit-keyframes bounce-down-2 {
    25% {
        -webkit-transform: translate(10px, -12px)
    }

    50%,100% {
        -webkit-transform: translate(0px, 0)
    }

    75% {
        -webkit-transform: translate(-10px, 12px)
    }
}

@-ms-keyframes bounce-down-2 {
    25% {
        -ms-transform: translate(10px, -12px)
    }

    50%,100% {
        -ms-transform: translate(0px, 0)
    }

    75% {
        -ms-transform: translate(-10px, 12px)
    }
}

@keyframes waggle {
    25% {
        transform: translate(-8px, 8px) rotate(-5deg)
    }

    50%,100% {
        transform: translate(0px, 0) rotate(0deg)
    }

    75% {
        transform: translate(8px, -8px) rotate(5deg)
    }
}

@-webkit-keyframes waggle {
    25% {
        -webkit-transform: translate(-8px, 8px) rotate(-5deg)
    }

    50%,100% {
        -webkit-transform: translate(0px, 0) rotate(0deg)
    }

    75% {
        -webkit-transform: translate(8px, -8px) rotate(5deg)
    }
}

@-ms-keyframes waggle {
    25% {
        -ms-transform: translate(-8px, 8px) rotate(-5deg)
    }

    50%,100% {
        -ms-transform: translate(0px, 0) rotate(0deg)
    }

    75% {
        -ms-transform: translate(8px, -8px) rotate(5deg)
    }
}

@keyframes waggle-2 {
    25% {
        transform: translate(5px, -4px) rotate(1deg)
    }

    50%,100% {
        transform: translate(0px, 0) rotate(0deg)
    }

    75% {
        transform: translate(-5px, 4px) rotate(-3deg)
    }
}

@-webkit-keyframes waggle-2 {
    25% {
        -webkit-transform: translate(5px, -4px) rotate(1deg)
    }

    50%,100% {
        -webkit-transform: translate(0px, 0) rotate(0deg)
    }

    75% {
        -webkit-transform: translate(-5px, 4px) rotate(-3deg)
    }
}

@-ms-keyframes waggle-2 {
    25% {
        -ms-transform: translate(5px, -4px) rotate(1deg)
    }

    50%,100% {
        -ms-transform: translate(0px, 0) rotate(0deg)
    }

    75% {
        -ms-transform: translate(-5px, 4px) rotate(-3deg)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animate__pulse {
    -webkit-animation-duration: 0.8s;
    animation-duration: .8s;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 8%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 8%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -8%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -8%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

:root {
    --root-size: 16px;
    --color-primary: #2193EE;
    --bg-color: #e9d6c9;
    --bg-color: linear-gradient(180deg, #7860d7 0%, #3619a9 100%);
    --box-shadow: 8px 8px 0px 0px #000;
    --font-family: 'Roboto',Arial, Helvetica, sans-serif;
    --font-color-1: #000;
    --font-color-2: #404040;
    --font-strong: #ef3232;
    --btn-bg: #2193EE;
    --btn-color: #fff;
    --btn-gradient: linear-gradient(269.3deg, #4380ff .35%, #4399ff 102.09%);
    --color: #fff;
    --popup-bg: #FBD840;
    --radius: 24px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    color: var(--color)
}

h1,h2,h3,h4,h5 {
    line-height: 133%;
    font-weight: bold;
    margin-bottom: 0.2em
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 44px
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 28px
}

h5 {
    font-size: 20px
}

@media (max-width: 991px) {
    h1 {
        font-size:6.8vw;
        font-size: clamp(36px, 7.2vw, 44px)
    }

    .dnxt-text-highlight-animated-wrapper {
        display: block;
        margin: 0 auto;
        max-width: 64vw;
        white-space: nowrap
    }
}

@media (max-width: 575px) {
    h1 {
        font-size:10vw;
        font-size: clamp(36px, 12vw, 44px)
    }

    h2 {
        font-size: 6.8vw;
        font-size: clamp(28px, 6.8vw, 36px)
    }

    h3 {
        font-size: 6vw;
        font-size: clamp(22px, 6vw, 32px)
    }

    h4 {
        font-size: 28px
    }

    h5 {
        font-size: 20px
    }

    .dnxt-text-highlight-animated-wrapper {
        display: block
    }
}

.gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #eaecf7;
    background: -webkit-linear-gradient(180deg, rgba(255,211,170,0.3) 0%, #ffefe8 80%);
    background: linear-gradient(180deg, rgba(255,211,170,0.3) 0%, #ffefe8 80%)
}

.vector-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    min-height: 800px;
    margin: 0 auto;
    opacity: 0.5;
    background-size: cover !important
}

@media (max-width: 575px) {
    .vector-bg {
        height:100vh
    }
}

.black-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 29;
    background-color: #000;
    opacity: 0.35
}

.header {
    width: 100%;
    position: relative
}

.header-inner {
    display: flex;
    width: 95%;
    max-width: 1440px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 0 5px
}

.header-logo {
    text-align: right
}

.logo {
    max-width: 65vw;
    width: 180px;
    vertical-align: middle
}

.signin {
    color: #404040;
    margin: 0;
    font-size: 14px
}

.login_pop a {
    color: #1f49a1;
    font-weight: 600
}

@media (max-width: 575px) {
    .signin {
        text-align:right
    }

    .signin i {
        display: none
    }
}

.block {
    position: relative;
    width: 100%
}

.inner {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 36px auto 36px
}

.btn,a.btn:link {
    padding: 0;
    transition: all 0.35s ease-in-out;
    width: 360px;
    height: 66px;
    background: #2193EE;
    box-shadow: 0px 4px 12px 1px rgba(0,135,130,0.4);
    border-radius: 33px 33px 33px 33px;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
}

@media (max-width: 575px) {
    .btn,a.btn:link {
        min-width:unset;
        width: 100%
    }
    .more-photo {
        width: 127px !important;
        height: 36px !important;
        border-radius: 18px 18px 18px 18px !important;
        border: 1px solid #2193EE !important;
        font-family: Arial, Arial !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #2193EE !important;
        text-align: center !important;
        line-height: 36px !important;
    }
}

a.btn:hover {
    background-color: #4779f9;
    transform: translateY(-7px)
}

.btn-line,a.btn-line:link {
    background: none;
    border: 2px solid var(--btn-bg);
    color: var(--btn-bg);
    box-shadow: none
}

.btn-line,a.btn-line:hover {
    color: #fff;
    background-color: var(--btn-bg);
    border: 2px solid var(--btn-bg)
}

.btn-line-black,a.btn-line-black:link {
    border-color: #000;
    color: #000
}

.step__wrapper {
    text-align: center;
    margin-top: 60px
}

.step__body {
    margin: 12px auto 20px;
    font-size: 20px;
    color: var(--font-color-1);
    font-weight: 400
}

.step__btn {
    margin: 36px auto 48px
}

@media (max-width: 575px) {
    .step__btn {
        max-width:80%;
        margin: 20px auto 28px
    }
}

.arrow-figure {
    width: 100%;
    margin: 38vh auto 24px
}

@media (max-width: 575px) {
    .arrow-figure {
        margin:20vh auto 0
    }
}

.arrow-svg {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    will-change: transform
}

@media (max-width: 991px) {
    .inner {
        max-width:94%;
        margin: clamp(24px, 6vw, 36px) auto clamp(24px, 6vw, 36px)
    }

    .step__wrapper {
        margin-top: clamp(32px, 8vw, 48px)
    }
}

@media (max-width: 575px) {
    .step__body {
        font-size:1rem
    }
}

.advantage {
    width: 100%;
    margin: 0 auto
}

.advantage-content {
    display: flex;
    flex-flow: column;
    text-align: left;
    align-items: center
}

.advantage-item {
    margin: 12px 0;
    line-height: 1.3;
    font-size: 1.375rem;
    font-weight: 400;
    color: var(--font-color-2)
}

.personalized {
    margin: 120px auto
}

.personalized h3 {
    margin: 1em auto;
    color: var(--font-strong)
}

.personalized-box {
    margin: 48px auto 72px
}

.personalized-ladies {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap
}

.personalized-lady {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    object-fit: cover;
    width: 160px;
    aspect-ratio: 3 / 4;
    margin: 6px 6px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    background-color: #418dfa
}

.personalized-lady::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 64px;
    width: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(235,248,255,0) 60%)
}

.personalized-lady span {
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto
}

.personalized-lady-last {
    background-color: #e77765;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500
}

.personalized-lady-last::before {
    content: "";
    display: none
}

.btn-box {
    margin: 12px auto 0;
    text-align: center
}

a.btn,.btn,.btn:link,.submit-button {
    position: relative;
    max-width: 360px;
    height: 60px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: unset;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 auto;
    z-index: 39;
    font-weight: 500;
    line-height: 60px;
    background: var(--btn-bg);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(28,39,104,0.2)
}

a.btn:hover,.btn:hover,.submit-button:hover {
    background: #2193EE;
}

a.btn img,.btn img {
    height: 30px;
    width: auto;
    margin-right: 8px;
    margin-bottom: -8px;
    display: inline-block
}

.box--sel {
    margin: 48px auto;
    text-align: center
}

.btn--sel,a.btn--sel,a.btn--sel:link {
    height: 60px;
    width: 308px;
    line-height: 60px;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    color: #1F1F1D;
    text-align: left;
    padding: 0 20px;
    box-shadow: 0 4px 16px rgba(6,31,62,0.12);
    margin: 0 auto;
    margin-bottom: 16px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.25s all;
    box-sizing: border-box
}

@media only screen and (max-width: 413px) {
    .btn--sel,a.btn--sel,a.btn--sel:link {
        width:90%
    }
}

.btn--sel img,a.btn--sel img,a.btn--sel:link img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    display: inline-block
}

a.btn--sel:hover {
    color: #fff;
    background-color: var(--btn-bg);
    text-decoration: none;
    transform: scale(1.04) translateY(-3px)
}

a.btn--sel.active,a.btn--sel.active:hover {
    border: 2px solid #f93739;
    color: #fff;
    background-color: var(--btn-bg);
    text-decoration: none;
    transform: scale(1.04) translateY(0px)
}

.button-box {
    position: relative;
    margin: 0 auto;
    text-align: center
}

a.btn-round,.btn-round {
    display: inline-block;
    position: relative;
    background: #00f39c;
    background: -webkit-gradient(linear, left top, left bottom, from(#00f39c), to(#00c814));
    background: linear-gradient(180deg, #00f39c, #00c814);
    border-radius: 80px;
    box-sizing: border-box;
    margin: 0 15px;
    width: 120px;
    height: 120px;
    cursor: pointer;
    z-index: 9;
    color: #fff;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0,0,0,0.3);
    text-decoration: none;
    display: inline-block\0/IE9;
    padding-top: 20px\0/IE9
}

a.btn-round:after,.btn-round:after {
    content: "";
    position: absolute;
    top: -7.5px;
    left: -7.5px;
    width: 134px;
    border-radius: 80px;
    height: 134px;
    -webkit-animation: pulse 1s ease-in-out infinite;
    animation: pulse 1s ease-in-out infinite;
    z-index: -1
}

a.btn-round:after,.btn-round:after {
    background: #4dbaec
}

a.btn-accept,.btn-accept {
    background: linear-gradient( 180deg, #60E4FF 0%, #0080FF 100%);
}

a.btn-decline,.btn-decline {
    background: linear-gradient( 180deg, #FFBFCB 0%, #FB627F 100%);
}

a.btn-accept:after,.btn-accept:after {
    background: rgba(55,186,255,0.2);
    opacity: 0.35
}

a.btn-decline:after,.btn-decline:after {
    background: rgba(253,153,172,0.2);
    opacity: 0.35
}

a.btn-decline:hover,.btn-decline:hover {
    opacity: 1;
    background: linear-gradient(0deg, #FFBFCB .01%, #FB627F);

}

a.btn-accept:hover,.btn-accept:hover {
    opacity: 1;
    background: linear-gradient(0deg, #60E4FF, #0080FF)
}

a.btn-rectangle,.btn-rectangle {
    display: block;
    position: relative;
    background: #f0f0f0;
    background-image: -moz-linear-gradient(180deg, #fff 0%, #fafafa 74%, #f5f5f5 96%, #f5f5f5 100%);
    background-image: -webkit-linear-gradient(180deg, #fff 0%, #fafafa 74%, #f5f5f5 96%, #f5f5f5 100%);
    background-image: -ms-linear-gradient(180deg, #fff 0%, #fafafa 74%, #f5f5f5 96%, #f5f5f5 100%);
    background-image: linear-gradient(180deg, #fff 0%, #fafafa 74%, #f5f5f5 96%, #f5f5f5 100%);
    border: 1px solid #a1d37c;
    border-radius: 80px;
    box-sizing: border-box;
    margin: 10px auto;
    width: 80%;
    max-width: 320px;
    padding: 24px 20px;
    height: 64px;
    cursor: pointer;
    z-index: 9;
    color: #1b1b1b;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500
}

.btn-rectangle img {
    margin-right: 12px;
    max-width: 48px;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

a.btn-rectangle:hover,.btn-rectangle:hover {
    background-image: none;
    background-color: #ffe3e3 !important
}

@media only screen and (max-width: 500px) {
    #registerForm .form-label {
        font-size:20px;
        max-width: 99%
    }

    .submit-button {
        font-size: 2rem
    }

    a.btn-round,.btn-round {
        height: 30vw;
        width: 30vw;
        font-size: 1.75rem
    }

    a.btn-round:after,.btn-round:after {
        width: 34vw;
        height: 34vw;
        left: -2vw;
        top: -2vw
    }

    a.btn,.btn,.submit-button {
        width: 100%;
        min-width: 240px
    }

    a.btn:after,.btn:after {
        top: -7%;
        left: -2%;
        width: 104%;
        min-width: 250px
    }
}

@media only screen and (max-width: 413px) {
    .terms_privacy {
        font-size:12px
    }
}

@media only screen and (max-width: 365px) {
    .title {
        font-size:7vw
    }

    .reg-step {
        padding: 15px 0px 24px
    }

    .signup-form {
        max-width: 95%
    }

    .ques-text {
        font-size: 1.75rem
    }
}

.reg-wrapper {
    z-index: 49;
    position: absolute;
    width: 100%;
    margin: 0 auto
}

.marquee {
    width: 100vw;
    height: 232px;
    -webkit-animation: 400s linear infinite;
    animation: 400s linear infinite;
    background: bottom/auto 100% repeat-x
}

.marquee_left {
    -webkit-animation-name: slide-left;
    animation-name: slide-left
}

.marquee_right {
    -webkit-animation-name: slide-right;
    animation-name: slide-right
}

@-webkit-keyframes slide-left {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 1000vw
    }
}

@keyframes slide-left {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 1000vw
    }
}

@-webkit-keyframes slide-right {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: -1000vw
    }
}

@keyframes slide-right {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: -1000vw
    }
}

@media only screen and (max-width: 540px) {
    .marquee {
        height:164px;
        -webkit-animation-duration: 200s;
        animation-duration: 200s
    }
}

@-webkit-keyframes bounce {
    0%,18%,32% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    13%,14% {
        -webkit-transform: translate3d(0, -24px, 0) scaleY(1.1);
        transform: translate3d(0, -24px, 0) scaleY(1.1)
    }

    22% {
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    26% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95)
    }

    31% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%,18%,32% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    13%,14% {
        -webkit-transform: translate3d(0, -24px, 0) scaleY(1.1);
        transform: translate3d(0, -24px, 0) scaleY(1.1)
    }

    22% {
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    26% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95)
    }

    31% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

svg:not(:root) {
    overflow: hidden
}

.dnxt-text-highlight-animated-wrapper {
    overflow: visible;
    position: relative
}

.dnxt-text-highlight-animated-text {
    z-index: 1;
    position: relative;
    color: #202020
}

.dnxt-text-highlight-animated-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible
}

.dnxt-text-highlight-animated-wrapper path {
    stroke-linecap: round;
    stroke-linejoin: round
}

.dnxt-text-highlight-animated-wrapper svg path {
    fill: none;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: dnxt-text-highlight-headline-dash 10s infinite;
    animation: dnxt-text-highlight-headline-dash 10s infinite;
    stroke-width: 17px;
    stroke: #fb3f20;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms
}

@-webkit-keyframes dnxt-text-highlight-headline-dash {
    0% {
        stroke-dashoffset: 1500
    }

    15% {
        stroke-dashoffset: 0
    }

    85% {
        opacity: 1
    }

    90% {
        stroke-dashoffset: 0;
        opacity: 0
    }

    to {
        stroke-dashoffset: 1500;
        opacity: 0
    }
}

@keyframes dnxt-text-highlight-headline-dash {
    0% {
        stroke-dashoffset: 1500
    }

    15% {
        stroke-dashoffset: 0
    }

    85% {
        opacity: 1
    }

    90% {
        stroke-dashoffset: 0;
        opacity: 0
    }

    to {
        stroke-dashoffset: 1500;
        opacity: 0
    }
}
