<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Signup-Signin*/
.box-signup-signin{margin-bottom: 20px;position: relative;}
.box-signup-signin,
.box-signup-title,
.box-signup-content,
.bx-item,
.bx-item label{width:100%;}
.box-signup{background: #fbfbfb;min-height: 340px;}
.box-signin{background: #fbfbfb;height: 100%}
.box-signup-title {background: linear-gradient(to bottom, #0e76bc 0%, #0b72b7 100%);width: 100%;height: 40px;margin: 0px;text-decoration: none;line-height: 40px;padding-left: 15px;border-top-right-radius: 10px;border-top-left-radius: 10px; display: none;}
.box-signup-title h2 {margin: 0;font-size: 16px;font-family: 'NotoSans-Bold', Arial, sans-serif;text-transform: uppercase;color: #fff;}
.bx-item{margin:0 0 10px 0;}
#__MB_MEMBER_LOGIN .bx-item a{color: #ed1c24;}
.box-signup-content {background: #fbfbfb;padding: 10px 15px 0 15px;}
.required{color:red;}
.bx-item input[type=text],.bx-item input[type=email],.bx-item input[type=password]{display: block;width: 250px;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.top-bar-list-content .bx-item input[type=text],.top-bar-list-content .bx-item input[type=email],.top-bar-list-content .bx-item input[type=password]{width:100%;}
.bx-item input[type=checkbox] {margin-left: 0;vertical-align: -2px;}
.bx-item button {display: inline-block;}
.btn-save {margin: 22px 0;}
.btn-save:hover {background-color: #0066cc;color: #fff;}
.top-bar-list-content .bx-item button{width:100%;}
#__SIGNUP_FORM_DONE .ui-widget .ui-state-highlight{padding-top: 10px;}
.author-box-wrap {border: 1px solid #ededed;padding: 10px;margin-bottom: 15px;}
.author-box-wrap .desc {margin-left: 117px;font-size: 12px;}
.td-author-name {font-family: open sans,arial,sans-serif;font-size: 15px;line-height: 21px;font-weight: 700;margin: 7px 0 8px;}
.td-author-name a {color: #222;}
.td-author-url {font-size: 11px;font-style: italic;line-height: 21px;margin-bottom: 6px;}
.td-author-url a {color: #444;}
#__SIGNUP_FORM_DONE h2{margin: 20px 0;color: #ed1c24; font-family: 'Inter-Bold', sans-serif;}
#__SIGNUP_FORM_DONE .ui-state-error{padding: 20px;font-size: 15px;border: 1px solid #0e76bc;}
@media screen and (max-width: 840px) {
    .box-signup,.box-signin{
        width: 100%;
        position: unset;
    }
    .box-signup{
        display: none;
    }
    .hna-desktop{
        display: none !important;
    }
    .hna-mobile{
        display: block !important;
        color: #0e76bc;
    }
    .hna-mobile span{
        cursor: pointer;
        margin-left: 10px;
    }
    .box-hna-signup.box-signup{
        display: block !important;
    }
}

.social-buttons {
    display: none;
}


.hna-sign-with {
    width: 300px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #f2f5f9;
    border-radius: 5px;
    cursor: pointer;
}

.hna-mxh-content  {
    margin-top: 10px;
}


.hna-sign-with:hover{
    border: 1px solid #ed1c24;
}


.hna-sign-with &gt; span {
    background: url(../images/sign-in-gg.png) left 1px no-repeat;
    background-size: 16px;
    padding-left: 22px;
}

.hna-signin-signup  {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 24px 10px rgba(0, 0, 0, .1);
}

.bx-cat.box-signup-signin{
    margin-top: 20px;
}

.hna-mxh-title {
    font-family: 'Inter-Bold', sans-serif;
}

.motgame-tabs {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 30px;
}

.motgame-tab-btn {
    position: relative;
    display: inline-block;
    padding: 12px 16px 8px;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    color: #ccc;
    font-size: 18px;
    font-family: 'Inter-Bold', sans-serif;
}

.motgame-tab-btn.active {
    border-color: #ccc;
    border-bottom: 3px solid #ed1c24;
    color: black;
}

.motgame-tabs {
    border-bottom: 2px solid #ebebeb;
}

.bx-item label {
    font-family: 'Inter-Bold', sans-serif;
    color: black;
}

.bx-item {
    display: grid;
    gap: 10px;
}

.btn-button {
    height: 40px;
    background: #f69220;
    color: #fff;
    font-weight: 700;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    width: 180px;
    border: 0;
    background-image: linear-gradient(to right, #e45c60, #ed1c24);
    color: #fff !important;
    font-family: 'Inter-Bold', sans-serif;
}


.hna-signin-signup-mxh + .hna-mxh-title, .hna-signin-signup-mxh{
    display: none;
}


.cms-payment-method {
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
    font-size: 14px !important;
    border-radius: 20px;
}

#__SIGNUP_FORM_DONE .ui-state-info {
    color: black;
}

#__SIGNUP_FORM_DONE .ui-state-info strong {
    font-family: 'Inter-Bold', sans-serif;
}</pre></body></html>