* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input, button {
    border: none;
    outline: none;
}

input {
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

a {
    color: #9896ac;
    text-decoration: none;
}

ul {
    list-style: none;
}

li {
    margin-left: 20px;
}

body {
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: url(../../images/Default/background.jpg) no-repeat center top #231e3a;
    color: #9896ac;
    font-size: 16px;
    overflow-x: hidden;
}

.container {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}

.logo {
    text-align: center;
    padding-top: 5px;
}

    .logo.top {
        padding-top: 15px;
    }

@media screen and (min-width: 1050px) {
    .logo.top {
        padding-top: 5px;
    }
}

.logo.top img {
    width: auto;
    height: 84px;
}

@media screen and (min-width: 1050px) {
    .logo.top img {
        width: auto;
        height: 138px;
    }
}

.section-register {
    margin: 0 auto;
    margin-top: 22px;
    padding: 22px 38px;
    position: relative;
    width: 100%;
    height: 360px;
    background: url(../../images/Default/I_Main.png) no-repeat 0 0/100% 100%;
}

@media screen and (min-width: 520px) {
    .section-register {
        padding: 22px 70px;
        width: 495px;
        height: 414px;
        background: url(../../images/Default/I_Main.png) no-repeat;
    }
}

@media screen and (min-width: 520px) {
    .section-register:before {
        content: " ";
        width: 88px;
        height: 119px;
        background: url(../../images/Default/I_icCoin2.png) no-repeat 0 0/100% 100%;
        position: absolute;
        top: 30px;
        left: -50px;
    }
}

@media screen and (min-width: 520px) {
    .section-register:after {
        content: " ";
        width: 104px;
        height: 79px;
        background: url(../../images/Default/I_icCoin1.png) no-repeat 0 0/100% 100%;
        position: absolute;
        top: 320px;
        left: 420px;
    }
}

.section-register .register-heading {
    margin: 0 auto;
    width: 165px;
    height: 44px;
    background: url(../../images/Default/T_RegisterHead.png) no-repeat;
}

    .section-register .register-heading span {
        opacity: 0;
    }

.section-register .box-input {
    position: relative;
    margin: 0 0 10px 0;
}

@media screen and (min-width: 520px) {
    .section-register .box-input {
        margin: 0 0 20px 0;
    }
}

.section-register .box-input input {
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    border-radius: 30px;
    background: linear-gradient(to top, #fff 62%, #e4d8ff 92%);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    padding: 0 10px 0 10px;
    font-size: 16px;
}

@media screen and (min-width: 520px) {
    .section-register .box-input input {
        padding: 0 20px 0 50px;
        height: 60px;
        font-size: 24px;
    }
}

.section-register .box-input input::-moz-placeholder {
    color: #7a64b3;
    font-size: 14px;
}

.section-register .box-input input::placeholder {
    color: #7a64b3;
    font-size: 14px;
}

@media screen and (min-width: 520px) {
    .section-register .box-input input::-moz-placeholder {
        font-size: 18px;
    }

    .section-register .box-input input::placeholder {
        font-size: 18px;
    }
}

.section-register .box-input .ic-user {
    width: 24px;
    height: 26px;
    background: url(../../images/Default/I_icUser.png);
    position: absolute;
    top: 16px;
    left: 16px;
    display: none;
}

@media screen and (min-width: 520px) {
    .section-register .box-input .ic-user {
        display: block;
    }
}

.section-register .box-input .ic-lock {
    width: 19px;
    height: 25px;
    background: url(../../images/Default/I_icPassword.png);
    position: absolute;
    top: 16px;
    left: 20px;
    display: none;
}

@media screen and (min-width: 520px) {
    .section-register .box-input .ic-lock {
        display: block;
    }
}

.section-register .box-input .ic-verify {
    width: 19px;
    height: 23px;
    background: url(../../images/Default/I_icVerify.png);
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
}

@media screen and (min-width: 520px) {
    .section-register .box-input .ic-verify {
        display: block;
    }
}

.section-register .box-input .input-response {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #ffe377;
}

.section-register .box-verify {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    .section-register .box-verify .box-input {
        margin-bottom: 5px;
    }

@media screen and (min-width: 520px) {
    .section-register .box-verify .box-input {
        width: 178px;
    }
}

.section-register .box-verify .box-captcha {
    flex: 1;
    margin-left: 10px;
    border-radius: 30px;
    height: 50px;
    background: linear-gradient(to top, #dfc2ff, #e4d9ff 64%);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (min-width: 520px) {
    .section-register .box-verify .box-captcha {
        height: 60px;
    }
}

.section-register .box-verify .box-captcha .image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.section-register .box-verify .box-captcha .btn-refresh {
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: url(../../images/Default/I_icRefresh.png) no-repeat center;
}

@media screen and (min-width: 520px) {
    .section-register .box-verify .box-captcha .btn-refresh {
        width: 50px;
        height: 60px;
    }
}

.section-register .box-verify .box-captcha .btn-refresh:hover {
    background-image: url(../../images/Default/I_icRefreshHover.png);
}

.section-register .btn-register {
    /*width: 264px;
  height: 54px;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 297px;
  left: 50%;
  margin-left: -132px;
  background: none;
  @media screen and (min-width: 520px) {
      margin-left: 0;
      top: 339px;
      left: 86px;
      width: 324px;
      height: 65px;
  }
  &:hover{
      &:before{
          filter: brightness(120%);
      }
  }
  &:before{
      content: ' ';
      width: 100%;
      height: 100%;
      background: url(../../images/Default/B_Register.png) no-repeat 0 0/100% 100%;
      position: absolute;
      top: 0;
      left: 0;
      @media screen and (min-width: 520px) {
          width: 324px;
          height: 65px;
          background: url(../../images/Default/B_Register.png) no-repeat;
      }
  }
  &:after{
      content: ' ';
      width: 185px;
      height: 35px;
      background: url(../../images/Default/T_Register.png) no-repeat;
      position: absolute;
      top: 14px;
      left: 42px;
      @media screen and (min-width: 520px) {
          top: 18px;
          left: 76px;
      }
  }*/
    width: 225px;
    height: 70px;
    margin-top: 5px;
    background: url(../../images/Default/ButtonRegister_1.png) no-repeat 0 0/100% 100%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    animation: btnReg1_Scale 1s infinite ease-in-out;
}

@media screen and (min-width: 1050px) {
    .section-register .btn-register {
        width: 239px;
        height: 78px;
        margin-top: 10px;
    }
}

.section-register .btn-register:hover {
    filter: brightness(110%);
    animation-duration: 0.5s;
}

    .section-register .btn-register:hover:before, .section-register .btn-register:hover:after {
        animation-duration: 0.5s;
    }

.section-register .btn-register:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: url(../../images/Default/ButtonRegister_2.png) no-repeat 0 0/100% 100%;
    animation: btnReg2_Opacity 1s infinite ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.section-register .btn-register:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: url(../../images/Default/ButtonRegister_2.png) no-repeat 0 0/100% 100%;
    animation: btnReg3_Opacity 1s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.section-register .response {
    color: #ffe377;
    text-align: center;
}

.section-vpn {
    padding-top: 20px;
    margin-top: 0px;
    position: relative;
    top: auto;
    left: auto;
}

@media screen and (min-width: 1150px) {
    .section-vpn {
        position: absolute;
        top: 120px;
        left: calc(50% - 580px);
        margin-top: 0;
        padding-top: 0;
    }
}

.section-vpn .txt-find-link {
    width: 100%;
}

@media screen and (min-width: 1150px) {
    .section-vpn .txt-find-link {
        width: 196px;
        height: 31px;
        background: url(../../images/Default/T_findLink.png) no-repeat;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1150px) {
    .section-vpn .txt-find-link span {
        opacity: 0;
    }
}

.section-vpn .domain {
    display: none;
}

@media screen and (min-width: 1150px) {
    .section-vpn .domain {
        display: block;
        padding: 43px 0 0 77px;
        height: 86px;
    }
}

.section-vpn .domain .txt-domain {
    font-size: 18px;
    font-weight: 800;
    color: rgb(255, 196, 29);
    background: linear-gradient(0deg, rgb(255, 229, 140) 0%, rgb(186, 97, 23) 45%, rgb(255, 140, 57) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-vpn .step {
    text-align: center;
    position: relative;
    width: 33.33%;
    height: auto;
    padding-top: 30px;
}

@media screen and (min-width: 1150px) {
    .section-vpn .step {
        height: 140px;
        padding-top: 22px;
        height: auto;
        width: auto;
    }
}

@media screen and (min-width: 1150px) {
    .section-vpn .step:before {
        content: " ";
        width: 231px;
        height: 42px;
        background: url(../../images/Default/I_highlight.png);
        position: absolute;
        left: 30px;
        top: 50%;
        margin-top: 0px;
        z-index: 0;
        mix-blend-mode: screen;
        transition: all 0.3s ease;
        opacity: 0;
        transform: scale(0.1, 0.01);
    }
}

@media screen and (min-width: 1150px) {
    .section-vpn .step:hover:before {
        opacity: 1;
        transform: scale(1);
    }
}

.section-vpn .step.step-1:hover .ic-download {
    opacity: 1;
    top: 0;
}

.section-vpn .step.step + .step:after {
    content: " ";
    width: 108px;
    height: 19px;
    background: url(../../images/Default/I_arrow.png);
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: 0;
    transform: rotate(-90deg);
}

@media screen and (min-width: 1150px) {
    .section-vpn .step.step + .step:after {
        transform: rotate(0deg);
        top: 0;
        left: 80px;
    }
}

.section-vpn .step a {
    z-index: 1;
    display: block;
    position: relative;
}

.section-vpn .step .text {
    margin-bottom: 10px;
    font-size: 16px;
    color: #b3b3cf;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 520px) {
    .section-vpn .step .text {
        font-size: 20px;
    }
}

@media screen and (min-width: 1150px) {
    .section-vpn .step .text {
        margin-bottom: 2px;
        font-size: 16px;
    }
}

.section-vpn .step .open-url {
    font-weight: 800;
    text-shadow: 0 0 10px rgba(255, 243, 196, 0.6117647059);
    font-size: 14px;
}

@media screen and (min-width: 520px) {
    .section-vpn .step .open-url {
        font-size: 20px;
    }
}

.section-vpn .step .open-url span.t {
    color: rgb(255, 234, 181);
    background: linear-gradient(0deg, rgb(255, 234, 181) 0%, rgb(255, 255, 255) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-vpn .step .open-url span.n {
    color: rgb(255, 153, 35);
    background: linear-gradient(0deg, rgb(255, 173, 66) 0%, rgb(255, 234, 116) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-vpn .step .newest {
    text-transform: uppercase;
    font-weight: 800;
    color: rgb(255, 187, 241);
    background: linear-gradient(90deg, rgb(255, 187, 241) 0%, rgb(255, 245, 251) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 146, 222, 0.7960784314);
    font-size: 14px;
}

@media screen and (min-width: 520px) {
    .section-vpn .step .newest {
        font-size: 20px;
    }
}

.section-vpn .note {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    color: #e4d9ff;
}

@media screen and (min-width: 620px) {
    .section-vpn .note {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1150px) {
    .section-vpn .note {
        padding-top: 0;
        padding-left: 35px;
        padding-top: 15px;
        padding-bottom: 0;
        font-size: 13px;
    }
}

.section-vpn .note span {
    color: #fffb00;
    text-decoration: underline;
}

.section-vpn .ic-download {
    width: 50px;
    height: 50px;
    background: url(../../images/Default/I_icDownloadLeft.png);
    position: absolute;
    top: 10px;
    right: 0px;
    opacity: 1;
    transition: all 0.3s ease;
    display: none;
}

@media screen and (min-width: 620px) {
    .section-vpn .ic-download {
        display: block;
    }
}

@media screen and (min-width: 900px) {
    .section-vpn .ic-download {
        right: 30px;
    }
}

@media screen and (min-width: 1150px) {
    .section-vpn .ic-download {
        opacity: 0;
        top: -10px;
        left: 192px;
    }
}

.section-find-link {
    background: url(../../images/Default/I_findLink_mobile.png) no-repeat 0 0/100% 100%;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1150px) {
    .section-find-link {
        display: block;
        width: 254px;
        height: 451px;
        background: url(../../images/Default/I_BgLeft.png) no-repeat;
    }
}

.section-external {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px 0;
    position: relative;
    top: auto;
    left: auto;
}

@media screen and (min-width: 1050px) {
    .section-external {
        display: block;
        margin: 0;
        position: absolute;
        top: 120px;
        left: calc(50% + 320px);
    }
}

.box-banner {
    width: 258px;
    height: 138px;
    background: url(../../images/Default/I_BgBanner.png);
    padding: 10px 0 0 12px;
}

@media screen and (max-width: 1150px) {
    .box-banner {
        width: 100vw;
        height: auto;
        background: none;
        padding: 0 250px 0 250px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 950px) {
    .box-banner {
        padding: 0 150px 0 150px;
    }
}

@media screen and (max-width: 750px) {
    .box-banner {
        padding: 0 50px 0 50px;
    }
}

.box-banner .banner {
    width: 233px;
    height: 102px;
}

@media screen and (max-width: 1150px) {
    .box-banner .banner {
        width: 100%;
        height: auto;
    }
}

.box-banner .owl-dots {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
}

    .box-banner .owl-dots .owl-dot.active span {
        background: #fff;
        width: 15px;
    }

    .box-banner .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
        background: #9896ac;
        border-radius: 10px;
        display: block;
        transition: all 0.5s ease;
    }

.box-teleguide {
    width: 246px;
    height: 167px;
    background: url(../../images/Default/TeleGuide.png) no-repeat;
    margin-bottom: 20px;

    @media screen and (max-width: 1150px) {
        width: 100%;
        height: 167px;
        background: url(../../images/Default/TeleGuide_Mobile.png) no-repeat 0 0/100% 100%;
    }

    .first

{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;

    @media screen and (max-width: 1150px) {
        padding: 0 350px;
    }

    @media screen and (max-width: 950px) {
        padding: 0 250px;
    }

    @media screen and (max-width: 750px) {
        padding: 0 150px;
    }

    @media screen and (max-width: 550px) {
        padding: 0 50px;
    }
}

.second {
    text-align: center;
    font-size: 14px;
    color: #d1c4ec;
    font-weight: 400;
    padding: 9px 3px 6px 3px;
    line-height: 14px;

    @media screen and (max-width: 1150px) {
        padding-top: 12px;
    }
}

.logo {
    img

{
    width: 60px;
}

}

.box {
    padding-top: 11px;
    p

{
    color: #d1c4ec;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 10px;
}

strong {
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
}

}

.color-vpn {
    color: #ffd46e;
}

.color-tele {
    color: #98dfff;
}

.button-tele {
    display: block;
    text-align: center;
    width: 228px;
    height: 33px;
    background: url(../../images/Default/B_TeleLink.png) no-repeat 0 0/100% 100%;
    margin: 0 auto;
    text-shadow: 0 1px 6px #b91a00;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 30px;
}

}

.box-external-link {
    padding: 20px 0 0 0px;
}

@media screen and (min-width: 620px) {
    .box-external-link {
        padding: 20px 0 0 40px;
    }
}

@media screen and (min-width: 1050px) {
    .box-external-link {
        background: url(../../images/Default/I_BgRight.png);
        width: 254px;
        height: 290px;
        padding: 17px 0 0 0;
    }
}

.box-external-link.expand-fb .group-button, .box-external-link.expand-fb .link {
    z-index: 1;
    opacity: 0.2;
    margin-bottom: -30px;
}

    .box-external-link.expand-fb .group-button i, .box-external-link.expand-fb .group-button span, .box-external-link.expand-fb .link i, .box-external-link.expand-fb .link span {
        opacity: 0;
    }

.box-external-link.expand-fb .group-fb {
    margin-bottom: 10px;
    z-index: 10;
    opacity: 1;
}

    .box-external-link.expand-fb .group-fb i, .box-external-link.expand-fb .group-fb span {
        opacity: 1;
    }

    .box-external-link.expand-fb .group-fb .expand {
        display: block;
    }

    .box-external-link.expand-fb .group-fb .arrow {
        transform: rotate(180deg);
    }

.box-external-link.expand-telegram .group-button, .box-external-link.expand-telegram .link {
    z-index: 1;
    opacity: 0.2;
    margin-bottom: -30px;
}

    .box-external-link.expand-telegram .group-button i, .box-external-link.expand-telegram .group-button span, .box-external-link.expand-telegram .link i, .box-external-link.expand-telegram .link span {
        opacity: 0;
    }

.box-external-link.expand-telegram .group-telegram {
    margin-bottom: 10px;
    z-index: 10;
    opacity: 1;
}

    .box-external-link.expand-telegram .group-telegram i, .box-external-link.expand-telegram .group-telegram span {
        opacity: 1;
    }

    .box-external-link.expand-telegram .group-telegram .expand {
        display: block;
    }

    .box-external-link.expand-telegram .group-telegram .arrow {
        transform: rotate(180deg);
    }

.box-external-link.expand-youtube .group-button, .box-external-link.expand-youtube .link {
    z-index: 1;
    opacity: 0.2;
    margin-bottom: -30px;
}

    .box-external-link.expand-youtube .group-button i, .box-external-link.expand-youtube .group-button span, .box-external-link.expand-youtube .link i, .box-external-link.expand-youtube .link span {
        opacity: 0;
    }

.box-external-link.expand-youtube .group-youtube {
    margin-bottom: 10px;
    opacity: 1;
    z-index: 10;
}

    .box-external-link.expand-youtube .group-youtube i, .box-external-link.expand-youtube .group-youtube span {
        opacity: 1;
    }

    .box-external-link.expand-youtube .group-youtube .expand {
        display: block;
    }

    .box-external-link.expand-youtube .group-youtube .arrow {
        transform: rotate(180deg);
    }

.box-external-link i {
    position: relative;
}

.box-external-link .ic-fb {
    width: 21px;
    height: 21px;
    background: url(../../images/Default/I_icFacebook.png);
}

.box-external-link .ic-telegram {
    width: 21px;
    height: 21px;
    background: url(../../images/Default/I_icTelegram.png);
}

.box-external-link .ic-chat {
    width: 24px;
    height: 24px;
    background: url(../../images/Default/I_icCustomer.png);
}
.box-external-link .ic-whatsapp {
    width: 24px;
    height: 24px;
    background: url(../../images/Default/I_icWhatapp.png);
}
.box-external-link .ic-youtube {
    width: 24px;
    height: 24px;
    background: url(../../images/Default/I_icYoutube.png);
}

.box-external-link .link {
    width: 217px;
    height: 37px;
    background: url(../../images/Default/B_Social.png);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom:10px;
    cursor: pointer;
}

    .box-external-link .link:hover {
        filter: brightness(120%);
    }

.group-button {
    padding-left: 20px;
    padding-right: 18px;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.2s ease;
}

    .group-button .button-open {
        width: 217px;
        height: 41px;
        background: url(../../images/Default/B_Social_more.png);
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 6px;
        padding-left: 5px;
        padding-right: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }

        .group-button .button-open:hover {
            filter: brightness(120%);
        }

    .group-button .arrow {
        width: 14px;
        height: 8px;
        background: url(../../images/Default/arrow.png);
        margin-left: auto;
    }

    .group-button .expand {
        padding: 0 10px;
        display: none;
    }

    .group-button a {
        background: linear-gradient(to top, #613dc5, #6d3bc2);
        display: flex;
        align-items: center;
        gap: 5px;
        height: 32px;
        border-radius: 6px;
        padding: 0 5px;
        color: #fff;
        font-size: 14px;
        margin: 5px 0;
    }

        .group-button a:hover {
            filter: brightness(120%);
        }

.page.first .container {
    max-width: 100%;
}

.page.content {
    padding: 15px;
}

    .page.content p {
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
        line-height: 1.5;
    }

    .page.content .image {
        text-align: center;
    }

        .page.content .image img {
            max-width: 100%;
        }

    .page.content hr {
        margin: 30px 0;
        border: none;
    }

h3 {
    color: rgb(250, 205, 126);
    background: linear-gradient(0deg, rgb(250, 205, 126) 0%, rgb(255, 246, 215) 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
}

@media screen and (min-width: 620px) {
    h3 {
        font-size: 24px;
    }
}

.box-url {
    width: 100%;
    height: 70px;
    padding: 4px 5px 5px 5px;
    margin-bottom:10px !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(39, 40, 54, 0.5019607843);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 10;
}

@media screen and (min-width: 520px) {
    .box-url {
        padding: 6px 0;
        height: 90px;
    }
}

@media screen and (min-width: 620px) {
    .box-url {
        padding: 3px 6px;
        height: 100px;
        background: rgba(39, 40, 54, 0.3137254902);
    }
}

@media screen and (min-width: 1050px) {
    .box-url {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: none;
        width: auto;
        height: 130px;
        position: relative;
        bottom: auto;
        left: auto;
        gap: 20px;
    }
}

.box-url a {
    background: url(../../images/Default/ButtonHorz_1.png) no-repeat 0 0/100% 100%;
    width: 195px;
    height: 66px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-bottom: 10px;
    position: relative;
    /*width: 50%;
  height: 64px;
  background: url(../../images/Default/B_url.png) no-repeat 0 0/100% 100%;
  transition: all .2s ease;
  position: relative;*/
    /*
  &:hover{
      filter: brightness(120%);
  }
  &::before{
      content: ' ';
      width: 36px;
      height: 36px;
      background: url(../../images/Default/I_corner_gold.png) 0 0/100% 100%;
      position: absolute;
      bottom: 1px;
      right: 1px;
      @media screen and (min-width: 520px){
          width: 44px;
          height: 44px;
      }
      @media screen and (min-width: 620px){
          width: 52px;
          height: 52px;
          bottom: 2px;
          right: 0px;
      }
  }*/
}

    .box-url a.btn-play {
        width: 40%;
    }

@media (min-width: 520px) {
    .box-url a.btn-play {
        width: 234px;
    }
}

.box-url a.btn-1111 {
    width: 60%;
}

@media (min-width: 520px) {
    .box-url a.btn-1111 {
        width: 234px;
    }
}

.box-url a:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../../images/Default/ButtonHorz_2.png) no-repeat 0 0/100% 100%;
    opacity: 0;
}

@media screen and (min-width: 520px) {
    .box-url a {
        width: 234px;
        height: 79px;
    }
}

@media screen and (min-width: 620px) {
    .box-url a {
        width: 284px;
        height: 96px;
    }
}

.box-url a.btn-store {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 5px 5px 5px;
    background-image: url(../../images/Default/ButtonApp_1.png);
}

    .box-url a.btn-store:hover {
        background-image: url(../../images/Default/ButtonApp_2.png);
    }

@media screen and (min-width: 620px) {
    .box-url a.btn-store {
        padding: 0 15px 5px 15px;
        gap: 30px;
    }
}

.box-url a.btn-store .logo-store {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    padding-bottom: 5px;
}

@media screen and (min-width: 520px) {
    .box-url a.btn-store .logo-store {
        width: 80px;
    }
}

@media screen and (min-width: 620px) {
    .box-url a.btn-store .logo-store {
        width: 80px;
    }
}

.box-url a.btn-store .logo-store:before {
    content: " ";
}

.box-url a.btn-store .text2 {
    flex: 1;
    font-size: 15px;
    padding-left: 2px;
    padding-top: 5px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 620px) {
    .box-url a.btn-store .text2 {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 22px;
    }
}

@media screen and (min-width: 1050px) {
    .box-url a.btn-store .text2 {
        padding-left: 20px;
        padding-right: 20px;
        color: rgb(255, 234, 181);
        background: linear-gradient(0deg, rgb(255, 234, 181) 0%, rgb(255, 255, 255) 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 22px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.4;
    }
}

.box-url a.btn-store .text-app {
    width: 85px;
    height: 50px;
    background: url(../../images/Default/txt_app.png) no-repeat 0 0/100% 100%;
}

@media (min-width: 520px) {
    .box-url a.btn-store .text-app {
        width: 104px;
        height: 61px;
    }
}

.box-url .ic-url {
    position: absolute;
    bottom: 9px;
    right: 3px;
    width: 13px;
    height: 13px;
    background: url(../../images/Default/I_icUrl.png) 0 0/100% 100%;
}

@media screen and (min-width: 520px) {
    .box-url .ic-url {
        width: 17px;
        height: 17px;
        position: absolute;
        bottom: 10px;
        right: 4px;
    }
}

@media screen and (min-width: 620px) {
    .box-url .ic-url {
        bottom: 16px;
        right: 7px;
    }
}

.box-url .ic-download {
    position: absolute;
    bottom: 9px;
    right: 3px;
    width: 16px;
    height: 13px;
    background: url(../../images/Default/I_icDownload.png) 0 0/100% 100%;
}

@media screen and (min-width: 520px) {
    .box-url .ic-download {
        width: 22px;
        height: 18px;
        background: url(../../images/Default/I_icDownload.png);
        bottom: 10px;
        right: 4px;
    }
}

@media screen and (min-width: 620px) {
    .box-url .ic-download {
        bottom: 16px;
        right: 7px;
    }
}

.box-url .row {
    width: 100%;
}

.box-url .text-play {
    width: 125px;
    height: 40px;
    background: url(../../images/Default/txt_playweb.png) no-repeat 0 0/100% 100%;
    position: relative;
}

@media (min-width: 520px) {
    .box-url .text-play {
        width: 160px;
        height: 51px;
    }
}

.box-url .text-vpn {
    width: 151px;
    height: 57px;
    background: url(../../images/Default/txt_vpn.png) no-repeat 0 0/100% 100%;
    position: relative;
}

@media (min-width: 520px) {
    .box-url .text-vpn {
        width: 191px;
        height: 72px;
    }
}

.box-url .text {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-align: center;
    height: 37px;
    color: rgb(255, 234, 181);
    background: linear-gradient(0deg, #ffe486 0%, rgb(255, 255, 255) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    filter: drop-shadow(0 2px 3px rgba(192, 26, 4, 0.5));
}

.box-url .applestore:before {
    width: 64px;
    height: 70px;
    background: url(../../images/Default/applestore-logo.png) no-repeat 0 0/100% 100%;
}

@media (min-width: 620px) {
    .box-url .applestore:before {
        width: 78px;
        height: 86px;
    }
}

.box-url .playstore:before {
    width: 60px;
    height: 61px;
    background: url(../../images/Default/playstore-logo.png) no-repeat 0 0/100% 100%;
}

@media screen and (min-width: 620px) {
    .box-url .playstore:before {
        width: 81px;
        height: 83px;
    }
}

.box-code {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    background-image: url(../../images/Default/I_BgCode.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    margin: 0 auto;
    font-style: italic;
}

@media (min-width: 640px) {
    .box-code {
        width: 636px;
        margin-top: 10px;
        height: 146px;
        background: url(../../images/Default/botcodebar.png) no-repeat;
    }
}

.box-code .caption {
    width: 100%;
    height: 42px;
    flex: none;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

@media (min-width: 1050px) {
    .box-code .caption {
        height: 36px;
        padding-top: 5px;
    }
}

.box-code .caption:hover {
    transform: scale(1.2);
    text-shadow: 0 0 5px #fff;
}

.box-code .step {
    padding-top: 5px;
}

@media (min-width: 620px) {
    .box-code .step {
        padding-top: 0;
    }
}

.box-code .step:hover .step-number {
    transform: scale(1.2);
    text-shadow: 0 0 5px #fa9600;
    background-size: auto 100%;
}

.box-code .step.step-1 {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 15px;
}

@media (min-width: 620px) {
    .box-code .step.step-1 {
        width: 160px;
        padding-left: 10px;
        padding-bottom: 0;
    }
}

.box-code .step.step-1 .line {
    display: inline;
    font-size: 16px;
}

@media (min-width: 620px) {
    .box-code .step.step-1 .line {
        display: block;
        font-size: 14px;
    }
}

.box-code .step.step-1 .yellow {
    padding-left: 0;
}

@media (min-width: 620px) {
    .box-code .step.step-1 .yellow {
        padding-left: 0;
    }
}

.box-code .step.step-2 {
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 620px) {
    .box-code .step.step-2 {
        border: none;
        width: 175px;
        padding-left: 0px;
        padding-top: 0;
    }
}

.box-code .step.step-2 .line {
    font-size: 16px;
}

@media (min-width: 620px) {
    .box-code .step.step-2 .line {
        padding-left: 0;
        font-size: 14px;
    }
}

.box-code .step.step-3 {
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 620px) {
    .box-code .step.step-3 {
        border: none;
        width: auto;
        padding-top: 0;
        padding-left: 5px;
        margin-top: 0;
    }
}

.box-code .step.step-3 .line {
    font-size: 16px;
}

@media (min-width: 620px) {
    .box-code .step.step-3 .line {
        padding-left: 0;
        font-size: 14px;
    }
}

.box-code .step + .step {
    position: relative;
}

@media (min-width: 620px) {
    .box-code .step + .step:before {
        content: " ";
        width: 108px;
        height: 19px;
        background: url(../../images/Default/I_arrow.png) no-repeat;
        position: absolute;
        top: 25px;
        left: -75px;
        transform: rotate(-90deg);
    }
}

.box-code .step-number {
    font-size: 16px;
    color: #ffd200;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
    transition: all 0.3s ease;
    transform-origin: 0% 50%;
    background: url(../../images/Default/step-light.png) no-repeat 0% 50%/0% 0%;
    position: relative;
    padding-bottom: 5px;
}

@media (min-width: 620px) {
    .box-code .step-number {
        padding-bottom: 0;
    }
}

.box-code .line {
    color: #fff;
    font-size: 14px;
    margin-bottom: 3px;
    padding-left: 15px;
}

@media (min-width: 620px) {
    .box-code .line {
        padding-left: 0;
    }
}

.box-code .yellow {
    color: #ffd200;
}

.box-code .small {
    font-size: 13px;
}

.box-code a {
    color: #fff;
    background: linear-gradient(to top, #05a4e6, #0eafe4);
    border-radius: 6px;
    height: 22px;
    padding: 2px 3px;
    line-height: 22px;
    font-size: 14px;
    margin-left: 2px;
}

    .box-code a:hover {
        filter: brightness(120%);
    }

.btn-play:hover:before {
    animation-duration: 0.5s;
}

.btn-play:before {
    animation: btnReg2_Opacity 1s infinite ease-in-out;
}

.btn-play .text {
    font-size: 13px;
    margin: -6px 0;
}

@media screen and (min-width: 520px) {
    .btn-play .text {
        font-size: 16px;
    }
}

@media screen and (min-width: 620px) {
    .btn-play .text {
        font-size: 18px;
    }
}

@media screen and (min-width: 620px) {
    .btn-play .text {
        font-size: 22px;
        display: block;
    }
}

.btn-1111 {
    width: 60%;
    padding: 8px 5px 0 5px;
}

@media (min-width: 520px) {
    .btn-1111 {
        width: 234px;
    }
}

.btn-1111:hover:before {
    opacity: 1;
}

.btn-1111 .text {
    font-size: 16px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

@media screen and (min-width: 520px) {
    .btn-1111 .text {
        font-size: 16px;
    }
}

@media screen and (min-width: 620px) {
    .btn-1111 .text {
        font-size: 20px;
        width: auto;
        display: inline;
        margin-bottom: 0;
    }
}

.btn-1111 .text-1 {
    text-align: center;
}

@media screen and (min-width: 620px) {
    .btn-1111 .text-1 {
        text-align: left;
        margin-bottom: 1px;
    }
}

.btn-1111 .text-2 {
    display: none;
}

@media screen and (min-width: 620px) {
    .btn-1111 .text-2 {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.1;
        display: block;
        margin-top: -2px;
    }
}

.logo-1111 {
    margin-top: 5px;
}

@media screen and (min-width: 520px) {
    .logo-1111 {
        margin-top: 0px;
    }
}

@media screen and (min-width: 620px) {
    .logo-1111 {
        margin-left: 10px;
    }
}

.footer {
    background: url(../../images/Default/I_BgFooter.png) no-repeat center top;
    padding-top: 20px;
    margin-top: 60px;
    padding-bottom: 160px;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 1050px) {
    .footer {
        padding-bottom: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.footer .container {
    text-align: center;
}

.footer .caption {
    display: none;
}

@media screen and (min-width: 800px) {
    .footer .caption {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 30px;
    }
}

.footer .logo-footer {
    margin-bottom: 10px;
}

    .footer .logo-footer img {
        width: auto;
        height: 84px;
    }

@media screen and (min-width: 1050px) {
    .footer .logo-footer img {
        width: auto;
        height: 138px;
    }
}

.footer .support {
    margin: 0 auto;
    padding-top: 10px;
    width: 287px;
    height: 48px;
    background: url(../../images/Default/B_BtnFooter.png) no-repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    transition: all 0.2s ease;
}

    .footer .support:hover {
        filter: brightness(120%);
    }

.footer .socials {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 35px;
    margin: 30px 0;
}

    .footer .socials a {
        width: 48px;
        height: 48px;
        background: url(../../images/Default/B_BtnCircle.png) no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.2s ease;
    }

        .footer .socials a:hover {
            filter: brightness(120%);
        }

.footer .ic-fb {
    width: 30px;
    height: 30px;
    background: url(../../images/Default/I_icFacebookFooter.png);
}

.footer .ic-telegram {
    width: 30px;
    height: 30px;
    background: url(../../images/Default/I_icTelegramFooter.png);
}

.footer .ic-chat {
    width: 35px;
    height: 35px;
    background: url(../../images/Default/I_icCustomerFooter.png);
}

.footer .ic-youtube {
    width: 30px;
    height: 30px;
    background: url(../../images/Default/I_icYoutubeFooter.png);
}

.black-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.popup {
    width: 100%;
    height: 377px;
    background: url(../../images/Default/I_Popup.png) no-repeat 0 0/100% 100%;
    position: absolute;
    top: 100px;
    left: 0;
    margin-left: 0;
    z-index: 150;
}

@media screen and (min-width: 620px) {
    .popup {
        width: 579px;
        height: 377px;
        top: 200px;
        left: 50%;
        margin-left: -289.5px;
    }
}

.popup .popup-head {
    width: 100%;
    height: 60px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

.popup .displayname-update {
    background: url(../../images/Default/T_character-name-update.png) no-repeat;
    display: inline;
    width: 262px;
    height: 42px;
    text-indent: -9999px;
}

.popup .popup-body {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 620px) {
    .popup .popup-body {
        padding-top: 50px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.popup .input {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 620px) {
    .popup .input {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.popup .input input {
    background: #fff;
    border: none;
    border-radius: 12px;
    height: 65px;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    color: rgb(110, 70, 255);
}

.popup .require-text {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

@media screen and (min-width: 620px) {
    .popup .require-text {
        font-size: 16px;
    }
}

.popup .submit {
    text-align: center;
    margin-top: 30px;
}

    .popup .submit button {
        width: 284px;
        height: 72px;
        background: url(../../images/Default/B_Wide.png) no-repeat;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

@keyframes btnReg2_Opacity {
    50% {
        opacity: 1;
    }
}

@keyframes btnReg1_Scale {
    50% {
        transform: scale(1.04);
    }
}

@keyframes btnReg3_Opacity {
    0% {
        opacity: 0;
        transform: scaleX(1);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        transform: scaleX(1.15);
    }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
.black-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.modelpopup {
    width: 100%;
    height: 377px;
    position: absolute;
    top: 100px;
    left: 0;
    margin-left: 0;
    z-index: 150;
}

.appguide {
    width: 70px;
    height: 77px;
    background: url(../../images/Default/B_Guide.png) no-repeat 0 0/100% 100%;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 1000;
    display: none;

    @media (max-width: 1150px) {
        display: block;
    }
}
