All files / src/pages/Privacy Privacy.tsx

100% Statements 17/17
100% Branches 0/0
100% Functions 2/2
100% Lines 17/17

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716          1x         1x                             1x 1x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         1x               1x     1x           1x       1x         1x                   1x             1x               1x             1x             1x           1x           1x              
import styled from "@emotion/styled";
import GiveLogo from "@assets/images/GiveLogo.png";
import { getCurrentYear } from "@utils/date.helpers";
import { giveCorpAddress } from "@constants/constants";
 
export const Privacy = () => {
  // Temporarily pinned to the hardcoded copy (AGR001): the published document
  // must NOT show here until the customer clarifies which version the public
  // pages should carry. Restore the usePublicLegalDocument/DocumentViewer
  // rendering once confirmed.
  return (
    <Container>
      <Wrapper>
        <Header>
          <img src={GiveLogo} alt="Give Logo" style={{ height: "100%" }} />
        </Header>
        <MainContainer>
          <Title>GiveCorporation Privacy Policy - United States</Title>
          <PrivacyContent />
        </MainContainer>
      </Wrapper>
    </Container>
  );
};
 
export const PrivacyContent = () => {
  return (
    <>
      <Paragraph>
        This Privacy policy reflects how GiveCorporation Inc., and all its
        subsidiaries (&ldquo;Give&ldquo; or &ldquo;we&ldquo;) provide its
        payment services (the &ldquo;Services&ldquo;) through third party
        websites (&ldquo;Platforms&ldquo;), such as marketplaces, business tools
        providers, and crowdfunding sites. As used in this Agreement,
        &ldquo;Service&ldquo; refers to GiveCorporation&apos;s payment
        processing services, as well as our website, any software, programs,
        documentation, tools, hardware, internet-based services, components, and
        any updates (including software maintenance, service information, help
        content, bug fixes or maintenance releases) thereto provided to you by
        GiveCorporation, directly or indirectly. Platforms provide Give&apos;s
        Services to their end users (&ldquo;Users&ldquo; or &ldquo;you&ldquo;)
        by integrating with Give&apos;s application programming interface
        (&ldquo;API&ldquo;), which also enables the Platform to provide User
        information to Give and receive information from Give. This Privacy
        Policy addresses how Give handles all User information, including User
        information provided by you, User information provided by the Platform,
        and User information obtained by Give from third parties. Give&apos;s
        Privacy Policy describes the ways we collect, use, and share User
        information. We may amend this Privacy Policy at any time by posting a
        revised version at this link. The revised version will be effective at
        the time we post it, unless we provide additional notice or an
        opportunity to &ldquo;opt-in&ldquo; because changes are material or
        retroactive.
      </Paragraph>
      <Paragraph>
        By using the Services, you are accepting the practices described in this
        Privacy Policy. By using a Platform that has integrated with Give&apos;s
        API, you are also accepting the practices described in the
        Platform&apos;s Privacy Policy, which you should review carefully. Any
        information you enter on the Platform&apos;s website or application, or
        on Give pages, fields, or resources that are integrated with the
        Platform&apos;s website or application, may be shared with the owner of
        the Platform website or application, subject to the requirements of the
        Payment Card Industry Data Security Standard (PCI-DSS) and applicable
        law. Give is not responsible for the content or information practices of
        Platforms.
      </Paragraph>
 
      <Heading>Information Collected</Heading>
      <Paragraph>
        Give collects three types of information: information that Users
        intentionally provide to Give or the Platform, information about Users
        that third parties provide to Give or the Platform to augment or verify
        that information, and information automatically provided by Users as
        they interact with the Give or Platform website. Information that can be
        used to identify, contact, or locate a User is &ldquo;personally
        identifiable information.&ldquo; Automatically provided information that
        uniquely identifies a device or browser is not personally identifiable
        information, unless it is linked to a particular User.
      </Paragraph>
 
      <Heading2>California Consumer Privacy Act (“CCPA”)</Heading2>
      <Paragraph>
        The California Consumer Privacy Act (“CCPA”) allows Users to know how
        their information is being collected, when and if sold. Users are able
        to opt-out. If you are a consumer located in California, we process your
        personal information in accordance with the California Consumer Privacy
        Act of 2018 (CCPA). This act empowers consumers who are California
        residents with the right to inquire about personal information collected
        by businesses covered under the CCPA. As such, you have the right to
        request access to your personal data, submit requests for deletion, and,
        if applicable, opt-out of the sale of your personal information.
        However, it&apos;s important to note that these provisions do not extend
        to personal information that is collected, processed, shared, or
        disclosed by financial institutions under federal law, such as the
        Gramm-Leach-Bliley Act.
      </Paragraph>
 
      <Heading2>General Data Protection Regulation (“GDPR”)</Heading2>
      <Paragraph>
        GiveCorporation only processes minimal personal information for European
        Union (“EU”) residents. GiveCorporation is compliant with the General
        Data Protection Regulation (“GDPR”). GDPR allows Users to know how their
        information is being collected, when and if sold. EU residents users
        agree and clearly consent before having their personal data processed.
      </Paragraph>
 
      <Heading>User Provided Information</Heading>
      <Paragraph>
        Users either accept payments as &ldquo;Merchants&ldquo; or make payments
        as &ldquo;Payers.&ldquo; A Merchant must provide the Merchant&apos;s
        name, identification document, selfie to confirm your ID, email address,
        a self-selected password, street address, telephone number, tax
        identification number, merchant category code, date of birth (if a
        natural person), and bank account information. A Merchant may provide
        additional information, such as a link to its website or social media
        account, in order tom accelerate account activation and qualify for
        faster disbursement of funds.
      </Paragraph>
      <Paragraph>
        A Payer who is paying with a credit or debit card must provide the
        Payer&apos;s name, card number, expiration date, CVV code, country, and
        zip code. A Payer who is paying by ACH or EFT must provide the
        Payer&apos;s name and bank account information.
      </Paragraph>
      <Paragraph>
        Merchants or Payers may voluntarily provide additional information to
        Give or the Platform, for example, when seeking customer support or in
        response to surveys or other inquiries.
      </Paragraph>
 
      <Heading>Third-Party Provided Information</Heading>
      <Paragraph>
        Give or the Platform may obtain information about Users from third
        parties, such as identity verification services, credit reporting
        services, and social networks such as Facebook, LinkedIn, Instagram,
        etc.. The Platform may provide Give with additional information, such as
        the User&apos;s transactional history on the Platform.
      </Paragraph>
 
      <Heading>Automatically Provided Information</Heading>
      <Paragraph>
        Give or the Platform may automatically record certain information about
        or related to your use of the Services and the Platform that is made
        available through your computer. Three such technologies are described
        below.
      </Paragraph>
      <OList>
        <ListElement>
          Log Files - Give or the Platform may collect internet protocol (IP)
          address, browser type, device ID, internet service provider (ISP),
          information about your computer and software, links, materials you
          request, your approximate location, referring/exit pages, date/time
          stamp, and other metadata. Platforms may embed Javascript code into
          page loads, which instructs Users&apos; web browsers to make web
          requests back to our servers to collect information about User page
          views and other activities.
        </ListElement>
        <ListElement>
          Cookies - Give or the Platform collects certain information from the
          User&apos;s browser using small data files called
          &ldquo;cookies.&ldquo; For example, Give or the Platform may use
          session cookies to help recognize a User who visits multiple website
          pages during the same session, so that the User does not have to enter
          a password to access each page. Session cookies terminate once the
          User closes the browser. By default, Give or the Platform also uses
          persistent cookies to collect, store, and track information. For
          example, Give or the Platform uses persistent cookies to store the
          User&apos;s login ID (but not the User&apos;s password) to make it
          easier for the User to login when the User returns to the website. We
          encode our cookies so that only we can interpret the information
          stored in them. You can remove or block persistent cookies using the
          settings in your browser, but this may limit your ability to use our
          Services.
        </ListElement>
        <ListElement>
          Clear GIFs and Web Beacons - GiveCorporation or the Platform may
          employ a software technology, called clear gifs or web beacons, that
          helps us better manage content on the GiveCorporation or Platform
          website, and in GiveCorporation or Platform emails, by informing us
          what content is effective. Clear gifs are tiny graphics with a unique
          identifier, similar in function to cookies, and are used to track the
          online movements of Web users. In contrast to cookies, which are
          stored on a User&apos;s computer hard drive, clear gifs are embedded
          invisibly on Web pages and are about the size of the period at the end
          of this sentence.
        </ListElement>
      </OList>
      <Heading>Use of Google reCAPTCHA</Heading>
      <Paragraph>
        To ensure the security of our services and to protect against automated
        abuse (such as bots or spam), GiveCorporation utilizes Google reCAPTCHA
        on certain parts of our website and services. The use of reCAPTCHA helps
        us verify that interactions with our services are performed by humans,
        not automated systems.
        <br />
        <br /> By using our services, you acknowledge and agree that:
      </Paragraph>
      <OList>
        <ListElement>
          Google's Privacy Policy and Terms of Service Apply: The implementation
          of reCAPTCHA is governed by the &nbsp;
          <a
            href="https://policies.google.com/privacy"
            target="_blank"
            rel="noreferrer"
          >
            Google's Privacy Policy
          </a>
          &nbsp;and the &nbsp;
          <a
            href="https://policies.google.com/terms"
            target="_blank"
            rel="noreferrer"
          >
            Google's Terms of Service
          </a>
          .&nbsp;These policies detail how Google collects, uses, and protects
          the data it processes through reCAPTCHA.
        </ListElement>
        <ListElement>
          Data Collection by reCAPTCHA: reCAPTCHA may collect certain
          information about your interaction with our website, such as:
          <br /> - Your IP address. <br /> - Browser and device information.
          <br /> - The time and duration of your interaction. <br /> - Other
          behavioral patterns to determine whether activity is human or
          automated.
        </ListElement>
        <ListElement>
          Purpose of Use: The information collected via reCAPTCHA is solely used
          to secure our platform and prevent malicious activity. It is not used
          for advertising purposes by GiveCorporation or shared with third
          parties beyond Google for the specific purpose of bot prevention.
        </ListElement>
      </OList>
      <Paragraph>
        By continuing to use our website and services, you agree to the
        processing of your data by Google as described in its Privacy Policy and
        Terms of Service.
      </Paragraph>
 
      <Heading>&ldquo;Do Not Track&ldquo; Disclosure</Heading>
      <Paragraph>
        Give does not currently respond to web browser &ldquo;Do Not
        Track&ldquo; signals or other mechanisms that provide a method to opt
        out of the collection of personally identifiable information across the
        networks of websites and online services in which we participate. If we
        do so in the future, we will describe how we do so in this Privacy
        policy. Platforms may collect personally identifiable information about
        a User&apos;s online activities from you or from the Give Services.
        Please refer to the Platform&apos;s Privacy policy for information
        regarding its own &ldquo;Do Not Track&ldquo; policy.
      </Paragraph>
      <Paragraph>
        <strong>The Gist,</strong>
        <br />
        We collect and store certain information about you. This information may
        be provided directly by you, a platform partner, or Give may collect it
        based on your use of the website.
      </Paragraph>
 
      <Heading>Use of Information Obtained by GiveCorporation</Heading>
      <Paragraph>
        Give collects only the personal information that is necessary for the
        business purpose. and uses personal data only for the purposes stated at
        the time of collection. Explicit consent will be obtained from you if
        data will be used for additional purposes. Your personal data is stored
        securely, using encryption and other security measures. The information
        is limited to authorized personnel only. Personal data is shared with
        third parties only when necessary and with proper safeguards in place.
        Third parties must comply with privacy laws. Personal information is
        stored only as long as necessary for the purpose it was collected, or as
        required by law.
      </Paragraph>
 
      <Heading>Sharing of Information with Third Parties</Heading>
      <Paragraph>
        Give may share User information with third-party service providers who
        help with certain parts of our business operations including settlement,
        security, validation of user credentials, secure data storage,
        marketing, customer service, and other services. Give requires that
        these service providers use personally identifiable User information
        only in connection with the services they perform for Give. In
        particular, the Services integrate ACH authorization services.
      </Paragraph>
      <Paragraph>
        Give also may share non-personally identifiable User information with
        third parties that help us better understand how Users use our Service
        or help us detect and prevent fraud and other unauthorized or suspicious
        activity. These third parties may use cookies and other technologies to
        collect non-personally identifiable information about Users and combine
        it with similar information collected from others. They may use this
        information to help Give to better understand our Users, and to help
        their other customers better understand their users.
      </Paragraph>
      <Paragraph>
        A Give Risk Score is not personally identifiable information, and Give
        may share it (and other similar information generated by Give) with
        Platforms or other third parties. Give claims ownership of Risk Scores
        and similar analytical results that we generate using User information,
        whether alone or in combination with other information. Give may use,
        disclose, or sell Risk Scores in Give&apos;s sole discretion.
      </Paragraph>
      <Paragraph>
        Give may share User information in the event of a merger, acquisition,
        debt financing, sale of all or a portion of our assets, or similar
        transaction, or in the event of insolvency, bankruptcy or receivership
        in which User information is transferred to one or more third parties as
        one of our business assets. Should such an event occur, Give will
        endeavor to assure that the acquirer, successor, or assignee (as the
        case may be) follows this Privacy policy with respect to User
        information. If User information could be used contrary to this Privacy
        policy, Users will receiveprior notice as well as the opportunity to opt
        out.
      </Paragraph>
      <Paragraph>
        Give may share User information with law enforcement, government
        officials, or other third parties in the event of a subpoena, court
        order or similar legal procedure, or when Give believes in good faith
        that the disclosure of User information is necessary or advisable to
        report suspected illegal activity, or to protect Give&apos;s property or
        legal rights (including, but not limited to, enforcement of Give&apos;s
        Terms of Service, Merchant Agreement, and other agreements) or the
        property or rights of others, or otherwise to help protect the safety or
        security of the Services.
      </Paragraph>
      <Paragraph>
        Except as expressly disclosed in this Privacy policy, Give will not sell
        or disclose User information to third parties. Give will not sell, rent,
        share, or trade personally identifiable information to third parties
        (other than the Platform through which Give collected such information)
        for their promotional purposes. Give may disclose aggregated or other
        types of non-personally identifiable information to third parties for
        various purposes.
      </Paragraph>
 
      <Paragraph>
        <strong>The Gist,</strong>
        <br />
        We will share personally identifiable information with third parties
        only to best provide Give&apos;s services and in special situations,
        such as legal investigations and merger. We may also share
        non-identifiable information with third parties that help us prevent
        fraud and analyze website activity.
      </Paragraph>
 
      <Heading>Security</Heading>
      <Paragraph>
        Give has implemented physical, technical, and procedural safeguards to
        protect User information from unauthorized access, disclosure,
        alteration, or destruction. Give uses computer safeguards such as
        firewalls and data encryption, and authorizes access to personally
        identifiable information only for those employees, contractors, and
        agents who require it to fulfill their job responsibilities. Give takes
        additional care to protect User information, such as credit card or bank
        account numbers, if disclosure of the particular type of User
        information could cause direct financial loss. Give encrypts such
        information and transmits it under Secure Socket Layer (SSL).
      </Paragraph>
 
      <Paragraph>
        <strong>The Gist,</strong>
        <br />
        Give has taken a number of steps in order to become an extremely secure
        service.
      </Paragraph>
 
      <Heading>Location</Heading>
      <Paragraph>
        Give stores and processes User information on dedicated servers located
        in secure data centers that may be located within the United States or
        in other jurisdictions. If you use the Services from the European
        Economic Area or other regions of the world with laws governing data
        collection and use that differ from laws of the United States, then you
        understand and consent to the transfer of your User information to the
        United States or other jurisdictions for the uses identified above in
        accordance with this Privacy policy. You acknowledge and agree that the
        privacy and data security laws in place in the United States or other
        jurisdictions may be different from the privacy and data security laws
        in force in the country in which you reside. By voluntarily providing
        User information, you hereby agree that you are consenting to our
        collection, use, storage, and disclosure of such User information in
        accordance with this Privacy policy. Give has put in place measures,
        including standard model clauses, to ensure an adequate level of
        protection for the rights and freedoms of individuals in relation to the
        processing of their personal data, as required by European data
        protection laws.
      </Paragraph>
      <Paragraph>
        <strong>The Gist,</strong>
        <br />
        It&apos;s easy to change your user information.
      </Paragraph>
 
      <Heading>Children</Heading>
      <Paragraph>
        The Services are not intended for children. We ask that minors (persons
        under the age of 18) do not submit any personal information to us or use
        the Services.
      </Paragraph>
      <Paragraph>
        <strong>The Gist,</strong>
        <br />
        You may only use Give if you are 18 years old or older.
      </Paragraph>
      <Heading>Data Breach Response</Heading>
      <Paragraph>
        GiveCorporation has established a Data Breach Response Plan to address
        any potential data breaches promptly. Employees are required to report
        any suspected data breaches immediately to the Incident Response team or
        the IRT team at irt@givecorporation.com .
      </Paragraph>
 
      <Heading>Privacy Choice and Consent Policy</Heading>
      <Paragraph>
        The purpose of this Privacy Choice and Consent Policy is to inform you
        the consumer about how GiveCorporation collects, uses, and shares their
        personal information, and to explain your rights regarding consent. This
        policy ensures transparency and compliance with applicable data
        protection laws. This policy applies to all personal information
        collected, processed, and stored by GiveCorporation including
        information obtained through websites, mobile applications, offline
        interactions, and other services.
      </Paragraph>
 
      <Heading>Giving Consent</Heading>
      <Paragraph>
        GiveCorporation is committed to obtaining explicit, informed, and freely
        given consent from individuals before collecting their personal
        information. This includes:
      </Paragraph>
      <UList>
        <ListElement>
          Clear Language: So the consumer understands what information they are
          consenting by providing information in simple and clear language.
        </ListElement>
        <ListElement>
          Purpose Specification: Explaining why personal information is being
          collected and how it will be used.
        </ListElement>
        <ListElement>
          Voluntary Consent: Ensuring that consent is given voluntarily, without
          any form of coercion or undue pressure.
        </ListElement>
      </UList>
      <Heading2>Types of Consent</Heading2>
      <UList>
        <ListElement>
          Explicit Consent: Required for sensitive personal information, such as
          financial information. Explicit consent means the consumer has clearly
          agreed.
        </ListElement>
        <ListElement>
          Implied Consent: May be used in situations where consent can be
          reasonably inferred from the individual’s actions (e.g., providing
          information during a service request). However, explicit consent is
          preferred whenever possible.
        </ListElement>
      </UList>
 
      <Heading>Consent Management</Heading>
      <Paragraph>
        GiveCorporation provides individuals with the ability to:
      </Paragraph>
      <UList>
        <ListElement>
          Opt-In: Consent to the collection and use of your personal
          information. An opt-in mechanism requires an individual to take a
          positive action to agree.
        </ListElement>
        <ListElement>
          Opt-Out: Decline or withdraw consent for certain uses of your personal
          information. Opt-out mechanisms are easily accessible and
          understandable.
        </ListElement>
        <ListElement>
          Withdraw Consent: At any time, consumers can withdraw their consent
          for the collection, use, or sharing of their personal information by
          contacting GiveCorporation.
        </ListElement>
      </UList>
      <Paragraph>
        The opting in and opting out processes are automated. The User can do so
        on our website or by logging into their portal to choose the desired
        request. However, our contact information is listed below should you
        need additional information.
      </Paragraph>
      <Heading>Data Sharing with Third Parties</Heading>
      <Paragraph>
        When personal information is shared with third parties, GiveCoropration
        will:
      </Paragraph>
      <UList>
        <ListElement>
          Obtain explicit consent from the individual, specifying who the data
          will be shared with and for what purpose.
        </ListElement>
        <ListElement>
          Ensure third parties comply with privacy laws and handle personal
          information in line with this policy.
        </ListElement>
      </UList>
 
      <Heading>Right to Access and Modify Consent</Heading>
      <Paragraph>Individuals have the right to:</Paragraph>
      <UList>
        <ListElement>
          Access Personal Information: Request details about what personal
          information has been collected.
        </ListElement>
        <ListElement>
          Access Personal Information: Request details about what personal
          information has been collected.
        </ListElement>
        <ListElement>
          Delete Personal Information: Request the deletion of their personal
          information, subject to certain legal exceptions.
        </ListElement>
      </UList>
 
      <Paragraph>
        The request process is automated. The User can do so on our website or
        by logging into their portal to choose the desired request. However, our
        contact information is listed below should you need additional
        information.
      </Paragraph>
 
      <Heading>Accuracy and Completeness of Information</Heading>
      <Paragraph>
        GiveCorporation is committed to ensuring that the personal information
        it holds is accurate, complete, and up-to-date. Individuals have the
        right to request corrections or updates to their personal information if
        they believe it is inaccurate or incomplete by doing so on our website
        or by logging into their portal.
      </Paragraph>
 
      <Heading>Right to Update or Correct Personal Information</Heading>
      <Paragraph>
        Individuals can request updates or corrections to their personal
        information at any time. GiveCorporation will take appropriate steps to
        verify the identity of the individual making the request before
        proceeding with any changes. Requests can include, but are not limited
        to:
      </Paragraph>
      <UList>
        <ListElement>
          Correcting inaccurate or outdated information (e.g., name, address,
          contact details).
        </ListElement>
        <ListElement>Updating preferences or account settings.</ListElement>
        <ListElement>
          Adding missing details that were previously omitted.
        </ListElement>
      </UList>
      <Paragraph>
        The request process is automated. The User can do so on our website or
        by logging into their portal to choose the desired request. However, our
        contact information is listed below should you need additional
        information.
      </Paragraph>
 
      <Heading>Procedure for Updating Personal Information</Heading>
      <UList>
        <ListElement>
          Request Submission: Individuals can submit a request to update or
          correct their personal information by doing so on our website or by
          logging into their portal. However, our contact information is listed
          below should you need additional information. Please see the contact
          information below.
        </ListElement>
        <ListElement>
          Verification: GiveCorporation may require individuals to verify their
          identity to ensure that changes are being made by the rightful owner
          of the personal information.
        </ListElement>
        <ListElement>
          Processing Timeline: All requests for updates that have to be manually
          processed will be processed within 30 days. In cases where updates
          cannot be made within this timeframe, the individual will be informed
          of the delay and the reasons for it.
        </ListElement>
        <ListElement>
          Confirmation: Once the update has been processed, GiveCorporation will
          confirm the changes to the individual and provide information on how
          the updated data will be used.
        </ListElement>
      </UList>
 
      <Heading>Request Response</Heading>
      <Paragraph>
        The request process is automated. The User can do so on our website or
        by logging into their portal to choose the desired request. However, our
        contact information is listed below should you need additional
        information.
      </Paragraph>
      <Paragraph>
        Requests for updates that have to be manually processed will receive a
        receipt of the request.
      </Paragraph>
 
      <Heading>Contacting GiveCorporation</Heading>
      <Paragraph>
        If you have questions or concerns regarding this policy, you may email
        us at{" "}
        <a href="mailto:legal@givecorporation.com">legal@givecorporation.com</a>
        .
      </Paragraph>
      <Paragraph>You can also write to us at:</Paragraph>
      <Paragraph>
        GiveCorporation
        <br />
        Privacy Policy
        <br />
        <AddressSpan>{giveCorpAddress.line1}</AddressSpan>
        <br />
        <AddressSpan>{giveCorpAddress.line2}</AddressSpan>
        <br />
      </Paragraph>
      <Paragraph>
        <strong>The Gist,</strong>
        <br />
        You can reach us through email or postal mail regarding the Privacy
        policy.
      </Paragraph>
      <CenterParagraph>
        ©{getCurrentYear()} GiveCorporation, Inc.
      </CenterParagraph>
    </>
  );
};
 
const Container = styled.div`
  background-color: #fff;
  font-family: "Give Whyte", Circular, "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  color: #292928;
  padding-top: 20px;
  min-height: 100%;
`;
const MainContainer = styled.main`
  padding: 20px;
`;
const Wrapper = styled.div`
  min-height: 100%;
  max-width: 650px;
  margin: auto;
`;
 
const AddressSpan = styled.span`
  color: #1a1a1a;
`;
 
const Header = styled.header`
  height: 56px;
  text-align: center;
`;
 
const Paragraph = styled.p`
  font-size: 14px;
  margin: 0;
  padding: 10px 0 10px 0;
  color: #666665;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
`;
 
const CenterParagraph = styled(Paragraph)`
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
`;
 
const Title = styled.h2`
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.03em;
  margin-top: 64px;
`;
 
const Heading = styled.h3`
  font-weight: 400;
  font-size: 20px;
  padding: 20px 0 0 0;
  margin: 0;
`;
 
const Heading2 = styled.h4`
  font-weight: 400;
  font-size: 18px;
  padding: 18px 0 0 0;
  margin: 0;
`;
 
const UList = styled.ul`
  margin: 0px 20px 0px 20px;
  padding: 0px;
  padding-left: 20px;
`;
 
const OList = styled.ol`
  margin: 0px 20px 0px 20px;
  padding: 0px;
  padding-left: 20px;
`;
 
const ListElement = styled.li`
  font-size: 14px;
  margin: 0;
  padding: 5px;
  color: #666665;
  text-align: justify;
`;