{"version":3,"sources":["webpack:///./src/pages/contact.js"],"names":["ChatWithUs","styled","button","StyledSection","section","media","mobile","StyledLink","openChat","e","preventDefault","Intercom","Contact","metaTitle","canonical","metaDescription","className","style","fontSize","href","id","onClick"],"mappings":"+FAAA,gFAMMA,EAAaC,IAAOC,OAAV,yEAAGD,CAAH,mHAWVE,EAAgBF,IAAOG,QAAV,4EAAGH,CAAH,8BACfI,IAAMC,OACJC,KAMAC,EAAW,SAACC,GAChBA,EAAEC,iBAEFC,SAAS,SA4CIC,UAxCC,kBACd,kBAAC,IAAD,CACEC,UAAU,aACVC,UAAU,YACVC,gBAAgB,gIAEhB,kBAACZ,EAAD,KACE,yBAAKa,UAAU,aACb,yBAAKA,UAAU,OACb,yBAAKA,UAAU,0BACb,wBAAIA,UAAU,OAAOC,MAAO,CAAEC,SAAU,YAAxC,cAGA,2BACE,kBAAC,IAAD,CAAMC,KAAK,+BACT,0DAGJ,2BACE,kBAACnB,EAAD,CAAYoB,GAAG,sBAAsBC,QAASb,GAC5C,mDAIN,yBAAKQ,UAAU,0BACb,wBAAIA,UAAU,OAAOC,MAAO,CAAEC,SAAU,YAAxC,UAGA,0DACA,8DACA,0CACA,sDACA","file":"component---src-pages-contact-js-b4e6e4542fda22293379.js","sourcesContent":["import React from 'react';\nimport Layout from 'layout';\nimport Link, { StyledLink } from 'components/ui/link';\nimport styled from 'styled-components';\nimport { media } from 'theme/breakpoints';\n\nconst ChatWithUs = styled.button`\n color: #0346c9;\n border: none;\n background-color: #fff;\n padding: 0;\n font-weight: 300;\n &:hover {\n text-decoration: underline;\n }\n`;\n\nconst StyledSection = styled.section`\n ${media.mobile} {\n ${StyledLink} {\n font-size: 18px;\n }\n }\n`;\n\nconst openChat = (e) => {\n e.preventDefault();\n /*eslint-disable */\n Intercom('show');\n /* eslint-enable */\n};\n\nconst Contact = () => (\n \n \n
\n
\n
\n

\n Contact us\n

\n

\n \n hello@livesession.io\n \n

\n

\n \n Chat with us\n \n

\n
\n
\n

\n Office\n

\n

LiveSession Sp. z.o.o (Ltd)

\n

gen. Wladyslawa Sikorskiego 3/2

\n

Atal Towers

\n

56-659, Wroclaw, Poland

\n

VAT ID: PL8971860301

\n
\n
\n
\n
\n \n);\n\nexport default Contact;\n"],"sourceRoot":""}