<!DOCTYPE html><html lang="id"><head><meta charset="utf-8"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="cache-control" content="cache"><meta http-equiv="pragma" content="cache"><meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,width=device-width,user-scalable=no"><meta name="robots" content="index, follow"><link rel="preconnect" href="https://voucerdigital.com/"><link rel="preconnect" href="https://semutganteng.fra1.digitaloceanspaces.com"><style>/* Buttons */
.btn {
padding: 8px 16px;
border-radius: 15px;
border: none;
cursor: pointer;
width: 50%;
display: block;
margin-left: auto;
margin-right: auto;
}
.btn-orange-outline {
background: white;
border: 1px solid #DA6B0E;
color: #DA6B0E;
border-radius: 5px;
font-size: 13px;
padding: 3px 15px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
.btn-orange-outline:hover {
border: 1px solid #DA6B0E;
background: #FCF0E7;
color: #DA6B0E;
}
/* Calculator Dropdown Styles */
.dropdown-calculator-menu {
position: relative;
}
.calculator-dropdown-trigger i.fa-chevron-down {
font-size: 12px;
margin-left: 5px;
transition: transform 0.3s ease;
}
.dropdown-calculator-menu:hover .calculator-dropdown-trigger i.fa-chevron-down {
transform: rotate(180deg);
}
.calculator-dropdown {
position: absolute;
top: 100%;
left: 0;
background: #FFF;
border: none;
border-radius: 6px;
box-shadow: 0 16px 32px -12px rgba(14, 18, 27, 0.10);
z-index: 1000;
min-width: 303px;
padding: 0;
overflow: hidden;
}
.calculator-dropdown-item {
margin-bottom: 0;
}
.calculator-dropdown-item:last-child {
border-bottom: none;
}
.calculator-dropdown-item a {
display: flex;
position: relative;
width: 303px;
height: 50px;
overflow: hidden;
text-decoration: none;
transition: transform 0.2s ease;
}
.calculator-dropdown-item a:hover {
opacity: 0.9;
}
.calculator-dropdown-item .item-content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding-left: 15px;
z-index: 2;
}
.calculator-dropdown-item .item-title {
color: white;
font-weight: 600;
font-size: 14px;
line-height: 24px;
}
.calculator-dropdown-item .item-bg {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.calculator-dropdown-item:nth-child(1) .item-bg {
background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-winrate-bg.png') lightgray 77.555px -102.052px / 81.902% 499.306% no-repeat !important;
box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
}
.calculator-dropdown-item:nth-child(2) .item-bg {
background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), linear-gradient(90deg, #1F5537 38.1%, rgba(28, 72, 48, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-magic-wheel.png') lightgray 60.142px -56.844px / 100% 327.375% no-repeat !important;
box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
}
.calculator-dropdown-item:nth-child(3) .item-bg {
background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-zodiak-bg.png') lightgray 77.555px -44.052px / 75.902% 448.306% no-repeat !important;
box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
}
/* Hover states for dropdown items */
.calculator-dropdown-item:nth-child(1):hover .item-bg {
background: linear-gradient(90deg, #E62E05 38.1%, rgba(230, 46, 5, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-winrate-bg.png') lightgray 77.555px -102.052px / 81.902% 499.306% no-repeat !important;
}
.calculator-dropdown-item:nth-child(2):hover .item-bg {
background: linear-gradient(90deg, #E62E05 38.1%, rgba(230, 46, 5, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-magic-wheel.png') lightgray 60.142px -56.844px / 100% 327.375% no-repeat !important;
}
.calculator-dropdown-item:nth-child(3):hover .item-bg {
background: linear-gradient(90deg, #E62E05 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-zodiak-bg.png') lightgray 77.555px -44.052px / 75.902% 448.306% no-repeat !important;
}
/* Hide mobile dropdown submenu on desktop */
@media (min-width: 769px) {
.dropdown-submenu.dropdown-calculator-mobile {
display: none !important;
}
.cek-transaksi-mobile {
display: none !important;
}
}
@media (max-width: 768px) {
.dropdown-submenu:hover .submenu {
display: none !important;
}
.dropdown-submenu>a i.fa-chevron-down {
-webkit-transition: transform 0.3s ease;
/* Untuk iOS */
transition: transform 0.3s ease;
}
.dropdown-submenu.active>a i.fa-chevron-down {
transform: rotate(180deg);
}
.dropdown-submenu .submenu {
display: none;
list-style: none;
padding: 0;
margin: 0;
background: transparent;
margin-left: 10px;
}
.dropdown-submenu.active .submenu {
display: block !important;
background: transparent !important;
}
.dropdown-submenu.active {
background: transparent !important;
}
.dropdown-submenu.active>a {
background: transparent !important;
}
.dropdown-submenu .submenu li {
margin: 0;
}
.dropdown-submenu .submenu li a {
padding: 10px 15px;
color: rgba(0, 0, 0, 0.8);
font-size: 14px;
}
.dropdown-submenu .submenu li a:hover {
color: #E62E05;
background: transparent;
}
}</style><meta name="google-site-verification" content="TWCnU5sHuhMM6VPEbboeHwbx46nBTRiOZSUlu0EqEEQ"><script type="bdcdd32daf826addc56c9cd0-text/javascript">(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T9CFBHN2');</script><script async src="https://www.googletagmanager.com/gtag/js?id=G-0D6MD4FFRL" type="bdcdd32daf826addc56c9cd0-text/javascript"></script><script type="bdcdd32daf826addc56c9cd0-text/javascript">window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-0D6MD4FFRL');</script><link rel="icon" href="https://uniplay.id/cdn/fb64-pic26234f625741fb5cf88d522586f3a0a11738813188.png?ncahce=1738813188" sizes="32x32"><link rel="icon" href="https://uniplay.id/cdn/fb64-pic26234f625741fb5cf88d522586f3a0a11738813188.png?ncahce=1738813188" sizes="192x192"><link rel="apple-touch-icon" href="https://uniplay.id/cdn/fb64-pic26234f625741fb5cf88d522586f3a0a11738813188.png?ncahce=1738813188"><title>Top Up Game Online Termurah dan Aman</title><link rel="canonical" href="https://voucerdigital.com/"><meta name="description" content="Hadirkan bermain yang lebih seru dengan Top Up Game Instan Voucer Digital Kami! Nikmati kemudahan mengisi saldo game favorit Anda secara cepat dan aman."><meta property="og:locale" content="id_ID"><meta property="og:type" content="website"><meta property="og:title" content="Top Up Game Online Termurah dan Aman"><meta property="og:description" content="Hadirkan bermain yang lebih seru dengan Top Up Game Instan Voucer Digital Kami! Nikmati kemudahan mengisi saldo game favorit Anda secara cepat dan aman."><meta property="og:url" content="https://voucerdigital.com/"><meta property="og:site_name" content="Voucer Digital"><style type="text/css">@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/200/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/200/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/200/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/200/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/200/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/200/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/200/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/300/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/300/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/300/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/300/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/300/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/300/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/300/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/600/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/600/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/600/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/600/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/600/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/600/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/600/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/700/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/700/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/700/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/700/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/700/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/700/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/700/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/900/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/900/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/900/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/900/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/900/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/900/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/900/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/200/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/200/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/200/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/200/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/200/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/200/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/200/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/300/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/300/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/300/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/300/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/300/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/300/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/300/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/400/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/400/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/400/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/400/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/400/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/400/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/400/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/600/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/600/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/600/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/600/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/600/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/600/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/600/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/700/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/700/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/700/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/700/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/700/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/700/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/700/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/900/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/900/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/900/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/900/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/900/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/900/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/900/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}</style><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/plugins/fontawesome-free/css/all.min.css"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/plugins/bootstrap/css/bootstrap.min.css"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/theme_v3.css?c=v.14.39.21761206957"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/flashsale.css?c=v.14.36.11761206957"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/cooltipz.min.css?c=v.14.36"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/vendor/slick/slick.css?c=v.14.36"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/cooltipz.min.css?c=v.14.36"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/alert-maintaince.css"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/plugins/ui/jquery-ui.min.css"><script src="https://voucerdigital.com/assets/plugins/jquery/jquery.min.js" type="bdcdd32daf826addc56c9cd0-text/javascript"></script><script defer src="https://voucerdigital.com/assets/plugins/bootstrap/js/bootstrap.bundle.min.js" type="bdcdd32daf826addc56c9cd0-text/javascript"></script><script defer src="https://voucerdigital.com/assets/plugins/jquery-lazy/jquery.lazy.min.js" type="bdcdd32daf826addc56c9cd0-text/javascript"></script><script defer src="https://voucerdigital.com/assets/plugins/ui/jquery-ui.min.js" type="bdcdd32daf826addc56c9cd0-text/javascript"></script><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/plugins/color-main/coloris.min.css"><script defer src="https://voucerdigital.com/assets/plugins/color-main/coloris.min.js" type="bdcdd32daf826addc56c9cd0-text/javascript"></script><script type="bdcdd32daf826addc56c9cd0-text/javascript">var isDisabledScroll = false;
var keys = {
37: 1,
38: 1,
39: 1,
40: 1
};
var supportsPassive = false;
try {
window.addEventListener("test", null, Object.defineProperty({}, 'passive', {
get: function() {
supportsPassive = true;
}
}));
} catch (e) {}
var wheelOpt = supportsPassive ? {
passive: false
} : false;
var wheelEvent = 'onwheel' in document.createElement('div') ? 'wheel' : 'mousewheel';
function preventDefault(e) {
e.preventDefault();
}
function preventDefaultForScrollKeys(e) {
if (keys[e.keyCode]) {
preventDefault(e);
return false;
}
}
function disableScroll() {
window.addEventListener('DOMMouseScroll', preventDefault, false); // older FF
window.addEventListener(wheelEvent, preventDefault, wheelOpt); // modern desktop
window.addEventListener('touchmove', preventDefault, wheelOpt); // mobile
window.addEventListener('keydown', preventDefaultForScrollKeys, false);
isDisabledScroll = true;
}
// call this to Enable
function enableScroll() {
window.removeEventListener('DOMMouseScroll', preventDefault, false);
window.removeEventListener(wheelEvent, preventDefault, wheelOpt);
window.removeEventListener('touchmove', preventDefault, wheelOpt);
window.removeEventListener('keydown', preventDefaultForScrollKeys, false);
isDisabledScroll = false;
}
function delay(callback, ms) {
var timer = 0;
return function() {
var context = this,
args = arguments;
clearTimeout(timer);
timer = setTimeout(function() {
callback.apply(context, args);
}, ms || 0);
};
}
function OpenMenuHeader(elem) {
var $this = $(elem);
var $parents = $this.parents('.burger-menu-v3');
if ($parents.find('.menu-pop-theme-v3').is(':hidden')) {
$parents.find('.menu-pop-theme-v3').fadeIn('fast', function() {
$('.tmv1-menu-trigger').find('i').removeClass('fa-bars').addClass('fa-times')
})
} else {
$parents.find('.menu-pop-theme-v3').fadeOut('fast', function() {
$('.tmv1-menu-trigger').find('i').addClass('fa-bars').removeClass('fa-times')
})
}
}
function reloadWidgetWhatsapp(from) {
$('body').find('.livechat-wdg-parent').remove()
$.ajax({
url: 'https://voucerdigital.com/ajax/widget-whatsapp.php',
type: 'POST',
dataType: 'JSON',
headers: {
"Authorization": "Basic " + 'T1VkNFZVTkRZVWhoWkc1YWVrWmhhMUJPT0dOTWVYRkpiR2hzUXpoWk1YY3hjRFZUWTBRMmFUWkdXV0pYWTBONVptbDBiSEZuU25GbE0xTkpXa2hOV1VGWlVYRkxURnB2TDBaa1JWVnNURzVZUVd0NmQyOVZZVlpsZEdOc1RWVnphVFJWZDNCQlZVNTFTM2M5'
},
data: {
'from': from
},
beforeSend: function(e) {
},
success: function(e) {
if (e.status) {
$('body').append(e.html);
}
}
});
$.ajax({
url: 'https://voucerdigital.com/ajax/socialproff-client.php',
type: 'POST',
dataType: 'JSON',
headers: {
"Authorization": "Basic " + 'Vm14VlIyTlZNMVJwTjJoeWMxTkVTR1ZQYlV0c1MydFllVGs1Y1dkUmFURnJTV0Y0T1djemJESkhUWEZoYUZSNFlsTXphWGgxYzJKMGVGRjBObGxaTkVoQ1JrSnBabEZRZW5oeVVXcDBUVzVQYTNaSE4wSk9PVEJqUm1kcE0yTXpUMU5QV1ZZMFJFWjBRMWs5'
},
data: {},
beforeSend: function(e) {
},
success: function(e) {
if (e.status) {
$('body').append(e.html);
}
}
});
}
function ShowSearchMobile(elem) {
var $this = $(elem)
if ($('.header-search-bar').is(':hidden')) {
$('.header-search-bar').fadeIn('fast')
} else {
$('.header-search-bar').fadeOut('fast')
}
}
document.addEventListener('DOMContentLoaded', function() {
$(function() {
reloadWidgetWhatsapp('cd')
$('.lazy').lazy();
$('form[name="search-form"]').on('submit', function(e) {
e.preventDefault();
$('.search-text').trigger('keyup');
});
// Calculator dropdown functionality
$('.dropdown-calculator-menu').hover(
function() {
$(this).find('.calculator-dropdown').fadeIn('fast');
},
function() {
$(this).find('.calculator-dropdown').fadeOut('fast');
}
);
// Mobile submenu dropdown functionality - Parent toggle
$('.dropdown-calculator-mobile > a').on('click touchstart', function(e) {
// Hanya jalankan toggle untuk menu utama, bukan submenu
if (!$(e.target).closest('.submenu').length) {
e.preventDefault();
var $this = $(this);
var $submenu = $this.parent();
// Toggle active class
$submenu.toggleClass('active');
// Tutup submenu lain
$submenu.siblings('.dropdown-submenu').removeClass('active');
}
});
// Handle submenu clicks with JavaScript navigation
$('.dropdown-calculator-mobile .submenu a').on('click touchstart', function(e) {
e.preventDefault();
e.stopPropagation();
var url = $(this).attr('href');
if (url && url !== '#' && url !== 'javascript:void(0)') {
window.location.href = url;
}
});
$(".search-text").on("click", function() {
$(".search-area").addClass("active");
});
$('.search-text').keyup(delay(function(e) {
var $this = $(this);
if ($this.val().length > 2) {
$.ajax({
url: 'https://voucerdigital.com/ajax/search-entity.php',
type: 'POST',
dataType: 'JSON',
headers: {
"Authorization": "Basic " + 'VXdzMHRKcC81c2ZPZzRPTFVCNnlSV0VwQ2w3aHd6dUR5YWl4a2ErOXFtTjBIVWxNOTBhbkVIdWh4eWFXQ0huZTk2OHcrL1hGNHVLRnEwWnpyK21CWFpKdHlKMVF4UzNIYzlqUjJZeDRnWnNxcWZGVldqemVaZHNDTlMyUXFxRXA='
},
data: {
search_q: $this.val(),
token: 'MzRZRlRpc0V2ZTlHelJCaVczNFdtVSt5cGQ3YSt6YzNNajJRbVRrTngzMjVZekhJVXBtaHhaYytkVHpnR1BNcDI2cFgwc2w0WnNVTFMrU0hsei9vSFE9PQ=='
},
beforeSend: function(e) {
console.log('Processing Search');
},
success: function(e) {
console.log('Finish Search');
if (e.status) {
$(".result-quick-search").html(e.html);
$(".result-quick-search").slideDown();
} else {
$(".result-quick-search").slideUp();
}
}
});
} else {
$(".result-quick-search").slideUp();
$(".result-quick-search").html('');
}
}, 500));
});
})</script> <body class="hold-transition"><div class="header-navbar"><div class="header-content-v3"><div class="header-content-v3-left"><a href="https://voucerdigital.com/"><img src="https://uniplay.id/cdn/fb64-picb795c7f10e7e5c775f350f1231c601f91738813188.png?ncahce=1738813188" alt=""> </a> <ul><li><a href="https://voucerdigital.com/cek-transaksi">Cek Transaksi</a> </ul></div> <div class="header-content-v3-right"><div class="header-search-bar"><form name="search-form" id="search-form" action="" method="GET"><div class="header-search-bar-field"><input type="text" name="q" class="q search-text" placeholder="Pencarian..."> <i class="fas fa-search"></i></div> <a class="close-search-mobile" href="javascript:;" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; ShowSearchMobile(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""><i class="fas fa-times"></i> </a></form> <div class="result-quick-search" style="display: none;"></div></div> <div class="frame-trigger-search-mobile"><a href="javascript:;" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; ShowSearchMobile(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""><i class="fas fa-search"></i> </a> </div> <div class="burger-menu-v3"><a href="javascript:;" class="tmv1-menu-trigger" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; OpenMenuHeader(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""><i class="fas fa-bars"></i> </a> <div class="menu-pop-theme-v3" style="display: none;"><div class="arrow-up"></div> <ul><li><a href="https://voucerdigital.com/page/top-up-game-instant"><div class="right"><b>Top Up Game Instant</b> </div> </a> <li><a href="https://voucerdigital.com/page/cara-top-up-free-fire"><div class="right"><b>Cara Top up Free Fire</b> </div> </a> <li><a href="https://voucerdigital.com/page/mobile-legends"><div class="right"><b>Mobile Legends</b> </div> </a> <li><a href="https://voucerdigital.com/page/soul-land-new-world"><div class="right"><b>Soul Land New World</b> </div> </a> <li><a href="https://voucerdigital.com/page/cara-top-up-soul-land-new-world"><div class="right"><b>Cara Top up soul land new world</b> </div> </a> <li><a href="https://voucerdigital.com/page/top-up-steam-wallet-di-voucer-digital"><div class="right"><b>Top up Steam Wallet di Voucer Digital</b> </div> </a> <li><a href="https://voucerdigital.com/page/top-up-magic-chess-go-go"><div class="right"><b>Top up Magic Chess Go Go</b> </div> </a> <li><a href="https://voucerdigital.com/page/beli-top-up-free-fire-murah-di-voucer-digital"><div class="right"><b>Beli Top Up Free Fire Murah di Voucer Digital</b> </div> </a> <li><a href="https://voucerdigital.com/page/kebijakan-privacy"><div class="right"><b>Kebijakan Privacy</b> </div> </a> <li><a href="https://voucerdigital.com/page/panduan-lengkap-magic-chess-go-go"><div class="right"><b>Panduan Magic Chess untuk Pemula Hari Ke 1</b> </div> </a> <li><a href="https://voucerdigital.com/page/panduan-magic-chess-untuk-pemula-hari-ke-2"><div class="right"><b>Panduan Magic Chess untuk Pemula Hari Ke 2</b> </div> </a> <li><a href="https://voucerdigital.com/page/panduan-magic-chess-untuk-pemula-hari-ke-3"><div class="right"><b>Panduan Magic Chess untuk Pemula Hari Ke 3</b> </div> </a> <li><a href="https://voucerdigital.com/page/panduan-magic-chess-untuk-pemula-hari-ke-4"><div class="right"><b>Panduan Magic Chess untuk Pemula Hari Ke 4</b> </div> </a> <li><a href="https://voucerdigital.com/page/panduan-magic-chess-untuk-pemula-hari-ke-5"><div class="right"><b>Panduan Magic Chess untuk Pemula Hari Ke 5</b> </div> </a> <li><a href="https://voucerdigital.com/page/panduan-magic-chess-untuk-pemula-hari-ke-6"><div class="right"><b>Panduan Magic Chess untuk Pemula Hari Ke 6</b> </div> </a> <li><a href="https://voucerdigital.com/page/panduan-magic-chess-untuk-pemula-hari-ke-7"><div class="right"><b>Panduan Magic Chess untuk Pemula Hari Ke 7</b> </div> </a> <li><a href="https://voucerdigital.com/page/panduan-magic-chess-untuk-pemula-final"><div class="right"><b>Panduan Magic Chess untuk Pemula Final</b> </div> </a> </ul></div></div></div></div> </div> <div class="slider-wrapper"><div class="image-slider transition-slide"><div class="image-slider-items"><a draggable="true" href="https://voucerdigital.com" target="_blank" class="img-slide active"><picture><img src="https://voucerdigital.com/cdn/f231e735d85feff4021fcfa6db34d44f.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f231e735d85feff4021fcfa6db34d44f.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f231e735d85feff4021fcfa6db34d44f.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f231e735d85feff4021fcfa6db34d44f.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/game/mobile-legends" target="_blank" class="img-slide next-item inactive"><picture><img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/game/free-fire" target="_blank" class="img-slide inactive"><picture><img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/game/valorant" target="_blank" class="img-slide inactive"><picture><img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/game/soul-land-new-world" target="_blank" class="img-slide inactive"><picture><img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/voucher/steam" target="_blank" class="img-slide inactive"><picture><img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com" target="_blank" class="img-slide prev-item inactive"><picture><img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/f231e735d85feff4021fcfa6db34d44f.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f231e735d85feff4021fcfa6db34d44f.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f231e735d85feff4021fcfa6db34d44f.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f231e735d85feff4021fcfa6db34d44f.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <div class="image-slider__dots"><div class="image-slider__dot active" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""></div></div></div> <div class="image-slider__nav"><div href="#" class="prev nav-inactive slide-leave slide-leave-active" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectPrevNextSketlon(this, 'prev')" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""> โฎ </div> <div href="#" class="next nav-inactive slide-leave slide-leave-active" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectPrevNextSketlon(this, 'next')" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""> โฏ </div></div></div> </div> <div class="frame-grid-product-v2"><div class="title-frame"><i class="fa fa-fire"></i> <h3>Produk Unggulan</h3></div> <div class="parent-grid-product-v2"><a href="https://voucerdigital.com/game/mobile-legends" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dd3ccb84374a3f9225f0515c31ac6910-large.png" data-src="https://uniplay.id/cdn/dd3ccb84374a3f9225f0515c31ac6910-large.png" alt="Mobile Legends: Bang Bang ID"> </div> <div class="entitas-name-v3"><h6>Mobile Legends: Bang Bang ID</h6> </div></a> <a href="https://voucerdigital.com/game/mobile-legends-my" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d201fbfb1b5703f80474083563cb8622-large.png" data-src="https://uniplay.id/cdn/d201fbfb1b5703f80474083563cb8622-large.png" alt="Mobile Legends: Bang Bang MY"> </div> <div class="entitas-name-v3"><h6>Mobile Legends: Bang Bang MY</h6> </div></a> <a href="https://voucerdigital.com/game/mobile-legends-ph" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6d22ad543f2a28f4dba19841d13a07d3-large.png" data-src="https://uniplay.id/cdn/6d22ad543f2a28f4dba19841d13a07d3-large.png" alt="Mobile Legends: Bang Bang PH"> </div> <div class="entitas-name-v3"><h6>Mobile Legends: Bang Bang PH</h6> </div></a> <a href="https://voucerdigital.com/game/mobile-legends-br" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/253b78e697518ab156510e9e6f120100-large.jpeg" data-src="https://uniplay.id/cdn/253b78e697518ab156510e9e6f120100-large.jpeg" alt="Mobile Legends: Bang Bang BR"> </div> <div class="entitas-name-v3"><h6>Mobile Legends: Bang Bang BR</h6> </div></a> <a href="https://voucerdigital.com/game/free-fire" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/27f1a02395e94ada15b932beb3efbd62-large.jpeg" data-src="https://uniplay.id/cdn/27f1a02395e94ada15b932beb3efbd62-large.jpeg" alt="Free Fire"> </div> <div class="entitas-name-v3"><h6>Free Fire</h6> </div></a> <a href="https://voucerdigital.com/game/pubg-mobile-indonesia" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/75ccb3ee8968746243a08a942dcb8b64-large.jpeg" data-src="https://uniplay.id/cdn/75ccb3ee8968746243a08a942dcb8b64-large.jpeg" alt="PUBG Mobile (Indonesia)"> </div> <div class="entitas-name-v3"><h6>PUBG Mobile (Indonesia)</h6> </div></a> <a href="https://voucerdigital.com/game/valorant" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ac7dbc6c7f97282313b7d1c9f18f8dee.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/ac7dbc6c7f97282313b7d1c9f18f8dee.jpeg" alt="Valorant"> </div> <div class="entitas-name-v3"><h6>Valorant</h6> </div></a> <a href="https://voucerdigital.com/game/magic-chess-go-go" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/1c25d5b96830e42572e86b1d6c53bdf9-large.jpeg" data-src="https://uniplay.id/cdn/1c25d5b96830e42572e86b1d6c53bdf9-large.jpeg" alt="Magic Chess Go Go"> </div> <div class="entitas-name-v3"><h6>Magic Chess Go Go</h6> </div></a></div></div> <div class="frame-grid-product-v2"><div class="title-frame"><i class="fa fa-shopping-cart"></i> <h3>Voucher</h3></div> <div class="parent-grid-product-v2 limited-height-voucher"><a href="https://voucerdigital.com/voucher/voucher-free-fire-global" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/7b0dea7c20393aebd0fb454525d0d349-large.png" data-src="https://uniplay.id/cdn/7b0dea7c20393aebd0fb454525d0d349-large.png" alt="Voucher Free Fire Global"> </div> <h6>Voucher Free Fire Global</h6></a> <a href="https://voucerdigital.com/voucher/amazon-gift-card" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/084119424a20654289f8a96e64916b64-large.png" data-src="https://uniplay.id/cdn/084119424a20654289f8a96e64916b64-large.png" alt="Amazon Gift Card"> </div> <h6>Amazon Gift Card</h6></a> <a href="https://voucerdigital.com/voucher/bigo-live-voucher" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e301853953fe1f73e8431feffb3e11c6-large.png" data-src="https://uniplay.id/cdn/e301853953fe1f73e8431feffb3e11c6-large.png" alt="Bigo Live Voucher"> </div> <h6>Bigo Live Voucher</h6></a> <a href="https://voucerdigital.com/voucher/binance-gift-card" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/8e8d44b7291e89c960f92c4dae177577-large.png" data-src="https://uniplay.id/cdn/8e8d44b7291e89c960f92c4dae177577-large.png" alt="Binance Gift Card"> </div> <h6>Binance Gift Card</h6></a> <a href="https://voucerdigital.com/voucher/blizzard-gift-card" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ca2314fd68405d761feeb203df0ca7f8-large.png" data-src="https://uniplay.id/cdn/ca2314fd68405d761feeb203df0ca7f8-large.png" alt="Blizzard Gift Card"> </div> <h6>Blizzard Gift Card</h6></a> <a href="https://voucerdigital.com/voucher/bstation" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/4342ed2a508a50b38671d0c06ec5d6d7-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/4342ed2a508a50b38671d0c06ec5d6d7-large.jpeg" alt="Bstation"> </div> <h6>Bstation</h6></a> <a href="https://voucerdigital.com/voucher/cherry-credits" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/38bfe73f78881cd9749bf4901e33e900-large.png" data-src="https://uniplay.id/cdn/38bfe73f78881cd9749bf4901e33e900-large.png" alt="Cherry Credits"> </div> <h6>Cherry Credits</h6></a> <a href="https://voucerdigital.com/voucher/crunchyroll" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e29fc1e63fb35fcaf59db4ac8f6d718c-large.png" data-src="https://uniplay.id/cdn/e29fc1e63fb35fcaf59db4ac8f6d718c-large.png" alt="Crunchyroll"> </div> <h6>Crunchyroll</h6></a> <a href="https://voucerdigital.com/voucher/delta-force-delta-coin-redeem-code" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/19613874066898902ea04e3e69810166-large.png" data-src="https://uniplay.id/cdn/19613874066898902ea04e3e69810166-large.png" alt="Delta Force Delta Coin Redeem Code"> </div> <h6>Delta Force Delta Coin Redeem Code</h6></a> <a href="https://voucerdigital.com/voucher/diablo-iv" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d6dd042ff29bb36372856ec956974ba6-large.png" data-src="https://uniplay.id/cdn/d6dd042ff29bb36372856ec956974ba6-large.png" alt="Diablo IV"> </div> <h6>Diablo IV</h6></a> <a href="https://voucerdigital.com/voucher/fortnite-v-bucks" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/4c4537bc39c86e3016a5a9310e538270-large.png" data-src="https://uniplay.id/cdn/4c4537bc39c86e3016a5a9310e538270-large.png" alt="Fortnite V Bucks"> </div> <h6>Fortnite V Bucks</h6></a> <a href="https://voucerdigital.com/voucher/garena-shell" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0c37cb532949590d0a8aa84d268408b8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/0c37cb532949590d0a8aa84d268408b8.png" alt="Garena Shell"> </div> <h6>Garena Shell</h6></a> <a href="https://voucerdigital.com/voucher/geforce-now" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c2fe01cfa89b5c7362505735ad2d8f95-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/c2fe01cfa89b5c7362505735ad2d8f95-large.jpeg" alt="GeForce Now"> </div> <h6>GeForce Now</h6></a> <a href="https://voucerdigital.com/voucher/iqiyi" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d3cce03be2db65b9f8723bea21c01b74-large.jpeg" data-src="https://uniplay.id/cdn/d3cce03be2db65b9f8723bea21c01b74-large.jpeg" alt="IQIYI"> </div> <h6>IQIYI</h6></a> <a href="https://voucerdigital.com/voucher/netease-pay" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/85c1c595383c826d0bd813b5ea56b8e8-large.png" data-src="https://uniplay.id/cdn/85c1c595383c826d0bd813b5ea56b8e8-large.png" alt="Netease Pay"> </div> <h6>Netease Pay</h6></a> <a href="https://voucerdigital.com/voucher/point-blank-cash" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/4d28dddb44768d23195895237c790ac7.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/4d28dddb44768d23195895237c790ac7.png" alt="Point Blank (Cash Voucher)"> </div> <h6>Point Blank (Cash Voucher)</h6></a> <a href="https://voucerdigital.com/voucher/psn" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a0a7c77fa94f422b784fb9f72a46d039.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/a0a7c77fa94f422b784fb9f72a46d039.png" alt="PSN Money Voucher (ID)"> </div> <h6>PSN Money Voucher (ID)</h6></a> <a href="https://voucerdigital.com/voucher/pubg-battleground-pc" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d2a43deb7e94d645332bdf0415f5b36d-large.png" data-src="https://uniplay.id/cdn/d2a43deb7e94d645332bdf0415f5b36d-large.png" alt="PUBG Battleground (PC)"> </div> <h6>PUBG Battleground (PC)</h6></a> <a href="https://voucerdigital.com/voucher/roblox" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/620ad99df2c704d765036ae40064ba77-large.jpeg" data-src="https://uniplay.id/cdn/620ad99df2c704d765036ae40064ba77-large.jpeg" alt="Roblox"> </div> <h6>Roblox</h6></a> <a href="https://voucerdigital.com/voucher/spotify" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/3cc6d11b72d5acbc7c077569980b837f-large." data-src="https://uniplay.id/cdn/3cc6d11b72d5acbc7c077569980b837f-large." alt="Spotify Voucher"> </div> <h6>Spotify Voucher</h6></a> <a href="https://voucerdigital.com/voucher/steam" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/b09347019ee70f90e5517b2ae2f4c2d4-large.jpeg" data-src="https://uniplay.id/cdn/b09347019ee70f90e5517b2ae2f4c2d4-large.jpeg" alt="Steam Wallet"> </div> <h6>Steam Wallet</h6></a> <a href="https://voucerdigital.com/voucher/terabox-gift-card" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/621402a7f311b3e0eb416fba8e8d4362-large.png" data-src="https://uniplay.id/cdn/621402a7f311b3e0eb416fba8e8d4362-large.png" alt="TeraBox Gift Card"> </div> <h6>TeraBox Gift Card</h6></a> <a href="https://voucerdigital.com/voucher/tiktok-koin-gift-card" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f8bd028e382a07efe80fbbc89f5d2b80-large.jpeg" data-src="https://uniplay.id/cdn/f8bd028e382a07efe80fbbc89f5d2b80-large.jpeg" alt="TikTok Koin Gift Card"> </div> <h6>TikTok Koin Gift Card</h6></a> <a href="https://voucerdigital.com/voucher/tinder-voucher" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/994f3430982f57b9c4207741db4efb2e-large." data-src="https://uniplay.id/cdn/994f3430982f57b9c4207741db4efb2e-large." alt="Tinder Voucher"> </div> <h6>Tinder Voucher</h6></a> <a href="https://voucerdigital.com/voucher/turbo-vpn" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/7a36d04e877f0122e3fa936cc8df9378-large.png" data-src="https://uniplay.id/cdn/7a36d04e877f0122e3fa936cc8df9378-large.png" alt="Turbo VPN"> </div> <h6>Turbo VPN</h6></a> <a href="https://voucerdigital.com/voucher/vidio" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0f39c7347b427f58898171b29b3b5a48-large.png" data-src="https://uniplay.id/cdn/0f39c7347b427f58898171b29b3b5a48-large.png" alt="Vidio"> </div> <h6>Vidio</h6></a> <a href="https://voucerdigital.com/voucher/vision-plus-voucher" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/24acd87d2472744c8a77fee664d31fc2-large." data-src="https://uniplay.id/cdn/24acd87d2472744c8a77fee664d31fc2-large." alt="Vision+ Voucher"> </div> <h6>Vision+ Voucher</h6></a> <a href="https://voucerdigital.com/voucher/google-play" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/5ffb13190e8fdde605a1f3e697bcb43f-large.jpeg" data-src="https://uniplay.id/cdn/5ffb13190e8fdde605a1f3e697bcb43f-large.jpeg" alt="Voucher Google Play"> </div> <h6>Voucher Google Play</h6></a> <a href="https://voucerdigital.com/voucher/voucher-razer-gold" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0515e72e9b895347bfca1f4af93f2476-large.png" data-src="https://uniplay.id/cdn/0515e72e9b895347bfca1f4af93f2476-large.png" alt="Voucher Razer Gold"> </div> <h6>Voucher Razer Gold</h6></a> <a href="https://voucerdigital.com/voucher/voucher-megaxus" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/cce2a3926ee275ddb9cd0c4e27c1ce48-large.png" data-src="https://uniplay.id/cdn/cce2a3926ee275ddb9cd0c4e27c1ce48-large.png" alt="Voucher Megaxus"> </div> <h6>Voucher Megaxus</h6></a> <a href="https://voucerdigital.com/voucher/voucher-pubg-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/689b85fd2844f6137cceee95e873c448-large.png" data-src="https://uniplay.id/cdn/689b85fd2844f6137cceee95e873c448-large.png" alt="Voucher PUBG Mobile"> </div> <h6>Voucher PUBG Mobile</h6></a> <a href="https://voucerdigital.com/voucher/voucher-valorant" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/b13df5a50462169d25b4f5baf6f5105c-large.png" data-src="https://uniplay.id/cdn/b13df5a50462169d25b4f5baf6f5105c-large.png" alt="Voucher Valorant"> </div> <h6>Voucher Valorant</h6></a> <a href="https://voucerdigital.com/voucher/voucher-wetv-vip" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/fa0d8dafa9ea3f144281069b6a5f8771-large.png" data-src="https://uniplay.id/cdn/fa0d8dafa9ea3f144281069b6a5f8771-large.png" alt="Voucher WeTV VIP"> </div> <h6>Voucher WeTV VIP</h6></a> <a href="https://voucerdigital.com/voucher/wave-game" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/45bc7f77498aeaa8a59fb98201b22513-large.png" data-src="https://uniplay.id/cdn/45bc7f77498aeaa8a59fb98201b22513-large.png" alt="Wave Game"> </div> <h6>Wave Game</h6></a> <a href="https://voucerdigital.com/voucher/webtoon-koin" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d9714a62656295e37af8614a7703ef85-large." data-src="https://uniplay.id/cdn/d9714a62656295e37af8614a7703ef85-large." alt="Webtoon Koin"> </div> <h6>Webtoon Koin</h6></a> <a href="https://voucerdigital.com/voucher/xbox-gift-card" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ef52d3a9fa7557d1c32b30b4d8ed90f2-large.png" data-src="https://uniplay.id/cdn/ef52d3a9fa7557d1c32b30b4d8ed90f2-large.png" alt="Xbox Gift Card"> </div> <h6>Xbox Gift Card</h6></a></div> <div class="overlay-more-voucher"><button type="button" class="more-game-btn" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; ShowAllVoucher(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""><span>Tampilkan Lainnya</span> <i class="fas fa-chevron-down"></i></button> </div></div> <div class="frame-grid-product-v2"><div class="title-frame"><i class="fas fa-money-bill-wave-alt"></i> <h3>PPOB</h3></div> <div class="parent-grid-product-v2"><a href="https://voucerdigital.com/ppob/axis" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/df00ba551fa785161a7184a5f7569f55-large.png" data-src="https://uniplay.id/cdn/df00ba551fa785161a7184a5f7569f55-large.png" alt="Axis"> </div> <h6>Axis</h6></a> <a href="https://voucerdigital.com/ppob/dana" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f4c8861a73dc79e8622c7050698674ee-large.png" data-src="https://uniplay.id/cdn/f4c8861a73dc79e8622c7050698674ee-large.png" alt="DANA"> </div> <h6>DANA</h6></a> <a href="https://voucerdigital.com/ppob/gopay" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c6c2e2971d43bb5f1d437f81c0d5429c-large.png" data-src="https://uniplay.id/cdn/c6c2e2971d43bb5f1d437f81c0d5429c-large.png" alt="GoPay"> </div> <h6>GoPay</h6></a> <a href="https://voucerdigital.com/ppob/indosat" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/33f5985a5a011cee151e93100c4d8b73-large.png" data-src="https://uniplay.id/cdn/33f5985a5a011cee151e93100c4d8b73-large.png" alt="Indosat"> </div> <h6>Indosat</h6></a> <a href="https://voucerdigital.com/ppob/shopeepay" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/992fb0d19782da6686fbfbfd53a08411-large.png" data-src="https://uniplay.id/cdn/992fb0d19782da6686fbfbfd53a08411-large.png" alt="ShopeePay"> </div> <h6>ShopeePay</h6></a> <a href="https://voucerdigital.com/ppob/smartfren" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/7195a21a035bbcd3465a949b8d26073f-large.png" data-src="https://uniplay.id/cdn/7195a21a035bbcd3465a949b8d26073f-large.png" alt="Smartfren"> </div> <h6>Smartfren</h6></a> <a href="https://voucerdigital.com/ppob/telkomsel" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ff730acfe21f385054be5e5fe2af2bbd-large.png" data-src="https://uniplay.id/cdn/ff730acfe21f385054be5e5fe2af2bbd-large.png" alt="Telkomsel"> </div> <h6>Telkomsel</h6></a> <a href="https://voucerdigital.com/ppob/token-pln" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/2630230e801f3ae38ad3b912ce05e6c8-large.jpeg" data-src="https://uniplay.id/cdn/2630230e801f3ae38ad3b912ce05e6c8-large.jpeg" alt="Token PLN"> </div> <h6>Token PLN</h6></a> <a href="https://voucerdigital.com/ppob/tri" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/8d89e368f2e4303c142c93cc09bae322-large.png" data-src="https://uniplay.id/cdn/8d89e368f2e4303c142c93cc09bae322-large.png" alt="Tri"> </div> <h6>Tri</h6></a> <a href="https://voucerdigital.com/ppob/xl" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/387e02b6da0d5b4ecccc9cb48837ccd0-large.png" data-src="https://uniplay.id/cdn/387e02b6da0d5b4ecccc9cb48837ccd0-large.png" alt="XL"> </div> <h6>XL</h6></a></div></div> <div class="frame-grid-product-v2"><div class="title-frame"><i class="fa fa-gamepad"></i> <h3>Semua Games</h3></div> <div class="parent-grid-product-v2 limited-height"><a href="https://voucerdigital.com/game/likee-diamond" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/49af0b87e949ed27438c70fc1830a5ba-large.png" data-src="https://uniplay.id/cdn/49af0b87e949ed27438c70fc1830a5ba-large.png" alt="LIKEE DIAMOND"> </div> <h6>LIKEE DIAMOND</h6></a> <a href="https://voucerdigital.com/game/ace-razer" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/16be523446f06eae118aeaa5f63f0e0a-large.jpeg" data-src="https://uniplay.id/cdn/16be523446f06eae118aeaa5f63f0e0a-large.jpeg" alt="Ace Racer"> </div> <h6>Ace Racer</h6></a> <a href="https://voucerdigital.com/game/afk-journey" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/8d1bef380cec01e8063bd11c7939a891-large.jpeg" data-src="https://uniplay.id/cdn/8d1bef380cec01e8063bd11c7939a891-large.jpeg" alt="AFK Journey"> </div> <h6>AFK Journey</h6></a> <a href="https://voucerdigital.com/game/age-of-empires-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/921338bb989c448d34993a08a9199b30-large.jpeg" data-src="https://uniplay.id/cdn/921338bb989c448d34993a08a9199b30-large.jpeg" alt="Age of Empires Mobile"> </div> <h6>Age of Empires Mobile</h6></a> <a href="https://voucerdigital.com/game/age-of-magic" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/71392c9328b7380d959adecfd7710bdd-large.jpeg" data-src="https://uniplay.id/cdn/71392c9328b7380d959adecfd7710bdd-large.jpeg" alt="Age of Magic"> </div> <h6>Age of Magic</h6></a> <a href="https://voucerdigital.com/game/alchemy-stars" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/96c9db6eae4b689abb55d1fada72ed13-large.jpeg" data-src="https://uniplay.id/cdn/96c9db6eae4b689abb55d1fada72ed13-large.jpeg" alt="Alchemy Stars"> </div> <h6>Alchemy Stars</h6></a> <a href="https://voucerdigital.com/game/arena-of-valor" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/66b3adc2cc297cd4420f76666861a5a6-large.png" data-src="https://uniplay.id/cdn/66b3adc2cc297cd4420f76666861a5a6-large.png" alt="Arena Of Valor (All Bind)"> </div> <h6>Arena Of Valor (All Bind)</h6></a> <a href="https://voucerdigital.com/game/astra-knight-of-veda" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/975cb986abe40ae68d3e7485e7bd8b57-large.png" data-src="https://uniplay.id/cdn/975cb986abe40ae68d3e7485e7bd8b57-large.png" alt="ASTRA: Knights of Veda"> </div> <h6>ASTRA: Knights of Veda</h6></a> <a href="https://voucerdigital.com/game/astral-guardians-cyber-fantasy" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/4d159499b90022a6e57db39c3eaeaf17-large.png" data-src="https://uniplay.id/cdn/4d159499b90022a6e57db39c3eaeaf17-large.png" alt="Astral Guardians : Cyber Fantasy"> </div> <h6>Astral Guardians : Cyber Fantasy</h6></a> <a href="https://voucerdigital.com/game/atlantica-rebirth" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/74395498423fe991f4d56f14435e9281-large.png" data-src="https://uniplay.id/cdn/74395498423fe991f4d56f14435e9281-large.png" alt="Atlantica Rebirth"> </div> <h6>Atlantica Rebirth</h6></a> <a href="https://voucerdigital.com/game/au2-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/b54677fb85bc4f797c32ee4a674aae06-large.png" data-src="https://uniplay.id/cdn/b54677fb85bc4f797c32ee4a674aae06-large.png" alt="AU2 Mobile"> </div> <h6>AU2 Mobile</h6></a> <a href="https://voucerdigital.com/game/be-the-king" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d3a247b358e7e86a81881e8c538dcf7e-large.png" data-src="https://uniplay.id/cdn/d3a247b358e7e86a81881e8c538dcf7e-large.png" alt="Be The King"> </div> <h6>Be The King</h6></a> <a href="https://voucerdigital.com/game/bermuda-video-chat" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/303b1e9123227638ebb54454e41a4c75-large.png" data-src="https://uniplay.id/cdn/303b1e9123227638ebb54454e41a4c75-large.png" alt="Bermuda Video Chat"> </div> <h6>Bermuda Video Chat</h6></a> <a href="https://voucerdigital.com/game/bigo-live" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/48a6025e8c84e5165d08ec4dc91180e3-large.png" data-src="https://uniplay.id/cdn/48a6025e8c84e5165d08ec4dc91180e3-large.png" alt="Bigo Live"> </div> <h6>Bigo Live</h6></a> <a href="https://voucerdigital.com/game/bleach-mobile-3d" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/19c62b9fcf71548e777c26682efac075-large.png" data-src="https://uniplay.id/cdn/19c62b9fcf71548e777c26682efac075-large.png" alt="BLEACH Mobile 3D"> </div> <h6>BLEACH Mobile 3D</h6></a> <a href="https://voucerdigital.com/game/blood-strike" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/5c49a7a04cda43bd3694b78c7d8ebcca-large.jpeg" data-src="https://uniplay.id/cdn/5c49a7a04cda43bd3694b78c7d8ebcca-large.jpeg" alt="Blood Strike"> </div> <h6>Blood Strike</h6></a> <a href="https://voucerdigital.com/game/call-of-duty-id" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6298ebc274f0a63bdf75af13e74c66d7-large.jpeg" data-src="https://uniplay.id/cdn/6298ebc274f0a63bdf75af13e74c66d7-large.jpeg" alt="Call of Duty Mobile ID"> </div> <h6>Call of Duty Mobile ID</h6></a> <a href="https://voucerdigital.com/game/captai-tsubasa-ace" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/008bd276bf48ee7bea74309898c9d47c.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/008bd276bf48ee7bea74309898c9d47c.jpeg" alt="Captain Tsubasa: Ace"> </div> <h6>Captain Tsubasa: Ace</h6></a> <a href="https://voucerdigital.com/game/chamet" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/80ae19ae6d233ce3d68346a91a5eec78-large.png" data-src="https://uniplay.id/cdn/80ae19ae6d233ce3d68346a91a5eec78-large.png" alt="CHAMET"> </div> <h6>CHAMET</h6></a> <a href="https://voucerdigital.com/game/city-of-crime-gang-wars" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c4300c58e1ce5c8bde01360473546df2-large.png" data-src="https://uniplay.id/cdn/c4300c58e1ce5c8bde01360473546df2-large.png" alt="City of Crime: Gang Wars"> </div> <h6>City of Crime: Gang Wars</h6></a> <a href="https://voucerdigital.com/game/cloud-song-saga-of-skywalkers" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c9dd8c16334b4fb8ce3faa87db010248-large.jpeg" data-src="https://uniplay.id/cdn/c9dd8c16334b4fb8ce3faa87db010248-large.jpeg" alt="Cloud Song: Saga of Skywalkers"> </div> <h6>Cloud Song: Saga of Skywalkers</h6></a> <a href="https://voucerdigital.com/game/colorbang" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0af325a572703c6017f0f3af8c7a39bd-large.png" data-src="https://uniplay.id/cdn/0af325a572703c6017f0f3af8c7a39bd-large.png" alt="ColorBANG"> </div> <h6>ColorBANG</h6></a> <a href="https://voucerdigital.com/game/command-and-conquer-legions" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/3c6e646666f465da9897cd29c3d3b83c-large.jpeg" data-src="https://uniplay.id/cdn/3c6e646666f465da9897cd29c3d3b83c-large.jpeg" alt="Command & Conquerโข: Legions"> </div> <h6>Command & Conquerโข: Legions</h6></a> <a href="https://voucerdigital.com/game/crystal-of-atlan" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f8e6c962b7446134592bcda504df5868-large.png" data-src="https://uniplay.id/cdn/f8e6c962b7446134592bcda504df5868-large.png" alt="Crystal of Atlan"> </div> <h6>Crystal of Atlan</h6></a> <a href="https://voucerdigital.com/game/crystalfall" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0db7f8315729abcb135f9be136c5bfb7-large.png" data-src="https://uniplay.id/cdn/0db7f8315729abcb135f9be136c5bfb7-large.png" alt="Crystalfall"> </div> <h6>Crystalfall</h6></a> <a href="https://voucerdigital.com/game/culinary-tour" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dac444d050cbc577760fd2da3f8bb2dc-large.png" data-src="https://uniplay.id/cdn/dac444d050cbc577760fd2da3f8bb2dc-large.png" alt="Culinary Tour"> </div> <h6>Culinary Tour</h6></a> <a href="https://voucerdigital.com/game/dazz-live" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/eec337d1f545e972760168bd75712da8-large.png" data-src="https://uniplay.id/cdn/eec337d1f545e972760168bd75712da8-large.png" alt="Dazz Live"> </div> <h6>Dazz Live</h6></a> <a href="https://voucerdigital.com/game/dc-dark-legion" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/df60f92fc9bca9b3ed93b05e89d20151-large.png" data-src="https://uniplay.id/cdn/df60f92fc9bca9b3ed93b05e89d20151-large.png" alt="DC: Dark Legion"> </div> <h6>DC: Dark Legion</h6></a> <a href="https://voucerdigital.com/game/delta-force-steam" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/01e44847af322226d93a7f7444bf810b-large.jpeg" data-src="https://uniplay.id/cdn/01e44847af322226d93a7f7444bf810b-large.jpeg" alt="Delta Force - Steam"> </div> <h6>Delta Force - Steam</h6></a> <a href="https://voucerdigital.com/game/delta-force-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/1cff4f7bb7de5540b36f4ad73aa0b749-large.jpeg" data-src="https://uniplay.id/cdn/1cff4f7bb7de5540b36f4ad73aa0b749-large.jpeg" alt="Delta Force Mobile"> </div> <h6>Delta Force Mobile</h6></a> <a href="https://voucerdigital.com/game/destiny-rising" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/de6d7c0c95a1a9ff244268df94299c7f-large.jpeg" data-src="https://uniplay.id/cdn/de6d7c0c95a1a9ff244268df94299c7f-large.jpeg" alt="Destiny: Rising"> </div> <h6>Destiny: Rising</h6></a> <a href="https://voucerdigital.com/game/dragon-nest-m-classic" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/573ac5e614005ed09bb792c674fbed65-large.png" data-src="https://uniplay.id/cdn/573ac5e614005ed09bb792c674fbed65-large.png" alt="Dragon Nest M: Classic"> </div> <h6>Dragon Nest M: Classic</h6></a> <a href="https://voucerdigital.com/game/dragon-raja-sea" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/04925da61211437f013288a68fc0093e.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/04925da61211437f013288a68fc0093e.jpeg" alt="Dragon Raja (SEA)"> </div> <h6>Dragon Raja (SEA)</h6></a> <a href="https://voucerdigital.com/game/dragonheir-silent-gods" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a455cb0d11dcdbecf56fed622ac3fc7b-large.png" data-src="https://uniplay.id/cdn/a455cb0d11dcdbecf56fed622ac3fc7b-large.png" alt="Dragonheir: Silent Gods"> </div> <h6>Dragonheir: Silent Gods</h6></a> <a href="https://voucerdigital.com/game/dynasty-heroes" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/59581ac83a1ef47b040974776f70243f-large.png" data-src="https://uniplay.id/cdn/59581ac83a1ef47b040974776f70243f-large.png" alt="Dynasty Heroes"> </div> <h6>Dynasty Heroes</h6></a> <a href="https://voucerdigital.com/game/dynasty-warriors-overlords" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/27f19b3211c2cc7028d009a0ed96360c-large.png" data-src="https://uniplay.id/cdn/27f19b3211c2cc7028d009a0ed96360c-large.png" alt="Dynasty Warriors: Overlords"> </div> <h6>Dynasty Warriors: Overlords</h6></a> <a href="https://voucerdigital.com/game/ea-sports-fc-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/93b818e39dfa3fa222ecbbea3b456e12-large.jpeg" data-src="https://uniplay.id/cdn/93b818e39dfa3fa222ecbbea3b456e12-large.jpeg" alt="EA SPORTS FC Mobile"> </div> <h6>EA SPORTS FC Mobile</h6></a> <a href="https://voucerdigital.com/game/echocalypse" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/b5ac8146858cb7cb156e3de44e2249bb-large.png" data-src="https://uniplay.id/cdn/b5ac8146858cb7cb156e3de44e2249bb-large.png" alt="Echocalypse"> </div> <h6>Echocalypse</h6></a> <a href="https://voucerdigital.com/game/eggy-party" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/212c2fe2a92f038ed428c12bb8f19084-large.png" data-src="https://uniplay.id/cdn/212c2fe2a92f038ed428c12bb8f19084-large.png" alt="Eggy Party"> </div> <h6>Eggy Party</h6></a> <a href="https://voucerdigital.com/game/elelive" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/fe2bb5ad86e1b1103da9509b51fef6c9-large.png" data-src="https://uniplay.id/cdn/fe2bb5ad86e1b1103da9509b51fef6c9-large.png" alt="Elelive"> </div> <h6>Elelive</h6></a> <a href="https://voucerdigital.com/game/ensemble-stars-music" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/7125e889e59ec29c078e167a6a252fc1-large.png" data-src="https://uniplay.id/cdn/7125e889e59ec29c078e167a6a252fc1-large.png" alt="Ensemble Stars Music"> </div> <h6>Ensemble Stars Music</h6></a> <a href="https://voucerdigital.com/game/era-of-celestials" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/189afb3f3a9055a1a068f02838296d29-large.png" data-src="https://uniplay.id/cdn/189afb3f3a9055a1a068f02838296d29-large.png" alt="Era of Celestials"> </div> <h6>Era of Celestials</h6></a> <a href="https://voucerdigital.com/game/fable-town" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ea38efd5928d8d0714f5b46e8ddc0332-large.png" data-src="https://uniplay.id/cdn/ea38efd5928d8d0714f5b46e8ddc0332-large.png" alt="Fable Town"> </div> <h6>Fable Town</h6></a> <a href="https://voucerdigital.com/game/farlight-84" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/2a0376e0f366fa622de52d62080dcf7c.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/2a0376e0f366fa622de52d62080dcf7c.jpeg" alt="Farlight 84"> </div> <h6>Farlight 84</h6></a> <a href="https://voucerdigital.com/game/football-master-2" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a7c889f734a9c5443afd220ca5312ef1-large.png" data-src="https://uniplay.id/cdn/a7c889f734a9c5443afd220ca5312ef1-large.png" alt="Football Master 2"> </div> <h6>Football Master 2</h6></a> <a href="https://voucerdigital.com/game/football-rising-star" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e320e13f66bf00678de0592725d873df-large.png" data-src="https://uniplay.id/cdn/e320e13f66bf00678de0592725d873df-large.png" alt="Football Rising Star"> </div> <h6>Football Rising Star</h6></a> <a href="https://voucerdigital.com/game/free-fire" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/27f1a02395e94ada15b932beb3efbd62-large.jpeg" data-src="https://uniplay.id/cdn/27f1a02395e94ada15b932beb3efbd62-large.jpeg" alt="Free Fire"> </div> <h6>Free Fire</h6></a> <a href="https://voucerdigital.com/game/free-fire-global" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/fe45a6bfa0dc4a5a669d03860ac2158a-large.png" data-src="https://uniplay.id/cdn/fe45a6bfa0dc4a5a669d03860ac2158a-large.png" alt="Free Fire Global"> </div> <h6>Free Fire Global</h6></a> <a href="https://voucerdigital.com/game/free-fire-max" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/cd80ee83c3a378bd652729c5812726ae-large.png" data-src="https://uniplay.id/cdn/cd80ee83c3a378bd652729c5812726ae-large.png" alt="Free Fire MAX"> </div> <h6>Free Fire MAX</h6></a> <a href="https://voucerdigital.com/game/genshin-impact" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/8e36e04e087baaba89db4cda2b154936-large.jpeg" data-src="https://uniplay.id/cdn/8e36e04e087baaba89db4cda2b154936-large.jpeg" alt="Genshin Impact"> </div> <h6>Genshin Impact</h6></a> <a href="https://voucerdigital.com/game/ghost-pinball-tuyul-adventure" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c5803d41e08719ffb0fe8ad07122e8bc-large.png" data-src="https://uniplay.id/cdn/c5803d41e08719ffb0fe8ad07122e8bc-large.png" alt="Ghost Pinball Tuyul Adventure"> </div> <h6>Ghost Pinball Tuyul Adventure</h6></a> <a href="https://voucerdigital.com/game/ghost-story-love-destiny" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/884c6c9c68617f5d3e58a5713f71a91c-large.png" data-src="https://uniplay.id/cdn/884c6c9c68617f5d3e58a5713f71a91c-large.png" alt="Ghost Story: Love Destiny"> </div> <h6>Ghost Story: Love Destiny</h6></a> <a href="https://voucerdigital.com/game/growtopia" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a8981850afc7975f8ffcfbbbd8a6c01b-large.png" data-src="https://uniplay.id/cdn/a8981850afc7975f8ffcfbbbd8a6c01b-large.png" alt="Growtopia"> </div> <h6>Growtopia</h6></a> <a href="https://voucerdigital.com/game/guns-of-glory" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/34ccc4bfc6b1689762de58066b7f1b58-large.png" data-src="https://uniplay.id/cdn/34ccc4bfc6b1689762de58066b7f1b58-large.png" alt="Guns of Glory"> </div> <h6>Guns of Glory</h6></a> <a href="https://voucerdigital.com/game/haikyu-fly-high" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/7d5e9c2566edcd205d1e00c456c6e6ab-large.png" data-src="https://uniplay.id/cdn/7d5e9c2566edcd205d1e00c456c6e6ab-large.png" alt="HAIKYU!! FLY HIGH"> </div> <h6>HAIKYU!! FLY HIGH</h6></a> <a href="https://voucerdigital.com/game/harry-potter-magic-awakened" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/2cab58a49f1513ec3276499a1d344e42.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/2cab58a49f1513ec3276499a1d344e42.jpeg" alt="Harry Potter: Magic Awakened"> </div> <h6>Harry Potter: Magic Awakened</h6></a> <a href="https://voucerdigital.com/game/heaven-domain-rebirth" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c49693c74057b55de63ec1857578c57c-large.png" data-src="https://uniplay.id/cdn/c49693c74057b55de63ec1857578c57c-large.png" alt="Heaven Domain: Rebirth"> </div> <h6>Heaven Domain: Rebirth</h6></a> <a href="https://voucerdigital.com/game/heroes-evolved" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/b06f32284a70c43802623473a1e438ff-large.png" data-src="https://uniplay.id/cdn/b06f32284a70c43802623473a1e438ff-large.png" alt="Heroes Evolved"> </div> <h6>Heroes Evolved</h6></a> <a href="https://voucerdigital.com/game/heroic-uncle-kim" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/bb63839c45628cc252dedf0280abd9ff-large.png" data-src="https://uniplay.id/cdn/bb63839c45628cc252dedf0280abd9ff-large.png" alt="Heroic Uncle Kim"> </div> <h6>Heroic Uncle Kim</h6></a> <a href="https://voucerdigital.com/game/honkai-impact-3" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a7fcfc1225d9cf9e20652742553774c3-large.png" data-src="https://uniplay.id/cdn/a7fcfc1225d9cf9e20652742553774c3-large.png" alt="Honkai Impact 3"> </div> <h6>Honkai Impact 3</h6></a> <a href="https://voucerdigital.com/game/honkai-star-rail" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/cb833991d8d607174f636be5b59a1f86-large.png" data-src="https://uniplay.id/cdn/cb833991d8d607174f636be5b59a1f86-large.png" alt="Honkai: Star Rail"> </div> <h6>Honkai: Star Rail</h6></a> <a href="https://voucerdigital.com/game/huajiao-live" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0685244dd41b12e51dbd759083767517-large.png" data-src="https://uniplay.id/cdn/0685244dd41b12e51dbd759083767517-large.png" alt="HuaJiao Live ่ฑๆค่ฑ (CN)"> </div> <h6>HuaJiao Live ่ฑๆค่ฑ (CN)</h6></a> <a href="https://voucerdigital.com/game/jawaker-token" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/5b6a886c89e07a4d2c754672f5369a35-large.png" data-src="https://uniplay.id/cdn/5b6a886c89e07a4d2c754672f5369a35-large.png" alt="Jawaker Token"> </div> <h6>Jawaker Token</h6></a> <a href="https://voucerdigital.com/game/journey-renewed-fate-fantasy" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/9e2a4a34d15dc41a856d9c495878e903-large.png" data-src="https://uniplay.id/cdn/9e2a4a34d15dc41a856d9c495878e903-large.png" alt="Journey Renewed: Fate Fantasy"> </div> <h6>Journey Renewed: Fate Fantasy</h6></a> <a href="https://voucerdigital.com/game/jujutsu-kaisen-phantom-parade" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/00167f9d2266a9337e2bcbb40116d481-large.png" data-src="https://uniplay.id/cdn/00167f9d2266a9337e2bcbb40116d481-large.png" alt="Jujutsu Kaisen Phantom Parade"> </div> <h6>Jujutsu Kaisen Phantom Parade</h6></a> <a href="https://voucerdigital.com/game/king-of-avalon" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e180991d577f7a4e0d60344a7b994c58-large.png" data-src="https://uniplay.id/cdn/e180991d577f7a4e0d60344a7b994c58-large.png" alt="King of Avalon"> </div> <h6>King of Avalon</h6></a> <a href="https://voucerdigital.com/game/kings-choice" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/47878c31d0816cbf664179f819436a31-large.png" data-src="https://uniplay.id/cdn/47878c31d0816cbf664179f819436a31-large.png" alt="Kings Choice"> </div> <h6>Kings Choice</h6></a> <a href="https://voucerdigital.com/game/laplace-m" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/24455c988af9675fcddb985d656fdb19.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/24455c988af9675fcddb985d656fdb19.jpeg" alt="Laplace M"> </div> <h6>Laplace M</h6></a> <a href="https://voucerdigital.com/game/legacy-fate-sacred-and-fearless" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/70e95893db75a84de21f412ac4fc4a10-large.png" data-src="https://uniplay.id/cdn/70e95893db75a84de21f412ac4fc4a10-large.png" alt="Legacy Fate: Sacred and Fearless"> </div> <h6>Legacy Fate: Sacred and Fearless</h6></a> <a href="https://voucerdigital.com/game/legend-of-mushroom-rush" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ea4d4faf224242fd3bec0cac91353c8e-large.png" data-src="https://uniplay.id/cdn/ea4d4faf224242fd3bec0cac91353c8e-large.png" alt="Legend of Mushroom: Rush"> </div> <h6>Legend of Mushroom: Rush</h6></a> <a href="https://voucerdigital.com/game/legends-of-runeterra" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6ffed0654b291ffe7a4219cba580483a.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/6ffed0654b291ffe7a4219cba580483a.jpeg" alt="Legends of Runeterra"> </div> <h6>Legends of Runeterra</h6></a> <a href="https://voucerdigital.com/game/life-makeover" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/bf9ecd2ba17faeed00232a818b3de3c5-large.png" data-src="https://uniplay.id/cdn/bf9ecd2ba17faeed00232a818b3de3c5-large.png" alt="Life Makeover"> </div> <h6>Life Makeover</h6></a> <a href="https://voucerdigital.com/game/light-of-thel-new-era" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dc2ab2ed125a8bfefae64a6a00870461.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/dc2ab2ed125a8bfefae64a6a00870461.jpeg" alt="Light of Thel: New Era"> </div> <h6>Light of Thel: New Era</h6></a> <a href="https://voucerdigital.com/game/lineage2m" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/86dfdcda7d9b99c1d41abd273b880306-large.png" data-src="https://uniplay.id/cdn/86dfdcda7d9b99c1d41abd273b880306-large.png" alt="Lineage2M"> </div> <h6>Lineage2M</h6></a> <a href="https://voucerdigital.com/game/lokapala" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a1a207f6807151ea996a34d08edc17d7.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/a1a207f6807151ea996a34d08edc17d7.png" alt="Lokapala"> </div> <h6>Lokapala</h6></a> <a href="https://voucerdigital.com/game/love-and-deepspace" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e9e886df2eedf8bfc4cd55335fedf522-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/e9e886df2eedf8bfc4cd55335fedf522-large.jpeg" alt="Love and Deepspace"> </div> <h6>Love and Deepspace</h6></a> <a href="https://voucerdigital.com/game/ludo-club" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c9a92d025432cbaf80e1f43313397b8f-large.png" data-src="https://uniplay.id/cdn/c9a92d025432cbaf80e1f43313397b8f-large.png" alt="Ludo Club"> </div> <h6>Ludo Club</h6></a> <a href="https://voucerdigital.com/game/machina-waking" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c1c2467a62af61d734fc9f79cfd4d74d-large.png" data-src="https://uniplay.id/cdn/c1c2467a62af61d734fc9f79cfd4d74d-large.png" alt="Machina Waking"> </div> <h6>Machina Waking</h6></a> <a href="https://voucerdigital.com/game/magic-chess-go-go" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/1c25d5b96830e42572e86b1d6c53bdf9-large.jpeg" data-src="https://uniplay.id/cdn/1c25d5b96830e42572e86b1d6c53bdf9-large.jpeg" alt="Magic Chess Go Go"> </div> <h6>Magic Chess Go Go</h6></a> <a href="https://voucerdigital.com/game/mangatoon" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f10566cfaf07074683b4edcf7606bbfa-large.png" data-src="https://uniplay.id/cdn/f10566cfaf07074683b4edcf7606bbfa-large.png" alt="MangaToon"> </div> <h6>MangaToon</h6></a> <a href="https://voucerdigital.com/game/mango-live" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d8c908c576fa5c88b50b356615cb9fb9-large.png" data-src="https://uniplay.id/cdn/d8c908c576fa5c88b50b356615cb9fb9-large.png" alt="Mango Live"> </div> <h6>Mango Live</h6></a> <a href="https://voucerdigital.com/game/marvel-duel" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/17fa1d0e6992a0e3b941c18a254a3a2e-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/17fa1d0e6992a0e3b941c18a254a3a2e-large.jpeg" alt="Marvel Duel"> </div> <h6>Marvel Duel</h6></a> <a href="https://voucerdigital.com/game/marvel-rivals" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dc86e9662ac1bda1b2d65fa2f8a280af-large.png" data-src="https://uniplay.id/cdn/dc86e9662ac1bda1b2d65fa2f8a280af-large.png" alt="Marvel Rivals"> </div> <h6>Marvel Rivals</h6></a> <a href="https://voucerdigital.com/game/melojam" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/5a7be3a927272488bc3d1f2c88e8012e-large.png" data-src="https://uniplay.id/cdn/5a7be3a927272488bc3d1f2c88e8012e-large.png" alt="Melojam"> </div> <h6>Melojam</h6></a> <a href="https://voucerdigital.com/game/metal-slug-awakening" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/db14a797c4f2f671e23b2ad3136d42ba.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/db14a797c4f2f671e23b2ad3136d42ba.jpeg" alt="Metal Slug: Awakening"> </div> <h6>Metal Slug: Awakening</h6></a> <a href="https://voucerdigital.com/game/misty-continent" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e41d2d1c7b6172236d240b58942dd522-large.png" data-src="https://uniplay.id/cdn/e41d2d1c7b6172236d240b58942dd522-large.png" alt="Misty Continent"> </div> <h6>Misty Continent</h6></a> <a href="https://voucerdigital.com/game/mob-rush" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/87b01174c462ee351daea744b56943a3-large.png" data-src="https://uniplay.id/cdn/87b01174c462ee351daea744b56943a3-large.png" alt="MOB RUSH"> </div> <h6>MOB RUSH</h6></a> <a href="https://voucerdigital.com/game/mobile-legends-global" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c1b51174b869729f0238829fcd18502f-large.png" data-src="https://uniplay.id/cdn/c1b51174b869729f0238829fcd18502f-large.png" alt="Mobile Legends Global exc ID, MY, PH, RU, SG"> </div> <h6>Mobile Legends Global exc ID, MY, PH, RU, SG</h6></a> <a href="https://voucerdigital.com/game/mobile-legends" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dd3ccb84374a3f9225f0515c31ac6910-large.png" data-src="https://uniplay.id/cdn/dd3ccb84374a3f9225f0515c31ac6910-large.png" alt="Mobile Legends: Bang Bang ID"> </div> <h6>Mobile Legends: Bang Bang ID</h6></a> <a href="https://voucerdigital.com/game/mobile-legends-my" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d201fbfb1b5703f80474083563cb8622-large.png" data-src="https://uniplay.id/cdn/d201fbfb1b5703f80474083563cb8622-large.png" alt="Mobile Legends: Bang Bang MY"> </div> <h6>Mobile Legends: Bang Bang MY</h6></a> <a href="https://voucerdigital.com/game/mobile-legends-ph" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6d22ad543f2a28f4dba19841d13a07d3-large.png" data-src="https://uniplay.id/cdn/6d22ad543f2a28f4dba19841d13a07d3-large.png" alt="Mobile Legends: Bang Bang PH"> </div> <h6>Mobile Legends: Bang Bang PH</h6></a> <a href="https://voucerdigital.com/game/mobile-royale" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e0e0c083e326f05eed571ee2ce486fb9-large.png" data-src="https://uniplay.id/cdn/e0e0c083e326f05eed571ee2ce486fb9-large.png" alt="Mobile Royale"> </div> <h6>Mobile Royale</h6></a> <a href="https://voucerdigital.com/game/moonlight-blade-m" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/38d41a6bd7fcb3294aa602b3f2a08fd0-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/38d41a6bd7fcb3294aa602b3f2a08fd0-large.jpeg" alt="Moonlight Blade M"> </div> <h6>Moonlight Blade M</h6></a> <a href="https://voucerdigital.com/game/mu-origin-2" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/60d5b43628bae11cf8535fffc8f78bd9-large.png" data-src="https://uniplay.id/cdn/60d5b43628bae11cf8535fffc8f78bd9-large.png" alt="MU Origin 2"> </div> <h6>MU Origin 2</h6></a> <a href="https://voucerdigital.com/game/mu-origin-3-sea" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/cb6015208c765686dced2dd2a3155551.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/cb6015208c765686dced2dd2a3155551.jpeg" alt="MU Origin 3 (SEA)"> </div> <h6>MU Origin 3 (SEA)</h6></a> <a href="https://voucerdigital.com/game/mythic-dawn-13-megami" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d29ed0f46c1a2851f6d9fb69d58b03cd-large.png" data-src="https://uniplay.id/cdn/d29ed0f46c1a2851f6d9fb69d58b03cd-large.png" alt="Mythic Dawn: 13 Megami"> </div> <h6>Mythic Dawn: 13 Megami</h6></a> <a href="https://voucerdigital.com/game/nba-infinite" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/4c4d5504075b0088a7d08365b420db87-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/4c4d5504075b0088a7d08365b420db87-large.jpeg" alt="NBA INFINITE"> </div> <h6>NBA INFINITE</h6></a> <a href="https://voucerdigital.com/game/once-human" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a7917214e75b6988da6e97e871b53ade-large.png" data-src="https://uniplay.id/cdn/a7917214e75b6988da6e97e871b53ade-large.png" alt="Once Human"> </div> <h6>Once Human</h6></a> <a href="https://voucerdigital.com/game/one-punch-man-the-strongest" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/57e5d35e96a80910cbb8df1358dccebf.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/57e5d35e96a80910cbb8df1358dccebf.png" alt="One Punch Man: The Strongest"> </div> <h6>One Punch Man: The Strongest</h6></a> <a href="https://voucerdigital.com/game/onmyoji-arena" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/3d509f9c3bdc8649781af6b5c8109d0d-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/3d509f9c3bdc8649781af6b5c8109d0d-large.jpeg" alt="Onmyoji Arena"> </div> <h6>Onmyoji Arena</h6></a> <a href="https://voucerdigital.com/game/path-to-nowhere" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ee8d8d1216d1492134d005029c9da6e5-large.png" data-src="https://uniplay.id/cdn/ee8d8d1216d1492134d005029c9da6e5-large.png" alt="Path to Nowhere"> </div> <h6>Path to Nowhere</h6></a> <a href="https://voucerdigital.com/game/paw-rumble" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/675e830146f1db4372cab03c70424813-large.png" data-src="https://uniplay.id/cdn/675e830146f1db4372cab03c70424813-large.png" alt="Paw Rumble"> </div> <h6>Paw Rumble</h6></a> <a href="https://voucerdigital.com/game/perfect-world" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/de4e89636e9e43928229cee0d39f3487.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/de4e89636e9e43928229cee0d39f3487.png" alt="Perfect World"> </div> <h6>Perfect World</h6></a> <a href="https://voucerdigital.com/game/pixel-gun-3d" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f75db45019d83f7cb84e84e34bd393c4.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/f75db45019d83f7cb84e84e34bd393c4.jpeg" alt="Pixel Gun 3D"> </div> <h6>Pixel Gun 3D</h6></a> <a href="https://voucerdigital.com/game/point-blank" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e3511e24e789254cb6e4dd275e21ed65-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/e3511e24e789254cb6e4dd275e21ed65-large.jpeg" alt="Point Blank"> </div> <h6>Point Blank</h6></a> <a href="https://voucerdigital.com/game/pokemon-unite" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/561ba34d6a4fb78c9c312434920ef66d-large.png" data-src="https://uniplay.id/cdn/561ba34d6a4fb78c9c312434920ef66d-large.png" alt="Pokรฉmon UNITE"> </div> <h6>Pokรฉmon UNITE</h6></a> <a href="https://voucerdigital.com/game/pubg-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e4fe1514f3dbc35bb4521fc7b2ff55eb-large.png" data-src="https://uniplay.id/cdn/e4fe1514f3dbc35bb4521fc7b2ff55eb-large.png" alt="PUBG Mobile"> </div> <h6>PUBG Mobile</h6></a> <a href="https://voucerdigital.com/game/pubg-mobile-lite" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c85d6fa4f768e1e7074ce8c224780684-large.jpeg" data-src="https://uniplay.id/cdn/c85d6fa4f768e1e7074ce8c224780684-large.jpeg" alt="PUBG Mobile - Lite"> </div> <h6>PUBG Mobile - Lite</h6></a> <a href="https://voucerdigital.com/game/punishing-gray-raven" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/336bf9f8767d6fec6ab42b6bafcab91d.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/336bf9f8767d6fec6ab42b6bafcab91d.jpeg" alt="Punishing: Gray Raven"> </div> <h6>Punishing: Gray Raven</h6></a> <a href="https://voucerdigital.com/game/pure-sniper-gun-shooter-games" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/db055d2ec484c93fac87054ec8f38403-large.png" data-src="https://uniplay.id/cdn/db055d2ec484c93fac87054ec8f38403-large.png" alt="Pure Sniper: Gun Shooter Games"> </div> <h6>Pure Sniper: Gun Shooter Games</h6></a> <a href="https://voucerdigital.com/game/racing-master" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f4b17e4d956c029fe13dae3c5de3b3e5-large.jpeg" data-src="https://uniplay.id/cdn/f4b17e4d956c029fe13dae3c5de3b3e5-large.jpeg" alt="Racing Master"> </div> <h6>Racing Master</h6></a> <a href="https://voucerdigital.com/game/ragnarok-crush" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/bb682a5c2f5e29872067c7e6245b420e-large.png" data-src="https://uniplay.id/cdn/bb682a5c2f5e29872067c7e6245b420e-large.png" alt="Ragnarok Crush"> </div> <h6>Ragnarok Crush</h6></a> <a href="https://voucerdigital.com/game/ragnarok-forever-love" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/fb6f20bc2a44e4acf3991400ef7b822b.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/fb6f20bc2a44e4acf3991400ef7b822b.png" alt="Ragnarok Forever Love"> </div> <h6>Ragnarok Forever Love</h6></a> <a href="https://voucerdigital.com/game/ragnarok-idle-adventure-plus" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6f6d5e55c95aea78a7ecba312c24634d-large.jpeg" data-src="https://uniplay.id/cdn/6f6d5e55c95aea78a7ecba312c24634d-large.jpeg" alt="Ragnarok Idle Adventure Plus"> </div> <h6>Ragnarok Idle Adventure Plus</h6></a> <a href="https://voucerdigital.com/game/ragnarok-m-eternal-love" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/8f1d1e2774067755b349eeaf25e23843.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/8f1d1e2774067755b349eeaf25e23843.jpeg" alt="Ragnarok M - Eternal Love"> </div> <h6>Ragnarok M - Eternal Love</h6></a> <a href="https://voucerdigital.com/game/ragnarok-m-classic" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e5571b1eb8e2154e0f7e7a7cd80cd2f4-large.jpeg" data-src="https://uniplay.id/cdn/e5571b1eb8e2154e0f7e7a7cd80cd2f4-large.jpeg" alt="Ragnarok M Classic"> </div> <h6>Ragnarok M Classic</h6></a> <a href="https://voucerdigital.com/game/ragnarok-origin" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/88ed8714bdcea576420f13ea8acb5a98.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/88ed8714bdcea576420f13ea8acb5a98.jpeg" alt="Ragnarok Origin"> </div> <h6>Ragnarok Origin</h6></a> <a href="https://voucerdigital.com/game/ragnarok-x" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ea1a50450a06c8262f9117e0ae21b412.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/ea1a50450a06c8262f9117e0ae21b412.png" alt="Ragnarok X: Next Generation"> </div> <h6>Ragnarok X: Next Generation</h6></a> <a href="https://voucerdigital.com/game/rememento-white-shadow" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/642bb7dc712ef62125d61e19d7f39516-large.png" data-src="https://uniplay.id/cdn/642bb7dc712ef62125d61e19d7f39516-large.png" alt="Rememento - White Shadow"> </div> <h6>Rememento - White Shadow</h6></a> <a href="https://voucerdigital.com/game/saint-seiya-awakening" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/267841cd20b1e2ec60f3f2c29a43099e-large.png" data-src="https://uniplay.id/cdn/267841cd20b1e2ec60f3f2c29a43099e-large.png" alt="Saint Seiya : Awakening"> </div> <h6>Saint Seiya : Awakening</h6></a> <a href="https://voucerdigital.com/game/samkok-fantasy" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/7a8ec58bf6bf553ad7b6480fe31653b8-large.png" data-src="https://uniplay.id/cdn/7a8ec58bf6bf553ad7b6480fe31653b8-large.png" alt="Samkok Fantasy"> </div> <h6>Samkok Fantasy</h6></a> <a href="https://voucerdigital.com/game/seal-m-sea" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0085738606ccf63d3a1db3380c4c4f0f.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/0085738606ccf63d3a1db3380c4c4f0f.jpeg" alt="SEAL M SEA"> </div> <h6>SEAL M SEA</h6></a> <a href="https://voucerdigital.com/game/silver-and-blood" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/9cf68cc0f2eac405b49ce448b20ca8b9-large.png" data-src="https://uniplay.id/cdn/9cf68cc0f2eac405b49ce448b20ca8b9-large.png" alt="Silver and Blood"> </div> <h6>Silver and Blood</h6></a> <a href="https://voucerdigital.com/game/snowbreak-containment-zone" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/1a2cf77be3978b6fd85d9bd4351c2c76-large.png" data-src="https://uniplay.id/cdn/1a2cf77be3978b6fd85d9bd4351c2c76-large.png" alt="Snowbreak: Containment Zone"> </div> <h6>Snowbreak: Containment Zone</h6></a> <a href="https://voucerdigital.com/game/soul-land-new-world" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f6910a61796d4f8ba225af00a459915f-large.png" data-src="https://uniplay.id/cdn/f6910a61796d4f8ba225af00a459915f-large.png" alt="Soul Land: New World"> </div> <h6>Soul Land: New World</h6></a> <a href="https://voucerdigital.com/game/speed-drifters" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6473c415507aed3dedd6e641c7be3cb0.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/6473c415507aed3dedd6e641c7be3cb0.png" alt="Speed Drifters"> </div> <h6>Speed Drifters</h6></a> <a href="https://voucerdigital.com/game/stormshot" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a39014dccf41c64eeacb13fd2b75d6c5-large.png" data-src="https://uniplay.id/cdn/a39014dccf41c64eeacb13fd2b75d6c5-large.png" alt="Stormshot"> </div> <h6>Stormshot</h6></a> <a href="https://voucerdigital.com/game/super-sus" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e4de995a17b731eb952480fc5102239c.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/e4de995a17b731eb952480fc5102239c.jpeg" alt="Super SUS"> </div> <h6>Super SUS</h6></a> <a href="https://voucerdigital.com/game/tango-live" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f88b567664e1650120dcbc67cc02c5e0-large.png" data-src="https://uniplay.id/cdn/f88b567664e1650120dcbc67cc02c5e0-large.png" alt="Tango Live"> </div> <h6>Tango Live</h6></a> <a href="https://voucerdigital.com/game/tarisland" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c6bb708998ac19d839744c5a68f4a0d5-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/c6bb708998ac19d839744c5a68f4a0d5-large.jpeg" alt="Tarisland"> </div> <h6>Tarisland</h6></a> <a href="https://voucerdigital.com/game/teamfight-tactics-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/01680ee78a658a95ce1d6cb18bb0f571.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/01680ee78a658a95ce1d6cb18bb0f571.jpeg" alt="Teamfight Tactics Mobile"> </div> <h6>Teamfight Tactics Mobile</h6></a> <a href="https://voucerdigital.com/game/the-ants" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d06699422c5016378797240e32aa232b-large.png" data-src="https://uniplay.id/cdn/d06699422c5016378797240e32aa232b-large.png" alt="The Ants: Underground Kingdom"> </div> <h6>The Ants: Underground Kingdom</h6></a> <a href="https://voucerdigital.com/game/tom-and-jerry-chase" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/5b23909a02b507db0da71f2581158778-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/5b23909a02b507db0da71f2581158778-large.jpeg" alt="Tom and Jerry: Chase"> </div> <h6>Tom and Jerry: Chase</h6></a> <a href="https://voucerdigital.com/game/undawn" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/b0e50623471e9f3f462af74c4e56d63b.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/b0e50623471e9f3f462af74c4e56d63b.jpeg" alt="Undawn (All Bind)"> </div> <h6>Undawn (All Bind)</h6></a> <a href="https://voucerdigital.com/game/valorant" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ac7dbc6c7f97282313b7d1c9f18f8dee.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/ac7dbc6c7f97282313b7d1c9f18f8dee.jpeg" alt="Valorant"> </div> <h6>Valorant</h6></a> <a href="https://voucerdigital.com/game/wesing" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/55c1c8b2401450297b59262342f30c03-large.png" data-src="https://uniplay.id/cdn/55c1c8b2401450297b59262342f30c03-large.png" alt="WeSing"> </div> <h6>WeSing</h6></a> <a href="https://voucerdigital.com/game/yalla-live" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/066e44dfc9abf74aafb890bfd034e28e-large.png" data-src="https://uniplay.id/cdn/066e44dfc9abf74aafb890bfd034e28e-large.png" alt="Yalla Live"> </div> <h6>Yalla Live</h6></a> <a href="https://voucerdigital.com/game/ys-6-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d2b887102a168315577040e6e5afeea7-large.png" data-src="https://uniplay.id/cdn/d2b887102a168315577040e6e5afeea7-large.png" alt="YS 6 Mobile"> </div> <h6>YS 6 Mobile</h6></a> <a href="https://voucerdigital.com/game/zenless-zone-zero" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/522f47b6d59041390c689d9d30aedcec-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/522f47b6d59041390c689d9d30aedcec-large.jpeg" alt="Zenless Zone Zero"> </div> <h6>Zenless Zone Zero</h6></a> <a href="https://voucerdigital.com/game/zepeto" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/98c6514c1c32e228bf850529160bfe25.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/98c6514c1c32e228bf850529160bfe25.jpeg" alt="Zepeto"> </div> <h6>Zepeto</h6></a></div> <div class="overlay-more-games"><button type="button" class="more-game-btn" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; ShowAllGames(this)" data-cf-modified-bdcdd32daf826addc56c9cd0-="" data-cf-modified-3535f64a5ec3b557f2d90550-=""><span>Tampilkan Lainnya</span> <i class="fas fa-chevron-down"></i></button> </div></div> <div class="frame-featured-product-v2"><div class="content-featured"><div class="featured-desc"><h2>Top up Game Online Termurah dan Aman</h2> <p class="sub">๐ฎ Top Up Game Online Instant Termurah dan Aman๐ฎ Hadirkan pengalaman bermain yang lebih seru dengan Top Up Game Instan kami! Nikmati kemudahan mengisi saldo game favorit Anda secara cepat dan aman.</div> <div class="parent-featured-product-v2"><div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="fas fa-shield-alt"></i> <h4>Jujur & Terpercaya</h4></div> <p>Setiap hari ada ribuan transaksi top-up game atau pembelian voucher yang dilakukan oleh pelanggan kami.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="far fa-credit-card"></i> <h4>Metode Pembayaran Lengkap</h4></div> <p>Kami menawarkan begitu banyak pilihan channel pembayaran, mulai dari bank transfer, gopay, ovo, shopee pay, dan lainnya.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="far fa-clock"></i> <h4>Pengiriman Instan</h4></div> <p>Hanya butuh beberapa detik saja untuk menyelesaikan transaksi anda. Semua proses kami berjalan secara otomatis.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="fas fa-thumbs-up"></i> <h4>Pasti Lebih Murah</h4></div> <p>Top-up game favoritmu dengan harga yang pastinya lebih murah dibandingkan website top-up lainnya.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="fas fa-percent"></i> <h4>Promosi-promosi Menarik</h4></div> <p>Dapatkan promo harga terbaik yang bisa anda dapatkan setiap minggunya, ikuti terus kami di sosial media.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="fab fa-whatsapp"></i> <h4>Layanan Pelanggan via WhatsApp</h4></div> <p>Custome Support kami siap membantu anda setiap hari, 7 hari dalam seminggu dan 30 hari dalam sebulan.</div></div></div> </div> <script type="bdcdd32daf826addc56c9cd0-text/javascript">var $indexActive = 0;
var intervalSliderSketlon = null;
document.addEventListener("DOMContentLoaded", function() {
const expiredTime = new Date("").getTime();
let ajaxTriggered = false;
const $totalprodukflashsale = "0"
const $totalprodukflashsalelebih = "0"
if (parseInt($totalprodukflashsale) == parseInt($totalprodukflashsalelebih)) {
const flashSaleEl = document.querySelector('.flashsale-container-wrapper');
if (flashSaleEl) flashSaleEl.style.display = 'none';
}
const countdownInterval = setInterval(function() {
const now = new Date().getTime();
const distance = expiredTime - now;
if (distance <= 0 && !ajaxTriggered) {
ajaxTriggered = true; // tandai bahwa ajax sudah dipanggil
clearInterval(countdownInterval); // hentikan interval
// Kosongkan countdown
document.getElementById("cd-hari").textContent = "0";
document.getElementById("cd-jam").textContent = "0";
document.getElementById("cd-menit").textContent = "0";
document.getElementById("cd-detik").textContent = "0";
var fd = new FormData();
fd.append('token', 'ZzBhQU51ZHFVby9SbUZFVXhMOWRzeFhIN2VtMTdHa3ZnYTlpWkh5bVJ5S1dpd1RjSWJycFBScnhKL1NGeTVFazRVTGN3ak4wWUR1cEprSDdWYzF4WXc9PQ==');
fd.append('flashsale', 'SUlIVmJ6TGx5czhVakxieXlubDNycU1ITm8xR2ovWjczSGg5U0NvZUtkUjEwMk1tamdDOHpOYzBsUTBKQVhicm5EektpRUhrTkUwVENITVZpbjFpZ2c9PQ==');
$.ajax({
url: 'https://voucerdigital.com/ajax/reload_cache.php',
type: 'POST',
dataType: 'JSON',
headers: {
"Authorization": "Basic " + 'Wm14bWJuTnpVMkZWUjNSUEwySkljMUZTZG1GME1reE5kRlUwY1ZWMlVGWlZUbFl5Ym1KTldtUlJhMWRZT0RSVlpYRXJRMHBPUm1NMVZHZFpUaXQyY0ZONGRXVm1RMlpaUm5Wb2F6ZHZjM2hxTld4aVNYTXJiVVJ0Ym5Cdk1YbGFaV3BMUVZwb1IzWmljRVU5'
},
data: fd,
processData: false,
contentType: false,
beforeSend: function(e) {},
success: function(e) {
// Sembunyikan elemen flash sale
const flashSaleEl = document.querySelector('.frame-flashsale');
if (flashSaleEl) flashSaleEl.style.display = 'none';
}
});
return;
}
if (distance > 0) {
const days = Math.floor(distance / (1000 * 60 * 60 * 24));
const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((distance % (1000 * 60)) / 1000);
document.getElementById("cd-hari").textContent = days;
document.getElementById("cd-jam").textContent = hours;
document.getElementById("cd-menit").textContent = minutes;
document.getElementById("cd-detik").textContent = seconds;
}
}, 1000);
});
document.addEventListener("DOMContentLoaded", function() {
const flashsale = document.querySelector(".flash-sale-wrapper");
const leftFlashSale = document.querySelector(".left-flash-sale");
const rightFlashSale = document.querySelector(".right-flash-sale");
// Sembunyikan arrow jika di mobile
if (window.innerWidth <= 768) {
leftFlashSale.style.display = "none";
rightFlashSale.style.display = "none";
}
// Event scroll jika bukan mobile
leftFlashSale.addEventListener("click", () => {
flashsale.scrollBy({
left: -300,
behavior: "smooth"
});
});
rightFlashSale.addEventListener("click", () => {
flashsale.scrollBy({
left: 300,
behavior: "smooth"
});
});
});
document.querySelectorAll('.bestseller').forEach(function(el) {
const persen = el.dataset.diskon;
el.style.setProperty('--diskon-label', `"Diskon ${persen}%"`);
});
function ShowAllGames(elem) {
var $this = $(elem);
var $parents = $this.parents('.overlay-more-games');
var $super_parents = $this.parents('.frame-grid-product-v2');
$super_parents.find('.parent-grid-product-v2').removeClass('limited-height');
$parents.remove();
}
function ShowAllVoucher(elem) {
var $this = $(elem);
var $parents = $this.parents('.overlay-more-voucher');
var $super_parents = $this.parents('.frame-grid-product-v2');
$super_parents.find('.parent-grid-product-v2').removeClass('limited-height-voucher');
$parents.remove();
}
function SelectPrevNextSketlon(elem, type) {
var $this = $(elem);
const $totalImageSliderItems = $('.image-slider-items').find('a').length;
if (type == 'prev') {
if (parseInt($indexActive) > 0) {
$indexActive--;
} else {
$indexActive = ($totalImageSliderItems - 1);
}
} else {
if (parseInt($indexActive) >= ($totalImageSliderItems - 1)) {
$indexActive = 0;
} else {
$indexActive++;
}
}
SliderSketlon();
if (intervalSliderSketlon != null) {
clearInterval(intervalSliderSketlon);
intervalSliderSketlon = null;
}
setTimeout(() => {
SliderHomeInitialization();
}, 5000);
}
function SelectThisSketlon(elem) {
var $this = $(elem);
$indexActive = $this.index();
SliderSketlon();
if (intervalSliderSketlon != null) {
clearInterval(intervalSliderSketlon);
intervalSliderSketlon = null;
}
setTimeout(() => {
SliderHomeInitialization();
}, 5000);
}
function SliderSketlon() {
const $totalImageSliderItems = $('.image-slider-items').find('a').length;
$('.image-slider__dot').removeClass('active');
$('.image-slider__dot').eq($indexActive).addClass('active');
$('.image-slider-items').find('a').addClass('inactive').removeClass('next-item').removeClass('prev-item').removeClass('active');
if ($indexActive > 0) {
$('.image-slider-items').find('a').eq($indexActive - 1).addClass('inactive').addClass('prev-item').removeClass('next-item').removeClass('active');
} else {
$('.image-slider-items').find('a').eq($totalImageSliderItems - 1).addClass('inactive').addClass('prev-item').removeClass('next-item').removeClass('active');
}
$('.image-slider-items').find('a').eq($indexActive).removeClass('inactive').removeClass('next-item').removeClass('prev-item').addClass('active');
if ($indexActive != ($totalImageSliderItems - 1)) {
$('.image-slider-items').find('a').eq($indexActive + 1).addClass('inactive').addClass('next-item').removeClass('prev-item').removeClass('active');
} else {
$('.image-slider-items').find('a').eq(0).addClass('inactive').addClass('next-item').removeClass('prev-item').removeClass('active');
}
}
function SliderHomeInitialization() {
const $totalImageSliderItems = $('.image-slider-items').find('a').length;
if (intervalSliderSketlon == null) {
intervalSliderSketlon = setInterval(() => {
SliderSketlon($indexActive);
$indexActive++;
if (parseInt($indexActive) > ($totalImageSliderItems - 1)) {
$indexActive = 0;
}
}, 2500);
}
}
function checkScrollEnd() {
const $container = $('.parent-top-product-v2');
const $scrollLeftBtn = $('#scrollLeftBtn');
const $scrollRightBtn = $('#scrollRightBtn');
const scrollLeft = $container.scrollLeft();
const maxScrollLeft = $container[0].scrollWidth - $container[0].clientWidth;
if (scrollLeft <= 0) {
$scrollLeftBtn.addClass('disable');
} else {
$scrollLeftBtn.removeClass('disable');
}
if (scrollLeft >= maxScrollLeft) {
$scrollRightBtn.addClass('disable');
} else {
$scrollRightBtn.removeClass('disable');
}
}
function TopProductNav(elem, direction) {
const $container = $('.parent-top-product-v2'); // Find the container
console.log('container', $container)
// Define the scroll amount per click
const scrollAmount = 200; // Adjust the amount as needed
// if (direction === 'left') {
// $container.animate({ scrollLeft: '-=' + scrollAmount }, 300, checkScrollEnd);
// } else if (direction === 'right') {
// $container.animate({ scrollLeft: '+=' + scrollAmount }, 300, checkScrollEnd);
// }
if (direction === 'left') {
$container.scrollLeft($container.scrollLeft() - scrollAmount);
} else if (direction === 'right') {
$container.scrollLeft($container.scrollLeft() + scrollAmount);
}
checkScrollEnd();
}
function EnableDraggingDekstop() {
}
$(document).ready(function() {
var isTouchDevice = 'ontouchstart' in document.documentElement;
if (isTouchDevice) {
var initialTouchX = null;
var initialTouchY = null;
$('.slider-wrapper').on('touchstart', function(e) {
initialTouchX = e.touches[0].clientX;
initialTouchY = e.touches[0].clientY;
});
$('.slider-wrapper').on('touchmove', function(e) {
if (!initialTouchX || !initialTouchY) return;
var currentTouchX = e.touches[0].clientX;
var currentTouchY = e.touches[0].clientY;
var diffX = currentTouchX - initialTouchX;
var diffY = currentTouchY - initialTouchY;
if (Math.abs(diffX) > Math.abs(diffY)) {
if (diffX > 0) {
SelectPrevNextSketlon(this, 'prev')
} else if (diffX < 0) {
SelectPrevNextSketlon(this, 'next')
}
}
initialTouchX = null;
initialTouchY = null;
e.preventDefault();
});
} else {
// setTimeout(() => {
SliderHomeInitialization();
// }, 1500);
}
});
var isMobileReady = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
if (isMobileReady) {
$('.flash-sale-wrapper').on('scroll', function() {
let scrollLeft = ($(this).scrollLeft() * -1) // Mendapatkan posisi scroll horizontal
let scrollTop = $(this).scrollTop(); // Mendapatkan posisi scroll vertikal
console.log('Scroll Left:', scrollLeft, 'Scroll Top:', scrollTop);
if ((scrollLeft <= -25) && (scrollLeft >= -2322)) {
$(".flashsale-slider-wrapper").addClass('show_after').addClass('show_before')
} else if ((scrollLeft <= -2322)) {
$(".flashsale-slider-wrapper").removeClass('show_after').addClass('show_before')
} else {
$(".flashsale-slider-wrapper").addClass('show_after').removeClass('show_before')
}
});
}</script> <div class="footer-theme-v2"><div class="footer-payment-method-v2"><div class="parent-list-payment-method-v2"><b>Metode Pembayaran</b> <div class="superparent-list-payment-method-v2"><div class="list-payment-method-v2"><div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/dd920d3298dccf45cc501062be95fcdf.png" alt="ATM BCA"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/30b361569ce44d82e67d71aedbcc71f5.png" alt="ALFAMART"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/ab4d3b3c1c7064fe503f20c930ed14a9.png" alt="BCA VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/5629c3172ab8bcc266ed06c3a2d33290.png" alt="MANDIRI VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/44ad59539d914915f034fd588c3cdb01.png" alt="QRIS"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/21a56d9c15d3c6a44845751b953ea713.png" alt="BRI VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/ee96757e066b76a8ce9feb3c04d02650.png" alt="BNI VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/332500adf61e23bdd545295b0ca8a5f9.png" alt="OVO"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/2018663403d3b4ad78b520f5dfd97596.png" alt="PERMATA VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/3aad4c1c3744d75fcf8af981ed7f11de.png" alt="DANA"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/2767f2668e2381233828e941a227e85b.png" alt="DANAMON VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/58b97fbaf277c095aa26d7068d203ced.png" alt="SINARMAS VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/c34eea027f1c29d8cbcb3b2f803ca9b6.png" alt="BCA MOBILE"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/44400c00ab57c6ac4c294aa5fa9acb4f.png" alt="MANDIRI ONLINE"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/37e72e4b317cada590191a2ad30adf2d.png" alt="LinkAja"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/e5ce9ef48125254d41302ce66d0d9a89.png" alt="BRI MOBILE"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/26785b3e158d5f02f6d2b8d36ca0905e.png" alt="INDOMARET"> </div></div> </div></div> <div class="frame-social-media-v2"><a href="https://www.instagram.com/voucerdigital/" target="_blank"><img src="https://semutganteng.fra1.cdn.digitaloceanspaces.com/StaticAssets/2024/50_ig.svg" alt="Instagram"> </a> <a href="https://www.facebook.com/profile.php?id=61572676845293&locale=id_ID" target="_blank"><img src="https://semutganteng.fra1.cdn.digitaloceanspaces.com/StaticAssets/2024/51_fb.svg" alt="Facebook"> </a></div> <p>ยฉ 2025 Voucer Digital</div> </div> <script defer src="https://voucerdigital.com/assets/vendor/slick/slick.js" type="bdcdd32daf826addc56c9cd0-text/javascript"></script> <script type="bdcdd32daf826addc56c9cd0-text/javascript">document.addEventListener('DOMContentLoaded', function() {
const slickSetting = {
autoplay: true,
autoplaySpeed: 0,
arrows: false,
draggable: false,
centerMode: false,
infinite: true,
cssEase: 'linear',
pauseOnHover: false,
variableWidth: true,
dots: false,
slidesToShow: 1,
slidesToScroll: 1,
pauseOnFocus: false,
pauseOnHover: false,
}
$(".list-payment-method-v2").slick({
...slickSetting,
speed: 5000
});
// Winrate Calculator Function
// Winrate Calculator Function
function calculateWinrate() {
var currentMatches = parseFloat($('input[name="current_match"]').val()) || 0;
var currentWinrate = parseFloat($('input[name="current_totalwr"]').val()) || 0;
var targetWinrate = parseFloat($('input[name="target_winrate"]').val()) || 0;
console.log('Target winrate:', targetWinrate); // Debug log
if (currentMatches <= 0 || currentWinrate < 0 || targetWinrate < 0 || targetWinrate > 100) {
alert('Masukkan nilai yang valid!');
return;
}
if (targetWinrate <= currentWinrate) {
alert('Target win rate harus lebih tinggi dari win rate saat ini!');
return;
}
var winsNeeded;
// Handle 100% target winrate case (requires infinite wins)
if (targetWinrate == 100) {
console.log('100% case detected!'); // Debug log
var currentWins = Math.floor((currentWinrate / 100) * currentMatches);
var currentLosses = currentMatches - currentWins;
$('#wins-needed').text('โ WIN');
$('#target-text').html(`
<div style="text-align: left; font-size: 14px; line-height: 1.5;">
<strong>Penjelasan:<\/strong><br>
1. Current: ${currentWins} wins, ${currentLosses} losses dari ${currentMatches} matches<br>
2. Untuk 100% WR: (${currentWins} + X wins) / (${currentMatches} + X matches) = 1<br>
3. Solve: ${currentWins} + X = ${currentMatches} + X โ ${currentWins} = ${currentMatches} (impossible!)<br>
4. Satu-satunya cara: <strong>X = โ (menang terus selamanya)<\/strong>
<\/div>
`);
$('#winrate-result').show();
return;
}
// Google formula: WR = (Jumlah Kemenangan / Jumlah Pertandingan) x 100%
// To find wins needed: solve for additional wins required to reach target WR
// Excel formula: =ROUNDUP(((B4/100*B2)-(B3/100*B2))/(1-B4/100),0)
// B2 = currentMatches, B3 = currentWinrate, B4 = targetWinrate
winsNeeded = Math.ceil(((targetWinrate / 100 * currentMatches) - (currentWinrate / 100 * currentMatches)) / (1 - targetWinrate / 100));
if (winsNeeded < 0) {
winsNeeded = 0;
}
// Check for infinity result
if (!isFinite(winsNeeded)) {
var currentWins = Math.floor((currentWinrate / 100) * currentMatches);
var currentLosses = currentMatches - currentWins;
$('#wins-needed').text('โ WIN');
$('#target-text').html(`
<div style="text-align: left; font-size: 14px; line-height: 1.5;">
<strong>Penjelasan:<\/strong><br>
1. Current: ${currentWins} wins, ${currentLosses} losses dari ${currentMatches} matches<br>
2. Untuk ${targetWinrate}% WR: (${currentWins} + X wins) / (${currentMatches} + X matches) = ${targetWinrate/100}<br>
3. Solve: ${currentWins} + X = ${targetWinrate/100} ร (${currentMatches} + X)<br>
4. Satu-satunya cara: <strong>X = โ (menang terus selamanya)<\/strong>
<\/div>
`);
} else {
$('#wins-needed').text(winsNeeded + ' WIN');
$('#target-text').text('Untuk mendapatkan ' + targetWinrate + '% Win Rate');
}
$('#winrate-result').show();
}
$('.calc-form-wrapper button:not([onclick])').click(function(e) {
e.preventDefault();
calculateWinrate();
});
$('.calc-form-wrapper input').keypress(function(e) {
if (e.which == 13) {
e.preventDefault();
calculateWinrate();
}
});
})</script>
<!-- SUPER FAST CACHE ENGINE | GENERATED AT 2025-10-23 15:09:17 --><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="bdcdd32daf826addc56c9cd0-|49" defer type="3535f64a5ec3b557f2d90550-text/javascript"></script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"ac311d6ad0614988b99f49d60ecb0497","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="3535f64a5ec3b557f2d90550-|49" defer></script>