{"id":13604,"date":"2025-11-19T11:34:32","date_gmt":"2025-11-19T05:34:32","guid":{"rendered":"http:\/\/hobbi.st\/?page_id=13604"},"modified":"2025-11-19T14:31:51","modified_gmt":"2025-11-19T08:31:51","slug":"hpv","status":"publish","type":"page","link":"https:\/\/khatm.hobbi.st\/kk\/hpv\/","title":{"rendered":"hpv"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"13604\" class=\"elementor elementor-13604\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-149c0fc5 elementor-section-full_width elementor-section-height-min-height elementor-section-items-top elementor-section-height-default\" data-id=\"149c0fc5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7be0339c\" data-id=\"7be0339c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-98a62ee elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-ucaddon_hpv\" data-id=\"98a62ee\" data-element_type=\"widget\" data-widget_type=\"ucaddon_hpv.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start hpv -->\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>hobbi.st Valuator<\/title>\n    <!-- Load Tailwind CSS --><script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n    <!-- Lucide Icons --><script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #f0f4f8;\n        }\n        .glass-panel {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \/* Custom form styles *\/\n        .form-select {\n            background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'\/%3e%3c\/svg%3e\");\n            background-position: right 0.5rem center;\n            background-repeat: no-repeat;\n            background-size: 1.5em 1.5em;\n            padding-right: 2.5rem;\n            -webkit-appearance: none;\n            -moz-appearance: none;\n            appearance: none;\n        }\n    <\/style>\n<\/head>\n<body class=\"min-h-screen py-8 px-4 flex flex-col items-center\">\n\n    <!-- Header --><div class=\"text-center mb-8\">\n        <h1 class=\"text-5xl font-bold text-gray-900 tracking-tight mb-2\">hobbi.st Valuator<\/h1>\n        <p class=\"text-gray-500\">Calculate your Human Potential Monetary Value based on the Hobbi.st methodology.<\/p>\n    <\/div>\n\n    <!-- Main Container --><div class=\"w-full max-w-7xl glass-panel bg-white shadow-xl rounded-2xl overflow-hidden\">\n        \n        <div class=\"p-6 md:p-10 space-y-10\">\n            \n            <!-- Section 1: Basic Profile --><div class=\"border-b border-gray-100 pb-8\">\n                <h2 class=\"text-xl font-semibold text-indigo-600 mb-6 flex items-center\">\n                    <i data-lucide=\"user\" class=\"w-6 h-6 mr-3\"><\/i> Profile & Tests\n                <\/h2>\n                <div class=\"grid grid-cols-2 gap-6 md:gap-8\">\n                    <!-- Q1 Age --><div>\n                        <label class=\"block text-sm font-medium text-gray-700 mb-1\">1. What is your age?<\/label>\n                        <input type=\"number\" id=\"age\" placeholder=\"e.g., 30\" min=\"6\" max=\"100\"\n                               class=\"w-full rounded-lg border-gray-300 border px-3 py-2.5 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 outline-none transition text-base\">\n                        <!-- Age Error Message -->\n                        <p id=\"ageError\" class=\"mt-1 text-sm text-red-600 hidden\">Age is required and must be between 6 and 100.<\/p>\n                    <\/div>\n\n                    <!-- Q2 King\/Queen Test --><div>\n                        <label class=\"block text-sm font-medium text-gray-700 mb-1\">2. King\/Queen test?<\/label>\n                        <select id=\"testKQ\" class=\"form-select w-full rounded-lg border-gray-300 border px-3 py-2.5 focus:ring-2 focus:ring-indigo-500 outline-none transition bg-white text-base\">\n                            <option value=\"no\">No<\/option>\n                            <option value=\"yes\">Yes<\/option>\n                        <\/select>\n                    <\/div>\n\n                    <!-- Q3 Sphere Test --><div>\n                        <label class=\"block text-sm font-medium text-gray-700 mb-1\">3. Sphere test?<\/label>\n                        <select id=\"testSphere\" class=\"form-select w-full rounded-lg border-gray-300 border px-3 py-2.5 focus:ring-2 focus:ring-indigo-500 outline-none transition bg-white text-base\">\n                            <option value=\"no\">No<\/option>\n                            <option value=\"yes\">Yes<\/option>\n                        <\/select>\n                    <\/div>\n\n                    <!-- Q4 Love Job --><div>\n                        <label class=\"block text-sm font-medium text-gray-700 mb-1\">4. Know \"love job\"?<\/label>\n                        <select id=\"loveJob\" class=\"form-select w-full rounded-lg border-gray-300 border px-3 py-2.5 focus:ring-2 focus:ring-indigo-500 outline-none transition bg-white text-base\">\n                            <option value=\"no\">No<\/option>\n                            <option value=\"yes\">Yes<\/option>\n                        <\/select>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Section 2: Earnings & Finance --><div class=\"border-b border-gray-100 pb-8\">\n                <h2 class=\"text-xl font-semibold text-emerald-600 mb-6 flex items-center\">\n                    <i data-lucide=\"coins\" class=\"w-6 h-6 mr-3\"><\/i> Earnings & Assets\n                <\/h2>\n                <div class=\"grid grid-cols-2 gap-6 md:gap-8\">\n                    <!-- Q5 HBC Earnings --><div>\n                        <label class=\"block text-sm font-medium text-gray-700 mb-1\">5. HBC earning (30d)<\/label>\n                        <!-- Flexbox container for robust alignment --><div class=\"flex items-center w-full border border-gray-300 rounded-lg focus-within:ring-2 focus-within:ring-emerald-500 focus-within:border-emerald-500 transition bg-white overflow-hidden\">\n                            <div class=\"pl-1.5 text-gray-400 flex items-center justify-center select-none\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"currentColor\" class=\"w-8 h-8\">\n                                    <path d=\"M12.75 8.25V6H11.25v2.25H9v1.5h2.25v2.25H9v1.5h2.25V16H12.75v-2.25H15v-1.5h-2.25v-2.25H15v-1.5h-2.25Z\" \/>\n                                <\/svg>\n                            <\/div>\n                            <input type=\"number\" id=\"hbcEarnings\" placeholder=\"0\" min=\"0\"\n                                   class=\"w-full py-3 pl-3 pr-4 border-none focus:ring-0 outline-none bg-transparent text-base placeholder-gray-400 text-gray-900\">\n                        <\/div>\n                        <p class=\"text-xs text-gray-500 mt-1\">1 HBC = 1000 KZT<\/p>\n                    <\/div>\n\n                    <!-- Q6 Blitz Finance --><div>\n                        <label class=\"block text-sm font-medium text-gray-700 mb-1\">6. Blitz finance course?<\/label>\n                        <select id=\"blitzCourse\" class=\"form-select w-full rounded-lg border-gray-300 border px-3 py-2.5 focus:ring-2 focus:ring-emerald-500 outline-none transition bg-white text-base\">\n                            <option value=\"no\">No<\/option>\n                            <option value=\"yes\">Yes<\/option>\n                        <\/select>\n                    <\/div>\n\n                    <!-- Q7 Cash Earnings --><div class=\"col-span-2\">\n                        <label class=\"block text-sm font-medium text-gray-700 mb-1\">7. Cash earning in USD (last 30 days)<\/label>\n                        <!-- Flexbox container for robust alignment --><div class=\"flex items-center w-full border border-gray-300 rounded-lg focus-within:ring-2 focus-within:ring-emerald-500 focus-within:border-emerald-500 transition bg-white overflow-hidden\">\n                            <span class=\"pl-3 text-gray-500 text-base font-medium select-none\">$<\/span>\n                            <input type=\"number\" id=\"cashEarnings\" placeholder=\"e.g. 5000\" min=\"0\"\n                                   class=\"w-full py-3 pl-2 pr-4 border-none focus:ring-0 outline-none bg-transparent text-base placeholder-gray-400 text-gray-900\">\n                        <\/div>\n                        <p class=\"text-xs text-gray-500 mt-1\">Includes business or salary.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Section 3: Macro Factors --><div>\n                <h2 class=\"text-xl font-semibold text-rose-600 mb-6 flex items-center\">\n                    <i data-lucide=\"trending-up\" class=\"w-6 h-6 mr-3\"><\/i> Market Conditions\n                <\/h2>\n                <div>\n                    <label class=\"block text-sm font-medium text-gray-700 mb-1\">8. Inflation Rate (%) in your country<\/label>\n                    <div class=\"relative max-w-xs\">\n                        <input type=\"number\" id=\"inflationRate\" placeholder=\"e.g. 3.5\" step=\"0.1\"\n                               class=\"w-full rounded-lg border-gray-300 border px-4 py-2.5 focus:ring-2 focus:ring-rose-500 focus:border-rose-500 outline-none transition\">\n                        <div class=\"absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none\">\n                            <span class=\"text-gray-500 text-sm\">%<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Calculate Button --><button onclick=\"calculate()\" class=\"w-full bg-gray-900 hover:bg-gray-800 text-white font-bold py-4 px-6 rounded-xl shadow-lg transform transition hover:-translate-y-0.5 active:translate-y-0 text-lg\">\n                Calculate Potential Value\n            <\/button>\n\n        <\/div>\n\n        <!-- Result Section --><div id=\"results\" class=\"hidden bg-gray-50 border-t border-gray-200 p-10\">\n            <div class=\"flex flex-col items-center text-center space-y-3\">\n                <span class=\"text-base font-semibold tracking-wider text-gray-500 uppercase\">Total Human Potential Value<\/span>\n                <span id=\"totalValue\" class=\"text-5xl md:text-7xl font-black text-transparent bg-clip-text bg-gradient-to-r from-indigo-600 to-emerald-600\">\n                    $0\n                <\/span>\n            <\/div>\n\n            <!-- New Interactive Section -->\n            <div class=\"mt-10 pt-4 border-t border-gray-200 text-center space-y-4\">\n                <p class=\"text-lg font-medium text-gray-700\">Now let's make this amount appear in your wallet in interactive and interesting way like game<\/p>\n                <a href=\"https:\/\/khatm.hobbi.st\/ru\" target=\"_blank\" class=\"inline-block bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-3 px-8 rounded-full shadow-xl transform transition hover:scale-105 active:scale-95 text-base uppercase tracking-wider\">\n                    Let's go\n                <\/a>\n            <\/div>\n            \n            <div class=\"mt-8 text-center\">\n                <p class=\"text-xs text-gray-400 italic\">\n                    *Values include randomized components based on the Hobbi.st valuator logic. \n                    Financial streams are discounted based on the provided inflation rate till age 80.\n                    HBC converted at ~500 KZT\/USD.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Initialize Icons\n        lucide.createIcons();\n\n        \/\/ Helper: Random Integer between min and max (inclusive)\n        function getRandomInt(min, max) {\n            min = Math.ceil(min);\n            max = Math.floor(max);\n            return Math.floor(Math.random() * (max - min + 1)) + min;\n        }\n\n        \/\/ Helper: Format Currency\n        function formatMoney(amount) {\n            return '$' + amount.toFixed(0).replace(\/\\B(?=(\\d{3})+(?!\\d))\/g, \",\");\n        }\n\n        \/\/ Helper: Calculate NPV of an Annuity\n        \/\/ Monthly Payment, Current Age, Target Age (80), Annual Rate (%)\n        function calculateNPV(monthlyAmount, currentAge, ratePercent) {\n            if (monthlyAmount <= 0) return 0;\n            \n            const annualAmount = monthlyAmount * 12;\n            const targetAge = 80;\n            const years = targetAge - currentAge;\n            \n            if (years <= 0) return 0; \/\/ Already past retirement age for calculation\n            \n            const r = ratePercent \/ 100;\n            \n            \/\/ If rate is 0, simple multiplication\n            if (r <= 0) {\n                return annualAmount * years;\n            }\n\n            \/\/ PV = PMT * [(1 - (1+r)^-n) \/ r]\n            const pvFactor = (1 - Math.pow((1 + r), -years)) \/ r;\n            return annualAmount * pvFactor;\n        }\n\n        function calculate() {\n            \/\/ 1. Gather Inputs\n            const ageInput = document.getElementById('age');\n            const ageError = document.getElementById('ageError');\n            const age = parseInt(ageInput.value) || 0;\n            const testKQ = document.getElementById('testKQ').value === 'yes';\n            const testSphere = document.getElementById('testSphere').value === 'yes';\n            const loveJob = document.getElementById('loveJob').value === 'yes';\n            const hbcEarnTokens = parseFloat(document.getElementById('hbcEarnings').value) || 0;\n            const blitzCourse = document.getElementById('blitzCourse').value === 'yes';\n            const cashEarn = parseFloat(document.getElementById('cashEarnings').value) || 0;\n            const inflation = parseFloat(document.getElementById('inflationRate').value) || 0;\n\n            \/\/ --- Age Validation (REQUIRED) ---\n            if (age < 6 || age > 100) {\n                ageError.classList.remove('hidden');\n                document.getElementById('results').classList.add('hidden');\n                \/\/ Highlight input with red border\n                ageInput.classList.add('border-red-500', 'focus:border-red-500', 'focus:ring-red-500');\n                ageInput.classList.remove('border-gray-300', 'focus:border-indigo-500', 'focus:ring-indigo-500');\n                ageInput.focus(); \/\/ Focus on the invalid field\n                return;\n            } else {\n                ageError.classList.add('hidden');\n                \/\/ Reset input styling\n                ageInput.classList.remove('border-red-500', 'focus:border-red-500', 'focus:ring-red-500');\n                ageInput.classList.add('border-gray-300', 'focus:border-indigo-500', 'focus:ring-indigo-500');\n            }\n\n            \/\/ Note on Units: The prompt says \"numbers are in 1000 USD\".\n            \/\/ So a value of \"1000\" means 1,000,000 USD.\n            const UNIT_MULTIPLIER = 1000; \n            const KZT_TO_USD_RATE = 500; \/\/ Approximate rate: 500 KZT = 1 USD\n\n            \/\/ 2. Logic Implementation\n            \n            \/\/ --- Age Value ---\n            let ageValueBase = 0; \/\/ In thousands\n            if ((age >= 6 && age <= 9) || (age >= 65 && age <= 100)) {\n                ageValueBase = getRandomInt(500, 999);\n            } else if (age >= 10 && age <= 64) {\n                ageValueBase = getRandomInt(1000, 1100);\n            }\n            const valAge = ageValueBase * UNIT_MULTIPLIER;\n\n            \/\/ --- Tests & Skills (Bonuses) ---\n            let bonusTotalBase = 0; \/\/ In thousands\n\n            if (testKQ) bonusTotalBase += getRandomInt(1000, 1100);\n            if (testSphere) bonusTotalBase += getRandomInt(1000, 1100);\n            if (loveJob) bonusTotalBase += getRandomInt(2000, 3000);\n            if (blitzCourse) bonusTotalBase += getRandomInt(2000, 3000);\n\n            const valBonus = bonusTotalBase * UNIT_MULTIPLIER;\n\n            \/\/ --- Earnings (NPV Calculations) ---\n            \n            \/\/ HBC\n            const hbcMonthlyValueUSD = (hbcEarnTokens * 1000) \/ KZT_TO_USD_RATE;\n            const valHBC = calculateNPV(hbcMonthlyValueUSD, age, inflation);\n\n            \/\/ Cash\n            const valCash = calculateNPV(cashEarn, age, inflation);\n\n            \/\/ 3. Total\n            const total = valAge + valBonus + valHBC + valCash;\n\n            \/\/ 4. Display Results\n            document.getElementById('totalValue').textContent = formatMoney(total);\n\n            document.getElementById('results').classList.remove('hidden');\n            \n            \/\/ Scroll to results\n            document.getElementById('results').scrollIntoView({ behavior: 'smooth' });\n        }\n    <\/script>\n<\/body>\n<\/html>\n<!-- end hpv -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af20b55 elementor-widget__width-inherit elementor-widget-mobile__width-auto elementor-widget elementor-widget-heading\" data-id=\"af20b55\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u042f \u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u0435\u0440, \u0430 \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0442\u044b \u0441\u0442\u043e\u0438\u0448\u044c!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e3e75 elementor-share-buttons--view-icon-text elementor-share-buttons--skin-gradient elementor-share-buttons--shape-square elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons\" data-id=\"61e3e75\" data-element_type=\"widget\" data-widget_type=\"share-buttons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_telegram\" role=\"button\" tabindex=\"0\" aria-label=\"Share on telegram\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-telegram\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_whatsapp\" role=\"button\" tabindex=\"0\" aria-label=\"Share on whatsapp\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_threads\" role=\"button\" tabindex=\"0\" aria-label=\"Share on threads\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-threads\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_facebook\" role=\"button\" tabindex=\"0\" aria-label=\"Share on facebook\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_x-twitter\" role=\"button\" tabindex=\"0\" aria-label=\"Share on x-twitter\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-x-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_linkedin\" role=\"button\" tabindex=\"0\" aria-label=\"Share on linkedin\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>hobbi.st Valuator hobbi.st Valuator Calculate your Human Potential Monetary Value based on the Hobbi.st methodology. Profile &#038; Tests 1. What is your age? Age is required and must be between 6 and 100. 2. King\/Queen test? NoYes 3. Sphere test? NoYes 4. Know &#8220;love job&#8221;? NoYes Earnings &#038; Assets 5. HBC earning (30d) 1 HBC [&hellip;]<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":-7,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"give_campaign_id":0,"pmpro_default_level":"","footnotes":""},"class_list":["post-13604","page","type-page","status-publish","hentry","pmpro-has-access"],"campaignId":"","_links":{"self":[{"href":"https:\/\/khatm.hobbi.st\/kk\/wp-json\/wp\/v2\/pages\/13604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/khatm.hobbi.st\/kk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/khatm.hobbi.st\/kk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/khatm.hobbi.st\/kk\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/khatm.hobbi.st\/kk\/wp-json\/wp\/v2\/comments?post=13604"}],"version-history":[{"count":0,"href":"https:\/\/khatm.hobbi.st\/kk\/wp-json\/wp\/v2\/pages\/13604\/revisions"}],"wp:attachment":[{"href":"https:\/\/khatm.hobbi.st\/kk\/wp-json\/wp\/v2\/media?parent=13604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}