{"version":3,"file":"component---src-pages-benefits-js-3c5c057e0e28d226c8f5.js","mappings":"uHAoBA,IAjBe,SAAC,GAAyB,IAAvBA,EAAsB,EAAtBA,SAAUC,EAAY,EAAZA,MAEpBC,EAAY,KAMhB,OALGD,IACCC,EAAY,uBAAKC,UAAU,gBAC3B,0BAAMF,KAIR,uBAAKE,UAAU,UACTH,EACAE,EAIX,C,qCCPD,IARqB,SAAC,GAAkB,IAAhBF,EAAe,EAAfA,SACpB,OACE,uBAAKG,UAAU,iBACTH,EAGX,C,qCCED,IARiB,SAAC,GAAkB,IAAhBA,EAAe,EAAfA,SAChB,OACE,uBAAKG,UAAU,aACTH,EAGX,C,qCCED,IARiB,SAAC,GAAkB,IAAhBA,EAAe,EAAfA,SAChB,OACE,wBAAMG,UAAU,WACVH,EAGX,C,+CCKD,IAVmB,SAAC,GAAsC,IAApCA,EAAmC,EAAnCA,SAAUI,EAAyB,EAAzBA,MAAOC,EAAkB,EAAlBA,YACnC,OACE,uBAAKF,UAAU,cAAcC,MAAOA,GAClC,gBAAC,EAAAE,KAAD,CAAMC,GAAIF,GACNL,GAIX,C,mCCDD,IARmB,SAAC,GAAoC,IAAlCA,EAAiC,EAAjCA,SAAUI,EAAuB,EAAvBA,MAAOD,EAAgB,EAAhBA,UACnC,OACE,uBAAKA,UAAW,iBAAmBA,GAAwB,IAAKC,MAAOA,GACjEJ,EAGX,C,0KCTD,EAAe,IAA0B,sDCAzC,EAAe,IAA0B,oDCAzC,EAAe,IAA0B,mDCAzC,EAAe,IAA0B,sDC2GvC,EAxFmB,WACjB,OACI,gBAACQ,EAAA,EAAD,KAEI,gBAACC,EAAA,EAAD,KACI,0DACA,wBAAMC,KAAK,cAAcC,QAAQ,gEAErC,gBAACC,EAAA,EAAD,CAAQX,MAAM,8CACV,gBAAC,EAAAY,EAAD,CAAaC,IAAK,wCAAyCC,IAAI,8BAA/D,uBAEJ,gBAACC,EAAA,EAAD,KACI,sBAAIb,UAAU,SAAd,uEACA,gBAACc,EAAA,EAAD,KACI,gBAACC,EAAA,EAAD,KACI,uBAAKJ,IAAI,sBAAsBC,IAAI,WACnC,8JACA,+GACA,kFACA,oGAEJ,gBAACG,EAAA,EAAD,KACI,uBAAKJ,IAAI,uBAAuBC,IAAI,YACpC,uDACA,0IACA,6CACA,oDAEJ,gBAACG,EAAA,EAAD,KACI,uBAAKJ,IAAI,qBAAqBC,IAAI,UAClC,yJACA,iDACA,qFACA,+GAEJ,gBAACG,EAAA,EAAD,KACI,uBAAKJ,IAAI,qBAAqBC,IAAI,UAClC,oDACA,0BACI,2HACA,+PACA,qNACA,kPAIZ,gBAACI,EAAA,EAAD,KACI,2BACI,yCACA,+IACA,uIACA,+FACA,+EACA,oGACA,0EACA,gFAEJ,gBAAC,EAAAN,EAAD,CAAcC,IAAK,4BAA6BC,IAAI,gBAApD,uBAEJ,gBAACI,EAAA,EAAD,CAAYf,MAAO,CAACgB,cAAe,OAAQjB,UAAU,eACjD,gBAAC,EAAAU,EAAD,CAAaQ,MAAM,MAAMP,IAAK,yCAA9B,sBACA,gBAAC,EAAAD,EAAD,CAAaQ,MAAM,MAAMP,IAAK,oCAA9B,sBAEJ,uBAAKX,UAAU,UACX,sEAA6C,2BAA7C,sCACA,uBAAKA,UAAU,cACf,yBAAOmB,UAAQ,EAACC,OAAO,6BACnB,0BAAQT,IAAKU,EAAcC,KAAK,eAEpC,yBAAOH,UAAQ,EAACC,OAAO,2BACnB,0BAAQT,IAAKY,EAAYD,KAAK,eAElC,yBAAOH,UAAQ,EAACC,OAAO,0BACnB,0BAAQT,IAAKa,EAAWF,KAAK,eAEjC,yBAAOH,UAAQ,EAACC,OAAO,6BACnB,0BAAQT,IAAKc,EAAcH,KAAK,iBAIxC,gBAACI,EAAA,EAAD,CAAYxB,YAAY,aACpB,uCADJ,gCAMb,C","sources":["webpack://bluetree/./src/components/Banner.js","webpack://bluetree/./src/components/ColouredGrid.js","webpack://bluetree/./src/components/GridPane.js","webpack://bluetree/./src/components/MainArea.js","webpack://bluetree/./src/components/NextBanner.js","webpack://bluetree/./src/components/SideBySide.js","webpack://bluetree/./src/assets/content/videos/overall.mp4","webpack://bluetree/./src/assets/content/videos/laura.mp4","webpack://bluetree/./src/assets/content/videos/rich.mp4","webpack://bluetree/./src/assets/content/videos/baranse.mp4","webpack://bluetree/./src/pages/benefits.js"],"sourcesContent":["import * as React from \"react\"\n\n\nconst Banner = ({ children, title }) => {\n\n let titleArea = null;\n if(title) {\n titleArea =
\n

{ title }

\n
\n } \n return (\n
\n { children }\n { titleArea }\n
\n\n )\n}\n \nexport default Banner","import * as React from \"react\"\n\n\nconst ColouredGrid = ({ children }) => {\n return (\n
\n { children }\n
\n )\n}\n \nexport default ColouredGrid","import * as React from \"react\"\n\n\nconst GridPane = ({ children }) => {\n return (\n
\n { children }\n
\n )\n}\n \nexport default GridPane","import * as React from \"react\"\n\n\nconst MainArea = ({ children }) => {\n return (\n
\n { children }\n
\n )\n}\n \nexport default MainArea","import * as React from \"react\"\nimport {Link} from \"gatsby\";\n\n\nconst NextBanner = ({ children, style, destination }) => {\n return (\n
\n \n { children }\n \n
\n )\n}\n \nexport default NextBanner","import * as React from \"react\"\n\n\nconst SideBySide = ({ children, style, className }) => {\n return (\n
\n { children }\n
\n )\n}\n \nexport default SideBySide","export default __webpack_public_path__ + \"static/overall-bfb5a04186101ed85d76b8760ad1414e.mp4\";","export default __webpack_public_path__ + \"static/laura-d729ca049964706575d6668bdcf09d5c.mp4\";","export default __webpack_public_path__ + \"static/rich-e63c90f0a9c8c2bd72a263cf404dad38.mp4\";","export default __webpack_public_path__ + \"static/baranse-61ca70a06814c9670d1cee34066560ec.mp4\";","import * as React from \"react\"\nimport Layout from '../components/Layout';\nimport Banner from '../components/Banner';\nimport MainArea from '../components/MainArea';\nimport ColouredGrid from \"../components/ColouredGrid\";\nimport GridPane from \"../components/GridPane\";\nimport SideBySide from \"../components/SideBySide\";\nimport NextBanner from \"../components/NextBanner\";\nimport {Helmet} from 'react-helmet';\n\nimport { StaticImage } from \"gatsby-plugin-image\";\n\n// videos\nimport OverallVideo from '../assets/content/videos/overall.mp4';\nimport LauraVideo from '../assets/content/videos/laura.mp4';\nimport RichVideo from '../assets/content/videos/rich.mp4';\nimport BaranseVideo from '../assets/content/videos/baranse.mp4';\n\n// markup\nconst BenefitsPage = () => {\n return (\n \n\n \n Benefits | Bluetree Group\n \n \n \n \n \n \n

Key benefits of the Bluetree Graduate Management Programme include:

\n \n \n \"rocket\"\n

Structured 12-month rotational programme through divisions, providing an opportunity to experience different businesses and roles

\n

Early chance to demonstrate your capabilities through individual business projects

\n

Supported by board members and senior leadership team

\n

Focused leadership training delivered by internal and external experts

\n
\n \n \"diamond\"\n

Starting salary of £30,000

\n

20 days annual leave (plus bank holidays) and the opportunity to earn up to 29 days, the longer you work here

\n

Health cash plan

\n

Critical illness cover

\n
\n \n \"heart\"\n

Wellbeing support, including access to mental health support lines and personal skills workshops such as managing your money

\n

Cycle to work scheme

\n

Free fruit, snacks and beverages in the Bluetree canteen

\n

Regular social events and team-building activities, such as our annual sports day

\n
\n \n \"trees\"\n

Pride in being part of:

\n
    \n
  • an award-winning, industry leading, dynamic and innovative company on a fast-track for growth
  • \n
  • a sustainable, responsible business that will be carbon neutral in 2021, achieve net zero by 2030, and uses only renewable energy in its facilities. We’ve achieved the ISO14001 standard for our Environmental Management System
  • \n
  • an organisation with a social conscience. We pay the real living wage for all employees, and we support good causes that matter to us, from Bluebell Wood children’s hospice to Crisis.
  • \n
  • a community which looks out for each other. Whether through providing access to mental health support lines, access to personal finance experts, or just being part of a team that values everyone’s contribution
  • \n
\n
\n
\n \n
\n

An overview

\n

Situated in the heartland of the northern powerhouse, Bluetree Group is a company on the fast track to excellence.

\n

We’ve exceeded expectations and achieved incredible things, despite the global challenges of recent years.

\n

That’s in no small part down to our amazing people. All 670 of us.

\n

Hard work and leadership are rewarded at Bluetree.

\n

And opportunities to advance your career in new fields regularly arise.

\n

We encourage having fun and playing together.

\n

And we strive to deliver a positive social impact.

\n
\n \n
\n \n \n \n \n
\n

We think we're a fantastic place to work.
But why not hear it from our team?

\n
\n \n \n \n \n
\n
\n \n Next: Do you have what it takes?\n \n
\n
\n )\n }\n \n export default BenefitsPage\n "],"names":["children","title","titleArea","className","style","destination","Link","to","Layout","Helmet","name","content","Banner","S","src","alt","MainArea","ColouredGrid","GridPane","SideBySide","paddingBottom","width","controls","poster","OverallVideo","type","LauraVideo","RichVideo","BaranseVideo","NextBanner"],"sourceRoot":""}