{"version":3,"file":"component---src-pages-terms-of-service-js-b46ca56ce060ab4e05e0.js","mappings":"+MAKMA,E,KAAWC,QAAAA,IAAAA,WAAH,4DAAGA,CAAH,+gBAYC,SAASC,EAAT,GAAmD,IAAjCC,EAAgC,EAAhCA,QAASC,EAAuB,EAAvBA,UAAWC,EAAY,EAAZA,SAEnD,OACE,8BACE,gBAAC,IAAD,MACA,gBAAC,KAAD,CACEC,IAAI,MACJC,MAAOH,EACPI,yBAAuB,EACvBC,UAAWN,EACXO,gBAAe,6BAEf,gBAACV,EAAD,KACIK,O,0EC5BCM,EAAgB,WACzB,OACI,uBAAKC,MAAM,6BAA6BC,QAAQ,mBAAmBC,IAAI,SACnE,4BACA,6BAAQ,qDAER,qBAAGC,GAAG,UAAU,YAAU,WAC1B,qBAAGA,GAAG,YAAY,YAAU,WACxB,wBACAN,UAAU,QACVO,EAAE,0DAEF,wBACAP,UAAU,QACVO,EAAE,+JAEF,wBACAP,UAAU,QACVO,EAAE,kEAEF,wBACAP,UAAU,QACVO,EAAE,6RAEF,wBACAP,UAAU,QACVO,EAAE,+VCxBZC,EAAgBhB,EAAAA,QAAAA,IAAAA,WAAH,iEAAGA,CAAH,kPAoBbiB,EAAQjB,EAAAA,QAAAA,KAAAA,WAAH,yDAAGA,CAAH,uIAWLkB,EAAYlB,EAAAA,QAAAA,KAAAA,WAAH,6DAAGA,CAAH,6HAYTmB,EAAKnB,EAAAA,QAAAA,GAAAA,WAAH,sDAAGA,CAAH,kFAOO,SAASoB,EAAT,GAA0B,IAAPC,EAAM,EAANA,GAChC,OACE,gBAACL,EAAD,KACI,gBAACC,EAAD,KACE,gBAACP,EAAD,OAEF,gBAACQ,EAAD,UACA,gBAACC,EAAD,KAAKE,M,wHCrDE,SAASC,EAAT,GAAmC,IAATC,EAAQ,EAARA,KAEjCC,GAASC,EAAAA,EAAAA,GAASF,EAAKC,QAE7B,OACE,gBAACE,EAAA,EAAD,CAAQC,UAAU,oBAChB,gBAAC1B,EAAA,EAAD,CAAQE,UAAWqB,EAAQtB,QCbV,6CDcf,gBAACkB,EAAA,EAAD,CAASC,GAAG,sBAEd,2BAASb,UCfe,mDDeqBM,GAAG,QAC9C,uBAAKN,UAAU,aACf,2BACE,iEACA,sCACA,uEAA8C,qBAAGoB,KAAK,kCAAR,kCAA9C,iVACA,4CACA,wRACA,0BACE,2DACA,qGACA,kHACA,wGACA,sHAEF,wSACA,2CACA,wbACA,4CACA,mgBACA,qDACA,kbACA,sCACA,0TACA,gEACA,iPACA,6CACA,4CAAmB,qBAAGA,KAAK,mBAAR,kBAAnB,KACA,8CACA","sources":["webpack://gatsby-starter-hello-world/./src/components/Header.js","webpack://gatsby-starter-hello-world/./src/components/VerveLogoText.js","webpack://gatsby-starter-hello-world/./src/components/VerveH1.js","webpack://gatsby-starter-hello-world/./src/pages/terms-of-service.js","webpack://gatsby-starter-hello-world/./src/styles/terms-of-service.module.scss"],"sourcesContent":["import React from \"react\"\nimport { BgImage } from \"gbimage-bridge\"\nimport Navbar from \"../components/Navbar\"\nimport styled from \"styled-components\"\n\nconst BackDrop = styled.div`\n height: 100%;\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n background-image: -moz-linear-gradient(rgba(34,34,34,1) 0%, rgba(239,93,162,0.6) 60%, rgba(255,255,255,0.6) 100%);\n background-image: -webkit-linear-gradient(rgba(34,34,34,1) 0%, rgba(239,93,162,0.6) 60%, rgba(255,255,255,0.6) 100%);\n background-image: linear-gradient(rgba(34,34,34,1) 0%, rgba(239,93,162,0.6) 60%, rgba(255,255,255,0.6) 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#222222',GradientType=1);\n`\n\nexport default function Header({ bgClass, imageData, children }) {\n\n return (\n
\n \n \n \n { children }\n \n \n
\n )\n}","import React from \"react\"\r\n\r\nexport const VerveLogoText = () => {\r\n return (\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n )\r\n}","import React from \"react\"\r\nimport styled from \"styled-components\"\r\nimport { VerveLogoText } from \"./VerveLogoText\"\r\n\r\nconst MainContainer = styled.div`\r\n color: white;\r\n font-size: 3rem;\r\n display: flex;\r\n align-items: center;\r\n flex-direction: column;\r\n line-height: 0;\r\n font-weight: 300;\r\n padding-top: 4rem;\r\n\r\n @media (min-width: 26em) {\r\n flex-direction: row;\r\n align-items: baseline;\r\n }\r\n\r\n @media (min-width: 52.75em) {\r\n font-size: 4rem;\r\n }\r\n`\r\n\r\nconst Verve = styled.span`\r\n font-family: futura-pt, sans-serif;\r\n font-weight: inherit;\r\n fill: white;\r\n margin-bottom: 1.2rem;\r\n\r\n @media (min-width: 26em) {\r\n margin-bottom: 0rem;\r\n }\r\n`\r\n\r\nconst BackSlash = styled.span`\r\n color: inherit;\r\n font-size: inherit;\r\n padding: 0 1rem;\r\n font-weight: inherit;\r\n display: none;\r\n\r\n @media (min-width: 26em) {\r\n display: block;\r\n }\r\n`\r\n\r\nconst H1 = styled.h1`\r\n color: white;\r\n padding-top: 1.8rem;\r\n font-weight: inherit;\r\n text-transform: lowercase;\r\n`\r\n\r\nexport default function VerveH1({ h1 }) {\r\n return (\r\n \r\n \r\n \r\n \r\n /\r\n

{h1}

\r\n
\r\n )\r\n}","import React from 'react'\r\nimport Layout from '../components/Layout'\r\nimport * as styles from '../styles/terms-of-service.module.scss'\r\nimport { graphql } from 'gatsby'\r\nimport { getImage } from 'gatsby-plugin-image'\r\nimport Header from '../components/Header'\r\nimport VerveH1 from '../components/VerveH1'\r\n\r\nexport default function TermsOfService({ data }) {\r\n\r\n const banner = getImage(data.banner)\r\n \r\n return (\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n

Website Terms and Conditions of Use

\r\n

1. Terms

\r\n

By accessing this Website, accessible from https://www.vervekombucha.com/, you are agreeing to be bound by these Website Terms and Conditions of Use and agree that you are responsible for the agreement with any applicable local laws. If you disagree with any of these terms, you are prohibited from accessing this site. The materials contained in this Website are protected by copyright and trade mark law.

\r\n

2. Use License

\r\n

Permission is granted to temporarily download one copy of the materials on Verve Kombucha, LLC’s Website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:

\r\n
    \r\n
  • modify or copy the materials;
  • \r\n
  • use the materials for any commercial purpose or for any public display;
  • \r\n
  • attempt to reverse engineer any software contained on Verve Kombucha, LLC’s Website;
  • \r\n
  • remove any copyright or other proprietary notations from the materials; or
  • \r\n
  • transfer the materials to another person or “mirror” the materials on any other server.
  • \r\n
\r\n

This will allow Verve Kombucha, LLC to terminate upon violations of any of these restrictions. Upon termination, your viewing right will also be terminated and you should destroy any downloaded materials in your possession whether it is printed or electronic format. 

\r\n

3. Disclaimer

\r\n

All the materials on Verve Kombucha, LLC’s Website are provided “as is”. Verve Kombucha, LLC makes no warranties, may it be expressed or implied, therefore negates all other warranties. Furthermore, Verve Kombucha, LLC does not make any representations concerning the accuracy or reliability of the use of the materials on its Website or otherwise relating to such materials or any sites linked to this Website.

\r\n

4. Limitations

\r\n

Verve Kombucha, LLC or its suppliers will not be held accountable for any damages that will arise with the use or inability to use the materials on Verve Kombucha, LLC’s Website, even if Verve Kombucha, LLC or an authorized representative of this Website has been notified, orally or written, of the possibility of such damage. Some jurisdiction does not allow limitations on implied warranties or limitations of liability for incidental damages, these limitations may not apply to you.

\r\n

5. Revisions and Errata

\r\n

The materials appearing on Verve Kombucha, LLC’s Website may include technical, typographical, or photographic errors. Verve Kombucha, LLC will not promise that any of the materials in this Website are accurate, complete, or current. Verve Kombucha, LLC may change the materials contained on its Website at any time without notice. Verve Kombucha, LLC does not make any commitment to update the materials.

\r\n

6. Links

\r\n

Verve Kombucha, LLC has not reviewed all of the sites linked to its Website and is not responsible for the contents of any such linked site. The presence of any link does not imply endorsement by Verve Kombucha, LLC of the site. The use of any linked website is at the user’s own risk.

\r\n

7. Site Terms of Use Modifications

\r\n

Verve Kombucha, LLC may revise these Terms of Use for its Website at any time without prior notice. By using this Website, you are agreeing to be bound by the current version of these Terms and Conditions of Use.

\r\n

8. Your Privacy

\r\n

Please read our Privacy Policy.

\r\n

9. Governing Law

\r\n

Any claim related to Verve Kombucha, LLC’s Website shall be governed by the laws of the United States of America without regard to its conflict of law provisions.

\r\n
\r\n
\r\n
\r\n )\r\n}\r\n\r\nexport const query = graphql`\r\n query {\r\n banner: file(relativePath: {eq: \"verve_interior_ceiling.jpg\"}) {\r\n childImageSharp {\r\n gatsbyImageData(\r\n layout: FULL_WIDTH,\r\n placeholder: BLURRED\r\n )\r\n }\r\n }\r\n }\r\n`;","// extracted by mini-css-extract-plugin\nexport var header_bg = \"terms-of-service-module--header_bg--gqTt7\";\nexport var terms_of_service = \"terms-of-service-module--terms_of_service--G4v0f\";"],"names":["BackDrop","styled","Header","bgClass","imageData","children","Tag","image","preserveStackingContext","className","backgroundColor","VerveLogoText","xmlns","viewBox","alt","id","d","MainContainer","Verve","BackSlash","H1","VerveH1","h1","TermsOfService","data","banner","getImage","Layout","pageTitle","href"],"sourceRoot":""}