<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-size: 100%;
    background-image: url(/img/vmade/bg.png);
    background-repeat: no-repeat;
    height: calc(100vw / 9 * 5);
    background-color: #f0f2f4;
    overflow: auto;
    overflow-x: hidden
}


.centered-horizontally {
    text-align: center;
}

.center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-btn {
    font-size: 20px;
    font-weight: 400;
    color: #474747;
    line-height: 34px;
}

.bottom-text {
    margin-right: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
}

.nav {
    position: -webkit-sticky !important;
    position: sticky;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9999;
}


.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px 20px 80px;
}

.top-bar1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 80px 12px 80px;
    background-color: white;
    /*margin-bottom: 8px;*/
}

.title {
    color: #FFFFFF;
    cursor: pointer;
}

.title1 {
    color: #1576F9;
    cursor: pointer;
}

.selected-line {
    width: 60%;
    height: 2px;
    background-color: white;
}

.selected-line1 {
    width: 60%;
    height: 2px;
    background-color: #1576F9;
}

.line-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2px;
}

.bar-grid {
    display: flex;
    align-items: center;
}

.acquiring_png {
    width: 50%;
    margin-right: 90px;
    display: inline;
    text-align: end;
}

.acquiring2_png {
    display: none;
}

.acquiring_grid {
    width: 27%;
}

.collection_png {
    width: 50%;
    margin-left: 90px;
    display: inline;
}

.code-png {
    margin-right: 90px;
    width: 32%;
    display: flex;
    text-align: center;
}

.collection2_png {
    display: none;
}

.develop_grid {
    width: 50%;
}

.show {
    display: none;
}

@media (max-width: 991px) {

    .start-remittance{
        font-size: 10px;
        font-weight: normal;
        color: #FFFFFF;
        background-color: #00ADEE;
        width: 80%;
        padding: 2px;
        border-radius: 50px;
        margin-top: 5px;
        margin-left: 25px;
        text-align: center;
        cursor: pointer;
    }

    .exchange-rate{
        font-size: 10px;
        color: #606060;
        width: 150px;
    }

    .rate{
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .input-title {
        color: #C1C1C1;
        font-size: 5px;
        margin-bottom: 5px;
    }

    .currency-input {
        border: none;
        width: 60px;
    }

    .icon {
        height: 10px;
        width: 15px;
    }

    .select-currency {
        width: 50px;
        text-align: right;
    }

    .buy-currency {
        background-color: #ffffff;
        width: 100%;
        border: 1px solid #00ADEE;
        padding: 5px 10px;
        border-radius: 10px;
        margin-top: 5px;
    }

    .phone-content{
        width: 74%;
        position: absolute;
        top: 15%;
        left: 44%;
        transform: translateX(-49%);
    }

    .app-grid {
        margin-top: 20px;
    }

    .app-img {
        width: 150px;
    }

    .qrcode {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-view {
        width: 90%;
    }

    .show {
        display: inline;
    }

    .title-grid {
        width: 25px;
        margin-right: 40px;
        display: none;
    }

    .collection_png {
        display: none;
    }

    .collection2_png {
        display: flex;
        justify-content: center;
    }

    .acquiring_png {
        display: none;
    }

    .acquiring2_png {
        display: flex;
        justify-content: center;
    }

    .acquiring_grid {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .acquiring_grid2 {
        width: 70%;
    }

    .phone-png {
        width: 185px;
        position: relative;
    }

    .icon_lan {
        width: 10%;
        cursor: pointer;
    }

    .top-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 20px;
    }

    .top-bar1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 20px;
        background-color: white;
        margin-bottom: 0px;
    }

    .logo {
        height: 25px;
        margin-right: 15px
    }

    .selected {
        font-size: 12px;
        font-weight: bold;
        line-height: 3px;
    }

    .selected1 {
        font-size: 12px;
        font-weight: bold;
        color: #1576F9;
    }

    .not-selected {
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
    }

    .not-selected1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
    }

    .language {
        font-size: 12px;
        color: #FFFFFF;
        margin-right: 5px;
        cursor: pointer;
    }

    .language1 {
        font-size: 12px;
        color: #1576F9;
        margin-right: 5px;
        cursor: pointer;
    }

    .about {
        width: 90px;
        font-size: 12px;
        color: #FFFFFF;
        /*border: 1px solid #FFFFFF;*/
        /*padding: 2px 5px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
        text-align: center;
    }

    .about1 {
        width: 90px;
        font-size: 12px;
        color: #1576F9;
        /*border: 1px solid #1576F9;*/
        /*padding: 2px 5px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }

    .home-title {
        font-size: 18px;
        color: #FFFFFF;
    }

    .home-sub-title {
        font-size: 12px;
        color: #FFFFFF;
    }

    .content {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 10%;
    }

    .content-title {
        width: 50%;
        margin-right: 10px;
        padding-top: 8%;
    }

    .business-title {
        font-size: 16px;
        font-weight: 800;
        color: #2B2B2B;
        margin-bottom: 5px;
    }

    .business-subTitle {
        font-size: 12px;
        font-weight: 400;
        color: #2B2B2B;
        line-height: 18px;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .acquiring {
        margin-top: 12px;
        /*display: flex;*/
        /*align-items: center;*/
    }

    .gam {
        margin-top: 12px;
        /*display: flex;*/
        /*align-items: center;*/
    }

    .pay {
        background: #F0F7D3;
        border-radius: 2px;
        padding: 2px 8px;
        font-size: 10px;
        font-weight: 400;
        color: #3AAD33;
    }

    .pay-title {
        font-size: 16px;
        font-weight: 800;
        color: #000000;
        line-height: 30px;
    }

    .pay-tip {
        font-size: 14px;
        font-weight: 400;
        color: #656565;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .pay-subTitle {
        font-size: 14px;
        font-weight: bold;
        color: #3AAD33;
        line-height: 26px;
    }

    .pay-value {
        font-size: 12px;
        font-weight: 400;
        color: #656565;
        line-height: 18px;
    }

    .collection {
        margin-top: 12px;
        margin-left: 10px;
    }

    .develop {
        margin-top: 10%;
        position: relative;
        margin-bottom: 110%;
    }

    .code-grid {
        width: 100%;
        position: absolute;
        top: 20%;
    }

    .develop_grid {
        width: 70%;
        display: flex;
        justify-content: center;
    }

    .code-png {
        display: none;
        /*display: flex;*/
        /*text-align: center;*/
    }

    .code-png2 {
        display: inline;
        /*display: flex;*/
        /*text-align: center;*/
    }

    .bottom-logo {
        width: 130px;
    }

    .bottom-text {
        margin-right: 2px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }

    .icon_ins {
        width: 6%;
    }
}

@media (min-width: 992px) {

    .start-remittance{
        font-size: 10px;
        font-weight: normal;
        color: #FFFFFF;
        background-color: #00ADEE;
        width: 80%;
        padding: 2px;
        border-radius: 50px;
        margin-top: 5px;
        margin-left: 25px;
        text-align: center;
        cursor: pointer;
    }

    .exchange-rate{
        font-size: 10px;
        color: #606060;
        width: 150px;
    }

    .rate{
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .input-title {
        color: #C1C1C1;
        font-size: 5px;
        margin-bottom: 5px;
    }

    .currency-input {
        border: none;
        width: 60px;
    }

    .icon {
        height: 10px;
        width: 15px;
    }

    .select-currency {
        width: 50px;
        text-align: right;
    }

    .buy-currency {
        background-color: #ffffff;
        width: 100%;
        border: 1px solid #00ADEE;
        padding: 5px 10px;
        border-radius: 10px;
        margin-top: 5px;
    }

    .phone-content{
        width: 74%;
        position: absolute;
        top: 15%;
        left: 44%;
        transform: translateX(-49%);
    }

    .app-grid {
        margin-top: 50px;
    }

    .app-img {
        width: 200px;
    }

    .qrcode {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .qrcode {
        margin-top: 50px;
    }

    .about-view {
        width: 90%;
    }

    .icon_lan {
        cursor: pointer;
    }

    .logo {
        height: 25px;
        margin-right: 43px
    }

    .selected {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }

    .selected1 {
        font-size: 20px;
        font-weight: bold;
        color: #1576F9;
        line-height: 30px;
    }

    .not-selected {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 30px;
    }

    .not-selected1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
    }

    .language {
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .language1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .about {
        width: 100px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        /*border: 1px solid #FFFFFF;*/
        /*padding: 10px 20px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }

    .about1 {
        width: 100px;
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
        /*border: 1px solid #1576F9;*/
        /*padding: 10px 20px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }

    .phone-png {
        width: 185px;
        position: relative;
    }


    .title-grid {
        margin-right: 40px;
        margin-top: 10px;
    }

    .selected-line {
        width: 60%;
        height: 2px;
        background-color: white;
    }

    .line-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2px;

    }

    .content {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .content-title {
        width: 50%;
        margin-right: 40px;
        padding-top: 60px;
    }

    .home-title {
        font-size: 40px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 60px;
    }

    .home-sub-title {
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 39px;
    }

    .business-title {
        font-size: 38px;
        font-weight: 800;
        color: #2B2B2B;
        line-height: 65px;
        margin-bottom: 30px;
    }

    .business-subTitle {
        font-size: 16px;
        font-weight: 400;
        color: #2B2B2B;
        line-height: 26px;
        padding: 0 55px;
        margin-bottom: 90px;
    }

    .acquiring {
        margin-top: 162px;
        display: flex;
        align-items: center;
    }

    .gam {
        margin-top: 184px;
        display: flex;
        align-items: center;
    }

    .code-grid {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 26%;
    }

    .collection {
        margin-top: 184px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .pay {
        background: #F0F7D3;
        border-radius: 10px;
        padding: 6px 24px;
        font-size: 10px;
        font-weight: 400;
        color: #3AAD33;
        line-height: 37px;
    }

    .pay-title {
        font-size: 24px;
        font-weight: 800;
        color: #000000;
        line-height: 28px;
        margin-bottom: 12px;
        margin-top: 18px;
    }

    .pay-tip {
        font-size: 14px;
        font-weight: 400;
        color: #656565;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .pay-subTitle {
        font-size: 16px;
        font-weight: bold;
        color: #3AAD33;
        line-height: 37px;
        margin-bottom: 4px;
    }

    .pay-value {
        font-size: 14px;
        font-weight: 400;
        color: #656565;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .develop {
        margin-top: 84px;
        position: relative;
    }
}

@media (min-width: 1200px) {

    .icon-grid{
        margin-top: 5px;
    }

    .rate-grid{
        display: flex;
        align-items: center
    }

    .input-grid{
        margin-top: 10px;
    }

    .start-remittance{
        font-size: 10px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 27px;
        background-color: #00ADEE;
        width: 80%;
        padding: 2px;
        border-radius: 50px;
        margin-top: 20px;
        margin-left: 25px;
        text-align: center;
        cursor: pointer;
    }

    .exchange-rate{
        font-size: 10px;
        color: #606060;
        margin-right: 5px;
    }

    .rate{
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .input-title {
        color: #C1C1C1;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .currency-input {
        border: none;
        width: 100px;
    }

    .icon {
        height: 15px;
        width: 25px;
    }

    .select-currency {
        width: 50px;
        text-align: right;
    }

    .buy-currency {
        background-color: #ffffff;
        width: 100%;
        border: 1px solid #00ADEE;
        padding: 5px 10px;
        border-radius: 10px;
        margin-top: 5px;
    }

    .phone-content{
        width: 76%;
        position: absolute;
        top: 15%;
        left: 46%;
        transform: translateX(-51%);
    }

    .app-grid {
        margin-top: 50px;
    }

    .app-img {
        width: 200px;
    }

    .qrcode {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .about-view {
        width: 40%;
    }

    .icon_lan {
        cursor: pointer;
    }

    .logo {
        height: 30px;
        margin-right: 43px
    }

    .selected {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }

    .selected1 {
        font-size: 20px;
        font-weight: bold;
        color: #1576F9;
        line-height: 30px;
    }

    .not-selected {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 30px;
    }

    .not-selected1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
    }

    .language {
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .language1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .about {
        width: 100px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        /*border: 1px solid #FFFFFF;*/
        /*padding: 10px 20px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }

    .about1 {
        width: 100px;
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
        /*border: 1px solid #1576F9;*/
        /*padding: 10px 20px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }


    .phone-png {
        width: 20%;
        position: relative;
    }

    .title-grid {
        margin-right: 40px;
        margin-top: 10px;
    }

    .selected-line {
        width: 60%;
        height: 2px;
        background-color: white;
    }

    .line-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2px;

    }

    .content {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .content-title {
        width: 50%;
        margin-right: 40px;
        padding-top: 80px;
    }

    .home-title {
        font-size: 48px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 60px;
    }

    .home-sub-title {
        font-size: 15px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }

    .business-title {
        font-size: 48px;
        font-weight: 800;
        color: #2B2B2B;
        line-height: 95px;
        margin-bottom: 30px;
    }

    .business-subTitle {
        font-size: 22px;
        font-weight: 400;
        color: #2B2B2B;
        line-height: 40px;
        padding: 0 55px;
        margin-bottom: 90px;
    }

    .acquiring {
        margin-top: 162px;
        display: flex;
        align-items: center;
    }

    .gam {
        margin-top: 184px;
        display: flex;
        align-items: center;
    }

    .code-grid {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 26%;
    }

    .collection {
        margin-top: 184px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .pay {
        background: #F0F7D3;
        border-radius: 10px;
        padding: 6px 24px;
        font-size: 20px;
        font-weight: 400;
        color: #3AAD33;
        line-height: 37px;
    }

    .pay-title {
        font-size: 28px;
        font-weight: 800;
        color: #000000;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 24px;
    }

    .pay-tip {
        font-size: 18px;
        font-weight: 400;
        color: #656565;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .pay-subTitle {
        font-size: 20px;
        font-weight: bold;
        color: #3AAD33;
        line-height: 37px;
        margin-bottom: 4px;
    }

    .pay-value {
        font-size: 18px;
        font-weight: 400;
        color: #656565;
        line-height: 23px;
        margin-bottom: 18px;
    }

    .develop {
        margin-top: 84px;
        position: relative;
    }
}

@media (min-width: 1600px) {
    .icon-grid{
        margin-top: 5px;
    }

    .rate-grid{
        display: flex;
        align-items: center
    }

    .input-grid{
        margin-top: 20px;
    }

    .start-remittance{
        font-size: 20px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 27px;
        background-color: #00ADEE;
        width: 80%;
        padding: 10px;
        border-radius: 50px;
        margin-top: 80px;
        margin-left: 35px;
        text-align: center;
        cursor: pointer;
    }

    .exchange-rate{
        width: 180px;
        font-size: 14px;
        color: #606060;
        line-height: 20px;
        margin-right: 5px;
    }

    .rate{
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .input-title {
        color: #C1C1C1;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .currency-input {
        border: none;
    }

    .icon {
        height: 15px;
        width: 25px;
    }

    .select-currency {
        width: 50px;
        text-align: right;
    }

    .buy-currency {
        background-color: #ffffff;
        width: 100%;
        border: 1px solid #00ADEE;
        padding: 10px;
        border-radius: 10px;
        margin-top: 5px;
    }

    .phone-content{
        width: 78%;
        position: absolute;
        top: 15%;
        left: 47%;
        transform: translateX(-51%);
    }


    .app-grid {
        margin-top: 50px;
    }

    .app-img {
        width: 250px;
    }

    .about-view {
        width: 40%;
    }

    .icon_lan {
        cursor: pointer;
    }

    .logo {
        height: 35px;
        margin-right: 43px
    }

    .selected {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }

    .selected1 {
        font-size: 20px;
        font-weight: bold;
        color: #1576F9;
        line-height: 30px;
    }

    .not-selected {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 30px;
    }

    .not-selected1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
    }

    .language {
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .language1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .about {
        width: 100px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        /*border: 1px solid #FFFFFF;*/
        /*padding: 10px 20px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }

    .about1 {
        width: 100px;
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
        /*border: 1px solid #1576F9;*/
        /*padding: 10px 20px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }

    .phone-png {
        width: 27%;
        position: relative;
    }


    .title-grid {
        margin-right: 40px;
        margin-top: 10px;
    }

    .selected-line {
        width: 60%;
        height: 2px;
        background-color: white;
    }

    .line-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2px;
    }

    .content {
        display: flex;
        justify-content: center;
        margin-top: 85px;
        margin-bottom: 200px;
    }

    .content-title {
        width: 50%;
        margin-right: 40px;
        padding-top: 35px;
    }

    .home-title {
        font-size: 66px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 70px;
    }

    .home-sub-title {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 25px;
    }

    .business-title {
        font-size: 68px;
        font-weight: 800;
        color: #2B2B2B;
        line-height: 95px;
        margin-bottom: 30px;
    }

    .business-subTitle {
        font-size: 26px;
        font-weight: 400;
        color: #2B2B2B;
        line-height: 40px;
        padding: 0 55px;
        margin-bottom: 90px;
    }

    .acquiring {
        margin-top: 162px;
        display: flex;
        align-items: center;
    }

    .gam {
        margin-top: 184px;
        display: flex;
        align-items: center;
    }

    .code-grid {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 26%;
    }

    .collection {
        margin-top: 184px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .pay {
        background: #F0F7D3;
        border-radius: 10px;
        padding: 6px 24px;
        font-size: 26px;
        font-weight: 400;
        color: #3AAD33;
        line-height: 37px;
    }

    .pay-title {
        font-size: 48px;
        font-weight: 800;
        color: #000000;
        line-height: 67px;
        margin-bottom: 20px;
        margin-top: 24px;
    }

    .pay-tip {
        font-size: 28px;
        font-weight: 400;
        color: #656565;
        line-height: 40px;
        margin-bottom: 42px;
    }

    .pay-subTitle {
        font-size: 26px;
        font-weight: bold;
        color: #3AAD33;
        line-height: 37px;
        margin-bottom: 4px;
    }

    .pay-value {
        font-size: 24px;
        font-weight: 400;
        color: #656565;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .develop {
        margin-top: 84px;
        position: relative;
    }
}

@media (min-width: 1920px) {
    .icon-grid{
        margin-top: 5px;
    }

    .rate-grid{
        display: flex;
        align-items: center
    }

    .input-grid{
        margin-top: 20px;
    }

    .start-remittance{
        font-size: 20px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 27px;
        background-color: #00ADEE;
        width: 80%;
        padding: 10px;
        border-radius: 50px;
        margin-top: 80px;
        margin-left: 35px;
        text-align: center;
        cursor: pointer;
    }

    .exchange-rate{
        width: 200px;
        font-size: 14px;
        color: #606060;
        line-height: 20px;
        margin-right: 5px;
    }

    .rate{
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .input-title {
        color: #C1C1C1;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .currency-input {
        border: none;
    }

    .icon {
        height: 15px;
        width: 25px;
    }

    .select-currency {
        width: 50px;
        text-align: right;
    }

    .buy-currency {
        background-color: #ffffff;
        width: 100%;
        border: 1px solid #00ADEE;
        padding: 10px;
        border-radius: 10px;
        margin-top: 5px;
    }

    .phone-content{
        width: 80%;
        position: absolute;
        top: 15%;
        left: 48%;
        transform: translateX(-51%);
    }


    .app-grid {
        margin-top: 50px;
    }

    .app-img {
        width: 250px;
    }

    .about-view {
        width: 40%;
    }

    .icon_lan {
        cursor: pointer;
    }

    .logo {
        height: 40px;
        margin-right: 43px
    }

    .selected {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }

    .selected1 {
        font-size: 20px;
        font-weight: bold;
        color: #1576F9;
        line-height: 30px;
    }

    .not-selected {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 30px;
    }

    .not-selected1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
    }

    .language {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .language1 {
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .about {
        width: 100px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        /*border: 1px solid #FFFFFF;*/
        /*padding: 10px 20px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }

    .about1 {
        width: 100px;
        font-size: 16px;
        font-weight: 400;
        color: #1576F9;
        line-height: 30px;
        /*border: 1px solid #1576F9;*/
        /*padding: 10px 20px;*/
        /*border-radius: 6px;*/
        cursor: pointer;
    }

    .phone-png {
        width: 26%;
        position: relative;
    }

    .title-grid {
        margin-right: 40px;
        margin-top: 10px;
    }

    .content {
        display: flex;
        justify-content: center;
        margin-top: 85px;
        margin-bottom: 400px;
    }

    .content-title {
        width: 52%;
        margin-right: 80px;
        padding-top: 128px;
    }

    .home-title {
        font-size: 66px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 80px;
    }

    .home-sub-title {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }

    .business-title {
        font-size: 68px;
        font-weight: 800;
        color: #2B2B2B;
        line-height: 80px;
        margin-bottom: 30px;
    }

    .business-subTitle {
        font-size: 26px;
        font-weight: 400;
        color: #2B2B2B;
        line-height: 40px;
        padding: 0 55px;
        margin-bottom: 90px;
    }

    .acquiring {
        margin-top: 162px;
        display: flex;
        align-items: center;
    }

    .gam {
        margin-top: 184px;
        display: flex;
        align-items: center;
    }

    .code-grid {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 26%;
    }

    .collection {
        margin-top: 184px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .pay {
        background: #F0F7D3;
        border-radius: 10px;
        padding: 6px 24px;
        font-size: 26px;
        font-weight: 400;
        color: #3AAD33;
        line-height: 37px;
    }

    .pay-title {
        font-size: 48px;
        font-weight: 800;
        color: #000000;
        line-height: 50px;
        margin-bottom: 20px;
        margin-top: 24px;
    }

    .pay-tip {
        font-size: 28px;
        font-weight: 400;
        color: #656565;
        line-height: 40px;
        margin-bottom: 42px;
    }

    .pay-subTitle {
        font-size: 26px;
        font-weight: bold;
        color: #3AAD33;
        line-height: 37px;
        margin-bottom: 4px;
    }

    .pay-value {
        font-size: 24px;
        font-weight: 400;
        color: #656565;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .develop {
        margin-top: 84px;
        position: relative;
    }
}

/*.caret {*/
/*    display: inline-block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    margin-left: 2px;*/
/*    vertical-align: middle;*/
/*    border-top: 4px dashed;*/
/*    border-top: 4px solid \9;*/
/*    border-right: 4px solid transparent;*/
/*    border-left: 4px solid transparent*/
/*}*/

.show-select {
    width: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid white;
    font-size: 12px;
    color: #1576F9;
}

.option {
    padding: 10px 0;
    cursor: pointer;
    text-align: left;
    margin-left: 20px;
}

.contact-form input, select {
    color: black !important;
    border: none !important;
    margin: 0 !important;
}
</pre></body></html>