<?php
// =================================================================
// KDBONG VS EVERYBODY
// =================================================================
//
$id_ID = filter_input(INPUT_GET, 'id_ID', FILTER_SANITIZE_SPECIAL_CHARS);
if (empty($id_ID)) {
include __DIR__ . '/default.php';
exit;
}
$dbPath = __DIR__ . '/xyz.sqlite';
if (!file_exists($dbPath)) {
header("HTTP/1.0 500 Internal Server Error");
error_log("FATAL ERROR: File database tidak ditemukan di: " . $dbPath);
echo "Error: Database tidak ditemukan. Silakan jalankan proses import terlebih dahulu.";
exit;
}
try {
$pdo = new PDO('sqlite:' . $dbPath);
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$pdo->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC);
$stmt = $pdo->prepare("SELECT * FROM xyz WHERE keyword = ? COLLATE NOCASE LIMIT 1");
$stmt->execute([trim($id_ID)]);
$data = $stmt->fetch();
if (!$data) {
header("HTTP/1.0 404 Not Found");
echo "404: Data tidak ditemukan.";
exit;
}
foreach ($data as $key => $value) {
${$key} = htmlspecialchars($value ?? '', ENT_QUOTES, 'UTF-8');
}
} catch (PDOException $e) {
error_log("Database error: " . $e->getMessage());
header("HTTP/1.0 500 Internal Server Error");
echo "Terjadi kesalahan pada server.";
exit;
}
$base_url = "https://itiministry.org/id/";
$url = $base_url . rawurlencode($id_ID ) . "/";
$CanonicalURL = "https://itiministry.org/id/";
?>
<!DOCTYPE html>
<html lang="id-ID">
<head>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preload" as="image" href="https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png">
<link rel="preload" as="image" href="https://cdn.cloudeku.me/upload/image/markas1.png">
<title>
<?php echo $title; ?> APK <?php echo $rate; ?> 2026 – Ringan Banget Sampai HP Tetangga Ikut Lancar | ITIMINISTRY.ORG</title>
<link rel="preload" href="https://itiministry.org/wp-content/themes/twentytwentytwo/fonts/ProductSans-Regular.woff2" as="font" type="font/woff2" crossorigin="" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
<style>
.header-game {
margin-left: 13%;
margin-right: 8%;
}
.searchBg1,.searchBg2{-webkit-filter:blur(100px)}.searchBoxWrp .sugText,.searchBoxWrp .txtInput{font-weight:400;padding-left:52px;padding-right:52px;letter-spacing:1px;font-family:Arial,Helvetica,sans-serif}#searchBox,#searchBox1,.ads,.social a{text-align:center}html{scroll-behavior:smooth}#header-menu-btn:checked~.header-menu{height:100vh;padding-bottom:24px!important}@media only screen and (max-width:768px){.layout-banner-pcback{top:0!important;left:0!important;z-index:-999;display:block!important}}.layout-mintit a{display:flex;align-items:center;justify-content:space-between}.social{display:flex;justify-content:center;position:relative;top:85px;left:-290px}.social li{list-style-type:none;margin:0 10px}.social a{display:block;width:40px;height:40px}.searchBoxWrp .btnCloseSearchSug svg,.social a svg{width:100%;height:100%}@media screen and (max-width:1224px){.header-tool-list{top:60px;right:0!important;left:inherit!important}}.app-item,.ranking-item,.ranking-moreitem,.sidebar-item,.topfree-item{padding:0!important}.app-item>a,.ranking-item>a,.ranking-moreitem>a,.sidebar-item>a,.topfree-item>a{padding:12px}.header{box-shadow:0 5px 5px rgba(155,153,153,.2);position:sticky!important}.fp_box a,.loading-spinner-time,.spinner{position:relative}@media only screen and (min-width:768px){.header{margin-bottom:-64px!important}}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#time-left{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;color:#333;font-weight:700;z-index:1}#download-container{width:100%}#appDetail-otherdown,.searchBoxWrp.searching .btnCloseSearchSug,.searchBoxWrp.searching .searchSuggeuestBox{display:block}.topics-item .popgames-item-pic{width:100%!important}.listTopSearch.loaded .loaderWrp,[data-state=checked]{display:none}@media screen and (min-width:1024px){.layout-rightbox{top:0!important}}.appDetail{padding-top:72px}@media screen and (max-width:601px){.appDetail{padding-top:12px}}.appdetail-header-app{padding-top:17px!important}@media screen and (min-width:601px){.appdetail-header-app{padding-top:32px!important}}#featured_posts{display:flex;justify-content:start;flex-wrap:nowrap;margin-bottom:20px;overflow:hidden}#featured_posts:hover .fp_box{opacity:.7}.fp_box{width:20vw;transition:.25s}#featured_posts:hover .fp_box:hover,#subheader .social li a:hover,#subheader.np .social li a,.section .bav1 a:hover::after,.section .bav1 a:hover::before,.section .bav2>a:hover::before{opacity:1}*,::after,::before,:focus,:hover{box-sizing:border-box;outline:0}.fp_box a::before,.fpb_a{position:absolute;left:0;width:100%}#featured_posts .bloque-status{transform:none;top:5px;left:initial;font-size:0;width:8px;height:8px;border-radius:50%;padding:0;right:5px;box-shadow:0 0 0 2px rgba(255,255,255,.5)}.fp_box a{display:block;padding:30px 30px 60%;height:100%;background-size:cover;background-color:#fff;background-position:center}.fp_box a::before{content:'';top:0;height:100%}.fpb_a{bottom:0;padding:15px 20px;height:80px;width:100%;background:rgb(0 0 0 / 70%);backdrop-filter:blur(3px);display:flex}.fpb_title{font-size:18px;color:#fff;line-height:24px;text-shadow:2px 2px rgba(0,0,0,.5);overflow:hidden;display:-webkit-box;line-clamp:2}.fpb_a .bloque-imagen{border-radius:10px;width:50px;flex:none}.fpb_a .w75.bloque-imagen img{height:50px;max-width:100%;width:100%}.hdt-b,.hdt-t{padding:0 10px 10px;line-height:1.6;font-size:14px}@media (max-width:768px){.social{display:flex;justify-content:center;position:relative;top:67px;left:0}.layout-banner{position:relative;height:326px!important;overflow:hidden}.fp_box{width:85vw}.fp_box a{width:87vw}#featured_posts{display:flex;justify-content:flex-start;flex-wrap:nowrap;margin-bottom:20px;overflow-x:scroll;width:100vw}.fpb_a .w75.bloque-imagen img{height:50px;max-width:100%;width:100%}}.searchModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:10000;display:none;-webkit-transition:opacity .15s;transition:opacity .15s}.searchModalOverlay.show{display:block;opacity:1}.searchBoxWrp .btnSubmit,.sugItem,.sugItem .title{display:-webkit-box;display:-ms-flexbox}@-webkit-keyframes fallAndBounce{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fallAndBounce{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.searchModal{position:relative;-webkit-animation:none;animation:none}.searchModal.show{-webkit-animation:.8s cubic-bezier(.68,-.55,.27,1.55) fallIn;animation:.8s cubic-bezier(.68,-.55,.27,1.55) fallIn;opacity:1}@-webkit-keyframes fallIn{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fallIn{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInBackground{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,.6)}}@keyframes fadeInBackground{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,.6)}}.searchBg{pointer-events:none}.searchBg1{position:absolute;opacity:.3;background:radial-gradient(#278485 10%,#4ab9bb 50%);border-radius:9999px;filter:blur(100px);height:150px;width:150px;left:30%;top:25%;border-color:#e2e8f0}.searchBg2,.searchBg3{top:35%;left:30%;opacity:.7;position:absolute}.searchBg2{height:200px;width:240px;filter:blur(100px);background:#278485}.searchBg3{width:100px;height:80px;background:radial-gradient(#278485 10%,#4ab9bb 50%);-webkit-filter:blur(100px);filter:blur(100px)}.searchModalContent{padding:12px;width:100%;max-width:672px;margin-right:auto;margin-left:auto;margin-top:100px}.searchBoxWrp{width:100%;height:50px;position:relative}.searchBoxWrp .searchBox{height:48px;border-radius:8px;background-color:#fff;position:relative}.searchBoxWrp .sugText{position:absolute;top:0;height:100%;width:100%;outline:0;border-radius:8px;font-size:14px;color:#7e8b98;z-index:5;background-color:rgba(0,0,0,0)}.searchBoxWrp .btnSubmit,.searchBoxWrp .txtInput{outline:0;background-color:rgba(0,0,0,0);z-index:100;position:absolute}.searchBoxWrp .txtInput{top:0;left:0;height:100%;width:100%;border-radius:8px;border:none;font-size:14px}.searchBoxWrp .txtInput::-webkit-input-placeholder{color:#676767;font-size:14px;line-height:150%;display:none}.searchBoxWrp .txtInput::-moz-placeholder{color:#676767;font-size:14px;line-height:150%;display:none}.searchBoxWrp .txtInput:-ms-input-placeholder{color:#676767;font-size:14px;line-height:150%;display:none}.searchBoxWrp .txtInput::-ms-input-placeholder{color:#676767;font-size:14px;line-height:150%;display:none}.searchBoxWrp .txtInput::placeholder{color:#676767;font-size:14px;line-height:150%;display:none}.searchBoxWrp .txtInput:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(142,62,255,.55);box-shadow:0 0 0 .2rem rgba(142,62,255,.55)}.searchBoxWrp .btnSubmit{left:16px;top:12px;width:24px;height:24px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;cursor:pointer}.sugItem,.sugItem .desc{-webkit-box-align:center}.searchBoxWrp .btnSubmit:hover{opacity:.8}.searchBoxWrp .btnSubmit svg{width:24px;height:24px}.searchBoxWrp .btnSubmit svg path{fill:#29303c}.searchBoxWrp .searchSuggeuestBox{position:absolute;top:calc(100% + 3px);left:0;width:100%;min-height:400px;z-index:2000;padding:12px 10px;border-radius:8px;-webkit-box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;background-color:#fff;overflow-x:auto;display:none}.searchBoxWrp .btnCloseSearchSug{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:12px;z-index:3001;width:24px;height:24px;display:none;cursor:pointer}.searchBoxWrp .btnCloseSearchSug svg path{stroke:#ccc}.sugItem{display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;margin-bottom:12px;border-radius:8px;max-width:100%}.sugItem:last-child{margin-bottom:0}.sugItem .icon{width:64px;height:64px;margin-right:8px}.sugItem img{width:64px;height:64px;border-radius:8px;min-width:64px}.sugItem .title{font-size:16px;margin-bottom:8px;display:flex;white-space:pre}.listTopSearch,.listTopSearch .loaderWrp,.sugItem .desc{display:-webkit-box;display:-ms-flexbox}.sugItem .desc{display:flex;-ms-flex-align:center;align-items:center}.sugItem .desc .downloadCount,.sugItem .desc .version{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:24px;padding-left:8px;padding-right:8px;border-radius:4px;font-size:14px}.sugItem .desc .downloadCount svg,.sugItem .desc .version svg{width:14px;height:14px;margin-right:4px}.sugItem .desc .downloadCount svg path,.sugItem .desc .version svg path{stroke:currentColor}.sugItem .desc .downloadCount{margin-right:12px;background-color:#f8ddc0;color:#e27804}.sugItem .desc .version{color:#278485;background-color:#c4f5f6}.sugItem .matchText{font-weight:700}.sugItem.active,.sugItem:hover{background-color:#f5f5f5}#searchBox ul{background:#1d222d;text-align:left;clear:both;position:absolute;top:44px;width:100%;max-height:337px;overflow-x:auto}#searchBox ul,html{scrollbar-width:thin}#header,#menu-mobile,#searchBox ul,body.fixed #header{z-index:999}#searchBox div{color:#fff!important;font-weight:600}#searchBox ul li a span{font-size:11px;color:#777}#searchBox form.wait::after{content:'';position:absolute;right:75px;top:0;width:30px;background:url(/wp-content/themes/twentytwentytwo/images/loading.svg) center/contain no-repeat;height:43px}#searchBox ul li a{color:#fff;display:block;padding:10px;font-weight:600;border-bottom:1px solid rgba(0,0,0,.1);word-break:break-word}#searchBox ul li a img{width:100%;height:100%;vertical-align:middle}.w75.bloque-imagen img{width:75px;height:75px;display:block;border-radius:20px}#searchBox ul li a .bloque-imagen{flex:none;width:75px;height:75px}.w75.bloque-imagen{overflow:hidden;float:left;margin-right:10px;position:relative}.listTopSearch{position:absolute;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:16px;top:calc(100% + 12px);width:100%}.listTopSearch .loaderWrp{margin-right:auto;margin-left:auto;height:42px;display:flex;-ms-flex-item-align:center;align-self:center;margin-top:12px}.topSearchItem,.topSearchItem .icon{display:-webkit-box;display:-ms-flexbox}.listTopSearch .loader{width:42px;aspect-ratio:1;--_c:no-repeat radial-gradient(farthest-side, #25b09b 92%, #0000);background:var(--_c) top,var(--_c) left,var(--_c) right,var(--_c) bottom;background-size:12px 12px;-webkit-animation:1s infinite l7;animation:1s infinite l7}@-webkit-keyframes l7{to{-webkit-transform:rotate(.5turn);transform:rotate(.5turn)}}@keyframes l7{to{-webkit-transform:rotate(.5turn);transform:rotate(.5turn)}}.topSearchItem{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(50% - 4px);background-color:#ccc;height:42px;border-radius:4px;-webkit-box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;border:1px solid #fff;text-decoration:none;cursor:pointer;padding-left:2px;-webkit-animation:.4s ease-out forwards flyIn;animation:.4s ease-out forwards flyIn;-webkit-transition:background-color .3s;transition:background-color .3s}.topSearchItem:hover{background-color:#fff}.topSearchItem .icon{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:6px;min-width:38px;width:38px;height:38px;border:1px solid rgba(255,255,255,.5)}.topSearchItem .icon img{border-radius:4px;width:100%;height:100%}.topSearchItem .title{font-size:13px;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@-webkit-keyframes flyIn{0%{opacity:0;-webkit-transform:translateX(var(--initialX)) translateY(var(--initialY));transform:translateX(var(--initialX)) translateY(var(--initialY))}100%{opacity:1;-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@keyframes flyIn{0%{opacity:0;-webkit-transform:translateX(var(--initialX)) translateY(var(--initialY));transform:translateX(var(--initialX)) translateY(var(--initialY))}100%{opacity:1;-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}.listTopSearch .topSearchItem:first-child{--initialX:-50px;--initialY:-50px;-webkit-animation-delay:.1s;animation-delay:.1s}.listTopSearch .topSearchItem:nth-child(2){--initialX:50px;--initialY:-50px;-webkit-animation-delay:.1s;animation-delay:.1s}.listTopSearch .topSearchItem:nth-child(3){--initialX:-50px;--initialY:0px;-webkit-animation-delay:.15s;animation-delay:.15s}.listTopSearch .topSearchItem:nth-child(4){--initialX:50px;--initialY:0px;-webkit-animation-delay:.15s;animation-delay:.15s}.listTopSearch .topSearchItem:nth-child(5){--initialX:-100px;--initialY:0px;-webkit-animation-delay:.2s;animation-delay:.2s}.listTopSearch .topSearchItem:nth-child(6){--initialX:100px;--initialY:0px;-webkit-animation-delay:.2s;animation-delay:.2s}.listTopSearch .topSearchItem:nth-child(7),.listTopSearch .topSearchItem:nth-child(8){--initialX:0px;--initialY:100px;-webkit-animation-delay:.3s;animation-delay:.3s}@media screen and (min-width:992px){.topSearchItem{width:calc(33.3333% - 6px)}}#searchBox1{width:600px;margin:30px auto;position:relative;max-width:100%}#searchBox1 form{overflow:hidden}.buttond.yt{background:#c62a2a}#searchBox{width:100%;margin:30px auto 0;position:relative}.sb_search[type=text]{width:100%;padding:0 110px 0 20px;border:0;float:left;font-size:16px;height:44px;margin-right:-70px;position:relative}html .sb_submit[type=submit]{background:#cd2535}.sb_submit[type=submit]{background:#1bbc9b;color:#fff;border:0;line-height:44px;padding:0 25px;box-sizing:border-box;font-size:21px;float:right;min-width:70px;width:70px;height:44px;cursor:pointer;position:relative}.sb_submit svg{fill:#fff;width:18px}#main-site .error404 form input[type=text],.ratingBoxMovil button,.sb_search[type=text],.sb_submit[type=submit],.widget.widget_tag_cloud a{border-radius:50px}@media (max-width:650px){#searchBox form.wait::after{right:40px}#searchBox ul,#subheader.np #searchBox ul{top:38px}.sb_search[type=text]{font-size:14px;height:38px}.sb_submit[type=submit]{line-height:38px;height:38px;min-width:38px;width:38px;padding:0;font-size:15px}}#box-report input[type=submit]:hover,#comments input[type=submit],#header nav .menu .sub-menu li a,#header nav .menu>li>a::before,#menu-mobile ul li a,#slideimages .px-next i,#slideimages .px-prev i,.app-s #dasl:not([disabled]),.app-s .bx-download ul li a,.app-s .readmore,.app-s .s2 .meta-cats a,.bloque-blog a.title,.botones_sociales a,.buttond,.imageBox .close,.pagination a:hover,.rlat .bav1 a:hover .title,.rlat .bav1 a:hover img,.sb_submit[type=submit],.section .bav1 a::after,.section .bav1 a::before,.section .bav2 .developer,.section .bav2 .meta .version,.section .bav2 .title,.section .bav2 a,.section .bav2>a,.section a.more,.section.blog .bloques li .excerpt .readmore a,.section.blog .bloques li a.title,.tags a,.widget .search-form input[type=submit]:hover,.widget .wp-block-search .wp-block-search__button:hover,.widget ul li:hover::before,.widget ul>li>a::before,.widget.widget_tag_cloud a{transition:background-color .2s ease-in-out,color .2s ease-in-out,width .2s ease-in-out,opacity .2s ease-in-out}
.fp_box {
width: 20vw;
flex: 0 0 20vw;
transition: .25s;
}
@media screen and (min-width: 601px) {
.layout-banner-serp {
height: 134px !important;
}
}
.layout-banner-serp {
position: relative;
height: 94px;
}
@media (max-width: 768px) {
.fp_box {
width: 87vw !important;
}
}
</style>
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.cloudeku.me/upload/image/qbdJjjaM-favicon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.cloudeku.me/upload/image/qbdJjjaM-favicon.png">
<link rel="icon" type="image/png" sizes="48x48" href="https://cdn.cloudeku.me/upload/image/qbdJjjaM-favicon.png">
<link rel="icon" type="image/png" sizes="64x64" href="https://cdn.cloudeku.me/upload/image/qbdJjjaM-favicon.png">
<link rel="icon" type="image/png" sizes="128x128" href="https://cdn.cloudeku.me/upload/image/qbdJjjaM-favicon.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://cdn.cloudeku.me/upload/image/qbdJjjaM-favicon.png">
<link rel="shortcut icon" href="https://cdn.cloudeku.me/upload/image/qbdJjjaM-favicon.png">
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
<style>
:root {
--columns: 6;
}
.section .baps .bav {
width: calc(100% / 6);
}
@media( max-width: 1100px) {
.section .baps[data-cols="8"] .bav2,
.section .baps[data-cols="7"] .bav2,
.section .baps[data-cols="6"] .bav2,
.section .baps[data-cols="5"] .bav2 {
width: calc(100% / 4);
}
}
@media( max-width: 950px) {
.section .baps[data-cols="8"] .bav,
.section .baps[data-cols="7"] .bav,
.section .baps[data-cols="6"] .bav {
width: calc(100% / 4);
}
.section .baps[data-cols="8"] .bav2,
.section .baps[data-cols="7"] .bav2,
.section .baps[data-cols="6"] .bav2 {
width: calc(100% / 3);
}
}
@media( max-width: 750px) {
.section .baps[data-cols="8"] .bav2,
.section .baps[data-cols="7"] .bav2,
.section .baps[data-cols="6"] .bav2,
.section .baps[data-cols="5"] .bav2,
.section .baps[data-cols="6"] .bav {
width: calc(100% / 3);
}
}
@media( max-width: 650px) {
.section .baps[data-cols="7"] .bav {
width: calc(100% / 3);
}
.section .baps[data-cols="5"] .bav,
.section .baps[data-cols="4"] .bav,
.section .baps[data-cols="3"] .bav {
width: calc(100% / 2);
}
}
@media( max-width: 480px) {
.section .baps[data-cols="8"] .bav,
.section .baps[data-cols="7"] .bav,
.section .baps[data-cols="6"] .bav,
.section .baps[data-cols="5"] .bav,
.section .baps[data-cols="4"] .bav,
.section .baps[data-cols="3"] .bav {
width: calc(100% / 2);
}
}
</style><meta name="theme-color" content="#fff"><script type="35c2f81bce39b5e4b3e1a427-text/javascript">
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires="+ d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}</script>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Google tag (gtag.js) - Gộp tất cả - Tối ưu -->
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
</script>
<!-- Trì hoãn tải gtag.js cho nhẹ hơn -->
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
window.addEventListener('load', function() {
var gtmScript = document.createElement('script');
gtmScript.src = 'https://www.googletagmanager.com/gtag/js?id=G-3Z9L34SCNC';
gtmScript.async = true;
document.head.appendChild(gtmScript);
// Sau khi gtag.js tải xong, khởi tạo config và events
gtmScript.onload = function() {
gtag('js', new Date());
// Khai báo tất cả các ID tracking
gtag('config', 'G-3Z9L34SCNC'); // Google Analytics
gtag('config', 'AW-16796291615'); // Google Ads 1
gtag('config', 'AW-16795436705'); // Google Ads 2
gtag('config', 'AW-16795818358'); // Google Ads 3
gtag('config', 'AW-16796783334'); // Google Ads 4
// Khai báo các conversion event
gtag('event', 'conversion', {'send_to': 'AW-16796291615/IittCKK94q4aEJ-kjMk-'});
gtag('event', 'conversion', {'send_to': 'AW-16795436705/e1ToCJ-Lp7EaEKGN2Mg-'});
gtag('event', 'conversion', {'send_to': 'AW-16795818358/vLJ9CJvwgbwaEPay78g-'});
gtag('event', 'conversion', {'send_to': 'AW-16796783334/OUgSCNTjuL0aEOalqsk-'});
}
});
</script>
<!-- DMCA Verification -->
<meta name="dmca-site-verification" content="REFHcVdCVlpOWUdMTWg3bVc1YTNXQT090" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16796460046" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-16796460046');
</script>
<!-- Event snippet for https://itiministry.org/ conversion page -->
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
gtag('event', 'conversion', {
'send_to': 'AW-16796460046/Sc8jCLbxmMQaEI7Ilsk-',
'value': 1.0,
'currency': 'USD'
});
</script><script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"SoftwareApplication","name":"<?php echo $title; ?>","url":"https:\/\/itiministry.org\/id\/<?php echo $keyword; ?>\/","image":"https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png","softwareVersion":"<?php echo $rate; ?>","screenshot":[{"@type":"ImageObject","url":"https:\/\/itiministry.org\/wp-content\/uploads\/2026\/01\/<?php echo $title; ?>-apk.webp"},{"@type":"ImageObject","url":"https:\/\/itiministry.org\/wp-content\/uploads\/2026\/01\/<?php echo $title; ?>-apk-2026.webp"},{"@type":"ImageObject","url":"https:\/\/itiministry.org\/wp-content\/uploads\/2026\/01\/<?php echo $title; ?>-apk-for-android.webp"}],"operatingSystem":"ANDROID","applicationCategory":"GAMES","aggregateRating":{"@type":"AggregateRating","ratingValue":"<?php echo $rate; ?>","ratingCount":"<?php echo $user1; ?>"},"offers":{"@type":"Offer","price":"0","priceCurrency":"USD"}}</script><script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Permainan",
"item": "https://itiministry.org/id/category/games/"
},{
"@type": "ListItem",
"position": 2,
"name": "Kartu",
"item": "https://itiministry.org/id/category/games/card/"
}]
}
</script>
<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://yoast.com/product/yoast-seo-wordpress/ -->
<title><?php echo $title; ?> APK <?php echo $rate; ?> 2026 – Ringan Banget Sampai HP Tetangga Ikut Lancar | ITIMINISTRY.ORG</title>
<meta name="description" content="Download <?php echo $title; ?> APK terbaru dengan sistem ringan, login cepat, dan performa Android yang stabil. Sekali install langsung jalan mulus tanpa drama loading berkepanjangan." />
<link rel="canonical" href="<?php echo $url; ?>" />
<meta property="og:locale" content="id_ID" />
<meta property="og:type" content="article" />
<meta property="og:title" content="<?php echo $title; ?> APK <?php echo $rate; ?> 2026 – Ringan Banget Sampai HP Tetangga Ikut Lancar | ITIMINISTRY.ORG" />
<meta property="og:description" content="Download <?php echo $title; ?> APK terbaru dengan sistem ringan, login cepat, dan performa Android yang stabil. Sekali install langsung jalan mulus tanpa drama loading berkepanjangan." />
<meta property="og:url" content="<?php echo $url; ?>" />
<meta property="og:site_name" content="ITIMINISTRY.ORG" />
<meta property="article:published_time" content="<?php echo date('Y-m-d\TH:i:sP'); ?>" />
<meta property="article:modified_time" content="<?php echo date('Y-m-d\TH:i:sP'); ?>" />
<meta property="og:image" content="https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:type" content="image/webp" />
<meta name="author" content="ITIMINISTRY Team" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:label1" content="Ditulis oleh" />
<meta name="twitter:data1" content="ITIMINISTRY Team" />
<meta name="twitter:label2" content="Estimasi waktu membaca" />
<meta name="twitter:data2" content="4 menit" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"<?php echo $url; ?>#article","isPartOf":{"@id":"<?php echo $url; ?>"},"author":{"name":"ITIMINISTRY Team","@id":"https://itiministry.org/id/#/schema/person/b6e32f85bef0a4d2ce075469ef8f0e02"},"headline":"<?php echo $title; ?>","datePublished":"2026-01-12T07:23:42+00:00","dateModified":"2026-01-13T09:38:38+00:00","mainEntityOfPage":{"@id":"<?php echo $url; ?>"},"wordCount":841,"commentCount":0,"image":{"@id":"<?php echo $url; ?>#primaryimage"},"thumbnailUrl":"https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png","articleSection":["Kartu"],"inLanguage":"id","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["<?php echo $url; ?>#respond"]}]},{"@type":"WebPage","@id":"<?php echo $url; ?>","url":"<?php echo $url; ?>","name":"<?php echo $title; ?> APK <?php echo $rate; ?> 2026 – Ringan Banget Sampai HP Tetangga Ikut Lancar | ITIMINISTRY.ORG","isPartOf":{"@id":"https://itiministry.org/id/#website"},"primaryImageOfPage":{"@id":"<?php echo $url; ?>#primaryimage"},"image":{"@id":"<?php echo $url; ?>#primaryimage"},"thumbnailUrl":"https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png","datePublished":"2026-01-12T07:23:42+00:00","dateModified":"2026-01-13T09:38:38+00:00","author":{"@id":"https://itiministry.org/id/#/schema/person/b6e32f85bef0a4d2ce075469ef8f0e02"},"description":"Download <?php echo $title; ?> APK terbaru dengan sistem ringan, login cepat, dan performa Android yang stabil. Sekali install langsung jalan mulus tanpa drama loading berkepanjangan.","breadcrumb":{"@id":"<?php echo $url; ?>#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["<?php echo $url; ?>"]}]},{"@type":"ImageObject","inLanguage":"id","@id":"<?php echo $url; ?>#primaryimage","url":"https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png","contentUrl":"https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"<?php echo $url; ?>#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://itiministry.org/id/"},{"@type":"ListItem","position":2,"name":"<?php echo $title; ?>"}]},{"@type":"WebSite","@id":"https://itiministry.org/id/#website","url":"https://itiministry.org/id/","name":"ITIMINISTRY.ORG","description":"Unduh Gratis Game MOD APK & Aplikasi Premium untuk Android","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://itiministry.org/id/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Person","@id":"https://itiministry.org/id/#/schema/person/b6e32f85bef0a4d2ce075469ef8f0e02","name":"ITIMINISTRY Team","image":{"@type":"ImageObject","inLanguage":"id","@id":"https://secure.gravatar.com/avatar/779e5d4a9c01189adff1b811e7d911a22c4e07ee5d00bf21eda7ed3879e95c24?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/779e5d4a9c01189adff1b811e7d911a22c4e07ee5d00bf21eda7ed3879e95c24?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/779e5d4a9c01189adff1b811e7d911a22c4e07ee5d00bf21eda7ed3879e95c24?s=96&d=mm&r=g","caption":"ITIMINISTRY Team"},"description":"Content contributor at ITIMINISTRY, focusing on Android apps and related content. Works on updating app information and improving content clarity for users.","sameAs":["https://itiministry.org"],"url":"https://itiministry.org/id/author/seojoy/"}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel="alternate" type="application/rss+xml" title="ITIMINISTRY.ORG » <?php echo $title; ?> Umpan Komentar" href="<?php echo $url; ?>feed/" />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/styles.css?ver=6.1.3' media='all' />
<link rel='stylesheet' id='my-new-theme-style-css' href='https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/style-kerjo.css?ver=6.8.3' media='all' />
<style id='akismet-widget-style-inline-css'>
.a-stats {
--akismet-color-mid-green: #357b49;
--akismet-color-white: #fff;
--akismet-color-light-grey: #f6f7f7;
max-width: 350px;
width: auto;
}
.a-stats * {
all: unset;
box-sizing: border-box;
}
.a-stats strong {
font-weight: 600;
}
.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
background: var(--akismet-color-mid-green);
border: none;
box-shadow: none;
border-radius: 8px;
color: var(--akismet-color-white);
cursor: pointer;
display: block;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
font-weight: 500;
padding: 12px;
text-align: center;
text-decoration: none;
transition: all 0.2s ease;
}
/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
background: var(--akismet-color-mid-green);
color: var(--akismet-color-white);
text-decoration: none;
}
.a-stats a.a-stats__link:hover {
filter: brightness(110%);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}
.a-stats .count {
color: var(--akismet-color-white);
display: block;
font-size: 1.5em;
line-height: 1.4;
padding: 0 13px;
white-space: nowrap;
}
</style>
<link rel='stylesheet' id='wpdiscuz-frontend-css-css' href='https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/style.css?ver=7.6.31' media='all' />
<style id='wpdiscuz-frontend-css-inline-css'>
#wpdcom .wpd-blog-administrator .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-administrator .wpd-comment-author, #wpdcom .wpd-blog-administrator .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-administrator{border-left:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-administrator .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-administrator .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-administrator .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-editor .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-editor .wpd-comment-author, #wpdcom .wpd-blog-editor .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-editor .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-editor{border-left:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-editor .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-editor .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-editor .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-author .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-author .wpd-comment-author, #wpdcom .wpd-blog-author .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-author .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-author .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-author .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-author .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-contributor .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-contributor .wpd-comment-author, #wpdcom .wpd-blog-contributor .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-contributor .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-contributor .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-contributor .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-contributor .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-subscriber .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-subscriber .wpd-comment-author, #wpdcom .wpd-blog-subscriber .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-subscriber .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-subscriber .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom .wpd-blog-wpseo_manager .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-wpseo_manager .wpd-comment-author, #wpdcom .wpd-blog-wpseo_manager .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-wpseo_manager .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-wpseo_manager .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-wpseo_manager .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-wpseo_manager .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-wpseo_editor .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-wpseo_editor .wpd-comment-author, #wpdcom .wpd-blog-wpseo_editor .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-wpseo_editor .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-wpseo_editor .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-wpseo_editor .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-wpseo_editor .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-limited_editor .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-limited_editor .wpd-comment-author, #wpdcom .wpd-blog-limited_editor .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-limited_editor .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-limited_editor .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-limited_editor .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-limited_editor .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-post_author .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-post_author .wpd-comment-author, #wpdcom .wpd-blog-post_author .wpd-comment-author a{color:#00B38F}#wpdcom .wpd-blog-post_author .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-post_author .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-post_author{border-left:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-post_author .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-post_author .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-post_author .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-guest .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-guest .wpd-comment-author, #wpdcom .wpd-blog-guest .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-guest .wpd-comment-subheader{border-top:1px dashed #00B38F}#comments, #respond, .comments-area, #wpdcom{}#wpdcom .ql-editor > *{color:#777777}#wpdcom .ql-editor::before{}#wpdcom .ql-toolbar{border:1px solid #DDDDDD;border-top:none}#wpdcom .ql-container{border:1px solid #DDDDDD;border-bottom:none}#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="email"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="url"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="color"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="date"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="month"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="number"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="time"], #wpdcom textarea, #wpdcom select{border:1px solid #DDDDDD;color:#777777}#wpdcom .wpd-form-row .wpdiscuz-item textarea{border:1px solid #DDDDDD}#wpdcom input::placeholder, #wpdcom textarea::placeholder, #wpdcom input::-moz-placeholder, #wpdcom textarea::-webkit-input-placeholder{}#wpdcom .wpd-comment-text{color:#777777}#wpdcom .wpd-thread-head .wpd-thread-info{border-bottom:2px solid #00B38F}#wpdcom .wpd-thread-head .wpd-thread-info.wpd-reviews-tab svg{fill:#00B38F}#wpdcom .wpd-thread-head .wpdiscuz-user-settings{border-bottom:2px solid #00B38F}#wpdcom .wpd-thread-head .wpdiscuz-user-settings:hover{color:#00B38F}#wpdcom .wpd-comment .wpd-follow-link:hover{color:#00B38F}#wpdcom .wpd-comment-status .wpd-sticky{color:#00B38F}#wpdcom .wpd-thread-filter .wpdf-active{color:#00B38F;border-bottom-color:#00B38F}#wpdcom .wpd-comment-info-bar{border:1px dashed #33c3a6;background:#e6f8f4}#wpdcom .wpd-comment-info-bar .wpd-current-view i{color:#00B38F}#wpdcom .wpd-filter-view-all:hover{background:#00B38F}#wpdcom .wpdiscuz-item .wpdiscuz-rating > label{color:#DDDDDD}#wpdcom .wpdiscuz-item .wpdiscuz-rating:not(:checked) > label:hover, .wpdiscuz-rating:not(:checked) > label:hover ~ label{}#wpdcom .wpdiscuz-item .wpdiscuz-rating > input ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label{color:#FFED85}#wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > label:hover ~ input:checked ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked + label:hover ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover ~ label, .wpd-custom-field .wcf-active-star, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label{color:#FFD700}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#DDDDDD}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#FFD700}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg .wpd-star{fill:#DDDDDD}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts:hover svg .wpd-star{fill:#FFED85}#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rate-starts svg:hover ~ svg .wpd-star{fill:#DDDDDD}.wpdiscuz-post-rating-wrap .wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#DDDDDD}.wpdiscuz-post-rating-wrap .wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#FFD700}#wpdcom .wpd-comment .wpd-follow-active{color:#ff7a00}#wpdcom .page-numbers{color:#555;border:#555 1px solid}#wpdcom span.current{background:#555}#wpdcom.wpd-layout-1 .wpd-new-loaded-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply > .wpd-comment-wrap > .wpd-comment-right{background:transparent}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply > .wpd-comment-wrap{background:#FFFAD6}#wpdcom.wpd-layout-3 .wpd-new-loaded-comment.wpd-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom .wpd-follow:hover i, #wpdcom .wpd-unfollow:hover i, #wpdcom .wpd-comment .wpd-follow-active:hover i{color:#00B38F}#wpdcom .wpdiscuz-readmore{cursor:pointer;color:#00B38F}.wpd-custom-field .wcf-pasiv-star, #wpcomm .wpdiscuz-item .wpdiscuz-rating > label{color:#DDDDDD}.wpd-wrapper .wpd-list-item.wpd-active{border-top:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply.wpd-unapproved-comment .wpd-comment-wrap{border-left:3px solid #FFFAD6}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply.wpd-unapproved-comment .wpd-comment-right{border-left:1px solid #FFFAD6}#wpdcom .wpd-prim-button{background-color:#07B290;color:#FFFFFF}#wpdcom .wpd_label__check i.wpdicon-on{color:#07B290;border:1px solid #83d9c8}#wpd-bubble-wrapper #wpd-bubble-all-comments-count{color:#1DB99A}#wpd-bubble-wrapper > div{background-color:#1DB99A}#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message{background-color:#1DB99A}#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message::before{border-left-color:#1DB99A;border-right-color:#1DB99A}#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message::before{border-left-color:#1DB99A;border-right-color:#1DB99A}.wpd-inline-icon-wrapper path.wpd-inline-icon-first{fill:#1DB99A}.wpd-inline-icon-count{background-color:#1DB99A}.wpd-inline-icon-count::before{border-right-color:#1DB99A}.wpd-inline-form-wrapper::before{border-bottom-color:#1DB99A}.wpd-inline-form-question{background-color:#1DB99A}.wpd-inline-form{background-color:#1DB99A}.wpd-last-inline-comments-wrapper{border-color:#1DB99A}.wpd-last-inline-comments-wrapper::before{border-bottom-color:#1DB99A}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments{background:#1DB99A}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:hover,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:active,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:focus{background-color:#1DB99A}#wpdcom .ql-snow .ql-tooltip[data-mode="link"]::before{content:"Enter link:"}#wpdcom .ql-snow .ql-tooltip.ql-editing a.ql-action::after{content:"Save"}.comments-area{width:auto}
</style>
<link rel='stylesheet' id='wpdiscuz-fa-css' href='https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/fa.min.css?ver=7.6.31' media='all' />
<link rel='stylesheet' id='wpdiscuz-combo-css-css' href='https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/wpdiscuz-combo.min.css?ver=6.8.3' media='all' />
<script id="wpml-cookie-js-extra" type="35c2f81bce39b5e4b3e1a427-text/javascript">
/* <![CDATA[ */
var wpml_cookies = {"wp-wpml_current_language":{"value":"id","expires":1,"path":"\/"}};
var wpml_cookies = {"wp-wpml_current_language":{"value":"id","expires":1,"path":"\/"}};
/* ]]> */
</script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/language-cookie.js?ver=481990" id="wpml-cookie-js" defer="defer" data-wp-strategy="defer" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script defer src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/jquery.min.js?ver=3.7.1" id="jquery-core-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<meta name="generator" content="WPML ver:4.8.1 stt:1,25,66,2;" />
<style>
.entry-limit br {
display: none;
}
.da-s p {
margin: 0;
}
h2::first-letter, h3::first-letter,strong::first-letter {
text-transform: capitalize;
}
.entry ol, .entry ul {
margin: 0 0 3px 27px;
}
</style><script type="35c2f81bce39b5e4b3e1a427-text/javascript">var px_rating = {"average":"<?php echo $rate; ?>","users":"<?php echo $user1; ?>","count":"18968"};</script><style>#header {position: relative;}#subheader.np {padding-top: 15px;}.pxtd {padding-top: 40px;}</style><link rel="icon" href="https://cdn.cloudeku.me/upload/image/markas2.png"><script type="35c2f81bce39b5e4b3e1a427-text/javascript">function alert_download() { alert('No hay archivo para descargar.'); }</script><style>@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
/*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
/*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
/*!rtl:begin:ignore*/direction:ltr;
/*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
/*!rtl:begin:ignore*/grid-column:1;grid-row:1;
/*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
/*!rtl:begin:ignore*/grid-column:2;grid-row:1;
/*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
/*!rtl:begin:ignore*/grid-column:2;grid-row:1
/*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
/*!rtl:begin:ignore*/grid-column:1;grid-row:1
/*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}</style><script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Apakah <?php echo $title; ?> APK gratis untuk dimainkan?","acceptedAnswer":{"@type":"Answer","text":"Ya, permainan ini dapat diunduh dan dimainkan secara gratis. Namun, permainan ini menawarkan pembelian dalam aplikasi untuk chip virtual dan bonus."}},{"@type":"Question","name":"Bisakah saya bermain <?php echo $title; ?> APK secara tanpa koneksi internet?","acceptedAnswer":{"@type":"Answer","text":"Saat ini, permainan ini memerlukan koneksi internet untuk mode multipemain. Namun, Anda dapat berlatih atau bermain pertandingan solo di beberapa mode secara tanpa koneksi internet."}},{"@type":"Question","name":"Apakah permainan ini cocok untuk semua usia?","acceptedAnswer":{"@type":"Answer","text":"Ya, permainan ini cocok untuk pemain dari segala usia, meskipun pengawasan orang tua disarankan untuk anak-anak yang lebih muda karena sifat kompetitifnya."}},{"@type":"Question","name":"Bisakah saya bermain dengan teman-teman saya?","acceptedAnswer":{"@type":"Answer","text":"Tentu! Aplikasi ini memungkinkan Anda mengundang teman-teman dan bermain bersama, baik dalam permainan pribadi atau pertandingan publik dengan pemain global."}}]}</script> <style id="wp-custom-css">
@media screen and (min-width: 601px) {
.app-all-name {
-webkit-line-clamp: 2 !important;
font-size: 26px;
line-height: 32px;
}
.app-all-tc {
height: 61px;
max-height: inherit;
overflow: inherit;
}
.app-all {
padding-left: 12px;
padding-right: 12px;
}
}
.buttond.f {
background: #dd3333;
padding: 8px 5px 8px 35px;
animation: colorChange 1s infinite ease-in-out;
}
#nutafl svg{
fill: none !important;
}
#nutafl {
background: #dd3333;
display: inline-block;
margin: 0;
text-transform: inherit;
text-decoration: none;
animation: colorChange 1s infinite ease-in-out;
}
@keyframes colorChange {
0% {
background-color: #f44336; /* Đỏ (dừng) */
color: white; /* Màu chữ sáng */
}
33% {
background-color: #ffeb3b; /* Vàng (chuẩn bị) */
color: black; /* Màu chữ đen */
}
66% {
background-color: #4CAF50; /* Xanh (đi) */
color: white; /* Màu chữ sáng */
}
100% {
background-color: #f44336; /* Đỏ (dừng) */
color: white; /* Màu chữ sáng */
}
}
.layout-banner-back2 {
position: absolute;
bottom: 26px;
right: 24px;
height: 157px;
width: 157px;
z-index: -8;
}
@media screen and (max-width: 601px) {
.fpb_a {
height: auto;
}
}
@media screen and (max-width: 768px) {
.slides {
height: 100%;
display: flex
;
flex-wrap: nowrap;
overflow-x: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
height: 180px;
}
}
.slides {
height: 180px;
}
@media screen and (max-width: 375px) {
.layout-banner-indexmaxtit {
font-size: 26px;
}
}
.layout-article a {
font-size: 16px;
margin-bottom: 2px;
display: inline-block;
color: #f70000;
line-height: 1.5 !important;
display: inline;
position: relative;
top: -0.5px;
}
table {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
font-size: 15px;
}
th, td {
border: 1px solid #ccc;
padding: 12px;
text-align: left;
vertical-align: top;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
tr:hover {
background-color: #f1f1f1;
}
th {
background-color: #f2f2f2;
font-weight: bold;
}
#wpdcom .wpd-form-head {
display: none !important;
}
.layout-article a {
font-size: 16px;
margin-bottom: 2px;
display: inline-block;
color: #f70000;
}
.layout-article a * {
font-size: 16px;
margin-bottom: 2px;
display: inline-block;
color: #f70000;
}
.sub_cat-header-desc a {
font-size: 16px;
margin-bottom: 2px;
display: inline-block;
color: #f70000;
}
.sub_cat-header-desc a * {
font-size: 16px;
margin-bottom: 2px;
display: inline-block;
color: #f70000;
}
.grecaptcha-badge{
display: none;
} </style>
</head>
<body>
<main>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<defs>
<symbol id="icon-menu" viewBox="0 0 1024 1024">
<path d="M867.995 459.647h-711.99c-27.921 0-52.353 24.434-52.353 52.353s24.434 52.353 52.353 52.353h711.99c27.921 0 52.353-24.434 52.353-52.353s-24.434-52.353-52.353-52.353z" p-id="2363" fill="#2fc0b7"></path>
<path d="M867.995 763.291h-711.99c-27.921 0-52.353 24.434-52.353 52.353s24.434 52.353 52.353 52.353h711.99c27.921 0 52.353-24.434 52.353-52.353s-24.434-52.353-52.353-52.353z" p-id="2364" fill="#2fc0b7"></path>
<path d="M156.005 260.709h711.99c27.921 0 52.353-24.434 52.353-52.353s-24.434-52.353-52.353-52.353h-711.99c-27.921 0-52.353 24.434-52.353 52.353s24.434 52.353 52.353 52.353z" p-id="2365" fill="#2fc0b7"></path>
</symbol>
<symbol id="icon-downloadbtn" viewBox="0 0 1026 1024">
<path
d="M828.975746 894.125047 190.189132 894.125047c-70.550823 0-127.753639-57.18542-127.753639-127.752616L62.435493 606.674243c0-17.634636 14.308891-31.933293 31.93227-31.933293l63.889099 0c17.634636 0 31.93227 14.298658 31.93227 31.933293l0 95.821369c0 35.282574 28.596292 63.877843 63.87682 63.877843L765.098927 766.373455c35.281551 0 63.87682-28.595268 63.87682-63.877843l0-95.821369c0-17.634636 14.298658-31.933293 31.943526-31.933293l63.877843 0c17.634636 0 31.933293 14.298658 31.933293 31.933293l0 159.699212C956.729385 836.939627 899.538849 894.125047 828.975746 894.125047L828.975746 894.125047zM249.938957 267.509636c12.921287-12.919241 33.884738-12.919241 46.807049 0l148.97087 148.971893L445.716876 94.89323c0-17.634636 14.300704-31.94762 31.933293-31.94762l63.875796 0c17.637706 0 31.945573 14.312984 31.945573 31.94762l0 321.588299 148.97087-148.971893c12.921287-12.919241 33.875528-12.919241 46.796816 0l46.814212 46.818305c12.921287 12.922311 12.921287 33.874505 0 46.807049L552.261471 624.930025c-1.140986 1.137916-21.664416 13.68365-42.315758 13.69286-20.87647 0.010233-41.878806-12.541641-43.020816-13.69286L203.121676 361.13499c-12.922311-12.933567-12.922311-33.884738 0-46.807049L249.938957 267.509636 249.938957 267.509636z"
p-id="2450"
></path>
</symbol>
<symbol id="icon-safety" viewBox="0 0 511.927 511.927">
<g>
<g>
<path
d="m170.106 195.744-28.285 28.284 94.143 94.142 134.143-134.142-28.285-28.284-105.859 105.858zm85.857-195.744-220 43.45v151.03c0 67.873 20.101 133.51 58.129 189.815 38.069 56.367 91.476 99.474 154.443 124.661l7.428 2.971 7.428-2.971c62.968-25.187 116.374-68.294 154.443-124.661 38.028-56.305 58.129-121.942 58.129-189.815v-151.03zm180 194.48c0 120.238-70.379 227.015-180 274.251-109.621-47.236-180-154.013-180-274.251v-118.157l180-35.55 180 35.55z"
></path>
</g>
</g>
</symbol>
<symbol id="icon-x" viewBox="0 0 24 24">
<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
</symbol>
<symbol id="icon-topics" viewBox="0 0 350.2 350.2">
<g id="layers_2" data-name="layers 2">
<g id="Layer_1" data-name="Layer 1">
<path
d="M293.8,0H56.4A56.72,56.72,0,0,0,0,56.4V293.8a56.72,56.72,0,0,0,56.4,56.4v-.1H293.8a56.57,56.57,0,0,0,56.4-56.3V56.4A56.72,56.72,0,0,0,293.8,0Zm22.8,293.8a22.9,22.9,0,0,1-22.8,22.7H56.4a22.92,22.92,0,0,1-22.8-22.8V56.3A22.9,22.9,0,0,1,56.4,33.6H293.9a22.77,22.77,0,0,1,22.7,22.8Z"
></path>
<path d="M96,271a16.8,16.8,0,0,1,0-33.6h98.9a16.75,16.75,0,1,1,0,33.5H96Z"></path>
<path d="M96,191.9a16.8,16.8,0,0,1,0-33.6H254.3a16.75,16.75,0,1,1,0,33.5H96Z"></path>
<path d="M96,112.8a16.75,16.75,0,1,1,0-33.5H254.3a16.75,16.75,0,1,1,0,33.5Z"></path>
</g>
</g>
</symbol>
<symbol id="icon-apps" viewBox="0 0 351 350.15">
<g id="layers_2" data-name="layers 2">
<g id="Layer_1" data-name="Layer 1">
<path
d="M127.29,0H35.72A35.81,35.81,0,0,0,0,35.73v91.49a35.8,35.8,0,0,0,35.72,35.72h91.49A35.91,35.91,0,0,0,163,127.3V35.73A35.82,35.82,0,0,0,127.29,0Zm2.82,118.52A11.53,11.53,0,0,1,118.59,130H44.41A11.5,11.5,0,0,1,32.9,118.61V44.43A11.53,11.53,0,0,1,44.41,32.91h74.18a11.54,11.54,0,0,1,11.52,11.52Z"
></path>
<path
d="M127.29,187.23H35.72A35.8,35.8,0,0,0,0,222.94v91.49a35.8,35.8,0,0,0,35.72,35.72h91.49A35.91,35.91,0,0,0,163,314.51V222.94A35.8,35.8,0,0,0,127.29,187.23Zm2.82,118.51a11.52,11.52,0,0,1-11.52,11.51H44.41A11.52,11.52,0,0,1,32.9,305.74V231.56a11.53,11.53,0,0,1,11.51-11.48h74.18a11.53,11.53,0,0,1,11.52,11.48Z"
></path>
<path d="M266.79.05A81.47,81.47,0,0,0,272.2,162.9c42.61-1.37,77.31-36,78.72-78.73A81.57,81.57,0,0,0,266.79.05Zm51.08,84.62A48.56,48.56,0,1,1,272.59,33v0a48.6,48.6,0,0,1,45.28,51.68Z"></path>
<path
d="M315.28,187.23H223.71A35.8,35.8,0,0,0,188,222.94v91.49a35.81,35.81,0,0,0,35.72,35.72H315.2A35.9,35.9,0,0,0,351,314.51V222.94A35.8,35.8,0,0,0,315.28,187.23Zm2.82,118.51a11.52,11.52,0,0,1-11.51,11.51H232.41a11.53,11.53,0,0,1-11.52-11.48V231.59a11.53,11.53,0,0,1,11.52-11.51h74.18a11.53,11.53,0,0,1,11.51,11.48Z"
></path>
</g>
</g>
</symbol>
<symbol id="icon-games" viewBox="0 0 425.2 346.7">
<g id="layers_2" data-name="layers 2">
<g id="Layer_1" data-name="Layer 1">
<path
d="M144.1,346.7C64.64,346.7,0,282.15,0,202.8s64.69-144,144.2-144h52V16.6A16.42,16.42,0,0,1,212.8,0a16.62,16.62,0,0,1,16.6,16.6V58.8h52.1c79.24,0,143.7,64.6,143.7,144S360.65,346.7,281.3,346.7Zm.1-254.6a110.8,110.8,0,0,0,0,221.6H281.5c61,0,110.7-49.7,110.7-110.8A110.93,110.93,0,0,0,281.4,92.1Z"
></path>
<path
d="M143,258.6A16.62,16.62,0,0,1,126.4,242V219.4H103.6A16.42,16.42,0,0,1,87,202.8a16.62,16.62,0,0,1,16.6-16.6h22.6V163.6a16.6,16.6,0,1,1,33.2,0v22.6H182a16.6,16.6,0,1,1,.2,33.2H159.6V242A16.62,16.62,0,0,1,143,258.6Z"
></path>
<path d="M318.8,194.1a18.6,18.6,0,1,1,18.6-18.6A18.62,18.62,0,0,1,318.8,194.1Z"></path>
<path d="M275.6,258.7a18.6,18.6,0,1,1,18.6-18.6A18.62,18.62,0,0,1,275.6,258.7Z"></path>
</g>
</g>
</symbol>
<symbol id="icon-line" viewBox="0 0 358.66 343.69">
<g id="layers_2" data-name="layers 2">
<g id="Layer_1" data-name="Layer 1">
<path d="M116.66,175.92H91.93V113.35c0-4.51-4.17-7.54-10.38-7.54s-10.39,3-10.39,7.54v73.86c0,4.44,4,7.66,9.48,7.66h36c4.31,0,7.43-4,7.43-9.48S121,175.92,116.66,175.92Z"></path>
<path d="M140.08,105.81c-6.21,0-10.39,3-10.39,7.54v73.86c0,4.51,4.27,7.66,10.39,7.66s10.38-3.22,10.38-7.66V113.35C150.46,108.84,146.29,105.81,140.08,105.81Z"></path>
<path
d="M212.36,105.81c-6.21,0-10.39,3-10.39,7.54v33.36L185.7,115.25c-3.85-7.32-6.92-9.44-13.68-9.44-6.21,0-10.39,3.08-10.39,7.66v73.74c0,4.51,4.27,7.66,10.39,7.66s10.39-3.22,10.39-7.66V153.5l18.78,35.13,0,0c2.26,4.12,6,6.21,11.15,6.21,6,0,10.38-3.22,10.38-7.66V113.35C222.74,108.84,218.57,105.81,212.36,105.81Z"
></path>
<path
d="M283.84,175.92H254.68V159.08H269c5,0,7.65-4.47,7.65-8.68,0-5.08-3.29-8.91-7.65-8.91H254.68V124.76h29.16c4.44,0,7.66-4,7.66-9.59s-3.22-9.36-7.66-9.36H243.39c-5.49,0-9.48,3.22-9.48,7.66v73.74c0,4.44,4,7.66,9.48,7.66h40.45c4.44,0,7.66-3.94,7.66-9.36S288.28,175.92,283.84,175.92Z"
></path>
<g id="g1710">
<g id="path1712">
<path
d="M164.53,343.69a16.49,16.49,0,0,1-16.5-16.5V295c-38-5.54-72.92-21.12-99.56-44.64C17.21,222.79,0,186.66,0,148.66,0,108.29,19.1,70.55,53.79,42.4,87.48,15.06,132.06,0,179.33,0s91.85,15.06,125.54,42.4c34.69,28.15,53.79,65.89,53.79,106.26,0,34.53-14.78,87.07-85.2,141.33a366.15,366.15,0,0,1-62.72,38.8C199.16,334.36,177.77,343.69,164.53,343.69ZM179.33,33C98.64,33,33,84.88,33,148.66c0,28.4,13.25,55.75,37.32,77,24.8,21.9,58.68,35.45,95.41,38.13A16.52,16.52,0,0,1,181,280.25v25.6c17.59-6.94,45.53-21.29,72.85-42.43,59.33-45.93,71.78-87.76,71.78-114.76C325.66,84.88,260,33,179.33,33Z"
></path>
</g>
</g>
</g>
</g>
</symbol>
<symbol id="icon-tool" viewBox="-23 0 512 512">
<path
d="m216 0h-196c-11.046875 0-20 8.953125-20 20v472c0 11.046875 8.953125 20 20 20h196c11.046875 0 20-8.953125 20-20v-472c0-11.046875-8.953125-20-20-20zm-20 472h-156v-78h29c11.046875 0 20-8.953125 20-20s-8.953125-20-20-20h-29v-78h29c11.046875 0 20-8.953125 20-20s-8.953125-20-20-20h-29v-78h29c11.046875 0 20-8.953125 20-20s-8.953125-20-20-20h-29v-78h156zm250-472h-150c-11.046875 0-20 8.953125-20 20v374c0 4.222656 1.398438 8.601562 4.117188 12.15625l75 98c7.972656 10.417969 23.738281 10.488281 31.765624 0l75-98c2.585938-3.382812 4.117188-7.761719 4.117188-12.15625v-374c0-11.046875-8.953125-20-20-20zm-75 459.09375-34.507812-45.09375h69.019531zm55-85.09375h-110v-265h110zm0-305h-110v-29h110zm0 0"
></path>
</symbol>
<symbol id="icon-top" viewBox="0 0 1024 1024">
<path
d="M873.8816 150.1184C973.9264 250.2656 1024 370.8928 1024 512c0 141.2096-50.0736 261.8368-150.1184 361.8816C773.7344 973.9264 653.1072 1024 512 1024c-141.1072 0-261.7344-50.0736-361.8816-150.1184C50.0736 773.8368 0 653.2096 0 512c0-141.1072 50.0736-261.7344 150.1184-361.8816C250.2656 50.0736 370.8928 0 512 0 653.1072 0 773.7344 50.0736 873.8816 150.1184zM819.712 526.7456 507.0848 211.6608 192 526.7456l56.6272 54.1696 219.0336-219.0336 0 477.4912 78.7456 0L546.4064 361.8816l219.0336 219.0336L819.712 526.7456z"
p-id="5534"
></path>
</symbol>
<symbol id="icon-star" viewBox="0 0 1024 1024">
<path
d="M956.741665 419.885046c-5.241374-16.200984-19.178805-28.054963-36.034704-30.496571l-254.931157-44.791136L551.77233 115.15981c-7.444553-15.248286-22.992667-24.898063-40.025599-24.898063-17.036002 0-32.522718 9.648754-40.146349 24.898063L357.655238 344.597339 102.784456 390.936737c-16.856923 2.442632-30.852682 14.295588-36.035728 30.496571-5.300726 16.141632-0.893346 33.951253 11.317767 45.804209l184.407963 170.410158-48.186466 247.662613c-2.859118 16.737196 3.930519 33.833573 17.809621 43.720757 13.244652 13.244652 40.562834 6.90834 47.053666 3.514033l232.595452-113.64634L742.85225 932.545078c6.490831 3.394307 32.166607 11.373025 47.052642-3.514033 13.760398-9.887184 20.787442-26.982538 17.869996-43.720757L761.077334 637.647675l184.467315-172.018795C957.69641 453.836299 962.043415 436.026678 956.741665 419.885046z"
p-id="1014"
></path>
</symbol>
<symbol id="icon-right" viewBox="0 0 512 424.12">
<path d="M299.22,424.09A32,32,0,0,1,276.53,371L436.37,212.77,276.53,54.53A32,32,0,0,1,321.74,9.27l.18.19L502.55,190.08a32,32,0,0,1,.18,45.21l-.18.18L321.92,416.09A32,32,0,0,1,299.22,424.09Z"></path>
<path d="M479.53,243.15H32a32,32,0,0,1,0-63.94H479.53a32,32,0,1,1,0,63.94Z"></path>
</symbol>
<symbol id="icon-go-search" viewBox="0 0 24 24">
<path
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
></path>
</symbol>
<symbol id="icon-home" viewBox="0 0 1024 1024">
<path
d="M946.5 505L534.6 93.4c-12.5-12.5-32.7-12.5-45.2 0L77.5 505c-12 12-18.8 28.3-18.8 45.3 0 35.3 28.7 64 64 64h43.4V908c0 17.7 14.3 32 32 32H448V716h112v224h265.9c17.7 0 32-14.3 32-32V614.3h43.4c17 0 33.3-6.7 45.3-18.8 24.9-25 24.9-65.5-0.1-90.5z"
p-id="5328"
></path>
</symbol>
<symbol id="icon-picleft" viewBox="0 0 1024 1024">
<path d="M353 496.4c-10.7 8.7-10.7 25 0 33.6l258.5 209.4c15.2 12.3 39.9 12.3 55.1 0 7.6-6.2 11.4-14.2 11.4-22.3s-3.8-16.2-11.4-22.3L442.4 513.2l-55.1-44.6-34.3 27.8z" fill="" p-id="1041"></path>
<path d="M353 530l34.3 27.8 55.1-44.6 230.3-186.5c4.5-3.7 7.7-11.4 6.7-17.2-5.3-32.6-46.3-40.1-68-22.5L387.3 468.6 353 496.4c-10.7 8.7-10.7 25 0 33.6z" fill="" p-id="1042"></path>
<path d="M353 530l34.3 27.8v-89.3L353 496.4c-10.7 8.7-10.7 25 0 33.6z" fill="" p-id="1043"></path>
</symbol>
<symbol id="icon-picright" viewBox="0 0 1024 1024">
<path d="M671.6 496.4c10.7 8.7 10.7 25 0 33.6L413.1 739.4c-15.2 12.3-39.9 12.3-55.1 0-7.6-6.2-11.4-14.2-11.4-22.3s3.8-16.2 11.4-22.3l224.2-181.6 55.1-44.6 34.3 27.8z" fill="" p-id="1178"></path>
<path d="M671.6 530l-34.3 27.8-55.1-44.6-230.4-186.5c-4.5-3.7-7.7-11.4-6.7-17.2 5.3-32.6 46.3-40.1 68-22.5l224.2 181.6 34.3 27.8c10.7 8.7 10.7 25 0 33.6z" fill="" p-id="1179"></path>
<path d="M671.6 530l-34.3 27.8v-89.3l34.3 27.8c10.7 8.8 10.7 25.1 0 33.7z" fill="" p-id="1180"></path>
</symbol>
</defs>
</svg>
<input type="checkbox" id="header-menu-btn" />
<div id="searchModalOverlay" class="searchModalOverlay">
<div class="searchBgWrp">
<div aria-label="Gradient 1" class="searchBg searchBg1"></div>
<div class="searchBg searchBg2"></div>
<div class="searchBg searchBg3"></div>
</div>
<div class="searchModal">
<div class="searchModalContent">
<div class="searchBoxWrp">
<div class="listTopSearch">
<a href="https://itiministry.org/id/slot-online/" class="topSearchItem">
<div class="icon">
<img src="https://cdn.cloudeku.me/upload/image/markas3.png" alt="Slot Online">
</div>
<div class="title">Slot Online</div>
</a>
<a href="https://itiministry.org/id/slot-terpercaya/" class="topSearchItem">
<div class="icon">
<img src="https://cdn.cloudeku.me/upload/image/markas4.png" alt="Slot Terpercaya">
</div>
<div class="title">Slot Terpercaya</div>
</a>
<a href="https://itiministry.org/id/slot-gacor/" class="topSearchItem">
<div class="icon">
<img src="https://cdn.cloudeku.me/upload/image/markas5.png" alt="Slot Gacor">
</div>
<div class="title">Slot Gacor</div>
</a>
<a href="https://itiministry.org/id/mahjong-ways/" class="topSearchItem">
<div class="icon">
<img src="https://cdn.cloudeku.me/upload/image/markas7.png" alt="Mahjong Ways">
</div>
<div class="title">Mahjong Ways</div>
</a>
<a href="https://itiministry.org/id/toto-slot/" class="topSearchItem">
<div class="icon">
<img src="https://cdn.cloudeku.me/upload/image/markas8.png" alt="Toto Slot">
</div>
<div class="title">Toto Slot</div>
</a>
<a href="https://itiministry.org/id/slot-maxwin/" class="topSearchItem">
<div class="icon">
<img src="https://cdn.cloudeku.me/upload/image/markas9.png" alt="Slot Maxwin">
</div>
<div class="title">Slot Maxwin</div>
</a>
</div>
<div id="searchBox">
<form action="https://itiministry.org/id/search/" method="get" target="_top">
<input id="sb_search1" type="text"
name="q"
placeholder="Cari aplikasi dan game" required autocomplete="off"
id="sbinput" aria-label="Search" class="sb_search">
<button type="submit" aria-label="Search" title="Search for an app"
class="sb_submit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6 .1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>
</button>
<input type="hidden" name="lang" value="id" />
</form>
<ul></ul>
</div>
<div class="searchSuggeuestBox">
</div>
<div class="btnCloseSearchSug">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M10.0303 8.96967C9.73741 8.67678 9.26253 8.67678 8.96964 8.96967C8.67675 9.26256 8.67675 9.73744 8.96964 10.0303L10.9393 12L8.96966 13.9697C8.67677 14.2626 8.67677 14.7374 8.96966 15.0303C9.26255 15.3232 9.73743 15.3232 10.0303 15.0303L12 13.0607L13.9696 15.0303C14.2625 15.3232 14.7374 15.3232 15.0303 15.0303C15.3232 14.7374 15.3232 14.2625 15.0303 13.9697L13.0606 12L15.0303 10.0303C15.3232 9.73746 15.3232 9.26258 15.0303 8.96969C14.7374 8.6768 14.2625 8.6768 13.9696 8.96969L12 10.9394L10.0303 8.96967Z"
fill="#1C274C"></path>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.0574 1.25H11.9426C9.63424 1.24999 7.82519 1.24998 6.41371 1.43975C4.96897 1.63399 3.82895 2.03933 2.93414 2.93414C2.03933 3.82895 1.63399 4.96897 1.43975 6.41371C1.24998 7.82519 1.24999 9.63422 1.25 11.9426V12.0574C1.24999 14.3658 1.24998 16.1748 1.43975 17.5863C1.63399 19.031 2.03933 20.1711 2.93414 21.0659C3.82895 21.9607 4.96897 22.366 6.41371 22.5603C7.82519 22.75 9.63423 22.75 11.9426 22.75H12.0574C14.3658 22.75 16.1748 22.75 17.5863 22.5603C19.031 22.366 20.1711 21.9607 21.0659 21.0659C21.9607 20.1711 22.366 19.031 22.5603 17.5863C22.75 16.1748 22.75 14.3658 22.75 12.0574V11.9426C22.75 9.63423 22.75 7.82519 22.5603 6.41371C22.366 4.96897 21.9607 3.82895 21.0659 2.93414C20.1711 2.03933 19.031 1.63399 17.5863 1.43975C16.1748 1.24998 14.3658 1.24999 12.0574 1.25ZM3.9948 3.9948C4.56445 3.42514 5.33517 3.09825 6.61358 2.92637C7.91356 2.75159 9.62177 2.75 12 2.75C14.3782 2.75 16.0864 2.75159 17.3864 2.92637C18.6648 3.09825 19.4355 3.42514 20.0052 3.9948C20.5749 4.56445 20.9018 5.33517 21.0736 6.61358C21.2484 7.91356 21.25 9.62177 21.25 12C21.25 14.3782 21.2484 16.0864 21.0736 17.3864C20.9018 18.6648 20.5749 19.4355 20.0052 20.0052C19.4355 20.5749 18.6648 20.9018 17.3864 21.0736C16.0864 21.2484 14.3782 21.25 12 21.25C9.62177 21.25 7.91356 21.2484 6.61358 21.0736C5.33517 20.9018 4.56445 20.5749 3.9948 20.0052C3.42514 19.4355 3.09825 18.6648 2.92637 17.3864C2.75159 16.0864 2.75 14.3782 2.75 12C2.75 9.62177 2.75159 7.91356 2.92637 6.61358C3.09825 5.33517 3.42514 4.56445 3.9948 3.9948Z"
fill="#1C274C"></path>
</g>
</svg>
</div>
</div>
</div>
</div>
</div>
<header class="header">
<div class="header-all layout-minbox">
<div class="header-a">
<a href="https://itiministry.org/id/" class="header-logobox" aria-label="Home">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1QyGXVEGta6XQzp8hNzC_ryJHf9OUO0SmkZHy81H5AgUnQAQrXG3zNXcn1zipNK2c2lgKFtmuJp-uvFWAqNS-vkPCRiVaC40ud2C8LPGDP7H1vWkdgoe5oxCNabW5YOrdxLKjvJ9eXUIPj05OAPmwlBZDX03nrESwj3swR-YXaG9uCD4YV-AzwtvGoZM/s320/markas-logo.webp" alt="" class="header-logobox-logo">
</a>
<a href="https://itiministry.org/id/category/games/" class="header-game">
<div class="header-box">
<div class="header-icon">
<svg class="icon-footer-games">
<use xlink:href="#icon-games"></use>
</svg>
</div>
<div class="header-text">Permainan</div>
</div>
</a></li>
<a href="https://itiministry.org/id/tentang-kami/" class="header-topics">
<div class="header-box">
<div class="header-icon">
<svg class="icon-footer-topics">
<use xlink:href="#icon-topics"></use>
</svg>
</div>
<div class="header-text">Tentang</div>
</div>
</a></li>
</div>
<div class="header-searchall">
<form action="https://itiministry.org/id/search/" class="header-search" method="get">
<button for="header-search" class="header-searchicon" type="submit">
<svg class="icon-search">
<use xlink:href="#icon-go-search"></use>
</svg>
</button>
<input required="" autocomplete="off" id="searchInput" type="text" placeholder="Cari aplikasi dan game" name="q" value="" class="header-searchtext" />
<input type="hidden" name="lang" value="id" />
</form>
</div>
<label class="mobpart" for="header-menu-btn">
<svg class="icon-search">
<use xlink:href="#icon-menu"></use>
</svg>
</label>
<div class="header-topics header-tool">
<div class="header-box">
<div class="header-icon">
<svg class="icon-line" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" style="enable-background:new 0 0 128 128" xml:space="preserve">
<path style="fill:#191919" d="M68.918 109.572 55.77 96.045v5.635H23.099l16.014 15.8H55.77v5.618l13.148-13.526zM30.019 72.946 16.492 86.094h5.618v14.383h15.817V86.094h5.602l-13.51-13.148zM93.154 75.5l-4.712 14.252h9.276L93.154 75.5zm0 0-4.712 14.252h9.276L93.154 75.5zm0 0-4.712 14.252h9.276L93.154 75.5zm28.272-25.422H83.17V10.685c0-5.421-4.432-9.853-9.869-9.853H9.869C4.432.832 0 5.264 0 10.685v63.992c0 5.437 4.432 9.852 9.869 9.852h4.547v-6.59H9.869a3.273 3.273 0 0 1-3.279-3.262V10.685a3.273 3.273 0 0 1 3.279-3.262h63.432a3.273 3.273 0 0 1 3.279 3.262v39.393H57.995a6.557 6.557 0 0 0-6.08 4.053 88.264 88.264 0 0 1-5.931-5.19C56.858 37.21 58.687 26.238 58.802 25.562l.071-.362h8.694v-4.943H45.292v-7.381h-4.943v7.381H18.074V25.2h35.752c-.395 1.911-2.636 10.693-11.352 20.166-6.426-6.953-9.309-12.456-9.358-12.555l-2.191 1.12-2.208 1.12c.214.412 3.312 6.393 10.248 13.84-4.564 4.218-10.479 8.403-18.14 12.077l2.142 4.448c8.221-3.921 14.581-8.436 19.491-12.966a88.51 88.51 0 0 0 8.963 7.529v17.958h-5.602v6.59h5.602v9.193h4.992v-.28l16.014 16.459-16.014 16.459s-2.059.807 1.582.807h63.432a6.557 6.557 0 0 0 6.574-6.557V56.635a6.559 6.559 0 0 0-6.575-6.557zm-19.309 53.365-2.389-7.447H86.382l-2.455 7.447h-7.908l12.934-36.214h8.551l12.818 36.214h-8.205z"></path>
</svg>
</div>
<div class="header-text">
Indonesia </div>
</div>
</div>
</div>
</header>
<section class="header-menu">
<div class="header-menu-closebox">
<label for="header-menu-btn" class="header-menu-close">
<svg class="icon-x">
<use xlink:href="#icon-x"></use>
</svg>
</label>
</div>
<div class="header-menu-main">
<div class="hmm-top">
<div class="header-searchall">
<form action="https://itiministry.org/id/search/" class="header-search">
<button for="header-search" class="header-searchicon" type="submit">
<svg class="icon-search">
<use xlink:href="#icon-go-search"></use>
</svg>
</button>
<input required="" autocomplete="off" id="searchInput" type="text" placeholder="Cari aplikasi dan game" name="q" value="" class="header-searchtext" />
</form>
</div>
<a href="https://itiministry.org/id/category/games/" class="header-menu-item">
<div>
<svg class="icon-footer-games">
<use xlink:href="#icon-games"></use>
</svg>
</div>
<div>Permainan</div>
</a></li>
<a href="https://itiministry.org/id/tentang-kami/" class="header-menu-item">
<div>
<svg class="icon-footer-topics">
<use xlink:href="#icon-topics"></use>
</svg>
</div>
<div>Tentang</div>
</a></li>
<div role="group" class="grid grid-cols-2">
</div>
</div>
</div>
</section>
<div id="topanchor"></div>
<style>
body {
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE/Edge */
user-select: none; /* Standard */
}
</style>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
// Chặn chuột phải
document.addEventListener('contextmenu', function(e) {
e.preventDefault();
});
// Chặn chọn văn bản
document.addEventListener('selectstart', function(e) {
// Kiểm tra nếu phần tử được chọn nằm trong .wpd-form-wrap và là thẻ <p> thì bỏ qua chặn
if (e.target.closest('.wpd-form-wrap') && e.target.tagName.toLowerCase() === 'p') {
return; // không ngăn chặn
}
e.preventDefault(); // chặn chọn văn bản
});
// Chặn kéo thả
document.addEventListener('dragstart', function(e) {
e.preventDefault();
});
// Chặn các phím Ctrl+U, Ctrl+C, Ctrl+S, Ctrl+Shift+I, F12
document.addEventListener('keydown', function (e) {
const forbiddenKeys = ['u', 'c', 's'];
if (
(e.ctrlKey && forbiddenKeys.includes(e.key.toLowerCase())) ||
(e.ctrlKey && e.shiftKey && e.key.toLowerCase() === 'i') ||
(e.key === 'F12')
) {
e.preventDefault();
return false;
}
});
</script>
<!-- ========== DESKTOP (giữ nguyên của bạn) ========== -->
<style>
:root { --btnSize: 110px; --ringR: 110; }
/* Chỉ hiện trên desktop/tablet lớn */
.stage-desktop { display: block; }
@media (max-width: 767px) {
.stage-desktop { display: none; }
}
/* Ghim cụm sang bên phải, giữa dọc */
.stage-desktop.stage {
position: fixed;
right: -62px;
top: 65%;
transform: translateY(-50%);
width: 420px;
height: 420px;
z-index: 10;
}
/* Nút trung tâm */
.stage-desktop .pulse-btn {
position: absolute; inset: 0; margin: auto;
width: var(--btnSize); height: var(--btnSize); border-radius: 50%;
background: linear-gradient(135deg,#ffffff,#ffffff);
color:#fff; font-size:28px; border:none; cursor:pointer;
z-index: 2; box-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
transition: transform .15s ease, box-shadow .2s ease;
}
.stage-desktop .pulse-btn:hover { transform: scale(1.06); box-shadow: 0 0 40px rgba(255,100,100,.9); }
.stage-desktop .pulse-btn:active { transform: scale(.98); }
.stage-desktop .pulse-btn:focus-visible { outline: 3px solid #ffbf8a; outline-offset: 4px; }
.stage-desktop .pulse-btn::before, .stage-desktop .pulse-btn::after{
content:""; position:absolute; top:50%; left:50%;
width:100%; height:100%; border-radius:50%;
background: rgba(230, 220, 220, 0.5);
transform: translate(-50%,-50%) scale(1);
z-index:-1; animation:pulse 2s infinite;
}
.stage-desktop .pulse-btn::after{ animation-delay:1s; }
@keyframes pulse{
0%{transform:translate(-50%,-50%) scale(1); opacity:.6;}
100%{transform:translate(-50%,-50%) scale(2.8); opacity:0;}
}
/* Vòng chữ – quay mượt */
.stage-desktop .ring {
position: absolute; inset: 0; margin:auto;
width: 169px; height: 260px; z-index: 1;
animation: spin 12s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.stage-desktop .ring text {
font-weight: 700; font-size: 32px; letter-spacing: 2px;
fill: #ffffff;
filter: drop-shadow(0 0 6px rgba(207, 207, 207, 0.45))
drop-shadow(0 0 14px rgba(161, 161, 161, 0.25));
text-transform: uppercase;
}
/* Hạt pháo hoa dùng chung */
.particle{
position: fixed; /* <-- đổi từ absolute sang fixed */
width:6px; height:6px; border-radius:50%;
background:gold; pointer-events:none;
z-index: 9999; /* đảm bảo nổi trên cùng */
will-change: transform, opacity;
animation: explode 1s forwards;
}
@keyframes explode{
from{transform:translate(0,0) scale(1); opacity:1;}
to {transform:translate(var(--x),var(--y)) scale(.5); opacity:0;}
}
</style>
<div class="stage stage-desktop" aria-hidden="false"> <!-- Vòng chữ -->
<svg class="ring" viewBox="0 0 260 260" aria-hidden="true">
<defs>
<path id="circlePath"
d="M130,130 m-110,0 a110,110 0 1,1 220,0 a110,110 0 1,1 -220,0" />
</defs>
<text>
<textPath href="#circlePath" startOffset="50%">
• PLAY TO REWARDS •
</textPath>
</text>
</svg>
<!-- Nút trung tâm -->
<button
class="pulse-btn"
id="btnDesktop"
aria-label="Mở ứng dụng trên Google Play"
title="Mở trên Google Play"
>
<img src="https://cdn.cloudeku.me/upload/image/markas11.png"
alt="Logo App"
style="width: 127%; height: 112%; object-fit: contain; border-radius: 50%; margin-left: -13px; margin-top: -8px;" />
</button>
</div>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
(function(){
const PLAY_URL = 'https://play.google.com/store/apps/details?id=com.itiministry.app';
function spawnFireworks(x, y, count = 25, spreadMin = 40, spreadMax = 160) {
for (let i = 0; i < count; i++) {
const p = document.createElement('div');
p.className = 'particle';
const angle = Math.random() * 2 * Math.PI;
const radius = Math.random() * (spreadMax - spreadMin) + spreadMin;
p.style.setProperty('--x', `${Math.cos(angle) * radius}px`);
p.style.setProperty('--y', `${Math.sin(angle) * radius}px`);
p.style.background = `hsl(${Math.random() * 360},100%,50%)`;
p.style.left = x + 'px';
p.style.top = y + 'px';
document.body.appendChild(p);
setTimeout(() => p.remove(), 1000);
}
}
function centerOf(el) {
const r = el.getBoundingClientRect();
return { x: r.left + r.width / 2, y: r.top + r.height / 2 };
}
function openPlay() {
window.open(PLAY_URL, '_blank', 'noopener,noreferrer');
}
// Desktop handlers
const btnD = document.getElementById('btnDesktop');
let fwTimerD = null;
function startAutoFireworksD() {
if (fwTimerD || !btnD) return;
fwTimerD = setInterval(() => {
const { x, y } = centerOf(btnD);
spawnFireworks(x, y, 24, 40, 140);
}, 1500);
}
function stopAutoFireworksD() {
clearInterval(fwTimerD); fwTimerD = null;
}
if (btnD) {
startAutoFireworksD();
btnD.addEventListener('click', () => {
const { x, y } = centerOf(btnD);
spawnFireworks(x, y, 36, 60, 180);
openPlay();
});
btnD.addEventListener('keydown', (e) => {
if (e.key === 'Enter' || e.key === ' ') {
e.preventDefault();
btnD.click();
}
});
document.addEventListener('visibilitychange', () => {
if (document.hidden) stopAutoFireworksD();
else startAutoFireworksD();
});
}
})();
</script>
<!-- ========== MOBILE-ONLY ========== -->
<style>
/* Chỉ hiện trên mobile; ẩn trên màn hình lớn */
.stage-mobile { display: none; }
@media (max-width: 767px) {
.stage-mobile { display: block; }
}
.stage-mobile.stage {
position: fixed;
right: -25px; /* trước là 10px, giờ sát phải hơn */
bottom: 14px;
width: 180px; height: 180px;
z-index: 10;
pointer-events: none;
}
.stage-mobile .ring {
position: absolute; inset: 0; margin:auto;
width: 115px; height: 180px; z-index: 1;
animation: spin 10s linear infinite;
}
.stage-mobile .ring text {
font-weight: 700; font-size: 25px; letter-spacing: 2px;
fill: #ffffff;
filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.45))
drop-shadow(0 0 14px rgba(255, 255, 255, 0.25));
text-transform: uppercase;
}
.stage-mobile .pulse-btn {
position: absolute; inset: 0; margin: auto;
width: 68px; height: 68px; border-radius: 50%;
background: linear-gradient(135deg,#ffffff,#ffffff);
border: none; cursor: pointer;
box-shadow: 0 0 18px rgba(255, 255, 255, 0.7);
transition: transform .15s ease, box-shadow .2s ease;
pointer-events: auto; /* bật click cho nút */
}
.stage-mobile .pulse-btn:active { transform: scale(.98); }
.stage-mobile .pulse-btn:focus-visible { outline: 3px solid #ffffff; outline-offset: 3px; }
.stage-mobile .pulse-btn::before, .stage-mobile .pulse-btn::after{
content:""; position:absolute; top:50%; left:50%;
width:100%; height:100%; border-radius:50%;
background: rgba(255, 255, 255, 0.45);
transform: translate(-50%,-50%) scale(1);
z-index:-1; animation:pulseM 2s infinite;
}
.stage-mobile .pulse-btn::after{ animation-delay:1s; }
@keyframes pulseM{
0%{transform:translate(-50%,-50%) scale(1); opacity:.55;}
100%{transform:translate(-50%,-50%) scale(2.4); opacity:0;}
}
</style>
<div class="stage stage-mobile" aria-hidden="false">
<svg class="ring" viewBox="0 0 220 220" aria-hidden="true">
<defs>
<path id="circlePathM"
d="M110,110 m-90,0 a90,90 0 1,1 180,0 a90,90 0 1,1 -180,0" />
</defs>
<text>
<textPath href="#circlePathM" startOffset="50%">
• PLAY TO REWARDS •
</textPath>
</text>
</svg>
<button
class="pulse-btn"
id="btnMobile"
aria-label="Mở ứng dụng trên Google Play (Mobile)"
title="Mở trên Google Play"
>
<img src="https://cdn.cloudeku.me/upload/image/markas12.png"
alt="Logo App"
style="width: 118%; height: 118%; object-fit: contain; border-radius: 50%; margin-left: -9%; margin-top: -9%;" />
</button>
</div>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
(function(){
const PLAY_URL = 'https://play.google.com/store/apps/details?id=com.itiministry.app';
function spawnFireworks(x, y, count = 20, spreadMin = 30, spreadMax = 120) {
for (let i = 0; i < count; i++) {
const p = document.createElement('div');
p.className = 'particle';
const angle = Math.random() * 2 * Math.PI;
const radius = Math.random() * (spreadMax - spreadMin) + spreadMin;
p.style.setProperty('--x', `${Math.cos(angle) * radius}px`);
p.style.setProperty('--y', `${Math.sin(angle) * radius}px`);
p.style.background = `hsl(${Math.random() * 360},100%,50%)`;
p.style.left = x + 'px';
p.style.top = y + 'px';
document.body.appendChild(p);
setTimeout(() => p.remove(), 1000);
}
}
function centerOf(el) {
const r = el.getBoundingClientRect();
return { x: r.left + r.width / 2, y: r.top + r.height / 2 };
}
function openPlay() {
window.open(PLAY_URL, '_blank', 'noopener,noreferrer');
}
// Mobile handlers
const btnM = document.getElementById('btnMobile');
let fwTimerM = null;
function isMobileVisible() {
// Stage mobile đang hiển thị?
const st = document.querySelector('.stage-mobile');
if (!st) return false;
return window.getComputedStyle(st).display !== 'none';
}
function startAutoFireworksM() {
if (fwTimerM || !btnM || !isMobileVisible()) return;
fwTimerM = setInterval(() => {
const { x, y } = centerOf(btnM);
spawnFireworks(x, y, 18, 28, 110);
}, 1600);
}
function stopAutoFireworksM() {
clearInterval(fwTimerM); fwTimerM = null;
}
if (btnM) {
// Bắt đầu khi mobile đang hiển thị
startAutoFireworksM();
btnM.addEventListener('click', () => {
const { x, y } = centerOf(btnM);
spawnFireworks(x, y, 28, 50, 150);
openPlay();
});
btnM.addEventListener('keydown', (e) => {
if (e.key === 'Enter' || e.key === ' ') {
e.preventDefault();
btnM.click();
}
});
// Theo dõi thay đổi hiển thị (xoay ngang/dọc, resize)
let resizeTimer = null;
window.addEventListener('resize', () => {
clearTimeout(resizeTimer);
resizeTimer = setTimeout(() => {
if (isMobileVisible()) startAutoFireworksM();
else stopAutoFireworksM();
}, 150);
});
document.addEventListener('visibilitychange', () => {
if (document.hidden) stopAutoFireworksM();
else if (isMobileVisible()) startAutoFireworksM();
});
}
})();
</script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" />
<style>
.trust-editor a {
font-size: 14px;
color: #555 !important;
font-weight: 500;
text-decoration: none;
line-height: 1.4;
}
.layout-article a {
font-size: 16px;
margin-bottom: 2px;
display: inline-block;
color: #f70000;
line-height: 1.5 !important;
display: inline;
position: relative;
top: -1.5px;
}
.pic-left,
.pic-right {
height: 40px;
width: 40px;
position: absolute;
top: 50%;
margin-top: -20px;
z-index: 5;
background-color: #fff;
border-radius: 50%;
display: flex !important;
justify-content: center;
align-items: center;
}
.slide-pic {
width: auto !important;
/* Đảm bảo chiều rộng tự động */
}
.slide-pic {
height: 180px;
margin-right: 8px;
vertical-align: middle;
cursor: pointer;
}
.slide-pic img {
position: relative;
left: 50%;
transform: translate(-50%, 0);
width: auto;
}
@media only screen and (max-width: 768px) {
.slide-pic img {
position: relative;
left: 50%;
transform: translate(-50%, 0);
width: auto;
aspect-ratio: auto 85 / 180 !important;
height: 180px !important;
}
}
.f-button {
background: #fff !important;
}
@media only screen and (min-width: 768px) {
.slide-pic img {
height: 180px;
}
.slide-pic {
height: 180px;
margin-right: 8px;
vertical-align: middle;
cursor: pointer;
}
.slides {
overflow-y: hidden !important;
overflow-x: scroll !important;
flex-wrap: nowrap !important;
}
}
</style>
<style>
.button-item-text {}
.download-btn {
display: inline-block;
background-color: #FE66C3;
font-size: 14px;
line-height: 18px;
color: #fff;
padding: 10px 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
border-radius: 4px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 230px;
cursor: pointer;
}
.telegram-btn {
display: inline-block;
background-color: #0096DA;
font-size: 14px;
line-height: 18px;
color: #fff;
padding: 10px 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
border-radius: 4px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
cursor: pointer;
width: 230px;
}
.download-btn svg,
.telegram-btn svg {
fill: #fff !important;
height: 20px;
width: 20px;
}
.download-all {
display: flex;
flex-direction: column;
justify-content: center;
gap: 8px;
}
@media only screen and (max-width: 768px) {
.download-btn,
.telegram-btn {
width: 100%;
}
.download-all {
margin-top: 12px;
width: 85vw;
}
.appdetail-header-app {
display: flex;
align-items: center;
}
}
.download-all-mb {
display: flex;
flex-direction: column;
justify-content: center;
gap: 8px;
display: none;
}
@media only screen and (max-width: 768px) {
.download-all-mb {
margin-top: 12px;
width: 85vw;
display: flex;
}
.download-all {
display: none !important;
}
}
.card-body {
padding: 20px;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.card-body {
flex: 1 1 auto;
padding: 1rem 1rem;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
color: #212529;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
}
.card {
border-radius: 16px !important;
border: 0;
}
.see-more-content {
overflow: hidden;
position: relative;
}
.mt-5 {
margin-top: 3rem !important;
}
.justify-content-center {
justify-content: center !important;
}
.d-flex {
display: flex !important;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
.table-custom {
table-layout: auto;
border-style: hidden;
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
display: table;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: gray;
}
.table-custom th {
padding: 1em 1.4575em;
vertical-align: middle;
background: #f6f6f6;
font-weight: 600;
text-align: left;
border: 1px solid #f2f2f2;
border-bottom: 1px solid #e6e9ef;
}
.table-custom td {
padding: 1em 1.41575em;
text-align: left;
vertical-align: top;
border: 1px solid #f2f2f2;
}
.table-bordered>:not(caption)>* {
border-width: 1px 0;
}
.table-custom a {
text-decoration: none;
color: #1a73d6;
}
.table-custom a:hover {
color: #e80566;
text-decoration: none;
}
.table-custom a * {
text-decoration: none;
color: #1a73d6;
}
.table-custom a:hover * {
color: #e80566;
text-decoration: none;
}
@media only screen and (max-width: 768px) {
.table-custom th,
.table-custom td {
padding: 0.5em 0.41575em;
}
.table-custom th:nth-child(n+4),
.table-custom td:nth-child(n+4) {
display: none;
}
}
</style>
<div class="layout-detailmaxbox appDetail">
<div class="layout-bothbox">
<div class="layout-leftbox">
<section class="appdetail-header">
<div class="layout-minheaderbox">
<div class="appdetail-header-app">
<div class="app-pic">
<div class="layout-place">
<img src="https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png"
alt="<?php echo $title; ?>"
class="layout-apps-item-detailpic" />
</div>
</div>
<div class="app-all">
<div class="app-all-tc">
<h1 class="app-all-name"><?php echo $title; ?></h1>
<a href="https://itiministry.org/id/category/games/card/" class="app-all-cat">
Kartu </a>
</div>
<div class="appdetail-header-detail">
<div class="detail-item">
<div class="layout-starcenter">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
<?php echo $rate; ?> </div>
<div class="app-vo appitem-other">
4.5K+
Votes </div>
</div>
<div class="detail-item">
8K+
<div class="appitem-other">
Unduhan </div>
</div>
<div class="detail-item">
<?php echo $rate; ?> <div class="appitem-ageother">
Version </div>
</div>
</div>
<style>
.app-all {
height: 80px;
position: relative;
padding-left: 16px;
display: flex;
justify-content: space-between;
flex-direction: column;
flex: 1;
}
@media screen and (min-width: 601px) {
.app-all {
padding-left: 24px;
height: 90px;
}
}
</style>
</div>
<div class="download-all">
<a class="download-btn" data-target="#download">
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path
d="m216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1l-152.1 152.2c-7.5 7.5-19.8 7.5-27.3 0l-152.3-152.2c-12.6-12.6-3.7-34.1 14.1-34.1h87.8v-168c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24h-464c-13.3 0-24-10.7-24-24v-112c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49h146.7c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z" />
</svg> Unduh </a>
<a class="telegram-btn" href="https://t.me/">
<svg height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg">
<path
d="m29.919 6.163-4.225 19.925c-.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-.344.344-.631.631-1.294.631l.463-6.556 11.931-10.781c.519-.462-.113-.719-.806-.256l-14.75 9.288-6.35-1.988c-1.381-.431-1.406-1.381.288-2.044l24.837-9.569c1.15-.431 2.156.256 1.781 2.013z" />
</svg>
Minta APK di Telegram </a>
<a class="telegram-btn" href="https://itiministry.org/how-to-install-and-remove-apk-and-obb/"
style="background: #3cb30d;">
Cara menginstal XAPK/APK/OBB </a>
</div>
</div>
<div class="apk-trust-box">
<!-- Dòng 1 -->
<div class="trust-main" style="display: flex; align-items: flex-end; gap: 6px;">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCL1muQnABU8KLjxBg1IuuyVno75mr6AsCy9uuARNVQTfaJmN8SaXJu22hqQhpmZGcirM69PefpDdzmFnmcaLfMEJ8ef8c9YbV5_iD4-VckDvnaHHmYxGyGJadhTIzPnCDxl3JwaC6cAZdJbIoD77T4aePaMEZFahxTP6xNcqFGVVpU-E3oXT75im2X20/s1600/icons8-verified.webp"
alt="Verified badge animation" width="25" height="25"
style="vertical-align: middle; margin-top: 5px;" />
<span style="font-weight: 600; font-size: 16px;"> Keamanan diperiksa dengan VirusTotal</span>
</div>
<!-- Dòng 2 -->
<div class="trust-link">
<a href="https://itiministry.org/id/proses-review/" target="_blank" rel="noopener noreferrer">
Pelajari cara kami meninjau sumber APK </a>
</div>
</div>
<style>
.apk-trust-box {
margin-top: 8px;
}
/* Dòng 1 */
.trust-main {
font-size: 15px;
font-weight: 600;
color: #222;
display: flex;
align-items: center;
gap: 6px;
line-height: 1.4;
}
/* Dòng 2 */
.trust-link {
margin-top: 2px;
}
.trust-link a {
font-size: 14px;
color: #1a73e8;
font-weight: 400;
text-decoration: none;
line-height: 1.4;
}
.trust-link a:hover {
text-decoration: underline;
}
/* Dòng 3 */
.trust-editor {
margin-top: 6px;
margin-bottom: 14px;
}
.trust-editor a {
font-size: 14px;
color: #555;
/* FIX: đậm hơn #666 */
font-weight: 500;
/* FIX: tăng nhẹ độ rõ */
text-decoration: none;
line-height: 1.4;
}
.trust-editor a:hover {
text-decoration: underline;
/* FIX: thêm hover */
}
</style>
<div class="download-all-mb">
<a class="download-btn" data-target="#download">
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path
d="m216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1l-152.1 152.2c-7.5 7.5-19.8 7.5-27.3 0l-152.3-152.2c-12.6-12.6-3.7-34.1 14.1-34.1h87.8v-168c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24h-464c-13.3 0-24-10.7-24-24v-112c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49h146.7c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z" />
</svg> Unduh </a>
<a class="telegram-btn" href="https://t.me/">
<svg height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg">
<path
d="m29.919 6.163-4.225 19.925c-.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-.344.344-.631.631-1.294.631l.463-6.556 11.931-10.781c.519-.462-.113-.719-.806-.256l-14.75 9.288-6.35-1.988c-1.381-.431-1.406-1.381.288-2.044l24.837-9.569c1.15-.431 2.156.256 1.781 2.013z" />
</svg>
Minta APK di Telegram </a>
<a class="telegram-btn" href="https://itiministry.org/how-to-install-and-remove-apk-and-obb/"
style="background: #3cb30d;">
Cara menginstal XAPK/APK/OBB </a>
</div>
</div>
</section>
<section class="appdetail-tab">
<ul id="appdetail-maintab" class="appdetail-maintab">
<li class="maintab-item">
<div class="maintab-item-h">
Kategori </div>
<a href="https://itiministry.org/id/category/games/card/" class="maintab-item-t">
Kartu </a>
</li>
<li class="maintab-item">
<div class="maintab-item-h">
Tanggal Terbit </div>
<div class="maintab-item-t">
Jan 12, 2026 </div>
</li>
<li class="maintab-item">
<div class="maintab-item-h">
Membutuhkan Android </div>
<div class="maintab-item-t">
5.0 </div>
</li>
<li class="maintab-item">
<div class="maintab-item-h">
Ditawarkan oleh </div>
<div class="maintab-item-t">
<?php echo $title; ?> Inc </div>
</li>
</ul>
</section>
<section class="appDetail-refe">
<div class="layout-article">
<div class="layout-art review-features">
<div class="trust-editor">
<a href="https://itiministry.org/id/tim-editorial/" target="_blank">
Ditinjau oleh Tim Editorial ITIMINISTRY </a>
</div>
<div class="table-responsive see-more-content">
</div>
<style>
#toggle-rows-btn {
background: linear-gradient(135deg, #00bfa5, #1de9b6);
color: white;
border: none;
padding: 10px 25px;
font-size: 16px;
font-weight: 600;
border-radius: 30px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 191, 165, 0.3);
}
#toggle-rows-btn:hover {
background: linear-gradient(135deg, #009688, #00e676);
box-shadow: 0 6px 16px rgba(0, 191, 165, 0.4);
transform: translateY(-1px);
}
#toggle-rows-btn:active {
transform: scale(0.98);
box-shadow: 0 3px 8px rgba(0, 191, 165, 0.3);
}
</style>
<!-- JavaScript xử lý "Xem thêm" & "Ẩn bớt" -->
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
document.addEventListener("DOMContentLoaded", function () {
const btn = document.getElementById("toggle-rows-btn");
const moreRows = document.querySelectorAll(".more-rows");
let isExpanded = false;
if (btn) {
btn.addEventListener("click", function () {
isExpanded = !isExpanded;
moreRows.forEach(row => {
row.style.display = isExpanded ? "" : "none";
});
btn.textContent = isExpanded ?
"Runtuh" :
"Lihat selengkapnya";
});
}
});
</script>
<style>
.accordion.open {
border: 1px solid #ededed;
}
.accordion {
border-radius: 5px;
overflow: hidden;
}
@media screen and (min-width: 768px) {
.entry-mod .accordion {
display: inline-block;
}
}
@media screen and (min-width: 768px) {
.accordion .ahead {
padding: 0 25px;
}
}
.accordion .ahead {
height: 30px;
line-height: 30px;
padding: 0 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
font-weight: bold;
background-color: #ededed;
}
.ahead {
padding-left: 0px !important;
font-weight: bold !important;
}
.accordion .ahead span,
.accordion .ahead svg {
display: inline-block;
vertical-align: middle;
}
@media screen and (min-width: 992px) {
.wrapcontent>* {
word-break: inherit;
}
}
.wrapcontent>* {
margin-bottom: 16px;
}
.accordion .abody ul,
.accordion .abody ol {
margin-left: 25px;
}
.accordion .abody ul li,
.accordion .abody ol li {
margin-bottom: 8px;
}
.wrapcontent ul>li {
padding: 5px;
}
</style>
<!-- === Artikel SEO APK 2026 === -->
<div class="article-container">
<h1><?php echo $title; ?> APK <?php echo $rate; ?> 2026 – Ringan Banget Sampai HP Tetangga Ikut Lancar</h1>
<p style="text-align: justify;">
<strong><?php echo $title; ?> APK <?php echo $rate; ?></strong> versi terbaru 2026 hadir sebagai aplikasi Android modern dengan sistem yang lebih ringan, responsif, dan nyaman digunakan setiap hari. Dirancang khusus untuk pengguna yang suka serba cepat, aplikasi ini menawarkan pengalaman login instan, akses stabil, serta performa mulus tanpa hambatan yang bikin emosi.
</p>
<p style="text-align: justify;">
Dibandingkan versi sebelumnya, update terbaru membawa peningkatan besar pada efisiensi sistem, kecepatan loading, dan kompatibilitas Android modern. Hasilnya, aplikasi terasa lebih ringan seperti tidak membebani perangkat sama sekali, namun tetap mampu memberikan performa yang cepat dan stabil dalam berbagai kondisi penggunaan.
</p>
<h2>Apa Itu <?php echo $title; ?> APK Versi 2026?</h2>
<p style="text-align: justify;">
<?php echo $title; ?> APK adalah aplikasi Android generasi terbaru yang dikembangkan untuk memberikan pengalaman penggunaan yang lebih praktis dan efisien. Fokus utama versi 2026 adalah menghadirkan sistem ringan dengan performa cepat agar pengguna dapat menikmati akses tanpa delay maupun proses yang ribet.
</p>
<p style="text-align: justify;">
Dengan dukungan optimasi terbaru, aplikasi mampu berjalan lancar di berbagai tipe perangkat Android tanpa membuat RAM cepat penuh atau sistem menjadi lemot.
</p>
<h2>Kenapa Banyak Pengguna Memilih <?php echo $title; ?> APK?</h2>
<p style="text-align: justify;">
Popularitas aplikasi ini terus meningkat karena mampu memberikan kombinasi antara kecepatan akses, sistem ringan, dan penggunaan yang lebih nyaman dibanding aplikasi lain yang cenderung berat dan lambat.
</p>
<ul>
<li><strong>Ringan Kayak Angin</strong> – penggunaan lebih lancar tanpa membebani perangkat</li>
<li><strong>Login Cepat</strong> – akses instan tanpa loading lama</li>
<li><strong>Performa Stabil</strong> – minim error dan tetap responsif</li>
<li><strong>Instalasi Praktis</strong> – download dan pasang tanpa ribet</li>
<li><strong>Kompatibel Luas</strong> – cocok untuk hampir semua Android modern</li>
</ul>
<h2>Fitur Unggulan <?php echo $title; ?> APK</h2>
<h3>Akses Sat Set Tanpa Hambatan</h3>
<p style="text-align: justify;">
Sistem telah dioptimalkan agar pengguna dapat langsung menggunakan aplikasi dengan cepat tanpa harus menunggu loading berlebihan.
</p>
<h3>Penggunaan Lebih Mulus</h3>
<p style="text-align: justify;">
Performa aplikasi tetap stabil meskipun digunakan dalam waktu lama, sehingga pengalaman penggunaan terasa lebih nyaman setiap saat.
</p>
<h3>Tampilan Simpel dan Modern</h3>
<p style="text-align: justify;">
Navigasi dibuat lebih sederhana agar pengguna baru maupun lama bisa langsung memahami fitur yang tersedia tanpa kebingungan.
</p>
<h3>Update Stabil Versi 2026</h3>
<p style="text-align: justify;">
Pembaruan terbaru fokus pada peningkatan kecepatan sistem, keamanan, dan kenyamanan penggunaan di perangkat Android modern.
</p>
<h2>Cara Download <?php echo $title; ?> APK 2026</h2>
<ol>
<li>Kunjungi platform resmi penyedia APK</li>
<li>Cari <?php echo $title; ?> APK versi terbaru</li>
<li>Klik tombol download</li>
<li>Aktifkan izin instalasi jika diperlukan</li>
<li>Install aplikasi lalu langsung gunakan</li>
</ol>
<p style="text-align: justify;">
Proses download hingga instalasi dibuat sesederhana mungkin agar pengguna bisa langsung menikmati aplikasi tanpa langkah yang membingungkan.
</p>
<h2>Keunggulan Sistem yang Lebih Ringan</h2>
<p style="text-align: justify;">
Berbeda dengan banyak aplikasi lain yang terasa berat setelah beberapa kali digunakan, <?php echo $title; ?> APK justru tetap stabil dengan penggunaan memori yang lebih efisien. Sistem telah dirancang untuk menjaga performa tetap ngebut tanpa membuat perangkat cepat panas atau lemot.
</p>
<p style="text-align: justify;">
Efisiensi inilah yang membuat aplikasi terasa ringan kayak angin namun tetap cepat seperti aplikasi premium dengan optimasi maksimal.
</p>
<h2>Apakah <?php echo $title; ?> APK Aman Digunakan?</h2>
<p style="text-align: justify;">
Ya, selama file APK diunduh dari sumber resmi, aplikasi ini aman digunakan. Versi terbaru juga sudah mendapatkan pembaruan sistem untuk menjaga keamanan, kestabilan, dan performa tetap optimal di berbagai perangkat Android.
</p>
<h2>FAQ Seputar <?php echo $title; ?> APK</h2>
<h3>Apakah aplikasi ini gratis?</h3>
<p>Ya, aplikasi dapat diunduh dan digunakan tanpa biaya.</p>
<h3>Apakah cocok untuk semua Android?</h3>
<p>Ya, aplikasi dirancang kompatibel dengan berbagai perangkat Android modern.</p>
<h3>Kenapa aplikasi terasa lebih cepat?</h3>
<p>Karena sistem sudah dioptimalkan untuk akses responsif dan minim delay.</p>
<h3>Apakah aplikasi ini ringan?</h3>
<p>Ya, aplikasi dibuat lebih efisien agar tetap lancar tanpa membebani perangkat.</p>
<h2>Kesimpulan</h2>
<p style="text-align: justify;">
<strong><?php echo $title; ?> APK <?php echo $rate; ?></strong> versi 2026 menjadi pilihan tepat bagi pengguna Android yang menginginkan aplikasi ringan, cepat, dan nyaman digunakan tanpa hambatan. Dengan login instan, performa stabil, dan sistem yang lebih optimal, aplikasi ini mampu memberikan pengalaman penggunaan yang lebih mulus setiap hari.
</p>
<p style="text-align: justify;">
Jika Anda mencari aplikasi Android yang sat set, ringan, dan tetap stabil tanpa drama loading lama, maka <?php echo $title; ?> APK layak menjadi salah satu pilihan terbaik di tahun 2026.
</p>
</div>
</div>
</section>
<div id="download"></div>
<section class="about-maxpic">
<div class="maxpic-slides">
<div class="slides">
<a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaz4Jf-t5d_20c8kxw3FtSDzBAGQF875aPRLrdWG40FvU4v4JPhoqu6KryAr9IfqNaUKTIpUSQNj0U4koKNq0XzRTqfin3KyY8Ib3oxeNeDroXcYukPUwgyguVC_J50xwwkeJQEf6SZ06MwD_PiFo-fsKiAwJp_U1OSgO3EhX6P_U1KiViTaAQQkoGaYQ/s1000/starlightprincess1000xsugarrush.png" data-fancybox="gallery" class="slide-pic" title="<?php echo $title; ?> screenshot 1"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaz4Jf-t5d_20c8kxw3FtSDzBAGQF875aPRLrdWG40FvU4v4JPhoqu6KryAr9IfqNaUKTIpUSQNj0U4koKNq0XzRTqfin3KyY8Ib3oxeNeDroXcYukPUwgyguVC_J50xwwkeJQEf6SZ06MwD_PiFo-fsKiAwJp_U1OSgO3EhX6P_U1KiViTaAQQkoGaYQ/s1000/starlightprincess1000xsugarrush.png" alt="<?php echo $title; ?> screenshot 1" loading="lazy" decoding="async"></a><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizsbQwmmjfQZgDt8Iy8GKKdIpJwBHfThKkBdSWk-A-SbeGq0UYi21tBfsPaDz_xrhT2Q6KutiNe-mV6Bl6SEbykwMjvcRur0bzUWPnqXjDe2hXXHSb_1BofI5qITAP3gRnKDpcu9tWpGK634iU_lyo5eeA0wA-KeVYXe_ChbGmPMXiwO1Vaz7mCcIuDJ4/s1080/caishenwinxgatesofolympus.png" data-fancybox="gallery" class="slide-pic" title="<?php echo $title; ?> screenshot 2"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizsbQwmmjfQZgDt8Iy8GKKdIpJwBHfThKkBdSWk-A-SbeGq0UYi21tBfsPaDz_xrhT2Q6KutiNe-mV6Bl6SEbykwMjvcRur0bzUWPnqXjDe2hXXHSb_1BofI5qITAP3gRnKDpcu9tWpGK634iU_lyo5eeA0wA-KeVYXe_ChbGmPMXiwO1Vaz7mCcIuDJ4/s1080/caishenwinxgatesofolympus.png" alt="<?php echo $title; ?> screenshot 2" loading="lazy" decoding="async"></a><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGe_2ZyqDT7_zO4btic6Sm9A8lZZcM-BhOpOHB6PLK2pKTDASjvByxYDghR3a6ItwEMCFAUvqp_dmy-I9vLFrhzzQHDBtI5WvzfQLaYy2hKY98-PrG8LKkSv8bW9Tl89IrNMceLCWBFzF52setieJd5Z4IPT4xs0YNJUGq6RTU4L2Dnvu7b3h9gn38MQQ/s1080/gatesofolympusxmahjongways2.png" data-fancybox="gallery" class="slide-pic" title="<?php echo $title; ?> screenshot 3"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGe_2ZyqDT7_zO4btic6Sm9A8lZZcM-BhOpOHB6PLK2pKTDASjvByxYDghR3a6ItwEMCFAUvqp_dmy-I9vLFrhzzQHDBtI5WvzfQLaYy2hKY98-PrG8LKkSv8bW9Tl89IrNMceLCWBFzF52setieJd5Z4IPT4xs0YNJUGq6RTU4L2Dnvu7b3h9gn38MQQ/s1080/gatesofolympusxmahjongways2.png" alt="<?php echo $title; ?> screenshot 3" loading="lazy" decoding="async"></a> </div>
</div>
</section>
<ul id="appDetail-otherdown" class="refe-button">
<div id="download-container">
</div>
<li id="waiting-time" class="refe-button-item"
style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
<div class="loading-spinner">
<div class="loading-spinner-time">
<span id="time-left">26</span>
<div class="spinner"></div>
</div>
</div>
<div id="wait-text" style="margin-top:8px; color:#3498db; font-weight:600; font-size:14px;">
Harap Tunggu Untuk Mengunduh </div>
</li>
</ul>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
var waitTime = 26;
var buttonText = "Unduh";
var downloaddoes = "Jika unduhan tidak dimulai secara otomatis";
var file_url = "https://itiministry.io/itiministry-net/<?php echo $title; ?>-itiministry.org.apk";
var countdownActive = false;
var countdownInterval;
function startCountdown() {
if (!countdownActive) {
countdownActive = true;
countdownInterval = setInterval(function () {
if (document.visibilityState === "visible") {
waitTime--;
document.getElementById('time-left').textContent = waitTime;
if (waitTime <= 0) {
clearInterval(countdownInterval);
// Ẩn chữ “Please Wait To Download” và đồng hồ
document.getElementById('waiting-time').style.display = 'none';
const waitText = document.getElementById('wait-text');
if (waitText) waitText.style.display = 'none';
const downloadHTML = `
<ul id="appDetail-otherdown" class="refe-button">
<!-- Nút tải xuống -->
<div id="download-container">
<li id="download-btn" class="refe-button-item refe-button-gocolor">
<a href="<?php echo $url; ?>download/" class="refe-button-con" rel="nofollow">
<div class="item-all">
<div class="button-item-text">Unduh</div>
</div>
</a>
</li>
</div>
</ul>
`;
document.getElementById('download-container').innerHTML = downloadHTML;
}
}
}, 1000);
}
}
document.addEventListener('DOMContentLoaded', function () {
const observerTarget = document.getElementById('download-container');
if (observerTarget) {
const observer = new IntersectionObserver(function (entries) {
entries.forEach(entry => {
if (entry.isIntersecting && document.visibilityState ===
"visible") {
startCountdown();
observer.disconnect();
}
});
}, {
root: null,
threshold: 0.1
});
observer.observe(observerTarget);
}
});
document.addEventListener("visibilitychange", function () {
if (document.visibilityState === "hidden" && countdownActive) {
clearInterval(countdownInterval);
countdownActive = false;
} else if (document.visibilityState === "visible" && !countdownActive && waitTime > 0) {
startCountdown();
}
});
</script>
<div id="ads-slot"></div>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
const postSlug = "<?php echo $keyword; ?>";
</script>
<div class="appDetail-ratings">
<h2 class="ratings-all layout-mintit">Peringkat</h2>
<div class="ratings">
<div class="ratings-left">
<div id="ratings-left-grade" class="ratings-left-grade">
<?php echo $rate; ?> </div>
<div id="rating-wrapper">
<div class="ratings-me" id="rating-container">
<div class="ratings-mystar" data-star="1">
<svg class="icon-mystar icon-per100 selected">
<use xlink:href="#icon-star"></use>
</svg>
</div><div class="ratings-mystar" data-star="2">
<svg class="icon-mystar icon-per100 selected">
<use xlink:href="#icon-star"></use>
</svg>
</div><div class="ratings-mystar" data-star="3">
<svg class="icon-mystar icon-per100 selected">
<use xlink:href="#icon-star"></use>
</svg>
</div><div class="ratings-mystar" data-star="4">
<svg class="icon-mystar icon-per100 selected">
<use xlink:href="#icon-star"></use>
</svg>
</div><div class="ratings-mystar" data-star="5">
<svg class="icon-mystar icon-per0">
<use xlink:href="#icon-star"></use>
</svg>
</div> </div>
</div>
<input id="ratings-meinput" type="text" value="" hidden="hidden">
<div class="ratings-left-vot">
<span class="app-vo">4.5K Votes</span>
</div>
</div>
<div class="ratings-right">
<div class="ratings-right-item">
<span class="right-item-grade">5</span>
<div class="right-item-peo">
<div class="peo-num" style="width: 98%;"></div>
</div>
</div><div class="ratings-right-item">
<span class="right-item-grade">4</span>
<div class="right-item-peo">
<div class="peo-num" style="width: 75%;"></div>
</div>
</div><div class="ratings-right-item">
<span class="right-item-grade">3</span>
<div class="right-item-peo">
<div class="peo-num" style="width: 14%;"></div>
</div>
</div><div class="ratings-right-item">
<span class="right-item-grade">2</span>
<div class="right-item-peo">
<div class="peo-num" style="width: 1%;"></div>
</div>
</div><div class="ratings-right-item">
<span class="right-item-grade">1</span>
<div class="right-item-peo">
<div class="peo-num" style="width: 1%;"></div>
</div>
</div> </div>
</div>
</div>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
document.addEventListener('DOMContentLoaded', function () {
const ratings = {
5: "98",
4: "75",
3: "14",
2: "1",
1: "1" };
const key = `ratings_${postSlug}`;
if (!localStorage.getItem(key)) {
localStorage.setItem(key, JSON.stringify(ratings));
} else {
const savedRatings = JSON.parse(localStorage.getItem(key));
console.log("Đã có trong localStorage:", savedRatings);
}
});
document.addEventListener('DOMContentLoaded', function () {
const key = `ratings_${postSlug}`;
const saved = localStorage.getItem(key);
if (saved) {
const ratings = JSON.parse(saved);
for (let i = 5; i >= 1; i--) {
const bar = document.querySelector(`.ratings-right-item:nth-child(${6 - i}) .peo-num`);
if (bar) {
bar.style.width = ratings[i] + '%';
}
}
}
});
</script>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
document.addEventListener("DOMContentLoaded", function () {
const wrapper = document.getElementById("rating-wrapper");
const originalHTML = wrapper.innerHTML;
const localKey = "user_rating_score_" + postSlug;
let selectedRating = localStorage.getItem(localKey) ? parseInt(localStorage.getItem(localKey)) : 0;
function updateStars(hoverRating = 0) {
const stars = wrapper.querySelectorAll(".ratings-mystar svg");
stars.forEach((svg, i) => {
svg.style.fill = (hoverRating > 0 ? i < hoverRating : i < selectedRating) ? "gold" : "#ccc";
});
}
function bindStars() {
const stars = wrapper.querySelectorAll(".ratings-mystar");
stars.forEach((star, index) => {
star.addEventListener("click", () => {
if (selectedRating > 0) return;
selectedRating = index + 1;
localStorage.setItem(localKey, selectedRating);
wrapper.innerHTML = '<div class="rating-thankyou">Terima kasih atas ulasan Anda!</div>';
setTimeout(() => {
wrapper.innerHTML = originalHTML;
restoreRatedStars();
bindStars();
}, 5000);
});
star.addEventListener("mouseenter", () => updateStars(index + 1));
star.addEventListener("mouseleave", () => updateStars());
});
}
function restoreRatedStars() {
const restoredStars = wrapper.querySelectorAll(".ratings-mystar svg");
restoredStars.forEach((svg, i) => {
svg.style.fill = i < selectedRating ? "gold" : "#ccc";
});
}
if (selectedRating > 0) {
restoreRatedStars();
}
bindStars();
});
</script>
<style>
.ratings-mystar svg {
width: 24px;
height: 24px;
transition: fill 0.3s;
cursor: pointer;
}
.rating-thankyou {
color: green;
font-weight: bold;
margin-top: 10px;
}
</style>
<style>
.icon-mystar {
width: 24px;
height: 24px;
fill: #ccc;
cursor: pointer;
transition: fill 0.2s;
}
.rating-thankyou {
font-size: 16px;
color: green;
text-align: center;
padding: 10px;
}
.ratings-mystar:hover svg,
.ratings-mystar:hover~.ratings-mystar svg {
fill: #ccc;
/* mờ đi các sao sau */
}
.ratings-mystar:hover svg {
fill: gold;
/* sao đang hover */
}
.ratings-mystar:hover~.ratings-mystar svg {
fill: #ccc;
}
* {
margin: 0;
padding: 0;
color: #111;
vertical-align: middle;
line-height: 1.5;
scroll-behavior: smooth;
}
@media screen and (min-width: 601px) {
.appDetail .layout-art-tit,
.layout-mintit {
font-size: 24px;
line-height: 28px;
margin-top: 28px;
margin-bottom: 12px;
}
}
.ratings-all {
display: flex;
position: relative;
}
.ratings {
display: flex;
flex-wrap: wrap;
padding-top: 12px;
padding-bottom: 12px;
}
@media screen and (min-width: 601px) {
.ratings-left {
width: 25%;
}
}
.ratings-left {
padding-right: 24px;
box-sizing: border-box;
}
.ratings-left-grade {
line-height: 36px;
font-size: 48px;
text-align: center;
}
.ratings-me {
display: flex;
justify-content: center;
margin: 8px 0;
}
@media screen and (min-width: 601px) {
.ratings-mystar {
width: 24px;
height: 24px;
}
}
.ratings-mystar {
width: 28px;
height: 28px;
display: flex;
justify-content: center;
align-items: center;
-webkit-transform: rotate(0);
transform: rotate(0);
-ms-transform: rotate(0);
transition: 0.3s;
}
.icon-per100 {
width: 100%;
}
.icon-mystar {
height: 30px;
fill: #efeff4;
}
.ratings-left-vot,
.ratings-left-vot span {
font-size: 14px;
text-align: center;
color: #666;
}
.ratings-right {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1 1 0%;
}
.ratings-right-item {
display: flex;
align-items: center;
}
.right-item-grade {
display: inline-block;
width: 8px;
font-size: 14px;
}
.right-item-peo {
height: 10px;
background-color: #efeff4;
margin-left: 16px;
flex: 1 1 0%;
border-radius: 16px;
}
.peo-num {
height: 100%;
background-color: #2fc0b7;
border-radius: 24px;
}
</style>
<div class="wpdiscuz_top_clearing"></div>
<div id='comments' class='comments-area'><div id='respond' style='width: 0;height: 0;clear: both;margin: 0;padding: 0;'></div> <div id="wpdcom" class="wpdiscuz_unauth wpd-default wpd-layout-1 wpd-comments-open">
<div class="wc_social_plugin_wrapper">
</div>
<div class="wpd-form-wrap">
<div class="wpd-form-head">
<div class="wpd-sbs-toggle">
<i class="far fa-envelope"></i> <span
class="wpd-sbs-title">Subscribe</span>
<i class="fas fa-caret-down"></i>
</div>
<div class="wpd-auth">
<div class="wpd-login">
</div>
</div>
</div>
<div class="wpdiscuz-subscribe-bar wpdiscuz-hidden">
<form action="https://itiministry.org/wp-admin/admin-ajax.php?action=wpdAddSubscription"
method="post" id="wpdiscuz-subscribe-form">
<div class="wpdiscuz-subscribe-form-intro">Notify of </div>
<div class="wpdiscuz-subscribe-form-option"
style="width:40%;">
<select class="wpdiscuz_select" name="wpdiscuzSubscriptionType">
<option
value="all_comment" >new replies to my comments</option>
</select>
</div>
<div class="wpdiscuz-item wpdiscuz-subscribe-form-email">
<input class="email" type="email" name="wpdiscuzSubscriptionEmail"
required="required" value=""
placeholder="Email"/>
</div>
<div class="wpdiscuz-subscribe-form-button">
<input id="wpdiscuz_subscription_button" class="wpd-prim-button wpd_not_clicked"
type="submit"
value="›"
name="wpdiscuz_subscription_button"/>
</div>
<input type="hidden" id="wpdiscuz_subscribe_form_nonce" name="wpdiscuz_subscribe_form_nonce" value="000e8b0433" /><input type="hidden" name="_wp_http_referer" value="/id/<?php echo $keyword; ?>/" /> </form>
</div>
<div
class="wpd-form wpd-form-wrapper wpd-main-form-wrapper" id='wpd-main-form-wrapper-0_0'>
<form method="post" enctype="multipart/form-data" data-uploading="false" class="wpd_comm_form wpd_main_comm_form" >
<div class="wpd-field-comment">
<div class="wpdiscuz-item wc-field-textarea">
<div class="wpdiscuz-textarea-wrap ">
<div class="wpd-avatar">
<img alt='guest' src='https://secure.gravatar.com/avatar/8be73c064990a294fab2e0dc8d6e8b319d138d2ef0f3979f0db28f6254ecae2b?s=56&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/8be73c064990a294fab2e0dc8d6e8b319d138d2ef0f3979f0db28f6254ecae2b?s=112&d=mm&r=g 2x' class='avatar avatar-56 photo' height='56' width='56' decoding='async'/> </div>
<div id="wpd-editor-wraper-0_0" style="display: none;">
<div id="wpd-editor-char-counter-0_0"
class="wpd-editor-char-counter"></div>
<label style="display: none;" for="wc-textarea-0_0">Label</label>
<textarea id="wc-textarea-0_0" name="wc_comment"
class="wc_comment wpd-field"></textarea>
<div id="wpd-editor-0_0"></div>
<div id="wpd-editor-toolbar-0_0">
<button title="Bold"
class="ql-bold" ></button>
<button title="Italic"
class="ql-italic" ></button>
<button title="Underline"
class="ql-underline" ></button>
<button title="Strike"
class="ql-strike" ></button>
<button title="Ordered List"
class="ql-list" value='ordered' ></button>
<button title="Unordered List"
class="ql-list" value='bullet' ></button>
<button title="Blockquote"
class="ql-blockquote" ></button>
<button title="Code Block"
class="ql-code-block" ></button>
<button title="Link"
class="ql-link" ></button>
<button title="Source Code"
class="ql-sourcecode" data-wpde_button_name='sourcecode'>{}</button>
<button title="Spoiler"
class="ql-spoiler" data-wpde_button_name='spoiler'>[+]</button>
<div class="wpd-editor-buttons-right">
<span class='wmu-upload-wrap' wpd-tooltip='Attach an image to this comment' wpd-tooltip-position='left'><label class='wmu-add'><i class='far fa-image'></i><input style='display:none;' class='wmu-add-files' type='file' name='wmu_files' accept='image/*'/></label></span> </div>
</div>
</div>
</div>
</div>
</div>
<div class="wpd-form-foot" style='display:none;'>
<div class="wpdiscuz-textarea-foot">
<div class="wpdiscuz-button-actions"><div class='wmu-action-wrap'><div class='wmu-tabs wmu-images-tab wmu-hide'></div></div></div>
</div>
<div class="wpd-form-row">
<div class="wpd-form-col-left">
<div class="wpdiscuz-item wc_name-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i
class="fas fa-user"></i>
</div>
<input id="wc_name-0_0" value="" required='required' aria-required='true' class="wc_name wpd-field" type="text"
name="wc_name"
placeholder="Name*"
maxlength="50" pattern='.{5,50}' title="">
<label for="wc_name-0_0"
class="wpdlb">Name*</label>
</div>
<div class="wpdiscuz-item wc_email-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i
class="fas fa-at"></i>
</div>
<input id="wc_email-0_0" value="" required='required' aria-required='true' class="wc_email wpd-field" type="email"
name="wc_email"
placeholder="Email*"/>
<label for="wc_email-0_0"
class="wpdlb">Email*</label>
</div>
<div class="wpdiscuz-item wc_website-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i
class="fas fa-link"></i>
</div>
<input id="wc_website-0_0" value=""
class="wc_website wpd-field" type="text"
name="wc_website"
placeholder="Website"/>
<label for="wc_website-0_0"
class="wpdlb">Website</label>
</div>
</div>
<div class="wpd-form-col-right">
<div class="wc-field-submit">
<label class="wpd_label"
wpd-tooltip="Notify of new replies to this comment">
<input id="wc_notification_new_comment-0_0"
class="wc_notification_new_comment-0_0 wpd_label__checkbox"
value="comment" type="checkbox"
name="wpdiscuz_notification_type" checked='checked'/>
<span class="wpd_label__text">
<span class="wpd_label__check">
<i class="fas fa-bell wpdicon wpdicon-on"></i>
<i class="fas fa-bell-slash wpdicon wpdicon-off"></i>
</span>
</span>
</label>
<input id="wpd-field-submit-0_0"
class="wc_comm_submit wpd_not_clicked wpd-prim-button" type="submit"
name="submit" value="Post Comment"
aria-label="Post Comment"/>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<input type="hidden" class="wpdiscuz_unique_id" value="0_0"
name="wpdiscuz_unique_id">
<p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>Δ<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="108"/><script type="35c2f81bce39b5e4b3e1a427-text/javascript">document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p> </form>
</div>
<div id="wpdiscuz_hidden_secondary_form" style="display: none;">
<div
class="wpd-form wpd-form-wrapper wpd-secondary-form-wrapper" id='wpd-secondary-form-wrapper-wpdiscuzuniqueid' style='display: none;'>
<div class="wpd-secondary-forms-social-content"></div>
<div class="clearfix"></div>
<form method="post" enctype="multipart/form-data" data-uploading="false" class="wpd_comm_form wpd-secondary-form-wrapper" >
<div class="wpd-field-comment">
<div class="wpdiscuz-item wc-field-textarea">
<div class="wpdiscuz-textarea-wrap ">
<div class="wpd-avatar">
<img alt='guest' src='https://secure.gravatar.com/avatar/6d5d530cff8e5ba63917458716b16fb0a6c6a1a647aae4d4fe79aaa06cbc12ca?s=56&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/6d5d530cff8e5ba63917458716b16fb0a6c6a1a647aae4d4fe79aaa06cbc12ca?s=112&d=mm&r=g 2x' class='avatar avatar-56 photo' height='56' width='56' decoding='async'/> </div>
<div id="wpd-editor-wraper-wpdiscuzuniqueid" style="display: none;">
<div id="wpd-editor-char-counter-wpdiscuzuniqueid"
class="wpd-editor-char-counter"></div>
<label style="display: none;" for="wc-textarea-wpdiscuzuniqueid">Label</label>
<textarea id="wc-textarea-wpdiscuzuniqueid" name="wc_comment"
class="wc_comment wpd-field"></textarea>
<div id="wpd-editor-wpdiscuzuniqueid"></div>
<div id="wpd-editor-toolbar-wpdiscuzuniqueid">
<button title="Bold"
class="ql-bold" ></button>
<button title="Italic"
class="ql-italic" ></button>
<button title="Underline"
class="ql-underline" ></button>
<button title="Strike"
class="ql-strike" ></button>
<button title="Ordered List"
class="ql-list" value='ordered' ></button>
<button title="Unordered List"
class="ql-list" value='bullet' ></button>
<button title="Blockquote"
class="ql-blockquote" ></button>
<button title="Code Block"
class="ql-code-block" ></button>
<button title="Link"
class="ql-link" ></button>
<button title="Source Code"
class="ql-sourcecode" data-wpde_button_name='sourcecode'>{}</button>
<button title="Spoiler"
class="ql-spoiler" data-wpde_button_name='spoiler'>[+]</button>
<div class="wpd-editor-buttons-right">
<span class='wmu-upload-wrap' wpd-tooltip='Attach an image to this comment' wpd-tooltip-position='left'><label class='wmu-add'><i class='far fa-image'></i><input style='display:none;' class='wmu-add-files' type='file' name='wmu_files' accept='image/*'/></label></span> </div>
</div>
</div>
</div>
</div>
</div>
<div class="wpd-form-foot" style='display:none;'>
<div class="wpdiscuz-textarea-foot">
<div class="wpdiscuz-button-actions"><div class='wmu-action-wrap'><div class='wmu-tabs wmu-images-tab wmu-hide'></div></div></div>
</div>
<div class="wpd-form-row">
<div class="wpd-form-col-left">
<div class="wpdiscuz-item wc_name-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i
class="fas fa-user"></i>
</div>
<input id="wc_name-wpdiscuzuniqueid" value="" required='required' aria-required='true' class="wc_name wpd-field" type="text"
name="wc_name"
placeholder="Name*"
maxlength="50" pattern='.{5,50}' title="">
<label for="wc_name-wpdiscuzuniqueid"
class="wpdlb">Name*</label>
</div>
<div class="wpdiscuz-item wc_email-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i
class="fas fa-at"></i>
</div>
<input id="wc_email-wpdiscuzuniqueid" value="" required='required' aria-required='true' class="wc_email wpd-field" type="email"
name="wc_email"
placeholder="Email*"/>
<label for="wc_email-wpdiscuzuniqueid"
class="wpdlb">Email*</label>
</div>
<div class="wpdiscuz-item wc_website-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i
class="fas fa-link"></i>
</div>
<input id="wc_website-wpdiscuzuniqueid" value=""
class="wc_website wpd-field" type="text"
name="wc_website"
placeholder="Website"/>
<label for="wc_website-wpdiscuzuniqueid"
class="wpdlb">Website</label>
</div>
</div>
<div class="wpd-form-col-right">
<div class="wc-field-submit">
<label class="wpd_label"
wpd-tooltip="Notify of new replies to this comment">
<input id="wc_notification_new_comment-wpdiscuzuniqueid"
class="wc_notification_new_comment-wpdiscuzuniqueid wpd_label__checkbox"
value="comment" type="checkbox"
name="wpdiscuz_notification_type" checked='checked'/>
<span class="wpd_label__text">
<span class="wpd_label__check">
<i class="fas fa-bell wpdicon wpdicon-on"></i>
<i class="fas fa-bell-slash wpdicon wpdicon-off"></i>
</span>
</span>
</label>
<input id="wpd-field-submit-wpdiscuzuniqueid"
class="wc_comm_submit wpd_not_clicked wpd-prim-button" type="submit"
name="submit" value="Post Comment"
aria-label="Post Comment"/>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid"
name="wpdiscuz_unique_id">
<p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>Δ<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_2" name="ak_js" value="90"/><script type="35c2f81bce39b5e4b3e1a427-text/javascript">document.getElementById( "ak_js_2" ).setAttribute( "value", ( new Date() ).getTime() );</script></p> </form>
</div>
</div>
</div>
<div id="wpd-threads" class="wpd-thread-wrapper">
<div class="wpd-thread-head">
<div class="wpd-thread-info "
data-comments-count="0">
<span class='wpdtc' title='0'>0</span> Comments </div>
<div class="wpd-space"></div>
<div class="wpd-thread-filter">
<div class="wpd-filter wpdf-reacted wpd_not_clicked wpdiscuz-hidden"
wpd-tooltip="Most reacted comment">
<i class="fas fa-bolt"></i></div>
<div class="wpd-filter wpdf-hottest wpd_not_clicked wpdiscuz-hidden"
wpd-tooltip="Hottest comment thread">
<i class="fas fa-fire"></i></div>
<div class="wpd-filter wpdf-sorting wpdiscuz-hidden">
<span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc wpdiscuz-sort-button-active"
data-sorting="oldest">Oldest</span>
<i class="fas fa-sort-down"></i>
<div class="wpdiscuz-sort-buttons">
<span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc"
data-sorting="newest">Newest</span>
<span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up"
data-sorting="by_vote">Most Voted</span>
</div>
</div>
</div>
</div>
<div class="wpd-comment-info-bar">
<div class="wpd-current-view"><i
class="fas fa-quote-left"></i> Inline Feedbacks </div>
<div class="wpd-filter-view-all">View all comments</div>
</div>
<div class="wpd-thread-list">
<!-- // From wpDiscuz's Caches // --> <div class="wpdiscuz-comment-pagination">
</div>
</div>
</div>
</div>
</div>
<div id="wpdiscuz-loading-bar"
class="wpdiscuz-loading-bar-unauth"></div>
<div id="wpdiscuz-comment-message"
class="wpdiscuz-comment-message-unauth"></div>
<section class="appDetail-similar">
<h2 class="layout-mintit">Similar Apps</h2>
<ul class="all-apps">
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas13.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas13.png 150w, https://cdn.cloudeku.me/upload/image/markas14.png 300w, https://cdn.cloudeku.me/upload/image/markas15.png 75w, https://cdn.cloudeku.me/upload/image/markas16.png 128w, https://cdn.cloudeku.me/upload/image/markas17.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.5 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas18.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas19.png 150w, https://cdn.cloudeku.me/upload/image/markas20.png 300w, https://cdn.cloudeku.me/upload/image/markas21.png 75w, https://cdn.cloudeku.me/upload/image/markas22.png 128w, https://cdn.cloudeku.me/upload/image/markas23.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.4 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas24.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas25.png 150w, https://cdn.cloudeku.me/upload/image/markas25.png 300w, https://cdn.cloudeku.me/upload/image/markas26.png 75w, https://cdn.cloudeku.me/upload/image/markas26.png 128w, https://cdn.cloudeku.me/upload/image/markas27.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.4 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas28.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas28.png 150w, https://cdn.cloudeku.me/upload/image/markas29.png 300w, https://cdn.cloudeku.me/upload/image/markas29.png 75w, https://cdn.cloudeku.me/upload/image/markas29.png 128w, https://cdn.cloudeku.me/upload/image/markas29.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.3 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas30.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas30.png 150w, https://cdn.cloudeku.me/upload/image/markas30.png 300w, https://cdn.cloudeku.me/upload/image/markas30.png 75w, https://cdn.cloudeku.me/upload/image/markas30.png 128w, https://cdn.cloudeku.me/upload/image/markas31.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.4 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas31.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas31.png 150w, https://cdn.cloudeku.me/upload/image/markas31.png 300w, https://cdn.cloudeku.me/upload/image/markas31.png 75w, https://cdn.cloudeku.me/upload/image/markas32.png 128w, https://cdn.cloudeku.me/upload/image/markas32.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.3 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas32.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas32.png 150w, https://cdn.cloudeku.me/upload/image/markas32.png 300w, https://cdn.cloudeku.me/upload/image/markas1.png 75w, https://cdn.cloudeku.me/upload/image/markas2.png 128w, https://cdn.cloudeku.me/upload/image/markas2.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.3 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas1.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas1.png 150w, https://cdn.cloudeku.me/upload/image/markas3.png 300w, https://cdn.cloudeku.me/upload/image/markas3.png 75w, https://cdn.cloudeku.me/upload/image/markas3.png 128w, https://cdn.cloudeku.me/upload/image/markas3.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.5 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas3.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas4.png 150w, https://cdn.cloudeku.me/upload/image/markas4.png 300w, https://cdn.cloudeku.me/upload/image/markas4.png 75w, https://cdn.cloudeku.me/upload/image/markas4.png 128w, https://cdn.cloudeku.me/upload/image/markas4.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.3 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>>
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas5.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas5.png 150w, https://cdn.cloudeku.me/upload/image/markas5.png 300w, https://cdn.cloudeku.me/upload/image/markas5.png 75w, https://cdn.cloudeku.me/upload/image/markas5.png 128w, https://cdn.cloudeku.me/upload/image/markas7.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.3 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas7.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas7.png 150w, https://cdn.cloudeku.me/upload/image/markas7.png 300w, https://cdn.cloudeku.me/upload/image/markas7.png 75w, https://cdn.cloudeku.me/upload/image/markas8.png 128w, https://cdn.cloudeku.me/upload/image/markas8.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.3 </div>
</div>
</a>
</li>
<li class="app-item">
<a class="app-con" href="<?php echo $url; ?>">
<div class="app-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas8.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo $title; ?>" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas8.png 150w, https://cdn.cloudeku.me/upload/image/markas8.png 300w, https://cdn.cloudeku.me/upload/image/markas9.png 75w, https://cdn.cloudeku.me/upload/image/markas9.png 128w, https://cdn.cloudeku.me/upload/image/markas9.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="app-info">
<div class="app-info-tit"><?php echo $title; ?></div>
<div class="app-info-sort">Kartu</div>
<div class="app-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.4 </div>
</div>
</a>
</li>
</ul>
</section>
</div>
<style>
@media screen and (min-width: 1024px) {
.layout-rightbox {
margin-left: 60px;
position: sticky;
top: 70px !important;
width: calc(100% - 788px);
height: 100%;
}
}
</style>
<div class="layout-rightbox">
<section class="layout-sidebar">
<h2 class="layout-mintit">
Aplikasi Teratas </h2>
<ul class="sidebar">
<li class="sidebar-item">
<a href="https://itiministry.org/id/slot-online/" class="sidebar-con">
<div class="sidebar-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas9.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas9.png 150w, https://cdn.cloudeku.me/upload/image/markas10.png 75w, https://cdn.cloudeku.me/upload/image/markas10.png 128w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="sidebar-info">
<h3 class="sidebar-info-tit">Slot Online</h3>
<div class="sidebar-info-sort">
Arkade </div>
<div class="sidebar-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.5 </div>
</div>
</a>
</li>
<li class="sidebar-item">
<a href="https://itiministry.org/id/slot-gacor/" class="sidebar-con">
<div class="sidebar-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas11.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas11.png 150w, https://cdn.cloudeku.me/upload/image/markas11.png 300w, https://cdn.cloudeku.me/upload/image/markas11.png 75w, https://cdn.cloudeku.me/upload/image/markas11.png 128w, https://cdn.cloudeku.me/upload/image/markas11.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="sidebar-info">
<h3 class="sidebar-info-tit">Slot Gacor</h3>
<div class="sidebar-info-sort">
Laga </div>
<div class="sidebar-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.3 </div>
</div>
</a>
</li>
<li class="sidebar-item">
<a href="https://itiministry.org/id/slot-maxwin/" class="sidebar-con">
<div class="sidebar-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas12.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas12.png 150w, https://cdn.cloudeku.me/upload/image/markas13.png 300w, https://cdn.cloudeku.me/upload/image/markas13.png 75w, https://cdn.cloudeku.me/upload/image/markas13.png 128w, https://cdn.cloudeku.me/upload/image/markas13.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="sidebar-info">
<h3 class="sidebar-info-tit">Slot Maxwin</h3>
<div class="sidebar-info-sort">
Balapan </div>
<div class="sidebar-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.6 </div>
</div>
</a>
</li>
<li class="sidebar-item">
<a href="https://itiministry.org/id/slot-terpercaya/" class="sidebar-con">
<div class="sidebar-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas13.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas15.png 150w, https://cdn.cloudeku.me/upload/image/markas15.png 300w, https://cdn.cloudeku.me/upload/image/markas15.png 75w, https://cdn.cloudeku.me/upload/image/markas15.png 128w, https://cdn.cloudeku.me/upload/image/markas15.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="sidebar-info">
<h3 class="sidebar-info-tit">Slot Terpercaya</h3>
<div class="sidebar-info-sort">
Aksi </div>
<div class="sidebar-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.4 </div>
</div>
</a>
</li>
<li class="sidebar-item">
<a href="https://itiministry.org/id/toto-slot/" class="sidebar-con">
<div class="sidebar-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas14.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas14.png 150w, https://cdn.cloudeku.me/upload/image/markas14.png 300w, https://cdn.cloudeku.me/upload/image/markas14.png 75w, https://cdn.cloudeku.me/upload/image/markas14.png 128w, https://cdn.cloudeku.me/upload/image/markas31.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="sidebar-info">
<h3 class="sidebar-info-tit">Toto Slot</h3>
<div class="sidebar-info-sort">
Teka-teki </div>
<div class="sidebar-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.5 </div>
</div>
</a>
</li>
<li class="sidebar-item">
<a href="https://itiministry.org/id/mahjong-ways/" class="sidebar-con">
<div class="sidebar-img">
<img width="150" height="150" src="https://cdn.cloudeku.me/upload/image/markas31.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://cdn.cloudeku.me/upload/image/markas31.png 150w, https://cdn.cloudeku.me/upload/image/markas31.png 300w, https://cdn.cloudeku.me/upload/image/markas31.png 75w, https://cdn.cloudeku.me/upload/image/markas1.png 128w, https://cdn.cloudeku.me/upload/image/markas1.png 512w" sizes="(max-width: 150px) 100vw, 150px" loading="lazy" /> </div>
<div class="sidebar-info">
<h3 class="sidebar-info-tit">Mahjong Ways</h3>
<div class="sidebar-info-sort">
Arkade </div>
<div class="sidebar-info-score">
<svg class="icon-star icon-wh12">
<use xlink:href="#icon-star"></use>
</svg>
4.6 </div>
</div>
</a>
</li>
</ul>
</section>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/fancybox.umd.js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/fancybox.css" />
<section class="aboutus">
<div class="aboutus-wrapper">
<!-- Cột trái -->
<div class="aboutus-left">
<div class="aboutus-logobox">
<a href="https://itiministry.org/id/" class="header-logobox" aria-label="Home">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1QyGXVEGta6XQzp8hNzC_ryJHf9OUO0SmkZHy81H5AgUnQAQrXG3zNXcn1zipNK2c2lgKFtmuJp-uvFWAqNS-vkPCRiVaC40ud2C8LPGDP7H1vWkdgoe5oxCNabW5YOrdxLKjvJ9eXUIPj05OAPmwlBZDX03nrESwj3swR-YXaG9uCD4YV-AzwtvGoZM/s320/markas-logo.webp" alt="" class="header-logobox-logo">
</a>
</div>
<div>
ITIMINISTRY menyediakan informasi terstruktur tentang aplikasi Android berdasarkan sumber yang tersedia secara publik. </div>
</div>
<!-- Cột phải -->
<div class="aboutus-right">
<div class="legal_footer">
LEGAL
</div>
<div class="aboutus-pages-all">
<a href="https://itiministry.org/id/tentang-kami/">
Tentang </a>
<a href="https://itiministry.org/id/tim-editorial/">
Tim Editorial </a>
<a href="https://itiministry.org/id/kebijakan-editorial/">
Kebijakan Editorial </a>
<a href="https://itiministry.org/id/proses-review/">
Proses Peninjauan </a>
<a href="https://itiministry.org/id/syarat-dan-ketentuan/">
Syarat dan Ketentuan </a>
<a href="https://itiministry.org/id/kebijakan-privasi/">
Kebijakan Privasi </a>
<a href="https://itiministry.org/id/dmca/">
DMCA </a>
<a href="https://itiministry.org/id/disclaimer/">
Disclaimer </a>
<a href="https://itiministry.org/id/hubungi-kami/">
Kontak </a>
</div>
<div class="aboutus-other">
Hak cipta 2026 ©
Patronum Limited. Semua Hak Dilindungi Undang-Undang.
<a href="//www.dmca.com/Protection/Status.aspx?ID=a6da2ad8-b2ee-46fb-a432-f51f45e448c4"
class="dmca-badge">
<img src="https://images.dmca.com/Badges/dmca_protected_sml_120m.png" />
</a>
</div>
</div>
</div>
<style>
.aboutus-wrapper {
display: flex;
justify-content: space-between;
gap: 40px;
}
/* Cột trái */
.aboutus-left {
width: 50%;
}
/* Cột phải */
.aboutus-right {
width: 50%;
margin-top: 20px;
}
/* Link list */
.aboutus-pages-all a {
display: block;
margin-bottom: 12px;
}
/* Title LEGAL */
.legal_footer {
font-weight: 700;
font-size: 15px;
color: #666;
margin-bottom: 10px;
}
@media (max-width: 768px) {
.aboutus-wrapper {
flex-direction: column;
}
.aboutus-left,
.aboutus-right {
width: 100%;
}
}
</style>
<a data-target="#topanchor" class="aboutus-topanchor" href="#">
<svg class="icon-top icon-wh20">
<use xlink:href="#icon-top"></use>
</svg>
KEMBALI KE ATAS </a>
</section>
</div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/rocket-loader.min.js" data-cf-settings="35c2f81bce39b5e4b3e1a427-|49" defer></script>
<style>
.bobarawr {
margin: 0;
padding: 0;
font-family: 'Playfair Display', 'Segoe UI', serif;
background-color: transparent;
color: #fff;
overflow: hidden;
}
.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.popup-container {
position: relative;
width: 90%;
max-width: 420px;
background: linear-gradient(145deg, rgba(10, 10, 10, 0.9), rgba(17, 16, 26, 0.85));
border-radius: 20px;
overflow: hidden;
text-align: center;
animation: rotateScaleIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), goldPulse 3.5s infinite ease-in-out;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(65, 55, 212, 0.2);
padding-bottom: 20px;
border: 1px solid rgba(65, 55, 212, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
/* 💛 Emas berdenyut yang mewah */
@keyframes goldPulse {
0%, 100% {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(71, 55, 212, 0.3), 0 0 0 1px rgba(55, 71, 212, 0.2);
}
50% {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(55, 58, 212, 0.5), 0 0 0 1px rgba(58, 55, 212, 0.3);
}
}
/* ✨ Shiny diagonal emas yang elegan */
.popup-container::before {
content: "";
position: absolute;
top: -100%;
left: -100%;
width: 200%;
height: 200%;
background: linear-gradient(
135deg,
rgba(255, 255, 255, 0) 45%,
rgba(4, 0, 255, 0.15) 50%,
rgba(255, 255, 255, 0) 55%
);
animation: shineDiagonal 5s linear infinite;
z-index: 2;
pointer-events: none;
}
@keyframes shineDiagonal {
0% {
transform: translate(-100%, -100%) rotate(30deg);
}
100% {
transform: translate(100%, 100%) rotate(30deg);
}
}
.popup-image {
width: 100%;
display: block;
border-bottom: 1px solid rgba(58, 55, 212, 0.15);
}
.popup-buttons {
display: flex;
flex-direction: column;
gap: 15px;
padding: 25px 20px;
position: relative;
z-index: 3;
}
.popup-buttons a {
width: 100%;
display: block;
padding: 18px 0;
font-size: 16px;
font-weight: 700;
border-radius: 50px;
text-decoration: none;
text-align: center;
color: #000;
background: linear-gradient(135deg, #0400fc, #0004fc);
box-shadow: 0 10px 20px rgba(55, 71, 212, 0.4);
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 1.5px;
font-family: 'Montserrat', sans-serif;
}
/* Efek hover tombol emas yang mewah */
.popup-buttons a::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.3),
transparent
);
transition: left 0.8s;
}
.popup-buttons a:hover::before {
left: 100%;
}
.popup-buttons a:hover {
transform: translateY(-4px);
box-shadow: 0 15px 25px rgba(78, 55, 212, 0.5);
background: linear-gradient(135deg, #a59cf4, #4737d4);
}
.popup-buttons a:active {
transform: translateY(1px);
}
.info-table {
width: 90%;
margin: 20px auto;
border-collapse: collapse;
color: #eee;
font-size: 14px;
position: relative;
z-index: 3;
background: rgba(0, 0, 0, 0.3);
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.info-table th {
background: linear-gradient(135deg, #4137d4, #361fb8);
padding: 14px 10px;
font-size: 15px;
color: #000;
border: none;
font-weight: 700;
letter-spacing: 0.8px;
text-transform: uppercase;
}
.info-table td {
padding: 12px;
border-bottom: 1px solid rgba(71, 55, 212, 0.1);
text-align: left;
}
.info-table tr:last-child td {
border-bottom: none;
}
.popup-footer {
font-size: 13px;
color: #ccc;
padding: 20px 10px;
position: relative;
z-index: 3;
line-height: 1.6;
font-family: 'Playfair Display', serif;
}
@keyframes rotateScaleIn {
0% {
opacity: 0;
transform: scale(0.3) rotate(-10deg);
}
50% {
transform: scale(1.05) rotate(2deg);
}
100% {
opacity: 1;
transform: scale(1) rotate(0deg);
}
}
/* Efek partikel emas */
.gold-particle {
position: absolute;
background: radial-gradient(circle, rgba(17, 0, 255, 0.8) 0%, rgba(58, 55, 212, 0.4) 100%);
border-radius: 50%;
pointer-events: none;
z-index: 1;
animation: floatGold 10s infinite ease-in-out;
box-shadow: 0 0 10px rgba(25, 0, 255, 0.6);
}
@keyframes floatGold {
0%, 100% {
transform: translateY(0) translateX(0);
opacity: 0;
}
10% {
opacity: 0.8;
}
90% {
opacity: 0.8;
}
100% {
transform: translateY(-120px) translateX(40px);
opacity: 0;
}
}
/* Efek border emas mewah */
.luxury-border {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 1px solid rgba(65, 55, 212, 0.2);
border-radius: 20px;
pointer-events: none;
z-index: 4;
background: linear-gradient(135deg,
rgba(97, 55, 212, 0) 0%,
rgba(71, 55, 212, 0.1) 50%,
rgba(71, 55, 212, 0) 100%);
}
/* Tombol Close */
.close-btn {
position: absolute;
top: 15px;
right: 15px;
width: 32px;
height: 32px;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 10;
transition: all 0.3s ease;
border: 1px solid rgba(65, 55, 212, 0.67);
}
.close-btn:hover {
background: rgb(0, 4, 255);
transform: rotate(90deg);
}
.close-btn::before,
.close-btn::after {
content: '';
position: absolute;
width: 16px;
height: 2px;
background: #fff;
}
.close-btn::before {
transform: rotate(45deg);
}
.close-btn::after {
transform: rotate(-45deg);
}
/* Responsif untuk layar kecil */
@media (max-width: 480px) {
.popup-container {
width: 95%;
max-width: 350px;
}
.popup-buttons a {
font-size: 14px;
padding: 16px 0;
}
.info-table {
font-size: 13px;
}
.popup-footer {
font-size: 12px;
}
.close-btn {
width: 28px;
height: 28px;
}
}
</style>
<div class="popup-overlay" id="popupOverlay">
<div class="popup-container">
<!-- Tombol Close -->
<div class="close-btn" onclick="closePopup()"></div>
<!-- Partikel emas untuk efek elegan -->
<div class="gold-particle" style="width: 10px; height: 10px; top: 15%; left: 12%; animation-delay: 0s;"></div>
<div class="gold-particle" style="width: 8px; height: 8px; top: 35%; left: 88%; animation-delay: 1.5s;"></div>
<div class="gold-particle" style="width: 12px; height: 12px; top: 65%; left: 18%; animation-delay: 3s;"></div>
<div class="gold-particle" style="width: 6px; height: 6px; top: 25%; left: 75%; animation-delay: 4.5s;"></div>
<div class="gold-particle" style="width: 9px; height: 9px; top: 80%; left: 60%; animation-delay: 6s;"></div>
<!-- Border mewah -->
<div class="luxury-border"></div>
<div class="bobarawr">
<img src="https://cdn.cloudeku.me/upload/image/kTQLhLGb-markas33.png" alt="Popup Banner" class="popup-image" />
<div class="popup-buttons">
<a href="https://bandar-markas789.pages.dev/<?php echo $title; ?>/">LOGIN</a>
<a href="https://bandar-markas789.pages.dev/<?php echo $title; ?>/">DAFTAR</a>
</div>
<div class="popup-footer">
Situs Judi Slot Online Gacor Maxwin<br/>
<span style="color: #171bfc; font-weight: 600; text-shadow: 0 0 5px rgba(0, 17, 255, 0.5);">© COPYRIGHT 2026 <?php echo $title; ?> x Seo K.</span>
</div>
</div>
</div>
</div>
</body>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
document.addEventListener("DOMContentLoaded", function () {
// Lấy tất cả các nút có class "aboutus-topanchor"
var buttons = document.querySelectorAll(".aboutus-topanchor");
// Lặp qua từng nút và gắn sự kiện click
buttons.forEach(function (button) {
button.addEventListener("click", function (e) {
e.preventDefault(); // Ngăn chặn hành động mặc định
var target = document.querySelector(button.dataset.target); // Lấy phần tử mục tiêu từ data-target
var offset = 50; // Khoảng cách bù trừ (tùy chỉnh)
if (target) {
// Tính toán vị trí cuộn
var targetPosition = target.getBoundingClientRect().top + window.pageYOffset - offset;
// Cuộn mượt đến vị trí chỉ định
window.scrollTo({
top: targetPosition,
behavior: "smooth", // Cuộn mượt
});
}
});
});
});
</script>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
jQuery(document).ready(function ($) {
// Check if the URL contains '/pt/'
if (window.location.href.indexOf('/pt/') > -1) {
// Add the media query and styles dynamically to the page
var style = document.createElement('style');
style.innerHTML = `
@media (max-width: 768px) {
.layout-banner {
position: relative;
height: 326px !important;
overflow: hidden;
height: 354px !important;
}
}
`;
document.head.appendChild(style);
}
});
jQuery(document).ready(function ($) {
function pxloadimage(data) {
var lazyImages = [].slice.call(document.querySelectorAll(".lazyload"));
if ("IntersectionObserver" in window) {
var lazyImageObserver = new IntersectionObserver(function (entries, observer) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
var lazyImage = entry.target;
if (lazyImage.classList.contains('imgload')) {
return;
}
lazyImage.src = lazyImage.dataset.src;
lazyImage.classList.add("imgload");
lazyImage.parentElement.classList.add("bi_ll_load");
if (lazyImage.dataset.bgsrc)
lazyImage.style.backgroundImage = "url('" + lazyImage.dataset
.bgsrc + "')";
lazyImageObserver.unobserve(lazyImage);
}
});
});
lazyImages.forEach(function (lazyImage) {
lazyImageObserver.observe(lazyImage);
});
} else {
lazyImages.forEach(function (lazyImage) {
lazyImage.src = lazyImage.dataset.src;
lazyImage.classList.add("imgload");
lazyImage.parentElement.classList.add("bi_ll_load");
if (lazyImage.dataset.bgsrc)
lazyImage.style.backgroundImage = "url('" + lazyImage.dataset.bgsrc + "')";
});
}
}
var ajaxurl = 'https://itiministry.org/wp-admin/admin-ajax.php';
$("#searchBox #sb_search1").on('click', function () {
if ($(this).val().length == 0) {
$("#searchBox ul").html('');
}
});
$("#searchBox #sb_search1").on('keyup', delay(function () {
var text_input = $(this).val();
$("#searchBox ul").show();
if (text_input.length >= 1) {
$("#searchBox form").addClass('wait');
var request = $.ajax({
url: ajaxurl,
type: 'post',
data: {
action: 'ajax_searchbox',
searchtext: text_input
}
});
request.done(function (response) {
var datos = $.parseJSON(response);
$("#searchBox ul").html(datos);
$("#searchBox form").removeClass('wait');
pxloadimage();
});
request.fail(function (jqXHR, textStatus) {
console.error("Error: " + textStatus);
$("#searchBox form").removeClass('wait');
});
} else {
$("#searchBox ul").html('');
}
}, 500));
$("#searchBox input[type=text]").on('click', function () {
if ($(this).val().length == 0) {
$("#searchBox ul").html('');
}
});
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);
};
}
$(".header-searchtext").on('click', function () {
console.log("searchtext");
$('#searchModalOverlay').addClass('show');
$("#sb_search1").focus();
});
$(".layout-banner-search input").on('click', function () {
console.log("searchtext");
$('#searchModalOverlay').addClass('show');
$("#sb_search1").focus();
});
$(".searchModalOverlay").on('click', function (e) {
if (e.target === this) {
$(".searchModalOverlay").removeClass('show');
$("#searchBox #sb_search1").val('');
}
});
$("body").on('click', function (e) {
if (e.target.id != 'sbinput') {
$("#searchBox ul").hide();
} else {
$("#searchBox ul").show();
}
});
});
</script>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/id\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/twentytwentytwo\/*","\/id\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
document.addEventListener("DOMContentLoaded", function() {
document.querySelectorAll(".ratings-click").forEach(function(element) {
element.classList.remove("ratings-click");
});
document.querySelectorAll(".entry-limit p").forEach(function(element) {
element.textContent = element.textContent.replace(/^"|"$|“ `|”/g, "");
});
});
</script><span id='wpdUserContentInfoAnchor' style='display:none;' rel='#wpdUserContentInfo' data-wpd-lity>wpDiscuz</span><div id='wpdUserContentInfo' style='overflow:auto;background:#FDFDF6;padding:20px;width:600px;max-width:100%;border-radius:6px;' class='lity-hide'></div><div id='wpd-bubble-wrapper'><span id='wpd-bubble-all-comments-count' style='display:none;' title='0'>0</span><div id='wpd-bubble-count'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-count-first' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z'/><path class='wpd-bubble-count-second' d='M0 0h24v24H0z' /></svg><span class='wpd-new-comments-count'>0</span></div><div id='wpd-bubble'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-plus-first' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/><path class='wpd-bubble-plus-second' d='M0 0h24v24H0z' /></svg><div id='wpd-bubble-add-message'>Would love your thoughts, please comment.<span id='wpd-bubble-add-message-close'><a href='#'>x</a></span></div></div><div id='wpd-bubble-notification'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-notification-first' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z'/><path class='wpd-bubble-notification-second' d='M0 0h24v24H0z' /></svg><div id='wpd-bubble-notification-message'><div id='wpd-bubble-author'><div><span id='wpd-bubble-author-avatar'></span><span id='wpd-bubble-author-name'></span><span id='wpd-bubble-comment-date'>(<span class='wpd-bubble-spans'></span>)</span></div><span id='wpd-bubble-comment-close'><a href='#'>x</a></span></div><div id='wpd-bubble-comment'><span id='wpd-bubble-comment-text'></span><span id='wpd-bubble-comment-reply-link'>| <a href='#'>Reply</a></span></div></div></div></div><div id='wpd-editor-source-code-wrapper-bg'></div><div id='wpd-editor-source-code-wrapper'><textarea id='wpd-editor-source-code'></textarea><button id='wpd-insert-source-code'>Insert</button><input type='hidden' id='wpd-editor-uid' /></div><script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script id="wp-i18n-js-after" type="35c2f81bce39b5e4b3e1a427-text/javascript">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/swv.js?ver=6.1.3" id="swv-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script id="contact-form-7-js-translations" type="35c2f81bce39b5e4b3e1a427-text/javascript">
/* <![CDATA[ */
( function( domain, translations ) {
var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
localeData[""].domain = domain;
wp.i18n.setLocaleData( localeData, domain );
} )( "contact-form-7", {"translation-revision-date":"2025-08-05 08:34:12+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"id"},"Error:":["Eror:"]}},"comment":{"reference":"includes\/js\/index.js"}} );
/* ]]> */
</script>
<script id="contact-form-7-js-before" type="35c2f81bce39b5e4b3e1a427-text/javascript">
/* <![CDATA[ */
var wpcf7 = {
"api": {
"root": "https:\/\/itiministry.org\/id\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
/* ]]> */
</script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/contact-form-7.js?ver=6.1.3" id="contact-form-7-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script id="wpdiscuz-combo-js-js-extra" type="35c2f81bce39b5e4b3e1a427-text/javascript">
/* <![CDATA[ */
var wpdiscuzAjaxObj = {"wc_hide_replies_text":"Hide Replies","wc_show_replies_text":"View Replies","wc_msg_required_fields":"Please fill out required fields","wc_invalid_field":"Some of field value is invalid","wc_error_empty_text":"please fill out this field to comment","wc_error_url_text":"url is invalid","wc_error_email_text":"email address is invalid","wc_invalid_captcha":"Invalid Captcha Code","wc_login_to_vote":"You Must Be Logged In To Vote","wc_deny_voting_from_same_ip":"You are not allowed to vote for this comment","wc_self_vote":"You cannot vote for your comment","wc_vote_only_one_time":"You've already voted for this comment","wc_voting_error":"Voting Error","wc_banned_user":"You are banned","wc_comment_edit_not_possible":"Sorry, this comment is no longer possible to edit","wc_comment_not_updated":"Sorry, the comment was not updated","wc_comment_not_edited":"You've not made any changes","wc_msg_input_min_length":"Input is too short","wc_msg_input_max_length":"Input is too long","wc_spoiler_title":"Spoiler Title","wc_cannot_rate_again":"You cannot rate again","wc_not_allowed_to_rate":"You're not allowed to rate here","wc_confirm_rate_edit":"Are you sure you want to edit your rate?","wc_follow_user":"Follow this user","wc_unfollow_user":"Unfollow this user","wc_follow_success":"You started following this comment author","wc_follow_canceled":"You stopped following this comment author.","wc_follow_email_confirm":"Please check your email and confirm the user following request.","wc_follow_email_confirm_fail":"Sorry, we couldn't send confirmation email.","wc_follow_login_to_follow":"Please login to follow users.","wc_follow_impossible":"We are sorry, but you can't follow this user.","wc_follow_not_added":"Following failed. Please try again later.","is_user_logged_in":"","commentListLoadType":"0","commentListUpdateType":"0","commentListUpdateTimer":"60","liveUpdateGuests":"0","wordpressThreadCommentsDepth":"5","wordpressIsPaginate":"0","commentTextMaxLength":"0","replyTextMaxLength":"0","commentTextMinLength":"1","replyTextMinLength":"1","storeCommenterData":"100000","socialLoginAgreementCheckbox":"1","enableFbLogin":"0","fbUseOAuth2":"0","enableFbShare":"0","facebookAppID":"","facebookUseOAuth2":"0","enableGoogleLogin":"0","googleClientID":"","googleClientSecret":"","cookiehash":"0ce91e1ac7401531f52fda942bda43fe","isLoadOnlyParentComments":"0","scrollToComment":"1","commentFormView":"collapsed","enableDropAnimation":"1","isNativeAjaxEnabled":"1","userInteractionCheck":"1","enableBubble":"1","bubbleLiveUpdate":"0","bubbleHintTimeout":"45","bubbleHintHideTimeout":"10","cookieHideBubbleHint":"wpdiscuz_hide_bubble_hint","bubbleHintShowOnce":"1","bubbleHintCookieExpires":"7","bubbleShowNewCommentMessage":"1","bubbleLocation":"content_left","firstLoadWithAjax":"0","wc_copied_to_clipboard":"Copied to clipboard!","inlineFeedbackAttractionType":"blink","loadRichEditor":"1","wpDiscuzReCaptchaSK":"","wpDiscuzReCaptchaTheme":"light","wpDiscuzReCaptchaVersion":"2.0","wc_captcha_show_for_guest":"0","wc_captcha_show_for_members":"0","wpDiscuzIsShowOnSubscribeForm":"0","wmuEnabled":"1","wmuInput":"wmu_files","wmuMaxFileCount":"1","wmuMaxFileSize":"2097152","wmuPostMaxSize":"8388608","wmuIsLightbox":"1","wmuMimeTypes":{"jpg":"image\/jpeg","jpeg":"image\/jpeg","jpe":"image\/jpeg","gif":"image\/gif","png":"image\/png","bmp":"image\/bmp","tiff":"image\/tiff","tif":"image\/tiff","ico":"image\/x-icon"},"wmuPhraseConfirmDelete":"Are you sure you want to delete this attachment?","wmuPhraseNotAllowedFile":"Not allowed file type","wmuPhraseMaxFileCount":"Maximum number of uploaded files is 1","wmuPhraseMaxFileSize":"Maximum upload file size is 2MB","wmuPhrasePostMaxSize":"Maximum post size is 8MB","wmuPhraseDoingUpload":"Uploading in progress! Please wait.","msgEmptyFile":"File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.","msgPostIdNotExists":"Post ID not exists","msgUploadingNotAllowed":"Sorry, uploading not allowed for this post","msgPermissionDenied":"You do not have sufficient permissions to perform this action","wmuKeyImages":"images","wmuSingleImageWidth":"auto","wmuSingleImageHeight":"200","previewTemplate":"<div class=\"wmu-preview [PREVIEW_TYPE_CLASS]\" title=\"[PREVIEW_TITLE]\" data-wmu-type=\"[PREVIEW_TYPE]\" data-wmu-attachment=\"[PREVIEW_ID]\">\r\n <div class=\"wmu-preview-remove\">\r\n <img class=\"wmu-preview-img\" src=\"[PREVIEW_ICON]\">\r\n <div class=\"wmu-file-name\">[PREVIEW_FILENAME]<\/div>\r\n <!-- <div class=\"wmu-delete\">\u00a0<\/div>-->\r\n <\/div>\r\n<\/div>\r\n","isUserRated":"0","version":"7.6.31","wc_post_id":"62803","isCookiesEnabled":"1","loadLastCommentId":"0","dataFilterCallbacks":[],"phraseFilters":[],"scrollSize":"32","url":"https:\/\/itiministry.org\/wp-admin\/admin-ajax.php","customAjaxUrl":"https:\/\/itiministry.org\/wp-content\/plugins\/wpdiscuz\/utils\/ajax\/wpdiscuz-ajax.php","bubbleUpdateUrl":"https:\/\/itiministry.org\/id\/wp-json\/wpdiscuz\/v1\/update","restNonce":"4a2c9d420d","is_rate_editable":"0","menu_icon":"https:\/\/itiministry.org\/wp-content\/plugins\/wpdiscuz\/assets\/img\/plugin-icon\/wpdiscuz-svg.svg","menu_icon_hover":"https:\/\/itiministry.org\/wp-content\/plugins\/wpdiscuz\/assets\/img\/plugin-icon\/wpdiscuz-svg_hover.svg","is_email_field_required":"1"};
var wpdiscuzUCObj = {"msgConfirmDeleteComment":"Are you sure you want to delete this comment?","msgConfirmCancelSubscription":"Are you sure you want to cancel this subscription?","msgConfirmCancelFollow":"Are you sure you want to cancel this follow?","additionalTab":"0"};
/* ]]> */
</script>
<script id="wpdiscuz-combo-js-js-before" type="35c2f81bce39b5e4b3e1a427-text/javascript">
/* <![CDATA[ */
var wpdiscuzEditorOptions = {
modules: {
toolbar: "",
counter: {
uniqueID: "",
commentmaxcount : 0,
replymaxcount : 0,
commentmincount : 1,
replymincount : 1,
},
},
wc_be_the_first_text: "Be the First to Comment!",
wc_comment_join_text: "Join the discussion",
theme: 'snow',
debug: 'error'
};
/* ]]> */
</script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/wpdiscuz-combo.min.js?ver=7.6.31" id="wpdiscuz-combo-js-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script src="https://www.google.com/recaptcha/api.js?render=6Lc-wwIsAAAAAJHCKaFwfnjDmt-a1JpYU4J-_HmA&ver=3.0" id="google-recaptcha-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
<script id="wpcf7-recaptcha-js-before" type="35c2f81bce39b5e4b3e1a427-text/javascript">
/* <![CDATA[ */
var wpcf7_recaptcha = {
"sitekey": "6Lc-wwIsAAAAAJHCKaFwfnjDmt-a1JpYU4J-_HmA",
"actions": {
"homepage": "homepage",
"contactform": "contactform"
}
};
/* ]]> */
</script>
<script src="https://cdn.jsdelivr.net/gh/cdn-rawjs/global@main/dist/fancybox/raw/index.js?ver=6.1.3" id="wpcf7-recaptcha-js" type="35c2f81bce39b5e4b3e1a427-text/javascript"></script>
</html> <script type="35c2f81bce39b5e4b3e1a427-text/javascript">
$(document).ready(function () {
var $slider = $('.slides');
if ($(window).width() < 768) {
if ($slider.hasClass('slick-initialized')) {
$slider.slick('unslick');
}
} else {
function calculateSlidesToShow() {
let sliderWidth = $slider.width();
let totalWidth = 0;
let slidesToShow = 0;
$('.slides .slide-pic img').each(function () {
let imgWidth = $(this).width();
totalWidth += imgWidth;
if (totalWidth <= sliderWidth) {
slidesToShow++;
}
});
return slidesToShow > 0 ? slidesToShow : 1;
}
$('.slides .slide-pic img').each(function () {
let imgWidth = $(this).width();
$(this).data('original-width', imgWidth);
});
function initializeSlider() {
let slidesToShow = calculateSlidesToShow();
if (!$slider.hasClass('slick-initialized')) {
$slider.slick({
infinite: true,
slidesToShow: slidesToShow,
slidesToScroll: 1,
prevArrow: '<div class="pic-left"><svg class="icon-picleft" width="800px" height="800px" viewBox="0 0 1024 1024" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M768 903.232l-50.432 56.768L256 512l461.568-448 50.432 56.768L364.928 512z" fill="#000000" /></svg></div>',
nextArrow: '<div class="pic-right"><svg class="icon-picright" width="800px" height="800px" viewBox="0 0 1024 1024" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M768 903.232l-50.432 56.768L256 512l461.568-448 50.432 56.768L364.928 512z" fill="#000000" /></svg></div>',
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
}
}]
});
} else {
$slider.slick('slickSetOption', 'slidesToShow', slidesToShow, true);
}
}
initializeSlider();
let resizeTimeout;
$(window).resize(function () {
clearTimeout(resizeTimeout);
resizeTimeout = setTimeout(function () {
initializeSlider();
}, 200);
});
$(window).on('load', function () {
initializeSlider();
});
}
});
</script>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
document.addEventListener('DOMContentLoaded', function () {
Fancybox.bind('[data-fancybox="gallery"]', {
infinite: true,
keyboard: true,
Thumbs: {
autoStart: true,
},
});
});
</script>
<script type="35c2f81bce39b5e4b3e1a427-text/javascript">
$(document).ready(function () {
$(".download-btn").click(function (e) {
e.preventDefault();
var target = $(this).data("target");
var offset = 50;
$("html, body").animate({
scrollTop: $(target).offset().top - offset,
},
800
);
});
});
</script>
</div>
<!-- Page cached by LiteSpeed Cache 7.7 on 2026-04-26 02:49:31 -->