/home/bdqbpbxa/demo-subdomains/gumballpay.goodface.com.ua/frontend/Terms&Conditions.html
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="description" content="Page description">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <!-- TODO: Delete noindex on production -->
    <meta name="robots" content="noindex">
    <meta name="googlebot" content="noindex">
    <!-- TODO: Set absolute page URL -->
    <link rel="canonical" href="https://sitename.com/page">
    <!-- Mobile -->
    <meta name="viewport"
        content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
    <meta name="format-detection" content="telephone=no">

    <title>Terms & Conditions</title>
    <link rel="stylesheet" href="./css/lib/swiper-bundle.min.css">

    <link rel="stylesheet" href="./css/styles.css">
    <link rel="stylesheet" href="./css/adaptives.css">

    <!-- Favicon -->
    <link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
    <link rel="manifest" href="./favicon/site.webmanifest">
    <link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">
</head>

<body>
    <header class="header --rounded -white-bg">
        <div class="header-blured-bg"></div>
        <div class="container">
            <div class="header__inner">
                <a href="Homepage.html" class="logo">
                    <img src="images/homepage/logo-white.svg" alt="Logo">
                    <img src="images/homepage/logo-dark.svg" alt="Logo">
                </a>
                <div class="header__menu">
                    <div class="header__accordion">
                        <span class="header__accordion-opener body-2 body-2-medium link">
                            Solutions
                        </span>
                        <div class="header__accordion-content">
                            <div class="container">
                                <div class="header__accordion-menu">
                                    <a href="Payment-processing.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-1.png" alt="">
                                            <img src="images/ui-kit/header/header-1-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Payment processing
                                            </p>
                                            <p class="text body-2 --weight500">
                                                We provides payment instruments to support different online businesses.
                                                With a single integration, our merchants can start accepting online
                                                payments globally.
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Global-coverage.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-2.png" alt="">
                                            <img src="images/ui-kit/header/header-2-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Global coverage
                                            </p>
                                            <p class="text body-2 --weight500">
                                                We work with a vast network of acquirers spread across 4 continents
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Smart-routing.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-3.png" alt="">
                                            <img src="images/ui-kit/header/header-3-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Smart routing
                                            </p>
                                            <p class="text body-2 --weight500">
                                                Smart routing helps online businesses bypass losing traffic and avoid
                                                frustrated users due to false declines.
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Fraud-prevention.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-4.png" alt="">
                                            <img src="images/ui-kit/header/header-4-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Fraud & chargeback prevention
                                            </p>
                                            <p class="text body-2 --weight500">
                                                Our solution comes with pre-integrated Fraud & Chargeback prevention
                                                tools from industry-leading suppliers
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Authentication.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-5.png" alt="">
                                            <img src="images/ui-kit/header/header-5-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                Authentication
                                            </p>
                                            <p class="text body-2 --weight500">
                                                Security is one of the top priorities for our merchants when accepting
                                                payments online.
                                            </p>
                                        </div>
                                    </a>
                                    <a href="24-7-support.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-6.png" alt="">
                                            <img src="images/ui-kit/header/header-6-black.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 link__bold">
                                                24/7 support
                                            </p>
                                            <p class="text body-2 --weight500">
                                                Accepting payments online is a process that requires constant
                                                monitoring.
                                            </p>
                                        </div>
                                    </a>
                                </div>
                                <a class="body-2 body-2-medium arrow-link" href="Solutions.html">all solutions</a>
                            </div>
                        </div>
                    </div>
                    <a class="body-2 body-2-medium link" href="About-us.html">About us</a>
                    <a class="body-2 body-2-medium link" href="Blog.html">Blog</a>
                    <a class="body-2 body-2-medium link" href="FAQ.html">FAQ</a>
                    <a class="body-2 body-2-medium link" href="Contact-us.html">Contact us</a>
                </div>
                <a href="#" class="header__button">Get started</a>
                <div class="mobile-menu-opener">
                    <span></span>
                    <span></span>
                    <span></span>
                    <span></span>
                    <span></span>
                </div>
            </div>
        </div>
        <div class="mobile-menu">
            <div class="container mobile-menu__wrapper">
                <div class="mobile-menu__scroller">
                    <div class="mobile-menu-inner">
                        <div class="header__accordion --accordion">
                            <div class="header__accordion-opener-container">
                                <span class="header__accordion-opener title-3 mobile__title-3 link --accordion__open">
                                    Solutions
                                </span>
                                <a href="Solutions.html" class="title text-3 mobile__text-2 --weight500">
                                    All solutions
                                </a>
                            </div>
                            <div class="--accordion__content-container">
                                <div class="header__accordion-content --accordion__content">
                                    <a href="Payment-processing.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-1.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Payment processing
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Global-coverage.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-2.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Global coverage
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Smart-routing.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-3.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Smart routing
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Fraud-prevention.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-4.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Fraud & chargeback prevention
                                            </p>
                                        </div>
                                    </a>
                                    <a href="Authentication.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-5.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                Authentication
                                            </p>
                                        </div>
                                    </a>
                                    <a href="24-7-support.html" class="header__accordion-item">
                                        <div class="img">
                                            <img src="images/ui-kit/header/header-6.png" alt="">
                                        </div>
                                        <div class="info">
                                            <p class="title text-3 mobile__text-2 --weight500">
                                                24/7 support
                                            </p>
                                        </div>
                                    </a>
                                </div>
                            </div>
                        </div>
                        <a class="title-3 mobile__title-3 link" href="About-us.html">About us</a>
                        <a class="title-3 mobile__title-3 link" href="Blog.html">Blog</a>
                        <a class="title-3 mobile__title-3 link" href="FAQ.html">FAQ</a>
                        <a class="title-3 mobile__title-3 link" href="Contact-us.html">Contact us</a>
                    </div>
                    <div class="social-list">
                        <a href="#">
                            <img src="./images/footer/media-inst.svg">
                        </a>
                        <a href="#">
                            <img src="./images/footer/media-fb.svg">
                        </a>
                        <a href="#">
                            <img src="./images/footer/media-linkedin.svg">
                        </a>
                        <a href="#">
                            <img src="./images/footer/media-twitter.svg">
                        </a>
                    </div>
                </div>
                <a href="#" class="button__blue">Get started</a>
            </div>
        </div>
    </header>
    <main>
        <section class="kyc-policy --rounded-section">
            <div class="container">
                <div class="--breadcrumb-wrapper">
                    <div class="breadcrumb">
                        <a href="Homepage.html" class="breadcrumb__image"></a>
                        <p class="breadcrumb__link">Terms & Conditions</p>
                    </div>
                </div>
                <div class="kyc-policy__inner">
                    <h1 class="title-1 mobile__title-1">Terms & Conditions</h1>

                    <div class="policy-editor">
                        <h2>
                            I. Special Terms and Conditions for GumBallPay Services
                        </h2>

                        <p>
                            The following document contains important information for GumBallPay's merchants and,
                            together with all the other contractual documents the merchant has agreed to sign in order
                            to receive GumBallPay's services, determines the terms and conditions applicable to the
                            business relationship between the merchant and GumBallPay and to the services that
                            GumBallPay provides to the merchant.
                        </p>

                        <hr>

                        <h2>Terms and Conditions for the GumBallPay Website</h2>

                        <p>
                            GumBallPay (“we”, “us”, “our”), introduces www.gumballpay.com (“site” or“website”).
                            The use of this site is governed by the following Terms and Conditions. Accessing
                            www.gumballpay.com,the materials and information presented on the site, you confirm that you
                            have read, understood, accepted and agreed upon these Terms and Conditions. We may revise
                            such Terms and Conditions at any time, and you should periodically check the website to
                            review the then current terms because they are binding on you.
                        </p>

                        <hr>

                        <h2>1.Copyright and intellectual property rights</h2>

                        <p>
                            www.gumballpay.com site content is protected by copyright law. All rights to the information
                            provided on or via this site are reserved gumballpay.com. This includes, but is not limited
                            to data, texts, technical sources of web pages, news, graphics,drawings, photos,
                            illustrations, pictures, logos, services, APIs and any other mentions. The content of this
                            site cannot be reproduced, copied, translated or modified in any way, partially or totally
                            without our prior written permission.
                        </p>
                        <p>
                            We may grant a limited,revocable and non-exclusive license to create a hyperlink to the home
                            page of the site as long as this link does not describe in a false, wrong or offensive
                            manner gumballpay.com or its partners and affiliates. The license granted for the hyperlink
                            does not allow you to use the GumBallPay brand without a prior written consent from us.
                        </p>
                        <p>
                            All intellectual property rights (which include copyright and rights to source code and
                            databases) related to brand, trademarks, logos and all materials on the website are our
                            property or used by us under a license or with permission, and/or of our third-party
                            partners.
                        </p>
                        <p>
                            Nothing contained on the site should be construed as granting by implication or otherwise,
                            any license or right to use any trademark displayed on the site without the written
                            permission from us or such third party that may own the trademark.
                        </p>
                    </div>
                </div>
            </div>
        </section>
    </main>
    <footer class="footer">
        <div class="container">
            <div class="footer__inner">
                <div class="footer__column  footer__body2">
                    <div class="footer__subtitle">Contacts</div>

                    <a href="mailto:contact@gumballpay.com">contact@gumballpay.com</a>
                    <a href="tel:+447312221374">+44-7312-221374</a>
                    <div class="footer__contacts-media">
                        <a href="#"><img src="images/footer/media-inst.svg"></a>
                        <a href="#"><img src="images/footer/media-fb.svg"></a>
                        <a href="#"><img src="images/footer/media-linkedin.svg"></a>
                        <a href="#"><img src="images/footer/media-twitter.svg"></a>
                    </div>
                </div>
                <div class="footer__column">
                    <div class="footer__subtitle">Solutions</div>

                    <div class="footer__solutions-items footer__body2">
                        <div>
                            <a href="Payment-processing.html">Payment processing</a>
                            <a href="Global-coverage.html">Global Coverage</a>
                            <a href="Smart-routing.html">Smart routing</a>
                        </div>
                        <div>
                            <a href="Fraud-prevention.html">Fraud & Chargeback prevention</a>

                            <a href="24-7-support.html">24/7 support</a>
                            <a href="Authentication.html">Authentication</a>
                        </div>
                    </div>
                </div>
                <div class="footer__column">
                    <div class="footer__subtitle">Company</div>

                    <div class="footer__company-items footer__body2">
                        <div>
                            <a href="About-us.html">About us</a>
                            <a href="Blog.html">Blog</a>
                        </div>
                        <div>
                            <a href="Contact-us.html">Contact us</a>
                            <a href="FAQ.html">FAQ</a>
                        </div>
                    </div>

                </div>
            </div>
        </div>
        <div class="footer__bottom">
            <div class="container">
                <div class="-inner">
                    <p class="copyright link">© GumBallPay, 2022</p>
                    <div class="footer__policy footer__body2">
                        <a href="Terms&Conditions.html">Terms & Conditions</a>
                        <a href="KYC-Policy.html">AML / KYC Policy</a>
                        <a href="KYC-Policy.html">Cookie Policy</a>
                    </div>
                    <div class="footer__createdby footer__body2 link">
                        Created by
                        <a href="https://goodface.agency" target="_blank">Goodface </a>
                    </div>
                </div>
            </div>
        </div>
    </footer>

    <script src="js/lib/jquery-3.6.0.min.js"></script>
    <script src="js/lib/swiper-bundle.min.js"></script>

    <script src="js/custom-solutions.js"></script>
    <script src="js/test.js"></script>
    <script src="js/script.js"></script>
</body>

</html>