It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://starlightprincess-rajacuan.web.app

  1. <!DOCTYPE html>
  2. <html amp dir="ltr" data-amp-bind-class="globalState.isScrollable ? '' : 'no-scroll-y'" class="">
  3.  
  4. <head>
  5.    <meta charset="utf-8" />
  6.    <script async src="https://cdn.ampproject.org/v0.js"></script>
  7.    <link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
  8.    <link rel="icon" type="image/x-icon"
  9.        href="https://media.fastchecker.us/idnsmedia/is/assets/themes/aabmaa/img/favicon.png?v=7.0" />
  10.    <meta name="viewport"
  11.        content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
  12.    <meta name="google-site-verification" content="amkA-huQBCo2b3rH-jE3kZw1PCFa12R1paB00zCtF0A" />
  13.    <meta name="ahrefs-site-verification" content="45f246e54e2435c6b1b1aa13aac19506639655269a0598ddee119f31637eb165">
  14.    <style amp-boilerplate>
  15.        body {
  16.            -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  17.            -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  18.            -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  19.            animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  20.        }
  21.  
  22.        @-webkit-keyframes -amp-start {
  23.            from {
  24.                visibility: hidden;
  25.            }
  26.  
  27.            to {
  28.                visibility: visible;
  29.            }
  30.        }
  31.  
  32.        @-moz-keyframes -amp-start {
  33.            from {
  34.                visibility: hidden;
  35.            }
  36.  
  37.            to {
  38.                visibility: visible;
  39.            }
  40.        }
  41.  
  42.        @-ms-keyframes -amp-start {
  43.            from {
  44.                visibility: hidden;
  45.            }
  46.  
  47.            to {
  48.                visibility: visible;
  49.            }
  50.        }
  51.  
  52.        @-o-keyframes -amp-start {
  53.            from {
  54.                visibility: hidden;
  55.            }
  56.  
  57.            to {
  58.                visibility: visible;
  59.            }
  60.        }
  61.  
  62.        @keyframes -amp-start {
  63.            from {
  64.                visibility: hidden;
  65.            }
  66.  
  67.            to {
  68.                visibility: visible;
  69.            }
  70.        }
  71.    </style>
  72.    <noscript>
  73.        <style amp-boilerplate>
  74.            body {
  75.                -webkit-animation: none;
  76.                -moz-animation: none;
  77.                -ms-animation: none;
  78.                animation: none;
  79.            }
  80.        </style>
  81.    </noscript>
  82.    <style amp-custom>
  83.        html {
  84.            font-size: 16px;
  85.            font-family: -apple-system, "Helvetica Neue", Helvetica, "Roboto", "Droid Sans", Arial, sans-serif;
  86.        }
  87.  
  88.        div {
  89.            box-sizing: border-box;
  90.        }
  91.  
  92.        body {
  93.            font-size: 14px;
  94.            color: rgba(0, 0, 0, 0.87);
  95.            background: #efefef;
  96.        }
  97.  
  98.        input {
  99.            color: rgba(0, 0, 0, 0.87);
  100.        }
  101.  
  102.        #app {
  103.            max-width: 600px;
  104.            margin: 0 auto;
  105.        }
  106.  
  107.        .amp-carousel-button {
  108.            display: none;
  109.        }
  110.  
  111.        ::-webkit-scrollbar {
  112.            display: none;
  113.        }
  114.  
  115.        .hide-scrollbar {
  116.            -webkit-scrollbar-width: none;
  117.            -moz-scrollbar-width: none;
  118.            -ms-scrollbar-width: none;
  119.            scrollbar-width: none;
  120.        }
  121.  
  122.        .hide-scrollbar::-webkit-scrollbar {
  123.            display: none;
  124.        }
  125.  
  126.        .text-overflow-ellipsis {
  127.            overflow: hidden;
  128.            text-overflow: ellipsis;
  129.        }
  130.  
  131.        .svg-icon {
  132.            color: currentColor;
  133.            stroke: currentColor;
  134.            fill: currentColor;
  135.        }
  136.  
  137.        .avatar {
  138.            border-radius: 50%;
  139.        }
  140.  
  141.        .white-background {
  142.            background: white;
  143.        }
  144.  
  145.        .no-outline {
  146.            outline: none;
  147.            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  148.        }
  149.  
  150.        .flex {
  151.            display: -webkit-box;
  152.            display: -webkit-flex;
  153.            display: -ms-flexbox;
  154.            display: flex;
  155.        }
  156.  
  157.        .flex-1 {
  158.            -webkit-flex: 1;
  159.            -ms-flex: 1;
  160.            flex: 1;
  161.        }
  162.  
  163.        .flex-align-center {
  164.            -webkit-align-items: center;
  165.            -webkit-box-align: center;
  166.            -ms-flex-align: center;
  167.            align-items: center;
  168.        }
  169.  
  170.        .flex-justify-center {
  171.            -webkit-box-pack: center;
  172.            -webkit-justify-content: center;
  173.            -ms-flex-pack: center;
  174.            justify-content: center;
  175.        }
  176.  
  177.        .flex-justify-space-between {
  178.            -webkit-box-pack: justify;
  179.            -webkit-justify-content: space-between;
  180.            -ms-flex-pack: justify;
  181.            justify-content: space-between;
  182.        }
  183.  
  184.        .flex-column {
  185.            -webkit-flex-direction: column;
  186.            -ms-flex-direction: column;
  187.            flex-direction: column;
  188.        }
  189.  
  190.        .flex-justify-end {
  191.            -webkit-box-pack: end;
  192.            -webkit-justify-content: flex-end;
  193.            -ms-flex-pack: end;
  194.            justify-content: flex-end;
  195.        }
  196.  
  197.        .vcenter {
  198.            display: -webkit-box;
  199.            display: -webkit-flex;
  200.            display: -ms-flexbox;
  201.            display: flex;
  202.            -webkit-align-items: center;
  203.            -webkit-box-align: center;
  204.            -ms-flex-align: center;
  205.            align-items: center;
  206.        }
  207.  
  208.        .hcenter {
  209.            display: -webkit-box;
  210.            display: -webkit-flex;
  211.            display: -ms-flexbox;
  212.            display: flex;
  213.            -webkit-box-pack: center;
  214.            -webkit-justify-content: center;
  215.            -ms-flex-pack: center;
  216.            justify-content: center;
  217.        }
  218.  
  219.        .inline-center {
  220.            display: -webkit-inline-box;
  221.            display: -webkit-inline-flex;
  222.            display: -ms-inline-flexbox;
  223.            display: inline-flex;
  224.            -webkit-box-pack: center;
  225.            -webkit-justify-content: center;
  226.            -ms-flex-pack: center;
  227.            justify-content: center;
  228.            -webkit-align-items: center;
  229.            -webkit-box-align: center;
  230.            -ms-flex-align: center;
  231.            align-items: center;
  232.        }
  233.  
  234.        .center {
  235.            display: -webkit-box;
  236.            display: -webkit-flex;
  237.            display: -ms-flexbox;
  238.            display: flex;
  239.            -webkit-box-pack: center;
  240.            -webkit-justify-content: center;
  241.            -ms-flex-pack: center;
  242.            justify-content: center;
  243.            -webkit-align-items: center;
  244.            -webkit-box-align: center;
  245.            -ms-flex-align: center;
  246.            align-items: center;
  247.        }
  248.  
  249.        .flex-space-between {
  250.            display: -webkit-box;
  251.            display: -webkit-flex;
  252.            display: -ms-flexbox;
  253.            display: flex;
  254.            -webkit-box-pack: justify;
  255.            -webkit-justify-content: space-between;
  256.            -ms-flex-pack: justify;
  257.            justify-content: space-between;
  258.            -webkit-align-items: center;
  259.            -webkit-box-align: center;
  260.            -ms-flex-align: center;
  261.            align-items: center;
  262.        }
  263.  
  264.        .two-line-text {
  265.            overflow: hidden;
  266.            display: -webkit-box;
  267.            text-overflow: ellipsis;
  268.            -webkit-box-orient: vertical;
  269.            -webkit-line-clamp: 2;
  270.            visibility: visible;
  271.        }
  272.  
  273.        .font16 {
  274.            font-size: 1rem;
  275.        }
  276.  
  277.        .font14 {
  278.            font-size: 0.875rem;
  279.        }
  280.  
  281.        .font12 {
  282.            font-size: 0.75rem;
  283.        }
  284.  
  285.        .font10 {
  286.            font-size: 0.625rem;
  287.        }
  288.  
  289.        .full {
  290.            height: 100%;
  291.            width: 100%;
  292.        }
  293.  
  294.        .full-width {
  295.            width: 100%;
  296.        }
  297.  
  298.        .full-height {
  299.            height: 100%;
  300.        }
  301.  
  302.        .relative {
  303.            position: relative;
  304.        }
  305.  
  306.        .absolute {
  307.            position: absolute;
  308.        }
  309.  
  310.        .popup-overlay {
  311.            position: absolute;
  312.            top: 0;
  313.            left: 0;
  314.            right: 0;
  315.            bottom: 0;
  316.            background-color: rgba(0, 0, 0, 0.54);
  317.        }
  318.  
  319.        .pullup-content {
  320.            width: 100%;
  321.            -webkit-box-pack: end;
  322.            -webkit-justify-content: flex-end;
  323.            -ms-flex-pack: end;
  324.            justify-content: flex-end;
  325.            background-color: white;
  326.        }
  327.  
  328.        .hairline-border-top {
  329.            border-top: 1px solid rgba(0, 0, 0, 0.09);
  330.        }
  331.  
  332.        @media screen and (-webkit-min-device-pixel-ratio: 2),
  333.        screen and (min-resolution: 192dpi),
  334.        screen and (min-resolution: 2dppx) {
  335.            .hairline-border-top {
  336.                border-top: 0.5px solid rgba(0, 0, 0, 0.09);
  337.            }
  338.        }
  339.  
  340.        @media screen and (-webkit-min-device-pixel-ratio: 2),
  341.        screen and (min-resolution: 192dpi),
  342.        screen and (min-resolution: 2dppx) {
  343.            .hairline-border-top {
  344.                border-top: 0.333333px solid rgba(0, 0, 0, 0.09);
  345.            }
  346.        }
  347.  
  348.        .hairline-border-bottom {
  349.            border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  350.        }
  351.  
  352.        @media screen and (-webkit-min-device-pixel-ratio: 2),
  353.        screen and (min-resolution: 192dpi),
  354.        screen and (min-resolution: 2dppx) {
  355.            .hairline-border-bottom {
  356.                border-bottom: 0.5px solid rgba(0, 0, 0, 0.09);
  357.            }
  358.        }
  359.  
  360.        @media screen and (-webkit-min-device-pixel-ratio: 2),
  361.        screen and (min-resolution: 192dpi),
  362.        screen and (min-resolution: 2dppx) {
  363.            .hairline-border-bottom {
  364.                border-bottom: 0.333333px solid rgba(0, 0, 0, 0.09);
  365.            }
  366.        }
  367.  
  368.        .hairline-border-left {
  369.            border-left: 1px solid rgba(0, 0, 0, 0.09);
  370.        }
  371.  
  372.        @media screen and (-webkit-min-device-pixel-ratio: 2),
  373.        screen and (min-resolution: 192dpi),
  374.        screen and (min-resolution: 2dppx) {
  375.            .hairline-border-left {
  376.                border-left: 0.5px solid rgba(0, 0, 0, 0.09);
  377.            }
  378.        }
  379.  
  380.        @media screen and (-webkit-min-device-pixel-ratio: 2),
  381.        screen and (min-resolution: 192dpi),
  382.        screen and (min-resolution: 2dppx) {
  383.            .hairline-border-left {
  384.                border-left: 0.333333px solid rgba(0, 0, 0, 0.09);
  385.            }
  386.        }
  387.  
  388.        .hairline-border-right {
  389.            border-right: 1px solid rgba(0, 0, 0, 0.09);
  390.        }
  391.  
  392.        @media screen and (-webkit-min-device-pixel-ratio: 2),
  393.        screen and (min-resolution: 192dpi),
  394.        screen and (min-resolution: 2dppx) {
  395.            .hairline-border-right {
  396.                border-right: 0.5px solid rgba(0, 0, 0, 0.09);
  397.            }
  398.        }
  399.  
  400.        @media screen and (-webkit-min-device-pixel-ratio: 2),
  401.        screen and (min-resolution: 192dpi),
  402.        screen and (min-resolution: 2dppx) {
  403.            .hairline-border-right {
  404.                border-right: 0.333333px solid rgba(0, 0, 0, 0.09);
  405.            }
  406.        }
  407.  
  408.        .popup-container {
  409.            background-color: white;
  410.            width: 300px;
  411.            border-radius: 4px;
  412.        }
  413.  
  414.        .no-scroll-y {
  415.            overflow-y: hidden;
  416.            position: fixed;
  417.            left: 0;
  418.            right: 0;
  419.        }
  420.  
  421.        .small {
  422.            width: 50%;
  423.            height: 50%;
  424.            position: relative;
  425.        }
  426.  
  427.        .normal {
  428.            width: 100%;
  429.            height: 100%;
  430.            position: relative;
  431.        }
  432.  
  433.        amp-img.cover img {
  434.            object-fit: cover;
  435.        }
  436.  
  437.        amp-img.contain img {
  438.            object-fit: contain;
  439.        }
  440.  
  441.        .placeholder {
  442.            height: 100%;
  443.            width: 100%;
  444.            background-position: center;
  445.            background-size: 54px 61px;
  446.            background-repeat: no-repeat;
  447.            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 61' x='0' y='0' stroke='' fill='%23e5e4e4'%0A%3E%3Cpath d='M 99.2 59.9 H 86.7 c 0 -5.3 -2.7 -16.3 -11.7 -16.4 c -9.6 -.1 -11.8 11.9 -11.8 16.4 H 50.8 c -3.4 0 -2.7 3.4 -2.7 3.4 l 2.4 33 c 0 0 -.1 7.3 6.3 7.5 c .4 0 35.7 0 36.5 0 c 6.2 -.4 6.3 -7.5 6.3 -7.5 l 2.4 -33 C 102 63.2 102.5 59.8 99.2 59.9 z M 75.1 47.2 c 7.1 .2 7.9 11.7 7.7 12.6 H 67.1 C 67 58.9 67.5 47.4 75.1 47.2 z M 84.2 91.8 c -1 1.7 -2.7 3 -5 3.7 C 78 95.9 76.8 96 75.6 96 c -3.2 0 -6.5 -1.1 -9.3 -3.3 c -.8 -.6 -1 -1.5 -.5 -2.3 c .2 -.4 .7 -.7 1.2 -.8 c .4 -.1 .9 0 1.2 .3 c 3.2 2.4 8.3 4 11.9 1.6 c 1.4 -.9 2.1 -2.7 1.6 -4.3 c -.5 -1.6 -2.2 -2.7 -3.5 -3.4 c -1 -.6 -2.1 -1 -3.3 -1.4 c -.9 -.3 -1.9 -.7 -2.9 -1.2 c -2.4 -1.2 -4 -2.6 -4.8 -4.2 c -1.2 -2.3 -.6 -5.4 1.4 -7.5 c 3.6 -3.8 10 -3.2 14 -.4 c .9 .6 .9 1.7 .4 2.5 c -.5 .8 -1.4 .9 -2.2 .4 c -2 -1.4 -4.4 -2 -6.4 -1.7 c -2 .3 -4.7 2 -4.4 4.6 c .2 1.5 2 2.6 3.3 3.3 c .8 .4 1.5 .7 2.3 .9 c 4.3 1.3 7.2 3.3 8.6 5.7 C 85.4 86.9 85.4 89.7 84.2 91.8 z' transform='translate(-48 -43)' stroke='none' /%3E%3C/svg%3E");
  448.        }
  449.  
  450.        data-styled.g1[id="sc-global-gqRXLG1"] {
  451.            content: "sc-global-gqRXLG1,";
  452.        }
  453.  
  454.        .ialLbj {
  455.            font-family: "-apple-system", "Helvetica Neue", "Helvetica", "Roboto", "Droid Sans", "Arial", sans-serif;
  456.        }
  457.  
  458.        data-styled.g2[id="sc-bczRLJ"] {
  459.            content: "ialLbj,";
  460.        }
  461.  
  462.        .ilqZLp {
  463.            -webkit-text-decoration: none;
  464.            text-decoration: none;
  465.            color: rgba(0, 0, 0, 0.87);
  466.        }
  467.  
  468.        data-styled.g3[id="sc-gsnTZi"] {
  469.            content: "ilqZLp,";
  470.        }
  471.  
  472.        .kHQLZT {
  473.            color: #ee4d2d;
  474.        }
  475.  
  476.        data-styled.g4[id="sc-dkzDqf"] {
  477.            content: "kHQLZT,";
  478.        }
  479.  
  480.        .bHWCxe {
  481.            position: fixed;
  482.            top: 0;
  483.            width: 100%;
  484.            max-width: 600px;
  485.            height: 3.5rem;
  486.            background: #fff;
  487.            z-index: 100;
  488.            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  489.            color: #ee4d2d;
  490.        }
  491.  
  492.        data-styled.g5[id="sc-hKMtZM"] {
  493.            content: "bHWCxe,";
  494.        }
  495.  
  496.        .bKOcYf {
  497.            width: 1.375rem;
  498.            cursor: pointer;
  499.            margin-left: 0.9375rem;
  500.        }
  501.  
  502.        data-styled.g6[id="sc-eCYdqJ"] {
  503.            content: "bKOcYf,";
  504.        }
  505.  
  506.        .kxZpbA {
  507.            font-size: 1.25rem;
  508.            overflow: hidden;
  509.            text-overflow: ellipsis;
  510.            font-weight: 500;
  511.            color: rgba(0, 0, 0, 0.87);
  512.            text-align: center;
  513.            text-transform: capitalize;
  514.            white-space: nowrap;
  515.            margin: 0 0.75rem 0 0.9375rem;
  516.        }
  517.  
  518.        data-styled.g7[id="sc-jSMfEi"] {
  519.            content: "kxZpbA,";
  520.        }
  521.  
  522.        .dHgCIm {
  523.            color: #ee4d2d;
  524.        }
  525.  
  526.        data-styled.g8[id="sc-gKXOVf"] {
  527.            content: "dHgCIm,";
  528.        }
  529.  
  530.        .cewrSa {
  531.            margin-right: 0.75rem;
  532.            width: 1.25rem;
  533.            height: 1.25rem;
  534.        }
  535.  
  536.        data-styled.g9[id="sc-iBkjds"] {
  537.            content: "cewrSa,";
  538.        }
  539.  
  540.        .gemrep {
  541.            margin-right: 0.75rem;
  542.            width: 1.25rem;
  543.            height: 1.25rem;
  544.        }
  545.  
  546.        data-styled.g10[id="sc-ftvSup"] {
  547.            content: "gemrep,";
  548.        }
  549.  
  550.        .jJfuG {
  551.            stroke: none;
  552.            width: 1.5rem;
  553.            cursor: pointer;
  554.        }
  555.  
  556.        data-styled.g11[id="sc-papXJ"] {
  557.            content: "jJfuG,";
  558.        }
  559.  
  560.        .dizBDf {
  561.            color: #ee4d2d;
  562.            width: 1.5rem;
  563.            height: 1.5rem;
  564.            vertical-align: middle;
  565.            cursor: pointer;
  566.            margin-left: 15px;
  567.            margin-right: 15px;
  568.        }
  569.  
  570.        data-styled.g12[id="sc-jqUVSM"] {
  571.            content: "dizBDf,";
  572.        }
  573.  
  574.        .hqwnuA {
  575.            z-index: 9999;
  576.            position: absolute;
  577.            background-color: white;
  578.            top: 15px;
  579.            right: 15px;
  580.            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.54);
  581.            border-radius: 2px;
  582.            padding: 0 14px;
  583.        }
  584.  
  585.        data-styled.g13[id="sc-kDDrLX"] {
  586.            content: "hqwnuA,";
  587.        }
  588.  
  589.        .bWVzrf {
  590.            height: 2.5625rem;
  591.            cursor: pointer;
  592.            color: rgba(0, 0, 0, 0.87);
  593.            white-space: nowrap;
  594.        }
  595.  
  596.        data-styled.g14[id="sc-iqcoie"] {
  597.            content: "bWVzrf,";
  598.        }
  599.  
  600.        .RlmWH {
  601.            position: fixed;
  602.            left: 0;
  603.            right: 0;
  604.            bottom: 0;
  605.            top: 56px;
  606.            background-color: rgba(0, 0, 0, 0.54);
  607.            z-index: 99;
  608.        }
  609.  
  610.        data-styled.g15[id="sc-crXcEl"] {
  611.            content: "RlmWH,";
  612.        }
  613.  
  614.        .cgmtSs {
  615.            padding: 20px 20px 0;
  616.            color: rgba(0, 0, 0, 0.54);
  617.        }
  618.  
  619.        data-styled.g16[id="sc-evZas"] {
  620.            content: "cgmtSs,";
  621.        }
  622.  
  623.        .kstDpv {
  624.            margin-top: 20px;
  625.            border-top: 1px solid rgba(0, 0, 0, 0.09);
  626.        }
  627.  
  628.        data-styled.g17[id="sc-breuTD"] {
  629.            content: "kstDpv,";
  630.        }
  631.  
  632.        .eDWokS {
  633.            height: 46px;
  634.        }
  635.  
  636.        data-styled.g18[id="sc-ksZaOG"] {
  637.            content: "eDWokS,";
  638.        }
  639.  
  640.        .jAPoms {
  641.            height: 46px;
  642.            border-left: 1px solid rgba(0, 0, 0, 0.09);
  643.        }
  644.  
  645.        data-styled.g19[id="sc-hAZoDl"] {
  646.            content: "jAPoms,";
  647.        }
  648.  
  649.        .klAeVT {
  650.            position: relative;
  651.            background-color: rgb(252, 213, 17);
  652.        }
  653.  
  654.        data-styled.g27[id="sc-kgflAQ"] {
  655.            content: "klAeVT,";
  656.        }
  657.  
  658.        .euyrVU {
  659.            width: 2.375rem;
  660.            text-align: center;
  661.            padding: 4px 0;
  662.        }
  663.  
  664.        .euyrVU::after {
  665.            content: "";
  666.            width: 0;
  667.            height: 0;
  668.            left: 0;
  669.            bottom: -0.25rem;
  670.            border-style: solid;
  671.            position: absolute;
  672.            border-width: 0 1.1875rem 0.25rem;
  673.            border-color: transparent #fff;
  674.            border-left-color: rgb(252, 213, 17);
  675.            border-right-color: rgb(252, 213, 17);
  676.        }
  677.  
  678.        data-styled.g28[id="sc-fLlhyt"] {
  679.            content: "euyrVU,";
  680.        }
  681.  
  682.        .dhFNWd {
  683.            color: rgb(238, 77, 45);
  684.            font-size: 0.75rem;
  685.            font-weight: 700;
  686.        }
  687.  
  688.        data-styled.g30[id="sc-ivTmOn"] {
  689.            content: "dhFNWd,";
  690.        }
  691.  
  692.        .hUFRDU {
  693.            color: white;
  694.            font-size: 0.75rem;
  695.            font-weight: 700;
  696.        }
  697.  
  698.        data-styled.g31[id="sc-cxabCf"] {
  699.            content: "hUFRDU,";
  700.        }
  701.  
  702.        .lptovs {
  703.            background-color: rgb(208, 1, 27);
  704.            display: -webkit-inline-box;
  705.            display: -webkit-inline-flex;
  706.            display: -ms-inline-flexbox;
  707.            display: inline-flex;
  708.            border-radius: 2px;
  709.        }
  710.  
  711.        data-styled.g32[id="sc-llJcti"] {
  712.            content: "lptovs,";
  713.        }
  714.  
  715.        .gRvQPL {
  716.            padding: 2px 4px;
  717.        }
  718.  
  719.        data-styled.g33[id="sc-iIPllB"] {
  720.            content: "gRvQPL,";
  721.        }
  722.  
  723.        .cZDTio {
  724.            height: 11px;
  725.        }
  726.  
  727.        data-styled.g34[id="sc-gicCDI"] {
  728.            content: "cZDTio,";
  729.        }
  730.  
  731.        .kByHoX {
  732.            color: #ee4d2d;
  733.        }
  734.  
  735.        data-styled.g35[id="sc-ezWOiH"] {
  736.            content: "kByHoX,";
  737.        }
  738.  
  739.        .dhPEPq {
  740.            height: 8px;
  741.            width: 8px;
  742.            margin-right: 3px;
  743.        }
  744.  
  745.        data-styled.g37[id="sc-kLLXSd"] {
  746.            content: "dhPEPq,";
  747.        }
  748.  
  749.        .dNDjmO {
  750.            height: 8px;
  751.            width: 8px;
  752.            margin-right: 3px;
  753.        }
  754.  
  755.        data-styled.g38[id="sc-ikZpkk"] {
  756.            content: "dNDjmO,";
  757.        }
  758.  
  759.        .hEcDEp {
  760.            padding: 0.25rem 0.75rem 0 0.75rem;
  761.            background-color: white;
  762.        }
  763.  
  764.        data-styled.g74[id="sc-jIAOiI"] {
  765.            content: "hEcDEp,";
  766.        }
  767.  
  768.        .hSUAuX {
  769.            padding-top: 8px;
  770.        }
  771.  
  772.        data-styled.g75[id="sc-ZyCDH"] {
  773.            content: "hSUAuX,";
  774.        }
  775.  
  776.        .fhjBhI {
  777.            padding-bottom: 8px;
  778.        }
  779.  
  780.        data-styled.g76[id="sc-jOhDuK"] {
  781.            content: "fhjBhI,";
  782.        }
  783.  
  784.        .hXJbTp {
  785.            word-break: break-word;
  786.            color: rgba(0, 0, 0, 0.87);
  787.            max-height: 2.25rem;
  788.            line-height: 1.125rem;
  789.        }
  790.  
  791.        data-styled.g77[id="sc-hlnMnd"] {
  792.            content: "hXJbTp,";
  793.        }
  794.  
  795.        .bMahoW {
  796.            font-size: 18px;
  797.            color: #ee4d2d;
  798.        }
  799.  
  800.        data-styled.g80[id="sc-kIKDeO"] {
  801.            content: "bMahoW,";
  802.        }
  803.  
  804.        .iDOUms {
  805.            margin-right: 5px;
  806.        }
  807.  
  808.        data-styled.g81[id="sc-hNKHps"] {
  809.            content: "iDOUms,";
  810.        }
  811.  
  812.        .iLVdjJ {
  813.            color: rgba(0, 0, 0, 0.54);
  814.        }
  815.  
  816.        data-styled.g83[id="sc-cZwWEu"] {
  817.            content: "iLVdjJ,";
  818.        }
  819.  
  820.        .jugmbl {
  821.            background-color: rgba(0, 0, 0, 0.54);
  822.            height: 1rem;
  823.            width: 1px;
  824.        }
  825.  
  826.        data-styled.g84[id="sc-jTYCaT"] {
  827.            content: "jugmbl,";
  828.        }
  829.  
  830.        .lgbGGQ {
  831.            padding: 0 8px;
  832.            color: rgba(0, 0, 0, 0.54);
  833.        }
  834.  
  835.        data-styled.g85[id="sc-jQHtVU"] {
  836.            content: "lgbGGQ,";
  837.        }
  838.  
  839.        .dqrmRj {
  840.            padding-bottom: 0.75rem;
  841.            display: block;
  842.        }
  843.  
  844.        data-styled.g86[id="sc-fvNpTx"] {
  845.            content: "dqrmRj,";
  846.        }
  847.  
  848.        .bjmtFY {
  849.            color: #ee4d2d;
  850.            border: 1px solid #ee4d2d;
  851.            border-radius: 2px;
  852.            margin-right: 5px;
  853.            padding: 0 2px;
  854.        }
  855.  
  856.        data-styled.g88[id="sc-HzFiz"] {
  857.            content: "bjmtFY,";
  858.        }
  859.  
  860.        .kQURs {
  861.            background-color: white;
  862.            margin-top: 8px;
  863.            padding: 0.75rem;
  864.        }
  865.  
  866.        data-styled.g90[id="sc-bWXABl"] {
  867.            content: "kQURs,";
  868.        }
  869.  
  870.        .ecsxOs {
  871.            color: #616161;
  872.        }
  873.  
  874.        data-styled.g98[id="sc-duzrYq"] {
  875.            content: "ecsxOs,";
  876.        }
  877.  
  878.        .hDVKUs {
  879.            color: rgba(0, 0, 0, 0.54);
  880.            margin-left: 4px;
  881.        }
  882.  
  883.        data-styled.g99[id="sc-dkdnUF"] {
  884.            content: "hDVKUs,";
  885.        }
  886.  
  887.        .gFgqwh {
  888.            height: 10px;
  889.        }
  890.  
  891.        data-styled.g100[id="sc-WCkqM"] {
  892.            content: "gFgqwh,";
  893.        }
  894.  
  895.        .ejNxCv {
  896.            height: 10px;
  897.        }
  898.  
  899.        data-styled.g101[id="sc-ikjQzJ"] {
  900.            content: "ejNxCv,";
  901.        }
  902.  
  903.        .hTnWWe {
  904.            margin-top: 12px;
  905.        }
  906.  
  907.        data-styled.g102[id="sc-tsFYE"] {
  908.            content: "hTnWWe,";
  909.        }
  910.  
  911.        .jwYPUz {
  912.            padding-top: 12px;
  913.        }
  914.  
  915.        data-styled.g103[id="sc-bhVIhj"] {
  916.            content: "jwYPUz,";
  917.        }
  918.  
  919.        .iLiZjs {
  920.            width: 75px;
  921.            -webkit-flex-shrink: 0.6;
  922.            -ms-flex-negative: 0.6;
  923.            flex-shrink: 0.6;
  924.        }
  925.  
  926.        data-styled.g104[id="sc-eGAhfa"] {
  927.            content: "iLiZjs,";
  928.        }
  929.  
  930.        .cdwCGz {
  931.            -webkit-flex-wrap: wrap;
  932.            -ms-flex-wrap: wrap;
  933.            flex-wrap: wrap;
  934.        }
  935.  
  936.        data-styled.g105[id="sc-hAsxaJ"] {
  937.            content: "cdwCGz,";
  938.        }
  939.  
  940.        .ehXbUL {
  941.            color: rgba(0, 0, 0, 0.54);
  942.            margin-right: 5px;
  943.        }
  944.  
  945.        data-styled.g106[id="sc-kYWVYA"] {
  946.            content: "ehXbUL,";
  947.        }
  948.  
  949.        .kyWFgx {
  950.            padding: 0.25rem 0.75rem;
  951.            border-radius: 0.25rem;
  952.            boreder: 1px solid #668a89;
  953.            background-color: #fce1d2;
  954.        }
  955.  
  956.        data-styled.g107[id="sc-yeoIj"] {
  957.            content: "kyWFgx,";
  958.        }
  959.  
  960.        .kDZQwg {
  961.            -webkit-flex: 1;
  962.            -ms-flex: 1;
  963.            flex: 1;
  964.        }
  965.  
  966.        data-styled.g108[id="sc-dWINGa"] {
  967.            content: "kDZQwg,";
  968.        }
  969.  
  970.        .eLVeIc {
  971.            margin-right: 5px;
  972.            line-height: 0;
  973.        }
  974.  
  975.        data-styled.g109[id="sc-jGprRt"] {
  976.            content: "eLVeIc,";
  977.        }
  978.  
  979.        .iBbIkR {
  980.            color: rgba(0, 0, 0, 0.54);
  981.        }
  982.  
  983.        data-styled.g110[id="sc-bPyhqo"] {
  984.            content: "iBbIkR,";
  985.        }
  986.  
  987.        .gCrGxX {
  988.            width: 0.5rem;
  989.            height: 0.75rem;
  990.        }
  991.  
  992.        data-styled.g111[id="sc-fWIMVQ"] {
  993.            content: "gCrGxX,";
  994.        }
  995.  
  996.        .hBAcFV {
  997.            color: rgba(0, 0, 0, 0.54);
  998.        }
  999.  
  1000.        data-styled.g114[id="sc-eEOqmf"] {
  1001.            content: "hBAcFV,";
  1002.        }
  1003.  
  1004.        .keJZZb {
  1005.            font-size: 0.75rem;
  1006.        }
  1007.  
  1008.        data-styled.g120[id="sc-caXVBt"] {
  1009.            content: "keJZZb,";
  1010.        }
  1011.  
  1012.        .kPjSFG {
  1013.            font-size: 0.875rem;
  1014.            text-transform: capitalize;
  1015.        }
  1016.  
  1017.        data-styled.g128[id="sc-eXBvqI"] {
  1018.            content: "kPjSFG,";
  1019.        }
  1020.  
  1021.        .flowSi {
  1022.            color: rgba(0, 0, 0, 0.87);
  1023.        }
  1024.  
  1025.        data-styled.g129[id="sc-iFwKgL"] {
  1026.            content: "flowSi,";
  1027.        }
  1028.  
  1029.        .hvyYKF {
  1030.            color: #ee4d2d;
  1031.        }
  1032.  
  1033.        data-styled.g130[id="sc-iqGgem"] {
  1034.            content: "hvyYKF,";
  1035.        }
  1036.  
  1037.        .gFwFKL {
  1038.            margin-right: 5px;
  1039.        }
  1040.  
  1041.        data-styled.g131[id="sc-eVQfli"] {
  1042.            content: "gFwFKL,";
  1043.        }
  1044.  
  1045.        .WwRSI {
  1046.            height: 11px;
  1047.        }
  1048.  
  1049.        data-styled.g132[id="sc-kTvvXX"] {
  1050.            content: "WwRSI,";
  1051.        }
  1052.  
  1053.        .gDprnz {
  1054.            margin-top: 0.75rem;
  1055.            overflow-y: scroll;
  1056.            overflow-x: auto;
  1057.            white-space: nowrap;
  1058.        }
  1059.  
  1060.        data-styled.g133[id="sc-dvwKko"] {
  1061.            content: "gDprnz,";
  1062.        }
  1063.  
  1064.        .dHIfzN {
  1065.            background-color: white;
  1066.            display: inline-block;
  1067.            -webkit-flex-shrink: 0;
  1068.            -ms-flex-negative: 0;
  1069.            flex-shrink: 0;
  1070.        }
  1071.  
  1072.        data-styled.g134[id="sc-jtcaXd"] {
  1073.            content: "dHIfzN,";
  1074.        }
  1075.  
  1076.        .beEquV {
  1077.            position: relative;
  1078.        }
  1079.  
  1080.        data-styled.g135[id="sc-elYLMi"] {
  1081.            content: "beEquV,";
  1082.        }
  1083.  
  1084.        .gJFBnv {
  1085.            position: absolute;
  1086.            right: 0;
  1087.            top: 0;
  1088.        }
  1089.  
  1090.        data-styled.g136[id="sc-kjEcyX"] {
  1091.            content: "gJFBnv,";
  1092.        }
  1093.  
  1094.        .fGNqzT {
  1095.            padding: 8px 9px;
  1096.        }
  1097.  
  1098.        data-styled.g137[id="sc-cLFqLo"] {
  1099.            content: "fGNqzT,";
  1100.        }
  1101.  
  1102.        .dIzKxT {
  1103.            margin-right: 5px;
  1104.        }
  1105.  
  1106.        data-styled.g138[id="sc-iJkHyd"] {
  1107.            content: "dIzKxT,";
  1108.        }
  1109.  
  1110.        .dbyjDF {
  1111.            height: 2.5rem;
  1112.            line-height: 1.25rem;
  1113.            margin-bottom: 0.375rem;
  1114.            white-space: normal;
  1115.        }
  1116.  
  1117.        data-styled.g139[id="sc-grVGCS"] {
  1118.            content: "dbyjDF,";
  1119.        }
  1120.  
  1121.        .kCLoah {
  1122.            height: 1.0625rem;
  1123.            margin-bottom: 0.375rem;
  1124.        }
  1125.  
  1126.        data-styled.g140[id="sc-afnQL"] {
  1127.            content: "kCLoah,";
  1128.        }
  1129.  
  1130.        .dEYeuC {
  1131.            color: rgba(0, 0, 0, 0.26);
  1132.            -webkit-text-decoration: line-through;
  1133.            text-decoration: line-through;
  1134.            margin-right: 3px;
  1135.            -webkit-flex-shrink: 1;
  1136.            -ms-flex-negative: 1;
  1137.            flex-shrink: 1;
  1138.        }
  1139.  
  1140.        data-styled.g141[id="sc-kngDgl"] {
  1141.            content: "dEYeuC,";
  1142.        }
  1143.  
  1144.        .dqIiOP {
  1145.            color: #ee4d2d;
  1146.            white-space: nowrap;
  1147.            -webkit-flex-shrink: 0;
  1148.            -ms-flex-negative: 0;
  1149.            flex-shrink: 0;
  1150.            max-width: calc(100% - 25px);
  1151.        }
  1152.  
  1153.        data-styled.g142[id="sc-cwpsFg"] {
  1154.            content: "dqIiOP,";
  1155.        }
  1156.  
  1157.        .hkeMrl {
  1158.            margin-left: 5px;
  1159.            height: 12px;
  1160.            width: 20px;
  1161.            -webkit-flex: 0 0 auto;
  1162.            -ms-flex: 0 0 auto;
  1163.            flex: 0 0 auto;
  1164.        }
  1165.  
  1166.        data-styled.g143[id="sc-dkSuNL"] {
  1167.            content: "hkeMrl,";
  1168.        }
  1169.  
  1170.        .cXTlZC {
  1171.            height: 0.875rem;
  1172.            -webkit-box-pack: justify;
  1173.            -webkit-justify-content: space-between;
  1174.            -ms-flex-pack: justify;
  1175.            justify-content: space-between;
  1176.        }
  1177.  
  1178.        data-styled.g144[id="sc-gJwTLC"] {
  1179.            content: "cXTlZC,";
  1180.        }
  1181.  
  1182.        .euTzwk {
  1183.            -webkit-flex: 1;
  1184.            -ms-flex: 1;
  1185.            flex: 1;
  1186.        }
  1187.  
  1188.        data-styled.g145[id="sc-fxvKuh"] {
  1189.            content: "euTzwk,";
  1190.        }
  1191.  
  1192.        .dVeDLH {
  1193.            color: rgba(0, 0, 0, 0.26);
  1194.        }
  1195.  
  1196.        data-styled.g146[id="sc-iWajrY"] {
  1197.            content: "dVeDLH,";
  1198.        }
  1199.  
  1200.        .gSJDYJ {
  1201.            width: 0.75rem;
  1202.            height: 0.75rem;
  1203.            margin-right: 2px;
  1204.        }
  1205.  
  1206.        data-styled.g147[id="sc-jKDlA-D"] {
  1207.            content: "gSJDYJ,";
  1208.        }
  1209.  
  1210.        .gKLQRJ {
  1211.            color: rgba(0, 0, 0, 0.26);
  1212.        }
  1213.  
  1214.        data-styled.g148[id="sc-bTMaZy"] {
  1215.            content: "gKLQRJ,";
  1216.        }
  1217.  
  1218.        .bMDgfD {
  1219.            color: #ee4d2d;
  1220.        }
  1221.  
  1222.        data-styled.g151[id="sc-hZFzCs"] {
  1223.            content: "bMDgfD,";
  1224.        }
  1225.  
  1226.        .danCmo {
  1227.            color: #ee4d2d;
  1228.        }
  1229.  
  1230.        data-styled.g152[id="sc-cHPgQl"] {
  1231.            content: "danCmo,";
  1232.        }
  1233.  
  1234.        .kVxmsj {
  1235.            margin-left: 0.75rem;
  1236.        }
  1237.  
  1238.        data-styled.g153[id="sc-KfMfS"] {
  1239.            content: "kVxmsj,";
  1240.        }
  1241.  
  1242.        .bqgGMJ {
  1243.            color: rgba(0, 0, 0, 0.87);
  1244.            margin-bottom: 4px;
  1245.        }
  1246.  
  1247.        data-styled.g154[id="sc-gHLcSH"] {
  1248.            content: "bqgGMJ,";
  1249.        }
  1250.  
  1251.        .kEjKYd {
  1252.            color: #ee4d2d;
  1253.            border: 1px solid #ee4d2d;
  1254.            height: 24px;
  1255.            border-radius: 12px;
  1256.            padding: 0 8px;
  1257.        }
  1258.  
  1259.        data-styled.g155[id="sc-djUGQo"] {
  1260.            content: "kEjKYd,";
  1261.        }
  1262.  
  1263.        .kQaKZc {
  1264.            margin-top: 15px;
  1265.        }
  1266.  
  1267.        data-styled.g156[id="sc-jhzXDd"] {
  1268.            content: "kQaKZc,";
  1269.        }
  1270.  
  1271.        .cgdEyj {
  1272.            text-align: center;
  1273.            width: 0;
  1274.        }
  1275.  
  1276.        data-styled.g157[id="sc-hjQCSK"] {
  1277.            content: "cgdEyj,";
  1278.        }
  1279.  
  1280.        .vQanJ {
  1281.            font-size: 18px;
  1282.            color: #ee4d2d;
  1283.        }
  1284.  
  1285.        data-styled.g158[id="sc-bSakgD"] {
  1286.            content: "vQanJ,";
  1287.        }
  1288.  
  1289.        .gslZrL {
  1290.            font-size: 0.875rem;
  1291.            color: rgba(0, 0, 0, 0.54);
  1292.        }
  1293.  
  1294.        data-styled.g159[id="sc-jvLaUc"] {
  1295.            content: "gslZrL,";
  1296.        }
  1297.  
  1298.        .fzoogW {
  1299.            height: 25px;
  1300.            border-left: 1px solid rgba(0, 0, 0, 0.26);
  1301.        }
  1302.  
  1303.        data-styled.g160[id="sc-edUIhV"] {
  1304.            content: "fzoogW,";
  1305.        }
  1306.  
  1307.        .eAutZP {
  1308.            margin-bottom: 0.375rem;
  1309.            font-weight: 500;
  1310.        }
  1311.  
  1312.        data-styled.g168[id="sc-cUEIKg"] {
  1313.            content: "eAutZP,";
  1314.        }
  1315.  
  1316.        .hgRBVc {
  1317.            color: #ee4d2d;
  1318.        }
  1319.  
  1320.        data-styled.g169[id="sc-kItwNn"] {
  1321.            content: "hgRBVc,";
  1322.        }
  1323.  
  1324.        .cOsflk {
  1325.            margin-left: 5px;
  1326.            color: rgba(0, 0, 0, 0.54);
  1327.        }
  1328.  
  1329.        data-styled.g170[id="sc-ktCSKO"] {
  1330.            content: "cOsflk,";
  1331.        }
  1332.  
  1333.        .fettlV {
  1334.            height: 11px;
  1335.            margin-left: 5px;
  1336.        }
  1337.  
  1338.        data-styled.g171[id="sc-gYMRRK"] {
  1339.            content: "fettlV,";
  1340.        }
  1341.  
  1342.        .ilLZgT {
  1343.            color: #ee4d2d;
  1344.        }
  1345.  
  1346.        data-styled.g172[id="sc-bGWzfD"] {
  1347.            content: "ilLZgT,";
  1348.        }
  1349.  
  1350.        .ePIhAp {
  1351.            background-color: #fbfbfb;
  1352.            border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  1353.        }
  1354.  
  1355.        data-styled.g174[id="sc-gDeeJ"] {
  1356.            content: "ePIhAp,";
  1357.        }
  1358.  
  1359.        .gLliwM {
  1360.            padding: 0.625rem 0.75rem;
  1361.            width: 110px;
  1362.            color: rgba(0, 0, 0, 0.87);
  1363.            -webkit-flex-shrink: 0;
  1364.            -ms-flex-negative: 0;
  1365.            flex-shrink: 0;
  1366.        }
  1367.  
  1368.        data-styled.g175[id="sc-cjbZfG"] {
  1369.            content: "gLliwM,";
  1370.        }
  1371.  
  1372.        .GRZZE {
  1373.            padding: 0.625rem 0.75rem;
  1374.            color: rgba(0, 0, 0, 0.65);
  1375.            -webkit-flex-wrap: wrap;
  1376.            -ms-flex-wrap: wrap;
  1377.            flex-wrap: wrap;
  1378.            background-color: white;
  1379.            border-left: 1px solid rgba(0, 0, 0, 0.09);
  1380.        }
  1381.  
  1382.        data-styled.g176[id="sc-igHpSv"] {
  1383.            content: "GRZZE,";
  1384.        }
  1385.  
  1386.        .ldynIO {
  1387.            -webkit-flex-wrap: wrap;
  1388.            -ms-flex-wrap: wrap;
  1389.            flex-wrap: wrap;
  1390.            overflow: hidden;
  1391.        }
  1392.  
  1393.        data-styled.g177[id="sc-IIEeM"] {
  1394.            content: "ldynIO,";
  1395.        }
  1396.  
  1397.        .dufbJZ {
  1398.            margin: 0 -0.75rem 0.75rem -0.75rem;
  1399.            border-top: 1px solid rgba(0, 0, 0, 0.09);
  1400.        }
  1401.  
  1402.        data-styled.g179[id="sc-iuStju"] {
  1403.            content: "dufbJZ,";
  1404.        }
  1405.  
  1406.        .dUXvXG {
  1407.            color: rgba(0, 0, 0, 0.65);
  1408.            white-space: pre-wrap;
  1409.            word-break: break-all;
  1410.            font-size: 0.875rem;
  1411.        }
  1412.  
  1413.        data-styled.g180[id="sc-ddcaxn"] {
  1414.            content: "dUXvXG,";
  1415.        }
  1416.  
  1417.        .eaVwPQ {
  1418.            -webkit-box-pack: justify;
  1419.            -webkit-justify-content: space-between;
  1420.            -ms-flex-pack: justify;
  1421.            justify-content: space-between;
  1422.            margin-bottom: 0.5rem;
  1423.        }
  1424.  
  1425.        data-styled.g182[id="sc-hFrEEg"] {
  1426.            content: "eaVwPQ,";
  1427.        }
  1428.  
  1429.        .gRTUB {
  1430.            color: rgba(0, 0, 0, 0.87);
  1431.        }
  1432.  
  1433.        data-styled.g183[id="sc-itUGML"] {
  1434.            content: "gRTUB,";
  1435.        }
  1436.  
  1437.        .bIUMdb {
  1438.            height: 0.875rem;
  1439.            width: 0.875rem;
  1440.            margin: 0 4px;
  1441.        }
  1442.  
  1443.        data-styled.g184[id="sc-DdwlG"] {
  1444.            content: "bIUMdb,";
  1445.        }
  1446.  
  1447.        .bXKnhb {
  1448.            color: rgba(0, 0, 0, 0.87);
  1449.        }
  1450.  
  1451.        data-styled.g185[id="sc-dwVMhp"] {
  1452.            content: "bXKnhb,";
  1453.        }
  1454.  
  1455.        .ggumlY {
  1456.            margin-top: 5px;
  1457.            padding: 0.75rem;
  1458.        }
  1459.  
  1460.        data-styled.g186[id="sc-gVAlfg"] {
  1461.            content: "ggumlY,";
  1462.        }
  1463.  
  1464.        .hJMwQk {
  1465.            margin-right: 0.5rem;
  1466.            width: 141px;
  1467.        }
  1468.  
  1469.        data-styled.g187[id="sc-hKdnnL"] {
  1470.            content: "hJMwQk,";
  1471.        }
  1472.  
  1473.        .fgUmTl {
  1474.            z-index: 100;
  1475.            background-color: white;
  1476.            position: fixed;
  1477.            bottom: 0;
  1478.            width: 100%;
  1479.            max-width: 600px;
  1480.            height: 3rem;
  1481.            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.09);
  1482.            border-top: 1px solid rgba(0, 0, 0, 0.09);
  1483.        }
  1484.  
  1485.        data-styled.g188[id="sc-liHMlC"] {
  1486.            content: "fgUmTl,";
  1487.        }
  1488.  
  1489.        .jgXrTC {
  1490.            -webkit-flex: 1;
  1491.            -ms-flex: 1;
  1492.            flex: 1;
  1493.            background-color: #00bfa5;
  1494.            height: 100%;
  1495.            color: white;
  1496.            text-align: center;
  1497.            padding: 0 5px;
  1498.        }
  1499.  
  1500.        data-styled.g189[id="sc-cuqtlR"] {
  1501.            content: "jgXrTC,";
  1502.        }
  1503.  
  1504.        .ehlBsx {
  1505.            -webkit-flex: 2;
  1506.            -ms-flex: 2;
  1507.            flex: 2;
  1508.            background-color: #ee4d2d;
  1509.            color: white;
  1510.            height: 100%;
  1511.        }
  1512.  
  1513.        data-styled.g190[id="sc-fSUSjI"] {
  1514.            content: "ehlBsx,";
  1515.        }
  1516.  
  1517.        .dxlyBa {
  1518.            height: 24px;
  1519.            width: 24px;
  1520.        }
  1521.  
  1522.        data-styled.g192[id="sc-hQRsPl"] {
  1523.            content: "dxlyBa,";
  1524.        }
  1525.  
  1526.        .gKdCXz {
  1527.            height: 24px;
  1528.            width: 24px;
  1529.        }
  1530.  
  1531.        data-styled.g193[id="sc-fThYeS"] {
  1532.            content: "gKdCXz,";
  1533.        }
  1534.  
  1535.        .gqTzuw {
  1536.            font-size: 10px;
  1537.            white-space: nowrap;
  1538.            -webkit-flex: 0 1 auto;
  1539.            -ms-flex: 0 1 auto;
  1540.            flex: 0 1 auto;
  1541.            color: white;
  1542.        }
  1543.  
  1544.        data-styled.g194[id="sc-BrFsL"] {
  1545.            content: "gqTzuw,";
  1546.        }
  1547.  
  1548.        .itdHUx {
  1549.            padding: 20px 20px 0;
  1550.            color: rgba(0, 0, 0, 0.45);
  1551.        }
  1552.  
  1553.        data-styled.g199[id="sc-gPpHY"] {
  1554.            content: "itdHUx,";
  1555.        }
  1556.  
  1557.        .hiIVzz {
  1558.            height: 0.75rem;
  1559.            width: 0.75rem;
  1560.            position: absolute;
  1561.            top: 15px;
  1562.            right: 15px;
  1563.        }
  1564.  
  1565.        data-styled.g200[id="sc-geuGuN"] {
  1566.            content: "hiIVzz,";
  1567.        }
  1568.  
  1569.        .fILmgn {
  1570.            display: block;
  1571.            margin: 10px auto 40px;
  1572.        }
  1573.  
  1574.        data-styled.g201[id="sc-ckCjom"] {
  1575.            content: "fILmgn,";
  1576.        }
  1577.  
  1578.        .jeXtTw {
  1579.            font-size: 13px;
  1580.            color: rgba(0, 0, 0, 0.65);
  1581.            text-align: center;
  1582.            line-height: 16px;
  1583.        }
  1584.  
  1585.        data-styled.g202[id="sc-kIZKsT"] {
  1586.            content: "jeXtTw,";
  1587.        }
  1588.  
  1589.        .dzmeHB {
  1590.            margin: 2.25rem 0 1.25rem 0;
  1591.            background-color: rgb(238, 77, 45);
  1592.            border-radius: 4px;
  1593.            height: 2rem;
  1594.            line-height: 2rem;
  1595.            text-align: center;
  1596.        }
  1597.  
  1598.        data-styled.g203[id="sc-chKnlQ"] {
  1599.            content: "dzmeHB,";
  1600.        }
  1601.  
  1602.        .bhQbhw {
  1603.            color: white;
  1604.        }
  1605.  
  1606.        data-styled.g204[id="sc-kGhOqx"] {
  1607.            content: "bhQbhw,";
  1608.        }
  1609.  
  1610.        .cgVBSr {
  1611.            margin-top: 56px;
  1612.            background-color: rgb(239, 239, 239);
  1613.            padding-bottom: 4rem;
  1614.        }
  1615.  
  1616.        data-styled.g205[id="sc-bAKPPm"] {
  1617.            content: "cgVBSr,";
  1618.        }
  1619.    </style>
  1620.    <title>Agen slot provider sering maxwin dengan minimal deposit Rp10.000 | Rajacuan Indonesia</title>
  1621.    <meta name="description"
  1622.        content="Rajacuan agen slot provider sering maxwin dengan minimal deposit Rp10.000 Terbaru Mudah Menang Terlengkap" />
  1623.    <meta name="robots" content="index, follow" />
  1624.    <link rel="canonical" href="https://starlightprincess-rajacuan.web.app/" />
  1625.    <meta property="og:url" content="https://starlightprincess-rajacuan.web.app/" />
  1626.    <meta name="copyright" content="https://starlightprincess-rajacuan.web.app/"/>
  1627.    <meta property="og:title"
  1628.        content="Agen slot provider sering maxwin dengan minimal deposit Rp10.000 | Rajacuan Indonesia" />
  1629.    <meta property="og:description"
  1630.        content="Rajacuan agen slot provider sering maxwin dengan minimal deposit Rp10.000" />
  1631.    <meta property="og:type" content="website" />
  1632.    <meta property="og:image"
  1633.        content="https://firebasestorage.googleapis.com/v0/b/rajacuan-com.appspot.com/o/2.jpg?alt=media&token=98940c62-29c6-4c57-98fd-2428b8ce8a00" />
  1634.    <meta name="theme-color" content />
  1635.    <script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
  1636.    <script async custom-element="amp-lightbox" src="https://cdn.ampproject.org/v0/amp-lightbox-0.1.js"></script>
  1637.    <script type="application/ld+json">
  1638.            {
  1639.                "@context": "http://schema.org",
  1640.                "@type": "WebSite",
  1641.                "url": "https://starlightprincess-rajacuan.web.app/",
  1642.                "potentialAction": { "@type": "SearchAction", "target": "/search?keyword={search_term_string}", "query-input": "required name=search_term_string" },
  1643.                "name": "RAJACUAN"
  1644.            }
  1645.        </script>
  1646.    <script data-rh type="application/ld+json">
  1647.            {
  1648.                "@context": "http://schema.org",
  1649.                "@type": "Product",
  1650.                "name": "Starlight Princess",
  1651.                "description": "Starlight Princess Gacor By Pragmatic Play",
  1652.                "url": "https://starlightprincess-rajacuan.web.app/",
  1653.                "productID": "3112397215",
  1654.                "image": "https://rtpcuan.org/assets/image/starlight.jpg",
  1655.                "brand": "",
  1656.                "offers": { "@type": "Offer", "price": "990000.00", "priceCurrency": "IDR", "itemCondition": "NewCondition", "availability": "http://schema.org/InStock" }
  1657.            }
  1658.        </script>
  1659.    <script data-rh type="application/ld+json">
  1660.            {
  1661.                "@context": "http://schema.org",
  1662.                "@type": "BreadcrumbList",
  1663.                "itemListElement": [
  1664.                    { "@type": "ListItem", "position": 1, "item": { "@id": "#", "name": "RAJACUAN" } },
  1665.                    { "@type": "ListItem", "position": 2, "item": { "@id": "#Starlight-Princess-Gacor-By-Pragmatic-Play", "name": "Starlight Princess Gacor By Pragmatic Play" } }
  1666.                ]
  1667.            }
  1668.        </script>
  1669. </head>
  1670.  
  1671. <body>
  1672.    <div id="app">
  1673.        <div class="sc-bczRLJ ialLbj">
  1674.            <div>
  1675.                <div>
  1676.                    <div class="sc-hKMtZM bHWCxe vcenter">
  1677.                        <a href="#" id="navbar-header-back" class="sc-gsnTZi ilqZLp sc-dkzDqf kHQLZT">
  1678.                            <svg viewBox="0 0 22 17" class="sc-eCYdqJ bKOcYf svg-icon">
  1679.                                <g stroke="none" stroke-width="1" fill-rule="evenodd" transform="translate(-3, -6)">
  1680.                                    <path
  1681.                                        d="M5.78416545,15.2727801 L12.9866648,21.7122915 C13.286114,22.0067577 13.286114,22.4841029 12.9866648,22.7785691 C12.6864297,23.0738103 12.200709,23.0738103 11.9004739,22.7785691 L3.29347136,15.0837018 C3.27067864,15.0651039 3.23845445,15.072853 3.21723364,15.0519304 C3.06240034,14.899273 2.99480814,14.7001208 3.00030983,14.5001937 C2.99480814,14.3002667 3.06240034,14.1003396 3.21723364,13.9476821 C3.23845445,13.9275344 3.2714646,13.9345086 3.29425732,13.9166857 L11.9004739,6.22026848 C12.200709,5.92657717 12.6864297,5.92657717 12.9866648,6.22026848 C13.286114,6.51628453 13.286114,6.99362977 12.9866648,7.288096 L5.78416545,13.7276073 L24.2140442,13.7276073 C24.6478918,13.7276073 25,14.0739926 25,14.5001937 C25,14.9263948 24.6478918,15.2727801 24.2140442,15.2727801 L5.78416545,15.2727801 Z">
  1682.                                    </path>
  1683.                                </g>
  1684.                            </svg>
  1685.                        </a>
  1686.                        <div class="sc-jSMfEi kxZpbA flex-1">Rajacuan agen slot provider sering maxwin dengan minimal
  1687.                            deposit Rp10.000</div>
  1688.                        <a href="https://jalanpintas.digital/daftar" class="sc-gsnTZi ilqZLp sc-gKXOVf dHgCIm">
  1689.                            <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="25" height="30"
  1690.                                viewBox="0 0 64 64" style=" fill:#000000;">
  1691.                                <path
  1692.                                    d="M 31 2 C 15.007813 2 2 15.011719 2 31 C 2 46.988281 15.007813 60 31 60 C 46.992188 60 60 46.988281 60 31 C 60 15.011719 46.992188 2 31 2 Z M 31 4 C 45.886719 4 58 16.113281 58 31 C 58 45.886719 45.886719 58 31 58 C 16.113281 58 4 45.886719 4 31 C 4 16.113281 16.113281 4 31 4 Z M 30.5625 8.007813 C 24.671875 8.125 18.964844 10.507813 14.738281 14.734375 C 5.769531 23.703125 5.769531 38.292969 14.738281 47.261719 C 14.933594 47.457031 15.1875 47.554688 15.445313 47.554688 C 15.703125 47.554688 15.957031 47.457031 16.152344 47.261719 C 16.542969 46.871094 16.542969 46.238281 16.152344 45.847656 C 7.964844 37.660156 7.960938 24.339844 16.152344 16.152344 C 20.898438 11.402344 27.699219 9.203125 34.339844 10.265625 C 34.882813 10.355469 35.394531 9.980469 35.484375 9.4375 C 35.570313 8.890625 35.199219 8.375 34.65625 8.289063 C 33.289063 8.070313 31.921875 7.976563 30.5625 8.007813 Z M 38.65625 9.382813 C 38.269531 9.402344 37.910156 9.648438 37.765625 10.035156 C 37.570313 10.554688 37.832031 11.128906 38.351563 11.324219 C 39.0625 11.585938 39.765625 11.894531 40.449219 12.238281 C 40.59375 12.3125 40.75 12.347656 40.902344 12.347656 C 41.265625 12.347656 41.617188 12.148438 41.796875 11.796875 C 42.042969 11.308594 41.84375 10.703125 41.351563 10.453125 C 40.601563 10.078125 39.828125 9.738281 39.050781 9.445313 C 38.921875 9.398438 38.789063 9.378906 38.65625 9.382813 Z M 44.433594 12.675781 C 44.179688 12.707031 43.9375 12.835938 43.765625 13.050781 C 43.425781 13.488281 43.5 14.113281 43.9375 14.453125 C 44.601563 14.976563 45.246094 15.546875 45.847656 16.152344 C 54.039063 24.339844 54.039063 37.660156 45.847656 45.847656 C 45.457031 46.242188 45.457031 46.871094 45.847656 47.265625 C 46.042969 47.457031 46.300781 47.558594 46.558594 47.558594 C 46.8125 47.558594 47.070313 47.457031 47.265625 47.265625 C 56.230469 38.296875 56.230469 23.703125 47.265625 14.734375 C 46.605469 14.078125 45.898438 13.449219 45.171875 12.878906 C 44.953125 12.710938 44.6875 12.644531 44.433594 12.675781 Z M 31 18 C 30.449219 18 30 18.445313 30 19 L 30 30 L 19 30 C 18.449219 30 18 30.445313 18 31 C 18 31.554688 18.449219 32 19 32 L 30 32 L 30 43 C 30 43.554688 30.449219 44 31 44 C 31.550781 44 32 43.554688 32 43 L 32 32 L 43 32 C 43.550781 32 44 31.554688 44 31 C 44 30.445313 43.550781 30 43 30 L 32 30 L 32 19 C 32 18.445313 31.550781 18 31 18 Z M 21.375 47.394531 C 20.984375 47.347656 20.589844 47.527344 20.386719 47.886719 L 19.386719 49.617188 C 19.109375 50.097656 19.269531 50.707031 19.75 50.984375 C 19.90625 51.074219 20.078125 51.117188 20.25 51.117188 C 20.59375 51.117188 20.929688 50.9375 21.113281 50.617188 L 22.113281 48.886719 C 22.390625 48.410156 22.230469 47.796875 21.75 47.519531 C 21.628906 47.453125 21.5 47.410156 21.375 47.394531 Z M 40.625 47.394531 C 40.5 47.410156 40.371094 47.453125 40.25 47.519531 C 39.769531 47.796875 39.609375 48.410156 39.886719 48.890625 L 40.886719 50.621094 C 41.070313 50.941406 41.40625 51.121094 41.75 51.121094 C 41.921875 51.121094 42.09375 51.074219 42.25 50.984375 C 42.730469 50.707031 42.890625 50.097656 42.613281 49.621094 L 41.613281 47.890625 C 41.410156 47.53125 41.015625 47.347656 40.625 47.394531 Z M 36.1875 49.34375 C 36.058594 49.324219 35.921875 49.332031 35.785156 49.371094 C 35.253906 49.511719 34.9375 50.0625 35.078125 50.59375 L 35.597656 52.527344 C 35.71875 52.972656 36.121094 53.265625 36.5625 53.265625 C 36.648438 53.265625 36.734375 53.257813 36.824219 53.234375 C 37.355469 53.089844 37.671875 52.542969 37.53125 52.011719 L 37.015625 50.078125 C 36.90625 49.675781 36.570313 49.398438 36.1875 49.34375 Z M 25.8125 49.34375 C 25.429688 49.398438 25.09375 49.675781 24.984375 50.078125 L 24.46875 52.011719 C 24.324219 52.542969 24.640625 53.089844 25.175781 53.234375 C 25.261719 53.257813 25.351563 53.265625 25.4375 53.265625 C 25.875 53.265625 26.28125 52.972656 26.402344 52.527344 L 26.917969 50.59375 C 27.0625 50.0625 26.746094 49.511719 26.214844 49.371094 C 26.078125 49.332031 25.941406 49.328125 25.8125 49.34375 Z M 31 50 C 30.449219 50 30 50.445313 30 51 L 30 53 C 30 53.554688 30.449219 54 31 54 C 31.550781 54 32 53.554688 32 53 L 32 51 C 32 50.445313 31.550781 50 31 50 Z">
  1693.                                </path>
  1694.                            </svg>
  1695.                        </a>
  1696.                        <div class="relative" on="tap:navbar-overlay.toggleVisibility,menu.toggleVisibility"
  1697.                            role="button" tabindex="0">
  1698.                            <svg viewBox="0 0 24 6" class="sc-jqUVSM dizBDf svg-icon no-outline" id="showMenu"
  1699.                                role="button" tabindex="0">
  1700.                                <g stroke-width="1" fill="none" fill-rule="evenodd">
  1701.                                    <g transform="translate(-342.000000, -39.000000)">
  1702.                                        <g transform="translate(0.000000, 20.000000)">
  1703.                                            <path
  1704.                                                d="M354,24.5 C352.619288,24.5 351.5,23.3807119 351.5,22 C351.5,20.6192881 352.619288,19.5 354,19.5 C355.380712,19.5 356.5,20.6192881 356.5,22 C356.5,23.3807119 355.380712,24.5 354,24.5 Z M345,24.5 C343.619288,24.5 342.5,23.3807119 342.5,22 C342.5,20.6192881 343.619288,19.5 345,19.5 C346.380712,19.5 347.5,20.6192881 347.5,22 C347.5,23.3807119 346.380712,24.5 345,24.5 Z M363,24.5 C361.619288,24.5 360.5,23.3807119 360.5,22 C360.5,20.6192881 361.619288,19.5 363,19.5 C364.380712,19.5 365.5,20.6192881 365.5,22 C365.5,23.3807119 364.380712,24.5 363,24.5 Z">
  1705.                                            </path>
  1706.                                        </g>
  1707.                                    </g>
  1708.                                </g>
  1709.                            </svg>
  1710.                            <div hidden="" id="menu" class="sc-kDDrLX hqwnuA" style="display: none;">
  1711.                                <a href="#" class="sc-gsnTZi ilqZLp sc-iqcoie bWVzrf font14 vcenter">
  1712.                                    <svg class="sc-ftvSup gemrep svg-icon" viewBox="0 0 19 20">
  1713.                                        <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.9">
  1714.                                            <g transform="translate(-171.000000, -112.000000)">
  1715.                                                <g transform="translate(-1.000000, 0.000000)">
  1716.                                                    <g transform="translate(155.000000, 52.000000)">
  1717.                                                        <g transform="translate(15.000000, 14.000000)">
  1718.                                                            <g transform="translate(2.500000, 47.000000)">
  1719.                                                                <g transform="translate(0.000000, 3.493636)">
  1720.                                                                    <path
  1721.                                                                        d="M1.05872727,0.597272727 C-0.101454545,0.698727273 0.137454545,1.82454545 0.137454545,1.82454545 L1.05872727,13.131 C1.05872727,13.131 0.972818182,14.8508182 3.18354545,14.9154545 C3.32590909,14.9154545 13.9434545,14.9121818 14.2240909,14.9154545 C16.362,14.7820909 16.344,13.131 16.344,13.131 L17.2808182,1.82454545 C17.2808182,1.82454545 17.5090909,0.681545455 16.344,0.597272727 L1.05872727,0.597272727 Z"
  1722.                                                                        stroke-opacity="0.87" stroke="#000000"></path>
  1723.                                                                    <path
  1724.                                                                        d="M6.55903636,4.27230352 C5.98221818,4.84339443 5.71630909,5.90866716 6.0984,6.63439443 C6.40358182,7.21530352 6.93867273,7.49348534 7.54003636,7.7700308 C8.23385455,8.08830352 8.87530909,8.15130352 9.55276364,8.50721261 C10.0764,8.78130352 10.9248545,9.16257625 10.9854,9.78684898 C11.0459455,10.4111217 10.7644909,10.9576672 10.2114,11.2980308 C8.87776364,12.1162126 7.41730909,11.5246672 6.22030909,10.6647581 C6.06730909,10.5551217 5.74821818,10.659849 5.65821818,10.8005763 C5.55021818,10.9707581 5.58949091,11.3299399 5.74085455,11.4387581 C6.9174,12.2831217 8.51121818,12.7093944 9.96185455,12.3084853 C10.6057636,12.1301217 11.2226727,11.7815763 11.5589455,11.2186672 C11.9336727,10.5927581 12.0449455,9.69275807 11.6579455,9.07093989 C11.0786727,8.14148534 10.0044,7.67921261 8.95058182,7.37157625 C8.6544,7.28566716 8.18803636,7.12448534 7.91476364,6.99193989 C7.40912727,6.74566716 6.89367273,6.50021261 6.81267273,5.91521261 C6.68094545,4.97512171 7.50812727,4.40812171 8.39094545,4.27230352 C9.20176364,4.14793989 9.8784,4.42284898 10.5435818,4.85975807 C10.9183091,5.1060308 11.4362182,4.40157625 11.0647636,4.15775807 C9.76549091,3.30521261 7.72821818,3.11457625 6.55903636,4.27230352"
  1725.                                                                        fill-opacity="0.87" fill="#000000"></path>
  1726.                                                                </g>
  1727.                                                                <path
  1728.                                                                    d="M4.73522727,4.122 C5.07722727,2.02336364 6.72586364,0.409090909 8.7075,0.409090909 C10.7046818,0.409090909 12.3631364,2.04790909 12.6871364,4.17027273"
  1729.                                                                    stroke-opacity="0.87" stroke="#000000"></path>
  1730.                                                            </g>
  1731.                                                        </g>
  1732.                                                    </g>
  1733.                                                </g>
  1734.                                            </g>
  1735.                                        </g>
  1736.                                    </svg>
  1737.                                    Kembali ke halaman utama
  1738.                                </a>
  1739.                            </div>
  1740.                            <div hidden="" id="navbar-overlay"
  1741.                                on="tap:navbar-overlay.toggleVisibility,menu.toggleVisibility" role="button"
  1742.                                tabindex="0" class="sc-crXcEl RlmWH"></div>
  1743.                        </div>
  1744.                    </div>
  1745.                </div>
  1746.                <div class="sc-bAKPPm cgVBSr">
  1747.                    <amp-lightbox id="download-app-popup" layout="nodisplay">
  1748.                        <div class="center popup-overlay">
  1749.                            <div class="popup-container">
  1750.                                <div class="sc-gPpHY itdHUx relative">
  1751.                                    <div class="no-outline" on="tap:download-app-popup.close" role="button"
  1752.                                        tabindex="0">
  1753.                                        <svg class="sc-geuGuN hiIVzz svg-icon" viewBox="0 0 11 11">
  1754.                                            <path stroke="none"
  1755.                                                d="m10.7 9.2l-3.8-3.8 3.8-3.7c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0l-3.8 3.7-3.8-3.7c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l3.8 3.7-3.8 3.8c-.4.4-.4 1 0 1.4.2.2.5.3.7.3.3 0 .5-.1.7-.3l3.8-3.8 3.8 3.8c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4z">
  1756.                                            </path>
  1757.                                        </svg>
  1758.                                    </div>
  1759.                                    <svg width="65" height="65" viewBox="0 0 65 65" class="sc-ckCjom fILmgn">
  1760.                                        <defs>
  1761.                                            <linearGradient id="primary-gradient" x1="18.6620671%" y1="30.1484692%"
  1762.                                                x2="79.4034091%" y2="84.6504958%">
  1763.                                                <stop stop-color="#FF6633" offset="0%"></stop>
  1764.                                                <stop stop-color="#F53D2D" offset="100%"></stop>
  1765.                                            </linearGradient>
  1766.                                        </defs>
  1767.                                        <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  1768.                                            <g fill="url(#primary-gradient)">
  1769.                                                <rect x="0" y="0" width="65" height="64.7936508" rx="8"></rect>
  1770.                                            </g>
  1771.                                            <path
  1772.                                                d="M54.0965583,20.627043 L52.5351138,52.0872315 C52.5341038,52.1423324 52.531856,52.1977094 52.528344,52.253342 C52.5268787,52.2765537 52.5252368,52.2997209 52.5234199,52.3228421 L52.5219458,52.3525429 L52.5209012,52.3535551 C52.3322962,54.5610862 50.547015,56.3419011 48.3429124,56.4016755 L48.3415624,56.4029835 L48.2737311,56.4029835 C48.2586585,56.4031449 48.2435669,56.4032258 48.2284569,56.4032258 C48.2133469,56.4032258 48.1982625,56.4031449 48.1832039,56.4029835 L16.3372839,56.4029835 L16.3324599,56.39811 C14.1660395,56.3170398 12.5729834,54.5608753 12.355537,52.3803398 L12.3520951,52.3768625 L12.3490737,52.3107039 C12.3473709,52.2908864 12.3457814,52.2710353 12.344306,52.2511514 C12.3377327,52.1625666 12.3344379,52.0746319 12.3343102,51.9874292 L10.9032258,20.6511273 L10.9103355,20.6511273 C10.9085154,20.6274167 10.9075885,20.6034561 10.9075885,20.5792791 C10.9075885,20.0737286 11.3128443,19.6628278 11.8162284,19.6536949 L21.8555556,19.6535396 C22.1016422,13.1520154 26.7735383,7.96774194 32.5007961,7.96774194 C38.228054,7.96774194 42.89995,13.1520154 43.1460364,19.6535345 L53.1567532,19.6535396 C53.1614958,19.6535755 53.166247,19.6535396 53.1710065,19.6535396 C53.6822939,19.6535396 54.0967742,20.0680073 54.0967742,20.5792791 C54.0967742,20.5952987 54.0963673,20.6112232 54.0955632,20.627043 Z M24.7674088,19.6535396 L40.2341835,19.6535396 C40.0750643,14.7295685 36.6735921,10.7959118 32.5007961,10.7959118 C28.3280002,10.7959118 24.926528,14.7295685 24.7674088,19.6535396 Z M24.3462772,47.0594461 C25.0548827,47.6501777 25.9948411,48.296223 26.635985,48.6231991 C28.397068,49.5213311 30.3089649,50.0136566 32.3428288,50.0908895 C33.6507212,50.1793814 35.3004257,49.8982918 36.5312755,49.3758512 C38.7425531,48.4372628 40.1703741,46.5621741 40.4559726,44.2220167 C40.9187521,40.4300602 38.4762903,38.0110863 32.0296777,35.9533641 C28.9072849,34.8877259 27.4363093,33.4924557 27.470762,31.5687985 C27.601125,29.4392858 29.58495,27.8862294 32.2157501,27.8343738 C34.0391372,27.8706107 36.0648465,28.3162699 38.0343956,29.6305097 C38.2684196,29.7778776 38.4332312,29.7547792 38.5662832,29.553483 C38.7485999,29.2600756 39.2012226,28.5556656 39.3533572,28.3031002 C39.4563193,28.1382031 39.4763759,27.9251525 39.2155486,27.7349584 C38.8421334,27.4578895 37.7949857,26.8970401 37.2329635,26.6617402 C35.7054738,26.0222315 33.9912072,25.6195556 32.1632249,25.6232758 C28.3119902,25.6394077 25.2772249,28.0761468 25.0239516,31.3280955 C24.8583922,33.6747109 26.0198279,35.5808553 28.5136217,37.0340716 C29.0421631,37.3420703 31.9029904,38.4801146 33.0409444,38.8344759 C36.6205399,39.9491695 38.4791017,41.9473649 38.0416068,44.2771425 C37.6446703,46.3909357 35.4211995,47.7560481 32.3562946,47.797612 C29.9261783,47.7050023 27.7393184,46.714228 26.0436597,45.3950294 C26.0007679,45.3629091 25.7877293,45.1977914 25.7589067,45.1756348 C25.5490428,45.0114465 25.3203126,45.0221407 25.1809794,45.2345051 C25.0779203,45.3908926 24.4226172,46.337513 24.2571153,46.5860846 C24.1017786,46.8047334 24.1849041,46.9252377 24.3462772,47.0594461 Z"
  1773.                                                fill="#FFFFFF"></path>
  1774.                                        </g>
  1775.                                    </svg>
  1776.                                    <div class="sc-chKnlQ dzmeHB">
  1777.                                        <a href="#universal-link/starlight-princess-rajacuan"
  1778.                                            class="sc-gsnTZi ilqZLp sc-kGhOqx bhQbhw">Download Sekarang</a>
  1779.                                    </div>
  1780.                                </div>
  1781.                            </div>
  1782.                        </div>
  1783.                    </amp-lightbox>
  1784.                    <div class="relative">
  1785.                        <amp-carousel height="400" width="400" controls layout="responsive" type="slides"
  1786.                            id="productCarouselNormal"
  1787.                            on="slideChange:AMP.setState({globalState: {selectedSlide: event.index}})">
  1788.                            <div class="center">
  1789.                                <div class="normal"
  1790.                                    [class]="globalState.adultFilterDisplay == true ? 'small' : 'normal'">
  1791.                                    <amp-img height="0" width="0" layout="fill" alt="Starlight-Princess-Rajacuan"
  1792.                                        src="https://firebasestorage.googleapis.com/v0/b/rajacuan-com.appspot.com/o/2.jpg?alt=media&token=98940c62-29c6-4c57-98fd-2428b8ce8a00" />
  1793.                                </div>
  1794.                            </div>
  1795.                        </amp-carousel>
  1796.                    </div>
  1797.                    <div class="sc-jIAOiI hEcDEp">
  1798.                        <div class="sc-ZyCDH hSUAuX flex">
  1799.                            <div class="sc-hlnMnd hXJbTp two-line-text flex-1 font16">Rajacuan agen slot provider sering
  1800.                                maxwin dengan minimal deposit</div>
  1801.                        </div>
  1802.                        <div class="sc-ZyCDH hSUAuX vcenter">
  1803.                            <div class="sc-kIKDeO bMahoW">Rp10.000</div>
  1804.                        </div>
  1805.                        <div class="sc-ZyCDH sc-jOhDuK hSUAuX fhjBhI vcenter">
  1806.                            <a href="#shop/44589378/item/5448232140/rating/" class="sc-gsnTZi ilqZLp vcenter">
  1807.                                <div class="sc-hNKHps iDOUms vcenter">
  1808.                                    <div class="sc-cZwWEu iLVdjJ">Anti Rungkad</div>
  1809.                                </div>
  1810.                            </a>
  1811.                            <div class="sc-jTYCaT jugmbl"></div>
  1812.                            <div class="sc-jQHtVU lgbGGQ vcenter">Favorit: 1,000,000x</div>
  1813.                        </div>
  1814.                        <a href="#starlight-princess-rajacuan" class="sc-gsnTZi ilqZLp sc-fvNpTx dqrmRj">
  1815.                            <div class="sc-ZyCDH hSUAuX vcenter">
  1816.                                <div class="sc-HzFiz bjmtFY font10">Daftar</div>
  1817.                                <div class="sc-HzFiz bjmtFY font10">Main</div>
  1818.                            </div>
  1819.                        </a>
  1820.                    </div>
  1821.                    <div class="sc-bWXABl kQURs">
  1822.                        <div class="no-outline" role="button" tabindex="0"
  1823.                            on="tap:variationContent.toggleVisibility,arrowDownIcon.toggleVisibility,arrowUpIcon.toggleVisibility">
  1824.                            <div class="sc-duzrYq ecsxOs flex-space-between">
  1825.                                <div class="vcenter">
  1826.                                    <div>Jam Gacor</div>
  1827.                                    <div class="sc-dkdnUF hDVKUs font12">(00-01 : 06:00)</div>
  1828.                                </div>
  1829.                                <svg id="arrowDownIcon" class="sc-WCkqM gFgqwh svg-icon" viewBox="0 0 11 11">
  1830.                                    <path stroke="none"
  1831.                                        d="m11 2.5c0 .1 0 .2-.1.3l-5 6c-.1.1-.3.2-.4.2s-.3-.1-.4-.2l-5-6c-.2-.2-.1-.5.1-.7s.5-.1.7.1l4.6 5.5 4.6-5.5c.2-.2.5-.2.7-.1.1.1.2.3.2.4z">
  1832.                                    </path>
  1833.                                </svg>
  1834.                                <svg hidden="" id="arrowUpIcon" class="sc-ikjQzJ ejNxCv svg-icon" viewBox="0 0 11 11">
  1835.                                    <path stroke="none"
  1836.                                        d="m11 8.5c0-.1 0-.2-.1-.3l-5-6c-.1-.1-.3-.2-.4-.2s-.3.1-.4.2l-5 6c-.2.2-.1.5.1.7s.5.1.7-.1l4.6-5.5 4.6 5.5c.2.2.5.2.7.1.1-.1.2-.3.2-.4z">
  1837.                                    </path>
  1838.                                </svg>
  1839.                            </div>
  1840.                        </div>
  1841.                        <div class="sc-tsFYE hTnWWe hairline-border-top" hidden="" id="variationContent">
  1842.                            <div class="sc-bhVIhj jwYPUz vcenter">
  1843.                                <div class="sc-eGAhfa iLiZjs text-overflow-ellipsis"></div>
  1844.                                <div class="sc-hAsxaJ cdwCGz vcenter flex-1 flex-justify-end">
  1845.                                    <div class="sc-kYWVYA ehXbUL"></div>
  1846.                                </div>
  1847.                            </div>
  1848.                            <div class="sc-bhVIhj jwYPUz vcenter">
  1849.                                <div class="sc-eGAhfa iLiZjs text-overflow-ellipsis">produk:</div>
  1850.                                <div class="sc-hAsxaJ cdwCGz vcenter flex-1 flex-justify-end">
  1851.                                    <div class="sc-kYWVYA ehXbUL"><strong>starlight princess</strong></div>
  1852.                                </div>
  1853.                            </div>
  1854.                        </div>
  1855.                    </div>
  1856.                    <div class="sc-bWXABl kQURs page-section">
  1857.                        <a href="https://www.rajacuan.com/" rel="noopener noreferrer" class="sc-gsnTZi ilqZLp">
  1858.                            <div class="sc-yeoIj kyWFgx vcenter">
  1859.                                <div class="sc-dWINGa kDZQwg">
  1860.                                    <div class="vcenter">
  1861.                                        <div class="sc-jGprRt eLVeIc">
  1862.                                            <amp-img
  1863.                                                src="https://deo.shopeemobile.com/shopee/shopee-amp-live-id/assets/af7d38a28f444817ed2e6941bc0b3574.png"
  1864.                                                height="18" width="18"></amp-img>
  1865.                                        </div>
  1866.                                        <div>Bonus Mingguan</div>
  1867.                                    </div>
  1868.                                    <div class="sc-bPyhqo iBbIkR font12">Terima jackpot tanpa ribet dengan mendaftar di
  1869.                                        situs rajacuan, karna menang berapapun pasti di bayar ya</div>
  1870.                                </div>
  1871.                                <svg class="sc-fWIMVQ gCrGxX" viewBox="0 0 11 11">
  1872.                                    <path stroke="none"
  1873.                                        d="m2.5 11c .1 0 .2 0 .3-.1l6-5c .1-.1.2-.3.2-.4s-.1-.3-.2-.4l-6-5c-.2-.2-.5-.1-.7.1s-.1.5.1.7l5.5 4.6-5.5 4.6c-.2.2-.2.5-.1.7.1.1.3.2.4.2z">
  1874.                                    </path>
  1875.                                </svg>
  1876.                            </div>
  1877.                        </a>
  1878.                    </div>
  1879.                    <div class="sc-bWXABl kQURs page-section">
  1880.                        <amp-lightbox id="response-popup" layout="nodisplay">
  1881.                            <div class="center popup-overlay">
  1882.                                <div class="popup-container">
  1883.                                    <div class="sc-evZas cgmtSs">Persentase chat dibalas menunjukkan seberapa cepat
  1884.                                        Penjual membalas chat dan penawaran yang diterima.</div>
  1885.                                    <div class="sc-breuTD kstDpv vcenter flex-justify-space-between">
  1886.                                        <div class="sc-ksZaOG eDWokS center flex-1"><a href="#help_center/answer/2264/"
  1887.                                                class="sc-gsnTZi ilqZLp sc-hZFzCs bMDgfD font14">Pelajari Lebih
  1888.                                                Lanjut</a></div>
  1889.                                        <div class="sc-hAZoDl jAPoms"></div>
  1890.                                        <div class="sc-ksZaOG eDWokS center flex-1">
  1891.                                            <div class="center full" role="button" tabindex="0"
  1892.                                                on="tap:response-popup.close">
  1893.                                                <div class="sc-cHPgQl danCmo font14">OK</div>
  1894.                                            </div>
  1895.                                        </div>
  1896.                                    </div>
  1897.                                </div>
  1898.                            </div>
  1899.                        </amp-lightbox>
  1900.                        <div class="vcenter">
  1901.                            <a href="#admin-rajacuan" class="sc-gsnTZi ilqZLp">
  1902.                                <amp-img
  1903.                                    src="https://firebasestorage.googleapis.com/v0/b/rajacuan-com.appspot.com/o/ba916bce59e0d2437e325eebeab0f3cf_400x400.jpeg?alt=media&token=d7b040fb-4b75-4e7f-bcec-d26ba9486be9"
  1904.                                    height="54" width="54" class="avatar"></amp-img>
  1905.                            </a>
  1906.                            <a href="#admin-rajacuan" class="sc-gsnTZi ilqZLp flex-1">
  1907.                                <div class="sc-KfMfS kVxmsj">
  1908.                                    <div class="sc-gHLcSH bqgGMJ">budgans31</div>
  1909.                                    <div class="sc-eEOqmf hBAcFV">
  1910.                                        <div class="sc-caXVBt keJZZb vcenter">Aktif Januari lalu</div>
  1911.                                    </div>
  1912.                                </div>
  1913.                            </a>
  1914.                            <a href="#admin-rajacuan" class="sc-gsnTZi ilqZLp sc-djUGQo kEjKYd center">Chat admin</a>
  1915.                        </div>
  1916.                        <div class="sc-jhzXDd kQaKZc vcenter">
  1917.                            <div class="sc-hjQCSK cgdEyj flex-1">
  1918.                                <a href="#admin-rajacuan" class="sc-gsnTZi ilqZLp">
  1919.                                    <div class="sc-bSakgD vQanJ">8/10</div>
  1920.                                    <div class="sc-jvLaUc gslZrL">Kualitas</div>
  1921.                                </a>
  1922.                            </div>
  1923.                            <div class="sc-edUIhV fzoogW"></div>
  1924.                            <div class="sc-hjQCSK cgdEyj flex-1">
  1925.                                <a href="#buyer/44590764/rating/" class="sc-gsnTZi ilqZLp">
  1926.                                    <div class="sc-bSakgD vQanJ">🌟🌟🌟🌟</div>
  1927.                                    <div class="sc-jvLaUc gslZrL">Rating</div>
  1928.                                </a>
  1929.                            </div>
  1930.                            <div class="sc-edUIhV fzoogW"></div>
  1931.                            <div class="sc-hjQCSK cgdEyj flex-1">
  1932.                                <div class="no-outline" on="tap:response-popup" role="button" tabindex="0">
  1933.                                    <div class="sc-bSakgD vQanJ">98%</div>
  1934.                                    <div class="sc-jvLaUc gslZrL">RTP</div>
  1935.                                </div>
  1936.                            </div>
  1937.                        </div>
  1938.                    </div>
  1939.                    <div class="sc-bWXABl kQURs">
  1940.                        <div class="sc-hFrEEg eaVwPQ vcenter">
  1941.                            <div class="sc-itUGML gRTUB">Informasi - Rajacuan</div>
  1942.                            <div class="vcenter">
  1943.                                <svg class="sc-DdwlG bIUMdb svg-icon" viewBox="0 0 15 15">
  1944.                                    <path d="m7.2 3.5v4.3h3.3" fill="none" stroke-linecap="round"
  1945.                                        stroke-linejoin="round" stroke-miterlimit="10"></path>
  1946.                                    <circle cx="7.5" cy="7.5" fill="none" r="6.5" stroke-miterlimit="10"></circle>
  1947.                                </svg>
  1948.                                <div class="sc-dwVMhp bXKnhb">2022</div>
  1949.                            </div>
  1950.                        </div>
  1951.                        <div>
  1952.                            <div class="sc-iuStju dufbJZ">
  1953.                                <div>
  1954.                                    <div class="sc-gDeeJ ePIhAp vcenter">
  1955.                                        <div class="sc-cjbZfG gLliwM vcenter">📛 Situs:</div>
  1956.                                        <div class="sc-igHpSv GRZZE vcenter flex-1 flex-justify-space-between">
  1957.                                            <div class="sc-IIEeM ldynIO vcenter flex-1"><a
  1958.                                                    href="https://www.rajacuan.com/" rel="sponsored">Rajacuan</a></div>
  1959.                                        </div>
  1960.                                    </div>
  1961.                                    <div class="sc-gDeeJ ePIhAp vcenter">
  1962.                                        <div class="sc-cjbZfG gLliwM vcenter">♻️ Game:</div>
  1963.                                        <div class="sc-igHpSv GRZZE vcenter flex-1 flex-justify-space-between">
  1964.                                            <div class="sc-IIEeM ldynIO vcenter flex-1"><strong>Starlight
  1965.                                                    Princess</strong></div>
  1966.                                        </div>
  1967.                                    </div>
  1968.                                    <div class="sc-gDeeJ ePIhAp vcenter">
  1969.                                        <div class="sc-cjbZfG gLliwM vcenter">♻️ Provider:</div>
  1970.                                        <div class="sc-igHpSv GRZZE vcenter flex-1 flex-justify-space-between">
  1971.                                            <div class="sc-IIEeM ldynIO vcenter flex-1"><strong>Pragmatic Play</strong>
  1972.                                            </div>
  1973.                                        </div>
  1974.                                    </div>
  1975.                                    <div class="sc-gDeeJ ePIhAp vcenter">
  1976.                                        <div class="sc-cjbZfG gLliwM vcenter">👨‍🦰 Pendiri:</div>
  1977.                                        <div class="sc-igHpSv GRZZE vcenter flex-1 flex-justify-space-between">
  1978.                                            <div class="sc-IIEeM ldynIO vcenter flex-1"><a
  1979.                                                    href="https://gi.linkedin.com/in/julianjarvis" rel="nofollow">Julian
  1980.                                                    Jarvis</a></div>
  1981.                                        </div>
  1982.                                    </div>
  1983.                                    <div class="sc-gDeeJ ePIhAp vcenter">
  1984.                                        <div class="sc-cjbZfG gLliwM vcenter">🔴 Akun:</div>
  1985.                                        <div class="sc-igHpSv GRZZE vcenter flex-1 flex-justify-space-between">
  1986.                                            <div class="sc-IIEeM ldynIO vcenter flex-1"><strong>Diperlukan (1 ID Untuk
  1987.                                                    Semua Game)</strong></div>
  1988.                                        </div>
  1989.                                    </div>
  1990.                                    <div class="sc-gDeeJ ePIhAp vcenter">
  1991.                                        <div class="sc-cjbZfG gLliwM vcenter"> 🎱 Fitur:</div>
  1992.                                        <div class="sc-igHpSv GRZZE vcenter flex-1 flex-justify-space-between">
  1993.                                            <div class="sc-IIEeM ldynIO vcenter flex-1"><strong>Bonus Buy Feature,
  1994.                                                    Double Chance Feature</strong></div>
  1995.                                        </div>
  1996.                                    </div>
  1997.                                    <div class="sc-gDeeJ ePIhAp vcenter">
  1998.                                        <div class="sc-cjbZfG gLliwM vcenter">👀 Quality:</div>
  1999.                                        <div class="sc-igHpSv GRZZE vcenter flex-1 flex-justify-space-between">
  2000.                                            <div class="sc-IIEeM ldynIO vcenter flex-1"><strong>N/A</strong></div>
  2001.                                        </div>
  2002.                                    </div>
  2003.                                    <div class="sc-gDeeJ ePIhAp vcenter">
  2004.                                        <div class="sc-cjbZfG gLliwM vcenter">❤️ RTP:</div>
  2005.                                        <div class="sc-igHpSv GRZZE vcenter flex-1 flex-justify-space-between">
  2006.                                            <div class="sc-IIEeM ldynIO vcenter flex-1"><strong>98% </strong>; accurate
  2007.                                            </div>
  2008.                                        </div>
  2009.                                    </div>
  2010.                                </div>
  2011.                            </div>
  2012.                            <div><h1 class="sc-ddcaxn dUXvXG">Rajacuan agen slot provider sering maxwin dengan minimal deposit Rp10.000</h1></div>
  2013.                        </div>
  2014.                    </div>
  2015.                    <div class="sc-bWXABl kQURs">
  2016.                        <div class="flex-space-between">
  2017.                            <div>
  2018.                                <div class="sc-cUEIKg eAutZP font14">Rating</div>
  2019.                                <div class="vcenter">
  2020.                                    <div class="sc-kItwNn hgRBVc font12">100.0</div>
  2021.                                    <div class="sc-ktCSKO cOsflk font12">(1020)</div>
  2022.                                </div>
  2023.                            </div>
  2024.                            <a href="#shop/44589378/item/5448232140/rating/"
  2025.                                class="sc-gsnTZi ilqZLp sc-bGWzfD ilLZgT vcenter">
  2026.                                <div class="font14"></div>
  2027.                                <svg class="sc-gYMRRK fettlV svg-icon" viewBox="0 0 11 11">
  2028.                                    <path stroke="none"
  2029.                                        d="m2.5 11c .1 0 .2 0 .3-.1l6-5c .1-.1.2-.3.2-.4s-.1-.3-.2-.4l-6-5c-.2-.2-.5-.1-.7.1s-.1.5.1.7l5.5 4.6-5.5 4.6c-.2.2-.2.5-.1.7.1.1.3.2.4.2z">
  2030.                                    </path>
  2031.                                </svg>
  2032.                            </a>
  2033.                        </div>
  2034.                    </div>
  2035.                    <div class="sc-gVAlfg ggumlY">
  2036.                        <div class="vcenter flex-justify-space-between">
  2037.                            <div class="sc-eXBvqI sc-iFwKgL kPjSFG flowSi">Game Auto Maxwin</div>
  2038.                            <amp-layout id="page-product-similar-product-see-all" layout="container">
  2039.                                <a href="#similar_products/44589378/5448232140/100639"
  2040.                                    class="sc-gsnTZi ilqZLp sc-iqGgem hvyYKF vcenter">
  2041.                                    <div class="sc-eXBvqI sc-eVQfli kPjSFG gFwFKL"></div>
  2042.                                    <svg class="sc-kTvvXX WwRSI svg-icon" viewBox="0 0 11 11">
  2043.                                        <path stroke="none"
  2044.                                            d="m2.5 11c .1 0 .2 0 .3-.1l6-5c .1-.1.2-.3.2-.4s-.1-.3-.2-.4l-6-5c-.2-.2-.5-.1-.7.1s-.1.5.1.7l5.5 4.6-5.5 4.6c-.2.2-.2.5-.1.7.1.1.3.2.4.2z">
  2045.                                        </path>
  2046.                                    </svg>
  2047.                                </a>
  2048.                            </amp-layout>
  2049.                        </div>
  2050.                        <div class="sc-dvwKko gDprnz hide-scrollbar">
  2051.                            <amp-carousel layout="fixed-height" height="240">
  2052.                                <a href="#Gates Of Olympus (Pragmatic Play)-i.297682305.12915474844"
  2053.                                    class="sc-gsnTZi ilqZLp sc-jtcaXd dHIfzN sc-hKdnnL hJMwQk"
  2054.                                    id="page-product-similar-product-item">
  2055.                                    <div class="sc-elYLMi beEquV">
  2056.                                        <div class="center">
  2057.                                            <div class="normal"
  2058.                                                [class]="globalState.adultFilterDisplay == true ? 'small' : 'normal'">
  2059.                                                <amp-img height="200" width="200" layout="responsive"
  2060.                                                    alt="Gates Of Olympus (Pragmatic Play)"
  2061.                                                    src="https://rtpcuan.org/assets/image/zeus.jpg" />
  2062.                                            </div>
  2063.                                        </div>
  2064.                                        <div class="sc-kjEcyX gJFBnv">
  2065.                                            <div class="sc-kgflAQ klAeVT vcenter">
  2066.                                                <div class="sc-fLlhyt euyrVU">
  2067.                                                    <div class="sc-ivTmOn dhFNWd">85%</div>
  2068.                                                    <div class="sc-cxabCf hUFRDU">OFF</div>
  2069.                                                </div>
  2070.                                            </div>
  2071.                                        </div>
  2072.                                    </div>
  2073.                                    <div class="sc-cLFqLo fGNqzT">
  2074.                                        <div class="sc-grVGCS dbyjDF two-line-text">
  2075.                                            <div class="sc-llJcti sc-iIPllB lptovs gRvQPL">
  2076.                                                <svg class="sc-gicCDI cZDTio" viewBox="0 0 24 11">
  2077.                                                    <g fill="#fff" fill-rule="evenodd">
  2078.                                                        <path
  2079.                                                            d="M19.615 7.143V1.805c0-.444-.36-.805-.805-.805-.445 0-.806.36-.806.805V7.182H18c0 1.438.634 2.36 1.902 2.77V9.95c.09.032.19.05.293.05.444 0 .805-.334.805-.746 0-.312-.206-.578-.498-.69v-.002c-.59-.22-.885-.694-.885-1.42h-.002zM22.615 7.143V1.805c0-.444-.36-.805-.805-.805-.445 0-.806.36-.806.805V7.182H21c0 1.438.634 2.36 1.902 2.77V9.95c.09.032.19.05.293.05.444 0 .805-.334.805-.746 0-.312-.206-.578-.498-.69v-.002c-.59-.22-.885-.694-.885-1.42h-.002zM15.124 4.158c.01-.366.37-.726.813-.726.45 0 .814.37.814.742v5.058c0 .37-.364.73-.813.73-.395 0-.725-.278-.798-.598-.544.427-1.224.68-1.964.68-1.77 0-3.268-1.456-3.268-3.254 0-1.797 1.497-3.328 3.268-3.328.733 0 1.408.262 1.948.696zm-.146 2.594c0-.996-.806-1.8-1.802-1.8-.995 0-1.798.804-1.798 1.8s.803 1.804 1.798 1.804c.996 0 1.802-.808 1.802-1.804z">
  2080.                                                        </path>
  2081.                                                        <path
  2082.                                                            d="M.078 1.563C.086 1.28.258 1 .565.89c.423-.15.832.16 1.008.52.512 1.056 1.57 1.88 2.99 1.9s2.158-.85 2.71-1.882c.19-.356.626-.74 1.13-.537.342.138.477.4.472.65.003.025.004.052.004.08v7.63c0 .414-.337.75-.75.75s-.75-.336-.75-.75V3.67c-.763.72-1.677 1.18-2.842 1.16-1.117-.02-2.15-.436-2.965-1.096V9.25c0 .414-.336.75-.75.75s-.75-.336-.75-.75V1.648c0-.03.002-.057.005-.085z"
  2083.                                                            fill-rule="nonzero"></path>
  2084.                                                    </g>
  2085.                                                </svg>
  2086.                                            </div>
  2087.                                            Gates Of Olympus (Pragmatic Play)
  2088.                                        </div>
  2089.                                        <div class="sc-afnQL kCLoah vcenter">
  2090.                                            <div class="sc-kngDgl dEYeuC font12 text-overflow-ellipsis">Rp10.222</div>
  2091.                                            <div class="sc-cwpsFg dqIiOP font12 text-overflow-ellipsis">Rp1.500</div>
  2092.                                            <div class="sc-fxvKuh euTzwk"></div>
  2093.                                        </div>
  2094.                                        <div class="sc-gJwTLC cXTlZC vcenter">
  2095.                                            <div class="sc-iWajrY dVeDLH vcenter">
  2096.                                                <svg class="sc-jKDlA-D gSJDYJ svg-icon" viewBox="0 0 15 15">
  2097.                                                    <path
  2098.                                                        d="m7.5 4.2l1.3-1.3c1.2-1.2 3.1-1.2 4.3 0l0 0c1.2 1.2 1.2 3.2 0 4.4l-5.6 5.8-5.6-5.8c-1.2-1.2-1.2-3.2 0-4.4l0 0c1.2-1.2 3.1-1.2 4.3 0z"
  2099.                                                        fill="none" stroke-linejoin="round" stroke-miterlimit="10"
  2100.                                                        stroke-width="2"></path>
  2101.                                                </svg>
  2102.                                                <div class="font10">19198</div>
  2103.                                            </div>
  2104.                                            <div class="vcenter">
  2105.                                                <div class="sc-ezWOiH kByHoX vcenter">
  2106.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2107.                                                        <path
  2108.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2109.                                                            stroke-linecap="round" stroke-linejoin="round"
  2110.                                                            stroke-miterlimit="10"></path>
  2111.                                                    </svg>
  2112.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2113.                                                        <path
  2114.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2115.                                                            stroke-linecap="round" stroke-linejoin="round"
  2116.                                                            stroke-miterlimit="10"></path>
  2117.                                                    </svg>
  2118.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2119.                                                        <path
  2120.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2121.                                                            stroke-linecap="round" stroke-linejoin="round"
  2122.                                                            stroke-miterlimit="10"></path>
  2123.                                                    </svg>
  2124.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2125.                                                        <path
  2126.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2127.                                                            stroke-linecap="round" stroke-linejoin="round"
  2128.                                                            stroke-miterlimit="10"></path>
  2129.                                                    </svg>
  2130.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2131.                                                        <path
  2132.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2133.                                                            stroke-linecap="round" stroke-linejoin="round"
  2134.                                                            stroke-miterlimit="10"></path>
  2135.                                                    </svg>
  2136.                                                </div>
  2137.                                                <div class="sc-bTMaZy gKLQRJ font10">(432498)</div>
  2138.                                            </div>
  2139.                                        </div>
  2140.                                    </div>
  2141.                                </a>
  2142.                                <a href="#Sweet Bonanza Xmas (Pragmatic Play)-i.37258061.786939031"
  2143.                                    class="sc-gsnTZi ilqZLp sc-jtcaXd dHIfzN sc-hKdnnL hJMwQk"
  2144.                                    id="page-product-similar-product-item">
  2145.                                    <div class="sc-elYLMi beEquV">
  2146.                                        <div class="center">
  2147.                                            <div class="normal"
  2148.                                                [class]="globalState.adultFilterDisplay == true ? 'small' : 'normal'">
  2149.                                                <amp-img height="200" width="200" layout="responsive"
  2150.                                                    alt="Sweet Bonanza Xmas (Pragmatic Play)"
  2151.                                                    src="https://rtpcuan.org/assets/image/xmas.jpg" />
  2152.                                            </div>
  2153.                                        </div>
  2154.                                        <div class="sc-kjEcyX gJFBnv">
  2155.                                            <div class="sc-kgflAQ klAeVT vcenter">
  2156.                                                <div class="sc-fLlhyt euyrVU">
  2157.                                                    <div class="sc-ivTmOn dhFNWd">66%</div>
  2158.                                                    <div class="sc-cxabCf hUFRDU">OFF</div>
  2159.                                                </div>
  2160.                                            </div>
  2161.                                        </div>
  2162.                                    </div>
  2163.                                    <div class="sc-cLFqLo fGNqzT">
  2164.                                        <div class="sc-grVGCS dbyjDF two-line-text">Sweet Bonanza Xmas (Pragmatic Play)
  2165.                                        </div>
  2166.                                        <div class="sc-afnQL kCLoah vcenter">
  2167.                                            <div class="sc-cwpsFg dqIiOP font12 text-overflow-ellipsis">Rp9.400 -
  2168.                                                Rp9.999</div>
  2169.                                            <div class="sc-fxvKuh euTzwk"></div>
  2170.                                            <svg viewBox="0 0 20 12" height="12" width="20" class="sc-dkSuNL hkeMrl">
  2171.                                                <path fill="#00bfa5"
  2172.                                                    d="M5 0h10c.6 0 1 .4 1 1v7c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1z">
  2173.                                                </path>
  2174.                                                <path fill="#00bfa5"
  2175.                                                    d="M14 2h5c.6 0 1 .4 1 1v5c0 .6-.4 1-1 1h-5c-.6 0-1-.4-1-1V3c0-.6.4-1 1-1z">
  2176.                                                </path>
  2177.                                                <circle fill="#00bfa5" cx="8" cy="10" r="2"></circle>
  2178.                                                <circle fill="#00bfa5" cx="15" cy="10" r="2"></circle>
  2179.                                                <path fill="#fff"
  2180.                                                    d="M17.3 5.9h.7c-.2.6-.7.9-1.5.9-1 0-1.6-.6-1.6-1.6s.6-1.7 1.6-1.7 1.5.6 1.5 1.6v.2h-2.4c0 .6.4.9.9.9.4.1.7 0 .8-.3zm-.8-1.8c-.5 0-.9.3-.9.8h1.7c0-.5-.3-.8-.8-.8zm-2.7 1.8h.7c-.2.6-.7.9-1.5.9-1 0-1.6-.6-1.6-1.6S12 3.5 13 3.5s1.5.6 1.5 1.6v.2h-2.4c0 .6.4.9.9.9.4.1.7 0 .8-.3zM13 4.1c-.5 0-.9.3-.9.8h1.7c0-.5-.3-.8-.8-.8zM9.4 6.8V3.6h.6v.5h.1c.1-.3.5-.5.9-.5h.3v.6h-.4c-.5 0-.9.3-.9.8v1.9h-.6zm-2.7 0H6V2.6h2.8v.6H6.7v1.3h2V5h-2v1.8z">
  2181.                                                </path>
  2182.                                                <path fill="#00bfa5" d="M.5 8.5H4v.8H.5z"></path>
  2183.                                                <path fill="#00bfa5" d="M0 10.2h3.5v.8H0z"></path>
  2184.                                                <circle fill="#047565" cx="8" cy="10" r="1"></circle>
  2185.                                                <circle fill="#047565" cx="15" cy="10" r="1"></circle>
  2186.                                            </svg>
  2187.                                        </div>
  2188.                                        <div class="sc-gJwTLC cXTlZC vcenter">
  2189.                                            <div class="sc-iWajrY dVeDLH vcenter">
  2190.                                                <svg class="sc-jKDlA-D gSJDYJ svg-icon" viewBox="0 0 15 15">
  2191.                                                    <path
  2192.                                                        d="m7.5 4.2l1.3-1.3c1.2-1.2 3.1-1.2 4.3 0l0 0c1.2 1.2 1.2 3.2 0 4.4l-5.6 5.8-5.6-5.8c-1.2-1.2-1.2-3.2 0-4.4l0 0c1.2-1.2 3.1-1.2 4.3 0z"
  2193.                                                        fill="none" stroke-linejoin="round" stroke-miterlimit="10"
  2194.                                                        stroke-width="2"></path>
  2195.                                                </svg>
  2196.                                                <div class="font10">345346</div>
  2197.                                            </div>
  2198.                                            <div class="vcenter">
  2199.                                                <div class="sc-ezWOiH kByHoX vcenter">
  2200.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2201.                                                        <path
  2202.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2203.                                                            stroke-linecap="round" stroke-linejoin="round"
  2204.                                                            stroke-miterlimit="10"></path>
  2205.                                                    </svg>
  2206.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2207.                                                        <path
  2208.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2209.                                                            stroke-linecap="round" stroke-linejoin="round"
  2210.                                                            stroke-miterlimit="10"></path>
  2211.                                                    </svg>
  2212.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2213.                                                        <path
  2214.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2215.                                                            stroke-linecap="round" stroke-linejoin="round"
  2216.                                                            stroke-miterlimit="10"></path>
  2217.                                                    </svg>
  2218.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2219.                                                        <path
  2220.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2221.                                                            stroke-linecap="round" stroke-linejoin="round"
  2222.                                                            stroke-miterlimit="10"></path>
  2223.                                                    </svg>
  2224.                                                    <svg class="sc-ikZpkk dNDjmO svg-icon" viewBox="0 0 12 12">
  2225.                                                        <g fill-rule="evenodd">
  2226.                                                            <path
  2227.                                                                d="M5.95378555,10.0744608 L2.86178555,11.7794608 C2.37478555,12.0474608 2.05278555,11.8194608 2.14178555,11.2814608 L2.73878555,7.62546077 L0.221785553,5.05246077 C-0.163214447,4.65846077 -0.0342144465,4.27246077 0.509785553,4.18846077 L3.96678555,3.66246077 L5.52678555,0.346460768 C5.76378555,-0.153539232 5.95378555,-0.103539232 5.95378555,0.439460768 L5.95378555,10.0734608 L5.95378555,10.0744608 Z"
  2228.                                                                stroke="none"></path>
  2229.                                                            <path
  2230.                                                                d="M6,9.687 L9.285,11.5 C9.482,11.609 9.453,11.629 9.418,11.417 L8.788,7.562 L11.446,4.844 C11.6,4.687 11.6,4.689 11.384,4.656 L7.716,4.096 L6.064,0.588 C5.973,0.394 6.027,0.394 5.936,0.588 L4.284,4.096 L0.617,4.655 C0.395,4.689 0.397,4.682 0.554,4.843 L3.213,7.56 L2.582,11.415 C2.548,11.625 2.52,11.605 2.715,11.498 L6,9.687 Z"
  2231.                                                                fill="none"></path>
  2232.                                                        </g>
  2233.                                                    </svg>
  2234.                                                </div>
  2235.                                                <div class="sc-bTMaZy gKLQRJ font10">(435346)</div>
  2236.                                            </div>
  2237.                                        </div>
  2238.                                    </div>
  2239.                                </a>
  2240.                                <a href="#John Hunter (Pragmatic Play)-i.267224999.5781968286"
  2241.                                    class="sc-gsnTZi ilqZLp sc-jtcaXd dHIfzN sc-hKdnnL hJMwQk"
  2242.                                    id="page-product-similar-product-item">
  2243.                                    <div class="sc-elYLMi beEquV">
  2244.                                        <div class="center">
  2245.                                            <div class="normal"
  2246.                                                [class]="globalState.adultFilterDisplay == true ? 'small' : 'normal'">
  2247.                                                <amp-img height="200" width="200" layout="responsive"
  2248.                                                    alt="John Hunter (Pragmatic Play)"
  2249.                                                    src="https://rtpcuan.org/assets/image/john-hunter.jpg" />
  2250.                                            </div>
  2251.                                        </div>
  2252.                                        <div class="sc-kjEcyX gJFBnv">
  2253.                                            <div class="sc-kgflAQ klAeVT vcenter">
  2254.                                                <div class="sc-fLlhyt euyrVU">
  2255.                                                    <div class="sc-ivTmOn dhFNWd">43%</div>
  2256.                                                    <div class="sc-cxabCf hUFRDU">OFF</div>
  2257.                                                </div>
  2258.                                            </div>
  2259.                                        </div>
  2260.                                    </div>
  2261.                                    <div class="sc-cLFqLo fGNqzT">
  2262.                                        <div class="sc-grVGCS dbyjDF two-line-text">John Hunter (Pragmatic Play)</div>
  2263.                                        <div class="sc-afnQL kCLoah vcenter">
  2264.                                            <div class="sc-cwpsFg dqIiOP font12 text-overflow-ellipsis">Rp3.500 -
  2265.                                                Rp12.000</div>
  2266.                                            <div class="sc-fxvKuh euTzwk"></div>
  2267.                                        </div>
  2268.                                        <div class="sc-gJwTLC cXTlZC vcenter">
  2269.                                            <div class="sc-iWajrY dVeDLH vcenter">
  2270.                                                <svg class="sc-jKDlA-D gSJDYJ svg-icon" viewBox="0 0 15 15">
  2271.                                                    <path
  2272.                                                        d="m7.5 4.2l1.3-1.3c1.2-1.2 3.1-1.2 4.3 0l0 0c1.2 1.2 1.2 3.2 0 4.4l-5.6 5.8-5.6-5.8c-1.2-1.2-1.2-3.2 0-4.4l0 0c1.2-1.2 3.1-1.2 4.3 0z"
  2273.                                                        fill="none" stroke-linejoin="round" stroke-miterlimit="10"
  2274.                                                        stroke-width="2"></path>
  2275.                                                </svg>
  2276.                                                <div class="font10">9999</div>
  2277.                                            </div>
  2278.                                            <div class="vcenter">
  2279.                                                <div class="sc-ezWOiH kByHoX vcenter">
  2280.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2281.                                                        <path
  2282.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2283.                                                            stroke-linecap="round" stroke-linejoin="round"
  2284.                                                            stroke-miterlimit="10"></path>
  2285.                                                    </svg>
  2286.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2287.                                                        <path
  2288.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2289.                                                            stroke-linecap="round" stroke-linejoin="round"
  2290.                                                            stroke-miterlimit="10"></path>
  2291.                                                    </svg>
  2292.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2293.                                                        <path
  2294.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2295.                                                            stroke-linecap="round" stroke-linejoin="round"
  2296.                                                            stroke-miterlimit="10"></path>
  2297.                                                    </svg>
  2298.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2299.                                                        <path
  2300.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2301.                                                            stroke-linecap="round" stroke-linejoin="round"
  2302.                                                            stroke-miterlimit="10"></path>
  2303.                                                    </svg>
  2304.                                                    <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2305.                                                        <path
  2306.                                                            d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2307.                                                            stroke-linecap="round" stroke-linejoin="round"
  2308.                                                            stroke-miterlimit="10"></path>
  2309.                                                    </svg>
  2310.                                                </div>
  2311.                                                <div class="sc-bTMaZy gKLQRJ font10">(182391)</div>
  2312.                                            </div>
  2313.                                        </div>
  2314.                                    </div>
  2315.                                    <a href="#MMahjong Ways (PGSoft)-i.83382147.19201339226"
  2316.                                        class="sc-gsnTZi ilqZLp sc-jtcaXd dHIfzN sc-hKdnnL hJMwQk"
  2317.                                        id="page-product-similar-product-item">
  2318.                                        <div class="sc-elYLMi beEquV">
  2319.                                            <div class="center">
  2320.                                                <div class="normal"
  2321.                                                    [class]="globalState.adultFilterDisplay == true ? 'small' : 'normal'">
  2322.                                                    <amp-img height="200" width="200" layout="responsive"
  2323.                                                        alt="Mahjong Ways (PGSoft)"
  2324.                                                        src="https://162.212.158.239/media/upload/346e3_ad32db8399_Mahjong-Ways.jpg" />
  2325.                                                </div>
  2326.                                            </div>
  2327.                                            <div class="sc-kjEcyX gJFBnv">
  2328.                                                <div class="sc-kgflAQ klAeVT vcenter">
  2329.                                                    <div class="sc-fLlhyt euyrVU">
  2330.                                                        <div class="sc-ivTmOn dhFNWd">99%</div>
  2331.                                                        <div class="sc-cxabCf hUFRDU">OFF</div>
  2332.                                                    </div>
  2333.                                                </div>
  2334.                                            </div>
  2335.                                        </div>
  2336.                                        <div class="sc-cLFqLo fGNqzT">
  2337.                                            <div class="sc-grVGCS dbyjDF two-line-text">Mahjong Ways (PGSoft)</div>
  2338.                                            <div class="sc-afnQL kCLoah vcenter">
  2339.                                                <div class="sc-kngDgl dEYeuC font12 text-overflow-ellipsis">Rp272,345
  2340.                                                </div>
  2341.                                                <div class="sc-cwpsFg dqIiOP font12 text-overflow-ellipsis">Rp1</div>
  2342.                                                <div class="sc-fxvKuh euTzwk"></div>
  2343.                                            </div>
  2344.                                            <div class="sc-gJwTLC cXTlZC vcenter">
  2345.                                                <div class="sc-iWajrY dVeDLH vcenter">
  2346.                                                    <svg class="sc-jKDlA-D gSJDYJ svg-icon" viewBox="0 0 15 15">
  2347.                                                        <path
  2348.                                                            d="m7.5 4.2l1.3-1.3c1.2-1.2 3.1-1.2 4.3 0l0 0c1.2 1.2 1.2 3.2 0 4.4l-5.6 5.8-5.6-5.8c-1.2-1.2-1.2-3.2 0-4.4l0 0c1.2-1.2 3.1-1.2 4.3 0z"
  2349.                                                            fill="none" stroke-linejoin="round" stroke-miterlimit="10"
  2350.                                                            stroke-width="2"></path>
  2351.                                                    </svg>
  2352.                                                    <div class="font10">4310</div>
  2353.                                                </div>
  2354.                                                <div class="vcenter">
  2355.                                                    <div class="sc-ezWOiH kByHoX vcenter">
  2356.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2357.                                                            <path
  2358.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2359.                                                                stroke-linecap="round" stroke-linejoin="round"
  2360.                                                                stroke-miterlimit="10"></path>
  2361.                                                        </svg>
  2362.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2363.                                                            <path
  2364.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2365.                                                                stroke-linecap="round" stroke-linejoin="round"
  2366.                                                                stroke-miterlimit="10"></path>
  2367.                                                        </svg>
  2368.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2369.                                                            <path
  2370.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2371.                                                                stroke-linecap="round" stroke-linejoin="round"
  2372.                                                                stroke-miterlimit="10"></path>
  2373.                                                        </svg>
  2374.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2375.                                                            <path
  2376.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2377.                                                                stroke-linecap="round" stroke-linejoin="round"
  2378.                                                                stroke-miterlimit="10"></path>
  2379.                                                        </svg>
  2380.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2381.                                                            <path
  2382.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2383.                                                                stroke-linecap="round" stroke-linejoin="round"
  2384.                                                                stroke-miterlimit="10"></path>
  2385.                                                        </svg>
  2386.                                                    </div>
  2387.                                                    <div class="sc-bTMaZy gKLQRJ font10">(47201)</div>
  2388.                                                </div>
  2389.                                            </div>
  2390.                                        </div>
  2391.                                    </a>
  2392.                                    <a href="#Koi Gate (Habanero)-i.695661253.15164294737"
  2393.                                        class="sc-gsnTZi ilqZLp sc-jtcaXd dHIfzN sc-hKdnnL hJMwQk"
  2394.                                        id="page-product-similar-product-item">
  2395.                                        <div class="sc-elYLMi beEquV">
  2396.                                            <div class="center">
  2397.                                                <div class="normal"
  2398.                                                    [class]="globalState.adultFilterDisplay == true ? 'small' : 'normal'">
  2399.                                                    <amp-img height="200" width="200" layout="responsive"
  2400.                                                        alt="Koi Gate (Habanero)"
  2401.                                                        src="https://162.212.158.239/media/upload/b413e_8c23bb66f5_koi-gate-thumb.jpg" />
  2402.                                                </div>
  2403.                                            </div>
  2404.                                            <div class="sc-kjEcyX gJFBnv">
  2405.                                                <div class="sc-kgflAQ klAeVT vcenter">
  2406.                                                    <div class="sc-fLlhyt euyrVU">
  2407.                                                        <div class="sc-ivTmOn dhFNWd">67%</div>
  2408.                                                        <div class="sc-cxabCf hUFRDU">OFF</div>
  2409.                                                    </div>
  2410.                                                </div>
  2411.                                            </div>
  2412.                                        </div>
  2413.                                        <div class="sc-cLFqLo fGNqzT">
  2414.                                            <div class="sc-grVGCS dbyjDF two-line-text">
  2415.                                                <div class="sc-llJcti sc-iIPllB lptovs gRvQPL">
  2416.                                                    <svg class="sc-gicCDI cZDTio" viewBox="0 0 24 11">
  2417.                                                        <g fill="#fff" fill-rule="evenodd">
  2418.                                                            <path
  2419.                                                                d="M19.615 7.143V1.805c0-.444-.36-.805-.805-.805-.445 0-.806.36-.806.805V7.182H18c0 1.438.634 2.36 1.902 2.77V9.95c.09.032.19.05.293.05.444 0 .805-.334.805-.746 0-.312-.206-.578-.498-.69v-.002c-.59-.22-.885-.694-.885-1.42h-.002zM22.615 7.143V1.805c0-.444-.36-.805-.805-.805-.445 0-.806.36-.806.805V7.182H21c0 1.438.634 2.36 1.902 2.77V9.95c.09.032.19.05.293.05.444 0 .805-.334.805-.746 0-.312-.206-.578-.498-.69v-.002c-.59-.22-.885-.694-.885-1.42h-.002zM15.124 4.158c.01-.366.37-.726.813-.726.45 0 .814.37.814.742v5.058c0 .37-.364.73-.813.73-.395 0-.725-.278-.798-.598-.544.427-1.224.68-1.964.68-1.77 0-3.268-1.456-3.268-3.254 0-1.797 1.497-3.328 3.268-3.328.733 0 1.408.262 1.948.696zm-.146 2.594c0-.996-.806-1.8-1.802-1.8-.995 0-1.798.804-1.798 1.8s.803 1.804 1.798 1.804c.996 0 1.802-.808 1.802-1.804z">
  2420.                                                            </path>
  2421.                                                            <path
  2422.                                                                d="M.078 1.563C.086 1.28.258 1 .565.89c.423-.15.832.16 1.008.52.512 1.056 1.57 1.88 2.99 1.9s2.158-.85 2.71-1.882c.19-.356.626-.74 1.13-.537.342.138.477.4.472.65.003.025.004.052.004.08v7.63c0 .414-.337.75-.75.75s-.75-.336-.75-.75V3.67c-.763.72-1.677 1.18-2.842 1.16-1.117-.02-2.15-.436-2.965-1.096V9.25c0 .414-.336.75-.75.75s-.75-.336-.75-.75V1.648c0-.03.002-.057.005-.085z"
  2423.                                                                fill-rule="nonzero"></path>
  2424.                                                        </g>
  2425.                                                    </svg>
  2426.                                                </div>
  2427.                                                Koi Gate (Habanero)
  2428.                                            </div>
  2429.                                            <div class="sc-afnQL kCLoah vcenter">
  2430.                                                <div class="sc-kngDgl dEYeuC font12 text-overflow-ellipsis">Rp8.790.000
  2431.                                                </div>
  2432.                                                <div class="sc-cwpsFg dqIiOP font12 text-overflow-ellipsis">Rp239.900
  2433.                                                </div>
  2434.                                                <div class="sc-fxvKuh euTzwk"></div>
  2435.                                            </div>
  2436.                                            <div class="sc-gJwTLC cXTlZC vcenter">
  2437.                                                <div class="sc-iWajrY dVeDLH vcenter">
  2438.                                                    <svg class="sc-jKDlA-D gSJDYJ svg-icon" viewBox="0 0 15 15">
  2439.                                                        <path
  2440.                                                            d="m7.5 4.2l1.3-1.3c1.2-1.2 3.1-1.2 4.3 0l0 0c1.2 1.2 1.2 3.2 0 4.4l-5.6 5.8-5.6-5.8c-1.2-1.2-1.2-3.2 0-4.4l0 0c1.2-1.2 3.1-1.2 4.3 0z"
  2441.                                                            fill="none" stroke-linejoin="round" stroke-miterlimit="10"
  2442.                                                            stroke-width="2"></path>
  2443.                                                    </svg>
  2444.                                                    <div class="font10">61475</div>
  2445.                                                </div>
  2446.                                                <div class="vcenter">
  2447.                                                    <div class="sc-ezWOiH kByHoX vcenter">
  2448.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2449.                                                            <path
  2450.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2451.                                                                stroke-linecap="round" stroke-linejoin="round"
  2452.                                                                stroke-miterlimit="10"></path>
  2453.                                                        </svg>
  2454.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2455.                                                            <path
  2456.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2457.                                                                stroke-linecap="round" stroke-linejoin="round"
  2458.                                                                stroke-miterlimit="10"></path>
  2459.                                                        </svg>
  2460.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2461.                                                            <path
  2462.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2463.                                                                stroke-linecap="round" stroke-linejoin="round"
  2464.                                                                stroke-miterlimit="10"></path>
  2465.                                                        </svg>
  2466.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2467.                                                            <path
  2468.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2469.                                                                stroke-linecap="round" stroke-linejoin="round"
  2470.                                                                stroke-miterlimit="10"></path>
  2471.                                                        </svg>
  2472.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2473.                                                            <path
  2474.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2475.                                                                stroke-linecap="round" stroke-linejoin="round"
  2476.                                                                stroke-miterlimit="10"></path>
  2477.                                                        </svg>
  2478.                                                    </div>
  2479.                                                    <div class="sc-bTMaZy gKLQRJ font10">(67085)</div>
  2480.                                                </div>
  2481.                                            </div>
  2482.                                        </div>
  2483.                                    </a>
  2484.                                    <a href="#Fa Fa Fa (SpadeGaming)-i.127135709.1919531078"
  2485.                                        class="sc-gsnTZi ilqZLp sc-jtcaXd dHIfzN sc-hKdnnL hJMwQk"
  2486.                                        id="page-product-similar-product-item">
  2487.                                        <div class="sc-elYLMi beEquV">
  2488.                                            <div class="center">
  2489.                                                <div class="normal"
  2490.                                                    [class]="globalState.adultFilterDisplay == true ? 'small' : 'normal'">
  2491.                                                    <amp-img height="200" width="200" layout="responsive"
  2492.                                                        alt="Fa Fa Fa (SpadeGaming)"
  2493.                                                        src="https://162.212.158.239/media/upload/d508c_28e9f69f6c_Fafafa.jpg" />
  2494.                                                </div>
  2495.                                            </div>
  2496.                                            <div class="sc-kjEcyX gJFBnv"></div>
  2497.                                        </div>
  2498.                                        <div class="sc-cLFqLo fGNqzT">
  2499.                                            <div class="sc-grVGCS dbyjDF two-line-text">Fa Fa Fa (SpadeGaming)</div>
  2500.                                            <div class="sc-afnQL kCLoah vcenter">
  2501.                                                <div class="sc-cwpsFg dqIiOP font12 text-overflow-ellipsis">Rp10.800
  2502.                                                </div>
  2503.                                                <div class="sc-fxvKuh euTzwk"></div>
  2504.                                                <svg viewBox="0 0 20 12" height="12" width="20"
  2505.                                                    class="sc-dkSuNL hkeMrl">
  2506.                                                    <path fill="#00bfa5"
  2507.                                                        d="M5 0h10c.6 0 1 .4 1 1v7c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1z">
  2508.                                                    </path>
  2509.                                                    <path fill="#00bfa5"
  2510.                                                        d="M14 2h5c.6 0 1 .4 1 1v5c0 .6-.4 1-1 1h-5c-.6 0-1-.4-1-1V3c0-.6.4-1 1-1z">
  2511.                                                    </path>
  2512.                                                    <circle fill="#00bfa5" cx="8" cy="10" r="2"></circle>
  2513.                                                    <circle fill="#00bfa5" cx="15" cy="10" r="2"></circle>
  2514.                                                    <path fill="#fff"
  2515.                                                        d="M17.3 5.9h.7c-.2.6-.7.9-1.5.9-1 0-1.6-.6-1.6-1.6s.6-1.7 1.6-1.7 1.5.6 1.5 1.6v.2h-2.4c0 .6.4.9.9.9.4.1.7 0 .8-.3zm-.8-1.8c-.5 0-.9.3-.9.8h1.7c0-.5-.3-.8-.8-.8zm-2.7 1.8h.7c-.2.6-.7.9-1.5.9-1 0-1.6-.6-1.6-1.6S12 3.5 13 3.5s1.5.6 1.5 1.6v.2h-2.4c0 .6.4.9.9.9.4.1.7 0 .8-.3zM13 4.1c-.5 0-.9.3-.9.8h1.7c0-.5-.3-.8-.8-.8zM9.4 6.8V3.6h.6v.5h.1c.1-.3.5-.5.9-.5h.3v.6h-.4c-.5 0-.9.3-.9.8v1.9h-.6zm-2.7 0H6V2.6h2.8v.6H6.7v1.3h2V5h-2v1.8z">
  2516.                                                    </path>
  2517.                                                    <path fill="#00bfa5" d="M.5 8.5H4v.8H.5z"></path>
  2518.                                                    <path fill="#00bfa5" d="M0 10.2h3.5v.8H0z"></path>
  2519.                                                    <circle fill="#047565" cx="8" cy="10" r="1"></circle>
  2520.                                                    <circle fill="#047565" cx="15" cy="10" r="1"></circle>
  2521.                                                </svg>
  2522.                                            </div>
  2523.                                            <div class="sc-gJwTLC cXTlZC vcenter">
  2524.                                                <div class="sc-iWajrY dVeDLH vcenter">
  2525.                                                    <svg class="sc-jKDlA-D gSJDYJ svg-icon" viewBox="0 0 15 15">
  2526.                                                        <path
  2527.                                                            d="m7.5 4.2l1.3-1.3c1.2-1.2 3.1-1.2 4.3 0l0 0c1.2 1.2 1.2 3.2 0 4.4l-5.6 5.8-5.6-5.8c-1.2-1.2-1.2-3.2 0-4.4l0 0c1.2-1.2 3.1-1.2 4.3 0z"
  2528.                                                            fill="none" stroke-linejoin="round" stroke-miterlimit="10"
  2529.                                                            stroke-width="2"></path>
  2530.                                                    </svg>
  2531.                                                    <div class="font10">130529</div>
  2532.                                                </div>
  2533.                                                <div class="vcenter">
  2534.                                                    <div class="sc-ezWOiH kByHoX vcenter">
  2535.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2536.                                                            <path
  2537.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2538.                                                                stroke-linecap="round" stroke-linejoin="round"
  2539.                                                                stroke-miterlimit="10"></path>
  2540.                                                        </svg>
  2541.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2542.                                                            <path
  2543.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2544.                                                                stroke-linecap="round" stroke-linejoin="round"
  2545.                                                                stroke-miterlimit="10"></path>
  2546.                                                        </svg>
  2547.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2548.                                                            <path
  2549.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2550.                                                                stroke-linecap="round" stroke-linejoin="round"
  2551.                                                                stroke-miterlimit="10"></path>
  2552.                                                        </svg>
  2553.                                                        <svg class="sc-kLLXSd dhPEPq svg-icon" viewBox="0 0 15 15">
  2554.                                                            <path
  2555.                                                                d="m7.5.8l2.2 4.6 4.8.5-3.8 3.2 1.1 5.1-4.3-2.6-4.3 2.6 1.1-5.1-3.8-3.2 4.8-.5z"
  2556.                                                                stroke-linecap="round" stroke-linejoin="round"
  2557.                                                                stroke-miterlimit="10"></path>
  2558.                                                        </svg>
  2559.                                                        <svg class="sc-ikZpkk dNDjmO svg-icon" viewBox="0 0 12 12">
  2560.                                                            <g fill-rule="evenodd">
  2561.                                                                <path
  2562.                                                                    d="M5.95378555,10.0744608 L2.86178555,11.7794608 C2.37478555,12.0474608 2.05278555,11.8194608 2.14178555,11.2814608 L2.73878555,7.62546077 L0.221785553,5.05246077 C-0.163214447,4.65846077 -0.0342144465,4.27246077 0.509785553,4.18846077 L3.96678555,3.66246077 L5.52678555,0.346460768 C5.76378555,-0.153539232 5.95378555,-0.103539232 5.95378555,0.439460768 L5.95378555,10.0734608 L5.95378555,10.0744608 Z"
  2563.                                                                    stroke="none"></path>
  2564.                                                                <path
  2565.                                                                    d="M6,9.687 L9.285,11.5 C9.482,11.609 9.453,11.629 9.418,11.417 L8.788,7.562 L11.446,4.844 C11.6,4.687 11.6,4.689 11.384,4.656 L7.716,4.096 L6.064,0.588 C5.973,0.394 6.027,0.394 5.936,0.588 L4.284,4.096 L0.617,4.655 C0.395,4.689 0.397,4.682 0.554,4.843 L3.213,7.56 L2.582,11.415 C2.548,11.625 2.52,11.605 2.715,11.498 L6,9.687 Z"
  2566.                                                                    fill="none"></path>
  2567.                                                            </g>
  2568.                                                        </svg>
  2569.                                                    </div>
  2570.                                                    <div class="sc-bTMaZy gKLQRJ font10">(204424)</div>
  2571.                                                </div>
  2572.                                            </div>
  2573.                                        </div>
  2574.                                    </a>
  2575.                            </amp-carousel>
  2576.                        </div>
  2577.                    </div>
  2578.                    <div class="sc-yeoIj kyWFgx">
  2579.                        <p>
  2580.                            Nyari situs judi slot automaxwin mungkin agak susah ya, tapi jangan galau bro! selamat
  2581.                            datang di <strong>RAJACUAN</strong> salah satu situs judi online pertama di indonesia yang
  2582.                            terbukti memberi bukti bukan janji.
  2583.                            bukan cuman itu aja, situs terpercaya rajacuan juga menghadirkan event event menarik
  2584.                            seperti,
  2585.                            event scatter, free spin, event sbobet dan masih banyak lagi.
  2586.                        </p>
  2587.                        <p>
  2588.                            Kami juga siap membantu Anda 24/7 untuk membantu Anda memenangkan jackpot terbesar dengan
  2589.                            kebocoran slot Gacor RTP terbaru dan paling akurat. Saat memainkan slot online resmi,
  2590.                            pastikan perangkat Anda terhubung ke koneksi internet yang stabil untuk permainan yang lebih
  2591.                            baik.
  2592.                        </p>
  2593.                        <p>
  2594.                            Di tahun 2022 ini sudah sangat benyak sekali provider game judi slot online yang tersedia di
  2595.                            tanah air kita tercina Indonesia ini, <strong>RAJACUAN</strong> menghadirkan dan memilah
  2596.                            provider mana saja yang paling gacor dan tentunya tersedia untuk kalangan atas, menengah
  2597.                            kebawah dan kalangan menengah ke atas.
  2598.                        </p>
  2599.  
  2600.                        <p>
  2601.                            So apa yang bikin kami rajacuan unggul dari situs situs judi lainnya?
  2602.                            situs slot rajacuan berdedikasi dari waktu ke waktu untuk mengutamakan layanan (ANTI RIBET)
  2603.                            dan juga selalu membagikan bocoran pola dan juga RTP secara langsung semata agar member
  2604.                            setia maupun member baru kami senang.
  2605.                            anda senang, kita senang, semua orang senang.
  2606.                        </p>
  2607.  
  2608.                        <h3>
  2609.                            Berikut adalah 3 daftar provider gacor menurut data dari <a
  2610.                                href="https://opendata.jabarprov.go.id/id" rel="nofollow">Open Data Jawabarat</a>
  2611.                        </h3>
  2612.  
  2613.                        <p>
  2614.                            Terkenal <a href="https://www.rtpspin.net/" rel="dofollow">provider gacor rajacuan</a> telah
  2615.                            bertahun tahun bekerja sama dengan penyedia game slot, casino, poker, sportsbook yang
  2616.                            tersebar di seluruh Asia sampai saat ini.
  2617.                            dengan memastikan layanan kami yang bagus serta memastikan pengalaman bermain member kami
  2618.                            nyaman adalah keahlian khusus staff kami.
  2619.                        </p>
  2620.                        <p>
  2621.                            Dengan bermain di rajacuan, kami pastikan sobat merasa hari hari berat yang sobat alami
  2622.                            sebelumnya akan seketika hilang dan terlupakan.
  2623.                            untuk itu di bawah ini adalah 3 provider gacor yang patut sobat coba sesegera mungkin ketika
  2624.                            bermain slot online.
  2625.                        </p>
  2626.  
  2627.                        <ol>
  2628.                            <li>
  2629.                                Provider permainan slot <strong>Pragmatic Play</strong>
  2630.                            </li>
  2631.                            <li>
  2632.                                Provider permainan slot <strong>Habanero</strong>
  2633.                            </li>
  2634.                            <li>
  2635.                                Provider permainan slot <strong>PGSoft</strong>
  2636.                            </li>
  2637.                        </ol>
  2638.  
  2639.                        <h3>
  2640.                            Pragmatic Play
  2641.                        </h3>
  2642.                        <p>
  2643.                            Pragmatic Play ialah penyedia game HTML5 yang pasar nya tersebar rapi di seluruh dunia,
  2644.                            untuk permainan slot, kasino live, game bingo, scratchcards dan masih banyak lagi..
  2645.                            provider satu ini fokus membidik produk mereka untuk optimal di perangkat seluler.
  2646.                            namun, juga cocok di mainkan di komputer pribadi sobat maupun tablet.
  2647.                        </p>
  2648.                        <h3>
  2649.                            Habanero
  2650.                        </h3>
  2651.                        <p>
  2652.                            Habanero masih terbilang baru si,
  2653.                            tapi provider satu ini sangat sukses menyaingi kompetitor nya lho.
  2654.                            game game mereka hadir dengan konsep tema negara seperti game yang berbasis dengan kota
  2655.                            <strong>Manilla</strong>, Kiev, Sofia, Johannesburg.
  2656.                            di mulai di tahun 2012, Habanero mulai merambah pasar game online yang di targetkan di
  2657.                            seluruh Asia.
  2658.                            setelah sukses besar di Asia, Habanero masuk ke nominasi 4 Teratas provider terbaik untuk
  2659.                            pasar Asia,
  2660.                            Habanero memutuskan untuk merancah ke Barat.
  2661.                            terdengar sekarang, Habanero cukup sukses di Eropa Barat.
  2662.                        </p>
  2663.                        <h3>
  2664.                            PG Soft
  2665.                        </h3>
  2666.                        <p>
  2667.                            Belakangan ini provider PGSoft sangat di gemari oleh penjudi tanah air di karnakan Grafik
  2668.                            Game mereka yang sangat unggul.
  2669.                            PGSoft mengadirkan game dengan visual yang memanjakan mata pemain, sampai sampai pemain lupa
  2670.                            kalau mereka sedang bermain slot online.
  2671.                            dengan konsep game yang mereka tawarkan juga tidak ribet yang memungkinkan para pemain,
  2672.                            deposit lagi dan lagi.
  2673.                        </p>
  2674.                    </div>
  2675.                </div>
  2676.                <div class="sc-liHMlC fgUmTl vcenter">
  2677.                    <a href="https://direct.lc.chat/12648870/2" class="sc-gsnTZi ilqZLp sc-cuqtlR jgXrTC center">
  2678.                        <div class="no-outline" tabindex="0">
  2679.                            <svg class="sc-fThYeS gKdCXz svg-icon" viewBox="0 0 15 15">
  2680.                                <g stroke="none">
  2681.                                    <path
  2682.                                        d="m11.2 4.1c-1.1-1.3-3-2.2-5-2.2-3.4 0-6.2 2.3-6.2 5.2 0 1.7.9 3.2 2.4 4.2l-.7 1.4s-.2.4.1.6c.3.3 1.1-.1 1.1-.1l2.4-.9c.3.1.6.1.9.1.7 0 1.5-.1 2.1-.3.5.2 1 .2 1.6.2h.6l2.1 1.5c.6.4.8.1.8-.4v-2.2c.9-.8 1.5-1.8 1.5-3 0-2-1.6-3.6-3.7-4.1zm-5.6 7.3h-.5-.2l-1.8.7.5-1.1-.7-.5c-1.3-.8-2-2-2-3.4 0-2.3 2.3-4.2 5.2-4.2 2.8 0 5.2 1.9 5.2 4.2s-2.4 4.3-5.2 4.3c-.2 0-.4 0-.5 0zm6.8-.8v1.2c0 .6-.1.4-.4.2l-1-.8c-.4.1-.8.1-1.2.1 1.5-1 2.5-2.5 2.5-4.2 0-.6-.1-1.1-.3-1.7 1.2.6 1.9 1.6 1.9 2.7 0 1-.5 1.9-1.5 2.5z">
  2683.                                    </path>
  2684.                                    <circle cx="3.1" cy="7.1" r=".8"></circle>
  2685.                                    <circle cx="9.1" cy="7.1" r=".8"></circle>
  2686.                                    <circle cx="6.1" cy="7.1" r=".8"></circle>
  2687.                                </g>
  2688.                            </svg>
  2689.                            <div class="sc-BrFsL gqTzuw" style="display: none;">Livechat</div>
  2690.                            <!-- https://direct.lc.chat/12648870/2 -->
  2691.                        </div>
  2692.                    </a>
  2693.                    <a href="https://jalanpintas.digital/rajacuan" class="sc-gsnTZi ilqZLp sc-fSUSjI ehlBsx center"
  2694.                        id="buy-now-button">Daftar Sekarang</a>
  2695.                </div>
  2696.            </div>
  2697.        </div>
  2698.    </div>
  2699.    </div>
  2700. </body>
  2701.  
  2702. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda