{"id":4550,"date":"2024-02-15T15:47:29","date_gmt":"2024-02-15T15:47:29","guid":{"rendered":"https:\/\/dev.rental.software\/joan25654\/?page_id=4550"},"modified":"2026-02-20T20:23:41","modified_gmt":"2026-02-20T20:23:41","slug":"privacy","status":"publish","type":"page","link":"https:\/\/dev.rental.software\/joan25654\/privacy\/","title":{"rendered":"Privacy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4550\" class=\"elementor elementor-4550\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b08d12b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b08d12b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1862645d\" data-id=\"1862645d\" data-element_type=\"column\" data-e-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-cbd9b8b elementor-widget elementor-widget-html\" data-id=\"cbd9b8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\n  <title>Jumpie Party Rentals \u2014 Terms & Conditions (Effective 2026)<\/title>\n\n  <style>\n    :root{\n      --bg: #0b1220;\n      --card: rgba(255,255,255,0.06);\n      --card-2: rgba(255,255,255,0.08);\n      --text: #eaf0ff;\n      --muted: rgba(234,240,255,0.75);\n      --line: rgba(234,240,255,0.14);\n      --brand: #7c5cff;\n      --brand-2: #33d6ff;\n      --warning: #ffcc66;\n      --danger: #ff6b6b;\n      --ok: #40e0a5;\n      --shadow: 0 18px 50px rgba(0,0,0,0.35);\n      --radius: 18px;\n      --radius-sm: 12px;\n      --max: 980px;\n      --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n      --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\";\n    }\n\n    *{ box-sizing: border-box; }\n    html, body{ height: 100%; }\n    body{\n      margin: 0;\n      font-family: var(--sans);\n      color: var(--text);\n      background:\n        radial-gradient(1200px 700px at 15% 10%, rgba(124,92,255,0.25), transparent 55%),\n        radial-gradient(900px 600px at 85% 20%, rgba(51,214,255,0.18), transparent 55%),\n        radial-gradient(1200px 900px at 60% 120%, rgba(64,224,165,0.12), transparent 60%),\n        var(--bg);\n      line-height: 1.55;\n    }\n\n    a{ color: var(--brand-2); text-decoration: none; }\n    a:hover{ text-decoration: underline; }\n    .wrap{ max-width: var(--max); margin: 0 auto; padding: 28px 18px 60px; }\n\n    header.hero{\n      padding: 26px 22px;\n      border: 1px solid var(--line);\n      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      position: relative;\n      overflow: hidden;\n    }\n    header.hero:before{\n      content: \"\";\n      position: absolute;\n      inset: -40px -80px auto auto;\n      width: 260px;\n      height: 260px;\n      background: radial-gradient(circle at 30% 30%, rgba(124,92,255,0.35), transparent 60%);\n      filter: blur(2px);\n      transform: rotate(18deg);\n      pointer-events: none;\n    }\n\n    .kicker{\n      display: inline-flex;\n      gap: 10px;\n      align-items: center;\n      padding: 6px 10px;\n      border-radius: 999px;\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,0.05);\n      color: var(--muted);\n      font-size: 13px;\n    }\n\n    h1{\n      margin: 14px 0 8px;\n      font-size: clamp(26px, 4vw, 38px);\n      line-height: 1.15;\n      letter-spacing: -0.02em;\n    }\n\n    .meta{\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0,1fr));\n      gap: 10px;\n      margin-top: 14px;\n      color: var(--muted);\n      font-size: 14px;\n    }\n    .meta div{\n      padding: 10px 12px;\n      border: 1px solid var(--line);\n      border-radius: var(--radius-sm);\n      background: rgba(255,255,255,0.04);\n    }\n    .meta strong{ color: var(--text); font-weight: 600; }\n\n    .grid{\n      display: grid;\n      grid-template-columns: 320px 1fr;\n      gap: 18px;\n      margin-top: 18px;\n      align-items: start;\n    }\n\n    nav.toc{\n      position: sticky;\n      top: 190px;\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,0.04);\n      border-radius: var(--radius);\n      padding: 14px 14px;\n    }\n    nav.toc h2{\n      margin: 0 0 10px;\n      font-size: 14px;\n      color: var(--muted);\n      letter-spacing: 0.02em;\n      text-transform: uppercase;\n    }\n    nav.toc ol{\n      margin: 0;\n      padding-left: 18px;\n    }\n    nav.toc li{ margin: 8px 0; }\n    nav.toc a{\n      color: var(--text);\n      opacity: 0.9;\n    }\n    nav.toc a:hover{ opacity: 1; }\n\n    main{\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,0.04);\n      border-radius: var(--radius);\n      padding: 18px 18px;\n    }\n\n    section{\n      padding: 14px 6px;\n      border-top: 1px solid var(--line);\n    }\n    section:first-child{ border-top: 0; padding-top: 6px; }\n\n    h2{\n      margin: 0 0 10px;\n      font-size: 20px;\n      letter-spacing: -0.01em;\n    }\n    h3{\n      margin: 14px 0 8px;\n      font-size: 16px;\n      color: var(--text);\n    }\n    p{ margin: 10px 0; color: rgba(234,240,255,0.88); }\n    ul{ margin: 10px 0; padding-left: 20px; }\n    li{ margin: 7px 0; color: rgba(234,240,255,0.88); }\n\n    .callout{\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      padding: 14px 14px;\n      background: rgba(255,255,255,0.05);\n      margin: 12px 0;\n    }\n    .callout strong{ font-weight: 700; }\n    .callout.warning{ border-color: rgba(255,204,102,0.35); background: rgba(255,204,102,0.08); }\n    .callout.danger{ border-color: rgba(255,107,107,0.35); background: rgba(255,107,107,0.08); }\n    .callout.ok{ border-color: rgba(64,224,165,0.35); background: rgba(64,224,165,0.08); }\n\n    .chips{ display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 0; }\n    .chip{\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 8px 10px;\n      border-radius: 999px;\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,0.04);\n      color: rgba(234,240,255,0.9);\n      font-size: 13px;\n    }\n\n    .table{\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      border: 1px solid var(--line);\n      border-radius: 14px;\n      overflow: hidden;\n      margin: 12px 0;\n    }\n    .table th, .table td{\n      padding: 12px 12px;\n      border-bottom: 1px solid var(--line);\n      vertical-align: top;\n      text-align: left;\n    }\n    .table th{\n      background: rgba(255,255,255,0.06);\n      color: rgba(234,240,255,0.95);\n      font-weight: 650;\n    }\n    .table tr:last-child td{ border-bottom: 0; }\n    .muted{ color: var(--muted); }\n\n    footer{\n      margin-top: 18px;\n      color: var(--muted);\n      font-size: 13px;\n      text-align: center;\n    }\n\n    .contact{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-top: 10px;\n    }\n    .contact .box{\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      padding: 14px 14px;\n      background: rgba(255,255,255,0.05);\n    }\n    .contact .box h3{ margin-top: 0; }\n\n    .mono{ font-family: var(--mono); font-size: 0.95em; }\n\n    @media (max-width: 900px){\n      .grid{ grid-template-columns: 1fr; }\n      nav.toc{ position: relative; top: 0; }\n      .meta{ grid-template-columns: 1fr; }\n      .contact{ grid-template-columns: 1fr; }\n    }\n\n    @media print{\n      body{ background: #fff; color: #000; }\n      header.hero, nav.toc, main, .callout, .meta div, .contact .box, .table{\n        background: #fff !important;\n        box-shadow: none !important;\n      }\n      a{ color: #000; text-decoration: underline; }\n      nav.toc{ display: none; }\n      .wrap{ max-width: 100%; padding: 0; }\n      header.hero, main{ border: 1px solid #ddd; }\n      .muted{ color: #333; }\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <div class=\"wrap\">\n    <header class=\"hero\" role=\"banner\">\n      <div class=\"kicker\">Policies \u2022 Terms &amp; Conditions<\/div>\n      <h1>JUMPIE PARTY RENTALS TERMS &amp; CONDITIONS<\/h1>\n\n      <div class=\"meta\" aria-label=\"Document metadata\">\n        <div><strong>Effective:<\/strong> 2026<\/div>\n        <div><strong>Last Updated:<\/strong> 2026<\/div>\n      <\/div>\n\n      <div class=\"callout danger\" style=\"margin-top:14px\">\n        <strong>IMPORTANT:<\/strong> Your access to this website and booking of our services are subject to these general Terms and Conditions of Use.\n        Please read them carefully before proceeding. Accessing or using this website, or making a booking with Jumpie Party Rentals,\n        constitutes your acceptance of these Terms and Conditions and your intent to be legally bound by them.\n      <\/div>\n\n      <div class=\"chips\" aria-label=\"Service highlights\">\n        <span class=\"chip\">\ud83c\udfae Gaming Party Bus<\/span>\n        <span class=\"chip\">\ud83d\udca6 Foam Machine Experience<\/span>\n        <span class=\"chip\">\ud83d\udcf8 360\u00b0 Photo Booth<\/span>\n        <span class=\"chip\">\ud83c\udfaf Giant Outdoor Games<\/span>\n      <\/div>\n    <\/header>\n\n    <div class=\"grid\">\n      <nav class=\"toc\" aria-label=\"Table of contents\">\n        <h2>Contents<\/h2>\n        <ol>\n          <li><a href=\"#acceptance\">Acceptance of Terms<\/a><\/li>\n          <li><a href=\"#services\">Services Provided<\/a><\/li>\n          <li><a href=\"#bookings-payments\">Bookings &amp; Payments<\/a><\/li>\n          <li><a href=\"#cancellation-refunds\">Cancellation, Refunds &amp; Rescheduling<\/a><\/li>\n          <li><a href=\"#service-conditions\">Service Conditions<\/a><\/li>\n          <li><a href=\"#health-safety\">Health &amp; Safety<\/a><\/li>\n          <li><a href=\"#damage-liability\">Damage, Loss &amp; Liability<\/a><\/li>\n          <li><a href=\"#media\">Media Release<\/a><\/li>\n          <li><a href=\"#weather\">Weather Policy<\/a><\/li>\n          <li><a href=\"#limitation\">Limitation of Liability<\/a><\/li>\n          <li><a href=\"#indemnification\">Indemnification<\/a><\/li>\n          <li><a href=\"#governing-law\">Governing Law<\/a><\/li>\n          <li><a href=\"#contact\">Contact Information<\/a><\/li>\n          <li><a href=\"#refund-summary\">Refund &amp; Cancellation Summary<\/a><\/li>\n          <li><a href=\"#refund-policy\">Refund &amp; Cancellation Policy (Table)<\/a><\/li>\n        <\/ol>\n      <\/nav>\n\n      <main role=\"main\">\n        <section id=\"acceptance\">\n          <h2>1. ACCEPTANCE OF TERMS<\/h2>\n\n          <h3>1.1 Agreement to Terms<\/h3>\n          <p>\n            By accessing our website or booking services with Jumpie Party Rentals (\"Jumpie,\" \"we,\" \"us,\" \"our\"),\n            you agree to these Terms and Conditions.\n          <\/p>\n          <p>By placing a booking, you confirm:<\/p>\n          <ul>\n            <li>You are at least 18 years old.<\/li>\n            <li>You have legal authority to enter into a binding agreement.<\/li>\n            <li>You accept financial responsibility for the booking.<\/li>\n          <\/ul>\n\n          <h3>1.2 Amendments<\/h3>\n          <p>\n            Jumpie may update these Terms at any time. Updated Terms are effective immediately upon posting on our website.\n            Continued use constitutes acceptance.\n          <\/p>\n        <\/section>\n\n        <section id=\"services\">\n          <h2>2. SERVICES PROVIDED<\/h2>\n          <p>Jumpie Party Rentals provides mobile entertainment services including:<\/p>\n          <ul>\n            <li>\ud83c\udfae <strong>Gaming Party Bus<\/strong> \u2013 Mobile gaming theatre with Xbox, PlayStation, and Nintendo Switch.<\/li>\n            <li>\ud83d\udca6 <strong>Foam Machine Experience<\/strong> \u2013 Outdoor foam parties with biodegradable, non-toxic foam.<\/li>\n            <li>\ud83d\udcf8 <strong>360\u00b0 Photo Booth<\/strong> \u2013 High-definition slow-motion video capture.<\/li>\n            <li>\ud83c\udfaf <strong>Giant Outdoor Games<\/strong> \u2013 Oversized lawn games (Jenga, Connect 4, Croquet, etc.).<\/li>\n          <\/ul>\n          <p>All services are at client-selected locations and subject to site suitability and safety approval.<\/p>\n        <\/section>\n\n        <section id=\"bookings-payments\">\n          <h2>3. BOOKINGS &amp; PAYMENTS<\/h2>\n\n          <h3>3.1 Booking Confirmation<\/h3>\n          <ul>\n            <li><strong>50% non-refundable deposit<\/strong> required to secure event date.<\/li>\n            <li>Remaining balance due <strong>7 days prior<\/strong> to event.<\/li>\n            <li>Booking confirmed after payment and written confirmation.<\/li>\n            <li>Late payments may result in cancellation and forfeiture.<\/li>\n          <\/ul>\n\n          <h3>3.2 Accepted Payment Methods<\/h3>\n          <p>E-transfer, major credit cards, or other methods listed on our website.<\/p>\n\n          <h3>3.3 Pricing<\/h3>\n          <ul>\n            <li>Prices in <strong>CAD<\/strong>, plus applicable taxes.<\/li>\n            <li>Travel fees may apply outside GTA, Halton, Milton, Mississauga, Brampton, Caledon, Oakville.<\/li>\n            <li>Confirmed bookings are protected from price changes.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"cancellation-refunds\">\n          <h2>4. CANCELLATION, REFUNDS &amp; RESCHEDULING<\/h2>\n\n          <h3>4.1 Cancellation by Client<\/h3>\n          <p>Written requests via email. Refunds based on time before event:<\/p>\n          <ul>\n            <li><strong>30 days:<\/strong> 75% refund (deposit non-refundable)<\/li>\n            <li><strong>15\u201330 days:<\/strong> 50% refund (deposit non-refundable)<\/li>\n            <li><strong>7\u201314 days:<\/strong> 25% refund<\/li>\n            <li><strong>&lt;7 days:<\/strong> Non-refundable<\/li>\n          <\/ul>\n\n          <h3>4.2 Rescheduling<\/h3>\n          <ul>\n            <li>Written requests via email.<\/li>\n            <li>Fees: <strong>&gt;30 days<\/strong> CAD 100, <strong>7\u201330 days<\/strong> CAD 150, <strong>&lt;7 days<\/strong> CAD 200.<\/li>\n            <li>Rescheduled events must occur within <strong>90 days<\/strong>.<\/li>\n          <\/ul>\n\n          <h3>4.3 Cancellation by Jumpie<\/h3>\n          <p>\n            Due to severe weather, mechanical failure, safety concerns, or unforeseen circumstances: full refund or mutually agreed reschedule.\n            Not responsible for incidental losses.\n          <\/p>\n        <\/section>\n\n        <section id=\"service-conditions\">\n          <h2>5. SERVICE CONDITIONS<\/h2>\n\n          <h3>5.1 Location &amp; Setup Requirements<\/h3>\n          <ul>\n            <li><strong>Gaming Bus:<\/strong> 40 ft flat parking, clear access.<\/li>\n            <li><strong>Foam Party:<\/strong> Power source, water, open space.<\/li>\n            <li><strong>360 Booth &amp; Outdoor Games:<\/strong> Level ground, adequate clearance.<\/li>\n          <\/ul>\n          <div class=\"callout warning\">\n            Unsafe\/unsuitable conditions may result in service modification or cancellation <strong>without refund<\/strong>.\n          <\/div>\n\n          <h3>5.2 Supervision<\/h3>\n          <p>Adult (18+) must be present. Jumpie staff operate equipment, not provide childcare.<\/p>\n\n          <h3>5.3 Gaming &amp; Age Restrictions<\/h3>\n          <p>Age-appropriate games only. Parents can specify approved games electronically.<\/p>\n        <\/section>\n\n        <section id=\"health-safety\">\n          <h2>6. HEALTH &amp; SAFETY<\/h2>\n          <ul>\n            <li>Follow staff instructions.<\/li>\n            <li>Shoes required unless directed.<\/li>\n            <li>No food\/drinks near electrical equipment.<\/li>\n            <li>Foam is non-toxic, not for ingestion.<\/li>\n            <li>Notify Jumpie of medical concerns.<\/li>\n            <li>Unsafe or aggressive behavior may result in service refusal.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"damage-liability\">\n          <h2>7. DAMAGE, LOSS &amp; LIABILITY<\/h2>\n          <ul>\n            <li>Client responsible for damages by guests.<\/li>\n            <li>Reimbursement required for repairs\/replacement.<\/li>\n            <li>Jumpie not liable except for proven staff negligence.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"media\">\n          <h2>8. MEDIA RELEASE<\/h2>\n          <p>\n            Jumpie may capture photos\/videos for promotion unless opted out in writing.\n            Personal, non-commercial photos allowed.\n          <\/p>\n        <\/section>\n\n        <section id=\"weather\">\n          <h2>9. WEATHER POLICY<\/h2>\n          <p>Services operate rain or shine unless unsafe. Options: reschedule or refund at Jumpie\u2019s discretion.<\/p>\n        <\/section>\n\n        <section id=\"limitation\">\n          <h2>10. LIMITATION OF LIABILITY<\/h2>\n          <p>No liability for indirect or consequential damages. Maximum liability is total amount paid.<\/p>\n          <div class=\"callout ok\">\n            In all cases, Jumpie\u2019s total liability shall not exceed the amount paid by the Client for the booking in question.\n          <\/div>\n        <\/section>\n\n        <section id=\"indemnification\">\n          <h2>11. INDEMNIFICATION<\/h2>\n          <p>\n            Client indemnifies Jumpie and affiliates from claims or expenses arising from the event,\n            except where caused by proven negligence.\n          <\/p>\n        <\/section>\n\n        <section id=\"governing-law\">\n          <h2>12. GOVERNING LAW<\/h2>\n          <p>\n            Laws of Ontario and applicable federal laws govern these Terms. Disputes resolved exclusively in Ontario courts.\n          <\/p>\n        <\/section>\n\n        <section id=\"contact\">\n          <h2>13. CONTACT INFORMATION<\/h2>\n\n          <div class=\"contact\" role=\"group\" aria-label=\"Contact details\">\n            <div class=\"box\">\n              <h3>Jumpie Party Rentals<\/h3>\n              <p class=\"muted\" style=\"margin-top:6px\">\n                \ud83d\udccd Serving GTA, Halton, Milton, Mississauga, Brampton, Caledon, Oakville\n              <\/p>\n              <p>\n                \ud83d\udce7 <a href=\"mailto:sales@jumpiejumpie.ca\">sales@jumpiejumpie.ca<\/a><br \/>\n                \ud83d\udcde <span class=\"muted\">Call us today:<\/span>\n                <a href=\"tel:+17802154648\">(780) 215-4648<\/a> |\n                <a href=\"tel:+17803815677\">(780) 381-5677<\/a>\n              <\/p>\n            <\/div>\n\n            <div class=\"box\">\n              <h3>Social<\/h3>\n              <p class=\"muted\" style=\"margin-top:6px\">\ud83c\udf10 Instagram &amp; Facebook<\/p>\n              <p class=\"mono\">@JumpieJumpiePartyRental<\/p>\n              <p class=\"muted\" style=\"margin-bottom:0\">\n                To opt out of media capture, please email us <strong>in writing prior to the event<\/strong>.\n              <\/p>\n            <\/div>\n          <\/div>\n        <\/section>\n\n        <section id=\"refund-summary\">\n          <h2>REFUND &amp; CANCELLATION SUMMARY<\/h2>\n\n          <table class=\"table\" aria-label=\"Refund and cancellation summary table\">\n            <thead>\n              <tr>\n                <th>Situation<\/th>\n                <th>Policy<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td><strong>Deposit<\/strong><\/td>\n                <td>Non-refundable<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>&gt;30 Days Before Event<\/strong><\/td>\n                <td>75% refund (deposit non-refundable)<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>15\u201330 Days<\/strong><\/td>\n                <td>50% refund (deposit non-refundable)<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>7\u201314 Days<\/strong><\/td>\n                <td>25% refund<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>&lt;7 Days<\/strong><\/td>\n                <td>Non-refundable<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>Rescheduling<\/strong><\/td>\n                <td>Written request; fees CAD 100\u2013CAD 200<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>Weather \/ Equipment Failure<\/strong><\/td>\n                <td>Refund or reschedule<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>No-Show \/ Unsafe Site<\/strong><\/td>\n                <td>Forfeit of all payments<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>Refund Processing<\/strong><\/td>\n                <td>Within <strong>10 business days<\/strong> to original payment method<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n        <\/section>\n\n        <!-- ADDED SECTION (as requested) -->\n        <section id=\"refund-policy\">\n          <h2>JUMPIE PARTY RENTALS REFUND &amp; CANCELLATION POLICY<\/h2>\n\n          <table class=\"table\" aria-label=\"Refund and cancellation policy table\">\n            <thead>\n              <tr>\n                <th>Situation<\/th>\n                <th>Policy<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td><strong>Deposits<\/strong><\/td>\n                <td>Non-refundable<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>More than 30 Days Before Event<\/strong><\/td>\n                <td>75% refund of total amount paid (deposit non-refundable)<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>15\u201330 Days Before Event<\/strong><\/td>\n                <td>50% refund of total amount paid (deposit non-refundable)<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>7\u201314 Days Before Event<\/strong><\/td>\n                <td>25% refund of total amount paid<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>Less than 7 Days Before Event<\/strong><\/td>\n                <td>Non-refundable<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>Rescheduling<\/strong><\/td>\n                <td>\n                  Written request required; fees $100\u2013$200 depending on timing.<br \/>\n                  Rescheduled events must occur within 90 days of the original date\n                <\/td>\n              <\/tr>\n              <tr>\n                <td><strong>Weather \/ Equipment Failure<\/strong><\/td>\n                <td>Full refund or reschedule at Jumpie\u2019s discretion<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>No-Show or Unsafe Conditions<\/strong><\/td>\n                <td>All payments are forfeited<\/td>\n              <\/tr>\n              <tr>\n                <td><strong>Refund Processing Time<\/strong><\/td>\n                <td>Refunds (where applicable) processed within 10 business days to original payment method<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n\n          <p class=\"muted\" style=\"margin-top:10px\">\n            \u00a9 2026 Jumpie Party Rentals. All rights reserved.\n          <\/p>\n          <p class=\"muted\" style=\"margin-top:6px\">\n            Website-friendly PDF version with table format for easy online viewing and download.\n          <\/p>\n        <\/section>\n\n        <footer>\n          <p style=\"margin:0\">\u00a9 2026 Jumpie Party Rentals. All rights reserved.<\/p>\n        <\/footer>\n      <\/main>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\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>\n\t\t","protected":false},"excerpt":{"rendered":"Jumpie Party Rentals \u2014 Terms &#038; Conditions (Effective 2026) Policies \u2022 Terms &amp; Conditions JUMPIE PARTY RENTALS TERMS &amp; CONDITIONS Effective: 2026 Last Updated: 2026 IMPORTANT: Your access to this website and booking of our services are subject to these general Terms and Conditions of Use. Please read them carefully before proceeding. Accessing or using [&hellip;]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"io_meta_description":"","footnotes":""},"class_list":["post-4550","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dev.rental.software\/joan25654\/wp-json\/wp\/v2\/pages\/4550","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.rental.software\/joan25654\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.rental.software\/joan25654\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.rental.software\/joan25654\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.rental.software\/joan25654\/wp-json\/wp\/v2\/comments?post=4550"}],"version-history":[{"count":85,"href":"https:\/\/dev.rental.software\/joan25654\/wp-json\/wp\/v2\/pages\/4550\/revisions"}],"predecessor-version":[{"id":5710,"href":"https:\/\/dev.rental.software\/joan25654\/wp-json\/wp\/v2\/pages\/4550\/revisions\/5710"}],"wp:attachment":[{"href":"https:\/\/dev.rental.software\/joan25654\/wp-json\/wp\/v2\/media?parent=4550"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}