Files
old-riskletpy/backend/core/templates/terms_and_conditions.html
2025-09-01 02:04:58 +02:00

55 lines
5.8 KiB
HTML

{% extends "base.html" %}
{% load static %}
{% block content %}
<main class="flex-grow">
<section class="bg-gradient-to-br from-primary to-teal-700 text-light-text py-20 md:py-32 relative">
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h1 class="text-4xl sm:text-5xl md:text-6xl font-extrabold tracking-tight mb-4">Terms of Service</h1>
<p class="text-blue-100 text-lg mb-2">Last Updated: August 16, 2025</p>
</div>
</section>
<section class="py-16 bg-gray-50 sm:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="bg-white rounded-xl shadow-xl p-8 md:p-12">
<p class="mb-6 text-gray-700">This Subscription Services Agreement ("Agreement") is entered into between the customer entity ("Customer," "You," "Your") and Kompanija broj 4 d.o.o., a company registered in Bosnia and Herzegovina with its principal place of business at Hakije Turajlica 2, 71000 Sarajevo ("Company," "We," "Us," "Our"). This Agreement governs your access to and use of the Risklet.com software-as-a-service platform and any related services (collectively, the "Service").</p>
<p class="mb-6 text-gray-700">By executing an order form that references this Agreement or by using the Service, You agree to the terms of this Agreement.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">1. The Service</h2>
<h3 class="text-lg font-semibold text-accent mb-2">1.1. Provision of Service</h3>
<p class="mb-4 text-gray-700">Conditioned on Your compliance with the terms and conditions of this Agreement and payment of all applicable fees, We will provide You with access to the Service as described in the applicable ordering document.</p>
<h3 class="text-lg font-semibold text-accent mb-2">1.2. Modifications</h3>
<p class="mb-4 text-gray-700">We reserve the right to modify or enhance the Service at our discretion. We will provide notice of any material decrease in the functionality of the Service.</p>
<h3 class="text-lg font-semibold text-accent mb-2">1.3. Customer Support</h3>
<p class="mb-4 text-gray-700">We will provide technical support for the Service in accordance with our then-current support policy.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">2. Customer Obligations and Use of Service</h2>
<h3 class="text-lg font-semibold text-accent mb-2">2.1. Account Registration</h3>
<p class="mb-4 text-gray-700">You are required to provide accurate and complete information when creating an account. You are solely responsible for all activities that occur under Your account and for the security of Your login credentials.</p>
<h3 class="text-lg font-semibold text-accent mb-2">2.2. Acceptable Use</h3>
<p class="mb-4 text-gray-700">You shall not, and shall ensure Your authorized users do not, use the Service for any illegal, fraudulent, or unauthorized purpose. You are responsible for ensuring that Your use of the Service complies with all applicable laws and regulations.</p>
<h3 class="text-lg font-semibold text-accent mb-2">2.3. Customer Data</h3>
<p class="mb-4 text-gray-700">You retain all right, title, and interest in and to Your data ("Customer Data"). You grant Us a worldwide, non-exclusive, royalty-free license to host, process, and transmit Customer Data as necessary for Us to provide the Service in accordance with this Agreement. You are solely responsible for the accuracy, quality, and legality of Your Customer Data.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">3. Intellectual Property</h2>
<h3 class="text-lg font-semibold text-accent mb-2">3.1. Our Intellectual Property</h3>
<p class="mb-4 text-gray-700">We retain all right, title, and interest, including all related intellectual property rights, in and to the Service and any suggestions, enhancement requests, or other feedback provided by You. This Agreement is not a sale and does not convey to You any rights of ownership in or related to the Service.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">4. Confidentiality</h2>
<h3 class="text-lg font-semibold text-accent mb-2">4.1. Confidential Information</h3>
<p class="mb-4 text-gray-700">Each party agrees to maintain the confidentiality of the other party's proprietary information. This includes, but is not limited to, business and technical information disclosed during the term of this Agreement. Both parties will take reasonable measures to protect this information, similar to how they protect their own confidential materials.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">5. Limitation of Liability</h2>
<h3 class="text-lg font-semibold text-accent mb-2">5.1. Disclaimer of Warranties</h3>
<p class="mb-4 text-gray-700">EXCEPT AS EXPRESSLY PROVIDED HEREIN, THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE." WE MAKE NO WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.</p>
<h3 class="text-lg font-semibold text-accent mb-2">5.2. Limitation of Liability</h3>
<p class="mb-4 text-gray-700">TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL OUR AGGREGATE LIABILITY ARISING OUT OF OR RELATED TO THIS AGREEMENT EXCEED THE TOTAL AMOUNT PAID BY YOU HEREUNDER IN THE TWELVE (12) MONTHS PRECEDING THE INCIDENT GIVING RISE TO LIABILITY. IN NO EVENT SHALL WE BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">6. Governing Law and Dispute Resolution</h2>
<p class="mb-4 text-gray-700">This Agreement shall be governed by and construed in accordance with the laws of Bosnia and Herzegovina. Any disputes arising out of or in connection with this Agreement shall be subject to the exclusive jurisdiction of the competent courts of Sarajevo.</p>
</div>
</div>
</section>
</main>
{% endblock %}