{"version":3,"file":"component---src-pages-terms-jsx-0a8beb0462a0ea714b72.js","mappings":"wOAQaA,GAASC,EAAAA,EAAAA,IAAOC,EAAAA,IAAV,oEAAGD,EACrB,SAACE,GAAD,OAAWC,EAAAA,EAAAA,IAAV,CAAD,6GACGD,EAAME,MAAMC,KAAK,EAAGH,EAAME,MAAME,IAAQJ,EAAME,MAAME,IAApD,MAKSJ,EAAME,MAAMG,KAGrBC,EAAAA,GAAAA,OATF,IAAD,8CAUaN,EAAME,MAAMK,MAGtBD,EAAAA,GAAAA,MAbF,IAAD,wEAcaN,EAAME,MAAMM,KACbR,EAAME,MAAMM,UAKZC,GAAQX,EAAAA,EAAAA,IAAOY,EAAAA,IAAV,mEAAGZ,EACpB,SAACE,GAAD,OAAWC,EAAAA,EAAAA,IAAV,CAAD,+BAGGK,EAAAA,GAAAA,OAHF,IAAD,+DAOGA,EAAAA,GAAAA,MAPF,IAAD,iEAaYK,EAAUb,EAAAA,GAAAA,IAAAA,WAAH,0DAAGA,EACtB,SAACE,GAAD,OAAWC,EAAAA,EAAAA,IAAV,CAAD,iZAOIW,EAAAA,GAIAC,EAAAA,GAKAA,EAAAA,GAEYb,EAAME,MAAMY,KAGhBd,EAAME,MAAMa,IAMnBF,EAAAA,GAeWb,EAAME,MAAMY,KAGxBR,EAAAA,GAAAA,MA7CH,IAAD,0E,wHC+GD,MAhJA,WACC,OACC,gBAAC,KAAD,KACC,gBAAC,IAAD,CAAKU,YAAU,GACd,gBAAC,IAAD,CAAQC,MAAO,GAAIC,OAAQ,GAAIC,aAAc,EAAGC,MAAI,GACnD,gBAAC,KAAD,6BAIF,gBAAC,IAAD,CAAKJ,YAAU,GACd,gBAAC,IAAD,CAAQC,MAAO,GAAIC,OAAQ,GAAIC,aAAc,EAAGC,MAAI,GACnD,gBAAC,KAAD,KACC,sCAEA,kcAUA,4CAEA,wSAQA,0BACC,0DAEA,oIAKA,oHAKA,oGAKA,sHAMD,gWASA,2CAEA,+YAUA,4QAOA,4CAEA,slBAYA,sDAEA,yZASA,sCAEA,wSAQA,8CAEA,8NAMA,8CAEA,0OClHN,MAnBA,YAAuD,IAEhDC,EAAa,CAClBC,OAHoD,EAAjCC,iBAInBC,MAJoD,EAAfA,MAKrCC,KALoD,EAARA,MAQ7C,OACC,gCACC,gBAACC,EAAA,EAAD,MAEA,gBAACC,EAAA,EAAmBN,EACnB,gBAAC,EAAD","sources":["webpack://tackl/./src/components/Legal/styles.js","webpack://tackl/./src/components/Legal/Terms.jsx","webpack://tackl/./src/pages/terms.jsx"],"sourcesContent":["// Imports\n// ------\nimport styled, { css } from 'styled-components';\nimport { breakup, Section, H1 } from '@tackl';\nimport { h2Styles, h3Styles, pStyles } from '@type';\n\n// Exports\n// ------\nexport const Jacket = styled(Section)(\n\t(props) => css`\n\t\t${props.theme.grad(0, props.theme.bc4, `${props.theme.bc4}00`)}\n\t\tposition: relative;\n\t\tz-index: 2;\n\t\tposition: relative;\n\t\tmargin: 6rem 0 0 0;\n\t\tpadding: ${props.theme.padS} 0;\n\t\toverflow: hidden;\n\n\t\t${breakup.medium`\n\t\t\tpadding: ${props.theme.padM} 0;\n\t\t`}\n\n\t\t${breakup.large`\n\t\t\tpadding: ${props.theme.padL} 0;\n\t\t\tmargin: ${props.theme.padL} 0 0 0;\n\t\t`}\n\t`\n);\n\nexport const Title = styled(H1)(\n\t(props) => css`\n\t\tmargin: 0 0 3.6rem 0;\n\n\t\t${breakup.medium`\n margin: 0 0 4.8rem 0;\n `}\n\n\t\t${breakup.large`\n margin: 0 0 6rem 0;\n `}\n\t`\n);\n\nexport const Content = styled.div(\n\t(props) => css`\n\t\tdisplay: flex;\n\t\tflex-flow: column wrap;\n\t\talign-items: flex-start;\n\t\tjustify-content: flex-start;\n\n\t\th2 {\n\t\t\t${h3Styles}\n\t\t}\n\n\t\tp {\n\t\t\t${pStyles}\n\t\t\topacity: 0.6;\n\t\t}\n\n\t\ta {\n\t\t\t${pStyles}\n\t\t\tdisplay: inline-block;\n\t\t\ttransition: ${props.theme.ease};\n\n\t\t\t&:hover {\n\t\t\t\tcolor: ${props.theme.bc1};\n\t\t\t}\n\t\t}\n\n\t\tul {\n\t\t\tli {\n\t\t\t\t${pStyles}\n\t\t\t\topacity: 0.6;\n\t\t\t\tmargin: 0 0 1.2rem;\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tmargin: 0;\n\t\t\t\t}\n\n\t\t\t\t&:before {\n\t\t\t\t\tcontent: '• ';\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t> * {\n\t\t\ttransition: ${props.theme.ease};\n\t\t\tmargin: 0 0 2.4rem 0;\n\n\t\t\t${breakup.large`\n margin: 0 0 6rem 0;\n `}\n\t\t}\n\n\t\t.links {\n\t\t\tdisplay: flex;\n\t\t\tflex-flow: column wrap;\n\t\t\talign-items: flex-start;\n\t\t\tjustify-content: flex-start;\n\t\t}\n\t`\n);\n","// Imports\n// ------\nimport React from 'react';\nimport { Row, Column } from '@waffl';\n\n// Styles\n// ------\nimport { Jacket, Title, Content } from './styles';\n\n// Component\n// ------\nfunction Legal() {\n\treturn (\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tTerms & Conditions\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t

1. Terms

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tBy accessing the website at http://www.balby.care, you are\n\t\t\t\t\t\t\tagreeing to be bound by these terms of service, all applicable\n\t\t\t\t\t\t\tlaws and regulations, and agree that you are responsible for\n\t\t\t\t\t\t\tcompliance with any applicable local laws. If you do not agree\n\t\t\t\t\t\t\twith any of these terms, you are prohibited from using or\n\t\t\t\t\t\t\taccessing this site. The materials contained in this website are\n\t\t\t\t\t\t\tprotected by applicable copyright and trademark law.\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t

2. Use License

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tPermission is granted to temporarily download one copy of the\n\t\t\t\t\t\t\tmaterials (information or software) on Balbycare's website for\n\t\t\t\t\t\t\tpersonal, non-commercial transitory viewing only. This is the\n\t\t\t\t\t\t\tgrant of a license, not a transfer of title, and under this\n\t\t\t\t\t\t\tlicense you may not:\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t
  • Modify or copy the materials
  • \n\n\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t\t\tUse the materials for any commercial purpose, or for any public\n\t\t\t\t\t\t\t\tdisplay (commercial or non-commercial)\n\t\t\t\t\t\t\t
  • \n\n\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t\t\tAttempt to decompile or reverse engineer any software contained\n\t\t\t\t\t\t\t\ton Balbycare's website\n\t\t\t\t\t\t\t
  • \n\n\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t\t\tRemove any copyright or other proprietary notations from the\n\t\t\t\t\t\t\t\tmaterials\n\t\t\t\t\t\t\t
  • \n\n\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t\t\tTransfer the materials to another person or \"mirror\" the\n\t\t\t\t\t\t\t\tmaterials on any other server.\n\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tThis license shall automatically terminate if you violate any of\n\t\t\t\t\t\t\tthese restrictions and may be terminated by Balbycare at any time.\n\t\t\t\t\t\t\tUpon terminating your viewing of these materials or upon the\n\t\t\t\t\t\t\ttermination of this license, you must destroy any downloaded\n\t\t\t\t\t\t\tmaterials in your possession whether in electronic or printed\n\t\t\t\t\t\t\tformat.\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t

3. Disclaimer

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tThe materials on Balbycare's website are provided on an 'as is'\n\t\t\t\t\t\t\tbasis. Balbycare makes no warranties, expressed or implied, and\n\t\t\t\t\t\t\thereby disclaims and negates all other warranties including,\n\t\t\t\t\t\t\twithout limitation, implied warranties or conditions of\n\t\t\t\t\t\t\tmerchantability, fitness for a particular purpose, or\n\t\t\t\t\t\t\tnon-infringement of intellectual property or other violation of\n\t\t\t\t\t\t\trights.\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tFurther, Balbycare does not warrant or make any representations\n\t\t\t\t\t\t\tconcerning the accuracy, likely results, or reliability of the use\n\t\t\t\t\t\t\tof the materials on its website or otherwise relating to such\n\t\t\t\t\t\t\tmaterials or on any sites linked to this site.\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t

4. Limitations

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tIn no event shall Balbycare or its suppliers be liable for any\n\t\t\t\t\t\t\tdamages (including, without limitation, damages for loss of data\n\t\t\t\t\t\t\tor profit, or due to business interruption) arising out of the use\n\t\t\t\t\t\t\tor inability to use the materials on Balbycare's website, even if\n\t\t\t\t\t\t\tBalbycare or a Balbycare authorized representative has been\n\t\t\t\t\t\t\tnotified orally or in writing of the possibility of such damage.\n\t\t\t\t\t\t\tBecause some jurisdictions do not allow limitations on implied\n\t\t\t\t\t\t\twarranties, or limitations of liability for consequential or\n\t\t\t\t\t\t\tincidental damages, these limitations may not apply to you.\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t

5. Accuracy of materials

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tThe materials appearing on Balbycare website could include\n\t\t\t\t\t\t\ttechnical, typographical, or photographic errors. Balbycare does\n\t\t\t\t\t\t\tnot warrant that any of the materials on its website are accurate,\n\t\t\t\t\t\t\tcomplete or current. Balbycare may make changes to the materials\n\t\t\t\t\t\t\tcontained on its website at any time without notice. However\n\t\t\t\t\t\t\tBalbycare does not make any commitment to update the materials.\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t

6. Links

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tBalbycare has not reviewed all of the sites linked to its website\n\t\t\t\t\t\t\tand is not responsible for the contents of any such linked site.\n\t\t\t\t\t\t\tThe inclusion of any link does not imply endorsement by Balbycare\n\t\t\t\t\t\t\tof the site. Use of any such linked website is at the user's own\n\t\t\t\t\t\t\trisk.\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t

7. Modifications

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tBalbycare may revise these terms of service for its website at any\n\t\t\t\t\t\t\ttime without notice. By using this website you are agreeing to be\n\t\t\t\t\t\t\tbound by the then current version of these terms of service.\n\t\t\t\t\t\t

\n\n\t\t\t\t\t\t

8. Governing Law

\n\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\tThese terms and conditions are governed by and construed in\n\t\t\t\t\t\t\taccordance with the laws of United Kingdom and you irrevocably\n\t\t\t\t\t\t\tsubmit to the exclusive jurisdiction of the courts in that State\n\t\t\t\t\t\t\tor location.\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t
\n\t);\n}\n\nexport default Legal;\n","// Imports\n// ------\nimport React from 'react';\nimport Seo from '@parts/Seo';\nimport PageTransition from '@parts/PageTransition';\nimport Legal from '@parts/Legal/Terms';\n\n// Component\n// ------\nfunction TermsPage({ transitionStatus, entry, exit }) {\n\t// NOTE • Props\n\tconst transProps = {\n\t\tstatus: transitionStatus,\n\t\tentry: entry,\n\t\texit: exit,\n\t};\n\n\treturn (\n\t\t<>\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t);\n}\n\nexport default TermsPage;\n"],"names":["Jacket","styled","Section","props","css","theme","grad","bc4","padS","breakup","padM","padL","Title","H1","Content","h3Styles","pStyles","ease","bc1","isExpanded","small","medium","pushOnMedium","mpad","transProps","status","transitionStatus","entry","exit","Seo","PageTransition"],"sourceRoot":""}