1a12fb870b
- New /developers/ page with API docs, SDKs, pricing, use cases - OpenAPI 3.0 spec for Orders, Missions, Photos, Analytics - Case study: Glasskiosken i Flatenbadet — complete ROI analysis - Updated /order/ with recurring missions and frequency dropdown
574 lines
21 KiB
HTML
574 lines
21 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<link rel="canonical" href="https://www.quixzoom.com/terms.html">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||
<title>Terms of Service – quiXzoom</title>
|
||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||
<meta name="description" content="quiXzoom Terms of Service — rules and guidelines for using the quiXzoom platform.">
|
||
<style>
|
||
:root {
|
||
--bg: #F2F2F7;
|
||
--surface: #FFFFFF;
|
||
--surface2: #F2F2F7;
|
||
--label: #000000;
|
||
--label2: #3C3C43;
|
||
--label3: rgba(60,60,67,0.60);
|
||
--separator: rgba(60,60,67,0.29);
|
||
--accent: #007AFF;
|
||
--font: -apple-system, "SF Pro Text", "Helvetica Neue", sans-serif;
|
||
--font-display: -apple-system, "SF Pro Display", "Helvetica Neue", sans-serif;
|
||
--radius-lg: 16px;
|
||
}
|
||
@media (prefers-color-scheme: dark) {
|
||
:root {
|
||
--bg: #000000;
|
||
--surface: #1C1C1E;
|
||
--surface2: #2C2C2E;
|
||
--label: #FFFFFF;
|
||
--label2: #EBEBF5;
|
||
--label3: rgba(235,235,245,0.60);
|
||
--separator: rgba(84,84,88,0.65);
|
||
}
|
||
}
|
||
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
|
||
body {
|
||
font-family: var(--font);
|
||
background: var(--bg);
|
||
color: var(--label);
|
||
padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 40px) env(safe-area-inset-left, 20px);
|
||
max-width: 680px;
|
||
margin: 0 auto;
|
||
}
|
||
header {
|
||
padding: 32px 0 24px;
|
||
text-align: center;
|
||
}
|
||
header .logo {
|
||
font-family: var(--font-display);
|
||
font-size: 28px;
|
||
font-weight: 700;
|
||
letter-spacing: -0.5px;
|
||
color: var(--accent);
|
||
}
|
||
header h1 {
|
||
font-family: var(--font-display);
|
||
font-size: 22px;
|
||
font-weight: 700;
|
||
color: var(--label);
|
||
margin-top: 6px;
|
||
}
|
||
header p {
|
||
font-size: 13px;
|
||
color: var(--label3);
|
||
margin-top: 4px;
|
||
}
|
||
.card {
|
||
background: var(--surface);
|
||
border-radius: var(--radius-lg);
|
||
padding: 20px;
|
||
margin-bottom: 12px;
|
||
}
|
||
.card-title {
|
||
font-family: var(--font-display);
|
||
font-size: 17px;
|
||
font-weight: 600;
|
||
color: var(--label);
|
||
margin-bottom: 12px;
|
||
}
|
||
.section-num {
|
||
font-size: 12px;
|
||
font-weight: 700;
|
||
color: var(--accent);
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.5px;
|
||
margin-bottom: 6px;
|
||
}
|
||
p, li {
|
||
font-size: 15px;
|
||
line-height: 1.6;
|
||
color: var(--label2);
|
||
}
|
||
ul { padding-left: 20px; margin-top: 8px; }
|
||
li { margin-bottom: 6px; }
|
||
.row {
|
||
display: flex;
|
||
align-items: flex-start;
|
||
gap: 12px;
|
||
padding: 12px 0;
|
||
border-bottom: 0.5px solid var(--separator);
|
||
}
|
||
.row:last-child { border-bottom: none; }
|
||
.row-icon {
|
||
width: 36px; height: 36px;
|
||
border-radius: var(--radius-md);
|
||
display: flex; align-items: center; justify-content: center;
|
||
font-size: 18px;
|
||
flex-shrink: 0;
|
||
}
|
||
.blue { background: rgba(0,122,255,0.12); }
|
||
.green { background: rgba(52,199,89,0.12); }
|
||
.orange { background: rgba(255,149,0,0.12); }
|
||
.red { background: rgba(255,59,48,0.12); }
|
||
.purple { background: rgba(175,82,222,0.12); }
|
||
.row-content { flex: 1; }
|
||
.row-label { font-size: 15px; font-weight: 600; color: var(--label); }
|
||
.row-sub { font-size: 13px; color: var(--label3); margin-top: 2px; line-height: 1.5; }
|
||
a { color: var(--accent); text-decoration: none; }
|
||
footer {
|
||
text-align: center;
|
||
padding: 24px 0 8px;
|
||
font-size: 13px;
|
||
color: var(--label3);
|
||
}
|
||
.highlight {
|
||
background: rgba(0,122,255,0.08);
|
||
border-left: 3px solid var(--accent);
|
||
border-radius: 0 8px 8px 0;
|
||
padding: 12px 14px;
|
||
margin: 10px 0;
|
||
font-size: 14px;
|
||
color: var(--label2);
|
||
}
|
||
@media (max-width: 640px) {
|
||
.hero h1 { font-size: 2rem !important; }
|
||
.hero p { font-size: 1rem !important; }
|
||
.card { padding: 1.5rem !important; }
|
||
.grid { grid-template-columns: 1fr !important; }
|
||
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
|
||
}
|
||
/* QUIXZOOM STANDARD — Dark Theme */
|
||
:root {
|
||
--qz-bg: #0a0a0a;
|
||
--qz-surface: #111111;
|
||
--qz-surface-2: #1a1a1a;
|
||
--qz-border: rgba(255,255,255,0.08);
|
||
--qz-text: #e8e8e8;
|
||
--qz-text-dim: #a0a0a0;
|
||
--qz-text-muted: #6b6b6b;
|
||
--qz-blue: #007AFF;
|
||
--qz-blue-dark: #0056CC;
|
||
--qz-radius: 10px;
|
||
}
|
||
|
||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
|
||
background: var(--qz-bg);
|
||
color: var(--qz-text);
|
||
line-height: 1.6;
|
||
-webkit-font-smoothing: antialiased;
|
||
}
|
||
|
||
/* Navigation */
|
||
.qz-nav {
|
||
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
|
||
display: flex; align-items: center; justify-content: space-between;
|
||
padding: 0 24px; height: 56px;
|
||
background: rgba(255,255,255,0.92);
|
||
backdrop-filter: blur(16px);
|
||
border-bottom: 1px solid var(--qz-border);
|
||
}
|
||
|
||
.qz-nav-logo { font-size: 18px; font-weight: 700; color: #fff; text-decoration: none; }
|
||
.qz-nav-links { display: flex; gap: 24px; list-style: none; }
|
||
.qz-nav-links a { font-size: 14px; color: var(--qz-text-dim); text-decoration: none; transition: color 0.2s; }
|
||
.qz-nav-links a:hover { color: #fff; }
|
||
|
||
/* Buttons */
|
||
.qz-btn {
|
||
display: inline-flex; align-items: center; gap: 6px;
|
||
padding: 12px 24px; border-radius: var(--qz-radius);
|
||
font-size: 15px; font-weight: 600; text-decoration: none;
|
||
transition: all 0.2s; cursor: pointer; border: none;
|
||
}
|
||
|
||
.qz-btn-primary {
|
||
background: var(--qz-blue); color: #fff;
|
||
}
|
||
.qz-btn-primary:hover {
|
||
background: var(--qz-blue-dark); transform: translateY(-1px);
|
||
}
|
||
|
||
.qz-btn-ghost {
|
||
background: transparent; color: var(--qz-text);
|
||
border: 1px solid var(--qz-border);
|
||
}
|
||
.qz-btn-ghost:hover {
|
||
border-color: var(--qz-blue); color: var(--qz-blue);
|
||
}
|
||
|
||
/* Cards */
|
||
.qz-card {
|
||
background: var(--qz-surface);
|
||
border: 1px solid var(--qz-border);
|
||
border-radius: var(--qz-radius);
|
||
padding: 24px;
|
||
transition: transform 0.2s, border-color 0.2s;
|
||
}
|
||
.qz-card:hover {
|
||
transform: translateY(-2px);
|
||
border-color: rgba(0,122,255,0.3);
|
||
}
|
||
|
||
/* Footer */
|
||
.qz-footer {
|
||
border-top: 1px solid var(--qz-border);
|
||
padding: 40px 24px;
|
||
text-align: center;
|
||
color: var(--qz-text-dim);
|
||
font-size: 14px;
|
||
}
|
||
|
||
/* Banner */
|
||
.qz-banner {
|
||
background: #001E50;
|
||
color: rgba(255,255,255,0.55);
|
||
text-align: center;
|
||
padding: 10px;
|
||
font-size: 12px;
|
||
}
|
||
.qz-banner a { color: rgba(255,255,255,0.8); text-decoration: none; }
|
||
|
||
@media (max-width: 768px) {
|
||
.qz-nav-links { display: none; }
|
||
}
|
||
</style>
|
||
|
||
<style id="wcag-contrast-enforcement">
|
||
/* AAMOS GLOBAL CONTRAST ENFORCEMENT — WCAG AA (4.5:1 minimum) */
|
||
/* Regel: Ingen text under 70% opacity. Aldrig. */
|
||
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
|
||
/* Fix common low-contrast patterns */
|
||
[style*="rgba(60,60,67,0.4)"] { color: rgba(60,60,67,0.65) !important; }
|
||
[style*="rgba(60,60,67,0.3)"] { color: rgba(60,60,67,0.65) !important; }
|
||
[style*="rgba(255,255,255,0.4)"] { color: rgba(255,255,255,0.72) !important; }
|
||
[style*="rgba(255,255,255,0.3)"] { color: rgba(255,255,255,0.72) !important; }
|
||
[style*="opacity: 0.4"] { opacity: 0.72 !important; }
|
||
[style*="opacity: 0.3"] { opacity: 0.72 !important; }
|
||
@media (max-width: 640px) {
|
||
.hero h1 { font-size: 2rem !important; }
|
||
.hero p { font-size: 1rem !important; }
|
||
.card { padding: 1.5rem !important; }
|
||
.grid { grid-template-columns: 1fr !important; }
|
||
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
|
||
}
|
||
/* QUIXZOOM STANDARD — Dark Theme */
|
||
:root {
|
||
--qz-bg: #0a0a0a;
|
||
--qz-surface: #111111;
|
||
--qz-surface-2: #1a1a1a;
|
||
--qz-border: rgba(255,255,255,0.08);
|
||
--qz-text: #e8e8e8;
|
||
--qz-text-dim: #a0a0a0;
|
||
--qz-text-muted: #6b6b6b;
|
||
--qz-blue: #007AFF;
|
||
--qz-blue-dark: #0056CC;
|
||
--qz-radius: 10px;
|
||
}
|
||
|
||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
|
||
background: var(--qz-bg);
|
||
color: var(--qz-text);
|
||
line-height: 1.6;
|
||
-webkit-font-smoothing: antialiased;
|
||
}
|
||
|
||
/* Navigation */
|
||
.qz-nav {
|
||
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
|
||
display: flex; align-items: center; justify-content: space-between;
|
||
padding: 0 24px; height: 56px;
|
||
background: rgba(255,255,255,0.92);
|
||
backdrop-filter: blur(16px);
|
||
border-bottom: 1px solid var(--qz-border);
|
||
}
|
||
|
||
.qz-nav-logo { font-size: 18px; font-weight: 700; color: #fff; text-decoration: none; }
|
||
.qz-nav-links { display: flex; gap: 24px; list-style: none; }
|
||
.qz-nav-links a { font-size: 14px; color: var(--qz-text-dim); text-decoration: none; transition: color 0.2s; }
|
||
.qz-nav-links a:hover { color: #fff; }
|
||
|
||
/* Buttons */
|
||
.qz-btn {
|
||
display: inline-flex; align-items: center; gap: 6px;
|
||
padding: 12px 24px; border-radius: var(--qz-radius);
|
||
font-size: 15px; font-weight: 600; text-decoration: none;
|
||
transition: all 0.2s; cursor: pointer; border: none;
|
||
}
|
||
|
||
.qz-btn-primary {
|
||
background: var(--qz-blue); color: #fff;
|
||
}
|
||
.qz-btn-primary:hover {
|
||
background: var(--qz-blue-dark); transform: translateY(-1px);
|
||
}
|
||
|
||
.qz-btn-ghost {
|
||
background: transparent; color: var(--qz-text);
|
||
border: 1px solid var(--qz-border);
|
||
}
|
||
.qz-btn-ghost:hover {
|
||
border-color: var(--qz-blue); color: var(--qz-blue);
|
||
}
|
||
|
||
/* Cards */
|
||
.qz-card {
|
||
background: var(--qz-surface);
|
||
border: 1px solid var(--qz-border);
|
||
border-radius: var(--qz-radius);
|
||
padding: 24px;
|
||
transition: transform 0.2s, border-color 0.2s;
|
||
}
|
||
.qz-card:hover {
|
||
transform: translateY(-2px);
|
||
border-color: rgba(0,122,255,0.3);
|
||
}
|
||
|
||
/* Footer */
|
||
.qz-footer {
|
||
border-top: 1px solid var(--qz-border);
|
||
padding: 40px 24px;
|
||
text-align: center;
|
||
color: var(--qz-text-dim);
|
||
font-size: 14px;
|
||
}
|
||
|
||
/* Banner */
|
||
.qz-banner {
|
||
background: #001E50;
|
||
color: rgba(255,255,255,0.55);
|
||
text-align: center;
|
||
padding: 10px;
|
||
font-size: 12px;
|
||
}
|
||
.qz-banner a { color: rgba(255,255,255,0.8); text-decoration: none; }
|
||
|
||
@media (max-width: 768px) {
|
||
.qz-nav-links { display: none; }
|
||
}
|
||
</style>
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:title" content="Terms of Service – quiXzoom">
|
||
<meta property="og:description" content="quiXzoom — Earn per Mission. No Platform Fee.">
|
||
<meta property="og:url" content="https://www.quixzoom.com/terms.html">
|
||
<meta property="og:image" content="https://www.quixzoom.com/images/og-image.jpg">
|
||
<meta property="og:image:width" content="1200">
|
||
<meta property="og:image:height" content="630">
|
||
<meta property="og:image:alt" content="quiXzoom Terms of Service">
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:image" content="https://www.quixzoom.com/images/og-image.jpg">
|
||
<meta name="twitter:title" content="Terms of Service – quiXzoom">
|
||
<script type="module" src="https://auth.quixzoom.com/site-auth-snippet.js"></script>
|
||
<link rel="alternate" hreflang="en" href="https://www.quixzoom.com/" />
|
||
<link rel="alternate" hreflang="sv" href="https://www.quixzoom.com/sv/" />
|
||
<link rel="alternate" hreflang="de" href="https://www.quixzoom.com/de/" />
|
||
<link rel="alternate" hreflang="fr" href="https://www.quixzoom.com/fr/" />
|
||
<link rel="alternate" hreflang="es" href="https://www.quixzoom.com/es/" />
|
||
<link rel="alternate" hreflang="it" href="https://www.quixzoom.com/it/" />
|
||
<link rel="alternate" hreflang="nl" href="https://www.quixzoom.com/nl/" />
|
||
<link rel="alternate" hreflang="x-default" href="https://www.quixzoom.com/" />
|
||
</head>
|
||
<body>
|
||
|
||
<header class="qz-nav">
|
||
<div class="logo">quiXzoom</div>
|
||
<h1>Terms of Service</h1>
|
||
<p>Last updated: 18 May 2026 · Version 1.0</p>
|
||
</header>
|
||
|
||
<div class="card">
|
||
<div class="card-title">Summary</div>
|
||
<div class="highlight">
|
||
quiXzoom is a platform that connects clients with Zoomers (field operators) who photograph and document sites for compensation. You are engaged as an independent contractor, not as an employee.
|
||
</div>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 1</div>
|
||
<div class="card-title">Parties and service description</div>
|
||
<p>These terms ("Terms") govern the agreement between you ("Zoomer" or "User") and Landvex AB, reg. no. 559141-7042 ("quiXzoom", "we"). The service consists of:</p>
|
||
<ul>
|
||
<li>Matching Zoomers with documentation missions</li>
|
||
<li>Tools for image upload and mission reporting</li>
|
||
<li>Payment of compensation for approved missions</li>
|
||
<li>Access to available missions via the iOS app and web</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 2</div>
|
||
<div class="card-title">Requirements to become a Zoomer</div>
|
||
<div class="row">
|
||
<div class="row-icon blue"></div>
|
||
<div class="row-content">
|
||
<div class="row-label">Age and identity</div>
|
||
<div class="row-sub">You must be at least 18 years old. We verify your identity using a valid photo ID (passport or national ID card).</div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="row-icon green"></div>
|
||
<div class="row-content">
|
||
<div class="row-label">Equipment</div>
|
||
<div class="row-sub">Smartphone with camera ≥12 MP and GPS. iOS 16+ or Android 12+. Stable internet connection.</div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="row-icon orange"></div>
|
||
<div class="row-content">
|
||
<div class="row-label">Tax</div>
|
||
<div class="row-sub">You are responsible for your own tax reporting in accordance with applicable law in your country.</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 3</div>
|
||
<div class="card-title">Missions and acceptance</div>
|
||
<p>Missions are available in the app based on your geographical position. When you accept a mission, you commit to:</p>
|
||
<ul>
|
||
<li>Being present at the specified location within the stated time limit (shown in the mission)</li>
|
||
<li>Completing the documentation according to the instructions</li>
|
||
<li>Uploading images/video within 2 hours of completion</li>
|
||
<li>Contacting support if you are unable to complete the mission</li>
|
||
</ul>
|
||
<p style="margin-top:10px;">Repeated cancellations or incomplete submissions may result in suspension from the platform.</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 4</div>
|
||
<div class="card-title">Image requirements and quality</div>
|
||
<div class="row">
|
||
<div class="row-icon blue"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="2" y="4" width="12" height="9" rx="2" stroke="#666" stroke-width="1.5"/><circle cx="8" cy="8.5" r="2.5" stroke="#666" stroke-width="1.5"/><path d="M5 4L6 2H10L11 4" stroke="#666" stroke-width="1.5"/></svg></div>
|
||
<div class="row-content">
|
||
<div class="row-label">Technical requirements</div>
|
||
<div class="row-sub">Min. 2 MB per image, unedited (no filters, no edits). EXIF data must be preserved.</div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="row-icon green"><svg width="20" height="20" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="10" r="9" stroke="#22c55e" stroke-width="2"/><path d="M6 10L9 13L14 7" stroke="#22c55e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></div>
|
||
<div class="row-content">
|
||
<div class="row-label">Accuracy</div>
|
||
<div class="row-sub">Images must match the specified object and location. Manipulation or fabrication is prohibited and will result in immediate suspension and legal action.</div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="row-icon orange"></div>
|
||
<div class="row-content">
|
||
<div class="row-label">Privacy</div>
|
||
<div class="row-sub">Do not photograph individuals without consent. Avoid including private property outside the scope of the mission. You are responsible for obtaining any necessary permissions.</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 5</div>
|
||
<div class="card-title">Compensation and payouts</div>
|
||
<p>Compensation per mission is clearly stated before acceptance and paid out within 5 business days after approved submission. Payment is made to the bank account you have registered in the app.</p>
|
||
<ul style="margin-top:8px;">
|
||
<li>Minimum payout threshold: 100 SEK</li>
|
||
<li>Tax documentation is provided in the app for your tax return</li>
|
||
<li>quiXzoom does not withhold tax — you are responsible for your own tax reporting</li>
|
||
<li>Compensation is not paid if the submission is rejected due to insufficient quality</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 6</div>
|
||
<div class="card-title">Intellectual property</div>
|
||
<p>You retain copyright to your images. By uploading images via the service you grant quiXzoom and the client a non-exclusive, worldwide, royalty-free licence to use the images for:</p>
|
||
<ul>
|
||
<li>Fulfilling the current mission</li>
|
||
<li>Creating 3D models and technical reports</li>
|
||
<li>Internal quality control and product development</li>
|
||
<li>Marketing (only with your written consent)</li>
|
||
</ul>
|
||
<p style="margin-top:10px;">We do not train external AI models on your images without your explicit consent.</p>
|
||
<p style="margin-top:10px;">Anonymised observations (image data decoupled from your identity) are included in structured intelligence products delivered by Landvex AB to clients. Your personal identity is never disclosed to any client. See the <a href="privacy/index.html">privacy policy</a> for details.</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 7</div>
|
||
<div class="card-title">Prohibited conduct</div>
|
||
<p>It is strictly prohibited to:</p>
|
||
<ul>
|
||
<li>Upload fabricated, manipulated or other people's images</li>
|
||
<li>Share login credentials or allow another person to complete missions in your name</li>
|
||
<li>Use the app to collect data for commercial purposes outside the platform</li>
|
||
<li>Disrupt other users or the platform infrastructure</li>
|
||
<li>Bypass identity verification or provide false information</li>
|
||
</ul>
|
||
<p style="margin-top:10px;">Violations will result in immediate and permanent suspension as well as potential legal action.</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 8</div>
|
||
<div class="card-title">Limitation of liability</div>
|
||
<p>quiXzoom is not liable for:</p>
|
||
<ul>
|
||
<li>Injuries or damage occurring during the performance of missions (you bear your own insurance responsibility)</li>
|
||
<li>Loss of income due to mission cancellation</li>
|
||
<li>Technical outages preventing submission (we target 99.5% availability)</li>
|
||
<li>Loss of data you have not backed up locally</li>
|
||
</ul>
|
||
<div class="highlight" style="margin-top:12px;">
|
||
We recommend taking out liability insurance covering your activities as a freelance photographer/documentarian.
|
||
</div>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 9</div>
|
||
<div class="card-title">Account closure</div>
|
||
<div class="row">
|
||
<div class="row-icon blue"></div>
|
||
<div class="row-content">
|
||
<div class="row-label">You can close your account at any time</div>
|
||
<div class="row-sub">Go to Settings → Account → Close account. Outstanding compensation will be paid out within 14 days.</div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="row-icon red"></div>
|
||
<div class="row-content">
|
||
<div class="row-label">We may close accounts for violations</div>
|
||
<div class="row-sub">We reserve the right to immediately close accounts that violate these terms, without prior notice for serious violations.</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="section-num">§ 10</div>
|
||
<div class="card-title">Governing law and disputes</div>
|
||
<p>These terms are governed by Swedish law. Disputes shall first be resolved through our support process. If no resolution is reached, the dispute shall be settled by the Stockholm District Court as first instance.</p>
|
||
<p style="margin-top:10px;">Consumers (private individuals acting outside their professional capacity) may also contact the <a href="https://www.arn.se">National Board for Consumer Disputes (ARN)</a>.</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="card-title">Contact</div>
|
||
<div class="row">
|
||
<div class="row-icon blue"></div>
|
||
<div class="row-content">
|
||
<div class="row-label">Legal enquiries</div>
|
||
<div class="row-sub"><a href="mailto:legal@quixzoom.com">legal@quixzoom.com</a></div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="row-icon green"></div>
|
||
<div class="row-content">
|
||
<div class="row-label">Support</div>
|
||
<div class="row-sub"><a href="/support">quixzoom.com/support</a></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<footer class="qz-footer">
|
||
<p>© 2026 quiXzoom · Operated by Landvex AB · <a href="terms/index.html">Terms of Service</a> · <a href="privacy/index.html">Privacy Policy</a></p>
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|