{"id":180,"date":"2025-10-13T10:08:33","date_gmt":"2025-10-13T10:08:33","guid":{"rendered":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/?page_id=180"},"modified":"2025-12-23T09:46:00","modified_gmt":"2025-12-23T09:46:00","slug":"rates","status":"publish","type":"page","link":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/rates\/","title":{"rendered":"Rates"},"content":{"rendered":"\n<section class=\"hero_rates\">\n    <style>\n    .hero_rates {\n        background-color: #FFF5F1;\n        padding-top: clamp(80px, calc(4.6vw + 60.8px), 120px);\n        padding-bottom: clamp(60px, calc(5.1vw + 2.4rem), 104px);\n        position: relative;\n    }\n\n    .hero_rates .bg_decoration {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        width: auto;\n        height: auto;\n        z-index: 0;\n        max-width: 100%;\n    }\n\n    .hero_rates .bg_decoration img {\n        width: 100%;\n        height: auto;\n    }\n\n    .hero_rates .bg_left {\n        left: 0;\n    }\n\n    .hero_rates .bg_right {\n        right: 0;\n    }\n\n    .hero_rates .hero_heading {\n        max-width: 684px;\n        display: flex;\n        flex-direction: column;\n        gap: 16px;\n        margin: auto;\n        margin-bottom: 32px;\n    }\n\n    .hero_rates .main_title {\n        margin: 0;\n        text-align: center;\n        -webkit-font-smoothing: antialiased;\n        -moz-osx-font-smoothing: grayscale;\n    }\n\n    .hero_rates .description {\n        text-align: center;\n    }\n\n    .hero_rates .app {\n        justify-content: center;\n    }\n\n    .hero_rates .rates_table {\n        margin-top: clamp(40px, calc(4.6vw + 20.8px), 80px);\n        margin-inline: auto;\n        width: 100%;\n        max-width: 817px;\n        position: relative;\n        border-spacing: 0;\n        border-radius: 16px;\n        overflow: hidden;\n        background: var(--bg_color2);\n        letter-spacing: 0.2px;\n        border-collapse: collapse;\n        border: 1px solid var(--bg_color2);\n\n    }\n\n    .hero_rates .rates_table thead th {\n        background: var(--main_color);\n        color: var(--light);\n        font-weight: 500;\n        text-align: center;\n        padding: 17px 24px;\n        font-size: 20px;\n        line-height: 1.5;\n        vertical-align: middle;\n        border: 1px solid var(--bg_color2);\n    }\n\n    .hero_rates .rates_table thead .col-title {\n        width: 32%;\n\n    }\n\n    .hero_rates tbody {\n        color: #000000;\n    }\n\n    .hero_rates thead {\n        color: #000000;\n    }\n\n    .hero_rates .rates_table .th-badge {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        vertical-align: middle;\n        width: 48px;\n        height: 26px;\n        margin-right: 8px;\n        background: var(--light);\n        border-radius: 5px;\n    }\n\n    .hero_rates .rates_table .th-badge img {\n        max-height: 100%;\n        display: block;\n    }\n\n    .hero_rates .rates_table td,\n    .hero_rates .rates_table th[scope=\"row\"] {\n        padding: 17px 24px;\n        font-size: 18px;\n        line-height: 1.5;\n        border: 1px solid var(--bg_color2);\n        background: var(--light);\n    }\n\n    .hero_rates .rates_table .row-title {\n        font-weight: 400;\n        text-align: left;\n        white-space: nowrap;\n    }\n\n    .hero_rates .rates_table tbody td {\n        text-align: center;\n    }\n\n    .hero_rates .rates_table tbody tr:nth-child(even) td,\n    .hero_rates .rates_table tbody tr:nth-child(even) .row-title {\n        background: var(--bg_color);\n\n    }\n\n    .hero_rates .rates_table thead th:first-child {\n        border-top-left-radius: 16px;\n        text-align: left;\n    }\n\n    .hero_rates .rates_table thead th:last-child {\n        border-top-right-radius: 16px;\n    }\n\n    .hero_rates .rates_table tbody tr:last-child th[scope=\"row\"] {\n        border-bottom-left-radius: 16px;\n    }\n\n    .hero_rates .rates_table tbody tr:last-child td:last-child {\n        border-bottom-right-radius: 16px;\n    }\n\n    .hero_rates .rates_desktop {\n        display: table;\n    }\n\n    .hero_rates .rates_mobile {\n        display: none;\n    }\n\n    @media (max-width: 1200px) {\n        .hero_rates .bg_decoration {\n            max-height: 300px;\n            width: auto;\n        }\n    }\n\n    @media (max-width: 768px) {\n\n        .hero_rates .bg_decoration {\n            display: none;\n        }\n\n        .hero_rates .description {\n            text-align: left;\n        }\n\n        .hero_rates .rates_desktop {\n            display: none !important;\n        }\n\n        .hero_rates .rates_mobile {\n            display: grid;\n            gap: 16px;\n        }\n\n        .hero_rates .rates_cards {\n            max-width: 817px;\n            margin-inline: auto;\n            margin-top: 36px;\n        }\n\n        .hero_rates .rate_card {\n            border: 1px solid var(--bg_color2);\n            border-radius: 16px;\n            background: var(--light);\n            overflow: hidden;\n        }\n\n        .hero_rates .rate_card_head {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            background: var(--main_color);\n            color: var(--light);\n            padding: 14px 16px;\n        }\n\n        .hero_rates .rate_card_icon {\n            display: inline-flex;\n            width: 48px;\n            height: 26px;\n            background: var(--light);\n            border-radius: 5px;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n\n        .hero_rates .rate_card_icon img {\n            max-height: 100%;\n            display: block;\n            height: auto;\n        }\n\n        .hero_rates .rate_card_title {\n            font: 700 40px \/ 1.3 var(--font);\n            margin: 0;\n            font-size: 16px;\n            font-weight: 500;\n            \/*line-height: 1.5;*\/\n            color: var(--light);\n            letter-spacing: 0;\n        }\n\n        .hero_rates .rate_card_list {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .rate_card_list li {\n            display: grid;\n            grid-template-columns: 1fr auto;\n            gap: 12px;\n            padding: 14px 16px;\n            border-top: 1px solid var(--bg_color2);\n        }\n\n        .hero_rates .rate_card_list li:first-child {\n            border-top: none;\n        }\n\n        .hero_rates .rate_card_list .label {\n            color: #000000;\n        }\n\n        .hero_rates .rate_card__list .value {\n            font-weight: 600;\n        }\n    }\n<\/style>    <div class=\"container\">\n\n        <div class=\"hero_heading\">\n                            <h1 class=\"main_title\">Our Vehicles &amp; Rates<\/h1>\n            \n                            <div class=\"description disable_margins\"><p>We offer vans of various sizes suitable for different types of requirements. Below you can find high level information on our vehicles and rates, but we encourage you to download and access our app for more detailed specifications and availability locations.<\/p>\n<\/div>\n                    <\/div>\n\n        \n<div class=\"app\">\n\n    <style>\n    .app {\n        gap: 16px;\n        display: flex;\n        align-items: center;\n    }\n\n    .app .app_title {\n        margin: 0 0 16px;\n    }\n\n    .app .app_available {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n        align-items: center;\n    }\n\n    .app .available_apps {\n        display: flex;\n        gap: 8px;\n    }\n\n    .app .available_text {\n        font: 400 18px \/ 1.75 var(--font);\n        margin: 0;\n    }\n\n    .app .available_apps:not(.is-mobile) a {\n        width: 24px;\n        height: 24px;\n        background-color: #000000;\n        border-radius: 50%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        user-select: none;\n    }\n\n    .app .available_apps a:hover {\n        transform: scale(1.1);\n        transform-origin: center;\n    }\n\n    @media (max-width: 767px) {\n        .app {\n            flex-wrap: wrap;\n        }\n    }\n<\/style>            <div class=\"qr_image\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/LoadUp-Singapore-QR-Code.svg\" width=\"80\" height=\"80\" alt=\"Our App\" \/>\n                    <\/div>\n    \n    <div class=\"app_download\">\n                    <h6 class=\"app_title\">\n                Download Our App            <\/h6>\n        \n        <div class=\"app_available\">\n                            <p class=\"available_text\">\n                    Available on                <\/p>\n            \n\n            <div class=\"available_apps\">\n                                    <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.loadup.sg\" aria-label=\"Download in Google Play\" target=\"_blank\" rel=\"noopener\">\n\n                        <svg width=\"11\" height=\"12\" viewBox=\"0 0 11 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n    <path\n        d=\"M0.186004 0.164368C0.0465009 0.30422 0 0.537308 0 0.817014V11.1195C0 11.3992 0.0930021 11.6323 0.232505 11.7721L0.279006 11.8188L6.04514 6.03818V5.94495L0.186004 0.164368Z\"\n        fill=\"url(#paint0_linear_5221_101)\" \/>\n    <path\n        d=\"M7.90517 7.99631L5.99863 6.08499V5.94513L7.90517 4.03381L7.95167 4.08043L10.2302 5.38572C10.8812 5.75866 10.8812 6.36469 10.2302 6.73763L7.90517 7.99631Z\"\n        fill=\"url(#paint1_linear_5221_101)\" \/>\n    <path\n        d=\"M7.95168 7.94958L5.99864 5.99164L0.186005 11.8188C0.41851 12.0519 0.744017 12.0519 1.16253 11.8655L7.95168 7.94958Z\"\n        fill=\"url(#paint2_linear_5221_101)\" \/>\n    <path\n        d=\"M7.95168 4.03367L1.16253 0.164413C0.744017 -0.0686747 0.41851 -0.0220571 0.186005 0.211031L5.99864 5.99161L7.95168 4.03367Z\"\n        fill=\"url(#paint3_linear_5221_101)\" \/>\n    <path opacity=\"0.2\"\n        d=\"M7.90518 7.90302L1.16253 11.7257C0.790518 11.9587 0.465011 11.9121 0.232506 11.7257L0.186005 11.7723L0.232506 11.8189C0.465011 12.0054 0.790518 12.052 1.16253 11.8189L7.90518 7.90302Z\"\n        fill=\"black\" \/>\n    <path opacity=\"0.12\"\n        d=\"M0.186004 11.7256C0.0465009 11.5857 0 11.3527 0 11.073V11.1196C0 11.3993 0.0930021 11.6324 0.232505 11.7722V11.7256H0.186004ZM10.2302 6.59767L7.90518 7.90296L7.95168 7.94958L10.2302 6.64428C10.5557 6.45781 10.6952 6.22473 10.6952 5.99164C10.6952 6.22473 10.5092 6.4112 10.2302 6.59767Z\"\n        fill=\"black\" \/>\n    <path opacity=\"0.25\"\n        d=\"M1.16253 0.211089L10.2302 5.38564C10.5092 5.57211 10.6952 5.75858 10.6952 5.99167C10.6952 5.75858 10.5557 5.52549 10.2302 5.33902L1.16253 0.164471C0.511512 -0.208469 0 0.0712359 0 0.817117V0.863735C0 0.164471 0.511512 -0.161852 1.16253 0.211089Z\"\n        fill=\"white\" \/>\n    <defs>\n        <linearGradient id=\"paint0_linear_5221_101\" x1=\"5.48712\" y1=\"0.72844\" x2=\"-2.33668\" y2=\"8.53222\"\n            gradientUnits=\"userSpaceOnUse\">\n            <stop stop-color=\"#00A0FF\" \/>\n            <stop offset=\"0.007\" stop-color=\"#00A1FF\" \/>\n            <stop offset=\"0.26\" stop-color=\"#00BEFF\" \/>\n            <stop offset=\"0.512\" stop-color=\"#00D2FF\" \/>\n            <stop offset=\"0.76\" stop-color=\"#00DFFF\" \/>\n            <stop offset=\"1\" stop-color=\"#00E3FF\" \/>\n        <\/linearGradient>\n        <linearGradient id=\"paint1_linear_5221_101\" x1=\"11.0831\" y1=\"5.99222\" x2=\"-0.168808\" y2=\"5.99222\"\n            gradientUnits=\"userSpaceOnUse\">\n            <stop stop-color=\"#FFE000\" \/>\n            <stop offset=\"0.409\" stop-color=\"#FFBD00\" \/>\n            <stop offset=\"0.775\" stop-color=\"#FFA500\" \/>\n            <stop offset=\"1\" stop-color=\"#FF9C00\" \/>\n        <\/linearGradient>\n        <linearGradient id=\"paint2_linear_5221_101\" x1=\"6.89471\" y1=\"7.06198\" x2=\"-3.71449\" y2=\"17.6447\"\n            gradientUnits=\"userSpaceOnUse\">\n            <stop stop-color=\"#FF3A44\" \/>\n            <stop offset=\"1\" stop-color=\"#C31162\" \/>\n        <\/linearGradient>\n        <linearGradient id=\"paint3_linear_5221_101\" x1=\"-1.25692\" y1=\"-3.24986\" x2=\"3.48081\" y2=\"1.47603\"\n            gradientUnits=\"userSpaceOnUse\">\n            <stop stop-color=\"#32A071\" \/>\n            <stop offset=\"0.069\" stop-color=\"#2DA771\" \/>\n            <stop offset=\"0.476\" stop-color=\"#15CF74\" \/>\n            <stop offset=\"0.801\" stop-color=\"#06E775\" \/>\n            <stop offset=\"1\" stop-color=\"#00F076\" \/>\n        <\/linearGradient>\n    <\/defs>\n<\/svg>\n                    <\/a>\n                \n                                    <a href=\"https:\/\/apps.apple.com\/sg\/app\/loadup-sg\/id6471225991\" aria-label=\"Download in App Store\" target=\"_blank\" rel=\"noopener\">\n\n                                                    <svg width=\"13\" height=\"14\" viewBox=\"0 0 13 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M10.2316 7.44517C10.2144 5.67648 11.7891 4.81601 11.8611 4.77595C10.9693 3.56701 9.58707 3.40183 9.10135 3.38866C7.94045 3.27506 6.81437 4.03456 6.223 4.03456C5.61983 4.03456 4.70917 3.39963 3.72768 3.41829C2.46468 3.4364 1.28313 4.11633 0.635099 5.17216C-0.702267 7.32499 0.295151 10.4887 1.57645 12.2288C2.21739 13.0816 2.96634 14.0326 3.94664 13.9991C4.9057 13.9629 5.26394 13.4312 6.4213 13.4312C7.56804 13.4312 7.90445 13.9991 8.90422 13.9777C9.93351 13.9629 10.5815 13.1217 11.2001 12.2617C11.9407 11.2855 12.2382 10.3229 12.25 10.2735C12.2264 10.2659 10.2516 9.56453 10.2316 7.44517ZM8.34295 2.24392C8.85878 1.64412 9.21171 0.828095 9.11374 0C8.36715 0.0307312 7.43348 0.480175 6.89581 1.06681C6.42012 1.58375 5.99519 2.43105 6.10496 3.22787C6.94362 3.28604 7.8047 2.8344 8.34295 2.24392Z\" fill=\"white\" \/>\n                            <\/svg>\n                        \n                    <\/a>\n                            <\/div>\n        <\/div>\n    <\/div>\n\n\n<\/div>\n                    <table class=\"rates_table rates_desktop\">\n                <thead>\n                    <tr>\n                        <th class=\"col-title\">Rates<\/th>\n                                                    <th>\n                                                                    <span class=\"th-badge\">\n                                        <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/kgc91qi9boi84ldo7hz7.webp\" alt=\"Compact Van\" width=\"40\" height=\"40\" \/>\n                                    <\/span>\n                                                                Compact Van                            <\/th>\n                                                    <th>\n                                                                    <span class=\"th-badge\">\n                                        <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/soggx40mtr6tskhhtuti.webp\" alt=\"Standard Van\" width=\"40\" height=\"40\" \/>\n                                    <\/span>\n                                                                Standard Van                            <\/th>\n                                            <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <th scope=\"row\" class=\"row-title\">Hourly Rate<\/th>\n                                                    <td>$6<\/td>\n                                                    <td>$6<\/td>\n                                            <\/tr>\n                    <tr>\n                        <th scope=\"row\" class=\"row-title\">Daily Rate (24 hours)<\/th>\n                                                    <td>$100<\/td>\n                                                    <td>$100<\/td>\n                                            <\/tr>\n                    <tr>\n                        <th scope=\"row\" class=\"row-title\">Weekly Rate (7 days)<\/th>\n                                                    <td>$600<\/td>\n                                                    <td>$600<\/td>\n                                            <\/tr>\n                    <tr>\n                        <th scope=\"row\" class=\"row-title\">Mileage per\/KM<\/th>\n                                                    <td>\n                                \u2014                            <\/td>\n                                                    <td>\n                                \u2014                            <\/td>\n                                            <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <div class=\"rates_cards rates_mobile\">\n                \n                    <article class=\"rate_card\">\n                        <header class=\"rate_card_head\">\n                                                            <span class=\"rate_card_icon\">\n                                    <img src=\"\/wp-content\/uploads\/2025\/12\/kgc91qi9boi84ldo7hz7.webp\" alt=\"Compact Van\" width=\"40\" height=\"40\" loading=\"lazy\" decoding=\"async\" \/>\n                                <\/span>\n                                                        <h2 class=\"rate_card_title\">Compact Van<\/h2>\n                        <\/header>\n\n                        <ul class=\"rate_card_list\">\n                            <li><span class=\"label\">Hourly Rate<\/span>\n                                <span class=\"value\">$6<\/span>\n                            <\/li>\n                            <li><span class=\"label\">Daily Rate (24 hours)<\/span>\n                                <span class=\"value\">$100<\/span>\n                            <\/li>\n                            <li><span class=\"label\">Weekly Rate (7 days)<\/span>\n                                <span class=\"value\">$600<\/span>\n                            <\/li>\n                            <li><span class=\"label\">Mileage per\/KM<\/span>\n                                <span class=\"value\">\n                                    \u2014                                <\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/article>\n\n                \n                    <article class=\"rate_card\">\n                        <header class=\"rate_card_head\">\n                                                            <span class=\"rate_card_icon\">\n                                    <img src=\"\/wp-content\/uploads\/2025\/12\/soggx40mtr6tskhhtuti.webp\" alt=\"Standard Van\" width=\"40\" height=\"40\" loading=\"lazy\" decoding=\"async\" \/>\n                                <\/span>\n                                                        <h2 class=\"rate_card_title\">Standard Van<\/h2>\n                        <\/header>\n\n                        <ul class=\"rate_card_list\">\n                            <li><span class=\"label\">Hourly Rate<\/span>\n                                <span class=\"value\">$6<\/span>\n                            <\/li>\n                            <li><span class=\"label\">Daily Rate (24 hours)<\/span>\n                                <span class=\"value\">$100<\/span>\n                            <\/li>\n                            <li><span class=\"label\">Weekly Rate (7 days)<\/span>\n                                <span class=\"value\">$600<\/span>\n                            <\/li>\n                            <li><span class=\"label\">Mileage per\/KM<\/span>\n                                <span class=\"value\">\n                                    \u2014                                <\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/article>\n\n                            <\/div>\n\n            <\/div>\n\n    <img loading=\"lazy\" decoding=\"async\" class=\"bg_decoration bg_left\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-content\/themes\/LoadUp\/images\/bg-left.svg\" width=\"200\" height=\"500\" alt=\"\">\n\n    <img loading=\"lazy\" decoding=\"async\" class=\"bg_decoration bg_right\" src=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-content\/themes\/LoadUp\/images\/bg-right.svg\" width=\"200\" height=\"500\" alt=\"\">\n<\/section>\n\n\n<section class=\"transport\">\n    <style>\n    .transport {\n        background-color: #033F70;\n        padding: clamp(40px, calc(6.4vw + 4.8px), 88px) 0;\n    }\n\n    .transport .container {\n        max-width: calc(988px + 48px);\n    }\n\n    .transport .cars_wrap {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n    }\n\n    .transport .car {\n        background-color: var(--light);\n        border-radius: 16px;\n        overflow: hidden;\n\n    }\n\n    .transport .main_wrap {\n        padding: 34px 31px;\n        padding-top: 2px;\n    }\n\n    .transport .img_wrap {\n        height: 257px;\n        width: 100%;\n        position: relative;\n    }\n\n    .transport .img_wrap img {\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        left: 0;\n        top: 0;\n        object-fit: contain;\n    }\n\n    .transport .class_label {\n        font-size: 18px;\n        padding: 6px 20px;\n        line-height: 1.75;\n        font-weight: 400;\n        letter-spacing: 0.2px;\n        border-radius: 48px;\n        background-color: var(--bg_color);\n        color: var(--main_color);\n        display: inline-block;\n    }\n\n    .transport .class_label.compact {\n        background-color: #E8FFEE;\n        color: #12A838;\n    }\n\n    .transport .third_title {\n        margin: 0;\n        font: 500 clamp(24px, calc(1.1vw + 17.6px), 32px) \/ 1.4 var(--font);\n        color: #000000;\n    }\n\n    .transport .car_class {\n        margin-bottom: 8px;\n    }\n\n    @media (max-width: 540px) {\n        .transport .cars_wrap {\n\n            grid-template-columns: 1fr;\n\n        }\n    }\n<\/style>    <div class=\"container\">\n                    <div class=\"cars_wrap\">\n                                    <div class=\"car\">\n                                                    <div class=\"img_wrap\">\n                                <img\n                                    src=\"\/wp-content\/uploads\/2025\/12\/kgc91qi9boi84ldo7hz7.webp\"\n                                    alt=\"Compact Van\"\n                                    width=\"474\"\n                                    height=\"268\"\n                                    loading=\"lazy\"\n                                    decoding=\"async\" \/>\n                            <\/div>\n                        \n                        <div class=\"main_wrap\">\n                            <div class=\"car_class\">\n                                <div class=\"class_label compact\">Compact<\/div>\n                            <\/div>\n\n                                                            <h2 class=\"third_title\">Nissan NV100<\/h2>\n                                                    <\/div>\n\n\n                    <\/div>\n                                    <div class=\"car\">\n                                                    <div class=\"img_wrap\">\n                                <img\n                                    src=\"\/wp-content\/uploads\/2025\/12\/soggx40mtr6tskhhtuti.webp\"\n                                    alt=\"Standard Van\"\n                                    width=\"474\"\n                                    height=\"268\"\n                                    loading=\"lazy\"\n                                    decoding=\"async\" \/>\n                            <\/div>\n                        \n                        <div class=\"main_wrap\">\n                            <div class=\"car_class\">\n                                <div class=\"class_label compact\">Compact<\/div>\n                            <\/div>\n\n                                                            <h2 class=\"third_title\">Nissan NV200<\/h2>\n                                                    <\/div>\n\n\n                    <\/div>\n                                    <div class=\"car\">\n                                                    <div class=\"img_wrap\">\n                                <img\n                                    src=\"\/wp-content\/uploads\/2025\/12\/ow6fnegtekpu9qdbjp94.webp\"\n                                    alt=\"Standard\"\n                                    width=\"474\"\n                                    height=\"268\"\n                                    loading=\"lazy\"\n                                    decoding=\"async\" \/>\n                            <\/div>\n                        \n                        <div class=\"main_wrap\">\n                            <div class=\"car_class\">\n                                <div class=\"class_label standard\">Standard<\/div>\n                            <\/div>\n\n                                                            <h2 class=\"third_title\">Nissan NV350<\/h2>\n                                                    <\/div>\n\n\n                    <\/div>\n                                    <div class=\"car\">\n                                                    <div class=\"img_wrap\">\n                                <img\n                                    src=\"\/wp-content\/uploads\/2025\/12\/xvuleoy64xtnqhvplr7o.webp\"\n                                    alt=\"Standard\"\n                                    width=\"474\"\n                                    height=\"268\"\n                                    loading=\"lazy\"\n                                    decoding=\"async\" \/>\n                            <\/div>\n                        \n                        <div class=\"main_wrap\">\n                            <div class=\"car_class\">\n                                <div class=\"class_label standard\">Standard<\/div>\n                            <\/div>\n\n                                                            <h2 class=\"third_title\">Toyota Hiace<\/h2>\n                                                    <\/div>\n\n\n                    <\/div>\n                            <\/div>\n            <\/div>\n<\/section>\n\n<section class=\"faq_section\">\r\n            <style>\r\n            .faq_section {\r\n    margin: 176px 0;\r\n}\r\n.faq_section .content_wrap {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 24px 64px;\r\n}\r\n.faq_section .faq_header h2,\r\n.faq_section .faq_header p {\r\n    margin: 0;\r\n}\r\n.faq_section .faq_header p {\r\n    margin: 16px 0 0;\r\n}\r\n.faq_section .see_all_faq {\r\n    margin-top: 40px;\r\n}\r\n\r\n.page-id-180 .faq_section {\r\n    margin-block: clamp(48px, calc(5.3vw + 19.2px), 88px);\r\n}\r\n\r\n.page-id-180 .faq_question {\r\n    font-weight: 500;\r\n}\r\n\r\n@media (max-width: 1025px) {\r\n    .faq_section {\r\n        margin: 128px 0;\r\n    }\r\n}\r\n@media (max-width: 820px) {\r\n    .faq_section .content_wrap {\r\n        grid-template-columns: 100%;\r\n        grid-gap: 40px;\r\n    }\r\n    .faq_section .faq_header {\r\n        text-align: center;\r\n    }\r\n}\r\n        <\/style>\r\n        <div class=\"container\">\r\n        <div class=\"content_wrap\">\r\n            <div class=\"faq_header\">\r\n                <h2 class=\"title\">Frequently Asked Questions<\/h2>\r\n                <p>In case you\u2019re still looking for answers.<\/p>\r\n                <a class=\"see_all_faq button_basic\" href=\"\/faq\">See All FAQ  \u2192<\/a>\r\n            <\/div>\r\n            <div class=\"faq_accordion\" id=\"faqAccordion\">\r\n                                    <div class=\"faq_item\">\n    <style>\n        .faq_item {\n    border: 1px solid rgba(226, 232, 240, 1);\n    border-radius: 24px;\n    margin-bottom: 24px;\n    transition: .3s easy-in-out;\n}\n.faq_item.open{\n    border-color: var(--main_color);\n}\n.faq_question {\n    font-weight: 600;\n    letter-spacing: .2px;\n    padding: 24px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n.faq_answer {\n    display: none;\n    padding: 0 24px 24px;\n}\n.faq_answer ol,\n.faq_answer ul{\n    list-style-position: outside;\n}\n.faq_question[aria-expanded=\"true\"] + .faq_answer {\n    display: block;\n}\n.faq_question .arrow svg{\n    transition: .3s ease-in-out;\n}\n.faq_question[aria-expanded=\"true\"] .arrow svg{\n    transform: rotate(180deg);\n}\n.faq_answer .link_wrapper a{\n    color: var(--main_color);\n    text-decoration: underline;\n}\n.faq_answer .link_wrapper a:hover{\n    text-decoration: none;\n}    <\/style>\n<!--    <div class=\"faq_question\" aria-expanded=\"false\">-->\n    <div class=\"faq_question\">\n        Fuel Policy        <span class=\"arrow\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\">\n                <path d=\"M1 1L7 7L13 1\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/span>\n    <\/div>\n    <div class=\"faq_answer\">\n        \n<p class=\"wp-block-paragraph\">LoadUp does not charge any mileage\/fuel fee. You just have to top up the fuel to at least two (2) bars when you return to prevent penalty and fuel charges, regardless of vehicle model.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you collected vehicle with less than two (2) bars , kindly take photo of the dashboard during vehicle collection and upload it to the app\/Whatsapp to 9730 3003.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\t\t<div class=\"link_wrapper\">\n            <div class=\"sub_title\">Useful link:<\/div>\n            <a href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/faq\/fuel-policy\/\">Fuel Policy<\/a>\n        <\/div>\n    <\/div>\n<\/div>                                    <div class=\"faq_item\">\n    <style>\n            <\/style>\n<!--    <div class=\"faq_question\" aria-expanded=\"false\">-->\n    <div class=\"faq_question\">\n        Why is the promo code in my wallet \u201clocked\u201d?        <span class=\"arrow\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\">\n                <path d=\"M1 1L7 7L13 1\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/span>\n    <\/div>\n    <div class=\"faq_answer\">\n        \n<p class=\"wp-block-paragraph\">It likely means your friend\/referee hasn\u2019t made their first booking yet. Give them a gentle reminder to start their journey with LoadUp! Once they complete their first booking, your reward promo code will be unlocked and ready to use.<\/p>\n\t\t<div class=\"link_wrapper\">\n            <div class=\"sub_title\">Useful link:<\/div>\n            <a href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/faq\/why-is-the-promo-code-in-my-wallet-locked\/\">Why is the promo code in my wallet \u201clocked\u201d?<\/a>\n        <\/div>\n    <\/div>\n<\/div>                                    <div class=\"faq_item\">\n    <style>\n            <\/style>\n<!--    <div class=\"faq_question\" aria-expanded=\"false\">-->\n    <div class=\"faq_question\">\n        Is there an expiry to the referral bonus?        <span class=\"arrow\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\">\n                <path d=\"M1 1L7 7L13 1\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/span>\n    <\/div>\n    <div class=\"faq_answer\">\n        \n<p class=\"wp-block-paragraph\">Yes, the referral bonus must be used within 30 days.<\/p>\n\t\t<div class=\"link_wrapper\">\n            <div class=\"sub_title\">Useful link:<\/div>\n            <a href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/faq\/is-there-an-expiry-to-the-referral-bonus\/\">Is there an expiry to the referral bonus?<\/a>\n        <\/div>\n    <\/div>\n<\/div>                                    <div class=\"faq_item\">\n    <style>\n            <\/style>\n<!--    <div class=\"faq_question\" aria-expanded=\"false\">-->\n    <div class=\"faq_question\">\n        What if my referee did not receive the referral promo code in his wallet?        <span class=\"arrow\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\">\n                <path d=\"M1 1L7 7L13 1\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/span>\n    <\/div>\n    <div class=\"faq_answer\">\n        \n<p class=\"wp-block-paragraph\">Just head to the Referrals tab in the app. From there, you can copy your unique code and share it with your friends! They simply need to enter the code when signing up to get their discount added to their account.<\/p>\n\t\t<div class=\"link_wrapper\">\n            <div class=\"sub_title\">Useful link:<\/div>\n            <a href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/faq\/what-if-my-referee-did-not-receive-the-referral-promo-code-in-his-wallet\/\">What if my referee did not receive the referral promo code in his wallet?<\/a>\n        <\/div>\n    <\/div>\n<\/div>                                    <div class=\"faq_item\">\n    <style>\n            <\/style>\n<!--    <div class=\"faq_question\" aria-expanded=\"false\">-->\n    <div class=\"faq_question\">\n        How do I refer a friend and get rewarded?        <span class=\"arrow\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\">\n                <path d=\"M1 1L7 7L13 1\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/span>\n    <\/div>\n    <div class=\"faq_answer\">\n        \n<p class=\"wp-block-paragraph\">It\u2019s easy \u2014 and rewarding for both of you!<br><br>Just go to the Referrals tab in the app and tap the \u201cShare\u201d button to send your referral link or code to your friends.<br><br>Here\u2019s how it works:<br>1. Your friend gets a\u00a0<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">20% discount code<\/mark>\u00a0on their first booking.<br>2. You get a\u00a0<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">20% discount code<\/mark><\/mark>\u00a0once your friend completes their first booking.<br><br>Be sure to remind them to use your code so you both get the reward!<\/p>\n\t\t<div class=\"link_wrapper\">\n            <div class=\"sub_title\">Useful link:<\/div>\n            <a href=\"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/faq\/how-do-i-refer-a-friend-and-get-rewarded\/\">How do I refer a friend and get rewarded?<\/a>\n        <\/div>\n    <\/div>\n<\/div>                            <\/div>\r\n        <\/div>\r\n    <\/div><!-- end container -->\r\n<\/section><!-- end faq_section -->\n\n\n\n<section class=\"ready\">\n    <style>\n    .ready {\n        background-color: var(--main_color);\n        position: relative;\n        padding-block: clamp(60px, calc(8.0vw + 16px), 120px);\n    }\n\n    .ready .container {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        color: var(--light);\n    }\n\n    .ready .second_title {\n        color: var(--light);\n        margin: 0;\n        margin-bottom: 40px;\n    }\n\n    .ready .rigth_img_bg {\n        position: absolute;\n        top: 0;\n        right: 0;\n        width: clamp(125px, 32.2vw, 464px);\n        height: clamp(96px, 24.8vw, 224px);\n        z-index: 1;\n    }\n\n    .ready .left_img_bg {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: clamp(132px, 34vw, 489px);\n        height: clamp(96px, 24.8vw, 224px);\n        z-index: 2;\n    }\n\n    .ready .app .app_available {\n        justify-content: center;\n    }\n<\/style>    <div class=\"container\">\n                    <h2 class=\"second_title\">\n                Ready to LoadUp?            <\/h2>\n                \n<div class=\"app\">\n\n                <div class=\"qr_image\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/LoadUp-Singapore-QR-Code.svg\" width=\"80\" height=\"80\" alt=\"Our App\" \/>\n                    <\/div>\n    \n    <div class=\"app_download\">\n                    <h6 class=\"app_title\">\n                Download Our App            <\/h6>\n        \n        <div class=\"app_available\">\n                            <p class=\"available_text\">\n                    Available on                <\/p>\n            \n\n            <div class=\"available_apps\">\n                                    <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.loadup.sg\" aria-label=\"Download in Google Play\" target=\"_blank\" rel=\"noopener\">\n\n                        <svg width=\"11\" height=\"12\" viewBox=\"0 0 11 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n    <path\n        d=\"M0.186004 0.164368C0.0465009 0.30422 0 0.537308 0 0.817014V11.1195C0 11.3992 0.0930021 11.6323 0.232505 11.7721L0.279006 11.8188L6.04514 6.03818V5.94495L0.186004 0.164368Z\"\n        fill=\"url(#paint0_linear_5221_101)\" \/>\n    <path\n        d=\"M7.90517 7.99631L5.99863 6.08499V5.94513L7.90517 4.03381L7.95167 4.08043L10.2302 5.38572C10.8812 5.75866 10.8812 6.36469 10.2302 6.73763L7.90517 7.99631Z\"\n        fill=\"url(#paint1_linear_5221_101)\" \/>\n    <path\n        d=\"M7.95168 7.94958L5.99864 5.99164L0.186005 11.8188C0.41851 12.0519 0.744017 12.0519 1.16253 11.8655L7.95168 7.94958Z\"\n        fill=\"url(#paint2_linear_5221_101)\" \/>\n    <path\n        d=\"M7.95168 4.03367L1.16253 0.164413C0.744017 -0.0686747 0.41851 -0.0220571 0.186005 0.211031L5.99864 5.99161L7.95168 4.03367Z\"\n        fill=\"url(#paint3_linear_5221_101)\" \/>\n    <path opacity=\"0.2\"\n        d=\"M7.90518 7.90302L1.16253 11.7257C0.790518 11.9587 0.465011 11.9121 0.232506 11.7257L0.186005 11.7723L0.232506 11.8189C0.465011 12.0054 0.790518 12.052 1.16253 11.8189L7.90518 7.90302Z\"\n        fill=\"black\" \/>\n    <path opacity=\"0.12\"\n        d=\"M0.186004 11.7256C0.0465009 11.5857 0 11.3527 0 11.073V11.1196C0 11.3993 0.0930021 11.6324 0.232505 11.7722V11.7256H0.186004ZM10.2302 6.59767L7.90518 7.90296L7.95168 7.94958L10.2302 6.64428C10.5557 6.45781 10.6952 6.22473 10.6952 5.99164C10.6952 6.22473 10.5092 6.4112 10.2302 6.59767Z\"\n        fill=\"black\" \/>\n    <path opacity=\"0.25\"\n        d=\"M1.16253 0.211089L10.2302 5.38564C10.5092 5.57211 10.6952 5.75858 10.6952 5.99167C10.6952 5.75858 10.5557 5.52549 10.2302 5.33902L1.16253 0.164471C0.511512 -0.208469 0 0.0712359 0 0.817117V0.863735C0 0.164471 0.511512 -0.161852 1.16253 0.211089Z\"\n        fill=\"white\" \/>\n    <defs>\n        <linearGradient id=\"paint0_linear_5221_101\" x1=\"5.48712\" y1=\"0.72844\" x2=\"-2.33668\" y2=\"8.53222\"\n            gradientUnits=\"userSpaceOnUse\">\n            <stop stop-color=\"#00A0FF\" \/>\n            <stop offset=\"0.007\" stop-color=\"#00A1FF\" \/>\n            <stop offset=\"0.26\" stop-color=\"#00BEFF\" \/>\n            <stop offset=\"0.512\" stop-color=\"#00D2FF\" \/>\n            <stop offset=\"0.76\" stop-color=\"#00DFFF\" \/>\n            <stop offset=\"1\" stop-color=\"#00E3FF\" \/>\n        <\/linearGradient>\n        <linearGradient id=\"paint1_linear_5221_101\" x1=\"11.0831\" y1=\"5.99222\" x2=\"-0.168808\" y2=\"5.99222\"\n            gradientUnits=\"userSpaceOnUse\">\n            <stop stop-color=\"#FFE000\" \/>\n            <stop offset=\"0.409\" stop-color=\"#FFBD00\" \/>\n            <stop offset=\"0.775\" stop-color=\"#FFA500\" \/>\n            <stop offset=\"1\" stop-color=\"#FF9C00\" \/>\n        <\/linearGradient>\n        <linearGradient id=\"paint2_linear_5221_101\" x1=\"6.89471\" y1=\"7.06198\" x2=\"-3.71449\" y2=\"17.6447\"\n            gradientUnits=\"userSpaceOnUse\">\n            <stop stop-color=\"#FF3A44\" \/>\n            <stop offset=\"1\" stop-color=\"#C31162\" \/>\n        <\/linearGradient>\n        <linearGradient id=\"paint3_linear_5221_101\" x1=\"-1.25692\" y1=\"-3.24986\" x2=\"3.48081\" y2=\"1.47603\"\n            gradientUnits=\"userSpaceOnUse\">\n            <stop stop-color=\"#32A071\" \/>\n            <stop offset=\"0.069\" stop-color=\"#2DA771\" \/>\n            <stop offset=\"0.476\" stop-color=\"#15CF74\" \/>\n            <stop offset=\"0.801\" stop-color=\"#06E775\" \/>\n            <stop offset=\"1\" stop-color=\"#00F076\" \/>\n        <\/linearGradient>\n    <\/defs>\n<\/svg>\n                    <\/a>\n                \n                                    <a href=\"https:\/\/apps.apple.com\/sg\/app\/loadup-sg\/id6471225991\" aria-label=\"Download in App Store\" target=\"_blank\" rel=\"noopener\">\n\n                                                    <svg width=\"13\" height=\"14\" viewBox=\"0 0 13 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M10.2316 7.44517C10.2144 5.67648 11.7891 4.81601 11.8611 4.77595C10.9693 3.56701 9.58707 3.40183 9.10135 3.38866C7.94045 3.27506 6.81437 4.03456 6.223 4.03456C5.61983 4.03456 4.70917 3.39963 3.72768 3.41829C2.46468 3.4364 1.28313 4.11633 0.635099 5.17216C-0.702267 7.32499 0.295151 10.4887 1.57645 12.2288C2.21739 13.0816 2.96634 14.0326 3.94664 13.9991C4.9057 13.9629 5.26394 13.4312 6.4213 13.4312C7.56804 13.4312 7.90445 13.9991 8.90422 13.9777C9.93351 13.9629 10.5815 13.1217 11.2001 12.2617C11.9407 11.2855 12.2382 10.3229 12.25 10.2735C12.2264 10.2659 10.2516 9.56453 10.2316 7.44517ZM8.34295 2.24392C8.85878 1.64412 9.21171 0.828095 9.11374 0C8.36715 0.0307312 7.43348 0.480175 6.89581 1.06681C6.42012 1.58375 5.99519 2.43105 6.10496 3.22787C6.94362 3.28604 7.8047 2.8344 8.34295 2.24392Z\" fill=\"white\" \/>\n                            <\/svg>\n                        \n                    <\/a>\n                            <\/div>\n        <\/div>\n    <\/div>\n\n\n<\/div>    <\/div>\n\n    <svg class=\"left_img_bg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"489\" height=\"224\" viewBox=\"0 0 489 224\" fill=\"none\">\n        <g clip-path=\"url(#clip0_5435_341)\">\n            <path d=\"M480.33 316.915C475.405 336.613 467.526 354.341 457.677 372.069C418.282 444.95 347.37 488.285 265.625 498.134C185.849 507.982 111.983 493.209 48.9501 441.995C18.4187 417.373 -4.2337 388.811 -18.0221 358.28C-18.0221 358.28 -18.022 358.28 -19.0069 357.295C-31.8104 329.718 -38.7045 300.172 -40.6743 268.656C-40.6743 266.686 -40.6743 263.731 -40.6743 261.761C-40.6743 259.792 -40.6743 258.807 -40.6743 256.837C-40.6743 216.457 -29.8406 167.212 2.66055 114.029C5.61521 123.877 8.56986 132.741 12.5094 142.59C24.328 174.107 39.1013 204.638 61.7536 230.245C126.756 302.142 245.927 344.492 340.476 354.341C394.645 361.235 444.874 352.371 480.33 316.915Z\" fill=\"#FFFFFF1A\" fill-opacity=\"1\"><\/path>\n            <path d=\"M484.273 205.622C474.425 151.454 450.788 108.119 417.301 74.6325C416.317 73.6476 415.332 72.6628 414.347 71.6779C413.362 70.693 412.377 69.7081 411.392 68.7232C342.45 5.69061 241.992 -13.0223 152.367 8.6452C103.123 20.4638 57.8185 46.0709 23.3475 83.4965C21.3777 86.4512 19.4079 90.3906 20.3928 94.3301C31.2266 135.695 47.9695 174.106 70.6219 210.547C71.6067 211.531 72.5917 211.531 73.5765 212.516C68.6521 209.562 95.2441 162.287 99.1836 158.348C111.002 142.59 125.775 128.801 142.518 117.967C176.989 96.3 220.324 90.3907 259.72 98.2698C266.614 99.2547 272.523 101.224 279.418 103.194C320.783 116.983 356.238 149.484 371.012 200.698C383.815 245.018 379.876 295.247 354.269 336.612C360.178 337.597 366.087 337.597 371.997 337.597C410.407 337.597 451.772 326.763 486.243 290.322C490.183 261.761 489.198 234.184 484.273 205.622Z\" fill=\"#FFFFFF1A\" fill-opacity=\"1\"><\/path>\n        <\/g>\n        <defs>\n            <clipPath id=\"clip0_5435_341\">\n                <rect width=\"529.348\" height=\"501\" fill=\"white\" transform=\"translate(-40.6743)\"><\/rect>\n            <\/clipPath>\n        <\/defs>\n    <\/svg>\n\n    <svg class=\"rigth_img_bg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"464\" height=\"224\" viewBox=\"0 0 464 224\" fill=\"none\">\n        <g clip-path=\"url(#clip0_5435_345)\">\n            <path d=\"M521.004 39.9149C516.08 59.6126 508.2 77.3406 498.352 95.0685C458.956 167.95 388.044 211.285 306.299 221.134C226.523 230.983 152.657 216.209 89.6244 164.995C59.093 140.373 36.4406 111.811 22.6522 81.2801C22.6522 81.2801 22.6523 81.2802 21.6674 80.2953C8.86393 52.7185 1.96977 23.172 0 -8.34436C0 -10.3141 0 -13.2689 0 -15.2387C0 -17.2085 0 -18.1933 0 -20.1631C0 -60.5434 10.8337 -109.788 43.3349 -162.971C46.2895 -153.123 49.2442 -144.259 53.1837 -134.41C65.0023 -102.893 79.7756 -72.362 102.428 -46.755C167.43 25.1416 286.601 67.4917 381.15 77.3406C435.319 84.2348 485.548 75.3708 521.004 39.9149Z\" fill=\"#FFFFFF1A\" fill-opacity=\"1\"><\/path>\n            <path d=\"M524.948 -71.3778C515.099 -125.546 491.462 -168.881 457.976 -202.368C456.991 -203.352 456.006 -204.337 455.021 -205.322C454.036 -206.307 453.051 -207.292 452.066 -208.277C383.124 -271.309 282.666 -290.022 193.042 -268.355C143.797 -256.536 98.4928 -230.929 64.0218 -193.503C62.0521 -190.549 60.0823 -186.609 61.0671 -182.67C71.9009 -141.305 88.6438 -102.894 111.296 -66.4534C112.281 -65.4685 113.266 -65.4686 114.251 -64.4837C109.326 -67.4383 135.918 -114.713 139.858 -118.652C151.677 -134.41 166.45 -148.199 183.193 -159.033C217.664 -180.7 260.999 -186.609 300.394 -178.73C307.288 -177.745 313.198 -175.776 320.092 -173.806C361.457 -160.017 396.913 -127.516 411.686 -76.3022C424.49 -31.9824 420.55 18.2467 394.943 59.6119C400.852 60.5968 406.762 60.5968 412.671 60.5968C451.082 60.5968 492.447 49.7631 526.918 13.3223C530.857 -15.2393 529.872 -42.8162 524.948 -71.3778Z\" fill=\"#FFFFFF1A\" fill-opacity=\"1\"><\/path>\n        <\/g>\n        <defs>\n            <clipPath id=\"clip0_5435_345\">\n                <rect width=\"529.348\" height=\"501\" fill=\"white\" transform=\"translate(0 -277)\"><\/rect>\n            <\/clipPath>\n        <\/defs>\n    <\/svg>\n\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-180","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-json\/wp\/v2\/pages\/180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-json\/wp\/v2\/comments?post=180"}],"version-history":[{"count":18,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-json\/wp\/v2\/pages\/180\/revisions"}],"predecessor-version":[{"id":494,"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-json\/wp\/v2\/pages\/180\/revisions\/494"}],"wp:attachment":[{"href":"https:\/\/glutenfreepleasure.com\/__proxy_domain\/loadup.com.sg\/wp-json\/wp\/v2\/media?parent=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}